.first-section {
    background-color: #eef9ff;
    height: 420px;
    min-height: 360px;
}
.first-section .headline {
    text-align: left;
}
.first-section .headline p {
    line-height: 1.1;
    margin-bottom: 2rem;
}
.cn-version .headline {
    display: flex;
    flex-direction: column;
}
.cn-version .headline .headline__1 {
    align-content: center;
}

@media (max-width: 1024px) {
    .first-section {
        height: 100%;
    }
}

@media (max-width: 435px) {
    .cn-version .headline .headline__1 {
        display: flex;
        flex-direction: column;
        align-items: start;
        font-size: 36px !important;
    }
    .cn-version .first-section .headline__1 .text-secondary { font-size: 36px }
}
.second-section {
    background-color: #29abe2;
    /* height: 280px; */
    height: 330px;
}
.second-section {
    padding-left: 3rem;
    padding-right: 3rem;
}

.cta-wrapper {
    background-color: rgba(255, 255, 255, 0.7);
    border: none;
    border-radius: 5px;
    padding: 10px;
    flex-direction: row;
    width: 100%;
    max-width: 700px;
}
.cta-wrapper__form {
    display: flex;
    flex:1;
    gap: 5px;
}

.dial_code {
    width: 30%;
    border-radius: 5px;
    border: none;
    padding: 10px 5px;
    font-size: 16px;
}
.cta-wrapper__form input {
    width: 100%;
    padding: 10px 5px;
    font-size: 16px;
}
.cta-wrapper__btn {
    display: block;
}

@media (max-width: 540px) {
    .cta-wrapper {
        flex-direction: column;
        gap: 8px;
    }
    .cta-wrapper__form {
        width: 100%;
    }
    .cta-wrapper__btn,
    .cta-wrapper__btn button {
        width: 100% !important;
    }
}

@media (max-width: 991px) {
    .cta-wrapper {
        width: 100%;
        max-width: 650px;
    }
}

.nav-btn {
    background-color: #ffa41e;
    color: #fff;
    border: none;
    border-radius: 5px;
    padding: 10px 20px;
    text-align: center;
    flex-shrink: 0;
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}
.nav-btn a {
    color: #fff !important;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    text-transform: capitalize;
}
.nav-btn:hover {
    /* background-color: #0e50b0; */
    text-decoration: none;
    transform: translate(0, -2px); 
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15); 
}

#floating-group {
    position: relative;
}
#floating-group .floating-1 {
    position: absolute;
    top: -320px;
    right: 170px;
    z-index: 1000;
}
@media (max-width: 540px) {
    .second-section {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .second-section .row {
        margin: 0 auto; 
    }

}

.floating-images .img-wrapper {
    position: relative;
    background-color: rgba(255, 255, 255, 0.7);
    overflow: hidden;
    border-radius: 8px;
    padding: 12px;
}
#floating-group .img-wrapper img {
    object-fit: cover;
    object-position: center;
    width: 100%;
}

.promo-text {
    position: absolute;
    bottom: 0;
    left: 10;
    color: white !important;
    
}

@media (max-width: 1200px) {
    .promo-text {
        position: relative;
        align-self:flex-start;
        padding-top: 5px;
    }
}
.section-3 {
    background-color: #ffffff;
}
.section-3 .benefits img {
    width: 36px;
    margin-right: 10px;
}
.section-3 ul {
    padding: 0px;
}
.section-3 .benefits li {
    display: flex;
    flex-direction: row;
}
.cn-version .benefits p {
    font-size: 18px;
    line-height: 1.2;
}
.en-version .benefits p {
    font-size: 16px;
    line-height: 1.5;
}
#carouselSlides {
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
}
#carouselSlides .carousel-indicators li {
    background-color: #ffa41e; 
    border-radius: 50%; 
    width: 8px; 
    height: 8px; 
    margin: 0 5px;
  }
  /* .carousel-indicators {
    margin-left: 20% !important;
  } */
  .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffa41e' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e") !important;
  }
   .carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffa41e' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e") !important;
  }
.section-4{
background-color: #eaf8ff;
}
@media (max-width: 576px) {
    .section-4 .section-title span:nth-child(3) {
        display:block;
    }
    .cn-version .benefits p {
        font-size: 18px;
        line-height: 1.2;
    }
    .en-version .benefits p {
        font-size: 16px;
        line-height: 1.5;
    }
}


  .grid-operation {  
    display: grid;
    grid-template-columns: (4, 1fr);
    grid-template-rows: (4, 1fr);
    gap: 10px 10px;
    grid-auto-flow: row;
    justify-content: center;
    align-content: center;
    justify-items: center;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    grid-template-areas:
      "div1 div11 div11 div10"
      "div2 div11 div11 div9"
      "div3 div11 div11 div8"
      "div4 div5 div6 div7";
  }
  
  .div1 { grid-area: div1; }
  .div2 { grid-area: div2; }
  .div3 { grid-area: div3; }
  .div4 { grid-area: div4; }
  .div5 { grid-area: div5; }
  .div6 { grid-area: div6; }
  .div7 { grid-area: div7; }
  .div8 { grid-area: div8; }
  .div9 { grid-area: div9; }
  .div10 { grid-area: div10; }
  .div11 { grid-area: div11; }

.grid-operation .box-wrapper {
    background-color: white;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    padding: 8px;
    width: 180px;
    height: 130px;
    text-align: center;
    display: grid;
    place-items: center;
}
.cn-version .grid-operation .box-wrapper p {
    font-size: 18px;
}
.en-version .grid-operation .box-wrapper p {
    font-size: 16px;
    line-height: 1.2;
}
.grid-operation .box-wrapper img {
    margin-right: 5px;
}
@media (max-width: 1240px) {
    .grid-operation .box-wrapper {
        width: 200px;
        height: 150px;
    }
}

#btn-s4 {
    width: 180px;
    border-radius: 10px;
}

.section-5 {background-color: #0db0e6; }

.section-5 .float-text {
    position: absolute;
    top: 90px;
    left: 355px;
    z-index: 1000;
    line-height: 1;
}
.section-5 .frame-top {
    position: absolute;
    top: 10px;
    right: 0;
    z-index: 1000;
}
.section-5 .frame-bottom {
    position: absolute;
    top: 200px;
    right: 280px;
    z-index: 1000;
}
.section-5 .frame-text {
    padding: 2rem 2rem;
}
.en-version .section-5 .frame-text {
    transform: translate(0px, 50px);
}
.section-5 .float-group {
    flex-direction: row;
    position: absolute;
    bottom: -50px;
    right: 0;
}


@media (max-width: 1024px) {
    .section-5 .float-group {
        position: absolute;
        bottom: -70px;
        right: 0;
    }
    .section-6 .grid-content {
        padding: 0 20px;
    }
}
@media (max-width: 912px) {
    .section-5 .container {
        padding-left: 0px;
        padding-right: 0px;
    }
    .section-5 .headline {
        height: 500px;
        align-content: left;
        justify-content: left;
    }
    .section-5 .img-girl .float-text {
        left: 500px;
    }
    .section-5 .img-girl img {
        width: 70%;
    }
}
@media (max-width: 991px) {
    .section-5 .float-group {
        flex-direction: column;
        bottom: 20px;
        right: 0;
    }
    #carouselSlides {
        margin: 0 10% 0 10%;
    } 
    #carouselSlides .carousel-item img {
        margin: 0 auto;
    }
}
.section-6 {
    background-color: #ffffff;
}
.grid-10 {  display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: (5, auto);
    gap: 3rem 0;
    grid-auto-flow: row;
    grid-template-areas:
      "div1 div6"
      "div7 div2"
      "div3 div8"
      "div9 div4"
      "div5 div10";
    margin-top: 2rem;
    padding-top: 50px;
    /* place-items: center; */
    align-content: center;
    align-items: center;
  }
  
  .div1 { grid-area: div1; }
  
  .div8 { grid-area: div8; }
  
  .div9 { grid-area: div9; }
  
  .div10 { grid-area: div10; }
  
  .div6 { grid-area: div6; }
  
  .div7 { grid-area: div7; }
  
  .div2 { grid-area: div2; }
  
  .div3 { grid-area: div3; }
  
  .div4 { grid-area: div4; }
  
  .div5 { grid-area: div5; }

  .grid-10 .grid-content {
    text-align: left; 
  }
  @media (max-width: 912px) {
    .grid-10 {  display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: (10, 1fr);
        gap: 2rem 0;
        grid-auto-flow: column;
        grid-template-areas:
            "div1"
            "div6"
            "div2"
            "div7"
            "div3"
            "div8"
            "div4"
            "div9"
            "div5"
            "div10";
        margin-top: 2rem;
      }
    .grid-content {
        text-align: center;
    }
    .grid-content .content {
        padding-right: 0 !important;
      }
  }
  @media (max-width: 540px) {
    .grid-10 {
        width: 90%;
    }
  }
  .cn-version .grid-content .title span {
    font-size: 36px;
  }
  .en-version .grid-content .title span {
    font-size: 24px;
  }
  .grid-content .content {
    padding-bottom: 10px;
    padding-right: 3rem;
  }
  .cn-version .grid-content .content span {
    font-size: 20px;
    line-height: 2;
    display: block;
  }
  .en-version .grid-content .content span {
    font-size: 16px;
    line-height: 1.5;
    display: block;
  }
  .grid-content .div6,
  .grid-content .div7, 
  .grid-content .div8,
  .grid-content .div9,
  .grid-content .div10 {
    display: grid;
    place-items: center;    
  }
  .grid-content img {
    max-width: 100%;
    max-height: 100%;
  }
@media (max-width: 912px) {
    .cn-version .grid-content .content span {
        font-size: 18px;
        line-height: 1.5;
    }
}
@media (max-width: 540px) {
    .cn-version .grid-content .text-secondary {
        display: block;
    }
    .cn-version .grid-operation .box-wrapper p {
    font-size: 18px;
    }
    .en-version .grid-operation .box-wrapper p {
        font-size: 16px;
        line-height: 1.2;
    }
    .en-version .grid-content .content span {
        font-size: 16px;
        line-height: 1.3;
    }
}
/* @media (max-width: 360px) {
    .en-version .grid-content .content span {
        font-size: 18px;
        line-height: 1.7;
    }
} */
  
.section-7 {
    background-color: #e4f8fe;
}

.section-7 .grid-growth {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr; 
    grid-template-rows: 1fr;
    gap: 0 0rem;
    grid-template-areas: 
    "div1 div2 div3 div4 div5"; 
    margin: 0 auto;
    padding: 3rem 0;
}
.div1 { grid-area: div1; }
.div2 { grid-area: div2; }
.div3 { grid-area: div3; }
.div4 { grid-area: div4; }
.div5 { grid-area: div5; }

.section-7 .grid-growth .percent-group .caption span {
    padding: 0;
}
.en-version .grid-growth .percent-group .caption {
    line-height: 1.2;
}

@media (max-width: 540px) {
    .section-7 .grid-growth {
        display: grid;
        grid-template-columns: 1fr; 
        grid-template-rows: repeat(5, 1fr);
        gap: 1rem 0rem;
        grid-template-areas: 
        "div1"
        "div2"  
        "div3" 
        "div4"
        "div5"; 
        margin: 0 auto;
        padding: 3rem 0;
    }
}

.section-8 {
    background-color: #ffffff;
}
.section-8 .content-area .img-wrapper {
    height: auto;
    overflow: hidden;
    border-radius: 8px;
    object-fit: cover;
    object-position: center;
}
.content-area .img-wrapper img {
    width: 90%;
    height: 100%;
}
.section-8 .content-area .text {
    position: absolute;
    bottom: 0;
    left: 50%;
    padding-left: 10px;
}
.section-8 .content-area .text hr {
    margin: 0;
    background-color: rgba(50, 69, 95, 0.7);
    height: 2px;
    border: none;
}
.section-8 .right-side {
    height: 100%;
}
.section-8 .right-side .column-container {
    flex-direction: column;
    height: 100%;
}
.section-8 .right-side .box-wrapper {
    background-color: #ffffff;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1), 0px -4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    display: grid;
    place-items: center;
    padding: 5px 20px;
    margin-bottom: 2rem;
    width: 60%;
    height: 100%;
}
@media (max-width: 1024px) {
    .section-8 .content-area .img-wrapper {
        width: 50%;
    }
    .en-version .section-8 .content-area .text-sub-content {
        line-height: 1.1;
    }
}
@media (max-width: 540px) {
    .cn-version .section-8 .text-secondary {
        display: block;
    }
    .cn-version .section-8 .content-area {
        height: 250px;
    }
    .en-version .section-8 .content-area {
        height: 300px;
    }

    .content-area .img-wrapper img {
        object-fit: cover;
        object-position: center;
    }
}
@media (min-width: 340px) and (max-width: 455px) {
    .section-8 .col-6 {
        flex: 0 0 95%;
        max-width: 95%;
        margin-bottom: 1rem;
    }
    .section-8 .right-side .column-container {
        gap: 0 1rem;
    } 
    .section-8 .right-side .box-wrapper {
        padding: 5px 5px;
        width: 95%;
    }
}
#btn-s8 {
    width: 150px;
    border-radius: 10px;
}
.section-9 {
    background-color: #eaf8ff;
}
#carouselSlidesCustomer {
    margin: 0 auto;
    background-color: #ffffff;
    padding: 3rem 5rem 5rem 5rem;
    border-radius: 20px;
}
#carouselSlidesCustomer .carousel-indicators li {
    background-color: #ffa41e; 
    border-radius: 50%; 
    width: 8px; 
    height: 8px; 
    margin: 0 5px;
  }
  #carouselSlidesCustomer .carousel-control-prev,
  #carouselSlidesCustomer .carousel-control-next {
      color: black;
  }
  
  #partnerImgContainer img {
    max-width: 100%;
    max-height: 100%;
    transition: transform 0.3s ease-in-out;
    cursor: -moz-zoom-in;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
  }

#overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    justify-content: center;
    align-items: center;
    z-index: 7999;
    touch-action: pan-y pinch-zoom;
}

#overlay img {
    max-width: 90%;
    max-height: 90%;
    border: 2px solid white;
    background-color: #fff;
    border-radius: 5px;
    transform: scale(1);
    transition: transform 0.3s ease-out;
}
.section-9 .testimonial {
    background-color: #ffffff;
    padding: 30px 20px;
    border-radius: 20px;
    display: flex;
    align-content: center;
    justify-content: center;
    width: 100%;
    margin: 2rem auto;
}
.section-9 .testimonial .row {
    flex-direction: column;
}
.section-9 .testimonial__heading {
    text-align: center;
    font-size: 16px; 
    font-weight: 500;
    /* margin-bottom: 2rem; */
}
.section-9 .testimonial__video-area {
    position:relative;
    display: flex;
    flex-direction: row;
    width: 100%;
}

.section-9 .testimonial__video {
    position:relative;
    display: flex;
    flex-direction: column;    
    width: 100%;
    height: auto;
    padding: 0 10px;
    gap: 10px;
}

.section-9 .testimonial__video iframe {
    border: none;
    border-radius: 10px;
    width: 100%;
    height: 400px;
}
.section-9 .testimonial__video p {
    line-height: 1.2;
}

@media (max-width: 768px) { 
    .section-9 .testimonial__video-area { 
        flex-direction: column; 
        gap: 1.3rem;
    }
    .section-9 .testimonial__carousel swiper-slide {
        width: 100%;
      }
}
.section-9 .testimonial__carousel {
    width: 100%;
    /* height: 100%; */
}
.section-9 .testimonial__carousel swiper-container {
    width: 100%;
    height: 300px;
  }

.section-9 .testimonial__carousel  swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    object-fit: cover;
    object-position: center;
  }
  .section-9 .testimonial__carousel  swiper-slide iframe {
    width: 100%;
    height: 100%;
    border-radius: 10px;
  }
.section-9 .testimonial__carousel  swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .section-9 .testimonial__carousel swiper-slide {
    width: 40%;
    height: 90%;
  }
@media (max-width: 768px) { 
    .section-9 .testimonial__carousel swiper-slide {
        width: 80%;
      }
}
.section-9 .quote-area {
    background-color: #ffffff;
    padding: 5rem;
    border-radius: 20px;
    display: flex;
    align-content: center;
    justify-content: center;
}
.section-9 .quote-wrapper {
    width: 85%;
    display: flex;
    align-content: center;
}
.section-9 .quote-wrapper .quote-icon1 {
    position: absolute;
    top: 0;
    left: -30px;
}
.section-9 .quote-wrapper .quote-icon2 {
    position: absolute;
    bottom: 80px;
    right: -30px;
}
.section-9 .quote-wrapper .quote-box {
    background-color: white;
    border-radius: 8px;
    text-align: center;
    padding: 10px 30px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1), 0px -4px 8px rgba(0, 0, 0, 0.1);
    height: 280px;
    
}
.section-9 .quote-wrapper .img-container {
    position: absolute;
    bottom: 50px;
    transform: translateX(-50%);
    z-index: 6799;
}
.section-9 .quote-wrapper .name-box {
    background-color: #00b8f0;
    color: #fff;
    border-radius: 0 0 8px 8px;
    text-align: center;
    padding: 30px 20px 10px 20px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1), 0px -4px 8px rgba(0, 0, 0, 0.1);
    height: 80px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 14px;
}

@media (max-width: 912px) {
    .section-9 .quote-wrapper { width: 60%; margin-bottom: 5rem; }
    .section-9 .quote-wrapper .quote-box { height: 250px; }
    .section-9 .quote-wrapper .img-container {
        transform: translate(-50%);
        top: 65%;
        left: 50%;
        bottom: 0;
    }
}

.section-10 {
    background-color: #ffffff;
}
.section-10 .heading .row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center !important;
    align-items: center;
  }
  
@media (min-width: 1578px) {
    /* .en-version .headline {
        margin-top: 3rem;
     } */
    .cn-version .section-10 .heading .row {
        width: 60% !important;
    }
    .en-version .section-10 .heading .row {
        width: 70% !important;
    }
    .cn-version .section-10 .heading .row .text-black {
        text-align: left !important; 
    }   
    .section-3 ul {
        padding-right: 30px;
    }
}
.feedback-form input, .feedback-form textarea {
    color: #000;
}
.box-contact {
    background-color: rgba(244, 244, 244, 0.7);
    border: none;
    outline: none;
    border-radius: 8px;
    width: 80%;
    margin: auto;
    margin-bottom: 10px;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
    color: #ababab;
    font-size: 16px;
}
.contact_phone_number {
    width: 80%;
    gap: 5px;
}
.contact_phone_number select {
    width: 30%;
    min-width: 100px;
    font-size: 16px;
    color:#000;
    padding: 12px 20px;
}
.contact_phone_number input.box-contact {
    width: 100%;
}

.box-contact textarea {
    width: 100%;
    outline: none;
    background-color: transparent !important; 
    border:none; 
    color: #ababab !important;
    font-size: 16px;
    padding: 0; 
}

textarea.field-validate.form-control {
    color: black; 
  }

textarea.field-validate.form-control::placeholder {
    color: #ababab;
  }

#sendEmail.nav-btn {
    width: 150px;
    border-radius: 10px;
    font-size: 16px;
}

/*** responsive css mobile first **/
@media (min-width: 340px) and (max-width: 378px) {
    .en-version .first-section .top-banner img {
        width: 300px !important;
        height: auto;
    }
    .en-version .first-section .top-banner {
      position: absolute;
      top: 180px !important;
      left: 50% !important;
      transform: translateX(-50%);
      right: auto;
    }

}
@media (min-width: 340px) and (max-width: 560px) {
    .en-version .first-section .top-banner {
      /* for 11.11 sale banner only */
        top: 130px;
        left: 50%;
        transform: translateX(-50%);
        right: auto;
    }
    .first-section .top-banner {
        position: absolute;
        top: 150px;
        left: 50%;
        transform: translateX(-50%);
        right: auto;
    }
    .first-section .top-banner img {
        width: 360px;
        height: auto;
    }
    #home-page .pt-50.pb-50 {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
    #floating-group .floating-1 {
        position: absolute;
        top: -220px;
        right: -290px;
        z-index: 1000;
    }
    #floating-group .floating-1 img {
        width: 100%;
    }
    .section-4 .container {
        padding-left: 10px;
        padding-right: 10px;
    }
    #carouselSlides .carousel-item img {
        width: 100%;
    }
    .box-contact, .contact_phone_number { width: 90% }
    /* .nav-btn.cta-btn {
        font-size: 14px;
        padding: 5px 3px;
    } */
    .section-9 .testimonial__video iframe {
        height: 200px;
    }
}
@media (min-width: 540px) and (max-width: 825px) {
    .first-section .top-banner {
        position: absolute;
        top: 130px;
        /* right: 45px; */
    }
    .first-section .top-banner img {
        width: 450px;
        height: auto;
    }
    /* .second-section .cta-wrapper {
        width:  100%;
    } */
    .grid-operation .box-wrapper {     
        width: 250px !important;
    } 
    
}
@media (min-width: 340px) and (max-width: 825px) {
    .grid-operation {  display: grid;
        grid-template-columns: (2, 1fr);
        grid-template-rows: (6, auto) !important;
        grid-auto-flow: row;
        justify-content: center;
        align-content: center;
        justify-items: center;
        align-items: center;
        grid-template-areas:
          "div11 div11"
          "div1 div6"
          "div2 div7"
          "div3 div8"
          "div4 div9"
          "div5 div10";
          width: 80%;
        margin: 0 auto;
      }
      
      .div11 { grid-area: div11; }
      .div1 { grid-area: div1; }
      .div2 { grid-area: div2; }
      .div3 { grid-area: div3; }
      .div4 { grid-area: div4; }
      .div5 { grid-area: div5; }
      .div6 { grid-area: div6; }
      .div7 { grid-area: div7; }
      .div8 { grid-area: div8; }
      .div9 { grid-area: div9; }
      .div10 { grid-area: div10; }
      
      .grid-operation {
        .div1, .div2, .div3, .div4, .div5, .div6, .div7, .div8, .div9, .div10 {
            margin: 0 0;
        }
        }
    .cn-version .grid-operation .box-wrapper {     
        width: 180px;
        height: 145px;
        margin: 0px;
    }
    .en-version .grid-operation .box-wrapper {     
        width: 180px;
        height: 170px;
        margin: 0px;
    }
}
@media (min-width: 345px) and (max-width: 375px) {
  .cn-version .grid-operation .box-wrapper {
    width: 160px;
    height: 150px;
  }
}

    /*** section 6 **/ 
    .section-6 .grid-content {
        /* padding-top: 0 !important; */
        padding: 0 20px;
    }
    .grid-content .content span {
        line-height: 1.5;
    }
    .grid-content img {
        max-width: 100%;
    }
    
    /** section 8 & 9 **/
    /* .section-9, .section-10 {
        padding-left: 10px;
        padding-right: 10px;
    } */
    .section-9 .quote-area {
        width: 100%;
        margin: 0;
    }
    .section-9 .quote-wrapper {
        width: 80% !important;
    }
    .section-9 .quote-wrapper .quote-box {
        padding: 10px 10px;
        height: 300px;
        font-size: 15px;
    }
    .quote-box.mandarin {
        font-size: 18px !important;
    }
    .section-9 .quote-wrapper .img-container {
        top: 55%;
        left: 50%;
    }
    .break {
        display: block;
    }
@media (min-width: 561px) and (max-width: 767px) {
    .first-section .top-banner {
        position: absolute;
        top: 130px;
        right: 45px;
    }
    .first-section .top-banner img {
        width: 450px;
        height: auto;
    }
    .section-9 .quote-wrapper .quote-box {
        padding: 10px 10px;
        height: 300px;
        font-size: 14px;
    }
    .section-9 .quote-wrapper .img-container {
        top: 70%;
        left: 50%;
    }
}
@media (min-width: 826px) and (max-width: 991px) {
    .first-section .headline {
        margin-top: 20px;
    }
    .first-section .top-banner {
        position: absolute;
        top: 160px;
        right: 45px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .first-section .headline {
        margin-top: 20px;
    }
    .first-section .top-banner {
        position: absolute;
        top: 160px;
        right: 45px;
    }
    .first-section .top-banner img {
        width: 450px;
        height: auto;
    }
    #floating-group .floating-1 {
        position: absolute;
        top: -240px;
        right: -150px;
        z-index: 1000;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .first-section .top-banner {
        position: absolute;
        top: 100px;
        right: 45px;
    }
    .first-section .top-banner img {
        width: 600px;
        height: auto;
    }
    .first-section .headline {
        margin-top: 30px;
    }
    #floating-group .floating-1 {
        position: absolute;
        top: -240px;
        right: 10px;
        z-index: 1000;
    }
    .section-9 .quote-wrapper .quote-box {
        padding: 10px 10px;
        height: 300px;
    }
    .section-9 .quote-wrapper .img-container {
        transform: translateX(-50%);
    }
}
@media (min-width: 1200px) and (max-width: 1670px) {
    .first-section .top-banner {
        position: absolute;
        top: 90px;
        right: 0px;
    }
    .first-section .top-banner img {
        width: 700px;
        height: auto;
    }
    #floating-group .floating-1 {
        position: absolute;
        top: -240px;
        right: 100px;
        z-index: 1000;
    }
}

@media (min-width: 340px) and (max-width: 498px) {
    .cn-version .text-heading { font-size: 28px }
}

/** section 5 **/
@media (min-width: 340px) and (max-width: 540px) {
    .section-5 .headline {
        height: 830px;
    }
    .section-5 .float-group img {
        width: 100%;
    }
    .section-5 .float-group {
        flex-direction: column;
        bottom: 20px;
        right: 10px;
    }
    .section-5 .img-girl img {
        width: 70%;
    }
    .section-5 .img-girl .float-text {
        top: 30px;
        left: 180px;
    }
    .cn-version .section-5 .frame-text {
        padding: 1rem 2rem 1rem 1rem;
        transform: translate(-50px, 10px);
    }
    .en-version .section-5 .frame-text {
        transform: translateY(30px);
    }
    .section-5 .frame-top {
        top: 5px;
        right: 0px;
    }
    .section-5 .frame-bottom {
        top: 160px;
        right: 240px;
    }
}
@media (min-width: 440px) and (max-width: 540px) {
    .section-5 .float-group img {
        width: 100%;
    }
    .section-5 .img-girl .float-text {
        left: 250px;
    }
    .section-5 .frame-text {
        transform: translate(-110px, 20px);
    }
    .section-5 .frame-bottom {
        right: 380px;
    }
}

@media (min-width: 541px) and (max-width: 768px) {
    .section-5 .img-girl .float-text {
        left: 280px;
    }
}
@media (min-width: 541px) and (max-width: 991px) {
    .section-5 .frame-top {
        top: 100px;
        left: 50%;
    }
    .cn-version .section-5 .frame-text {
        transform: translateY(50%);
        margin-right: 50%;
    }
    .en-version .section-5 .frame-text {
        transform: translateY(100%);
        margin-right: 50%;
    }
    .section-5 .frame-bottom {
        top: 300px;
        left: 10%;
    }
}
@media (min-width: 541px) and (max-width: 689px) {
    .section-5 .float-group img {
        width: 70%
    }
    
}
@media (min-width: 912px) and (max-width: 991px) {
    .first-section .headline {
        margin: 30px 0;
    }
    .section-5 .container {
        padding-left: 0px;
        padding-right: 0px;
    }
    .section-5 .headline {
        height: 500px;
        /* align-content: left;
        justify-content: left; */
    }
    .section-5 .img-girl .float-text {
        left: 500px;
    }
    .section-5 .frame-top {
        top: 100px;
        right: 0;
    }
    .section-5 .frame-text {
        transform: translateY(50%);
    }
    .section-8 .right-side .column-container {
        gap: 0 2rem; 
        flex-direction: row;
    }
    .section-8 .right-side .box-wrapper {
        width: 100%;
    }

    .section-9 .quote-area {
        width: 100%;
        margin: 10px 0;
    }
    .section-9 .quote-wrapper {
        width: 60% !important;
        margin-bottom: 5rem;
    }
    .section-9 .quote-wrapper .quote-box {
        padding: 10px 10px;
        height: 250px;
        font-size: 14px;
    }
    .section-9 .quote-wrapper .img-container {
        transform: translate(-50%, -50%);
        top: 65%;
        left: 50%;
        bottom: 0;
    }

}
@media (min-width: 1200px) {
    
    .grid-operation .box-wrapper {
        width: 280px;
        height: 150px;
    }
}

@media (min-width: 1578px) {
    .first-section .top-banner {
        position: absolute;
        right: 150px;
        top: 70px;
        max-width: fit-content;
    }
    .first-section .top-banner img {
        width: 100%;
    }
    .second-section .row {
        padding: 0 2rem 0 2rem;
    }
    
    .section-3 #carouselSlides {
        width: 700px;
        height: 100%;
    }
    .carousel-item img {
        margin: 0 auto;
    }
    .section-3 .benefits p {
        line-height: 1.5;
    }
    
    .section-3 .benefits, .section-5 .img-girl img {
        margin-left: 20%;
    }

    .grid-operation {
        gap: 1rem 5rem;
    }
    .grid-operation .box-wrapper {
        width: 300px;
        height: 130px;
    }
    .grid-operation .box-wrapper p {
        margin-bottom:0px;
    }
    .grid-operation .div11 .img-container {
        width: 80%;
        margin: 0 auto;
    }

    .section-5 .float-text {
        top: 90px;
        left: 550px;
    }
    .cn-version .section-5 .frame-top {
        top: 70px;
        right: 300px;
    }
    .en-version .section-5 .frame-top {
        top: 30px;
        right: 300px;
    }
    .section-5 .frame-text {
        margin-right: 45%;
        margin-top: 10%;
    }
    .section-5 .frame-bottom {
        top: 289px;
        /* right: 600px; */
        left: 0;
    }
    .section-5 .float-group {
        bottom: -50px;
        right: 170px;
    }
    .section-6 .grid-10 {
        width: 80%;
    }
    .section-6 .grid-10 .div1,
    .section-6 .grid-10 .div3,
    .section-6 .grid-10 .div5 {
        /* padding-right: 25%; */
    }
    .section-6 .grid-10 .div2,
    .section-6 .grid-10 .div4 {
        /* padding-left: 20%; */
    }
    .section-7 .grid-growth {
        width: 90%;
    }
    .section-8 .container-fullwidth {
        padding-left: 150px;
        padding-right: 150px;
    }
    .section-8 .column-container .box-wrapper {
        margin: 1rem auto;
    }
    .section-9 #carouselSlidesCustomer {
        width: 80%;
    }
    .section-9 .quote-area,
    .section-9 .testimonial {
        width: 80%;
        margin: 2rem auto;
    }
    .section-3 .container-fullwidth .row,
    .section-4 .container-fullwidth .row,
    .section-5 .container-fullwidth .row,
    .section-6 .container-fullwidth .row,
    .section-7 .container-fullwidth .row,
    .section-9 .container-fullwidth .row {
        width: 100% !important;
    }
}

@media (max-width: 560px) {
    .section-9 #carouselSlidesCustomer {
        padding: 1rem 0.5rem 1rem 0.5rem;
    }
    .section-9 #carouselSlidesCustomer .carousel-inner {
        margin-bottom: 2.5rem;
    }
    .section-9 .quote-area .quote-wrapper {
        width: 100% !important;
    }
}

.select2-container--default .select2-selection--single {
    border: none !important;
    border-radius: 5px !important;
    font-size: 16px;
    line-height: 1.5rem /* 24px */;
    padding: 10px 5px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-between;

}
.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 44px !important;
    user-select: none;
    -webkit-user-select: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 10px !important;
}

.select2-results__option {
    font-size: 14px;
}

.contact_phone_number .select2-container--default .select2-selection--single {
    background-color: rgba(244, 244, 244, 0.7) !important;
}