@charset "utf-8";
/* CSS Document */
.error-message{
  font-size: 13px;
  color: #f00;
}
.banner {
  background: linear-gradient(97.58deg, #fefeff 0.49%, #f3f3f3 100%);
  max-width: 100%;
  font-family: "Plus Jakarta Sans", sans-serif;
}

.banner-contents {
  padding-top: 50px;
  padding-bottom: 50px;
  font-family: "Plus Jakarta Sans", sans-serif;
}

.banner-contents .title {
  font-size: 36px;
  font-weight: 800;
  line-height: 45px;
  color: #383349;
  text-align: center;
  margin: 0 auto;
  margin-top: 20px;
}

.banner-contents .suporting-text {
  max-width: 60%;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  color: #383349;
  text-align: center;
  margin: 0 auto;
  margin-top: 16px;
}

.banner-box {
  margin-top: 70px;
}
.form-container-box{
  width: 100%;
  border-radius: 56px;
  font-family: "Plus Jakarta Sans", sans-serif;
}
.form-container {
  max-width: 80%;
  margin: 0 auto;
}
.form-container-box #crmWebToEntityForm.zcwf_lblLeft{
    background: transparent !important;
    padding: 0;
}
#crmWebToEntityForm .zcwf_title {
  display: none;
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #383349;
  font-size: 24px;
  font-weight: 700;
  line-height: 26.4px;
}
#crmWebToEntityForm .zcwf_row {
  margin: 0 0 20px;
}
#crmWebToEntityForm .zcwf_row .zcwf_col_lab label {
  font-size: 15px;
  font-weight: 500;
  font-family: "Plus Jakarta Sans", sans-serif;
  line-height: 19.6px;
  margin-bottom: 0;
}
#crmWebToEntityForm.zcwf_lblLeft .zcwf_row .zcwf_col_fld{
    width: 100%;
}
#crmWebToEntityForm .zcwf_row .zcwf_col_fld input, #crmWebToEntityForm .zcwf_row .zcwf_col_fld textarea {
  width: 100%;
  float: none;
  font-size: 14px;
  font-weight: 500;
  font-family: "Plus Jakarta Sans", sans-serif;
  line-height: 1.4;
  padding: 12px;
  border: 1px solid #d9d8fe !important;
  border-radius: 8px;
  color: #3a3a3c;
  margin-top: 5px;
  transition: all 0.3s ease 0s;
}
#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: "Plus Jakarta Sans", sans-serif;
  line-height: 1.4;
  padding: 12px;
  border: 1px solid #d9d8fe;
  border-radius: 12px;
  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: #004cff;
  color: #ffffff;
  width: 100%;
  max-width: 100%;
  padding: 13px 25px;
  font-size: 16px;
  text-align: center;
  font-weight: 600;
  margin: 0 0 10px;
  border-radius: 8px;
}
#crmWebToEntityForm .zcwf_row .zcwf_col_fld .formsubmit.zcwf_button:hover {
  background: #0e1c38;
}
#crmWebToEntityForm .zcwf_row .zcwf_col_fld .formsubmit.zcwf_button:disabled {
  cursor: not-allowed;
  opacity: 0.7;
}

.sec-contact-box{
    padding: 15px;
}
.sec-contact-box h4{
    font-size: 20px;
    font-weight: 600;
    color: #383349;
    margin-bottom: 10px;
}
.sec-contact-box p{
    font-size: 15px;
    color: #383349;
    margin-top: 20px;
}
.sec-contact-box p i, .sec-contact-box p img{
    margin-right: 5px;
}
.sec-contact-box p a{
    font-weight: 500;
    color: black;
    display: inline-block;
    text-decoration: underline;
}
.sec-contact-box p.city-name{
    font-size: 18px;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 5px;
}
.sec-contact-box p.address{
    color: black;
    line-height: 1.7;
    margin-top: 0;
    margin-bottom: 5px;
}