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: 50px;
  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(147.77% 159.99% at 66.49% 10.54%, #FCFCFC 0%, #EFEFEF 46.63%, #9FA9AE 100%);
  padding: 160px 0;
}
.form-section:after{
  position: absolute;
  content: "";
  background: url(../images/waterdrop.png)no-repeat;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: 100%;
}
.form-section .hand-img {
  position: absolute;
  left: 0;
  bottom: 0;
  max-width: 573px;
  z-index: 9;
}
.form-section .form-lay {
  position: relative;
  z-index: 9;
}
.form-section h2 {
  margin: 0 0 50px;
  color: #000;
  max-width: 590px;
}
.form-section h2 span{
  font-weight: 700;
}
.form-section form label {
  font-size: 18px;
  line-height: normal;
  color: #000;
  font-weight: 600;
  padding: 0;
  margin: 0;
}
.form-label.required::after {
      content: "*";
      color:#D8282F;
      margin-left: 5px;
    }
.form-section form input {
  padding: 14px 0;
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  font-size: 18px;
  font-weight:400;
}
.form-control:focus, .form-select:focus {
  box-shadow: none;
  outline: none;
  background: transparent;
  border-color: rgba(0, 0, 0, 0.15);
}
.form-section form .row{
  margin: 0 0 30px;
}
.form-section form .radio-btn-sec label {
  display: block;
  margin: 0 0 19px;
}
.form-section form .radio-btn-sec input{
  padding: unset;
}
.form-check-input[type="radio"] {
  border: 1px solid rgba(161, 161, 161, 1); 
  width: 14px;
  height: 14px;
  cursor: pointer;
}

.form-check-input[type="radio"]:checked {
  background-color: #000; 
  border-color: rgba(161, 161, 161, 1);
}

.form-check-input[type="radio"]:focus {
  box-shadow: none;
}
.form-section form select {
  padding: 14px 0;
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  font-size: 18px;
  font-weight:400;
  position: relative;
}
.form-section form select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  z-index: 2;
}

.form-section form select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background:  url('../images/downarow.svg') no-repeat right 0px center;
  background-size: 13px 7px;
}
.form-section form .col-md-6 {
  width: 48%;
}
.form-section form .row{
  justify-content: space-between;
}

.form-section form .radio-btn-sec .form-check-inline label{
  color: #A6A6A6;
  font-weight: 400;
  font-size: 18px;
  padding: 0;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
.radio-btn-sec .wpcf7-list-item span {
  margin-left: 10px;
}


.form-section form input::placeholder{
  color:rgba(166, 166, 166, 1);

}
.form-section form select:invalid {
  color:rgba(166, 166, 166, 1);
}

.form-section form select option {
  color: #000;
}
.form-section form .col-md-6{
  padding: 0;
}
.form-section form .submit-btn {
  background: #D8282F;
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  padding: 19px 50px;
  border-radius: 9px;
}
.form-section form .submit-btn:hover{
  background: #F12E36;
  color: #fff;
}
.form-section form label span {
  color: #A6A6A6;
}
.form-section form .file-up label {
  margin: 0 0 35px;
}
.form-section form .location-fld {
  margin: 0 0 30px;
}

.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: 0 0 25px;
}

.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 #FFF;
  background-color: rgba(255, 255, 255, 0.47);
  position: absolute;
  top: 50px;
  left: 0;
  font-weight: 500;
  z-index: 1;
  pointer-events: none;
  color: #000;
  font-size: 14px;
}
.file-up .text-file {
  content: "";
  position: absolute;
  top: 59px;
  left: 162px;
  color: rgba(0, 0, 0, 0.38);
  font-size: 12px;
  font-weight: 400;
}
.terms-condition {
  padding: 160px 0 0;
}
.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: 35px;
  margin-bottom: 40px;
}
.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;
}

.table-wrap{
    max-width: 765px;
    margin: 0 auto 43px;
}
  .datatable {
    width: 100%;
    border-collapse: collapse;
    border-radius: 9px;
    overflow: hidden;
  }

  .datatable th {
    background-color: #d42027;
    font-size: 14px;
    color:#fff;
    line-height: 22px;
    font-weight: 500;
    padding:9px 19px;
    text-align: left;
    border-bottom: 1px solid #DEDEDE;
  }
  .datatable th:last-child {
    background-color: #C02A30;; 
  }

  .datatable td {
    color: #5F5F5F;
    font-size: 14px;
    font-weight:400;
    padding:0 19px ;
    line-height: 40px;
    background-color: #fff;
    border-bottom: 1px solid #DEDEDE;
    border-right: 1px solid #DEDEDE;
    border-left: 1px solid #DEDEDE;
  }

  .datatable tbody tr:last-child td {
    background-color: #F6F6F6; 
    font-weight:500;
  }
.datatable td:nth-child(2),
.datatable th:nth-child(2) {
    width: 85px; 
    text-align: center;
}
.datatable tbody tr:last-child td:last-child {
  color: #040404;
}

  
  footer .logo-wrap img {
  width: 100%;
}
footer {
  position: relative;
  background: linear-gradient(0deg, #969696 2.57%, rgba(131, 131, 131, 0.00) 95.98%);
}
footer .container {
  position: absolute;
  bottom: 0;
  max-width: 1167px;
  display: flex;
  justify-content: space-between;
  left: 0;
  right: 0;
  margin: 0 auto 52px;
}
.copyright {
  color: #111;
  font-size: 14px;
  font-weight: 400;
}
.copyright:hover{
  color: #F12E36;
}

.radio-btn-sec input[type="radio"] {
    accent-color: #000;
    
}
.radio-btn-sec input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  width: 13px;
  height: 13px;
  border: 2px solid #9f9c9c;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
  background-color: #fff;
}

/* dot when checked */

.radio-btn-sec input[type="radio"]:checked::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 5px;
  height: 5px;
  background: #000;
  border-radius: 50%;
}
.radio-btn-sec .form-check-inline {
    margin: 0;
    padding: 0;
}
.radio-btn-sec .wpcf7-list-item.first{
      margin: 0 30px 0 0;
}
.radio-btn-sec .wpcf7-list-item.last{
    margin: 0;
}

/* Default select style */

/* Placeholder-style option (first option) */
select option[disabled][selected],
select option[disabled][value=""] {
  color: rgba(166, 166, 166, 1);
}

/* When a valid option is selected */
select:valid {
  color: rgba(166, 166, 166, 1);
}
.form-section .wpcf7-form-control-wrap {
  padding: 0;
}
.form-section form .radio-btn-sec .wpcf7-list-item label span {
  color: #000;
}
.form-section .wpcf7-response-output {
  border: 0 !important;
  font-size: 16px;
  padding: 00 !important;
  font-weight: 600;
}

.file-up.hidden-fm  span.wpcf7-not-valid-tip {
    display: none;
}

.form-section form .cf7-terms-wrapper {
  display: flex;
  align-items: center;
  margin: 0 0 25px;
}
.form-section form .cf7-terms-wrapper span {
  margin: 0 2px 0 0;
}
.form-section form .cf7-terms-wrapper label {
  font-size: 18px !important;
  font-weight: 400 !important;
  color: #000 !important;
}
.form-section form .cf7-terms-wrapper label a {
  color: #d8282f;
}
.form-section form .cf7-terms-wrapper label a:hover {
  color: #000;
}

/* responsive */

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

}

@media  (max-width:1399px){
  
}

@media only screen and (max-width: 1200px){
  h2 {
  font-size: 40px;
  }
  .form-section .hand-img {
  max-width: 420px;
  }
  footer .logo-wrap img {
  height: 390px;
  object-fit: cover;
}
  
}
 
@media only screen and (max-width: 991px){
  .form-section .hand-img {
    max-width: 335px;
  }
}

@media only screen and (max-width: 767px)
{
  .desk-ban {
  display: none;
}
.mob-ban {
  display: block;
}
.form-section {
    padding: 60px 0 0;
  }
.form-section .container {
  padding: 0;
}
.form-section .form-lay {
  padding: 0 37px;
}
.form-section .hand-img {
  position: relative;
}
 .form-section .hand-img {
    max-width: 90%;
  }
  .form-section .row.flip {
  flex-direction: column-reverse;
}
footer .container {
  max-width: 100%;
  display: block;
}
  .form-section h2 {
    font-size: 35px;
    line-height: 41px;
    margin: 0 0 30px;
    max-width: 351px;
  }
  .form-section form .row:nth-child(3) .col-md-6:first-child {
  margin: 0 0 30px;
}
  .form-section form .row:nth-child(4) .col-md-6:first-child {
  margin: 0 0 30px;
}
.terms-condition {
  padding: 60px 0 0;
}
.terms-condition h3 {
  font-size: 25px;
  line-height: 35px;
  margin: 0 0 35px;
}
.table-wrap h4 {
  margin: 0 0 13px;
  text-align: center;
}
.table-wrap {
  max-width: 100%;
  margin: 0 auto 36px;
}
footer .footlogo {
  width: fit-content;
  margin: 0 auto 30px;
}
.copyright {
  display: block;
  text-align: center;
}
.form-section form .col-md-6 {
  width: 100%;
}
.overlay-toggle {
  top: 24px;
  right: 20px;
}
.file-up .text-file {
  position: relative;
  top: inherit;
  left: inherit;
}
 footer .logo-wrap img {
    height: inherit;
 }
 .form-section form .row:nth-child(5) .col-md-6:last-child {
    margin-top:30px 
}


  
}

@media only screen and (max-width: 575px)
{
  .terms-condition .termslight {
  margin-bottom: 40px;
  max-width: 308px;
}
.tremsdark {
      max-width: 90%;
}

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

 



















