.contactWrapper .contactTitle .extraTitle {
  color: #24629b;
  font-size: 40px;
  font-weight: 500 !important;
  line-height: 40px;
}

.contactWrapper .dummayContent p {
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 40px;
}

.contactForm h2 {
  color: #5e8bbf;
  margin: 0 0 20px 0;
  font-size: 18px;
  font-weight: 400 !important;
  line-height: 20px;
}
input#captcha {
  text-transform: capitalize;
}
.contactForm form .form-group {
  margin-bottom: 20px;
}

.contactForm form input,
.contactForm form textarea,
.contactForm form .ant-select {
  height: 60px;
  line-height: 40px;
  width: 100%;
  border: none;
  padding: 0 20px;
  background-color: #f4f4f4;
  font-family: HelveticaNeueLTStd-Lt !important;
}

.contactForm form input::placeholder,
.contactForm form textarea::placeholder {
  color: #72b2d4;
  font-size: 16px;
  font-family: HelveticaNeueLTStd-Lt !important;
}

.submitBtn {
  background-color: #5e8abf;
  font-size: 18px;
  padding: 10px 35px 6px;
  font-family: 'orpheuspro';
  position: relative;
  border: none;
  line-height: 1;
}

button.submitBtn:after,
button.submitBtn:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 79%;
  border-top: 5px solid #5e8abf;
  border-bottom: 5px solid #5e8abf;
  border-left: 5px solid #5e8abf;
}

button.submitBtn:after {
  bottom: auto;
  top: 100%;
  border-bottom: none;
  border-top: 10px solid #5e8abf;
  border-right: 10px solid transparent;
}

button.submitBtn:hover {
  background-color: #072957;
}
button.submitBtn:hover:before {
  border-top: 5px solid #072957;
  border-bottom: 5px solid #072957;
  border-left: 5px solid #072957;
}
button.submitBtn:hover:after {
  border-bottom: none;
  border-top: 10px solid #072957;
  border-left: 5px solid #072957;
  border-right: 10px solid transparent;
}
button.submitBtn:hover a {
  color: #fff;
}
.contactForm form textarea {
  padding: 20px;
  height: 142px;
}

.contactWrapper .dummayContent h3 span {
  display: block;
  color: #5e8bbf;
  font-size: 20px;
  line-height: 26px;
  font-weight: 300;
}

.partnerLoginSection {
  padding: 100px 0 100px 0;
}
.partnerLogin .extraTitle {
  margin-bottom: 20px;
}

.contactWrapper .contactTitle .partnerTitle {
  font-size: 32px;
  margin-bottom: 0;
}

.partnerLogin .dummayContent p {
  margin-bottom: 0;
  font-size: 18px;
}

.partnerLogin .dummayContent {
  padding: 0;
  margin-bottom: 20px;
}

.partnerLogin .formLink {
  display: flex;
  justify-content: space-between;
}

.partnerLoginAction .partnerOr {
  padding: 0 25px;
  color: #24629b;
}

.text-box p a {
  color: #fff;
  text-decoration: underline;
}

@media screen and (max-width: 1199px) {
  .order-1 {
    order: 1;
  }

  .order-2 {
    order: 2;
  }
  button#contact_form_submit{
 
float:none!important;
 }

  .text-sm-center {
    text-align: center;
  }

  .max-w-sm-500 {
    max-width: 500px;
    margin: 0 auto;
  }

  .mt-sm-50 {
    margin-top: 50px;
  }
}
@media screen and (max-width: 1199px) {
  .max-w-sm-500 {
    max-width: 700px;
    margin: 0 auto;
  }
  .contactWrapper{
    text-align: center;
  }
}

@media (min-width:768px) and (max-width:1199px){
  .partnerLoginSection{
    background-position: bottom -50px left;
    padding: 50px 0 200px 0;
    min-height: calc(100vh - 439px);
  }
}
@media (min-width:992px) and (max-width:1199px){
  .partnerLoginSection{
    padding: 50px 0 50px 0;
    min-height: calc(100vh - 439px);
    display: flex;
  }
}
.ml-15 {
  margin-left: 15px;
}

@media screen and (max-width: 767px) {
  .partnerLoginSection{
    background-position: bottom left;
    padding-top: 0;
    padding-bottom: 170px;
    padding-top: 30px;
  }
  .contactWrapper .contactTitle .partnerTitle {
    text-align: center;
  }

  .partnerLoginAction {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .partnerLoginAction span.partnerOr {
    margin: 30px 0;
  }

  .pt-xs-80 {
    padding-top: 80;
  }
  .contactWrapper .contactTitle .extraTitle{
    font-size: 30px;
    margin-bottom: 0;
    letter-spacing: 0;
  }
  .contactWrapper .contactTitle {
    margin-bottom: 30px !important;
  }
}
