.rtl{
direction:rtl!important;
unicode-bidi:embed;
}
[dir="rtl"] header.header .logo {
    width: 7rem;
    height: 3.6875rem;
    margin-left: 1rem;
    flex-shrink: 0;
    display: flex;
    align-items: center;
}
[dir="rtl"] header.header .selector span {
    color: var(--sme-secondary-text-color);
    text-transform: uppercase;
    font-weight: 800;
    position: relative;
    padding-left: 1.5rem;
    cursor: pointer;
    display: block;
}


[dir="rtl"] header.header .menu:not(.mega)>nav ul li a[href="#resources"] {
    position: relative;
    padding-left: 1.5rem;
}


[dir="rtl"] body section.heading-center .title-section {
    text-align: right;
    padding: 0 1.9375rem;
}
[dir="rtl"] body .announcements-section .block .text {
    width: 52.2%;
    padding-right: 2.5rem;
    padding-top: 1.6875rem;
    padding-bottom: 1.6875rem;
}
[dir="rtl"] body section.stay-updated div.content-block .form form>label:nth-of-type(n) {
    padding-left: 1.25rem;
}
[dir="rtl"] body section.stay-updated div.content-block p.has-text-align-center {
    text-align: right;
}
[dir="rtl"] footer.footer .footer-content .column:first-of-type {
    padding-left: 2.375rem;
    border-left: 0.125rem solid #C4C4C4;
    border-right: unset!important;
    padding-left: unset!important;
}
[dir="rtl"] footer.footer .footer-content .column:last-of-type {
    padding-right: 2.9375rem;
}
[dir="rtl"] footer.footer .footer-content .column .menus .label {
    font-size: .875rem;
    color: #999;
    margin-left: 5rem;
}
[dir="rtl"] footer.footer .footer-content .column .images a {
    display: flex;
    height: 100%;
    padding-left: 2rem;
    width: 100%;
    padding-right: unset!important;
}
[dir="rtl"] footer.footer .footer-content .column .menus {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

[dir="rtl"] body .us-hero-section .content .logos .logo:last-of-type {
    border-left: 0!important;
}
[dir="rtl"] body .us-hero-section .content .logos .logo:first-of-type {
    border-right: 0!important;
}
[dir="rtl"] body .us-hero-section .content .logos .logo {
    max-width: 9.375rem;
    border-left: 0.0625rem solid var(--sme-secondary-text-color);
    padding: 0 1.25rem;
}
[dir="rtl"] body .testimonials-slider-section .block .image {
    width: 22.5%;
    padding-left: 2.5rem;
}
[dir="rtl"] body .committed-businesses-filter-section .top-part form .main-input button {
    border-radius: 5px 0px 0px 5px;
    font-size: 16px;
    line-height: 162.5%;
    text-transform: capitalize;
    padding: 0.625rem;
    max-width: 9.0625rem;
    width: 100%;
}
[dir="rtl"] body .committed-businesses-filter-section .top-part form .main-input input {
    width: calc(100% - 9.0625rem);
    border: 0.0625rem solid var(--sme-border-color);
    background: var(--sme-input-background);
    border-radius: 5px 0 0 5px;
    border-left: 0;
}
[dir="rtl"] body .select .custom-select:after {
    content: "";
    position: absolute;
    left: 0.9375rem;
    right:unset!important;
    height: 0.875rem;
    width: 0.875rem;
    background-image: url(data:image/svg+xml,%3Csvg width=%2214%22 height=%2214%22 viewBox=%220 0 14 14%22 fill=%22none%22 xmlns=%22http://www.w3.org/2000/svg%22%3E%3Cpath fill-rule=%22evenodd%22 clip-rule=%22evenodd%22 d=%22M0.256279 3.26035C0.597993 2.91322 1.15201 2.91322 1.49372 3.26035L7.00001 8.85406L12.5063 3.26035C12.848 2.91322 13.402 2.91322 13.7437 3.26035C14.0854 3.60749 14.0854 4.1703 13.7437 4.51744L7.61872 10.7397C7.27704 11.0868 6.72299 11.0868 6.3813 10.7397L0.256279 4.51744C-0.0854264 4.1703 -0.0854264 3.60749 0.256279 3.26035Z%22 fill=%22black%22/%3E%3C/svg%3E);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    top: 50%;
    transform: translateY(-50%);
    transition: var(--sme-transition);
}
[dir="rtl"] body .committed-businesses-filter-section .bottom-part .pagination ul li:last-of-type {
    border-radius: 3.125rem 0 0 3.125rem;
}
[dir="rtl"] body .committed-businesses-filter-section .bottom-part .pagination ul li:first-of-type {
    border-left: 0.0625rem solid var(--sme-secondary-color);
    border-radius: 3.125rem 0 0 3.125rem;
    border-right:0;
}
[dir="rtl"] body .how-it-works .group .title:before {
    counter-increment: number;
    content: counter(number);
    font-size: var(--sme-fs-default-p);
    color: var(--sme-secondary-text-color);
    background: var(--sme-primary-color);
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0.3125rem;
    right: -4rem;
    left:unset!important;
}
[dir="rtl"] body .how-it-works .group .accordion-block .header svg {
    position: absolute;
    left: -15px;
    right:unset!important;
    top: 50%;
    transform: translateY(-50%);
    width: 1.125rem;
    height: 0.75rem;
    transition: transform var(--sme-transition);
}
[dir="rtl"] body .how-it-works .group .accordion-block .content .text {
  
    padding-right: 1.25rem;
    padding-left:unset!important;
    padding-bottom: 0.625rem;
    padding-top: 0.625rem;
}
[dir="rtl"] body .how-it-works .group .accordion-block .content .list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
[dir="rtl"] body .banner-with-image.start-measuring .content .text p:last-of-type img {
    max-height: 1.6875rem;
    height: 100%;
    width: auto;
    margin-right: 0.75rem;
    margin-left: unset!important;
    margin-top: 0.25rem;
}
[dir="rtl"] body .calculating-slider-section .content .blocks-wrapper {
    width: 38.5%;
    display: flex;
    align-items: flex-start;
    padding-left: 4.0625rem;
    padding-right: unset!important;
}
[dir="rtl"] body .calculating-slider-section .content .blocks-wrapper .scroll-wrapper {
    width: 0.75rem;
    height: 100%;
    flex-shrink: 0;
    margin-left: 1.5rem;
    margin-right: unset!important;
}
[dir="rtl"] body section.heading-left .title-section {
    text-align: right;
}
[dir="rtl"] body .inspired-story-blocks-section .blocks .block .bottom .image {
    width: 3.75rem;
    height: 3.75rem;
    border-radius: 50%;
    flex-shrink: 0;
    margin-left: 1rem;
    margin-right: unset!important;
}
[dir="rtl"] body .start-action-section .title-section+div p.has-text-align-center {
    text-align: right;
}
[dir="rtl"] body .start-action-section .blocks .block .inner .image {
    max-width: 13.0625rem;
    flex-shrink: 0;
    margin-left: 1rem;
    margin-right:unset!important;
    display: flex;
    border-radius: var(--sme-button-border-radius);
}
[dir="rtl"] body .banner-with-image.report-your-progress .content .text {
    width: 78.7%;
    padding-right: 8.125rem;
    padding-left: unset;
}
[dir="rtl"] body .list-with-icons li .icon {
    width: 3.75rem;
    display: flex;
    height: 100%;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    margin-left: 0.4375rem;
    margin-right: unset!important;
}
[dir="rtl"] body .banner-with-image.no-image .content .text {
    width: 100%;
    padding-right: 0;
}
[dir="rtl"] body .banner-with-image .content .text p.has-text-align-center {
    text-align: right;
}
[dir="rtl"] body .simple-accordion h3:after {
    content: "";
    display: inline-block;
    height: 0.9375rem;
    width: 0.9375rem;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    transform: rotate(270deg);
    margin-right: 0.5rem;
    transition: transform var(--sme-transition);
    background-image: url(data:image/svg+xml,%3Csvg width=%2214%22 height=%2214%22 viewBox=%220 0 14 14%22 fill=%22none%22 xmlns=%22http://www.w3.org/2000/svg%22%3E%3Cpath fill-rule=%22evenodd%22 clip-rule=%22evenodd%22 d=%22M0.256279 3.26035C0.597993 2.91322 1.15201 2.91322 1.49372 3.26035L7.00001 8.85406L12.5063 3.26035C12.848 2.91322 13.402 2.91322 13.7437 3.26035C14.0854 3.60749 14.0854 4.1703 13.7437 4.51744L7.61872 10.7397C7.27704 11.0868 6.72299 11.0868 6.3813 10.7397L0.256279 4.51744C-0.0854264 4.1703 -0.0854264 3.60749 0.256279 3.26035Z%22 fill=%22%23298187%22/%3E%3C/svg%3E);
}
.chakra-link{
    display: none;
}
[dir="rtl"] .report-tool .upload-popup .content .list .list-item:after {
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #02363D;
    position: absolute;
    right: -18px;
    left:unset!important;
    top: 7px;
}
footer.footer .footer-content .column .images {
    justify-content: space-between;
}

[dir="rtl"] body .profile-accordions-section .content .accordion .content .wpcf7 form>label:nth-of-type(n) {
    padding-left: 1.25rem;
    padding-right: unset!important;
}
header.header .menu:not(.mega)>nav ul li a {
text-decoration: none!important;
}
header.header .login-button {
    text-decoration: none!important;
}
[dir="rtl"] .uae-hero-section .content .logos .logo {
    max-width: 150px;
    border-left: 1px solid var(--sme-secondary-text-color);
    border-right: unset!important;
    padding: 0 20px;

    &:last-of-type {
        border-left: 0;
    }
}
@media (max-width: 1200px){
[dir="rtl"] header.header .navigation-part.show {
right: 0;
left:unset!important;
}
[dir="rtl"] header.header .burger {
    margin-right: auto;
    margin-left: unset!important;
}
[dir="rtl"] header.header .buttons-part {
    flex-direction: column;
    align-items: flex-start;
    margin-right: 10px;
}
[dir="rtl"] header.header .menu:not(.mega) .mega-menu {
    left: unset!important;
}
[dir="rtl"] header.header .menu:not(.mega)>nav ul {
    align-items: unset!important;
}
}
[dir="rtl"] .partner-images-section .content-block .images .image:before {
    content: "";
    display: block;
    width: 0.0625rem;
    height: 3.125rem;
    position: absolute;
    background-color: #d9d9d9;
    right: 0;
    left:unset!important;
    top: 50%;
    transform: translateY(-50%);
}
[dir="rtl"] header.header .menu:not(.mega) .mega-menu .menu nav>ul>li:last-of-type:before {
    content: "";
    top: -1.875rem;
    right: calc(100% - 15.625rem);
    left:unset!important;
    display: block;
    width: 100%;
    height: 100vh;
    position: absolute;
    background: rgba(196,196,196,.3);
}
[dir="rtl"] header.header .menu:not(.mega) .mega-menu .menu nav>ul:first-child li {
    padding-left: 1.25rem;
    padding-right:unset!important;
    margin-bottom: 0;
    width: 25%; 
}
[dir="rtl"] header.header .menu:not(.mega)>nav ul li {
  padding-right: 10px;
}
.single-article .content ul {
    list-style: disc;
    padding-left: 40px;
}
.single-article .content li{
    display: list-item;
}
.overlay-fix {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9;
}
.front-div {
    position: fixed;
    top: 50%; /* Adjust the top position as needed */
    left: 50%; /* Adjust the left position as needed */
    transform: translate(-50%, -50%);
    display: flex;
    width: 100%;
    justify-content: center;
    z-index: 9999999;
}
.overflow-hidden{
overflow: hidden;
}
.login-form p{
    padding-top:20px;
    font-size: 16px;
    text-align: center;
    color: #B3B3B3;   
    margin-bottom:0;
}
.center-content {
    text-align: center;
    background: var(--sme-body-background);
}
[dir="rtl"] header.header .menu:not(.mega) .mega-menu .menu nav > ul:first-child {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  [dir="rtl"] header.header .menu:not(.mega) .mega-menu .menu nav > ul:first-child {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
    justify-content: unset!important;
  }
[dir="rtl"] .sub-menu li {
    width: 100% !important;
  }
.hidden label{
    display:none!important;
}

.avatar {
    position: relative;
  }
.avatar .avatar-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
  }

.avatar .avatar-wrapper img:focus {
    outline: 0;
  }
 .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: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    cursor: pointer;
  }
.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;
    width: 300px;
  }
  .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;
    cursor: pointer;
  }
.avatar .profile-photo {
    display: none;
  }
  .input-wrapper {
    position: relative;
  }
.input-wrapper [data-target="eye_password"] {
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
  }
.input-wrapper [data-target=eye_password] svg {
    display: none;
}
.input-wrapper [data-target=eye_password] svg.show {
    display: block;
}
.modal-open {
    overflow: hidden;
  }
  .modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
  }
  .modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
  }
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
  }
  .modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
  }
  .modal-content {
    position: relative;
    background-color: #ffffff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: var(--sme-block-radius);
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    outline: 0;
  }
  .modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background-color: #000000;
  }
  .modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0;
  }
  .modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: 0.5;
  }
  .modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
  }
  .modal-header .close {
    position: absolute;
    right: 10px;
    top: 10px;
  }
  .modal-header button.close {
    background-color: transparent;
    border: 0;
    appearance: none;
    cursor: pointer;
    font-size: 2rem;
  }
  .modal-title {
    margin: 0;
    font-weight: 600;
    font-size: 1.5rem;
    text-align: center;
  }
  .modal-body {
    position: relative;
    padding: 2.3125rem;
  }
  .modal-body a{
    text-decoration: none;
    font-weight: 600;
  }
  .modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
  }
  .modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px;
  }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
  }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0;
  }
  .modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
  }
  @media (min-width: 768px) {
    .modal-dialog {
      width: 600px;
      margin: 30px auto;
    }
    .modal-content {
      -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }
    .modal-sm {
      width: 300px;
    }
  }
  @media (min-width: 992px) {
    .modal-lg {
      width: 900px;
    }
  }
  .clearfix:before,
  .clearfix:after,
  .modal-header:before,
  .modal-header:after,
  .modal-footer:before,
  .modal-footer:after {
    display: table;
    content: " ";
  }
  .clearfix:after,
  .modal-header:after,
  .modal-footer:after {
    clear: both;
  }
  .center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .text-center{
    text-align: center;
  }
  #modalTermsChanges .button{
    padding: 0.575rem 1.075rem;
  }
  .modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem);
  }
  
  .modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
    content: "";
  }
.notification-background {
    z-index: -1;

}
.terms-notification {
    width: 100%;
    display: block;
    z-index: 2;
    color: #122F2D;
    background: rgba(250, 207, 50, 0.5);
    border-radius: 8px;
    padding: 10px;
    text-align: center;
    font-size: 1rem;
}
.terms-notification a{
    font-size: 1rem;
}
@media (max-width: 600px) {
.notification-background {
z-index: -1;
position: absolute;
left: 0;
right: 0;
}
.terms-notification {
    width: 100%;
    display: block;
    z-index: 2;
    color: #122F2D;
    background: rgba(250, 207, 50, 0.4);
    border-radius: unset;
    padding: 5px;
    text-align: center;
    font-size: 1rem;
}
.terms-notification a{
    font-size: 1rem;
}
[dir="rtl"] header.header .menu:not(.mega) .mega-menu .menu nav>ul:first-child li {
  width: unset!important; 
}
[dir="rtl"] header.header .menu:not(.mega)>nav ul li {
padding-right: 10px;
}
[dir="rtl"] body .announcements-section .block .text {
  width: 100%!important; 

}
header.header .selector span:before {
display: none!important;

}
[dir="rtl"] header.header .navigation-part {
  padding-right: 1.25rem;
  padding-left:unset;
}
[dir="rtl"] header.header .navigation-part {
  display: flex;
  position: absolute;
  left: -100%;
  top: 100%;
  width: 100%;
  max-width: 18.75rem;
  padding-left: 1.5rem;
  height: calc(100vh - 5.6875rem);
  height: calc(var(--doc-height) - 5.6875rem);
  justify-content: space-between;
  flex-direction: column;
  padding-bottom: 1.875rem;
  overflow: auto;
  transition: left var(--sme-transition);
  align-items: flex-start;
}
}
.text-right{
  text-align: right;
}
body .how-it-works .group .not-active .header svg {
display: none;
}
.disabled {
  cursor: not-allowed!important;
  pointer-events: none!important;
}
input:disabled{
  color: #c0c0c0!important;
}
.profileInfoContact{
  font-size: small;
  text-align: right;
  width: 100%;
  margin-bottom: 10px;
  padding-right: 26px;
}
.profileInfoContact a{
  font-size: small;
}
.wpcf7-form a{
  font-size: inherit;
}
.fields-wrapper .half label{
  width:50%;
  position: relative;
  float: left;
}
.fields-wrapper .half label:nth-of-type(n) {
  padding-right: 1.25rem;
}
.fields-wrapper .half label:nth-of-type(2n) {
  padding-left: 1.25rem;
  padding-right: 0;
}
.fields-wrapper .half label input{
  margin-top:5px;
}
.fields-wrapper .full label input{
  margin-top: 10px;
}
.fields-wrapper .check label {
 font-weight: 400!important;
 
}
.fields-wrapper .check label a{
  font-size: inherit;
}
.fields-wrapper .check label input[type="checkbox"] {
  margin-right: 10px;
}
.action-course {
  display: flex;
  width: 100%;
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.action-course img{
max-width:400px;
padding-top: 32px;
padding-bottom: 32px;
padding-right: 16px;
}
@media (max-width: 600px) {
  .action-course {
    display: flex;
    width: 100%;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 16px;
  }
  .action-course img{
    max-width:200px;
    padding-top: 0;
    padding-bottom: 8px;
    padding-right: 0;
    }
    body .start-action-section .blocks .block .inner .text {
      width: 100%;
      text-align: center;
    }
}
.page-popup.active {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.input-border {
  border: 0.0625rem solid var(--sme-border-color);
  background-color: var(--sme-input-background);
}
.fullwidth{
  width: 100%;
}
.single-article .content ol {
  padding-left: 40px;
}
body .disabled .custom-select .placeholder {
  color: #c0c0c0!important;
}
.field-message{
  color: red;
  padding-top: 5px;
  padding-left: 10px;
}
.wpcf7-form a{
  text-decoration: underline;
  font-weight: 400;
}
.title-wrapper{
  /* max-width: 35rem; */
  font-size: var(--sme-fs-h2);
  line-height: var(--sme-lh-h2);
  margin-bottom: 0;
  color: var(--sme-heading-color);
  font-weight: 800;
 position: relative;
}
.title-wrapper .inner-title{
padding-right: 10px;
float: left;
}
.popup-wrapper .content ul {
  padding-left: 1.5625rem;
  margin-bottom: 1.5rem;
  list-style: disc;
}
.popup-wrapper .content .custom-list ul {
  padding-left: unset;
  margin-bottom: 1.5rem;
  list-style: none;
}
.check a{
  text-decoration: underline;
  font-weight: 400;
}
.blocks a{
  text-decoration: underline;
}
.profile-accordions-section i{
  font-size: var(--sme-fs-xs-p);
}
header.header .selector span:before {
  content: url('../images/globe.svg');
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: -30px;
  top: 1px;

}
[dir="rtl"] header.header .selector span:before {
  content: url('../images/globe.svg');
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: -30px;
  left:unset;
  top: 1px;

}
.full-width{
  width:100%!important;
}
.our-smes .content-block{
  background: transparent!important;
}
.our-smes .slider-wrapper{
  background: #fff!important;
}
.committed .content {
  display: flex;
  align-items: center;
}
.committed {
  padding-top: 2.9375rem!important;
  padding-bottom: 1rem;
}
.customPopupInner{
  background-color: #fff;
  padding: 2.3125rem;
  box-shadow: 0 .25rem 3.125rem 1.25rem #0000000d;
  border-radius: var(--sme-block-radius);
  z-index: 10;
}
.customPopupWrapper{
  padding: 0 1.25rem;
  flex-basis: 31.25rem;
}
.customPopupInner .button{
  width:100%;
}
body .blocks-with-link-section .content-block .blocks .block .yellow{
  background: var(--sme-button-background);
  padding: 1.25rem;
  border-radius: var(--sme-button-border-radius);
  height: 100%;
  position: relative;
  transition: background-color var(--sme-transition);
}
body .blocks-with-link-section .content-block .blocks .block .yellow:hover{
  background-color: var(--sme-secondary-color);
  color:#fff;
}
body .blocks-with-link-section .content-block .blocks .block .yellow:hover h3 {
  color: var(--sme-secondary-text-color);
}
body .blocks-with-link-section .content-block .blocks .block .yellow:hover p {
  color: var(--sme-secondary-text-color);
}
body .blocks-with-link-section .content-block .blocks .block .yellow h3,
body .blocks-with-link-section .content-block .blocks .block .yellow p {
    color: var(--sme-secondary-text-color);
}


body .blocks-with-link-section .content-block .blocks .block .yellow h3 {
font-size: var(--sme-fs-default-p);
line-height: 150%;
color: var(--sme-primary-text-color);
margin-bottom: .5rem;
transition: color var(--sme-transition);
}

body .blocks-with-link-section .content-block .blocks .block .yellow p {
font-size: var(--sme-fs-md-p);
line-height: var(--sme-lh-md-p);
margin-bottom: 0;
transition: color var(--sme-transition);
color: #000;
}

body .blocks-with-link-section .content-block .blocks .block .yellow a {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
}
.loader-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.7); 
  z-index: 999; 
  display: none;
  flex-direction: column;
}

.loader {
  border: 16px solid #125B60; 
  border-top: 16px solid #298187; 
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin 2s linear infinite;

}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.database-section span{
  font-size: var(--sme-fs-sm-p);
  color: #333;
  line-height: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: 400;
}
.mailchimp-popup-form select::placeholder{
  color: #333;
}
.mailchimp-popup-form select{
  color: #333;
}
body section.stay-updated .fields-wrapper{
  display: flex;
  flex-direction: column;
}
body section.stay-updated .fields-wrapper select{
margin-top: 5px;
color: light-dark(graytext, rgb(170, 170, 170));
}

.mobilize-skin{
  background: linear-gradient(90deg, #125B60 0%, #15355E 100%)!important;
}
.mobilize-subbanner{
  background: #fff!important;
  color:#000!important;
  box-shadow: 0px 4px 22px 0px rgba(0, 0, 0, 0.05);
}
.mobilize-subbanner .sub-banner .banner-icon-text {
  color:#000!important;
  font-size: 20px;
  font-weight: 800;
  line-height: 30px;
}
.mobilize-subbanner .sub-banner .banner-button {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 600px) {
  .mobilize-subbanner .sub-banner .banner-icon-text {
 text-align: center;
  }
  .front-div {
    position: relative;
    top: 20%;
    left: unset; 
    transform: unset;
    display: block;
    width: 100%;
    justify-content: center;
}
.customPopupWrapper {
  margin-bottom: 20px;
}
}
.mobileze-updated .content-block{
  background: linear-gradient(90deg, #125B60 0%, #15355E 100%)!important;
}
.center-flex{
  justify-content: center!important;
}
.menu-item-has-children {
  position: relative;
}
.sub-menu {
  display: none;
  transition-timing-function: ease-in;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
  position: absolute;
  background: #fff;
  top: 100%;
  padding-bottom:15px;
  width: max-content;
  padding-top:15px;
  text-transform: none;
  z-index: 99999;
}

.sub-menu span{
color:#000;
font-size: 16px;
font-weight: 500;
padding:10px;
}

.sub-submenu {
  display: none;
  transition-timing-function: ease-in;
  position: absolute;
  background: #fff;
  top: 0px;
  padding-bottom:15px;
  left:100%;
  width: max-content;
  padding-top: 15px;
  margin-top: -15px;
  text-transform: none;
}
.active-sub{
  
}
.arrowIcon{
  right: 5px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.arrowIcon::after {
  content: '';
  display: block;
  width: 8px;
  height: 12px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%228%22%20height%3D%2212%22%20viewBox%3D%220%200%208%2012%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M0.888672%201L6.88667%206L0.888672%2011%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}
.item-hover{
  background: #b2d8d8;
  transition: opacity 0.2s ease;
}
@media (max-width: 1200px) {
  .sub-menu {
    display: none;
    transition-timing-function: ease-in;

    box-shadow: unset;
    position: relative;
    background: transparent;
    top: unset;
    padding-bottom:unset;
    width: unset;
  }
  .sub-submenu {
    display: none;
    transition-timing-function: ease-in;
    box-shadow: unset;
    position: relative;
    background: transparent;
    top: unset;
    padding-bottom:unset;
    width: unset;
    position: unset;
  }
  .sub-submenu span{
    color:#fff;
   
    font-size: 16px;
    font-weight: 500;
    }

  .sub-menu span{
    color:#fff;
  
    font-size: 16px;
    font-weight: 500;
    padding:unset;
    }
    .sub-menu{
 padding-left:0;
 padding-top: 10px;
 margin:0;
    }
    .sub-submenu{
      padding-left:15px;
      padding-top: 10px;
      margin-top: unset;
         }
    .sub-menu li{
      padding:0;
      margin-bottom: 5px!important;
      right: unset;
      padding-left: 10px!important;
    }

    header.header .menu:not(.mega)>nav ul li a {
      display: flex!important;
      align-items: center;
  }
  .arrowIconDesktop{
    padding-left:5px;
    position: relative!important;
    top: unset!important;
  }
  .arrowIcon {
    right: unset!important;
    position: relative!important;
    top: unset!important;
    transform: unset!important;
    padding-left: 5px !important;
}
.arrowIcon::after {
  content: '';
  display: block;
  width: 8px;
  height: 12px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%228%22%20height%3D%2212%22%20viewBox%3D%220%200%208%2012%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M0.888672%201L6.88667%206L0.888672%2011%22%20stroke%3D%22%23FFFFFF%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}
[dir="rtl"] .arrowIcon::after {
  content: '';
  display: block;
  width: 8px;
  height: 12px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%228%22%20height%3D%2212%22%20viewBox%3D%220%200%208%2012%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M0.888672%201L6.88667%206L0.888672%2011%22%20stroke%3D%22%23FFFFFF%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3C/svg%3E")!important;
  background-size: contain;
  background-repeat: no-repeat;
  transform: scaleX(-1);
}
[dir="rtl"] .arrowIcon {
  right: unset!important;
  left: unset!important;
  position: relative!important;
  top: unset!important;
  transform: unset!important;
  padding-right: 5px !important;
}
[dir="rtl"] .sub-submenu {
  display: none;
  transition-timing-function: ease-in!important;
  box-shadow: unset!important;
  position: relative!important;
  background: transparent!important;
  top: unset!important;
  padding-bottom:unset!important;
  width: unset!important;
  position: unset!important;
}
.item-hover{
  background: transparent!important;
  transition: opacity 0.2s ease;
}
}
.menu-item-has-children a{
  padding-right:1.0rem;
}
.arrowIconDesktop{
  padding-left:5px;
  position: absolute;
  top: -1px;
}
[dir="rtl"] .arrowIconDesktop{
  padding-left:unset;
  padding-right:5px;
}
[dir="rtl"] .menu-item-has-children a {
  padding-right: unset;
  padding-left: 1.0rem;
}
[dir="rtl"] .arrowIcon {
  right: unset;
  left: 5px;
}
[dir="rtl"] .sub-submenu {
  display: none;
  transition-timing-function: ease-in;
  position: absolute;
  background: #fff;
  top: 0px;
  padding-bottom: 15px;
  right: 100%;
  left:unset;
  width: max-content;
}
[dir="rtl"] .arrowIcon::after {
  content: '';
  display: block;
  width: 8px;
  height: 12px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%228%22%20height%3D%2212%22%20viewBox%3D%220%200%208%2012%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M0.888672%201L6.88667%206L0.888672%2011%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  transform: scaleX(-1);
}
.specialthanks h2{
  color: var(--sme-heading-color);
  margin-bottom: var(--sme-sm-space)!important;
}
.modal-body .button{
  margin-left:0!important;
  width: 100%;
}
.modal-body .row{
  display: flex;
  margin-bottom: 15px;
}
.modal-body .field:first-of-type{
  margin-right: 10px;
}
.modal-body [data-target="error_message"] {
  color: var(--sme-error-color);
  font-size: var(--sme-fs-xs-p);
  line-height: var(--sme-lh-xs-p);
}
.modal-content{
position: relative;
}
.modal-content .overlayer{
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 1000; 
  color: #000; 
  font-size: 18px; 
  text-align: center;
  justify-content: center;
  align-items: center;
  pointer-events: none; 
}
.modal-content.show .overlayer {
  display: flex;
}
@media (max-width: 600px) {
  .modal-body .field:first-of-type{
    margin-right: 0!important;
  }
  .modal-body .row{

    flex-direction: column;
  }
  .ambition-drive-hero .wp-block-heading{
    font-size: 32px!important;
    font-style: normal;
    font-weight: 800!important;
    line-height: normal!important;
    letter-spacing: -1.875px!important;
    text-align: center;
    }
    .ambition-drive-hero .content .text p{
      text-align: center;
      }
      .ambition-drive-hero .button{
       width:100%;
       text-align: center;
        }
}
.supporters .content-block{
  color: #fff;
}
.supporters .content-block .custom-scroll{
  color: #000;
}
.supporters .content-block form .fields-group h3{
  color: #fff;
  text-align: center;
  font-size: 40px;
  font-weight: 800;
}
.supporters .content-block form .fields-group p{
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}
.ambition-drive-hero{
  background: linear-gradient(90deg, #125B60 0%, #15355E 100%)!important;
}
.ambition-drive-hero .wp-block-heading{
font-size: 60px;
font-weight: 900;
line-height: 70px;
letter-spacing: -1.88px;
}
.ambition-drive-hero .content .text p{
  font-size: 24px!important;
  font-style: normal;
  font-weight: 400;
  line-height: 34px!important;
  }
  .ambition-drive-about{
    background: linear-gradient(90deg, #125B60 0%, #15355E 100%)!important;
    color:#fff!important;
  }
  .ambition-drive-about a{
    color:#fff!important;
  }
  .ambition-drive-about .title-section{
    color:#fff!important;
  }
  .ambition-drive-advocates{
    background: linear-gradient(90deg, #125B60 0%, #15355E 100%)!important;
  }
  .ambition-drive-advocates .content-block{
    background: transparent!important;
    padding:0!important;
  }
  .ambition-drive-advocates .content-block .slider-wrapper{
    background: #fff!important;
  }
  .ambition-drive-advocates .content-block .title-section{
    color: #fff!important;
  }
  .ambition-supporters .content-block .images .image::before{
    content: unset!important;
  }
  .ambition-supporters .content-block .images .only-text{
    padding: 0 2.5rem;
    max-width: 50%;
    margin-bottom: 1.25rem;
    text-align: center;
    width: -webkit-fill-available;
    text-decoration: none;
    color: var(--sme-primary-color);
    font-weight: 700;
  }
  body .supporters .content-block form .field .checkbox-wrapper a {
 color:#fff!important;
}
.resource-btn{
  border-radius: 50px!important;
  font-size: 16px!important;
  line-height: normal!important;
  text-transform: unset!important;
}
@media (max-width: 600px) {
  .ambition-supporters .content-block .images .only-text{
    max-width: unset!important;
    width: 100%!important;
  }
}
body .action-hero .content .text {
  justify-content: center!important;
}
body .action-space.heading-center .subtitle {
  color: var(--Green-Secondary-Green, #298187);
  font-weight: 400;
}
body .action-space.heading-center .blocks {
  margin-top:55px;
}
body .calculating-blocks-section.heading-center .blocks {
  overflow: hidden;
}
body .action-space .blocks .block .inner .bottom .title {
  color: #125B60!important;
}
.button-next{
  display: none;
}
.button-prev{
  display: none;
}
.btn-slider{
  display: none;
}
@media (max-width: 999px) {
  .button-next {
    display: flex;
    justify-content: center;  
    align-items: center;      
    background-color: #F1F3F4;
    height: 32px;
    width: 32px;
    border-radius: 100%;
    cursor: pointer;
}

.button-next svg {
    width: 16px; 
    height: 16px;
}

  .button-prev {
    display: flex;
    justify-content: center;  
    align-items: center;      
    background-color: #F1F3F4;
    height: 32px;
    width: 32px;
    border-radius: 100%;
    cursor: pointer;
    margin-right: 15px;
}

.button-prev svg {
    width: 16px;  
    height: 16px;
}
.btn-slider {
  display: flex;
  justify-content: center; 
  align-items: center;     
  height: 32px;
  width: 32px;
  border-radius: 100%;
  cursor: pointer;
}
.btn-slider:first-child {
margin-right:15px;
}
.btn-slider svg {
  width: 16px;  
  height: 16px;
}
.light-grey .btn-slider{
  background-color: #fff;
}
.dark-grey .btn-slider{
  background-color: #fff;
}
.white .btn-slider{
  background-color: #F1F3F4;
}
}

.action-hero-section {
  position: relative;
padding: 48px 0;

  .content {

    .wp-block-heading{
    font-size: 55px;
    line-height: 64px;
  }

.top-area{
display:flex;
z-index: 1;
position: relative;
align-items: center;
justify-content: space-between;
}
.bottom-area{
  display:flex;
  z-index: 1;
  position: relative;
  align-items: baseline;
  margin-top:56px;
  }
  .top-area img{
   max-width: 110px;
      }
  .area-title{
    font-size: 40px;
    font-style: normal;
    font-weight: 800;
    line-height: 50px;
    color:#fff;
  }
  .area-description{
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    color:#fff;
  }

      .background-image {
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
      }
      .background-image::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(0deg, rgb(0 0 0 / 70%) 0%, rgb(0 0 0 / 50%) 100%);
        z-index: 0;
    }
  .background-image img{
    width: 100%!important;
    height: 100%!important;

   
  }
      .text,
      .logos {
          position: relative;
          z-index: 1;
          width: 40%;
      }
      .navigate-links {
        width: 60%;
        margin-left:40px;
      }
      .navigate-links .links {
     display: flex;
     flex-wrap: wrap;
     align-items: baseline;
      }
      .navigate-links p{
        font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 24px;
color:#fff;
      }
  }
}
.top-area .button{
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  padding: 8px 22px;
  display: flex;
    align-items: center;
    text-transform: none;
}
.top-area .button img{
margin-right:5px;
}

@media (max-width: 575px) {
  .action-hero-section{
      padding: 70px 0;
  }
.wp-block-heading{
  font-size: 36px!important;
  line-height: 42px!important;	

}
.action-hero-section {
  position: relative;
padding: 48px 0;

  .content {
.bottom-area{
  flex-direction: column;
  margin-top: 40px;
  }
  .area-title{
    margin-bottom: 20px;
  }
  .top-area .button {
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    padding: 8px 16px;
    display: flex;
    align-items: center;
    text-transform: none;
}
  .top-area img{
   max-width: 110px;
      }

  .area-description{
    font-size: 16px;
    line-height: 26px;
  }


      .text,
      .logos {
text-align: center;
          width: 100%;
      }
      .navigate-links{
        text-align: center;
          width: 100%;
          margin-left:0;
          margin-top: 32px;
      }
      .navigate-links .links {
        display: flex;
        flex-wrap: wrap;
        align-items: baseline;
        justify-content: center;
    }
    .btn-transparent{
      border-radius: 6px;
      border: 2px solid #FFF;
      background: rgba(0, 0, 0, 0.20);
      font-size: 14px;
      padding: 8px 26px;
      color:#FFF;
      margin-right:15px;
      font-weight: 700;
      line-height: 20px;
      text-wrap: nowrap;
      display: flex;
      align-items: center;
      margin-bottom: 24px;
      }
  }
}
.hide-mobile{
  display: none;
}
}
.btn-transparent{
border-radius: 6px;
border: 2px solid #FFF;
background: rgba(0, 0, 0, 0.20);
padding: 10px 33px;
font-size: 16px;
color:#FFF;
margin-right:15px;
font-weight: 700;
line-height: 22px;
text-wrap: nowrap;
display: flex;
align-items: center;
margin-bottom: 24px;
}
.btn-transparent-sm {
font-size: 14px;
padding: 8px 26px;
color:#FFF;
margin-right:15px;
font-weight: 700;
line-height: 20px;
text-wrap: nowrap;
display: flex;
align-items: center;
border-radius: 6px;
border: 2px solid #FFF;
background: rgba(0, 0, 0, 0.20);
margin-bottom: 24px;
}
.underline-link{
  font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 20px; /* 142.857% */
text-decoration-line: underline;
color: #fff;
}
.btn-transparent:hover, .btn-transparent-sm:hover{
  background: #FACF28;
  color:#000;
  border: 2px solid #FACF28;
  }

body.overlay-area:after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.98);
    position: absolute;
    left: 0;
    top: 0;
    animation-timing-function: ease-out;
    animation-name: show-overlay;
    animation-delay: 0s;
    animation-duration: .3s;
    pointer-events: all;
    z-index:5;
}
.action-area .text-right{
  display: none;
}
.hide-btn{
  display: none;
}
.action-guide-section{
  background: #F1F3F4;
  padding-bottom: 40px;
}
.action-guide-section .btn-area{
  padding-top:32px;
}
.action-guide-section .btn-area .button{
  width: fit-content;
}
.action-guide-section .title-area{
  padding-top:40px;
  text-align: center;
}
.action-guide-section .title-area span{
  border-radius: 50px;
background: #FDFDFD;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 22px;
color: var(--Green-Primary-Green, #125B60);
padding: 7px 24px;

}
.action-guide-section .title-area h2{
  color: #000;
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: 50px;
  padding-top:24px;
}
.action-guide-section .guide-content h4{
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: 34px;
  color: var(--Green-Primary-Green, #125B60);
  margin-bottom: 16px;
}
.action-guide-section .guide-content img{
  border-radius: 16px;
  object-fit: cover;
  width: 100%;
  max-height: 281px;
  margin-bottom: 16px;
}
.action-guide-section .key-actions{
  border-radius: 24px;
  background: #EBEBEB;
  padding:32px;
  margin-bottom: 24px;
}
.action-guide-section .pdf-btn-div{
  display:flex;
  justify-content: center; 
  margin-top:40px;
}
.action-guide-section .pdf-btn{
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 12px 40px;
  border-radius: 50px;
  font-size: 16px;
font-style: normal;
font-weight: 800;
line-height: 28px; /* 175% */
text-transform: uppercase;
}
.action-guide-section .pdf-btn img{
margin-left:8px;
}
.action-guide-section .white-block{
  border-radius: 8px;
  background: #FFF;
  padding:24px;
  margin-bottom: 24px;
}
.action-guide-section ul,ol{
padding-left:24px;

}
.action-guide-section ul{
list-style-type: disc;
  
  }
@media (max-width: 575px) {
  .action-guide-section .title-area h2{
    font-size: 30px;
    line-height: 40px;
    padding-top: 16px;
  }
  .action-guide-section .guide-content h4{
    font-size: 20px;
    line-height: 30px;
  }
  .action-guide-section .key-actions {
    padding: 24px 20px;
}
}

.key-actions p:last-of-type {
  margin-bottom: 0;
}
.action-hero .background-image::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgb(0 0 0 / 70%) 0%, rgb(0 0 0 / 50%) 100%);
  z-index: 0;
}
.action-guide-section .star-rating-container {
  text-align: center;
  margin-bottom: 10px;
  margin-top: 40px;
  position: relative;
}

.action-guide-section .star-rating-wrapper {
  position: relative;
  display: inline-block;
  /* Limits the width to the stars */
}

.action-guide-section .star-rating {
  display: inline-block;
}

.action-guide-section .star {
  width: 30px;
  height: 30px;
  display: inline-block;
  background: url('../images/star.png') no-repeat center;
  background-size: contain;
  cursor: pointer;
}

.action-guide-section .star:hover,
.action-guide-section .star-rating .star.active {
  background: url('../images/star-hover.png') no-repeat center;
  background-size: contain;
}

.action-guide-section .star-labels {
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.action-guide-section .star-label {
  font-size: 11px;
  color: #125B60;
}

.action-guide-section .thank-you-message {
  font-size: 14px;
  color: #125B60;
}

.action-guide-section .star-rating-container .overall {
  font-size: 14px;
  font-weight: 700;
  color: #125B60;
}

.action-guide-section .star-rating-container .loading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(241, 243, 244, 0.7);
  z-index: 99999;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #125B60;
  display: none;

}
.action-guide-section .loader-new {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: block;
  margin:15px auto;
  position: relative;
  color: #125B60;
  box-sizing: border-box;
  animation: animloader 2s linear infinite;
}

@keyframes animloader {
  0% {
    box-shadow: 14px 0 0 -2px,  38px 0 0 -2px,  -14px 0 0 -2px,  -38px 0 0 -2px;
  }
  25% {
    box-shadow: 14px 0 0 -2px,  38px 0 0 -2px,  -14px 0 0 -2px,  -38px 0 0 2px;
  }
  50% {
    box-shadow: 14px 0 0 -2px,  38px 0 0 -2px,  -14px 0 0 2px,  -38px 0 0 -2px;
  }
  75% {
    box-shadow: 14px 0 0 2px,  38px 0 0 -2px,  -14px 0 0 -2px,  -38px 0 0 -2px;
  }
  100% {
    box-shadow: 14px 0 0 -2px,  38px 0 0 2px,  -14px 0 0 -2px,  -38px 0 0 -2px;
  }
}
.radio-wrapper{
display: flex;
margin-bottom: 10px;
margin-right: 15px;
}
.radio-wrapper label{
 margin-bottom: 0!important;
 font-weight: 400!important;
  }
.radio-wrapper input{
  width:unset;
  float: left;
  margin-right: 5px;
  align-items: center;
}
.radio-main-wrapper{
  display: flex;
}
.radio-message{
  padding:0;
  font-size: 14px;

}

.remember_me {
  position: relative;
  appearance: none; 
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 1px solid #ccc;
  cursor: pointer;
}

.remember_me:before {
  content: "✖";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 16px;
  color: red; 
  display: flex;
  align-items: center;
  justify-content: center;
}

.remember_me:checked:before {
  display: none;
}

.remember_me:checked:after {
  content: "✔";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 16px;
  color: green;
  display: flex;
  align-items: center;
  justify-content: center;
}
body .popups .popup .checkbox label {
  cursor: pointer;
}
.odometer {
  font-family: 'Sofia Pro', sans-serif;
  font-variant-numeric: tabular-nums;
}
.broken_link, a.broken_link {
  text-decoration: underline!important;
}