.popup_contn {
  position: relative;
}
.popup_contn .banner-wrap-inner {
  min-height: 517px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: scroll;
  background-size: cover;
  padding: 20px;
  position: relative;
}
.popup_contn .banner-wrap-inner:after {
  border-radius: inherit;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background-color: rgba(12,61,102,0.62);
}
.popup_contn .banner-wrap-inner .content-wrapper {
  position: relative;
  z-index: 9;
  display: flex;
  align-items: center;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  max-width: 770px;
}
.popup_contn .banner-wrap-inner .banner-content {
  margin: 20px;
  margin-bottom: 10px;
}
.popup_contn .banner-wrap-inner .banner-content h1.heading-title {
  line-height: 1;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #fff;
}
.popup_contn .banner-wrap-inner .banner-content .sub-heading {
  font-weight: 300;
  font-size: 20px;
  color: #ffffff;
  max-width: 630px;
  margin-left: auto;
  margin-right: auto;
}

.popup_contn .banner-wrap-inner .banner-content .sub-heading p {
  margin: 0;
}

.popup_contn .btn_wrpr {
  width: 100%;
  margin: 20px;
  margin-left: 40px;
  margin: 20px;
  margin-top: 25px;
}

.popup_contn .btn{
  display: inline-block;
  overflow: hidden;
  position: relative;
  text-align: center;
  max-width: 100%;
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  -ms-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  color: #ffffff;
  padding-top: 14px;
  padding-right: 20px;
  padding-bottom: 14px;
  padding-left: 20px;
  text-decoration: none;
  min-width: 200px;
  background: #F89E04;
  background-clip: border-box;
  transition-duration: 500ms;
  font-family: Catamaran, sans-serif;
  font-weight: 400;
  font-size: 20px;
}

.popup_contn .btn:hover,
.popup_contn .btn:focus{
  color: #ffffff;
  background: #ffae44;
}

/* Popup */

.popup_contn .popup_form{
  position: fixed;
  left: 0;
  width: calc(100% + 1px) !important;
  max-width: calc(100% + 1px) !important;
  z-index: -1;
  visibility: hidden;
  pointer-events: none;
  top: 0px;
  transform: none;
  height: 100%;
  overflow-y: auto;
  padding-top: 35px;
  padding-bottom: 35px;
  display: flex;
  overflow-x: hidden;
}

.popup_contn.popup_show .popup_form{
  visibility: visible;
  z-index: 99999;
  pointer-events: initial;
}

.popup_contn .uabb-content {
  position: relative;
  border-radius: 3px;
  margin: auto;
  pointer-events: visible;
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  max-width: 800px;
  width: 100%;
  border-style: none;
  border-width: 0;
  background-clip: border-box;
  border-color: #10568c;
  border-top-width: 2px;
  border-right-width: 2px;
  border-bottom-width: 2px;
  border-left-width: 2px;
  box-shadow: 0px 0px 40px 0px rgb(0 0 0 / 43%);
}

.popup_contn .uabb-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  visibility: hidden;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  background: rgba(0,0,0,0.75);
}

.popup_contn.popup_show .uabb-content {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.popup_contn.popup_show .uabb-overlay {
  opacity: 1;
  visibility: visible;
}

.popup_contn .uabb-modal-close {
  cursor: pointer;
  font-size: 1.6em;
  text-align: center;
  line-height: 0;
  position: fixed;
  z-index: 100000;
  bottom: 100%;
  left: 100%;
  visibility: visible;
}

.popup_contn .uabb-modal-close i {
  color: #fff;
  font-size: 25px;
  line-height: 25px;
  background: #f89e04;
  border: 1px solid #fff;
  margin-left: -15px;
  margin-bottom: -15px;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  padding-top: 4px;
  transition: .3s background ease-in;
}

.popup_contn .popup_form .uabb-modal-text {
  position: relative;
  background-color: #124E7B;
}

.popup_contn .uabb-modal-close i:hover {
  background: #FFBA43;
}

.popup_contn .popup_form .form_contnt_wrpr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.popup_contn .popup_form .form_leftPart {
  width: 40.21%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: left;
}

.popup_contn .popup_form .form_leftPart, 
.popup_contn .popup_form .form_rightPart {
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.popup_contn .popup_form .form_rightPart {
  width: 59.79%;
}

.popup_contn .popup_form .form_rightPart {
  width: 59.79%;
}

.popup_contn .popup_form .popup_img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  flex-shrink: 1;
  min-width: 1px;
  max-width: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center top;
  background-attachment: scroll;
  background-size: cover;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
}

.popup_contn .popup_form .form_rightInerPart {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  flex-shrink: 1;
  min-width: 1px;
  max-width: 100%;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
}

.popup_contn .form_contnt h3 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 25px;
  line-height: 1.1;
}

.popup_contn .form_contnt {
  padding: 20px;
  max-width: 440px;
  margin-right: auto;
  padding-bottom: 18px;
}

.popup_contn .form_contnt p {
  font-size: 18px;
  line-height: 1.2;
  color: #ffffff;
  margin-bottom: 25px;
}

.popup_contn .form_contnt p:last-of-type {
  margin-bottom: 0;
}

.popup_contn .popup_form .form {
  width: 100%;
  max-width: 440px;
  margin-right: auto;
  padding: 20px;
  padding-top: 0px;
  margin-bottom: 16px;
}

.popup_contn .popup_form .form h3:empty {
  display: none;
}

.popup_contn .popup_form .hs-form-field {
  margin-bottom: 5px;
}

.popup_contn .popup_form form label[placeholder="Enter your "] {
  display: none;
}

.popup_contn .popup_form .input {
  margin-top: 8px;
}

.popup_contn .popup_form .hs-input {
  line-height: 1.428571429;
  border: 1px solid #e6e6e6;
  vertical-align: middle;
  font-family: Catamaran, sans-serif;
  height: auto;
  color: #ffffff;
  background-color: #0b3f67;
  border-color: #0b3f67;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  border-width: 1px;
  border-style: solid;
  width: 100% !important;
  text-align: left;
  font-size: 18px;
  outline: none;
  padding: 7px;
}

.popup_contn .popup_form .hs-input:focus {
  border-color: #b7b7b7;
}

.popup_contn .popup_form .hs-input::-webkit-input-placeholder {
  color: #bababa;
}

.popup_contn .popup_form .hs-input.error{
  border-color: #e89510;
}


.popup_contn form .hs-button {
  border: 0;
  min-width: 140px;
  background-color: #F89E04;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 20px;
  margin: 0 16px 0 0;
  color: #fff;
}

.popup_contn form .hs-button:hover {
  background-color: rgba(255,163,5,0.88);
  color: #fff;
}

.popup_contn form .actions {
  padding: 16px 0 10px 0;
  margin: 16px 0 0 0;
  clear: both;
  width: 100%;
  text-align: left;
  justify-content: flex-start;
}

.popup_contn .popup_form .hs-error-msgs {
  background-color: transparent;
  padding: 0 !important;
  border: 0;
}

.popup_contn .popup_form form .inputs-list>li {
  margin: 0;
}

.popup_contn .popup_form .hs-error-msgs label {
  display: block;
  color: #e89510;
  border-color: #e89510;
  margin: 0;
  font-size: .813em;
  line-height: 1.45;
  clear: both;
  padding: 6px 16px 6px 0;
  font-weight: 700;
  background-color: rgba(232,149,16,.18);
  border-top: 1px solid #e89510;
  border-bottom: 1px solid #e89510;
}


/* Popup */



@media(max-width: 992px){
  .popup_contn .banner-wrap-inner {
    min-height: 517px;
    -webkit-align-items: start !important;
    -webkit-box-align: start !important;
    -webkit-box-pack: start !important;
    -webkit-justify-content: start !important;
    -ms-flex-align: start !important;
    -ms-flex-pack: start !important;
  }
  .popup_contn .banner-wrap-inner .banner-content {
    padding-top: 40px;
  }

  .popup_contn .btn_wrpr {
    margin-left: 40px;
  }


} 
@media(min-width:769px){
  .popup_contn{
    margin-top:2px;
  }
}

@media(max-width:860px){
  .popup_contn .uabb-content {
    width: 80%;
  }
}

@media(max-width: 768px){
  .popup_contn .banner-wrap-inner {
    padding-top: 20px;
    padding-bottom: 40px;
    min-height: 400px;
    padding-left: 0;
    padding-right: 0;
  }

  .popup_contn .contact_btn {
    min-width: 180px;
    line-height: 1.2;
  }

  .popup_contn .btn_wrpr {
    margin-top: 20px;
  }

  .popup_contn .popup_form .form_leftPart {
    display: none;
  }

  .popup_contn .popup_form .form_rightPart {
    clear: both;
    float: none;
    margin-left: auto;
    margin-right: auto;
    width: auto !important;
  }

}



@media only screen and (max-width: 641px){
  .popup_contn form .actions{
    padding: 16px 0 25px;
  }

  .popup_contn .popup_form .hs-input {
    line-height: 2;
    min-height: 2rem;
  }

  .popup_contn form .hs-button {
    line-height: 2;
    min-height: 2rem;
  } 
}



@media(max-width:992px){
  .popup_contn .banner-wrap-inner{
    min-height:400px;	
  }
}


