a {
  transition: all 0.3s ease 0s;
  text-decoration: none !important;
}
html, body {
  overflow-x: hidden;
}

/* banner */

.banner-img-wrap img{
  width: 100%;
}
.mob-ban {
  display: none;
}
.overlay-toggle {
  position: absolute;
  top: 40px;
  right: 43px;
}
.language-toggle {
  display: flex;
  overflow: hidden;
  width: fit-content;
  border-radius: 20px;
  background: rgba(0, 0, 0, 0.15);
}

.lang-option {
  padding: 5px 14px;
  color: #fff;
  font-weight: 700;
  border-radius: 20px;
  cursor: pointer;
  transition: 0.3s;
  font-size: 14px;
  line-height: normal;
}

.lang-option.active {
background: #D8282F;
}

.lang-option:not(.active) {
  background: transparent;
  opacity: 0.9;
}


/* form section */

.form-section {
position: relative;
background: radial-gradient(150.11% 160% at 66.49% 10.52%, rgba(252, 252, 252, 0.41) 14.32%, #FFFFFD 20%, #F6E8BE 100%);  
padding: 100px 0;
}
.form-section .boy-img {
  position: absolute;
  left: 0;
  bottom: 0;
  max-width: 566px;
  z-index: 9;
}
.form-section .snak-img{
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 456px;
  z-index: 9;
}
.form-section .form-lay {
  position: relative;
  z-index: 9;
  width: 41.334%;
}
.form-section h2 {
  color: #000;
  max-width: 527px;
  text-align: center;
   margin: 0 auto 52px !important;
}
.form-section h2 span{
  font-weight: 700;
  color: #D59419;
}
.form-section .left-img-lay {
  width: 31.333%;
}
.form-section .right-img-lay{
  width: 29.333%;
}
.contact-left-form {
  max-width: 527px;
  margin: 0 auto;
}

/* form */

.contact-input-sec {
  padding-top: 18px;
  position: relative; 
}
.contact-input-sec input {
  font-size: 18px;
  color: #000;
  font-weight: 400;
  width: 100% !important;
  border: 0px !important;
  box-shadow: none;
  outline: none;
  padding: 12px 0 !important;
  border-bottom: solid 2px rgba(0, 0, 0, 0.15) !important;
  margin-bottom:2px;
  background:transparent;
  border-radius: 0 !important;
}
.contact-input-sec select {
  font-size: 18px;
  color: #000;
  font-weight:400;
  width: 100%;
  border: 0px;
  box-shadow: none;
  outline: none;
  padding: 12px 0;
  border-bottom: solid 2px rgba(0, 0, 0, 0.15) !important;
  margin-bottom: 7px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("../images/downarow.svg") no-repeat right top 18px transparent;
 
}
.input-label {
  font-size: 18px;
  line-height: 21px;
  color: #A6A6A6;
  font-weight: 400;
  position: absolute;
  left: 0px;
  /*bottom: 22px;*/
  top: 22px;
  transition: all 0.3s ease 0s;
  pointer-events: none;
}

.contact-input-sec input:focus,
.contact-input-sec select:focus,
.contact-input-sec textarea:focus {
  border-bottom: solid 2px #FFD700 !important;
}
.contact-input-sec.focus-label .input-label {
  top: 0px;
  font-size: 18px;
  line-height:normal;
  color: #0E0E0E;
}

.contact-submit-input-sec {
  padding-top: 32px;
}
.contact-submit-input-sec input {
   background: #D8282F;
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  padding: 19px 58px;
  border-radius: 9px;
  transition: all 0.3s ease 0s;
  border-style: none;
}
.contact-submit-input-sec input:hover {
   background: #F12E36;
  color: #fff;
}

.form-control:focus, .form-select:focus {
  box-shadow: none;
  outline: none;
  background: transparent;
  border-color: rgba(0, 0, 0, 0.15);
}

.form-section .file-up label {
  margin: 0 0 14px;
  font-size: 18px;
  color: #000;
  font-weight: 400;
}

.file-up input[type="file"] {
  position: relative;
  opacity: 0;
  width: 180px;
  height: 48px;
  cursor: pointer;
  z-index: 2;
}

.file-up {  
  position: relative;
  display: inlin-block;
  margin: 30px 0 32px;
}

.file-up::before {
  content: '';
  background: url('../images/floder.svg') no-repeat left center;
  background-size: 49px 20px;
  content: "Choose a file";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-left: 28px;
  height: 42px;
  width: 151px;
  border-radius: 9px;
  border: 1px solid #E2DBC6;
  background-color: rgba(255, 255, 255, 0.47);
  position: absolute;
  top: 50px;
  left: 0;
  font-weight: 400;
  z-index: 1;
  pointer-events: none;
  color: #000;
  font-size: 14px;
}
.file-up .text-file {
  content: "";
  position: absolute;
  top: 63px;
  left: 162px;
  color: rgba(0, 0, 0, 0.38);
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
}
.file-up:hover::before {
border: 1px solid #EEBEBE;
background-color: #FBEBEB;
}

   .checkbox-container {
      display: flex;
      align-items: center;
    }

  .checkbox-container input[type="checkbox"] {
  -webkit-appearance: none;
  appearance: none;
  width: 17px;
  height: 17px;
  border: 1.7px solid #424242;
  background: #FFF;
  margin-right: 10px;
  cursor: pointer;
  position: relative;
}

/* Tick styling */

.checkbox-container input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  left: 4.8px;
  top: 1.5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.checkbox-container input[type="checkbox"]:checked {
  background-color: #424242;
}

.checkbox-container .wpcf7-list-item {
  margin: 0;
}

    .checkbox-container label {
      color: #9D9A92;
      font-size: 14px;
      font-weight: 400;
      line-height: normal;
    }

    .checkbox-container a {
      color: #9D9A92;
      font-size: 14px;
      font-weight: 400;
      line-height: normal;
      text-decoration: underline !important;
      
    }

    .checkbox-container a:hover {
      color: #000;
    }




.terms-condition {
   padding: 100px 0 0px;
}
.terms-condition .tremsdark li {
  padding-left: 31px;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: #000;
  margin: 0 0 19px;
  position: relative;
}
.terms-condition .tremsdark li::after{
  content: "";
  position: absolute;
  background: url(../images/arrowleft.svg)no-repeat;
  left: 0;
  width:15px;
  height: 14px;
  top:4px;
}
.terms-condition .termslight {
  color: #5F5F5F;
  list-style: disc;
  margin-left: 43px;
   margin-bottom: 10px;
}
.table-wrap h4 {
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  margin: 0 0 7px;
}
.terms-condition .termslight li {
  color: #5F5F5F;
  font-size: 14px;
  line-height: 25px;
  font-weight: 400;
  margin: 0 0 10px;
}
.terms-condition h3 {
  font-size: 35px;
  line-height: 45px;
  margin: 0 0 40px;
  color: #000;
}
.terms-condition .termslight li span {
  color: #2F2F2F;
  font-weight: 500;
}


 .read-toggle {
  cursor: pointer;
  display: flex;
  align-items: center;
  font-weight:600;
  font-size: 16px;
  line-height: 22px;
 color: #676767;
  transition: color 0.3s ease;
  justify-content: center;
  width: fit-content;
  margin: 20px auto 0;
    }

    .read-toggle span.icon {
      display: inline-block;
      margin-left: 8px;
      width: 0;
      height: 0;
      border-left: 6px solid transparent;
      border-right: 6px solid transparent;
      border-top: 6px solid #666;
      transition: transform 0.3s ease, border-top-color 0.3s ease;
    }

    .read-toggle:hover {
      color: red;
    }

    .read-toggle:hover span.icon {
      border-top-color: red;
    }

    .read-toggle.active {
      color: red;
    }

    .read-toggle.active .icon {
      transform: rotate(180deg);
      border-top-color: red;
    }

    

footer .foot-content h2 {
  font-size: 24px;
  line-height: 22px;
  font-weight: 600;
  margin: 0 0 3px;
  text-align: center;
}
footer .foot-content h3 {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  margin: 0 0 11px;
    text-align: center;

}
footer .foot-content h4 {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  margin: 0 0 47px;
    text-align: center;

}
.mailcontact {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 42px;
}
.mailcontact .phone {
  padding: 0 36px;
  border-right: 1px solid #959595;
  cursor: pointer;
}
.mailcontact .email{
  padding: 0 36px;
  cursor: pointer;
}
.mailcontact .ftic {
  margin-right: 19px;
}
.foot-img {
  width: fit-content;
  margin: 0 auto 42px;
}
.copyright {
  color: #111;
  font-size: 14px;
  text-align: center;
  margin: 0;
  font-weight: 400;
}

footer {
  position: relative;
}
footer .foot-bg {
  width: 100%;
}
footer .foot-bg img {
  width: 100%;
}
footer .foot-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100px;
}
.snak-img-mob {
  display: none;
}
footer .foot-bg .mobile-foot {
  display: none;
}

.contact-input-sec .error {
  margin: 3px 0 0 !important;
}

/* .wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.wpcf7-not-valid {
    border-bottom: solid 2px red !important;
}
.contact-input-sec:has(input.wpcf7-not-valid) .input-label {
  top: 0; 
  position: relative;
} */

.file-up .wpcf7-not-valid-tip.error {
  margin: 14px 0 0;
}



.file-up .file:focus-within {
    outline: none !important;
    outline-offset: 0 !important;
}
.wpcf7 form.sent .wpcf7-response-output {
  border-color: transparent !important;
  padding: 0 !important;
  color: green !important;
}

.contact-input-sec.prefix-ph .input-label {
  left: 50px;
   top: 31px;
}
.contact-input-sec.prefix-ph.focus-label .input-label {
   top: 0;
}

.contact-input-sec.prefix-ph .pre-num {
  font-size: 18px;
  color: #000;
  font-weight: 400;
  background-color: transparent;
  padding: 12px 0 !important;
}
.contact-input-sec.prefix-ph input {
  padding-left: 10px !important;
}
.wpcf7-form-control-wrap.your-phone {
  width: 100%;
}
.contact-input-sec.prefix-ph input {
  border: 0 !important;
}
.contact-input-sec.prefix-ph .prev-num {
  border-bottom: solid 2px rgba(0, 0, 0, 0.15) !important;
}
.contact-input-sec.prefix-ph.focus-label .prev-num {
    border-bottom: solid 2px #FFD700 !important;
}

.file-up .form-label::after {
  content: " *";
  color: red;
}
.mailcontact a {
  color: #000;
  font-size: 14px;
  line-height: normal;
}
.mailcontact a:hover {
    color: red;
}
.checkbox-container .wpcf7-list-item label {
  display: flex;
  align-items: center;
}
.language-toggle .lang-option:nth-child(2) {
  line-height: 13px;
}
.mailcontact .email a {
  text-decoration: underline !important;
}
#scrollup-master:hover {
  background-color: #d8282f;
}
.read-toggle.aos-init.aos-animate {
  display: none;
}

.checkbox-container span:nth-child(2) {
  font-size: 14px;
  color: #9D9A92;
  margin-top: -6px;
}
.wpcf7-not-valid-tip {
  color: #dc3232 !important;
}



/* responsive */

@media only screen and (max-width:1440px) {
  .contact-left-form {
  margin: 0 auto 0 22px;
}

}

@media  (max-width:1399px){
  .form-section .boy-img {
  max-width: 500px;
  }
  .form-section .snak-img {
  max-width: 350px;
  }
  
}

@media only screen and (max-width: 1200px){
 
.form-section .boy-img {
    max-width: 392px;
  }
  .form-section .snak-img {
    max-width: 270px;
  }
   .overlay-toggle {
  top: 10px;
  }
  
  
}
 
@media only screen and (max-width: 991px){

  .left-img-lay {
  display: none;
}
.col-md-4.form-lay {
  width: 100%;
}
.contact-left-form {
  max-width: 100%;
}
  .contact-left-form {
    margin: 0 20px;
  }
  .form-section .right-img-lay {
  width: 100%;
}
 .form-section .snak-img {
    max-width: 100%;
  }
  .form-section .snak-img {
  position: relative;
}
.form-section {
  padding: 60px 0 0;
} 
.terms-condition {
  padding: 60px 0 60px;
}
footer {
  padding: 70px 0 0;
}
.snak-img-mob {
  display: block;
}
.form-section .snak-img {
  display: none;
}
.snak-img-mob img {
  width: 100%;
  margin: -180px 0 0;
}
 
}

@media only screen and (max-width: 767px)
{
  .desk-ban {
  display: none;
}
.mob-ban {
  display: block;
}
.form-section h2 span {
  display: block;
}
  .form-section h2 {
    font-size: 35px;
    line-height: 41px;
    margin: 0 auto 40px !important;
    max-width:100%;
  }

.terms-condition h3 {
  font-size: 25px;
  line-height: 35px;
  margin: 0 0 35px;
}

.overlay-toggle {
  top: 24px;
  right: 20px;
}
footer .foot-bg .desk-foot {
  display: none;
}
footer .foot-bg .mobile-foot {
  display: block;
}
footer .foot-content {
  position: relative;
  bottom: 0;
}
  footer {
    padding: 0px 0 0;
  }
  .terms-condition .termslight {
  width: 94%;
}




  
}

@media only screen and (max-width: 575px){
.file-up .text-file {
  top: 55px;

}
 .snak-img-mob img {
    width: 100%;
    margin: -106px 0 0;
  }
  .mailcontact {
  flex-wrap: wrap;
  }
  .mailcontact .phone {
  border-right:0;
  margin: 0 0 27px;
}
footer .foot-content h4 {
    margin: 0 auto 25px;
    max-width: 310px;
  }
  
.mailcontact {
  margin: 0 0 30px;
}

 
   
}
 
@media only screen and (max-width: 420px)
{
 
}



.checkbox-container span.wpcf7-not-valid-tip {
    position: absolute;
    width: 200px;
}


















