.pt-120{
  padding-top: 120px;
}
a, a:hover{
  color: #F7C975;
  transition: all 0.2s ease-in-out;
} 

img{
  max-width: 100%;
}

h1, h2, h3{
  text-transform: uppercase;
  pointer-events: none;
  margin-bottom: 0;
}

body{
  font-family: "Poppins", "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.75;
  color: #FFFFFF;
  min-height: 100vh;
  overflow-x: hidden;
  background-color: #008359;
}
header{
  padding-top: 4.688rem;
  background-image:url(../images/consultant_bg.png);
  background-position:top center;
  background-size:auto;
  background-repeat: no-repeat;
  min-height: 100vh;
  position: relative;
}
header .container {
  z-index: 2;
  position: relative;
}
.logo{
  position: absolute;
  top: -50%;
  bottom: -50%;
  left: -50%;
  right: -50%;
  margin: auto;
  max-width: 190px;
  max-height: 100px;
}
.banner_cont_wrap{
  width: 100%;
  max-width: 795px;
  margin-top: 4.388rem;
  position: relative;
  padding: 20px 0;
}
.banner_cont_wrap::before, .banner_cont_wrap::after{
  content:'';
  width: 208px;
  height: 61px;
  position: absolute;
  background: url(../images/frame.svg);
  background-repeat: no-repeat;
  top: 0;
  left: 0;
}
.banner_cont_wrap::after{
  left:auto;
  top: auto;
  right:0;
  bottom: 0;
  transform:rotate(180deg);
}
.banner_cont p{
  margin: 0;
  line-height: 135%;
}
.line1{
  font-size: 27px;
  font-weight: 400;
  color: #FFF;
}
.line2{
  font-size: 36px;
  font-weight: 400;
  color: #FFF;
}
strong{
  font-weight: 600;
}
strong span{
  color: #F7C975;
}
.banner_cont .line1 strong{
  font-size: 30px;
}
.mbl_qust_icon{
  display: none;
  color: #F7C975;
  margin-left: 5px;
}
.qust_icon{
  font-size: 95px;
  font-weight: 600;
  color: #F7C975;
  line-height:90%;
}

section{
  padding-bottom: 120px;
}
.joinform_wrap{
  width: 100%;
  max-width: 810px;
  color: #FFF;
}
.joinhead p{
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 130%;
}
.joinhead p strong{
  font-weight: 600!important;
}
.tx-36{
  font-size: 2.25rem;
}
.tx-45{
  font-size: 2.813rem;
}
.tx-47{
  font-size: 2.938rem;
}
.tx-55{
  font-size:3.125rem;
}
.tx-60{
  font-size: 3.75rem;
}
.tx-15px{
  font-size: 15px;
}
.joinform{
  width: 100%;
  max-width: 720px;
  padding-right: 5px;
  padding-left: 5px;
  margin-top: 3rem;
}
.joinform form{
  justify-content: space-between;
}
.btn_field{
  width: 100%;
}

.form-control{
  height: 46px;
  border: 0;
  color: #FFF;
  font-size: 15px;
  font-weight: 300;
  background: #006243;
  border-radius: 5px;
}
.btn{
  width: 100%;
  border: 0;
  height: 46px;
  font-size: 15px;
  font-weight: 300;
  background: #F7C975;
  text-transform: uppercase;
  border-radius: 5px;
  color:#006243;
  transition: all 0.2s ease-in-out;
}
.btn:focus {
  box-shadow:none;
}
.btn:hover {
  background: #D2A654;
}
.form-control:focus {
  border: 0;
  color: #FFF;
  box-shadow:none;
  background-color: #006243;
}
.form-control::placeholder{
  color: #FFF;
}

.title_head{
  position: relative;
  text-align: center;
  margin-bottom: 65px;
}
.title_head h1{
  width: 100%;
  font-size: 54px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.04);
  line-height:80%;
  position: absolute;
  text-align: center;
  z-index: -1;
  left: -50%;
  top: 0;  
  right: -50%; 
  margin: auto;
}

.title_head h3{
  display: inline-block;
  position: relative;
  font-size: 23px;
  font-weight:600;
  line-height: 130%;
  padding-bottom: 12px;
  text-align: center;
  color: #F7C975;
  border-bottom: 2px solid rgba(255, 255, 255, 0.30);
}
.title_head h3::after{
  content: '';
  height: 2px;
  width: 100%;
  max-width: 150px;
  bottom: -2px;
  left: -50%;
  right: -50%;
  margin: auto;
  position: absolute;
  background: #F7C975;
  z-index: 1;
}
.title_head_2 h3::after{
  max-width: 400px;
}
span.yellow{
  color: #F7C975;
}
.card_wrap {
  width: 100%;
}
.card{
  width: calc(33.33% - 24px);
  margin: 12px;
  min-height: 280px;
  padding: 20px 22px;
  border: 0;
  background: #006243;
}
.card_icon{
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background: #003B28;
} 
.card_icon i{
  color: rgb(255, 255, 255);
  font-size: 50px;
}
.card_body{
  font-weight: 300;
  font-size: 15px;
}


.callout{
  width: calc(50% - 24px);
  margin: 12px;
  min-height:155px;
  padding:13px;
  border-radius: 5px;
  background: #006243;
  border-left: 2px solid #F7C975;
}
.callout h5, .callout p{
  font-size: 14px;
  font-weight: 300;
  color: #F7C975;
  line-height: 25px;
  margin-bottom: 5px;
}
.callout p{
  margin: 0;
  color: #FFF;
}

footer{
  border-top: 1px solid rgba(255, 255, 255, 0.30);
}
.copywrit, .copywrit a, .prvc_link, .prvc_link a{
  color:#FFF;
  text-decoration: none;
  font-size: 13px;
  font-weight: 400;
}
.copywrit, .copywrit a{
  font-size: 14px;
}
.socialicons a{
  width: 40px;
  height: 40px;
  margin: 0 5px;
  display: flex;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  border: 1px solid rgb(247, 201, 117, 0.50);
  text-decoration: none;
}
.socialicons a svg{
  fill: #F7C975;
}
.phonenumr{
  height: 40px;
  display: flex;
  padding: 0px 15px;
  border-radius: 50px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgb(247, 201, 117, 0.50);
}
.phonenumr i{
  color: #F7C975;;
}

header.thk_banner{
  min-height: calc(100vh - 80px);
}
.Thank_you_msg h2{
  color: #F7C975;
  font-size: 34px;
  line-height: 100%;
  text-transform:none;
}
.Thank_you_msg p{
  font-size: 18px;
  color: #FFF;
  line-height: 100%;
}
.btn-goback {
  width: 140px;
  font-weight:500;
}
.logo.thkq{
  position: static!important;
}

/* floating label */
.form-floating > .form-control, .form-floating > .form-select{
  height: 46px;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown){
  padding: 0.65rem 1rem;
}
.form-floating > label {
  line-height: 31px;
  padding: 0rem 1rem;
  z-index: 3;
  height: 34px;
  font-size: 15px;
  background: rgb(255, 255, 255, 0);
  top: 6px;
  color: #ffffff;
  transition: all 0.3s;
}
.form-floating > .form-control:not(:placeholder-shown) ~ label{
  transform: none;
  opacity: 1;
}
.form-floating > .form-control:focus ~ label, .form-floating > .form-control:focus ~ label, .form-floating > .form-control:valid ~ label{
  font-size: 12px;
  top:-11px;
  left: 6px;
  line-height: normal;
  height: auto;
  padding: 0 8px;
  background: rgba(255, 255, 255, 0);
  z-index: 3;
  opacity: 1;
  transform: none;
}

option[value=""]{
  display:none;
}

/* floating label end*/

@media (min-width: 1260px){
  header .container {
    max-width: 1240px;
  }
}
@media (max-width: 1260px){
  .tx-36{
    font-size: 30px;
  }
  .tx-45{
    font-size: 35px;
  }
  .tx-47{
    font-size: 36px;
  }
  .tx-55{
    font-size:42px;
  }
  .joinhead p {
    line-height: 100%;
  }
  .title_head h1 {
    font-size: 46px;
  }
}

@media (min-width: 1200px){
  .container{
    max-width: 1080px;
  }
}

@media (min-width: 992px) {
  .joinform{
    width: 100%;
    max-width: 720px;
    padding-right: 5px;
    padding-left: 5px;
    margin-top: 3rem;
  }
  .joinform form{
    margin-right:-5px;
    margin-left:-5px;
  }
  .input-field{
    padding-right: 5px;
    padding-left: 5px;
  }
  .btn_field{
    width: 140px;
  }
}

@media (max-width: 991px) {
  .container{
    max-width: 95%;
  }
  header {
    padding-top: 2.688rem;
    min-height:auto ;
  }
  .banner_cont_wrap {
    max-width: 700px;
  }
  .line1{
    font-size: 24px;
  }
  .line2 {
    font-size: 32px;
  }
  .banner_cont .line1 strong{
    font-size: 26px;
  }
  .qust_icon {
    font-size: 84px;
    font-weight: 500;
  }
  section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .pt-120 {
    padding-top: 40px;
  }
  footer .row{
    flex-direction: column-reverse;
  }
  footer .row .col-12{
    justify-content: center!important;
  }
  .prvcy_copy {
    margin-top: 20px;
  }
  .prvcy_copy *{
    text-align: center;
  }
  .Thank_you_msg h2 {
      font-size: 30px;
  }
}
@media (max-width: 767px) {
  .banner_cont_wrap {
    max-width: 545px;
  }
  .line1 {
    font-size: 18px;
  }
  .banner_cont .line1 strong {
    font-size: 20px;
  }
  .line2 {
    font-size: 24px;
  }
  .joinform {
    margin-top: 2rem;
  }
  .qust_icon {
    font-size: 67px;
  }
  .card{
    width: calc(50% - 24px);
  }
  .title_head {
    margin-bottom: 35px;
  }
  .Thank_you_msg h2 {
    font-size: 24px;
  }
  .tx-36{
    font-size: 24px;
  }
  .tx-45{
    font-size: 28px;
  }
  .tx-47{
    font-size: 30px;
  }
  .tx-55{
    font-size:34px;
  }
}
@media (max-width: 657px) {
  .qust_icon {
    display: none;
  }
  .mbl_qust_icon{
    display: inline-block;
  }
  .logo {
    max-width: 150px;
    max-height: 60px;
  }
}
@media (max-width: 577px) {
  .container {
    max-width: 100%;
  }
  .line1 {
    font-size: 12px;
  }
  .banner_cont .line1 strong {
    font-size: 15px;
  }
  .line2 {
    font-size: 16px;
  }
  .banner_cont_wrap::before, .banner_cont_wrap::after {
    width: 100px;
    height: 40px;
  }
  .banner_cont_wrap {
    padding: 8px 0px;
  }
  section {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .title_head {
    margin-bottom: 25px;
  }
  .card {
    min-height: auto;
    width: calc(100% - 24px);
  }
  .card_icon {
    width: 80px;
    height: 80px;
    margin-top: 0px !important;
    margin-bottom: 10px !important;
  }
  .card_icon i {
    font-size: 34px;
  }
  .title_head h3{
    font-size: 18px;
  }
  .title_head h3 span{
    width: 100%;
    font-size: 23px;
    display: inline-block;
  }
  .callout {
    width: calc(100% - 24px);
  }
  .socialicons a {
    width: 32px;
    height: 32px;
  }
  .phonenumr {
    height: 34px;
    display: flex;
    padding: 0px 10px;
  }
  .phonenumr span{
    font-size: 15px;
  }
  p{
    font-size: 13px;
  }
  .prvcy_copy {
    margin-top: 10px;
  }
  .Thank_you_msg h2 {
      font-size: 20px;
  }
  .Thank_you_msg p {
      font-size: 15px;
  }
}
@media (max-width: 480px) {
  .logo {
    max-width: 110px;
    max-height: 55px;
  }
}

@media (max-width: 365px) {
  .line1 {
    font-size: 11px;
  }
  .banner_cont .line1 strong {
    font-size: 13px;
  }
  .line2 {
    font-size: 15px;
  }
  footer .col-12.col-lg-8{
    flex-wrap: wrap;
  }
  .socialicons {
    width: 100%;
    margin-bottom:10px;
  }
}