
@import url('https://fonts.googleapis.com/css2?family=Instrument+Sans:ital,wght@0,400..700;1,400..700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

body{
     
     padding: 0;
     margin: 0;
}
a{
  outline: none;
}
.common-bg{
  background:url(../img/bg.png);
  background-size: cover;
  min-height: 100vh;
}
.navbar-brand{
    width: 152px;
    padding: 0;
}

.navbar{
    padding: 55px 0 !important;
}
.navbar-brand img{
    width: 100%;
}

.blog-new-head{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.blog-req{
    display: inline-block;
    padding: 10px 20px;
    background: #008d62;
    color: #fff;
    border-radius: 6px;
    font-size: 15px;
    
    font-weight: 600;
    text-decoration: none;
}
.blog-req:hover, .hero-banner .hero-cont .hero-cta-box-cont a:hover, .cus-div-box .content a:hover{
    background: #086a4c;
    color: #fff;
    text-decoration: none;
}
.logo-slider {
    overflow: hidden;
    width: 100%;
    position: relative;
    border-radius: 12px;
}
.logo-head{
  font-size: 12px !important;
  margin-top: 65px;
  color: #1C1C1C !important;
  letter-spacing: 1px;
  text-transform: uppercase;
}
/* Track */
.logo-track {
    display: inline-flex;
    white-space: nowrap;
    0:
    AUTO 100PX;
}

/* Logos */
.logo-track img {
    height: 48px;
    margin-right: 20px;
}

/* LEFT SCROLL */
.scroll-left {
    animation: scrollLeft 20s linear infinite;
    background: #fff;
    padding: 7px 15px;
    box-sizing: border-box;
}

/* RIGHT SCROLL */
.scroll-right {
    animation: scrollRight 20s linear infinite;
}

/* Animations */
@keyframes scrollLeft {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

@keyframes scrollRight {
    0% {
        transform: translateX(-50%);
    }
    100% {
        transform: translateX(0);
    }
}

/* Pause on hover */
.logo-slider:hover .logo-track {
    animation-play-state: paused;
}

.animated-push-btn-cta{
    transform: translateY(0);
    transition: all 600ms cubic-bezier(0.3, 0.7, 0.4, 1) 0s;
    /* box-shadow: 0 -0.5em 0.5em transparent, 0 0.5em 0.5em transparent,
    0 0.25em 0.3em -0.2em hsla(190deg, 50%, 50%, 0.46),
    0 0.25em 0.75em hsla(190deg, 40%, 40%, 0.3); */
    overflow: hidden;
    background: #008d62;
    }


    .animated-push-btn-cta:hover{
        background: #10aa7c;
    }

.animated-push-btn-cta:before {
  position: absolute;
  content: "";
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fff;
  animation: shiny-btn1 3s ease-in-out infinite;
}


@-webkit-keyframes shiny-btn1 {
 0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
.form-banner-section{
    padding: 0 0 70px 0;
}
.form-banner{}
.form-banner h1{
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 15px;
    font-family: "Instrument Sans", sans-serif;
}
.form-banner h1 span{
    color: #008d62;
}
.form-banner p{
    font-size: 18px;
    font-weight: 400;
    color: #111111;
    font-family: "Instrument Sans", sans-serif;
}

.form-area {
  width: 100%;
  max-width: 80%;
  height: auto;
  margin: 0 auto;
}

.form-container #crmWebToEntityForm.zcwf_lblTopBottom, .form-container #crmWebToEntityForm.zcwf_lblLeft{
  box-shadow: 0px 6px 0px #008d62;
  border: 1px solid #e3ebfc;
  border-radius: 12px;
  padding: 30px;
}
#crmWebToEntityForm .zcwf_title{
  display: none;
  font-family: "Inter", sans-serif;
  color: black;
  font-size: 24px;
  font-weight: 700;
  line-height: 26.4px;

}
#crmWebToEntityForm .zcwf_row{
  margin: 5px 0 0;
}
#crmWebToEntityForm .zcwf_row .zcwf_col_lab{
  width: 100%;
}
#crmWebToEntityForm .zcwf_row .zcwf_col_lab label{
  font-size: 15px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  line-height: 19.6px;
  margin-bottom: 0;
}
#crmWebToEntityForm .zcwf_row .zcwf_col_fld{
  width: 100%;
}
#crmWebToEntityForm .zcwf_row .zcwf_col_fld input{
  width: 100%;
  float: none;
  font-size: 14px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  line-height: 1.4;
  padding: 15px 15px 15px 30px;
  border: 1px solid #D7D7D7!important;
  border-radius: 12px;
  color: #3a3a3c;
  margin-top: 5px;
  transition: all 0.3s ease 0s;
  height: 72px;
  /* line-height: 72px; */
}
#crmWebToEntityForm .zcwf_row .zcwf_col_fld input:focus, #crmWebToEntityForm .zcwf_row .zcwf_col_fld input:focus-visible{
  border: 1px solid #00212C !important;
  outline: none;
  transition: all 0.3s ease 0s;
}
#crmWebToEntityForm .zcwf_row .zcwf_col_fld input.is-invalid{
  border-color: red !important;
}
#crmWebToEntityForm .zcwf_row .zcwf_col_fld select{
  width: 100%;
  float: none;
  font-size: 14px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  line-height: 1.4;
  padding: 12px;
  border: 1px solid #d9d8fe;
  border-radius: 4px;
  color: #3a3a3c;
  margin-top: 5px;
}
#crmWebToEntityForm .zcwf_row .zcwf_col_fld select:focus, #crmWebToEntityForm .zcwf_row .zcwf_col_fld select:focus-visible{
  border: 1px solid #00212C !important;
  outline: none;
  transition: all 0.3s ease 0s;
}
/* #crmWebToEntityForm .zcwf_row .zcwf_col_fld select#LEADCF164{
  padding: 12px 0;
  border: none;
  overflow: hidden;
  height: 100% !important;
}
#crmWebToEntityForm .zcwf_row .zcwf_col_fld select#LEADCF164:focus, #crmWebToEntityForm .zcwf_row .zcwf_col_fld select#LEADCF164:focus-visible{
  border: none !important;
  outline: none;
  transition: all 0.3s ease 0s;
}
#crmWebToEntityForm .zcwf_row .zcwf_col_fld select#LEADCF164 option {
  margin-bottom: 10px;
  position: relative;
}
#crmWebToEntityForm .zcwf_row .zcwf_col_fld select#LEADCF164 option[aria-selected="true"], #crmWebToEntityForm .zcwf_row .zcwf_col_fld select#LEADCF164 option:checked{
  background: none;
}
#crmWebToEntityForm .zcwf_row .zcwf_col_fld select#LEADCF164 option[aria-selected="true"]::before{
  border: 1px solid #fff;
}
#crmWebToEntityForm .zcwf_row .zcwf_col_fld select#LEADCF164 option:before {
  content: '';
  border: 1px solid #00212C;
  width: 12px;
  height: 12px;
  display: inline-block;
  margin-right: 10px;
  border-radius: 3px;
}
#crmWebToEntityForm .zcwf_row .zcwf_col_fld select#LEADCF164 option:after {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  display: none;
  left: 3px;
  top: 1px;
  background: url(./../images/success-check.svg) no-repeat 0 0 scroll;
  background-size: 100%;
  filter: grayscale(1) brightness(0.5);
}
#crmWebToEntityForm .zcwf_row .zcwf_col_fld select#LEADCF164 option[aria-selected="true"]::before, #crmWebToEntityForm .zcwf_row .zcwf_col_fld select#LEADCF164 option:checked::before{
  border: 1px solid #004CFF;
  background: #004CFF;
}
#crmWebToEntityForm .zcwf_row .zcwf_col_fld select#LEADCF164 option[aria-selected="true"]::after, #crmWebToEntityForm .zcwf_row .zcwf_col_fld select#LEADCF164 option:checked::after{
  display: block;
} */
#crmWebToEntityForm .zcwf_row_checkbox_list{
  margin-top: 20px;
}
#crmWebToEntityForm .zcwf_row_checkbox_list > .zcwf_col_lab{
  margin-bottom: 20px;
}
  #crmWebToEntityForm .zcwf_row_checkbox_list .zcwf_row{
  display: flex;
  align-items: center;
  margin: 10px 0;
}
#crmWebToEntityForm .zcwf_row_checkbox_list .zcwf_row .zcwf_col_lab{
  order: 2;
}
#crmWebToEntityForm .zcwf_row_checkbox_list .zcwf_row .zcwf_col_lab label{
  font-weight: 400;
  font-size: 16px;
  color: #00212C;
}
#crmWebToEntityForm .zcwf_row_checkbox_list .zcwf_row .zcwf_col_fld{
  padding-right: 0;
  margin-top: 0;
}
  #crmWebToEntityForm .zcwf_row_checkbox_list .zcwf_row .zcwf_col_fld input{
  margin-top: 0;
}
#crmWebToEntityForm .zcwf_row .zcwf_col_fld .zcwf_button{
  display: none;
  transition: all 0.3s ease 0s;
}
#crmWebToEntityForm .zcwf_row .zcwf_col_fld .formsubmit.zcwf_button{
  display: block;
  background: #016144;
  color: #ffffff;
  width: 100%;
  max-width: 100%;
  padding: 24px 25px;
  font-size: 16px;
  text-align: center;
  font-weight: 500;
  margin: 0 0 20px;
  border-radius: 12px;
  font-family: "Instrument Sans", sans-serif;
}
#crmWebToEntityForm .zcwf_row .zcwf_col_fld .formsubmit.zcwf_button:hover{
  background: #086a4c;
}
#crmWebToEntityForm .zcwf_row .zcwf_col_fld .formsubmit.zcwf_button:disabled{
  cursor: not-allowed;
  opacity: 0.7;
}
.auther{
    /* background: #eeeeee; */
    margin-top: 35px;
    /* padding: 30px 30px; */
    border-radius: 6px;
}
.auther p{
    font-size: 18px;
    /* font-style: italic; */
    font-family: "Inter", sans-serif;
    line-height: 32px;
    color: #000;
}
.auther p.pos{
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 4px;
    margin-top: 25px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #454545;
    opacity: .6;
    line-height: 7px;
}
.auther p.comp{
    font-size: 16px;
    color: #000;
    opacity: 0.5;
}

.form-cus-btn{
  font-size: 14px;
  max-width: 300px;
  margin: 0 auto;
  text-align: center;
  font-weight: 500;
  color: #111111;
  font-family: "Instrument Sans", sans-serif;
  opacity: .36;
}

.footer{
  display: none;
}

.mob-div{
  display: none;
}

#recaptcha-wrapper{
      max-height: 75px;
    }

@media (max-width: 480px) {
    .g-recaptcha {
        transform: scale(0.75);
        -webkit-transform: scale(0.75);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }
    
}

@media (max-width: 768px) {
    .foot-soci {
        justify-content: center;
    }

    .footer {
        text-align: center;
    }
    .form-area{
        margin-top: 40px;
    }
    .mob-div{
  display: block;
}
.des-div{
  display: none;
}
.navbar{
  padding: 20px 0 !important;
}

}