* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Sofia Pro", sans-serif;
}

body {
  color: #000;
}

html.freeze {
  overflow: hidden;
}
.container {
  max-width: 1030px;
  padding: 0 15px;
  width: 100%;
  margin: 0 auto;
}
.revamp footer{
  padding-top: 50px;
}
.us.revamp footer {
  background: #f1f3f4;
}
main.moved {
  padding-top: 90px;
}

/*HEADER START */
body.home header{
  background: #125b60;
}
header.header {
  background: #298187;
  padding: 16px;
  position: relative;
}
.promo-banner.uk-header{
  background: #37328c;
  text-align: center;
  border-bottom: 1px solid #fff;
  padding: 20px 0;
}
.promo-banner.uk-header h3{
  font-size: 24px;
  font-weight: 400;
  color: #FACF28;
}
.promo-banner.uk-header a{
  font-size: 24px;
  font-style: italic;
  color: #fff;
  text-decoration: underline;
}
header.header.uk-version{
  background: #37328c;
  padding: 0;
}
header.header.uk-version .header-main-logo a span{
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}
header.header.uk-version .header-main-logo a:hover{
  text-decoration: none;
}
header.header.uk-version .header-wrapper{
  max-width: 100%;
  margin: 0;
  justify-content: space-between;
  padding: 7.5px 50px;
}

header.header.uk-version .header-wrapper .header-main-menu{
  justify-content: unset;
  width: auto;
}
header.header.uk-version .header-wrapper .header-main-logo{
  width: auto;
  height: auto;
  margin-right: 0;
  flex-basis: 257px;
}
header.header.uk-version .header-wrapper .header-child-part nav ul li a{
  font-size: 14px;
  font-weight: 700;
  padding: 8px 12.6px;
}
header.header.uk-version .header-wrapper .header-child-part nav ul li{
  padding: 0;
}
header.header.uk-version .header-wrapper .header-child-part nav ul li.has-child a:after{
  right: -6px;
}
header.header.uk-version  .header-wrapper .header-child-part nav ul li.has-child{
  padding-right: 15px;
}
header.header.uk-version .header-wrapper .header-child-part.right-part .header-log-in a{
  font-size: 14px;
}
header.header.uk-version .header-wrapper .header-child-part.right-part{
  margin: 0;
}
header.header.uk-version .header-wrapper .header-child-part.right-part .header-log-in{
  padding: 0 12.6px;
}
header.header.uk-version .header-wrapper .header-child-part.right-part > *{
  padding: 0;
}
header.header.uk-version .header-wrapper .header-child-part nav ul{
  margin: 0;
}
header.header.uk-version .header-wrapper .header-child-part.right-part .header-log-in.icon a svg{
  height: 15px;
}
header.header.uk-version .header-wrapper .header-child-part nav ul li.has-child.open a:before{
  font-size: 14px;
}
header.header.uk-version .header-wrapper .header-mega-menu{
  padding-top: 44px;
  background: #37328c;
  top: 107px;
}
header.header.uk-version .header-wrapper .header-child-part nav ul li.has-child.open a:before{
  transform: translate(-50%, -50%);
  top: 50%;
  color: #fff;
  left: 50%;
}
header.header.uk-version .header-wrapper .header-mega-menu .close-btn{
  top: 5px;
}
header.header.uk-version .header-wrapper .header-mega-menu .close-btn svg path{
  fill: #fff;
}
header.header.uk-version .header-wrapper .header-mega-menu .header-main-mega-menu{
  border-top: 1px solid #fff;
}
header.header.uk-version .header-wrapper .header-mega-menu .header-main-mega-menu nav > ul > li:last-of-type:before{
  background: #2E298D;
}
header.header.uk-version .header-wrapper .header-mega-menu .header-main-mega-menu nav > ul a{
  color: #fff;
}
header.header.uk-version .header-wrapper .header-child-part nav ul li.has-child.open a:after{
  content: none;
}
header.header.uk-version .header-wrapper .header-mega-menu .header-main-mega-menu nav > ul a{
  font-size: 16px;
}
header.header.uk-version .header-wrapper .header-mega-menu .header-main-mega-menu nav > ul > li ul li a{
  color: #D6D5E7;
  font-weight: 400;
}
header.header.uk-version .header-wrapper .header-mega-menu .header-main-mega-menu nav > ul > li ul li{
  transition: all .3s;
}
header.header.uk-version .header-wrapper .header-mega-menu .header-main-mega-menu nav > ul > li ul li:hover:before{
  opacity: 1;
  transition: opacity .3s;
}
header.header.uk-version .header-wrapper .header-mega-menu .header-main-mega-menu nav > ul > li ul li:hover a{
  color: #fff;
}
header.header.uk-version .header-wrapper .header-mega-menu .header-main-mega-menu nav > ul > li ul li{
  position: relative;
}
header.header.uk-version .header-wrapper .header-mega-menu .header-main-mega-menu nav > ul > li ul li:before{
  content: '';
  height: 70%;
  display: block;
  width: 1px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: -8px;
  transform: translateY(-50%);
  opacity: 0;

}
header.header.uk-version .header-wrapper .header-mega-menu .header-main-mega-menu nav{
  max-width: 1000px;
}
header.header.uk-version .header-wrapper .header-mega-menu .header-main-mega-menu nav > ul a[href="#"]{
  text-decoration: none;
}
header.header.uk-version .header-wrapper .header-mega-menu .header-main-mega-menu nav > ul > li > a{
  text-decoration: underline;
}
header.header.uk-version .header-wrapper .header-mega-menu .header-main-mega-menu nav > ul > li ul li:hover{
  transform: translateX(8px);
}

header.header.move {
  position: fixed;
  z-index: 21;
  width: 100%;
  top: 0;
  left: 0;
}

header.header .header-wrapper {
  display: flex;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  align-items: center;
}
header.header .header-wrapper .header-main-menu {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: baseline;
}
header.header .header-wrapper .header-main-logo {
  width: 40.15px;
  height: 74.72px;
  margin-right: 32px;
  align-self: center;
  flex-basis: 150px;
}
header.header .header-wrapper .header-main-logo a {
  display: flex;
  height: 100%;
}
header.header .header-wrapper .header-main-logo a img {
  width: 100%;
  height: auto;
}
header.header .header-wrapper .header-child-part {
  display: flex;
}
header.header .header-wrapper .header-child-part nav {
  align-self: center;
}
header.header .header-wrapper .header-child-part nav ul {
  list-style: none;
  display: flex;
  margin: 0 -16px;
}
header.header .header-wrapper .header-child-part nav ul li {
  padding: 0 16px;
}
header.header .header-wrapper .header-child-part nav ul li a {
  font-weight: 700;
  font-size: 20px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}
header.header .header-wrapper .header-child-part nav ul li.has-child {
  padding-right: 36px;
  z-index: 4;
}
header.header .header-wrapper .header-child-part nav ul li.has-child a {
  z-index: 3;
  position: relative;
}
header.header .header-wrapper .header-child-part nav ul li.has-child a:after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: translateY(-50%) rotate(225deg);
  position: absolute;
  top: 50%;
  right: -25px;
}
header.header .header-wrapper .header-child-part nav ul li.has-child.open a:before {
  content: attr(title);
  display: block;
  position: absolute;
  top: 0;
  left: 0px;
  font-weight: 700;
  font-size: 20px;
  color: #000;
  text-transform: uppercase;
  z-index: 2;
}
header.header .header-wrapper .header-child-part.right-part {
  margin: 0 -16px;
  padding-top: 0;
}
header.header .header-wrapper .header-child-part.right-part > * {
  align-self: baseline;
  padding: 0 16px;
}
header.header .header-wrapper .header-child-part.right-part .header-log-in a {
  font-weight: 700;
  font-size: 20px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}
header.header .header-wrapper .header-child-part.right-part .header-log-in.icon a{
  line-height: 1;
}
header.header .header-wrapper .header-child-part.right-part .header-log-in.icon a svg{
  margin-top: -4px;
}
header.header .header-wrapper .header-child-part.right-part .header-get-started a {
  background: #FACF28;
  font-weight: 700;
  font-size: 20px;
  padding: 16px 24px;
  text-decoration: none;
  text-transform: uppercase;
  color: #000;
  border-radius: 8px;
  display: block;
}
header.header .header-wrapper .header-child-part.right-part .header-profile a {
  display: flex;
}
header.header .header-wrapper .header-mega-menu {
  background: #fff;
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 89px;
  z-index: 3;
}
header.header .header-wrapper .header-mega-menu.open {
  display: block;
}
header.header .header-wrapper .header-mega-menu .header-main-mega-menu {
  border-top: 2px solid #C4C4C4;
  overflow: hidden;
}
header.header .header-wrapper .header-mega-menu .header-main-mega-menu nav {
  max-width: 850px;
  width: 100%;
  margin: 0 auto;
  padding-top: 33px;
  padding-bottom: 33px;
}
header.header .header-wrapper .header-mega-menu .header-main-mega-menu nav > ul {
  display: flex;
  justify-content: space-between;
  list-style: none;
}
header.header .header-wrapper .header-mega-menu .header-main-mega-menu nav > ul > li {
  position: relative;
  z-index: 1;
}
header.header .header-wrapper .header-mega-menu .header-main-mega-menu nav > ul > li ul {
  list-style: none;
}
header.header .header-wrapper .header-mega-menu .header-main-mega-menu nav > ul > li ul li {
  margin-top: 10px;
}
header.header .header-wrapper .header-mega-menu .header-main-mega-menu nav > ul > li ul li a {
  color: #979797;
  font-size: 12px;
  margin-bottom: 20px;
}

header.header .header-wrapper .header-mega-menu .header-main-mega-menu nav > ul > li:last-of-type:before {
  content: "";
  display: block;
  background: rgba(196, 196, 196, 0.3);
  width: 1000vh;
  height: calc(100% + 83px);
  position: absolute;
  top: -33px;
  left: -50px;
  z-index: -1;
}
header.header .header-wrapper .header-mega-menu .header-main-mega-menu nav > ul a {
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  color: #000;
  text-decoration: none;
}
header.header .header-wrapper .header-mega-menu .header-main-mega-menu nav > ul a[href="#"]{
  cursor: default;
}
header.header .header-wrapper .header-mega-menu .header-main-mega-menu nav > ul a ul {
  list-style: none;
}
header.header .header-wrapper .header-mega-menu .header-main-mega-menu nav > ul a ul a {
  color: #979797;
  font-size: 12px;
}
header.header .header-wrapper .header-mega-menu .header-menu-item {
  position: absolute;
  width: 130px;
}
header.header .header-wrapper .header-mega-menu .header-menu-item a {
  font-weight: 700;
  font-size: 20px;
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
  padding-left: 16px;
}
header.header .header-wrapper .header-mega-menu .close-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
  transform: none;
}
header.header .header-wrapper .header-burger-menu {
  height: 100%;
  display: none;
  align-items: center;
}
header.header .header-wrapper .header-burger-menu #burger-menu {
  width: 30px;
  height: 25px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
header.header .header-wrapper .header-burger-menu #burger-menu span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #FFF;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
header.header .header-wrapper .header-burger-menu #burger-menu span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
header.header .header-wrapper .header-burger-menu #burger-menu span:nth-child(2) {
  top: 10px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
header.header .header-wrapper .header-burger-menu #burger-menu span:nth-child(3) {
  top: 20px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
header.header .header-wrapper .header-burger-menu #burger-menu.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -3px;
  left: 8px;
}
header.header .header-wrapper .header-burger-menu #burger-menu.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
header.header .header-wrapper .header-burger-menu #burger-menu.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 18px;
  left: 8px;
}
header.header .header-wrapper .header-child-part.right-part > .header-selector{
  padding-right: 30px;
}
.header-selector{
  position: relative;
}
.header-selector:after{
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: translateY(-50%) rotate(225deg);
  position: absolute;
  top: 50%;
  right: 5px;
}
.header-selector span{
  font-weight: 700;
  font-size: 20px;
  color: #fff;
  cursor: pointer;
  text-transform: uppercase;
}
.header-selector.active .language-selector{
  display: block;
  z-index: 3;
}
.language-selector{
  display: none;
  position: absolute;
  left: 0;
  bottom: -102px;
  background: #fff;
  padding: 5px 10px;
  width: 100%;
}
.language-selector li{
  cursor: pointer;
  text-transform: uppercase;
  text-align: center;
}
.language-selector li:last-of-type{
  margin-bottom: 0;
}
/* HEADER END */
/* HERO START */
.hero-section.commitment {
  background: #298187;
  padding-top: 67px;
  padding-bottom: 67px;
  overflow: unset;
  z-index: 0;
}
.hero-section.commitment:before, .hero-section.commitment:after{
  content: none;
}
.hero-section.commitment .hero-wrapper {
  display: flex;
}
.hero-section.commitment .hero-wrapper .hero-text h1 {
  font-weight: 700;
  font-size: 75px;
  line-height: 78px;
  letter-spacing: -1.875px;
  color: #fff;
  margin-bottom: 83px;
}
.hero-section.commitment .hero-wrapper .hero-text h3 {
  font-weight: 400;
  font-size: 34px;
  line-height: 34px;
  color: #FFFFFF;
}
.hero-section.commitment .hero-wrapper .hero-img {
  position: relative;
  left: 40px;
  top: 10px;
  margin-bottom: -58px;
}
.hero-section.commitment .hero-wrapper .hero-img img{
  max-width: unset;
}

/*HERO END */
/*WHITE BLOCK */
.text-section.commitment {
  background: #F1F3F4;
  padding-top: 115px;
}

.white-block {
  border-radius: 16px;
  background: #fff;
  padding: 24px 24px 32px;
}
.white-block .text p {
  font-size: 24px;
  line-height: 32px;
  color: rgba(0, 0, 0, 0.8);
  margin-bottom: 48px;
}
.white-block .text p:last-of-type {
  margin-bottom: 0px;
}
.white-block .text ul {
  padding-left: 24px;
  margin-bottom: 48px;
}
.white-block .text ul li {
  font-weight: 700;
  font-size: 24px;
  line-height: 34px;
  color: rgba(0, 0, 0, 0.8);
}
.white-block .text ul{
  list-style: disc;
}
.text-section.commitment .learn-more {
  text-align: center;
  margin-top: 20px;
}
.text-section.commitment .learn-more a {
  color: #125B60;
  text-transform: capitalize;
  font-weight: 700;
  font-size: 20px;
  text-decoration: none;
}

/* WHITE BLOCK END */
/* COMMITMENT FORM*/
.form-section.commitment {
  background: #F1F3F4;
}

.main-form .form-part {
  padding-top: 48px;
}
.main-form .form-part h2 {
  font-weight: 700;
  font-size: 48px;
  line-height: 78px;
  letter-spacing: -1.875px;
  color: #125B60;
  margin-bottom: 34px;
}
.main-form .input-group {
  margin-bottom: 24px;
  max-width: 476px;
  display: block;
}
.main-form .input-group .validator{
  display: none;
  padding-left: 18px;
}
.main-form .input-group .validator ul{
  list-style: disc;
}
.main-form .input-group .validator.show{
  display: block;
}
.main-form .input-group .validator li{
  color: indianred;
  font-size: 16px;
  margin-bottom: 5px;
}
.main-form .input-group .validator li.green{
  color: #298187;
}
.main-form .input-group label {
  display: flex;
  flex-direction: column;
}
.main-form .input-group label span {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
}
.main-form .input-group label input {
  background: #FFFFFF;
  border-radius: 8px;
  font-size: 18px;
  color: #6A6A66;
  line-height: 28px;
  padding: 16px 8px;
  border: 0;
  outline: 0;
  width: auto;
  margin-bottom: 0;
}
.main-form .input-group label input[type=number] {
  -moz-appearance: textfield;
}
.main-form .input-group label input[type=number]::-webkit-inner-spin-button, .main-form .input-group label input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.main-form .input-group.half {
  max-width: 216px;
}
.main-form .input-group:last-of-type {
  margin-bottom: 0;
}
.main-form .input-group.custom-select-2 select {
  display: none;
}
.main-form .input-group.custom-select-2 i {
  font-size: 14px;
  line-height: 14px;
  color: #000000;
  margin: 4px 0;
}
.main-form .input-group.custom-select-2 .fake-select.open {
  border-radius: 8px 8px 0 0;
}
.main-form .input-group.custom-select-2 .fake-select.open .select-wrapper {
  display: block;
}
.main-form .input-group.custom-select-2 .fake-select.open .fake-placeholder:before {
  transform: translateY(-50%) rotate(45deg);
}
.main-form .input-group.custom-select-2 .fake-select {
  background: #fff;
  border-radius: 8px;
  color: #6A6A66;
  line-height: 28px;
  padding: 16px 8px;
  font-size: 20px;
  position: relative;
  user-select: none;
  cursor: pointer;
}
.main-form .input-group.custom-select-2 .fake-select .fake-placeholder {
  position: relative;
}
.main-form .input-group.custom-select-2 .fake-select .fake-placeholder:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 3px solid #000;
  border-left: 3px solid #000;
  transform: translateY(-50%) rotate(225deg);
  position: absolute;
  top: 50%;
  right: 14px;
  transition: 0.2s all;
}
.main-form .input-group.custom-select-2 .select-wrapper {
  display: none;
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  background: #fff;
  padding-top: 60px;
  max-height: 220px;
  z-index: 3;
}
.main-form .input-group.custom-select-2 .select-wrapper .option-wrapper {
  overflow: auto;
  max-height: 160px;
}
.main-form .input-group.custom-select-2 .select-wrapper .option-wrapper::-webkit-scrollbar {
  width: 10px;
}
.main-form .input-group.custom-select-2 .select-wrapper .option-wrapper::-webkit-scrollbar-track {
  background: #fff;
}
.main-form .input-group.custom-select-2 .select-wrapper .option-wrapper::-webkit-scrollbar-thumb {
  background-color: #FACF28;
  border-radius: 8px;
}
.main-form .input-group.custom-select-2 .select-wrapper .fake-option {
  padding: 6px;
  transition: 0.1s all;
}
.main-form .input-group.custom-select-2 .select-wrapper .fake-option.choosen {
  background: #ddd;
  color: #6A6A66;
}
.main-form .input-group.custom-select-2 .select-wrapper .fake-option:hover, .main-form .input-group.custom-select-2 .select-wrapper .fake-option.active, .main-form .input-group.custom-select-2 .select-wrapper .fake-option.choosen:hover {
  background: #5897FB;
  color: #fff;
}
.main-form .input-group.custom-select-2 .select-wrapper .search-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 6px;
}
.main-form .input-group.custom-select-2 .select-wrapper .search-wrapper input {
  border: 1px solid #000;
  width: 100%;
  padding: 8px;
}
.main-form .input-group.select .labels-wrapper label {
  max-width: 100%;
  width: 100%;
}
.main-form .input-group.select .labels-wrapper label:last-of-type {
  display: none;
}
.main-form .input-group.select .labels-wrapper label:first-of-type {
  max-width: 216px;
  margin-right: 48px;
}
.main-form .input-group.select .labels-wrapper label:first-of-type span {
  position: relative;
}
.main-form .input-group.select .labels-wrapper label:first-of-type span::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 3px solid #000;
  border-left: 3px solid #000;
  transform: rotate(225deg);
  position: absolute;
  top: 46px;
  right: 14px;
  transition: 0.2s all;
  z-index: 2;
}
.main-form .input-group.select select {
  color: #6A6A66;
  font-weight: 400;
  font-size: 17px;
  line-height: 28px;
  background: #FFFFFF;
  border-radius: 8px;
  border-color: #fff;
  padding: 16px 30px 16px 8px;
  outline: 0;
  position: relative;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.main-form .input-group.select select::-ms-expand {
  display: none;
}
.main-form .input-group.select .full-width {
  margin-top: 46px;
  display: none;
}
.main-form .input-group.select .full-width textarea {
  padding: 16px 8px;
  border: 0;
  outline: 0;
  resize: none;
  font-size: 20px;
  line-height: 28px;
  height: 117px;
  overflow: auto;
  border-radius: 8px;
}
.main-form .input-group.select .full-width textarea::-webkit-scrollbar {
  width: 10px;
}
.main-form .input-group.select .full-width textarea::-webkit-scrollbar-track {
  background: #fff;
}
.main-form .input-group.select .full-width textarea::-webkit-scrollbar-thumb {
  background-color: #FACF28;
  border-radius: 8px;
}
.main-form .input-group.select.default .labels-wrapper label:last-of-type {
  display: flex;
}
.main-form .input-group.select.large .labels-wrapper label:first-of-type {
  max-width: 476px;
}
.main-form .input-group.select.large .full-width {
  display: flex;
}
.main-form .input-group.select.fake-arrow span {
  position: relative;
}
.main-form .input-group.select.fake-arrow span::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 3px solid #000;
  border-left: 3px solid #000;
  transform: rotate(225deg);
  position: absolute;
  bottom: -35px;
  right: 14px;
  transition: 0.2s all;
  z-index: 2;
}
.main-form .input-group.company-identifier {
  max-width: 740px;
}
.main-form .input-group .labels-wrapper {
  display: flex;
}
.main-form .input-group.file-input {
  display: flex;
  flex-direction: column;
}
.main-form .input-group.file-input input {
  display: none;
}
.main-form .input-group.file-input button {
  text-transform: uppercase;
  color: #000000;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  border: 0;
  outline: 0;
  background: #FACF28;
  padding: 16px 24px;
  border-radius: 8px;
  align-self: flex-start;
  cursor: pointer;
}
.main-form .input-group.file-input .file-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.5);
  z-index: 4;
  padding: 0 20px;
}
.main-form .input-group.file-input .file-overlay .file-popup {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.7);
  background: #fff;
  min-height: 400px;
  max-width: 350px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
.main-form .input-group.file-input .file-overlay .file-popup .file-popup-header {
  display: flex;
  position: relative;
  justify-content: center;
  background: #122f2d;
}
.main-form .input-group.file-input .file-overlay .file-popup .file-popup-header span {
  font-size: 22px;
  padding: 0 16px;
  color: #fff;
  line-height: 50px;
}
.main-form .input-group.file-input .file-overlay .file-popup .file-popup-header .close-btn {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  height: 25px;
  cursor: pointer;
}
.main-form .input-group.file-input .file-overlay .file-popup .file-upload-content {
  display: none;
  text-align: center;
}
.main-form .input-group.file-input .file-overlay .file-popup .file-upload-content .file-upload-bar-wrapper {
  height: 20px;
  max-width: 80%;
  margin: 10px auto;
  border: 1px solid #FACF28;
  border-radius: 20px;
  overflow: hidden;
}
.main-form .input-group.file-input .file-overlay .file-popup .file-upload-content .file-upload-bar-wrapper .file-upload-bar {
  width: 0%;
  height: 100%;
  background: #FACF28;
}
.main-form .input-group.file-input .file-overlay .file-popup .file-upload-content .file-name p {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 0 10px;
}
.main-form .input-group.file-input .file-overlay .file-popup .file-upload-content.show {
  display: block;
}
.main-form .input-group.file-input .file-overlay .file-popup .file-upload-result {
  display: none;
}
.main-form .input-group.file-input .file-overlay .file-popup .file-upload-result img {
  width: 100%;
}
.main-form .input-group.file-input .file-overlay .file-popup .file-upload-result.show {
  display: block;
}
.main-form .input-group.file-input .file-overlay .file-popup .file-popup-body {
  text-align: center;
}
.main-form .input-group.file-input .file-overlay .file-popup .file-popup-body p:first-of-type {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 400;
  max-width: 200px;
  margin: 0 auto 10px;
}
.main-form .input-group.file-input .file-overlay .file-popup .file-popup-body button {
  margin-bottom: 10px;
  cursor: pointer;
}
.main-form .input-group.file-input .file-overlay .file-popup .file-popup-body p {
  font-size: 20px;
}
.main-form .input-group.file-input .file-overlay .file-popup .file-popup-body.hide {
  display: none;
}
.main-form .input-group.file-input .file-overlay .file-popup .file-upload-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(33, 117, 155, 0.9);
  padding: 10px;
  z-index: -1;
  opacity: 0;
  transition: 0.2s all;
}
.main-form .input-group.file-input .file-overlay .file-popup .file-upload-mask .file-upload-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px dashed #fff;
  width: 100%;
  height: 100%;
}
.main-form .input-group.file-input .file-overlay .file-popup .file-upload-mask .file-upload-wrapper p {
  color: #fff;
  font-size: 30px;
}
.main-form .input-group.file-input .file-overlay .file-popup .file-upload-mask.show {
  z-index: 2;
  opacity: 1;
}
.main-form .input-group.file-input .file-overlay .file-popup .file-popup-footer {
  text-align: center;
  border-top: 1px solid rgb(220, 220, 222);
}
.main-form .input-group.file-input .file-overlay .file-popup .file-popup-footer button {
  margin: 12px 0;
}
.main-form .input-group.file-input .file-overlay .file-popup .file-popup-footer button[disabled] {
  color: #a7aaad;
  background: #f6f7f7;
}
.main-form .input-group.file-input .file-overlay.open {
  display: flex;
}
.main-form .input-group.file-input .file-content {
  display: flex;
  flex-direction: column;
}
.main-form .input-group.file-input .file-content .fake-placeholder {
  font-weight: 700;
  margin-bottom: 20px;
}
.main-form .input-group.file-input .file-content .with-out-styles {
  background: transparent;
  font-size: 16px;
  color: #000;
  border-radius: 0;
  padding: 0;
  text-transform: capitalize;
  cursor: pointer;
}
.main-form .input-group.file-input .file-content.hide {
  display: none;
}
.main-form .input-group.file-input .file-content i {
  margin-top: 5px;
}
.main-form .input-group.checkbox {
  max-width: 476px;
}
.main-form .input-group.checkbox label {
  flex-direction: row;
  align-items: center;
  margin-bottom: 8px;
}
.main-form .input-group.checkbox label input {
  opacity: 0;
}
.main-form .input-group.checkbox label input:checked ~ span:after {
  content: "";
  display: block;
  width: 10px;
  height: 6px;
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
  position: absolute;
  left: -8px;
  top: 9px;
  transform: rotate(-47deg);
}
.main-form .input-group.checkbox label span {
  font-size: 16px;
  position: relative;
  padding-left: 20px;
  line-height: 28px;
}
.main-form .input-group.checkbox label span:before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  border: 2px solid #000;
  border-radius: 3px;
  position: absolute;
  left: -13px;
  top: 4px;
  background: #fff;
}
.main-form .input-group.checkbox label a {
  color: #000;
  font-size: 16px;
}
.main-form .main-form-btn {
  padding-top: 87px;
  text-align: center;
}
.main-form .main-form-btn button {
  color: #000;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 28px;
  background: #FACF28;
  border-radius: 8px;
  padding: 16px 64px;
  border: 0;
  outline: 0;
}

/* COMMITMENT FORM END */
/* PANEL START */
/* PROFILE HERO START */
.profile-hero {
  padding-top: 100px;
  background: #F1F3F4;
}
.profile-hero .profile-hero-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.profile-hero .profile-hero-content .text {
  max-width: 696px;
}
.profile-hero .profile-hero-content .text h1 {
  color: #125B60;
  font-size: 60px;
  line-height: 78px;
  font-weight: 700;
  letter-spacing: -1.875px;
  word-break: break-word;
  margin: 0;
}
.profile-hero .profile-hero-content .avatar {
  position: relative;
}
.profile-hero .profile-hero-content .avatar .avatar-wrapper {
  width: 222px;
  height: 222px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.profile-hero .profile-hero-content .avatar .avatar-wrapper img {
  max-width: 100%;
  width: 100%;
  max-height: 100%;
  border-radius: 50%;
  height: 100%;
  user-select: none;
  object-fit: cover;
}
.profile-hero .profile-hero-content .avatar .avatar-wrapper img:focus {
  outline: 0;
}
.profile-hero .profile-hero-content .avatar .avatar-wrapper .avatar-btn {
  position: absolute;
  bottom: 20px;
  right: 0;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  background: #FACF28;
  width: 55px;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.profile-hero .profile-hero-content .avatar .avatar-wrapper .avatar-btn svg {
  margin-top: 2px;
  margin-left: 4px;
  user-select: none;
}
.avatar .avatar-overlay{
  position: fixed;
  top: 0;
  display: none;
  left: 0;
  bottom: 0;
  right: 0;
  justify-content: center;
  align-items: center;
  z-index: 10;
  background: rgba(0, 0, 0, .5);
}
.avatar .avatar-overlay.show{
  display: flex;
}
.avatar .avatar-overlay .avatar-message{
  background: #fff;
  border-radius: 8px;
  padding: 15px;
  min-width: 320px;
  min-height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.avatar-overlay .avatar-message p{
  font-size: 20px;
  text-align: center;
}
.avatar .avatar-overlay .avatar-message button{
  background: #FACF28;
  font-size: 20px;
  text-transform: uppercase;
  border: 0;
  font-weight: 700;
  border-radius: 8px;
  padding: 10px 30px;
  outline: 0;
  margin-top: 40px;
}
.profile-hero .profile-hero-content .avatar .profile-photo {
  display: none;
}
.profile-hero .profile-hero-content .full-width-text {
  margin-top: 16px;
}
.profile-hero .profile-hero-content .full-width-text p {
  color: #125B60;
  font-size: 24px;
  line-height: 32px;
}

/* PROFILE HERO END */

/* PROFILE BADGE */
.sme-badge{
  background: #F1F3F4;
  padding: 40px 0;
}
.sme-badge .content{
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 16px;
  padding: 40px 40px 47px;
}
.sme-badge .link-btn{
  background: #FACF32;
}

.sme-badge .content h2{
  font-size: 38px;
  font-weight: bold;
  line-height: 50px;
  color: #125B60;
  margin-bottom: 23px;
}
.sme-badge .content p{
  font-size: 16px;
  color: #122F2D;
  line-height: 28px;
  margin-bottom: 33px;
  max-width: 478px;
}
.sme-badge .content .right{
  padding-left: 120px;
  position: relative;
}
.sme-badge .content .right:before{
  content: '';
  display: block;
  width: 1px;
  height: 178px;
  background: #125B60;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.sme-badge .content img{
  max-width: 238px;
}
.sme-badge .content .link-btn{
  border-radius: 8px;
  padding: 13px;
  background: #FACF32;
  font-size: 18px;
  font-weight: 600;
  max-width: 240px;
  width: 100%;
  display: block;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
}

.sme-badge .badge-overlay{
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  justify-content: center;
  align-items: center;
  background: rgba(41, 129, 135, 0.3);
  padding: 0 15px;
}
.sme-badge .popup-badge{
  background: #fff;
  border-radius: 8px;
  padding: 45px 75px;
  max-width: 578px;
  margin: 0 15px;
  text-align: center;
}
.sme-badge .popup-badge .content{
  border-radius: unset;
  background: transparent;
  flex-direction: column;
  align-items: unset;
  padding: 0;
}
.sme-badge .badge-overlay.active{
  display: flex;
}
.sme-badge .popup-badge img{
  height: 67px;
  width: auto;
  object-fit: contain;
  max-width: unset;
  margin-bottom: 20px;
}
.sme-badge .popup-badge h3{
  font-size: 22px;
  line-height: 27px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 22px;
}

.sme-badge .popup-badge:first-of-type p{
  font-size: 18px;
  line-height: 26px;
  color: #125B60;
  margin-bottom: 31px;
}

.sme-badge .popup-badge:last-of-type p{
  font-size: 16px;
  color: #125B60;
  line-height: 22px;
  margin-bottom: 9px;
}
.sme-badge .popup-badge .grey{
  background: #F7F7F7;
  padding: 20px;
  border-radius: 8px;
  text-align: left;
  margin-bottom: 19px;
}

.sme-badge .popup-badge .link-btn{
  margin: 0 auto;
}
.sme-badge .popup-badge .grey ul{
  text-align: left;
  padding-left: 8px;
  margin: 0;
}
.sme-badge .popup-badge .grey ul li{
  font-size: 16px;
  line-height: 22px;
  color: #125B60;
  margin-bottom: 7px;
  position: relative;
}
.sme-badge .popup-badge .grey ul li:before{
  content: '-';
  display: block;
  width: auto;
  height: auto;
  margin-left: -10px;
  transform: unset;
  margin-top: -1px;
}
.sme-badge .popup-badge .grey ul li:last-of-type{
  margin-bottom: 0;
}
/*END OF PROFILE BANDGE */

/* PROFILE LINKS START */
.profile-links {
  background: #F1F3F4;
  padding-top: 48px;
}
.profile-links .profile-links-content h2 {
  color: #125B60;
  letter-spacing: -1.875px;
  font-size: 48px;
  line-height: 78px;
}
/*.profile-links .profile-links-content .profile-links-wrapper {*/
/*  padding-top: 24px;*/
/*}*/
.profile-links .profile-links-content .profile-links-wrapper > p {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: -16px;
}
.profile-links .profile-links-content .profile-links-wrapper > p:last-of-type{
  margin-top: 24px;
}
.profile-links .profile-links-content .profile-links-wrapper .profile-links-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 48px;
  margin-top: 32px;
}
.profile-links .profile-links-content .profile-links-wrapper .profile-links-row .profile-links-item {
  background: #fff;
  border-radius: 8px;
  padding: 12px;
}
.profile-links .profile-links-content .profile-links-wrapper .profile-links-row .profile-links-item a {
  color: #000;
  text-decoration: none;
}
.profile-links .profile-links-content .profile-links-wrapper .profile-links-row .profile-links-item a h4 {
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 12px;
  margin-top: 0;
}
.profile-links .profile-links-content .profile-links-wrapper .profile-links-row .profile-links-item a span {
  font-size: 16px;
  line-height: 22px;
}
.profile-links .profile-links-content .profile-links-wrapper .profile-links-row:last-of-type .profile-links-item {
  margin-bottom: 0;
}
.profile-links .profile-links-content .profile-links-wrapper .profile-links-item.non-active {
  opacity: 0.5;
  user-select: none;
  pointer-events: none;
}

/* PROFILE LINKS END */
/* PROFILE PROGRESSION START */
.profile-progression {
  background: #F1F3F4;
  padding-top: 72px;
}
.profile-progression .profile-progression-content h2 {
  font-size: 48px;
  line-height: 78px;
  color: #125B60;
  letter-spacing: -1.875px;
  margin-bottom: 24px;
}
.profile-progression .profile-progression-content > p {
  font-size: 24px;
  line-height: 32px;
}
.profile-progression .profile-progression-content .profile-progression-item {
  margin-top: 24px;
  padding: 24px 40px 32px 24px;
  background: #fff;
  width: 100%;
  border-radius: 16px;
}
.profile-progression .profile-progression-content .profile-progression-item .progression-item-header {
  display: flex;
  align-items: center;
}
.profile-progression .profile-progression-content .profile-progression-item .progression-item-header h4 {
  font-size: 24px;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: 0;
}
.profile-progression .profile-progression-content .profile-progression-item .progression-item-header .progression-bar-wrapper {
  max-width: 299px;
  height: 16px;
  width: 100%;
  background: #DCE5D7;
  border-radius: 8px;
  margin-right: 14px;
}
.profile-progression .profile-progression-content .profile-progression-item .progression-item-header .progression-bar-wrapper .progression-bar {
  height: 100%;
  border-radius: 8px;
  transition: all 1s linear;
  width: 0;
}
.profile-progression .profile-progression-content .profile-progression-item .progression-item-header .progression-bar-wrapper .progression-bar.green {
  background: #298187;
}
.profile-progression .profile-progression-content .profile-progression-item .progression-item-header .progression-bar-wrapper .progression-bar.yellow {
  background: #FACF28;
}
.profile-progression .profile-progression-content .profile-progression-item .progression-item-content {
  display: flex;
  margin-top: 32px;
  justify-content: space-between;
}
.profile-progression .profile-progression-content .profile-progression-item .progression-item-content .progression-item-link a {
  color: #125B60;
  text-decoration: none;
  text-transform: capitalize;
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
}
.profile-progression .profile-progression-content .profile-progression-item .progression-item-content .progression-item-text p {
  font-size: 20px;
  line-height: 20px;
}
.profile-progression .profile-progression-content .profile-progression-item.with-out-bar .progression-item-content {
  justify-content: flex-end;
}

/* PROFILE PROGRESSION END */
/* PROFILE BLOG START */
.profile-blog {
  background: #F1F3F4;
  padding-top: 48px;
}
.profile-blog .profile-blog-content h2 {
  font-size: 48px;
  line-height: 78px;
  color: #125B60;
  letter-spacing: -1.875px;
}
.profile-blog .profile-blog-content > p {
  font-size: 24px;
  line-height: 32px;
  margin: 24px 0;
}
.profile-blog .profile-blog-content .profile-blog-wrapper {
  display: flex;
  margin: 0 -5px;
}
.profile-blog .profile-blog-content .profile-blog-wrapper .profile-blog-item {
  width: 33.333%;
  padding: 0 5px 22px;
  min-height: 100%;
  position: relative;
}
.profile-blog .profile-blog-content .profile-blog-wrapper .profile-blog-item .profile-blog-img {
  padding: 0 15px;
  margin-bottom: 16px;
  max-height: 201px;
  height: 100%;
}
.profile-blog .profile-blog-content .profile-blog-wrapper .profile-blog-item .profile-blog-img img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  object-fit: cover;
}
.profile-blog .profile-blog-content .profile-blog-wrapper .profile-blog-item .profile-blog-content {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.profile-blog .profile-blog-content .profile-blog-wrapper .profile-blog-item .profile-blog-content .profile-blog-text {
  margin-bottom: 25px;
}
.profile-blog .profile-blog-content .profile-blog-wrapper .profile-blog-item .profile-blog-content .profile-blog-text h5 {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 16px;
}
.profile-blog .profile-blog-content .profile-blog-wrapper .profile-blog-item .profile-blog-content .profile-blog-text p {
  font-size: 16px;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  line-clamp: 6;
  -webkit-box-orient: vertical;
}
.profile-blog .profile-blog-content .profile-blog-wrapper .profile-blog-item .profile-blog-content .profile-blog-link {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}
.profile-blog .profile-blog-content .profile-blog-wrapper .profile-blog-item .profile-blog-content .profile-blog-link a {
  font-size: 16px;
  line-height: 22px;
  color: #125B60;
  text-decoration: none;
  text-transform: capitalize;
  position: relative;
}
.profile-blog .profile-blog-content .profile-blog-wrapper .profile-blog-item .profile-blog-content .profile-blog-link a:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-left: 2px solid #125B60;
  border-top: 2px solid #125B60;
  position: absolute;
  bottom: 3px;
  right: -18px;
  transform: rotateZ(135deg);
}
.profile-blog .profile-blog-content .profile-blog-view-more {
  margin-top: 25px;
}
.profile-blog .profile-blog-content .profile-blog-view-more a {
  font-size: 24px;
  line-height: 34px;
  color: #125B60;
  text-decoration: none;
  font-weight: 700;
}

/* PROFILE BLOG END */
/* USER PROFILE START */
section.user-profile {
  background: #F1F3F4;
  padding-top: 57px;
}
.user-profile .user-profile-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 95px;
}
.user-profile .user-profile-header h1 {
  font-size: 60px;
  line-height: 78px;
  letter-spacing: -1.875px;
  color: #125B60;
  margin-top: 0;
}
.user-profile .user-profile-header p, .user-profile .user-profile-header a{
  color: #125B60;
}
.user-profile .user-profile-header a{
  text-decoration: underline;
}
.user-profile .user-profile-header .avatar {
  position: relative;
}
.user-profile .user-profile-header .avatar .avatar-wrapper {
  width: 222px;
  height: 222px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.user-profile .user-profile-header .avatar .avatar-wrapper img {
  max-width: 100%;
  width: 100%;
  max-height: 100%;
  height: 100%;
  border-radius: 50%;
  user-select: none;
  object-fit: cover;
}
.user-profile .user-profile-header .avatar .avatar-wrapper img:focus {
  outline: 0;
}
.user-profile .user-profile-header .avatar .avatar-wrapper .avatar-btn {
  position: absolute;
  bottom: 20px;
  right: 0;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  background: #FACF28;
  width: 55px;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  display: none;
}
.main-form .result{
  max-width: 476px;
}
.main-form .result .error{
  border: 1px solid red;
  background: rgba(255, 0, 0, 0.3);
  padding: 5px;
  color: red;
}
.main-form .result .success{
  border: 1px solid #125B60;
  background: rgba(18, 91, 96, 0.3);
  padding: 5px;
  color: #125B60;
}
.user-profile .user-profile-header .avatar .avatar-wrapper .avatar-btn svg {
  margin-top: 2px;
  margin-left: 4px;
  user-select: none;
}
.user-profile .user-profile-header .avatar .input-group {
  display: none;
}
.user-profile .user-profile-header .avatar .profile-photo {
  display: none;
}
.user-profile .form-accordion {
  background: #fff;
  border-radius: 16px;
  padding: 32px 24px;
  margin-top: 48px;
}

.user-profile .form-accordion h2 {
  font-size: 40px;
  line-height: 44px;
  color: #125B60;
  letter-spacing: -1.875px;
  position: relative;
  margin-bottom: 0;
  cursor: pointer;
}
.user-profile .form-accordion h2:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
  top: 50%;
  right: 0px;
  position: absolute;
  transform: translateY(-50%) rotate(225deg);
  transition: all 0.3s ease;
}
.user-profile .form-accordion .input-group label input, .user-profile .form-accordion .input-group label select, .user-profile .form-accordion .input-group label .fake-select, .user-profile .form-accordion .input-group label .select-wrapper, .user-profile .form-accordion .input-group label textarea {
  background: #F0F0F0;
  color: #6A6A66;
}
.user-profile .form-accordion .input-group label input .option-wrapper::-webkit-scrollbar-track, .user-profile .form-accordion .input-group label select .option-wrapper::-webkit-scrollbar-track, .user-profile .form-accordion .input-group label .fake-select .option-wrapper::-webkit-scrollbar-track, .user-profile .form-accordion .input-group label .select-wrapper .option-wrapper::-webkit-scrollbar-track {
  background: #f0f0f0;
}
.user-profile .form-accordion .input-group label i {
  font-size: 14px;
  line-height: 14px;
  margin: 4px 0;
}
.user-profile .form-accordion .main-form-btn {
  padding-top: 42px;
}
.user-profile .form-accordion .accordion-content {
  max-height: 0px;
  overflow: hidden;
  will-change: max-height;
  transition: all 0.3s ease;
  display:  block;
  padding-left: 0;
  padding-bottom: 0;
  max-width: 100%;
}
.user-profile .form-accordion.open h2:before {
  transform: translateY(-50%) rotate(45deg);
}
.user-profile .form-accordion.open .accordion-content {
  padding-top: 52px;
  max-height: 5000px;
}
.user-profile .form-accordion .accordion-content .wpcf7-form{
  max-width: 100%;
}
.user-profile .form-accordion .accordion-content .wpcf7-form textarea{
  color: #6A6A66;
  font-weight: 400;
  font-size: 17px;
  line-height: 28px;
  background: #F0F0F0;
  border-radius: 8px;
  border-color: #fff;
  padding: 16px 8px 16px 8px;
  outline: 0;
  position: relative;
  width: 100%;
}
.user-profile .wpcf7-list-item label input[type=checkbox]:checked~span::after{
  transform: translateX(-4px) translateY(16px) rotate(-45deg);
  top: 0;
}
.user-profile .wpcf7-list-item label input[type=checkbox]:checked~span::before{
  top: 0;
  transform: translateX(-5px) translateY(13px) rotate(-45deg);
  max-height: 4px;
}
.user-profile .form-accordion .accordion-content .wpcf7-form label{
  color: #000000;
  font-weight: 400;
}
.user-profile .form-accordion .accordion-content .wpcf7-form p, .user-profile .form-accordion .accordion-content .wpcf7-form .git-checkboxes{
  margin-bottom: 24px;
  max-width: 476px;
}
.user-profile .form-accordion .accordion-content .wpcf7-form p:last-of-type{
  max-width: 100%;

}
.user-profile .form-accordion .accordion-content .wpcf7-form p:last-of-type input{
  color: #000;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 28px;
  background: #FACF28;
  border-radius: 8px;
  padding: 16px 64px;
  border: 0;
  outline: 0;
  width: auto;
}
.user-profile .form-accordion h4{
  margin-top: 0;
  margin-bottom: 24px;
  color: #125B60;
  letter-spacing: -1.875px;
}
.user-profile .form-accordion .accordion-content .wpcf7-form select{
  color: #6A6A66;
  font-weight: 400;
  font-size: 17px;
  line-height: 28px;
  background: #F0F0F0;
  border-radius: 8px;
  border-color: #fff;
  padding: 16px 30px 16px 8px;
  outline: 0;
  position: relative;
  width: 100%;
}
.user-profile .form-accordion .accordion-content .wpcf7-form .git-text{
  font-weight: 400 !important;
}
.user-profile .form-accordion .accordion-content .wpcf7-form input{
  border-radius: 8px;
  font-size: 18px;
  line-height: 28px;
  padding: 16px 8px;
  border: 0;
  outline: 0;
  margin-bottom: 0;
  background: #F0F0F0;
  color: #6A6A66;
  width: 100%;
}
/* COMMITMENT FORM */

.form-section .wppb-user-forms .wppb-heading h2{
  font-weight: 700;
  font-size: 48px;
  line-height: 78px;
  letter-spacing: -1.875px;
  color: #125B60;
  margin-bottom: 0px;
}
body.sme-climate-commitment footer{
  padding-top: 100px;
  background: #F1F3F4;
}
.form-section .wppb-user-forms{
  padding-top: 30px;
}
.form-section .wppb-user-forms label{
  position: relative;
  text-indent: unset;
  left: 0;
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  height: 22px;
  line-height: 22px;
  color: #000000;
}
.form-section .wppb-user-forms .wppb-form-field{
  display: flex;
  flex-direction: column;
  margin-bottom: 24px;
  padding: 0px;
  max-width: 476px;
}
.form-section .wppb-user-forms .wppb-form-field.half{
  max-width: 216px;
}
.form-section .wppb-user-forms .wppb-form-field.wppb-select2 .select2-selection--single{
  background: #fff;
  border-radius: 8px;
  line-height: 28px;
  padding: 16px 8px;
  font-size: 20px;
  position: relative;
  user-select: none;
  cursor: pointer;
  height: auto;
  width: 100% !important;
}
.form-section .wppb-user-forms .wppb-form-field.wppb-select2 .select2-selection--single .select2-selection__arrow{
  display: none;
}
.form-section .wppb-user-forms .wppb-form-field.wppb-select2 .select2-selection__rendered{
  padding: 0;
  color: #6A6A66;
  position: relative;
  font-size: 18px;
}
.form-section .wppb-user-forms .wppb-form-field.wppb-select2 .select2-selection__rendered:before{
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 3px solid #000;
  border-left: 3px solid #000;
  transform: translateY(-50%) rotate(225deg);
  position: absolute;
  top: 50%;
  right: 14px;
  transition: 0.2s all;
}

.form-section .wppb-user-forms .wppb-form-field input{
  background: #FFFFFF;
  border-radius: 8px;
  font-size: 18px;
  color: #6A6A66;
  line-height: 28px;
  padding: 16px 8px;
  border: 0;
  outline: 0;
  width: auto;
  margin-bottom: 0;
}
.form-section .wppb-user-forms .wppb-form-field textarea{
  padding: 16px 8px;
  border: 0;
  outline: 0;
  resize: none;
  font-size: 20px;
  line-height: 28px;
  height: 117px;
  overflow: auto;
  border-radius: 8px;
}
.form-section .wppb-user-forms .wppb-form-field.wppb-textarea{
  margin-top: 48px;
  display: none;
  margin-bottom: 24px;
}
.form-section .wppb-user-forms .wppb-form-field.wppb-textarea.show{
  display: flex !important;
}
.form-section .wppb-user-forms #wppb-form-element-52{
  display: flex;
  margin-top: 0;
}
.form-section .wppb-user-forms .wppb-form-field.wppb-input, .form-section .wppb-user-forms .wppb-form-field.wppb-default-e-mail, .form-section .wppb-user-forms .wppb-form-field.wppb-default-nickname, .form-section .wppb-user-forms .wppb-form-field.wppb-select2, .form-section .wppb-user-forms .wppb-form-field.wppb-default-website{
  margin-bottom: 24px;
}
.wppb-form-field.wppb-default-website.pbpl-class#wppb-form-element-9{
  margin-bottom: 24px !important;
}
.form-section .wppb-user-forms .wppb-form-field.wppb-select select{
  color: #6A6A66;
  font-weight: 400;
  font-size: 17px;
  line-height: 26px;
  background: #FFFFFF;
  border-radius: 8px;
  border-color: #fff;
  padding: 16px 30px 16px 8px;
  outline: 0;
  position: relative;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.form-section .wppb-user-forms .wppb-form-field.wppb-select label{
  position: relative;
}
.form-section .wppb-user-forms .wppb-form-field.wppb-select label:after{
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 3px solid #000;
  border-left: 3px solid #000;
  transform: rotate(225deg);
  position: absolute;
  top: 55px;
  right: 14px;
  transition: 0.2s all;
  z-index: 2;
}
.form-section .wppb-user-forms .company_identifier_wrapper{
  max-width: 740px;
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.form-section .wppb-user-forms ul{
  max-width: 100%;
  width: 100%;
}
.form-section .wppb-user-forms #wppb-form-element-20{
  display: none;
  width: 100% !important;
}
.form-section .wppb-user-forms #wppb-form-element-44{
  display: none;
}
.form-section .wppb-user-forms #wppb-form-element-20 input{
  width: 100%;
}
.form-section .wppb-user-forms #wppb-form-element-20.show{
  display: block;
}
.form-section .wppb-user-forms #wppb-form-element-15{
  display: none;
}
.form-section .wppb-user-forms .wppb-form-field.wppb-avatar{
  margin-top: 48px;
  margin-bottom: 24px !important;
}
.form-section .wppb-user-forms .wppb-form-field.wppb-avatar span{
  color: #000;
}
.form-section .wppb-user-forms .wppb-form-field.wppb-avatar a{
  text-transform: uppercase;
  color: #000000;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  border: 0 !important;
  outline: 0;
  background: #FACF28;
  padding: 16px 24px;
  border-radius: 8px;
  align-self: flex-start;
  cursor: pointer;
}
.form-section .wppb-user-forms .wppb-form-field.wppb-checkbox-terms-and-conditions > label, .form-section .wppb-user-forms .wppb-form-field.wppb-checkbox > label{
  display: none;
}
.form-section .wppb-user-forms .wppb-form-field.wppb-checkbox-terms-and-conditions, .form-section .wppb-user-forms .wppb-form-field.wppb-checkbox{
  max-width: 100%;
}
.form-section .wppb-user-forms .wppb-form-field.wppb-checkbox-terms-and-conditions li, .form-section .wppb-user-forms .wppb-form-field.wppb-checkbox li{
  display: flex;
  align-items: center;
}
.form-section .wppb-user-forms .wppb-form-field.wppb-checkbox-terms-and-conditions a, .form-section .wppb-user-forms .wppb-form-field.wppb-checkbox a{
  font-size: 16px;
  line-height: 1;
  text-decoration: underline;
}
.form-section .wppb-user-forms li:after{
  content: none;
}
.form-section .wppb-user-forms .wppb-form-field.wppb-input.half.pbpl-class#wppb-form-element-28{
  margin-bottom: 24px;
}
.form-section .wppb-user-forms .wppb-checkboxes{
  margin: 0;
}
.form-section .wppb-user-forms .wppb-form-field.wppb-checkbox{
  margin: 0 auto;
  display: inline-block;
  width: 100%;
}
.form-section .wppb-user-forms .wppb-form-field.wppb-checkbox.wppb-field-error.show{
  display: block !important;
}
.form-section .wppb-user-forms .wppb-form-field.wppb-checkbox input[type='checkbox']{
  opacity: 0;
}
.form-section .wppb-user-forms .wppb-form-field.wppb-checkbox .wppb-rc-value{
  height: auto;
}
.form-section .wppb-user-forms .wppb-form-field.wppb-checkbox .wppb-checkboxes li label:before{
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  border: 2px solid #000;
  border-radius: 3px;
  position: absolute;
  left: -12px;
  top: 4px;
  background: #fff;
}
.form-section .wppb-user-forms .wppb-form-field.wppb-checkbox .wppb-checkboxes li label{
  padding-left: 20px;
}
.form-section .wppb-user-forms .wppb-form-field.wppb-checkbox .wppb-checkboxes li input:checked ~ label:after{
  content: "";
  display: block;
  width: 10px;
  height: 6px;
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
  position: absolute;
  left: -8px;
  top: 9px;
  transform: rotate(-47deg);
}
.form-section .wppb-user-forms .submit.button{
  color: #000;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 28px;
  background: #FACF28;
  border-radius: 8px;
  padding: 16px 64px;
  border: 0;
  outline: 0;
  display: block;
  margin: 0 auto;
}
.form-section .wppb-user-forms input[type=number] {
  -moz-appearance: textfield;
}
.form-section .wppb-user-forms input[type=number]::-webkit-inner-spin-button, .form-section .wppb-user-forms input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.form-section .wppb-user-forms  li:before{
  content: none;
}
.form-section .wppb-user-forms #wppb-form-element-43{
  display: none !important;
}
.form-section .wppb-user-forms #wppb-form-element-43.show{
  display: flex !important;
}
.user-dashboard footer{
  background-color: #F1F3F4;
}
/* END OF COMMITMENT FORM */
/* USER PROFILE END */


/* AMERICAN LANDING PAGE */
.american-hero-section{
  position: relative;
  height: 85.1vh;
  min-height: 550px;
}
.american-hero-section .swiper{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.american-hero-section .swiper .swiper-slide{
  display: block;
}
.american-hero-section .swiper .swiper-slide img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.american-hero-section .content{
  position: relative;
  z-index: 1;
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
}
.american-hero-section .content .header{
  display: flex;
  padding-top: 60px;
  align-items: center;
}
.american-hero-section .content .header .logo img{
  height: 65px;
  width: 100%;
}
.american-hero-section .content .header .logo{
  margin-right: 35px;
  position: relative;
}
.american-hero-section .content .header .logo:after{
  content: '';
  display: block;
  width: 2px;
  height: 58px;
  background: #fff;
  position: absolute;
  top: -6px;
  right: -17.5px;
}
.american-hero-section .content .header .logo:last-of-type:after{
  content: none;
}
.american-hero-section .content .main{
  padding-top: 150px;
}
.american-hero-section .content .main span{
  font-size: 16px;
  line-height: 21px;
  color: #fff;
  text-transform: uppercase;
}
.american-hero-section .content .main h1{
  font-size: 55px;
  line-height: 64px;
  font-weight: 900;
  color: #fff;
  margin: 7px 0 41px;
  max-width: 510px;
}
.american-hero-section .content .main .link-btn{
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  color: #122F2D;
  background: #FACF32;
  border-radius: 8px;
  padding: 16px;
  max-width: 219px;
  display: inline-block;
  width: 100%;
  text-align: center;
  text-decoration: none;
}
.indian-hero-section{
  position: relative;
  height: 85.1vh;
  min-height: 550px;
}
.indian-hero-section .swiper{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.indian-hero-section .swiper .swiper-slide{
  display: block;
}
.indian-hero-section .swiper .swiper-slide img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.indian-hero-section .content{
  position: relative;
  z-index: 1;
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
}
.indian-hero-section .content .header{
  display: flex;
  padding-top: 60px;
  align-items: center;
}
.indian-hero-section .content .header .logo img{
  height: 65px;
  width: 100%;
}
.indian-hero-section .content .header .logo{
  margin-right: 35px;
  position: relative;
}
.indian-hero-section .content .header .logo:after{
  content: '';
  display: block;
  width: 2px;
  height: 58px;
  background: #fff;
  position: absolute;
  top: -6px;
  right: -17.5px;
}
.indian-hero-section .content .header .logo:last-of-type:after{
  content: none;
}

.indian-hero-section .content .main span{
  font-size: 16px;
  line-height: 21px;
  color: #fff;
  text-transform: uppercase;
}
.indian-hero-section .content .main h1{
  font-size: 55px;
  line-height: 64px;
  font-weight: 900;
  color: #fff;
  margin: 7px 0 41px;
  max-width: 510px;
}
.indian-hero-section .content .main .link-btn{
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  color: #122F2D;
  background: #FACF32;
  border-radius: 8px;
  padding: 16px;
  max-width: 219px;
  display: inline-block;
  width: 100%;
  text-align: center;
  text-decoration: none;
}
.american-counter-banner{
  padding-top: 83px;
}
.american-counter-banner .container{
  max-width: 1170px;
}
.american-counter-banner .ac-banner{
  border-radius: 20px;
  padding: 65px 60px 60px;
  background-position-x: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
}
.ac-banner .header .counter{
  padding-top: 3px;
  margin-right: 16px;
}
.ac-banner .header span{
  font-size: 53px;
  line-height: 1;
  color: #FACF32;
  font-weight: 600;
}
.ac-banner .header .title{
  max-width: 410px;
}
.ac-banner .header h2{
  font-size: 32px;
  line-height: 30px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 0;
}
.ac-banner .main p{
  font-size: 16px;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 16px;
}
.ac-banner .header{
  display: flex;
  margin-bottom: 72px;
}
.ac-banner .main .link-btn{
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  color: #122F2D;
  background: #FACF32;
  border-radius: 8px;
  padding: 16px;
  max-width: 302px;
  display: inline-block;
  width: 100%;
  text-align: center;
  text-decoration: none;
}
.ac-banner .main .icon{
  position: absolute;
  width: 102px;
  height: auto;
  top: 50%;
  transform: translateY(-50%);
  right: 213px;
}
.american-text-image .container{
  max-width: 1170px;
}
.indian-text-image .container{
  max-width: 1170px;
}
.american-text-image{
  padding-top: 81px;
  padding-bottom: 99px;
  position: relative;
}
.american-text-image:after{
  content: none;
  display: block;
  height: calc(100% - 81px);
  position: absolute;
  width: 43.6%;
  background: #fff;
  bottom: 0;
  right: 0;
}
.indian-text-image:after{
  content: none;
  display: block;
  height: calc(100% - 81px);
  position: absolute;
  width: 43.6%;
  background: #fff;
  bottom: 0;
  right: 0;
}
.american-text-image .content{
  display: flex;
  position: relative;
  z-index: 1;
}
.indian-text-image .content{
  display: flex;
  position: relative;
  z-index: 1;
}
.american-text-image .content .text span{
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 8px;
  display: block;
}
.indian-text-image .content .text span{
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 8px;
  display: block;
}
.american-text-image .content .text{
  padding-top: 104px;
  width: 45.7%;
  padding-right: 20px;
}
.american-text-image .content .text h3{
  font-size: 28px;
  line-height: 37px;
  max-width: 320px;
  color: #125B60;
  margin-bottom: 18px;
}
.indian-text-image .content .text h3{
  font-size: 28px;
  line-height: 37px;
  max-width: 320px;
  color: #125B60;
  margin-bottom: 18px;
}
.american-text-image .content .text p{
  font-size: 18px;
  line-height: 27px;
  color: #000000;
  margin-bottom: 37px;
}
.american-text-image .content .text p:last-of-type{
  margin-bottom: 0;
}
.indian-text-image .content .text p:last-of-type{
  margin-bottom: 0;
}
.american-text-image .content .image{
  width: 54.3%;
  padding-left: 20px;
  padding-top: 134px;
  display: flex;
  align-items: center;
}
.american-text-image .content .image img{
  border-radius: 16px;
}
.american-how-it-works .container{
  max-width: 1170px;
}
.american-how-it-works .content{
  border-radius: 16px;
  background: #fff;
  border: 1px solid #008080B2;
  box-shadow: 0px 3px 30px #00000014;
  padding: 40px 0 36px;
}
.american-how-it-works .content .header p{
  font-size: 18px;
  line-height: 27px;
  color: #000000;
  text-align: center;
  max-width: 87%;
  margin: 0 auto 48px;
}
.american-how-it-works .content h3{
  font-size: 28px;
  color: #125B60;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 25px;
  text-align: center;
}
.american-how-it-works{
  padding-top: 78px;
}
.american-how-it-works .content .main {
  display: flex;
  flex-wrap: wrap;
}
.american-how-it-works .main .block{
  height: auto;
  margin: 0;
  padding: 0;
  text-align: center;
}
.american-how-it-works .block h4{
  margin-top: 0;
  font-size: 18px;
  font-weight: 600;
  color: #122F2D;
  margin-bottom: 20px;
}
.american-how-it-works .block img{
  margin-bottom: 17px;
  height: 48px;
}
.american-how-it-works .block p{
  font-size: 16px;
  line-height: 21px;
  color: #122F2D;
}
.american-how-it-works .block a{
  font-size: 16px;
  text-decoration: underline;
  color: #125B60;
  font-weight: 600;
}
.american-how-it-works .main.row-3{
  padding: 0 10px;
}
.american-how-it-works .main.row-3 .block{
  width: 33.333%;
  padding: 0 46px;
  min-height: 295px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.american-how-it-works .main.row-4 .block{
  width: 25%;
  padding: 0 25px;
}
.american-how-it-works .main.row-4{
  padding: 13px 19px 23px;
}
.american-testimonails{
  padding-top: 78px;
}
.american-testimonails .container{
  max-width: 1170px;
}
.american-testimonails .content{
  box-shadow: 0px 3px 30px #00000015;
  border: 1px solid #008080B2;
  border-radius: 16px;
  background: #fff;
  padding: 40px;
}
.american-testimonails .content .header{
  text-align: center;
  margin-bottom: 42px;
}
.american-testimonails .content h3{
  color: #125B60;
  font-size: 28px;
  margin-bottom: 23px;
}
.american-testimonails .header p{
  font-size: 18px;
  line-height: 27px;
  max-width: 78%;
  margin: 0 auto;
  color: #000000;
}
.american-testimonails .swiper{
  overflow: hidden;
  padding-bottom: 20px;
  border: 1px solid #E8E4E4;
  border-radius: 16px;
}
.american-testimonails .content .swiper-slide{
  padding: 37px 38px;
}
.american-testimonails .swiper-slide .image{
  width: 20.2%;
  text-align: center;
  padding-top: 2px;
}
.american-testimonails .swiper-slide p{
  font-size: 22px;
  line-height: 34px;
  color: #125B60;
  margin-bottom: 21px;
}
.american-testimonails .swiper-slide img{
  border-radius: 50%;
  height: 197px;
  width: 197px;
  object-fit: cover;
  object-position: top;
  box-shadow: 0px 3px 6px #00000029;
}
.american-testimonails .swiper-slide .text{
  width: 79.8%;
  padding-left: 40px;
}
.american-testimonails .swiper-slide span{
  color: #125B60;
  font-size: 22px;
  font-weight: 600;
  font-style: italic;
}
.american-testimonails .swiper-slide a{
  display: inline-block;
  font-size: 14px;
  letter-spacing: 1.68px;
  text-transform: uppercase;
  text-align: center;
  color: #000000;
  margin-top: 35px;
  position: relative;
  text-decoration: none;
}
.american-testimonails .swiper-slide a:after{
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #FACF32;
  position: absolute;
  bottom: -2px;
  left: 0;
}
.american-testimonails .swiper-controllers{
  display: flex;
  align-items: center;
  justify-content: center;
}
.american-testimonails .swiper-controllers div{
  width: 70px;
  cursor: pointer;
  height: 70px;
  background: url('https://smeclimatehub.org/wp-content/themes/CoC-Custom/resources/assets/images/golddev-images/arrow-video.svg') no-repeat center center / cover;
}
.american-testimonails .swiper-controllers .prev{
  transform: rotate(180deg);
  margin-top: -19px;
}
.american-posts{
  padding-top: 79px;
  position: relative;
  padding-bottom: 108px;
}
.american-posts:before{
  content: '';
  display: block;
  height: calc(100% - 81px);
  position: absolute;
  width: 43.6%;
  background: #F8F8F8;
  bottom: 0;
  right: 0;
}
.american-posts .container{
  max-width: 1170px;
}
.american-posts .content .header{
  padding-top: 29px;
}
.american-posts .content{
  position: relative;
  z-index: 1;
}
.american-posts .header h3{
  font-size: 28px;
  color: #125B60;
  margin-bottom: 45px;
}
.american-posts .content .main{
  display: flex;
  margin: 0 -14.9px;
}
.american-posts .main .post{
  padding: 0 15px;
  width: 33.333%;
}
.american-posts .post .image{
  max-height: 350px;
}
.american-posts .post .text{
  margin-top: -47px;
  position: relative;
  z-index: 1;
  padding: 19px;
}
.american-posts .post .text:before{
  content: '';
  display: block;
  width: 90.2%;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
}
.american-posts .text h4{
  font-size: 18px;
  line-height: 26px;
  color: #125B60;
  margin-top: 0;
  position: relative;
  max-width: 250px;
  min-height: 52px;
  margin-bottom: 4px;
}
.american-posts .text a{
  font-size: 14px;
  letter-spacing: 1.68px;
  text-transform: uppercase;
  color: #000000;
  text-decoration: none;
  position: relative;
}
.american-posts .text a:after{
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #FACF32;
  position: absolute;
  bottom: -2px;
  left: 0;
}
.american-posts .image img{
  height: 350px;
  width: 100%;
  border-radius: 8px;
  object-fit: cover;
}
.american-partners{
  padding-top: 80px;
}
.american-partners .container{
  max-width: 1170px;
}
.american-partners .content{
  box-shadow: 0px 3px 30px #00000015;
  border-radius: 16px;
  background: #fff;
  padding: 31px 40px 27px;
}
.american-partners .content .header{
  text-align: center;
  margin-bottom: 28px;
}
.american-partners .header h3{
  font-size: 28px;
  color: #125B60;
  margin-top: 0;
  margin-bottom: 0;
}
.american-partners .content .main{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.american-partners .main .partner:first-of-type{
  padding-left: 0;
  padding-right: 60px;
}
.american-partners .main .partner.no-border{
  padding-right: 0;
}
.american-partners .main .partner.no-border:after{
  content: none;
}
.american-partners .main .partner:last-of-type{
  padding-left: 60px;
  padding-right: 0;
}
.american-partners .main .partner:last-of-type:after{
  content: none;
}
.american-partners .main .partner{
  width: 33.333%;
  position: relative;
  padding: 0 60px;
  text-align: center;
}
.american-partners .main .partner:nth-of-type(4n){
  margin-top: 30px;
}
.american-partners .main .partner.no-padding{
  padding: 0;
}
.american-partners .main .partner:after{
  content: '';
  display: block;
  width: 1px;
  height: 59px;
  background: #298187;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.american-partners .partner img{
  height: 113px;
  width: auto;
  max-width: 200px;
  object-fit: contain;
}
.new-shortcode-form{
  padding-top: 80px;
}
.new-shortcode-form .container{
  max-width: 1170px;
}
.new-shortcode-form .content{
  background: #298187;
  border-radius: 16px;
  box-shadow: 0px 3px 30px #00000014;
  padding: 34px 0 27px;
}
.new-shortcode-form .content .header{
  text-align: center;
}
.new-shortcode-form .header h3{
  color: #fff;
  font-size: 32px;
  font-weight: 400;
  margin-bottom: 21px;
}
.new-shortcode-form .header p{
  font-size: 16px;
  color: #fff;
  line-height: 24px;
  max-width: 58%;
  margin: 0 auto 14px;
}
.new-shortcode-form .header p:last-of-type{
  margin-bottom: 0;
}
.new-shortcode-form .content .main{
  padding-top: 42px;
}
.new-shortcode-form .content .wpcf7-form{
  display: flex;
  flex-wrap: wrap;
  max-width: 79%;
  margin: 0 auto;
}
.new-shortcode-form .revamp-checkboxes{
  position: relative;
  bottom: 0;
}
.new-shortcode-form .wpcf7-form > p > label{
  color: #fff;
}
.new-shortcode-form .wpcf7-form > p input[type="text"], .new-shortcode-form .wpcf7-form > p input[type="email"]{
  margin-top: 0;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 15px;
  font-size: 17px;
  border-radius: 8px;
}
.new-shortcode-form .wpcf7-form > p > br{
  display: none;
}
.new-shortcode-form .wpcf7-form > p:first-of-type{
  width: 50%;
  padding-right: 20px;
}
.new-shortcode-form .wpcf7-form > p:nth-of-type(2){
  width: 50%;
  padding-left: 20px;
}
.new-shortcode-form .wpcf7-form > p:nth-of-type(3){
  padding-top: 34px;
}
.new-shortcode-form .wpcf7-form > p:nth-of-type(4){
  padding-top: 2px;
}
.new-shortcode-form .wpcf7-form .revamp-checkboxes input{
  top: 2px !important;
}
.new-shortcode-form .wpcf7-form .revamp-checkboxes .wpcf7-list-item-label{
  margin-left: 38px;
  color: #fff;
}
.new-shortcode-form .wpcf7-form .revamp-checkboxes input:checked ~ span:before{
  left: 11px;
  top: 15px !important;
}
.new-shortcode-form .wpcf7-form .revamp-checkboxes input:checked ~ span:after{
  left: 11px;
  top: 31px !important;
}
.new-shortcode-form .wpcf7-form .revamp-checkboxes label:before{
  border: 0 !important;
  width: 16px;
  height: 16px;
  top: 4px;
  border-radius: 3px;
}
.new-shortcode-form .wpcf7-form.revamp-checkboxes label{
  margin-top: 0;
}
.new-shortcode-form .wpcf7-form > p:last-of-type{
  width: 100%;
  padding-top: 38px;
}
.new-shortcode-form .wpcf7-form > p .wpcf7-submit{
  text-transform: uppercase;
  width: 100%;
}

.united-states-hub.revamp footer{
  background: #f1f3f4;
}

/* END OF AMERICAN LANDING PAGE */

@media (max-width: 1440px) {
  header.header .header-wrapper .header-child-part nav ul li a, .header-selector span, header.header .header-wrapper .header-child-part.right-part .header-log-in a{
    font-size: 17px;
  }
}
@media (max-width: 1200px) {
  /* HEADER START */
  header.header {
    z-index: 9;
  }
  .header-main-mega-menu .close-btn svg path{
    fill: #fff;
  }
  header.header.move {
    z-index: 11;
  }
  header.header .header-wrapper {
    position: relative;
    justify-content: space-between;
  }
  body.home header.header .header-wrapper .header-main-menu{
    background: #125B60;
  }
  header.header .header-wrapper .header-main-menu {
    position: absolute;
    top: 88px;
    left: calc(-100% + 16px);
    width: 100%;
    max-width: 450px;
    flex-direction: column;
    background: #298187;
    justify-content: normal;
    padding: 0 16px;
    transition: all 0.2s ease;
    height: calc(100vh - 104px);
    overflow: auto;
    align-items: flex-start;
  }
  header.header .header-wrapper .header-main-menu.open {
    left: -16px;
  }
  header.header .header-wrapper .header-main-menu .header-child-part {
    flex-direction: column;
  }
  header.header .header-wrapper .header-main-menu .header-child-part nav {
    align-self: start;
  }
  header.header .header-wrapper .header-main-menu .header-child-part nav ul {
    flex-direction: column;
  }
  header.header .header-wrapper .header-main-menu .header-child-part nav ul li {
    margin-bottom: 20px;
  }
  header.header .header-wrapper .header-child-part nav ul li.has-child{
    z-index: 3;
  }
  header.header .header-wrapper .header-main-menu .header-child-part nav ul li a {
    font-size: 14px;
  }
  header.header .header-wrapper .header-main-menu .header-child-part nav ul li.has-child a:after {
    right: -20px;
    width: 5px;
    height: 5px;
  }
  header.header .header-wrapper .header-main-menu .header-child-part nav ul li.has-child a:before {
    font-size: 14px;
    top: -4px;
    content: none;
  }
  header.header .header-wrapper .header-main-menu .header-child-part.right-part > * {
    align-self: start;
  }
  header.header .header-wrapper .header-main-menu .header-child-part.right-part .header-log-in {
    margin-bottom: 20px;
  }
  header.header .header-wrapper .header-main-menu .header-child-part.right-part .header-log-in a, .header-selector span, .language-selector li {
    font-size: 14px;
  }
  header.header .header-wrapper .header-main-menu .header-child-part.right-part .header-get-started a {
    font-size: 14px;
  }
  header.header .header-wrapper .header-main-menu .header-child-part.left-part {
    margin-bottom: 100px;
  }
  body.revamp.home header.header .header-wrapper .header-mega-menu{
    background: #125B60;
  }
  body.revamp header.header .header-wrapper .header-mega-menu{
    background: #298187;
  }
  header.header .header-wrapper .header-mega-menu {
    top: calc(100% + 15px);
    max-width: 450px;
    left: -16px;
    padding-top: 45px;
    height: calc(100vh - 106px);
  }

  header.header .header-wrapper .header-mega-menu .header-main-mega-menu{
    border-top: 2px solid #fff;
    height: calc(100vh - 151px);
  }
  header.header .header-wrapper .header-mega-menu .header-main-mega-menu nav {
    padding-top: 15px;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 15px;
    height: 100%;
  }
  header.header .header-wrapper .header-mega-menu .header-main-mega-menu nav > ul {
    flex-direction: column;
    height: 100%;
    overflow: auto;
  }
  header.header .header-wrapper .header-mega-menu .header-main-mega-menu nav ul li {
    margin-bottom: 20px;
  }
  header.header .header-wrapper .header-mega-menu .header-main-mega-menu nav ul li a{
    color: #fff;
  }
  header.header .header-wrapper .header-mega-menu .header-main-mega-menu nav ul li ul li {
    margin-bottom: 0;
  }
  header.header .header-wrapper .header-mega-menu .header-main-mega-menu nav ul li ul li a{
    color: #fff;
  }
  header.header .header-wrapper .header-mega-menu .header-main-mega-menu nav ul li:last-of-type:before {
    content: none;
  }
  header.header .header-wrapper .header-mega-menu .close-btn {
    top: 4px;
    right: 0;
  }
  header.header .header-wrapper .header-mega-menu .close-btn svg path{
    fill: #fff;
  }
  header.header .header-wrapper .header-burger-menu {
    display: block;
  }
  header.header .header-wrapper .header-child-part.right-part > .header-selector {
    margin-bottom: 20px;
  }

  header.header.uk-version .header-wrapper .header-main-menu{
    width: 100%;
    padding-left: 50px;
    top: 43px;
    background: #37328c;
  }
  header.header.uk-version .header-wrapper .header-mega-menu{
    top: 128px;
  }
  header.header.uk-version .header-wrapper .header-mega-menu .header-main-mega-menu{
    padding-left: 50px;
  }
  .hero-section.commitment .hero-wrapper {
    flex-direction: column;
  }
  .hero-section.commitment .hero-wrapper .hero-img {
    left: 0;
    text-align: center;
    max-width: 500px;
    margin: 0 auto -58px;
  }
  .hero-section.commitment .hero-wrapper .hero-img img {
    width: 100%;
    height: auto;
  }
  .sme-badge .popup-badge{
    padding: 45px 35px;
  }
  .sme-badge .badge-overlay{
    flex-direction: column;
    padding: 15px 0;
    justify-content: space-between;
  }
  /* AMERICAN LANDING PAGE */
  .american-hero-section .content{
    max-width: 980px;
    padding: 0 15px;
  }
  .indian-hero-section .content{
    max-width: 980px;
    padding: 0 15px;
  }
  .american-counter-banner .container, .american-text-image .container, .indian-text-image .container, .american-how-it-works .container, .american-how-it-works .container, .american-testimonails .container, .american-posts .container, .american-partners .container, .new-shortcode-form .container{
    max-width: 980px;
  }
  .american-testimonails .swiper-slide .image{
    flex: auto;
    width: 100%;
    max-width: 197px;
  }
  .american-posts .image img{
    height: 330px;
  }
  .flex-menu.active.promo .flex-wrapper-menu {
    top: 150px;
  }

  /* END OF AMERICAN LANDING PAGE */
}
@media (max-width: 991px) {
  .profile-hero .profile-hero-content {
    flex-direction: column;
  }
  .profile-hero .profile-hero-content .text {
    max-width: 100%;
  }
  .profile-hero .profile-hero-content .text h1 {
    font-size: 50px;
    line-height: 68px;
  }
  .profile-hero .profile-hero-content .avatar {
    max-width: 222px;
    margin: 20px auto;
  }

  .profile-links .profile-links-content h2 {
    font-size: 38px;
    line-height: 68px;
  }

  .profile-progression {
    padding-top: 48px;
  }
  .profile-progression .profile-progression-content h2 {
    font-size: 38px;
    line-height: 68px;
  }
  .profile-progression .profile-progression-content .profile-progression-item .progression-item-header {
    flex-direction: column-reverse;
  }
  .profile-progression .profile-progression-content .profile-progression-item .progression-item-header h4 {
    margin-bottom: 24px;
    text-align: center;
  }
  .profile-progression .profile-progression-content .profile-progression-item .progression-item-content {
    flex-direction: column;
  }
  .profile-progression .profile-progression-content .profile-progression-item .progression-item-content .progression-item-text p {
    margin-bottom: 24px;
  }
  .profile-progression .profile-progression-content .profile-progression-item .progression-item-content .progression-item-link {
    align-self: center;
  }

  .profile-blog .profile-blog-content h2 {
    font-size: 38px;
    line-height: 68px;
  }
  .profile-blog .profile-blog-content .profile-blog-wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }
  .profile-blog .profile-blog-content .profile-blog-wrapper .profile-blog-item {
    width: 50%;
    margin-bottom: 10px;
  }
  .profile-blog .profile-blog-content .profile-blog-wrapper .profile-blog-item .profile-blog-img {
    max-height: 227px;
  }

  .user-profile .user-profile-content .user-profile-header {
    flex-direction: column;
  }
  .user-profile .user-profile-content .user-profile-header .name {
    margin-bottom: 20px;
  }
  .user-profile .user-profile-content .user-profile-header .name h1 {
    font-size: 50px;
    line-height: 68px;
  }
  .user-profile .form-accordion h2 {
    font-size: 38px;
    line-height: 40px;
  }
  .sme-badge .content .left{
    padding-right: 20px;
  }
  .sme-badge .content .right{
    padding-left: 50px;
  }
  /* AMERICAN LANDING PAGE */

  .american-hero-section .content{
    max-width: 750px;
  }
  .indian-hero-section .content{
    max-width: 750px;
  }
  .american-counter-banner .container, .american-text-image .container, .indian-text-image .container, .american-how-it-works .container, .american-how-it-works .container, .american-testimonails .container, .american-posts .container, .american-partners .container, .new-shortcode-form .container {
    max-width: 750px;
  }
  .american-hero-section{
    min-height: 540px;
  }
  .indian-hero-section{
    min-height: 540px;
  }
  .american-text-image .content .image{
    display: flex;
    align-items: center;
  }
  .indian-text-image .content .image{
    display: flex;
    align-items: center;
  }
  .american-how-it-works .main.row-3 .block{
    padding: 0 15px;
  }
  .american-how-it-works .main.row-4 .block{
    width: 50%;
    padding: 10px;
  }
  .american-testimonails .swiper-slide .text{
    width: 100%;
    padding-left: 0;
  }
  .american-testimonails .swiper-slide .image{
    margin-bottom: 15px;
  }
  .american-posts .image img {
    height: 230px;
  }
  .american-posts .post .text{
    padding: 10px;
  }
  .american-partners .partner img{
    height: 63px;
    width: 100%;
  }
  .new-shortcode-form .header p{
    max-width: 78%;
  }
  .new-shortcode-form .wpcf7-form .revamp-checkboxes input{
    top: 3px;
  }
  /* END OF AMERICAN LANDING PAGE */
}
@media (max-width: 767px) {
  .promo-banner.uk-header h3, .promo-banner.uk-header a, .promo-banner.uk-header strong{
    font-size: 16px;
  }
  .profile-links .profile-links-content h2 {
    line-height: 45px;
  }
  .profile-links .profile-links-content .profile-links-wrapper .profile-links-row {
    grid-column-gap: 32px;
    grid-template-columns: repeat(3, 1fr);
  }

  .profile-progression .profile-progression-content h2 {
    line-height: 45px;
  }

  .profile-blog .profile-blog-content h2 {
    line-height: 45px;
  }

  .user-profile {
    padding-top: 48px;
  }
  .user-profile .form-accordion {
    padding: 24px 16px;
    margin-top: 32px;
  }
  .user-profile .user-profile-header {
    margin-bottom: 48px;
  }
  .sme-badge .content{
    flex-direction: column-reverse;
  }
  .sme-badge .content .right:before{
    content: none;
  }
  .sme-badge .content .left{
    padding-right: 0;
  }
  .sme-badge .content .right{
    padding-left: 0;
    margin-bottom: 20px;
  }
  /* AMERICAN LANDING PAGE */
  .american-counter-banner .container, .american-text-image .container, .indian-text-image .container, .american-how-it-works .container, .american-how-it-works .container, .american-testimonails .container, .american-posts .container, .american-partners .container, .new-shortcode-form .container{
    max-width: 570px;
  }
  .american-hero-section .content{
    max-width: 570px;
  }
  .american-hero-section .content .main{
    padding-top: 130px;
  }
  .american-hero-section .content .main h1{
    font-size: 43px;
    line-height: 51px;
  }
  .american-counter-banner .ac-banner{
    padding: 45px 40px 40px;
  }
  .ac-banner .header span{
    white-space: nowrap;
  }
  .ac-banner .header h2{
    font-size: 18px;
    line-height: 22px;
  }
  .ac-banner .header{
    align-items: center;
  }
  .american-text-image .content{
    flex-direction: column;
  }
  .indian-text-image .content{
    flex-direction: column;
  }
  .american-text-image .content .text{
    width: 100%;
    padding-right: 0;
    padding-top: 40px;
  }
  .american-text-image .content .image{
    width: 100%;
    padding-left: 0;
    padding-top: 40px;
  }
  .american-text-image:after{
    width: 50%;
  }
  .indian-text-image:after{
    width: 50%;
  }
  .uae-text-image:after{
    width: 50%;
  }
  .american-text-image{
    padding-bottom: 79px;
  }
  .american-testimonails .swiper-slide img{
    width: 157px;
    height: 157px;
  }
  .american-posts .main .post{
    padding: 0 10px;
  }
  .american-posts .text h4{
    font-size: 16px;
    line-height: 20px;
  }
  .american-posts{
    padding-bottom: 78px;
  }
  /* END OF AMERICAN LANDING PAGE */
}
@media (max-width: 575px) {
  header.header.uk-version .header-wrapper{
    padding: 7.5px 20px;

  }
  header.header.uk-version .header-wrapper .header-main-menu{
    padding-left: 20px;
    max-width: 290px;
  }
  header.header.uk-version .header-wrapper .header-mega-menu{
    max-width: 290px;
  }
  header.header.uk-version .header-wrapper .header-mega-menu .header-main-mega-menu{
    padding-left: 20px;
  }
  .hero-section.commitment .hero-wrapper .hero-text h1 {
    font-size: 55px;
    line-height: 68px;
    margin-bottom: 43px;
  }
  .hero-section.commitment .hero-wrapper .hero-text h3 {
    font-size: 28px;
    line-height: 32px;
  }

  .text-section.commitment {
    padding-top: 95px;
  }

  header.header .header-wrapper .header-main-menu {
    left: -110%;
  }

  .white-block {
    padding: 15px 15px 25px;
  }
  .white-block .text p {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 28px;
  }
  .white-block .text p:last-of-type {
    margin-bottom: 38px;
  }
  .white-block .text ul {
    margin-bottom: 28px;
  }
  .white-block .text ul li {
    font-size: 20px;
    line-height: 28px;
  }

  .main-form .form-part {
    padding-top: 28px;
  }
  .form-section .wppb-user-forms .wppb-heading  h2 {
    font-size: 38px;
    line-height: 58px;
    margin-bottom: 0;
  }

  .profile-links .profile-links-content .profile-links-wrapper .profile-links-row {
    grid-column-gap: 24px;
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 24px;
  }

  .profile-hero {
    padding-top: 48px;
  }
  .profile-hero .profile-hero-content .text h1 {
    font-size: 40px;
    line-height: 58px;
  }
  .profile-hero .profile-hero-content .avatar .avatar-wrapper {
    width: 162px;
    height: 162px;
  }
  .profile-hero .profile-hero-content .avatar .avatar-wrapper .avatar-btn {
    bottom: 0;
  }

  .profile-blog .profile-blog-content .profile-blog-wrapper .profile-blog-item {
    width: 100%;
  }
  .profile-blog .profile-blog-content .profile-blog-wrapper .profile-blog-item .profile-blog-img {
    max-height: 337px;
  }
  .profile-blog .profile-blog-content .profile-blog-wrapper .profile-blog-item .profile-blog-img img {
    max-height: 200px;
  }

  .user-profile .user-profile-content .user-profile-header .name h1 {
    font-size: 40px;
    line-height: 58px;
  }
  .user-profile .user-profile-content .user-profile-header .avatar .avatar-wrapper {
    width: 162px;
    height: 162px;
  }
  .user-profile .user-profile-content .user-profile-header .avatar .avatar-wrapper .avatar-btn {
    bottom: 0;
  }
  .sme-badge .popup-badge{
    margin: 15px;
    height: 44.9vh;
  }
  .sme-badge .popup-badge .content{
    height: 100%;
    overflow: auto;
  }
  .sme-badge .content h2{
    font-size: 28px;
    line-height: 32px;
  }
  /* AMERICAN LANDING PAGE */
  .american-hero-section .content .main {
    padding-top: 60px;
  }
  .american-hero-section .content .header .logo img{
    height: 45px;
  }
  .american-hero-section .content .main span{
    font-size: 14px;
    line-height: 19px;
  }
  .american-hero-section .content .main h1{
    font-size: 36px;
    line-height: 42px;
  }
  .indian-hero-section .content .main {
    padding-top: 60px;
  }
  .indian-hero-section .content .header .logo img{
    height: 45px;
  }
  .indian-hero-section .content .main span{
    font-size: 14px;
    line-height: 19px;
  }
  .indian-hero-section .content .main h1{
    font-size: 36px;
    line-height: 42px;
  }
  .american-counter-banner .ac-banner {
    padding: 25px 20px 20px;
  }
  .ac-banner .header{
    flex-direction: column;
    align-items: baseline;
  }
  .ac-banner .main .icon{
    top: 25px;
    left: 20px;
    transform: none;
    right: unset;
  }
  .ac-banner .header .counter{
    padding-top: 53px;
    margin-right: 0;
  }
  .ac-banner .header h2{
    font-size: 20px;
    line-height: 26px;
  }
  .american-counter-banner{
    padding-top: 53px;
  }
  .american-text-image{
    padding-top: 51px;
    padding-bottom: 59px;
  }
  .american-how-it-works {
    padding-top: 48px;
  }
  .american-how-it-works .content .header p{
    font-size: 16px;
    line-height: 24px;
    max-width: 100%;
    margin: 0 auto 30px;
  }
  .american-how-it-works .main.row-3 .block{
    width: 100%;
    padding: 10px 0;
  }
  .american-how-it-works .content{
    padding: 40px 20px 36px;
  }
  .american-how-it-works .main.row-4 .block{
    width: 100%;
    padding: 10px 0;
  }
  .american-testimonails .content{
    padding: 20px;
  }
  .american-testimonails .header p{
    max-width: 100%;
  }
  .american-testimonails .content .swiper-slide{
    padding: 27px 10px;
  }
  .american-testimonails .swiper-slide p{
    font-size: 16px;
    line-height: 22px;
  }
  .american-testimonails .swiper-slide span{
    font-size: 17px;
  }
  .american-how-it-works .main.row-3{
    padding: 0;
  }
  .american-how-it-works .main.row-4{
    padding: 13px 0px 23px;
  }
  .american-posts .content .main{
    flex-wrap: wrap;
    margin: 0;
  }
  .american-posts .main .post{
    width: 100%;
    padding: 10px 0;
  }
  .american-posts {
    padding-bottom: 48px;
  }
  .american-partners {
    padding-top: 50px;
  }
  .american-partners .content .main{
    flex-direction: column;
    align-items: center;
  }
  .american-partners .main .partner{
    margin-bottom: 10px;
    width: 100%;
    padding: 0;
  }
  .american-partners .main .partner:first-of-type{
    padding: 0;
  }
  .american-partners .main .partner:last-of-type{
    padding: 0;
    margin-bottom: 0;
  }
  .american-partners .main .partner:nth-of-type(4n){
    margin-top: 0;
  }
  .american-partners .main .partner:after{
    content: none;
  }
  .new-shortcode-form .content .header{
    padding: 0 15px;
  }
  .new-shortcode-form .header p{
    max-width: 100%;

  }
  .new-shortcode-form .content .main{
    padding: 42px 15px 0;
  }
  .new-shortcode-form .wpcf7-form > p:first-of-type{
    width: 100%;
    padding-right: 0px;
    margin-bottom: 20px;
  }
  .new-shortcode-form .wpcf7-form > p:nth-of-type(2){
    width: 100%;
    padding-left: 0;
  }
  .new-shortcode-form .content .wpcf7-form{
    max-width: 100%;
  }
  .new-shortcode-form .wpcf7-form .revamp-checkboxes label{
    max-height: initial;
  }
  .american-testimonails .swiper-slide a{
    font-size: 18px;
  }
  /* END OF AMERICAN LANDING PAGE */
}
  /* UAE LANDING PAGE */
  .uae-hero-section .content{
    max-width: 980px;
    padding: 0 15px;
  }
.uae-text-image .container{
    max-width: 980px;
  }
 .uae-posts .image img{
    height: 330px;
  }
.uae-hero-section .content .header .logo:last-of-type:after{
  content: none;
}
.uae-hero-section .content .main{
  padding-top: 150px;
}
.uae-hero-section .content .main span{
  font-size: 16px;
  line-height: 21px;
  color: #fff;
  text-transform: uppercase;
  text-shadow: 2px 7px 5px rgba(0,0,0,0.3), 0px -4px 10px rgb(0 0 0 / 95%);
}
.uae-hero-section .content .main h1{
  font-size: 55px;
  line-height: 64px;
  font-weight: 900;
  color: #fff;
  margin: 7px 0 41px;
  max-width: 640px;
  text-shadow: 2px 7px 5px rgba(0,0,0,0.3), 0px -4px 10px rgb(0 0 0 / 95%);
}
.uae-hero-section .content .main .link-btn{
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  color: #122F2D;
  background: #FACF32;
  border-radius: 8px;
  padding: 16px;
  max-width: 219px;
  display: inline-block;
  width: 100%;
  text-align: center;
  text-decoration: none;
}
.uae-hero-section .swiper .swiper-slide{
  display: block;
}
.uae-hero-section .swiper .swiper-slide img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.uae-hero-section .content{
  position: relative;
  z-index: 1;
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
}
.uae-hero-section .content .header{
  display: flex;
  padding-top: 60px;
  align-items: center;
}
.uae-hero-section .content .header .logo img{
  height: 65px;
  width: 100%;
}
.uae-hero-section .content .header .logo{
  margin-right: 35px;
  position: relative;
}
.uae-hero-section .content .header .logo:after{
  content: '';
  display: block;
  width: 2px;
  height: 58px;
  background: #fff;
  position: absolute;
  top: -6px;
  right: -17.5px;
}
.uae-hero-section{
  position: relative;
  height: 85.1vh;
  min-height: 550px;
}
.uae-hero-section .swiper{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
  @media (max-width: 991px) {
  .uae-hero-section .content{
    max-width: 750px;
  }
   .uae-hero-section{
    min-height: 540px;
  }
 }
 @media (max-width: 767px) {
  .uae-hero-section .content{
    max-width: 570px;
  }
  .uae-hero-section .content .main{
    padding-top: 130px;
  }
  .uae-hero-section .content .main h1{
    font-size: 43px;
    line-height: 51px;
  }	 
 }
 @media (max-width: 575px) {
  .uae-hero-section .content .main {
    padding-top: 60px;
  }
  .uae-hero-section .content .header .logo img{
    height: 45px;
  }
  .uae-hero-section .content .main span{
    font-size: 14px;
    line-height: 19px;
  }
  .uae-hero-section .content .main h1{
    font-size: 36px;
    line-height: 42px;
  }	 
 }


.uae-text-image .content {
  display: flex;
  position: relative;
  z-index: 1;
}
.uae-text-image {
  padding-top: 0px!important;
  padding-bottom: 0px!important;
}
.uae-text-image .content .text {
  padding-top: 63px;
  width: 45.7%;
  padding-right: 20px;
}
.uae-text-image .content .text h3 {
  font-size: 28px;
  line-height: 37px;
  max-width: 90%;
  color: #125B60;
  margin-bottom: 18px;
}
.uae-text-image .content .text p {
  font-size: 18px;
  line-height: 27px;
  color: #000000;
  margin-bottom: 37px;
}
.uae-text-image .content .image {
  width: 54.3%;
  padding-left: 20px;
  padding-top: 80px;
  display: flex;
  align-items: center;
}
.uae-text-image .content .image img {
  border-radius: 16px;
}
.uae-text-image .container{
max-width: 1170px;
}
.uae-text-image:after{
content: none;
display: block;
height: calc(100% - 81px);
position: absolute;
width: 43.6%;
background: #fff;
bottom: 0;
right: 0;
}
.uae-text-image .content{
display: flex;
position: relative;
z-index: 1;
}
.uae-text-image .content .text span{
font-size: 18px;
line-height: 24px;
text-transform: uppercase;
margin-bottom: 8px;
display: block;
}
.uae-text-image .content .text h3{
font-size: 28px;
line-height: 37px;
max-width: 90%;
color: #125B60;
margin-bottom: 18px;
}
.uae-text-image .content .text p:last-of-type{
margin-bottom: 0;
}
@media (max-width: 1200px) {
.uae-text-image .container{
  max-width: 980px;
}	

}
@media (max-width: 991px) {
.uae-text-image .container{
max-width: 750px;
}
 .uae-text-image .content .image{
  display: flex;
  align-items: center;
}

}
@media (max-width: 767px) {
.uae-text-image .container{
  max-width: 570px;
}	
  .uae-text-image .content{
  flex-direction: column;
}
  .uae-text-image:after{
  width: 50%;
}
.uae-text-image .content .text {
  width: 100%!important;
  padding-right: 0!important;
  padding-top: 83px!important;
}
.uae-text-image .container {
  max-width: 570px!important;
}

.uae-text-image .content .image {
  width: 100%!important;
  padding-left: 0!important;
  padding-top: 83px!important;
}
}
  /* END OF UAE LANDING PAGE */
/*# sourceMappingURL=style.css.map */
