ul.no-list.hs-error-msgs.inputs-list li label {
    color: #E54C6F;
    float: left;
}

#contact_us_popup.modal-main-home .modal-footer {
    border-top: 0px;
    padding: 0px;
    margin: 0px;
   }

   #contact_us_popup input,
textarea, select {
  border-radius: 10px;
  border: 1px solid rgba(180, 180, 180);;
  background: #ffffff;
}
#contact_us_popup label {
  
  font-size: 14px;
  line-height: 20px;
}
#contact_us_popup .close {
  color: #000;
  opacity: 1.2 !important;
}

#contact_us_popup .modal-header {
  border-bottom: 0px solid #e5e5e5;
}
#contact_us_popup #highlight_text {
  font-size: 30px;
  font-family: "Gellix Chello Bold", sans-serif;
  height: 41px;
}
#contact_us_popup .hs-input {
  width: 100%;
  height: 40px;
  margin: 3px 0px 18px 0px;
  font-size: 15px;
  padding: 10px;
  color: #000000;
}
#contact_us_popup .hs-button {
  width: 99px;
  background-color: #a120d1;
  color: white;
  height: 40px;
  font-family: "Gellix Chello Bold", sans-serif;
  border-radius: 8px;
  border: 1px solid #a120d1;
}
#contact_us_popup .highlight_text {
  color: #a120d1;
}
#contact_us_popup .modal-body h2 
{
  font-size: 30px !important;
  line-height: 40.5px;
  margin: 0px;
}

#contact_us_popup textarea {
  height: 102px !important;
}

#contact_us_popup label.hs-error-msg {
  margin: -18px 0px 0px 5px;
  font-size: 13px;
  line-height: 18.2px;
}

#contact_us_popup .input {
  margin-bottom: 0px;
}
#contact_us_popup .actions {
  text-align: right;
}

#contact_us_popup .hs_submit input[type="submit"]
{
  /* padding: 12px 40.5px; */
  margin: 3px 0px 7px 0px;
}
#contact_us_popup .hs_submit input[type="submit"]:hover {
  background-color: rgb(112, 22, 146);
}
#contact_us_popup .modal-header .btn-close {
  margin-top: -2px;
  color: #3C3C3C;
  margin-right: 6px;
}
 
 #contact_us_popup .modal-header {
    border-bottom: 0px solid #e5e5e5;
}


.modal-main-home .modal-header {
  border-bottom: 0px;
}

#partners_popup .btn-close {
  margin: 0.5rem 0.5rem -0.5rem auto;
  width: 10px;
  height: 10px;
  padding: 1px;
}

#partners_popup .col-12.text-center {
  margin-bottom: 40px;
}



.modal-footer {
  border: none;
}

#discover_popup .modal-content {
  background-color: #a120d1;
}

#discover_popup .modal-header .btn-close {
  margin: -0.5rem 5px -0.5rem auto;
  width: 10px;
  height: 10px;
  padding: 1px;
}

#discover_popup h2 {
  color: #fff;
}

#partners_popup .modal-header {
  justify-content: end;
}

#discover_popup .modal-header {
  justify-content: end;
}

@media only screen and (max-width: 767px)
{
  #contact_us_popup .modal-body h2 {
    font-size: 18px !important;
    line-height: 27px;
    height: 41px;
  }
}

@media only screen and (min-width: 576px) {
    .modal-main-home .modal-dialog {
        max-width: 650px;
        margin: 1.75rem auto;
    }
}