:root {
  --header-color: #ffffff;
  --sticky-bg: #f5f5f5;
  --footer-bg:  #F2F2F2;
  --tc-color:  #202020;
  --btn-color: #777777;
  --btn-txt-color: #202020;
}

/* inquiry section */
.inquiry-div{

  /* background-color: #004787;  */
    background-image: url(../../assets/image/inquiry-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
}
.inquiry-div .form-control{
  color: #202020;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  padding: 15px 0 15px 20px;
  background-color: #195993;
  border: 0;
}
.inquiry-div h6, .inquiry-div h2{
  color: #ffffff !important;
}

.inquiry-div .sendmsg{
  min-width: 125px;
  -webkit-transition: background-color 0.5s ease-out;
  -moz-transition: background-color 0.5s ease-out;
  -o-transition: background-color 0.5s ease-out;
  transition: background-color 0.5s ease-out;
  width: 150px;
  height: 55px;
  border: 0!important;
  font-size: 20px;
  font-weight: 700;
  background-color: rgba(218, 37, 29, 1);
  border-radius: 5px;
}
.inquiry-div .sendmsg:hover{
  border: 0!important;
  color: var(--header-color);
  background: var(--btn-txt-color);
}
.inquiry-div .error{
  color: #ff0000;
  /* padding-top: 8px; */
  margin: top 8px;
}

.inquiry-div label {
  color: #DA251D;
  font-weight: 600;
}

.inquiry-div .sendmsg.btn.disabled, .inquiry-div .sendmsg.btn:disabled{
  background-color: var(--btn-color);
}
.captcha {
  width: 304px;
  margin: 0 auto;
}

.inquiry-div h2 {
  font-size: 60px;
}
.inquiry-div h6 {
  font-size: 20px;
  font-family: Rubik;
  font-weight: 400;
  color: #ffffff !important;
  opacity: 0.70;
}

.inqury-top-btm {
  padding-top: 75px;
  padding-bottom: 75px;
}

/* ::-webkit-input-placeholder { 
   color: red!important;
}

:-ms-input-placeholder { 
  /* color: rgb(255 255 255 / 50%)!important;
} */

::placeholder {
  color: rgb(255 255 255 / 50%)!important;
}


#contactForm .form-control:focus {
  box-shadow: none!important;
  background-color: var(--header-color);
  color: var(--tc-color)!important;
  font-weight: 600;
}



/* google translate */
/* .fixed-nav .color-white {
  filter: brightness(0) invert(1) !important;
} */

.fixed-nav .launage-icon-div.google-translate #google_translate_element_header {
  background: var(--footer-bg);
}

.launage-icon-div.google-translate #google_translate_element_header {
  position: absolute;
  bottom: -33px;
  right: 0px;
  background: var(--footer-bg);
  padding: 2px 15px;
  box-shadow: 0 3px 6px rgb(0 0 0 / 8%), 0 3px 6px rgb(0 0 0 / 8%);
  /* transform: translate(50%, 50%); */
}

.main-navbar-div nav .nav-item.google-translate {
  /* position: relative;
  top: 12px;
  margin-left: 30px; */
  padding: 5px 12px;
}

/* whats app icons */
    .whastsapp-chat {
      position: fixed;
      border-radius: 5px;
      z-index: 99999;
      bottom: 3%;
      right: 0px;
      padding: 9px;
      box-shadow: 0px 0px 0px rgba(255, 255, 255, 0.9);
  }
      
/* thank you */

  .thanks-page-main-div {
    margin-top: 300px;
    margin-bottom: 300px;
    }
    .thankstextdiv .main-heading {
      font-size: 72px;
      line-height: 90px;
      margin-bottom: 30px;
      font-weight: 600;
      letter-spacing: 1px;
  }
  .thankstextdiv .paratext {
    color: #000;
    font-size: 25px;
    line-height: 35px;
    margin: 0;
  }

  .thankyou {
    padding: 150px 15px 120px;
  }
  .thankyou a{
    color: #da251d;
    text-decoration: none;
  }
  .thankyou a:hover{
    color: #777777;
  }

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

    /* google translate */
    .launage-icon-div.google-translate #google_translate_element_header {
      transform: translate(0px, 10px);
      line-height: 25px;
      position: inherit;
      padding: 5px 2px;
      margin-bottom: 18px;
    }
    .color-white {
      filter: brightness(0) invert(1) !important;
      left: 15px;
      position: relative;
    }

    /* thank you */
    .thankyou {
      padding: 140px 15px 85px;
    }
    
    .thankstextdiv .main-heading {
      font-size: 45px;
      line-height: 55px;
    }
    
    .thankstextdiv .paratext {
      font-size: 22px;
      line-height: 32px;
    }
 }
/*-------------------------- Media css ----------------------*/


@media only screen and (min-width: 768px) and (max-width: 991px) {    

  /* thank you */
  .thanks-page-main-div {
    margin-top: 170px;
    margin-bottom: 170px;
  }

}

@media screen and (max-width: 1200px) { 
.inquiry-div h2 {
  font-size: 48px;
  line-height: 52px;
}

}