.cm-main-body {
    padding-top: 0;
}

.app-contact-us_left {
    width: 45%;
    background-color: #07203f;
}

.app-contact-us_right {
    width: 52%;
}

.app-contact-us {
    overflow: hidden;
    position: relative;

}



.app-contact-us_box {
    position: relative;
}

.app-contact-us_logo img {
    width: 100%;
    max-width: 200px !important;
    height: auto !important;
    vertical-align: middle;
}

.app-contact-us_logo {
    padding-top:40px;
    padding-bottom: 30px;
}

.app-contact-us_form form .hs-form-field .input .hs-input.hs-fieldtype-intl-phone {
    width: 100%;
}


.app-contact-us_content h1 {
    color: #B4F000;
    font-size: 40px;
    margin: 0;
    font-weight: 600;
    letter-spacing: 0;
    margin-bottom: 10px;
    line-height: 52px;
}

.app-contact-us_content p {
    color: #fff;
}

.app-contact-us_img {
    position: absolute;
    width: 47%;
    bottom: -180px;
    left: -50px;
    max-width: 700px;
}

.app-contact-us_form form .hs-form-field .input>input {
    background: #fff;
    border: 1px solid #BEBEBE;
    border-radius: 5px;
    color: #051f40 !important;
    font-family: Poppins, sans-serif !important;
    font-size: 15px !important;
    outline: 0 !important;
    padding: 12px !important;
    width: 100% !important;
}

.app-contact-us_form form .hs-form-field .input>textarea {
    background: #fff;
    border: 1px solid #BEBEBE;
    border-radius: 5px;
    color: #051f40 !important;
    font-family: Poppins, sans-serif !important;
    font-size: 15px !important;
    outline: 0 !important;
    padding: 12px !important;
    width: 100% !important;
}


.app-contact-us_form form .hs-form-field>label {
    color: #07203f;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
}

.app-contact-us_form input.hs-button.primary.large {
    background-color: #fff !important;
    border: 2px solid #07203f !important;
    border-radius: 100px !important;
    color: #051f40;
    cursor: pointer !important;
    display: inline-block !important;
    font-family: Poppins, sans-serif;
    font-size: 15px;
    font-weight: 500 !important;
    line-height: 22px !important;
    max-width: 140px;
    padding: 8px 20px !important;
    transition: all .3s ease-in-out;
    width: 100%;
}


.app-contact-us_form form .hs-form-field .input ::-ms-input-placeholder { /* Edge 12-18 */
  color: #BEBEBE;
}

.app-contact-us_form form .hs-form-field .input ::placeholder {
  color: #BEBEBE;
}




/* Custom Input */
ul.inputs-list.multi-container li.hs-form-radio label {
  position: relative;
}
ul.inputs-list.multi-container li.hs-form-radio label span {
  display: inline-block;
  margin-left: 40px; /* Width of the new radio select and any additional spacing on the left */
  margin-right: 16px; /* Additional spacing on the right */
}
/* Hide the original radio select */
ul.inputs-list.multi-container li.hs-form-radio label input {
  height: 24px;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 24px;
}
/* Add new radio select */
ul.inputs-list.multi-container li.hs-form-radio label span::before {
  border: 2px solid;
  content: "";
  height: 24px;
  left: 0;
  position: absolute;
  top: 0;
  width: 24px;
  border-radius: 50%;
}
/* Style new checked item */
ul.inputs-list.multi-container li.hs-form-radio label span::after {
  content: "";
  opacity: 0;
  border: 7px solid #07203F;
  border-radius: 50%;
  position: absolute;
  left: 5px;
  top: 5px;
  transition: opacity 0.2s ease-in-out;
  box-shadow: 0 0 0 3px #28F0B4
}
/* Show when checked */
ul.inputs-list.multi-container li.hs-form-radio label input:checked + span::after {
  opacity: 1;
}
/* Style when focused */
ul.inputs-list.multi-container li.hs-form-radio label input:focus + span::after {
/*   box-shadow: 0 0 0 3px #4D90FE;
  outline: 3px solid transparent; /* For Windows high contrast mode. */ */
}


.app-contact-us_form form .hs-form-field {
    margin-bottom: 24px;
}

.app-contact-us_form form ul.inputs-list.multi-container {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.app-contact-us_form form ul.inputs-list.multi-container label.hs-form-radio-display {
    font-size: 16px;
    color: #07203F;
}


.app-contact-us_form form .hs-error-msgs label.hs-error-msg.hs-main-font-element {
    font-size: 12px;
    color: #f00;
    margin: 0;
    padding: 0;
}

.app-contact-us_form form .hs-error-msgs {
    padding: 0;
    margin: 0;
}


.hs_error_rollup {
    display: none;
}

.app-contact-us_form form .hs-form-field .input .hs-fieldtype-intl-phone select {
    background: #fff;
    border: 1px solid #BEBEBE;
    border-radius: 5px;
    color: #051f40 !important;
    font-family: Poppins, sans-serif !important;
    font-size: 15px !important;
    outline: 0 !important;
    padding: 9px 12px !important;
}
.app-contact-us_form form .hs-form-field .input .hs-fieldtype-intl-phone input {
    background: #fff;
    border: 1px solid #BEBEBE;
    border-radius: 5px;
    color: #051f40 !important;
    font-family: Poppins, sans-serif !important;
    font-size: 15px !important;
    outline: 0 !important;
    padding: 12px !important;
}

.app-contact-us_form .submitted-message {
    font-size: 18px;
    font-family: Poppins, sans-serif;
}

.app-contact-us_form input.hs-button.primary.large:hover {
    background-color: #051f40 !important;
    color: #fff;
}


.app-contact-us_form .hs-richtext p {
    color: #051f40;
    font-family: Poppins, sans-serif;
    font-size: 15px !important;
    font-weight: 400;
    margin-bottom: 8px !important;
}


.app-contact-us .cm-page-center {
    max-width: 1240px;
}


/*********** Responsive code ***************/

/************** ipad ***************/

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


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

/************** ipad nd tab ***************/
@media only screen and (min-width:768px) and (max-width: 1024px) {}

/************** iphone roatate***************/

@media (min-width: 768px) {

  .app-contact-us:before {
      content: "";
      width: 45%;
      background-color: #07203F;
      position: absolute;
      height: 100%;
      top: 0;
      left: 0;
  }
  

  .app-contact-us_form {
      min-height: 100vh;
      padding: 20px 0px;
  }

  
  
  
}


@media (max-width: 767px) {

  .app-contact-us_left {
      width: 100%;
      background-color: #07203f;
      padding: 20px;
  }
  
  
  .app-contact-us_img {
      display: none;
  }
    .app-contact-us_logo {
        padding-top: 0px;
        padding-bottom: 30px;
  }

  
  .app-contact-us .cm-page-center {
      padding: 0;
  }

  .app-contact-us_right {
      width: 100%;
  }


  .app-contact-us_form {
      padding: 20px;
  }
  

  .app-contact-us_content h1 {
      font-size: 32px;
      line-height: 42px;
  } 


  .app-contact-us_logo img {
      width: 100%;
      max-width: 180px !important;
      height: auto !important;
      vertical-align: middle;
  }

  .form-title {
      padding: 0;
  }

}

/************** iphone ***************/
@media (max-width: 479px) {}



