@import url('//fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');

html, body{
  font-family: 'Open Sans', sans-serif;
}

h1{
  font-weight: 300;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #9B9B9B !important;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #9B9B9B !important;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #9B9B9B !important;
}
:-moz-placeholder { /* Firefox 18- */
  color: #9B9B9B !important;
}

/*====*/
.custom_required ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #9B9B9B!important;
  padding-left: 17px!important;
}
.custom_required ::-moz-placeholder { /* Firefox 19+ */
  color: #9B9B9B!important;
  padding-left: 17px!important;
}
.custom_required :-ms-input-placeholder { /* IE 10+ */
  color: #9B9B9B!important;
  padding-left: 17px!important;
}
.custom_required :-moz-placeholder { /* Firefox 18- */
  color: #9B9B9B!important;
  padding-left: 17px!important;
}

/*====*/
.api_enquiry_wrapper .custom_required ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff!important;
  padding-left: 17px!important;
}
.api_enquiry_wrapper .custom_required ::-moz-placeholder { /* Firefox 19+ */
  color: #fff!important;
  padding-left: 17px!important;
}
.api_enquiry_wrapper .custom_required :-ms-input-placeholder { /* IE 10+ */
  color: #fff!important;
  padding-left: 17px!important;
}
.api_enquiry_wrapper .custom_required :-moz-placeholder { /* Firefox 18- */
  color: #fff!important;
  padding-left: 17px!important;
}

/*====*/
.api_enquiry_wrapper ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff!important;
  padding-left: 17px!important;
}
.api_enquiry_wrapper ::-moz-placeholder { /* Firefox 19+ */
  color: #fff!important;
  padding-left: 17px!important;
}
.api_enquiry_wrapper :-ms-input-placeholder { /* IE 10+ */
  color: #fff!important;
  padding-left: 17px!important;
}
.api_enquiry_wrapper :-moz-placeholder { /* Firefox 18- */
  color: #fff!important;
  padding-left: 17px!important;
}

.input{
  position: relative;
}
.input span.star, span.star{
  position: absolute;
  top: 21px;
  left: 17px;
  color: #F98012;
  font-size: 20px;
  font-weight: 100;
}

.api-enquiry-form{
  position: relative;
}
.api-enquiry-form small{
  font-size: 12px;
  font-weight: 300;
  color: #fff;
  position: absolute;
  bottom: 15px;
  left: 0;
}
.api-enquiry-form .hs_submit .actions{
  margin: 0 !important;
}
form.hs-form .hs-form-field select.hs-input {
  background-image: url(https://cdn2.hubspot.net/hubfs/3920421/images/cross-click.png?t=1512032229959);
  background-repeat: no-repeat;
  background-position: 100% center;
  padding-right: 55px;
  /*   height: 50px;
  padding-left: 20px !important;
  background-color: transparent; */
}
/* .extended-lp fieldset.form-columns-1 .hs-input{
width: 100% !important; 
}
.extended-lp .free-guide-form-wrapper .input input{
width: 100% !important;
} */

.new-lp form.hs-form .hs-form-field select.hs-input {
  height: 40px;
  padding-left: 20px !important;
  background-color: #fff; 
  border: 0;
  border-radius: 5px;
  background-image: url(https://forms.ezypay.com/hubfs/images/Drowpdown.png);
  background-position: 97% center;
}

.new-lp.extended-lp fieldset.form-columns-1 .hs-input{
  width: 100% !important; 
}
.new-lp.extended-lp .free-guide-form-wrapper .input input{
  width: 100% !important;
}
.new-lp input.hs-input{
  height: 40px; 
  padding-left: 20px !important;
  width: 100% !important;
  box-shadow: none;
  border: 0;
  border-radius: 5px;
}
.new-lp input.hs-input:focus,
.new-lp form.hs-form .hs-form-field select.hs-input:focus{
  border: 1px solid #F58029 !important;
  box-shadow: none;
  outline: 0;
}
.new-lp .hs_submit{
  padding-right: 8px; 
}
.new-lp .hs_submit input{
  width: 100%;
  height: 45px;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 1px;
  font-family: 'Open Sans',sans-serif;
  padding: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-shadow: none!important;
  text-align: center;
  padding-left: 0 !important;
  margin-top: 20px;
  background-color: #F58029;
  /* background-color: #36394F; */
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 5px;
  -webkit-appearance: none;
  outline: none;
  box-shadow: none;
  border: 0;
}
.new-lp .checklist-form form{
  padding-top: 87px;
}
.new-lp .hs_submit input:hover{
  background-color:#36394F; 
}
.new-lp .hs-form-field>label{
  display:none; 
}
.new-lp .hs-form-field{
  margin-bottom: 15px; 
}
.new-lp .hs-error-msgs label{
  font-size: 12px; 
}
.new-lp .input span.star, span.star{
  top: 10px;
}
.new-lp.extended-lp fieldset.form-columns-1 div.insert select {
  padding-left: 35px!important;
}
.new-lp fieldset{
  max-width: 100% !important; 
}
.new-lp .form-title{
  margin-bottom: 30px;
  font-weight: 400;
  text-align: center;
}
.new-lp form{
  margin-bottom: 40px;
}


/*
==================
Inner page
==================`
*/

/*===  Banner Section ===*/
.failed-payment .banner-image{
  background-position: initial;
}
.banner_image{
  height: 600px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100% 75%;
  background-attachment: fixed;
}
.banner_image .banner_content{
  height: 600px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 0 100px;
}
.small_container{
  max-width:950px;
  margin:auto;
}
.banner_content h1 {
  font-weight: 300;
  color: #fff;
  padding-bottom: 30px;
  line-height:69px;
}
.banner_content p{
  font-size: 20px;
  color: #fff;
  line-height:27px;
  font-weight: 400;
}
.banner_image .page-center{
  position: relative;
  z-index: 6;
  display:table;
  width:100%;
}
.banner_image .banner_overlay{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}
.banner_image .banner_overlay.purple{
  background: rgba(54,57,79,0.7);
}
.banner_image .banner_overlay.orange{
  background: #F58029;
}

/*===  Text + Image ===*/
.inner_page .smart_content_wrapper_1 .smart-content ul{
  padding-bottom: 25px;
}
.inner_page .smart_content_wrapper_1 .smart-content ul li{
  list-style: none;
  padding-bottom: 12px;
  position: relative;
  padding-left: 35px;
  font-size: 14px;
  line-height: 24px;
}
.inner_page .smart_content_wrapper_1 .smart-content ul li:before{
  content: '+';
  position: absolute;
  color: rgba(245,128,41,0.6);
  font-size: 25px;
  font-weight: 100;
  -webkit-font-smoothing: antialiased;
  font-family: sans-serif;
  left: 0;
  top: 10px;
}

.inner_page .smart_content_wrapper_1 .smart-content ol{
  list-style-type: none;
}
.inner_page .smart_content_wrapper_1 .smart-content ol li{
  counter-increment: step-counter;
  padding-bottom: 16px;
  position: relative;
  padding-left: 30px;
  font-size: 14px;
}
.inner_page .smart_content_wrapper_1 .smart-content ol li:before{
  content: counter(step-counter)'.';
  color: #F78029;
  padding-right: 12px;
  position: absolute;
  left: 0;
}

.inner_page .smart_content_wrapper_1 .smart-content{
  padding-bottom: 90px;
}
.inner_page .smart_content_wrapper_1 .smart-content h2{
  margin-bottom: 35px;
  color:#262739;
}
.inner_page .smart_content_wrapper_1 .smart-container{
  padding-right: 60px;
}
.inner_page .smart_content_wrapper_1 .image-container, .inner_page .smart_content_wrapper_2 .image-container{
  display: flex;
  align-items: center;
}


/*=== Fullwidth Section 1 and 2 ===*/
.fullwidth_section_1{
  background: #F58029;
  padding: 120px 0 105px 0;
  text-align: center;
}
.fullwidth_section_1 .offer-content{
  max-width: 47%!important;
  margin: 0 auto!important;
  float: none!important;
}
.fullwidth_section_1 .offer-content h2{
  margin-bottom: 35px;
}

.fullwidth_section_1 .offer-content p{
  margin-bottom: 30px;
}
.fullwidth_section_2{
  background: #EBF6F9;
  padding: 250px 0 100px 0;
  text-align: center;
  position: relative;
}
.fullwidth_section_2 .offer-content{
  max-width: 47%!important;
  margin: 0 auto!important;
  float: none!important;
}
.fullwidth_section_2 h2{
  color: #262838;
  margin-bottom: 26px;
}
.fullwidth_section_2 p{
  color: #262838;
}

.fullwidth_section_2 h6{
  color: #fff;
  font-weight:700;
  font-size: 14px;
}
.apply-page .fullwidth_section_2 .offer-content img{
  top:-300px;
  opacity: 1;
}
.fullwidth_section_2 .offer-content img{
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
  margin: 0 auto;
  opacity: 0;
  -webkit-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
  animation-duration: 1.5s;
}
.offer-content p{
  font-weight: 400!important;
}
.smart_content_wrapper_2 .smart-content .smart-container.Left{
  padding-left: 80px;
}

.inner_page .smart_content_wrapper_2 .smart-content ul{
  padding-bottom: 25px;
}
.inner_page .smart_content_wrapper_2 .smart-content ul li{
  list-style: none;
  padding-bottom: 12px;
  position: relative;
  padding-left: 35px;
  font-size: 14px;
  line-height: 25px;
  font-weight: 400;
}
.inner_page .smart_content_wrapper_2 .smart-content ul li:before{
  content: '+';
  position: absolute;
  color: rgba(245,128,41,0.6);
  font-size: 25px;
  font-weight: 100;
  -webkit-font-smoothing: antialiased;
  font-family: sans-serif;
  left: 0;
  top: 10px;
}
.smart_content_wrapper_2 .small-container p.counter{
  font-size: 64px;
  font-weight: 100;
  color: #F58029;
  line-height: 69px;
}
.smart_content_wrapper_2 .smart-content h2{
  margin-bottom: 30px;
  margin-top: 20px;
}

/*=== FAQ - Accordion ===*/
.faq_accordion_body{
  position: relative;
  z-index: 0;
}
.faq_accordion_wrapper{
  padding: 130px 0 115px 0;
}
.faq_accordion_wrapper .heading_para{
  text-align: center;
  max-width: 47%!important;
  margin: 0 auto!important;
  float: none!important;
  padding-bottom: 55px;
}
.faq_accordion_wrapper .heading_para h2{
  font-weight: 300;
  margin-bottom: 26px;
  color: #363950;
}
.faq_accordion_wrapper .heading_para p{
  color: #262739;
}
.faq_accordion{
  width: 100%;
  float: none;
  margin-bottom: 35px;
}
p a{
  font-weight: bold;
}
/*.accordion_inner_wrapper span >  div:nth-child(even) .faq_accordion{
margin-right: 0;
}*/
.faq_accordion .accordion_head{
  border: 1px solid #F78012;
  /*border-bottom: 0;*/
  padding: 25px;
  position: relative;
  z-index: 1;
}
.faq_accordion .accordion_head.active{
  border-bottom: none;    
}
.faq_accordion .accordion_head:hover{
  cursor: pointer;
}
.faq_accordion .accordion_head > div.icon{
  position: absolute;
  top: 0;
  right: 0;
  background: #F58029;
  width: 68px;
  height: 100%;
  text-align: center;
  z-index: 1;
}
.faq_accordion .accordion_head > div.icon > span{
  font-size: 40px;
  font-weight: 300;
  color: rgba(255,255,255, 0.8);
  font-family: sans-serif;
  position: relative;
  top: 7px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: inline-block;
}
/*.faq_accordion .accordion_head > div.icon > span.rotate{
transform: rotate(45deg);
}
*/
.faq_accordion .accordion_head > div.icon > span.minus{
  display: none;
}
.faq_accordion .accordion_head p{
  font-weight: bold;
  color: #5F5F5F;
  padding-right: 60px;
  line-height: 19px;
}
.faq_accordion .accordion_body{
  border: 1px solid #F78012;
  padding: 25px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  display: none;
  background: #EBF6F9;
}

/* button animation */
.button {
  position: absolute;
  width: 55px;
  height: 55px;
  background: transparent;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(0deg);
  border-radius: 50%;
  cursor: pointer;
  z-index:2;
  transition: all 0.4s ease;
}
.button:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 2px;
  width: 21px;
  background: white;
}
.button:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 21px;
  width: 2px;
  background: white;
}
.button.clicked {
  transform: translate(-50%, -50%) rotate(180deg);
  background: transparent;
}
.button.clicked:before {
  width: 0;
}

/*=== Section - Quick Question ===*/
.question_form_wrapper{
  background: #262838;
  padding: 105px 0 120px 0;
}
.question_form_wrapper .page-center{
  position:relative;
}
.question_form_wrapper h2{
  font-size: 36px;
  font-weight: 300;
  color: #fff;
  text-align: center;
  padding-bottom: 50px;
}
.question_form_wrapper form.hs-form .hs-form-field {
  margin-bottom: 32px!important;
}
.question_form_wrapper form.hs-form .hs-form-field input,
.question_form_wrapper form.hs-form .hs-form-field textarea,
.question_form_wrapper form.hs-form .hs-form-field select {
  height: 69px;
  background: transparent;
  border: 1px solid #fff;
  border-radius: 5px;
  font-size: 20px;
  line-height: 30px;
  color: #9B9B9B;
  font-weight: 100;
  padding-left: 14px;
  box-sizing: border-box;
  max-width: 100%;
  width: 100%;
  font-family: 'Open Sans',sans-serif;
  box-shadow: none!important;
  text-shadow: none!important;
  background-image: transparent;
}
.question_form_wrapper form.hs-form .hs-form-field select option {
  color: #000 !important;
}
.question_form_wrapper form.hs-form > div.ie-browser input::placeholder, .question_form_wrapper form.hs-form > div.ie-browser textarea::placeholder {
  color: #9B9B9B;
}
.question_form_wrapper form.hs-form > div input:focus, 
.question_form_wrapper form.hs-form > div textarea:focus,
.question_form_wrapper form.hs-form > div select:focus {
  border: 1px solid #F58029 !important;
}
.question_form_wrapper form.hs-form > div textarea{
  height: 272px !important;
  max-width: 100%!important;
  width: 100%!important;
  padding-top: 23px;
}
.question_form_wrapper form.hs-form .hs-form-field > label{
  display: none;
  color: #FFF;
  font-size: 16px !important;
  line-height: 26px !important;
  font-family: "Open Sans", sans-serif !important; 
  font-weight: 400;
}
.question_form_wrapper form.hs-form > div ul.hs-error-msgs li{
  list-style: none;
}
/* .hs_error_rollup {
  display: none;
} */
.question_form_wrapper form.hs-form > div ul.hs-error-msgs li label{
  color: #F98012;
  font-size: 18px;
  font-weight: 100;
  padding-top: 6px;
  display: inline-block;
  font-family: 'Open Sans',sans-serif;
}
form > .field_wrapper {
  width: 48%;
  float: left;
  position: relative;
  margin-right: 15px;
}

form > .field_wrapper:nth-child(2){
  margin-right: 0;
}
.question_form_wrapper form > .field_wrapper:nth-child(2) > div{
  /*   margin-bottom: 0!important; */
}
.api_enquiry_wrapper form > .field_wrapper:nth-child(2) > div{
  margin-bottom: 32px!important;
}
.api_enquiry_wrapper form > .field_wrapper:nth-child(2) > div.hs_message{
  margin-bottom: 0!important;
}
.question_form_wrapper form > .field_wrapper:nth-child(2) > div .hs-form-field {
  margin-bottom: 0 !important;  
}
.question_form_wrapper form.hs-form > div input[type="submit"]{
  background: #F58029;
  width: 157px;
  height: 50px;
  position: absolute;
  right: 0;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 1px;
  font-family: 'Open Sans',sans-serif;
  padding: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-shadow: none!important;
  text-align:center;
  padding-left:0 !important;
  margin-top: 0;
  border: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
}
.question_form_wrapper form.hs-form > div input[type="submit"]:focus{
  border: 1px solid #fff!important;
}
.question_form_wrapper form.hs-form > div input[type="submit"]:hover{
  background: #F58029!important;
  border: 1px solid #F58029!important;
}
.inner_page .right_cta{
  padding-left: 30px;
}
.submitted-message{
  text-align: center;
  color: #fff;
  font-size: 26px;
}

.custom_started_section{
  text-align: center;
}
.custom_started_section h3{
  text-align: center;
  display: inline-block;
  padding-right: 60px!important;
}
.custom_started_section a{
  margin-top: -11px;
}

/*** Footer Section ***/

.footer_main_wrapper a{
  color: #F78012;
}
.footer_details_wrapper{
  background: #36394F;
}
.footer_details_wrapper{
  padding-top: 100px;
  padding-bottom: 80px;
}
.footer_details_wrapper .subscribe p{
  color: #9B9B9B;
  font-size: 13px;
  line-height: 24px;
  padding: 18px 0 15px 0;
}
.copyright_wrapper{
  background: #262838;
  color: #9B9B9B;
  padding: 30px 0;
}
.copyright_wrapper p{
  font-size: 13px;
  color:#9B9B9B;
}
.copyright_wrapper p a {
  font-weight: 400;
  color: #FFF;
}
.copyright_wrapper p a:hover {
  color: #f78012;
}
.footer_details .heading h4{
  font-size: 14px;
  color: #fff;
  line-height: 24px;
  padding-bottom: 6px;
}
.footer_details .heading.company{
  /*padding-left: 70px;*/
}
.footer_details .heading.for_customers{
  /*padding-left: 24px;*/
}
.footer_details .heading .hs-menu-wrapper.hs-menu-flow-horizontal>ul li{
  float: none;
}
.footer_details .heading .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{
  padding: 6px 20px 6px 0;
  max-width: 100%;
  font-size: 13px;
  color: #9B9B9B;
}
.footer_details .heading .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a:hover{
  color: #f78012;
}


/*
===================
Contact us
===================`
*/


/*===  2 Column Form's ===*/
.col_2_form_wrapper{
  padding: 105px 0 84px 0;
  opacity: 0;
}
.col_2_form_wrapper .heading_para h2{
  color: #363950;
  font-weight: 300;  
  padding-bottom: 30px;
}
.col_2_form_wrapper .heading_para p{
  padding-bottom: 25px;
}
.col_2_form_wrapper form > .field_wrapper_1.added{
  margin-bottom: 80px;
}
.col_2_form_wrapper form > .field_wrapper_1 > div{
  margin-bottom: 34px;
}
.col_2_form_wrapper form > .field_wrapper_2 > div{
  margin-bottom: 34px;
}
.col_2_form_wrapper .hs-form-field>label{
  display: none;
}
.col_2_form_wrapper form div.input input, .col_2_form_wrapper form div.input select, .col_2_form_wrapper form div.input textarea{
  height: 69px;
  border: 1px solid #E1E9F1;
  background: #EBF6F9;
  border-radius: 5px!important;
  font-size: 20px;
  font-weight: 300;
  color: #5f5f5f;
  padding-left: 16px !important;
}
.col_2_form_wrapper form div.insert select, form div.insert select{
  padding-left: 35px!important;
}
.col_2_form_wrapper form div.input textarea{
  height: 270px;
  padding-left: 16px !important;
  padding-top: 16px;
}
.col_2_form_wrapper form div.actions input[type="submit"]{
  height: 50px;
  background: #262838;
  width: 157px;
  border: none;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  font-family: 'Open Sans',sans-serif;
  -webkit-appearance: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  float: right;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.col_2_form_wrapper form div.actions input[type="submit"]:hover{
  background: #F58029;
  cursor: pointer;
}
.col_2_form_wrapper .field_wrapper_1 .continue_btn{
  padding: 15px 0;
  background: #262838;
  text-align: center;
  width: 157px;
  border: none;
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  font-family: 'Open Sans',sans-serif;
  -webkit-appearance: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  float: right;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin-bottom: 30px;
}
.col_2_form_wrapper .field_wrapper_1 .continue_btn:hover{
  background: #F58029;
  cursor: pointer;
}
.col_2_form_wrapper .field_wrapper_2{
  display: none;
}
.col_2_form_wrapper .submitted-message{
  text-align: center;
  color: #635F5F;
  padding: 80px;
  background: #F4F9FC;
  font-weight: 400;
}
.col_2_form_wrapper .form_2 form .hs_merchant_principal > label,
.col_2_form_wrapper .form_2 form .hs_customer_check > label,
.col_2_form_wrapper .form_2 form .hs_principal_organisation_code > label,
.col_2_form_wrapper .form_2 form .hs_customer_ref_or_trans_id > label{
  display: block;
}
.col_2_form_wrapper .form_2 form .hs_principal_organisation_code,
.col_2_form_wrapper .form_2 form .hs_customer_ref_or_trans_id{
  margin-top: 25px;
}
.col_2_form_wrapper .form_2 form .hs_principal_organisation_code > label,
.col_2_form_wrapper .form_2 form .hs_customer_ref_or_trans_id > label{
  margin-bottom: 10px;
}
.col_2_form_wrapper .form_2 form .hs_merchant_principal > label span.hs-form-required, .col_2_form_wrapper .form_2 form .hs_customer_check > label span.hs-form-required{
  display: none;
}
.col_2_form_wrapper .form_2 form .hs_merchant_principal > label span.star, .col_2_form_wrapper .form_2 form .hs_customer_check > label span.star{
  left: 0;
  top: 2px;
}
.col_2_form_wrapper .form_2 form .input > ul.inputs-list{
  padding-top: 20px;
  padding-left: 18px;
}
.col_2_form_wrapper .form_2 form .input > ul.inputs-list:before, .col_2_form_wrapper .form_2 form .input > ul.inputs-list:after{
  content: '';
  display: table;
  clear: both;
  visibility: hidden;
}
.col_2_form_wrapper .form_2 form .input > ul.inputs-list > li{
  list-style: none;
  width: 25%;
  float: left;
}
.col_2_form_wrapper .form_2 form .input > ul.inputs-list > li input{
  height: auto;
  margin-right: 12px!important;
  top: -1px;
}

/*  Radio buttons */
.hs_merchant_principal .custom_required, .hs_customer_check .custom_required{
  padding-left: 18px;
}


form.hs-form > div ul.hs-error-msgs.inputs-list {
    position: absolute;
}
form.hs-form > div ul.hs-error-msgs li{
  list-style: none;
}
form.hs-form > div ul.hs-error-msgs li label{
  color: #F98012;
  font-size: 18px;
  font-weight: 100;
  padding-top: 6px;
  display: inline-block;
  font-family: 'Open Sans',sans-serif;
}
form.hs-form > div input, form.hs-form > div textarea{
  transition: border 0.2s linear;
}
form.hs-form > div input:focus, form.hs-form > div textarea:focus{
  border: 1px solid #F58029!important;
  outline: none;
}

/*=== Contact Info with Google Map ===*/

.contact_details_wrapper{
  height: 500px;
}
.contact_info{
  text-align: center;
  width: 50%!important;
  height: 500px;
}
.contact_info.orange{
  background: #F58029;
}
.contact_info.purple{
  background: #262838;
}
.info_wrapper{
  height: 500px;
  display: table-cell;
  vertical-align: middle;
  width: 999em;
}
.info_wrapper h4{
  font-size: 14px;
  line-height: 19px;
  color: #fff;
}
.info_wrapper h4:after{
  content: '';
  display: block;
  background: #262838;
  height: 2px;
  width: 50px;
  margin: 15px auto 0 auto;
}
.info_wrapper h3{
  font-size: 30px;
  color: #363950;
  line-height: 40px;
  font-weight: 300;
  padding: 20px 0 28px 0;
}
.info_wrapper p{
  font-size: 13px;
  color: #fff;
}
.info_wrapper p a{
  color: #fff;
}
.info_wrapper p a:hover{
  text-decoration: none;
}
.info_wrapper .phone_email.show{
  display: block;
}
.info_wrapper .phone_email.hide{
  display: none;
}
.info_wrapper .phone_email table{
  margin: 60px auto 0 auto;
}
.phone_email table a, .phone_email table td i{
  color: #fff;
}
.phone_email table td i{
  font-size: 20px;
  padding-right: 5px;
  position: relative;
  top: 2px;
}
.phone_email table tr td:nth-child(1){
  text-align: right;   
}
.phone_email table td{
  padding-right: 18px;
  padding-bottom: 10px;
}
.phone_email table td strong{
  color: #262838;
}
.custom_map{
  margin-left: 0!important;
  width: 50%!important;
}
.map_contact .contact_info{
  margin-left: 0!important;
}
.map_contact .contact_info h3, .map_contact .phone_email table td strong{
  color: #F98012;
}
.map_contact .info_wrapper h4:after{
  background: #F98012;
}
.enquiries_section{
  padding: 110px 0 80px;
  text-align: center;
}
.enquiry_wrapper span > div{
  display: inline-block;
  width: 24.7%;
  vertical-align: top;
}
.enquiries_section .heading_para {
  padding-bottom: 60px;
}
.enquiries_section .heading_para h3 {
  font-weight: 100;
  color: #262739;
  padding-bottom: 15px;
}
.enquiry_inner{
  padding-bottom: 40px;
}
.enquiry_inner h3{
  font-weight: 100;
  color: #F78012;
  padding-bottom: 10px;
}
.enquiry_inner p.small-desc {
  padding: 0 15px 15px;
}
.enquiry_inner p a{
  font-size: 13px;
  font-weight: 400;
  color: #262838;
}
.enquiry_inner p i{
  font-weight: bold;
  font-size: 16px;
  position: relative;
  top: 2px;
  padding-right: 2px;
}
.support_enquiries{
  background: #EBF6F9;
}


/*=== Benefits for Integration - Isaac ===*/
.b_1 .banner_content p{
  color: #fff;
  font-weight: 400;
}
.b_1 .custom_about_section{
  padding-bottom: 360px!important;
}
.documentation_section{
  background: #262838;
  padding: 50px 0 0 0;
  display:none;
}
.documentation_section .heading_para h4{
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  padding-bottom: 0;
  color: #fff;
}
.documentation_section .heading_para h4:after{
  content: "";
  background-color: #f58029;
  height: 2px;
  display: block;
  width: 95px;
  margin: auto;
  margin-top: 10px;
}
.documentation_section p.dept-text{
  display: none;
}
.documentation_section .two-column .icon-containet{
  min-height: 110px;
  position: relative;
  margin-bottom: 42px;
}
.documentation_section .two-column .icon-containet img{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.documentation_section .two-column h3{
  font-size: 24px;
  line-height: 33px;
  font-weight: 300; 
  color: #F58029;
}
.documentation_section .two-column p{
  color: #fff;
  min-height: 130px;
  padding: 0 20px;
}
.three-column-group .border-right-grey:after{
  border-right: 2px solid rgba(217,217,217,0.4);
}
.api_enquiry_wrapper{
  background: #F58029;
}
.purple-bg .api_enquiry_wrapper {
  background: #262838;
}
.api_enquiry_wrapper form .input select{
  height: 69px;
  background: transparent;
  border: 1px solid #fff;
  border-radius: 5px;
  font-size: 20px;
  color: #9B9B9B;
  font-weight: 100;
  padding-left: 14px;
  box-sizing: border-box;
  max-width: 100%;
  width: 100%;
  font-family: 'Open Sans',sans-serif;
  box-shadow: none!important;
  text-shadow: none!important;
}
.api_enquiry_wrapper form.hs-form > div input, .api_enquiry_wrapper form.hs-form > div textarea{
  color: #fff;
}
.api_enquiry_wrapper form.hs-form .hs-form-field select.hs-input{
  background-image: url(https://cdn2.hubspot.net/hubfs/3920421/images/arrow-down.png);
  background-position: 96% center;
  color: #fff;
  background-repeat: no-repeat;
}
.api_enquiry_wrapper form.hs-form .hs-form-field select.hs-input option {
  color: #000;
}
.api_enquiry_wrapper .input span.star{
  color: #fff;
}
.api_enquiry_wrapper form.hs-form > div ul.hs-error-msgs li label{
  color: #fff;
  font-size: 12px !important;
  display: none;
}
.api_enquiry_wrapper form.hs-form > div input:focus, .api_enquiry_wrapper form.hs-form > div textarea:focus{
  border: 1px solid #fff!important;
}
.api_enquiry_wrapper form.hs-form > div input[type="submit"]:hover{
  background: #fff!important;
  border: none !important;
  color: #F58029;
}
.api_enquiry_wrapper .heading_para p{
  font-size: 14px;
  color: #fff;
  line-height: 25px;
  width: 70%;
  text-align: center;
  margin: 0 auto 60px auto;
}
.api_enquiry_wrapper .heading_para a {
  color: #fff !important;
}
.custom_about_content p{
  width: 70%;
  margin: 25px auto 25px auto;
  color: #262838;
}
.custom_three_column_group .two-column h3{
  padding: 0 30px;
}
.custom_three_column_group .two-column p{
  padding: 0 25px;
}
.custom_about_section .document-icon{
  border: none!important;
}
.custom_sm_1{
  position: relative;
  padding-top: 320px!important;
}
.custom_sm_1 p{
  width: 70%;
  margin: 25px auto 25px auto;
  color: #262838;
}
.custom_sm_1 img{
  position: absolute;
  top: 300px;
  left: 0;
  right: 0;
  margin: 0 auto;
  opacity: 1;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.documentation_section .two-column a.custom_btn{
  cursor: pointer;
  text-decoration: none;
  color: #F78012;
  font-size: 14px;
  border: 1px solid #F58029;
  border-radius: 5px;
  position: relative;
  font-weight: 700;
  padding: 10px 15px 10px 53px;
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  transition: all ease 1s;
  overflow: hidden;
}
.documentation_section .two-column a.custom_btn:before{
  content: "+";
  background-color: #F58029;
  color: #fff;
  font-size: 22px;
  font-weight: 300;
  position: absolute;
  padding: 8px 0;
  top: -4px;
  left: -1px;
  bottom: 0;
  width: 37px;
  text-align: center;
  border-radius: 5px 0 0 5px;
  transition: all ease 1s;
}
.documentation_section .two-column a.custom_btn:hover{
  color: #fff;
  border: 1px solid #fff;
}
.documentation_section .two-column a.custom_btn:hover:before{
  background-color: #fff;
  color: #F58029;
}
.documentation_section .two-column a{
  margin-top: 0;
}
.custom_flexi_wrapper{
  text-align: center;
}
.custom_flexi_wrapper > span > div{
  width: 31%;
  display: inline-block;
  margin-right: 19px;
  vertical-align:top;
}
.custom_flexi_wrapper > span > div:nth-child(3n){
  margin-right: 0;
}



.accordion-box{
  background-color: #262838;
}
.hide-show{
  background-color: #262838;
  font-family: 'Open Sans',sans-serif;
  font-size: 24px;
  line-height: 69px;
  color: #fff;
  text-align: center;
  font-weight: 300;
  min-height: 120px;
  padding: 25px 0px;
  cursor: pointer;
}
.hide-show span:before {
  content: "+";
  width: 23px;
  height: 23px;
  font-size: 46px;
  margin-right: 33px;
  position: relative;
  bottom: -10px;
  display: inline-table;
  transition: all ease .5s;
}
.hide-show.open span:before{
  transform:rotate(135deg);
}

/*
=====================
Hero Features
=====================
*/


.b_2 .about-section{
  text-align: center;
  background-color: #36394f;
  padding-bottom: 95px;
  padding-bottom: 40px!important;
  position:relative;
}
.b_2 .about-section .document-icon{
  border: 28px solid #36394F;
  background: #36394F;
  margin-bottom: 20px;
}
.b_2 .about-section h2, .b_2 .about-section p{
  color: #fff;
}
.b_2 .about-content p a{
  color:#F98012;
}
.b_2 .about-content{
  width: 80%;
  margin: 0 auto!important;
  display: table!important;
  float: none!important;
}
.b_2 .about-content p{
  max-width: 75%;
  margin: 0 auto 36px auto;
  font-size: 14px;
}
.b_2 .custom_col_3{
  padding: 100px 0;
}
.b_2 .border-right-grey:after{
  display: none;
}
.b_2 .two-column h3 {
  max-width: 85%;
  margin: 0 auto 22px auto;
  height: auto !important;
}
.b_2 .two-column p{
  max-width: 82%;
  margin: 0 auto;
}
.b_2 .smart-content{
  text-align: left!important;
  position:relative
}
.b_2 .smart-content .for-mobile{
  display:none;
}
.b_2 .smart-content .for-desktop{
  display:block;
}
.b_2 .smart-content ol,
.b_2 .smart-content ul{
  padding-left:20px;
}
.b_2 .smart-content li{
  font-size: 14px;
  line-height: 25px;
  margin-bottom: 15px;
}
.b_2 .smart-content p.dept-text{
  color:#363950;
}

.b_2 .smart-content h2{
  color:#363950;
}
.b_2 .smart-content p{
  color:#5F5F5F;
}
.b_2 .smart-content p.dept-text:after{
  margin: 10px 0!important;
}
.b_2 .image-container img{
  opacity: 0;
  position: absolute;
  bottom: 0;
}
.image-container.right_items, .image-container.left_items {
  overflow: visible !important;
}
/*
.b_2 .smart-content .page-center {
position: relative;
}*/
.b_2 .smart-content{
  padding-bottom: 190px;
  overflow: hidden;
}
.b_2 .smart-content p{
  max-width: 90%;
}
.b_2 .smart-content p span.oranges{
  color:#F58029;
}
.b_2 .image-container.left_items img{
  bottom: 0;
  left: inherit !important;
  margin-left: -574px;
}

.b_2 .smart-container.left_items{
  float: right;
}
.b_2 .particles-section2 canvas {
  height: 900px !important;
}
span.oranges{
  color: #f78012;
  display: inline-block!important;
  position: relative;
  top: -2px;
}
.content_list_wrapper span > div:last-child .smart-content{
  padding-bottom: 0;
}
.content_list_wrapper span > div:last-child .smart-content .left_items{

}
.custom_e_1{
  background-color: #36394F!important;
}
.custom_a_1 .smart-content{
  padding-bottom: 135px;
}
.custom_a_2 .smart-content{
  padding-bottom: 90px;
}
.custom_a_2 .image-container.left_items img{
  height: 585px;
  left: -190px;
  top: 15px;
}
.features_section_wrapper{
  padding: 100px 0;
  text-align: center;
}
.features_section_wrapper .heading_para h2{
  font-weight: 300;
  line-height: 57px;
  color:#36394F;
}
.features_section_wrapper .heading_para p{
  max-width: 45%;
  margin: 20px auto 40px;
}
.features{
  height: 400px;
  width: 400px;
  position: relative;
  margin: 20px auto 0 auto;
}
area{
  display: inline-block;
  position: absolute;
}
.aa{
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: transparent;
}
.aa:focus{
  outline: none!important;
}
/**/
.a_1{
  top: 0;
  right: 28px;
  height: 161px;
  width: 166px;
}
.a_1:hover{
  opacity: 1;
  background: url('https://cdn2.hubspot.net/hubfs/3920421/images/Feature_Hover_State/payment_plans_hover.png') no-repeat;
}
.a_1.active{
  background: url('https://cdn2.hubspot.net/hubfs/3920421/images/Feature_Active_State/payment_plans_active.png') no-repeat!important;
  opacity: 1;
  pointer-events: none;
  cursor: default;
}
.a_1.active:hover{
  pointer-events: none;
  background: url('https://cdn2.hubspot.net/hubfs/3920421/images/Feature_Active_State/payment_plans_active.png') no-repeat!important;
}

/**/
.a_2{
  top: 106px;
  right: 0;
  height: 191px;
  width: 136px;
}
.a_2:hover{
  opacity: 1;
  background: url('https://cdn2.hubspot.net/hubfs/3920421/images/Feature_Hover_State/invoicing_hover.png') no-repeat;
}
.a_2.active{
  background: url('https://cdn2.hubspot.net/hubfs/3920421/images/Feature_Active_State/invoicing_active.png') no-repeat!important;
  opacity: 1;
  pointer-events: none;
  cursor: default;
}
.a_2.active:hover{
  pointer-events: none;
  background: url('https://cdn2.hubspot.net/hubfs/3920421/images/Feature_Active_State/invoicing_active.png') no-repeat!important;
}

/**/
.a_3{
  top: 242px;
  right: 30px;
  width: 185px;
  height: 158px;
}
.a_3:hover{
  opacity: 1;
  background: url('https://cdn2.hubspot.net/hubfs/3920421/images/Feature_Hover_State/failed_payment_hover.png') no-repeat;
}
.a_3.active{
  background: url('https://cdn2.hubspot.net/hubfs/3920421/images/Feature_Active_State/failed_payment_active.png') no-repeat!important;
  opacity: 1;
  pointer-events: none;
  cursor: default;
}
.a_3.active:hover{
  pointer-events: none;
  background: url('https://cdn2.hubspot.net/hubfs/3920421/images/Feature_Active_State/failed_payment_active.png') no-repeat!important;
}

/**/
.a_4{
  top: 238px;
  right: 207px;
  width: 165px;
  height: 162px;
}
.a_4:hover{
  opacity: 1;
  background: url('https://cdn2.hubspot.net/hubfs/3920421/images/Feature_Hover_State/reporting_analytics_hover.png') no-repeat;
}
.a_4.active{
  background: url('https://cdn2.hubspot.net/hubfs/3920421/images/Feature_Active_State/reporting_analytics_active.png') no-repeat!important;
  opacity: 1;
  pointer-events: none;
  cursor: default;
}
.a_4.active:hover{
  pointer-events: none;
  background: url('https://cdn2.hubspot.net/hubfs/3920421/images/Feature_Active_State/reporting_analytics_active.png') no-repeat!important;
}


/**/
.a_5{
  top: 102px;
  left: 0;
  width: 150px;
  height: 192px;
}
.a_5:hover{
  opacity: 1;
  background: url('https://cdn2.hubspot.net/hubfs/3920421/images/Feature_Hover_State/global_capability_hover.png') no-repeat;
}
.a_5.active{
  background: url('https://cdn2.hubspot.net/hubfs/3920421/images/Feature_Active_State/global_capability_active.png') no-repeat!important;
  opacity: 1;
  pointer-events: none;
  cursor: default;
}
.a_5.active:hover{
  pointer-events: none;
  background: url('https://cdn2.hubspot.net/hubfs/3920421/images/Feature_Active_State/global_capability_active.png') no-repeat!important;
}

/**/
.a_6{
  top: 0;
  left: 31px;
  width: 184px;
  height: 158px;
}
.a_6:hover{
  opacity: 1;
  background: url('https://cdn2.hubspot.net/hubfs/3920421/images/Feature_Hover_State/omni_channel_hover.png') no-repeat;
}
.a_6.active{
  background: url('https://cdn2.hubspot.net/hubfs/3920421/images/Feature_Active_State/omni_channel_active.png') no-repeat!important;
  opacity: 1;
  pointer-events: none;
  cursor: default;
}
.a_6.active:hover{
  pointer-events: none;
  background: url('https://cdn2.hubspot.net/hubfs/3920421/images/Feature_Active_State/omni_channel_active.png') no-repeat!important;
}

.features_mobile_wrapper{
  display: none;
}
.features_mobile{
  display: none;
}
.col_2_form_wrapper .form_2 form .input>ul.inputs-list>li {
  width: 30%;
}
.footer-menu-second .span6.widget-span.widget-type-simple_menu.menu1 {
  width: 100%;
}
.col_2_form_wrapper .form_1 form div.input input, 
.col_2_form_wrapper .form_1 form div.input textarea, 
.col_2_form_wrapper .form_1 form div.input select,
.col_2_form_wrapper .form_2 form div.input input, 
.col_2_form_wrapper .form_2 form div.input textarea,
.col_2_form_wrapper .form_2 form div.input select {
  border: 2px solid #5f5f5f;
}
.col_2_form_wrapper .form_1 form div.input input::placeholder, 
.col_2_form_wrapper .form_1 form div.input textarea::placeholder, 
.col_2_form_wrapper .form_2 form div.input input::placeholder, 
.col_2_form_wrapper .form_2 form div.input textarea::placeholder {
  color: #5f5f5f !important;
}
.col_2_form_wrapper .form_1 form div.input input:focus, 
.col_2_form_wrapper .form_1 form div.input textarea:focus, 
.col_2_form_wrapper .form_1 form div.input select:focus,
.col_2_form_wrapper .form_2 form div.input input:focus, 
.col_2_form_wrapper .form_2 form div.input textarea:focus,
.col_2_form_wrapper .form_2 form div.input select:focus {
  border: 2px solid #F58029 !important;
  outline: none;
}
.col_2_form_wrapper .form_1 form .actions input, .col_2_form_wrapper .form_2 form .actions input {
  border-radius: 5px;
}
.col_2_form_wrapper .form_1 .hs-dependent-field ul, .col_2_form_wrapper .form_2 .hs-dependent-field ul {
  padding-top: 0 !important;
}
.col_2_form_wrapper .form_1 .hs-dependent-field ul li, .col_2_form_wrapper .form_2 .hs-dependent-field ul li {
  width: 100% !important;
  padding-left: 0;
}
.col_2_form_wrapper .form_2 form .hs_principal_organisation_code, .col_2_form_wrapper .form_2 form .hs_customer_ref_or_trans_id {
  margin-top: 0;
}
.col_2_form_wrapper .form_2 form .hs_customer_ref_or_trans_id label {
  margin-bottom: 15px;
}
.col_2_form_wrapper form > .field_wrapper_1.added {
  margin-bottom: 30px !important;
}
form.hs-form .hs-form-field.hs_acknowledgement_and_agreement ul.inputs-list li, form.hs-form ul.inputs-list li {
  margin-bottom: 0 !important;
}
.hs_error_rollup ul {
  text-align: center;
}
.question_form_wrapper .actions input {
  -webkit-appearance: none !important;
  -moz-appearance:    none !important;
  appearance:         none !important;
}
.api_enquiry_wrapper form div.input input::placeholder, .api_enquiry_wrapper form div.input textarea::placeholder {
  color: #fff !important;
}
.question_form_wrapper form.hs-form > div input::placeholder, 
.question_form_wrapper form.hs-form > div textarea::placeholder {
  color: #9B9B9B !important;
}
.api_enquiry_wrapper form.hs-form > div input::-webkit-input-placeholder, .api_enquiry_wrapper form.hs-form > div textarea::-webkit-input-placeholder {
  color: #fff !important;
}
.circle-img.image-container.left_items img, .circle-img.image-container.right_items img  {
  box-shadow: none;
/*   filter: drop-shadow( -11px 34px 16px #ccc ); */
}
.form-checklist.question_form_wrapper {
  padding: 190px 0 120px;
}
.form-checklist.question_form_wrapper h2 {
  padding-bottom: 30px;
}
.custom-popup {
  margin-top: 85px;
}



/* Apply Now New Version */
.apply-page.newVersion .banner_content .small_container{
  max-width: 100%;
}
.apply-page.newVersion .fullwidth_section_2 .offer-content {
    max-width: 49% !important;
}

.partner_form_wrapper form.hs-form > div input[type="submit"] {
  text-decoration: none;
  border-radius: 5px;
  border: 1px solid #F58029 !important;
  display: inline-block;
  text-transform: uppercase;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 12px 30px !important;
  background-color: #F58029;
  color: #fff;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-family: 'Open Sans', sans-serif;  
}
.partner_form_wrapper form.hs-form > div input[type="submit"]:hover {
  background: #fff !important;
  color: #262838;
  border: 1px solid #fff !important;
}


/*
 * Bullet list styles
 * */
.inner_page .smart_content_wrapper_2 .smart-content ul, 
.blog-post-wrapper ul,
.faq-list ul,
.hs_cos_wrapper_type_rich_text ul {
  padding-left: 0; 
}

.accordion_body ul, 
.accordion_body ol {
  margin-left: 0 !important;
}

/*.inner_page .smart_content_wrapper_2 */.smart-content ul li,
.blog-post-wrapper ul li, 
.accordion_body ul li, 
.hs_cos_wrapper_type_rich_text ul li {
  list-style: none !important;
  position: relative;
  padding-left: 27px;
}

.accordion_body ul li { 
  padding-left: 27px;
  padding-bottom: 12px;
}

/*.inner_page .smart_content_wrapper_2 */.smart-content ul li:before, 
.blog-post-wrapper ul li:before, 
.accordion_body ul li:before,
.hs_cos_wrapper_type_rich_text ul li:before {
  content: '' !important;
  width: 7px;
  height: 7px;
  background-color: #f78012;
  border-radius: 50%;
  position: absolute;
  left: -14px;
  top: 10px;
}

/*.inner_page .smart_content_wrapper_2 */.smart-content.-tick ul li,
.accordion_body.-tick ul li {
  padding-left: 35px;
}

/*.inner_page .smart_content_wrapper_2 */.smart-content.-tick ul li:before, 
.accordion_body.-tick ul li:before {
  background: url(https://www.ezypay.com/hubfs/images/tick.svg); 
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 12px 12px;
  top: 7px;
  width: 12px;
  height: 12px;
}


/* ================  Desktop ================ */

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {

} 
@media only screen and (min-width: 960px) and (max-width: 1280px) {
  .b_2 .image-container.left_items img {
    bottom: 0;
  }
}
@media only screen and (min-width: 1300px) {

}
@media only screen and (min-width: 1366px) {

}
@media only screen and (min-width: 1440px) {

}
@media only screen and (min-width: 1900px) {

}
@media only screen and (min-width: 2500px) {

}

/* ================ Laptop ================ */
@media only screen and (max-width: 1366px) {
  @-moz-document url-prefix() { /* Special selector for firefox only */
    .question_form_wrapper form.hs-form > div input, .question_form_wrapper form.hs-form > div textarea { 
      padding-left: 35px;
    }
  }
  .b_2 .image-container.left_items img {
    left: -360px;
  }
}
@media only screen and (max-width: 1440px) {
  .b_2 .image-container.left_items img {
    left: -360px;
  }
}
@media only screen and (max-width: 1280px) {
  .b_2 .image-container.left_items img {
    left: -420px;
  }
}

/* ================ Tablets (portrait and landscape) ================ */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .question_form_wrapper form{
    max-width: 80%;
    margin: 0 auto;
  }
  .question_form_wrapper form.hs-form>div>div{
    margin-bottom: 10px!important;
  }
  .question_form_wrapper form.hs-form > div .actions{
    margin-left: 0!important;
    padding: 0!important;
  }
  .question_form_wrapper form.hs-form > div input[type="submit"]{
    width: 100%;
    position: relative;
  }
  .footer_details .heading.company {
    padding-left: 0;
  }
  .footer_details .heading.for_customers {
    padding-left: 0;
  }

  /*** Benefits for Integration Isaac ***/
  .documentation_section .two-column h3{
    min-height: 68px;
  }
  .documentation_section .two-column p{
    min-height: 160px;
  }    
  .custom_sm_1 img{
    width: 75%;
    top: -245px;
  }
  .custom_flexi_wrapper > span > div{
    width: 31%;
    margin-right: 26px;
  }

  /*** Feature Hero ***/
  .b_2 .image-container.left_items img {
    left: -540px;
  }    
  .custom_a_2 .image-container.left_items img{
    left: -280px;
  }
  .banner_image {
    background-attachment: initial;
  }

  .hide-show{
    line-height:50px;
  }
}

/* ================ Tablets (portrait) ================ */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {   
  .banner_image {
    background-attachment: initial;
  }

  /*=== Inner page ===*/

  .question_form_wrapper form{
    max-width: 80%;
    margin: 0 auto;
  }
  .question_form_wrapper form.hs-form>div>div{
    margin-bottom: 10px!important;
  }
  .question_form_wrapper form.hs-form > div .actions{
    margin-left: 0!important;
    padding: 0!important;
  }
  .question_form_wrapper form.hs-form > div input[type="submit"]{
    width: 100%;
    position: relative;
  }
  .inner_page .right_cta{
    padding-left: 0;
  }
  .started-section span.hs-cta-wrapper a{
    width:auto !important;
  }
  .custom_started_section h3{
    padding-right: 40px!important;
  }
  .custom_started_section a{
    margin-top: -11px!important;
  }
  .footer_details .heading.company {
    padding-left: 0;
  }
  .footer_details .heading.for_customers {
    padding-left: 0;
  }


  /*=== Contact us page ===*/
  .col_2_form_wrapper{
    padding: 60px 0 60px 0;
  }
  .phone_email table td{
    display: block;
    padding-right: 0;
  }
  .phone_email table tr td:nth-child(1){
    text-align: center;
  }
  .info_wrapper .phone_email table{
    margin: 40px auto 0 auto;
  }
  .enquiry_wrapper span > div{
    width: 30%;
  }

  /*** Benefits for Integration Isaac ***/
  .custom_sm_1 img{
    width: 85%;
    top: -210px;
  }
  .b_1 .custom_about_section{
    padding-bottom: 330px!important;
  }
  .documentation_section .two-column h3{
    min-height: 70px;
  }
  .documentation_section .two-column p{
    min-height: auto;
  }
  .custom_flexi_wrapper > span > div{
    width: 100%;
    margin-bottom: 30px;
    margin-right:0;
  }
  .two-column{
    max-width:500px;
  }

  /*** Feature Hero ***/
  .features_section_wrapper .heading_para p{
    max-width: 80%;
  }
  .b_2 .image-container.left_items img{
    left: -550px;
  }
  .custom_a_2 .image-container.left_items img{
    left: -335px;
  }
  .documentation_section .two-column a {
    margin-top: 20px !important;
  }
  .icon-containet img {
    opacity: 1;
  }
  .b_2 .two-column h3{
    height:auto !important;
  }
}

/* ================ Phones (portrait and landscape) ================ */
@media only screen and (max-width: 767px) {
  .apply-page.newVersion .fullwidth_section_2 .offer-content{
    max-width: 100% !important;
  } 
  .started-section .hs-cta-wrapper a{ 
    margin-left: 0; 
  }
  .book-btn{ 
    padding-left: 15px;
    padding-right: 15px;
  }
  .new-lp .hs_submit input{
    margin-top: 0; 
  }
  /*=== Inner page ===*/
  .b_2 .image-container img{
    opacity:1;
  }
  .b_2 .smart-content .for-mobile{
    display:block;
  }
  .b_2 .smart-content .for-desktop{
    display:none;
  }
  .banner_image{
    background-attachment: initial;
  }
  .inner_page .smart_content_wrapper_1 .smart-container{
    padding-right: 0;
  }
  .inner_page .smart_content_wrapper_1 .smart-content{
    padding-bottom: 40px;
  }
  .inner_page .smart_content_wrapper_1 .smart-content ul li, .inner_page .smart_content_wrapper_2 .smart-content ul li, .inner_page .smart_content_wrapper_1 .smart-content ol li{
    text-align: left;
  }
  .inner_page .smart_content_wrapper_1 .smart-content{
    padding-bottom: 80px;
  }
  .smart_content_wrapper_2 .smart-content .smart-container.Left{
    padding-left: 0;
  }
  .fullwidth_section_1{
    padding: 60px 0 90px 0;
  }
  .fullwidth_section_1 .offer-content, .fullwidth_section_2 .offer-content, .faq_accordion_wrapper .heading_para{
    max-width: 100%!important;
    margin: 0!important;
  }
  .faq_accordion .accordion_head{
    padding: 20px;
  }
  .faq_accordion .accordion_body{
    padding: 20px;
  }
  .faq_accordion_wrapper{
    padding: 80px 0 80px 0;
  }
  .faq_accordion{
    width: 100%;
    float: none;
  }
  form > .field_wrapper{
    width: 100%;
    float: none;
  }
  .question_form_wrapper{
    padding: 90px 0 90px 0;
  }
  .question_form_wrapper form.hs-form>div{
    margin-bottom: 28px!important;
  }
  .question_form_wrapper form.hs-form>div>div{
    margin-bottom: 0!important;
  }
  .question_form_wrapper form.hs-form>div .actions{
    margin-left: 0!important;
    padding: 0!important;
  }
  .question_form_wrapper form.hs-form>div input[type="submit"]{
    width: 100%;
    position: relative;
    height: 55px;
  }
  .started-section span.hs-cta-wrapper a{
    width: 180px!important;
  }
  span.hs-cta-wrapper a{
    width: 180px!important;
  }
  .inner_page .right_cta{
    padding-left: 0;
  }
  .fullwidth_section_1 .offer-content h2, .fullwidth_section_2 h2, .faq_accordion_wrapper .heading_para h2{
    line-height: 42px;
    font-size: 36px;
  }
  .question_form_wrapper form.hs-form>div ul.hs-error-msgs li label{
    font-size: 16px;
  }
  .question_form_wrapper form.hs-form>div input, .question_form_wrapper form.hs-form>div textarea{
    height: 60px;
    font-size: 16px;
  }
  .question_form_wrapper form.hs-form>div textarea{
    height: 270px;
  }
  .custom_started_section h3{
    padding-right: 0px!important;
  }
  .custom_started_section a{
    margin-top: 16px;
  }

  .footer_details .heading{
    padding-top: 30px;
  }
  .footer_details .heading.company, .footer_details .heading.for_customers{
    padding-left: 0;
  }
  .footer_details .heading .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{
    padding: 5px 0 5px 0;
  }

  /*=== Contact Us page ===*/
  .banner_image .banner_content{
    padding: 0;
  }
  .form_2{
    margin-top: 80px;
  }
  .col_2_form_wrapper .field_wrapper_1 .continue_btn{
    margin-bottom: 0;
  }
  .contact_details_wrapper{
    height: auto;
    margin-bottom: 30px;
  }
  .col_2_form_wrapper .field_wrapper_1 .continue_btn{
    padding: 20px 0;
    width: 100%;
  }
  .col_2_form_wrapper form > .field_wrapper_1 > div{
    margin-bottom: 30px;
  }
  .col_2_form_wrapper form > .field_wrapper_1.added{
    margin-bottom: 60px;
  }
  .col_2_form_wrapper form div.actions input[type="submit"]{
    height: 60px;
    width: 100%;
  }
  .contact_info{
    width: 100%!important;
    height: auto;
  }
  .info_wrapper{
    height: auto;
    display: block;
    vertical-align: initial;
    width: auto;
    padding: 60px 15px 50px;
  }
  .col_2_form_wrapper{
    padding: 60px 0 60px 0;
    text-align: center;
  }
  .col_2_form_wrapper .form_2 form .hs_merchant_principal > label,
  .col_2_form_wrapper .form_2 form .hs_customer_check > label,
  .col_2_form_wrapper .form_2 form .hs_principal_organisation_code > label,
  .col_2_form_wrapper .form_2 form .hs_customer_ref_or_trans_id > label{
    text-align: left;    
  }	
  .col_2_form_wrapper form div.input input,
  .col_2_form_wrapper form div.input select,
  .col_2_form_wrapper form div.input textarea{
    font-size: 16px;
  }
  .custom_map{
    width: 100%!important;
  }
  .phone_email table td{
    display: block;
    padding-right: 0;
  }
  .phone_email table tr td:nth-child(1){
    text-align: center;
  }
  .info_wrapper .phone_email table{
    margin: 40px auto 0 auto;
  }
  .map_contact{
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    margin-bottom: 0!important;
  }
  .map_contact .custom_map{
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .enquiries_section{
    padding: 60px 0 40px 0;
  }
  .enquiry_wrapper span > div{
    display: block;
    width: 100%;
  }
  .enquiries_section .heading_para h3{
    padding-bottom: 40px;
  }

  /*** Benefits for Integration Isaac ***/
  .b_1 .banner_content h1{
    font-size: 40px;
    line-height: 48px;
  }
  .custom_about_content p{
    width: 100%;
  }
  .b_1 .benefit-page .about-content{
    padding-bottom: 0;
  }
  .custom_three_column_group .two-column p{
    padding: 0;
  }
  .documentation_section .two-column{
    padding: 0 0 60px 0;
  }
  .b_1 .custom_about_section{
    padding-bottom: 100px!important;
  }
  .custom_sm_1{
    padding-top: 130px!important;
    padding-bottom: 60px!important;
  }
  .custom_sm_1 p{
    width: 100%;
  }
  .custom_sm_1 img{
    top: -100px !important;
    width: 300px;
  }
  .documentation_section{
    padding: 60px 0 30px 0;
  }
  .b_1 span.hs-cta-wrapper a{
    font-size: 12px!important;
  }
  .documentation_section .heading_para h4{
    padding-bottom: 25px;
  }
  .documentation_section .two-column p{
    min-height: auto;
    padding: 0 20px 30px 20px;
  }
  .api_enquiry_wrapper .heading_para p{
    width: 100%;
  }
  .custom_three_column_group .two-column{
    padding: 0 0 50px 0;
  }
  .custom_flexi_wrapper > span > div{
    width: 100%;
    margin-right: 0;
  }

  /*** Hero Features ***/
  .features{
    width: 100%;
  }
  .b_2 .smart-container{
    padding-top: 0;
    margin-bottom:50px;
    text-align:center;
  }
  .b_2 .smart-content p{
    max-width:100%;
  }
  .b_2 .smart-content{
    padding: 60px 0 0 !important;
  }
  .b_2 .image-container{
    position: initial;
    top: 0;
    overflow:initial;
  }
  .b_2 .smart-content{
    display: flex;
    flex-direction: column;
  }
  .b_2 .image-container img{
    position: absolute;
    bottom: 0;
    width: 100% !important;
    height: auto;
  }
  .b_2 .small-container{
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .b_2 .smart-container.left_items{
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
  }
  .b_2 .image-container.left_items{
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .custom_a_2 .image-container.left_items img{
    height: auto;
    left: 0;
    top: 0;
    left: 0!important;
  }
  .features_section_wrapper{
    padding: 50px 0;
  }
  .features_section_wrapper .heading_para p{
    max-width: 100%;
  }
  .b_2 .custom_col_3{
    padding: 30px 0;
  }
  .b_2 .image-container{
    margin-bottom: 0;
    min-height:250px !important;
  }
  .b_2 .image-container.left_items img{
    left: 0px;
  }
  .b_2 .image-container.right_items img{
    right:0;
  }
  .features_section_wrapper .features{
    display: none;
  }
  .features_mobile_wrapper{
    display: block;
  }
  .features_mobile{
    display: block;
  }
  .features_mobile_wrapper{
    text-align: left;
    padding: 20px 0 20px 10px;
    border: 1px solid #E5E9F3;
    position: relative;
    color: #9B9B9B;
    font-size: 16px;
    font-weight: 300;
    border-radius: 5px;
    background: #F4F9FC;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .features_mobile_wrapper.border{
    border: 1px solid #F58029;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .features_mobile_wrapper ul{
    position: absolute;
    top: 63px;
    left: -1px;
    width: 100.5%;
    background: #F9FBFD;
    list-style: none;
    padding-bottom: 12px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    display: none;
  }
  .features_mobile_wrapper ul.active_color{
    border: 1px solid #F58029;
    border-top: 0;
  }	
  .features_mobile_wrapper ul li{
    padding: 20px;
    font-weight: 300;
    color: #262739;
  }
  .features_mobile_wrapper ul li.active{
    background: #E1E9F1;
  }
  .features_mobile_wrapper ul li a{
    color: #262739;
    display: block;
  }
  .features_mobile_wrapper .button{
    width: 64px;
    height: 64px;
    background: #E1E9F1;
    left: initial;
    right: 0;
    transform: translate(0, -50%) rotate(0deg);
    border-radius: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  .features_mobile_wrapper .button.active{
    background: #F58029;
    border-bottom-right-radius: 0;
  }
  .banner_content h1{
    font-size:40px;
    line-height:48px;
  }
  .banner_content p{
    font-size:14px;
    line-height:19px;
  }
  .pricing-plan-by-country {
    padding: 100px 0 130px !important;
  }
  .api_enquiry_wrapper form .input select{
    font-size:16px;
    height:60px;
  }
  .col_2_form_wrapper .form_1 .hs-dependent-field ul, .col_2_form_wrapper .form_2 .hs-dependent-field ul {
    padding-left: 0 !important;
    text-align: left;
  }
  .col_2_form_wrapper .page-center {
    padding: 0;
  }
  .col_2_form_wrapper {
    margin-left: 15px;
    margin-right: 15px
  }
  .documentation_section .two-column a {
    width: auto !important;
  }
  .b_2 .image-container.left_items img{
    margin-left:0;
  }
  .b_2 .two-column h3{
    height:auto !important;
  }
  .features_section_wrapper .heading_para h2{
    line-height:42px;
  }
  .b_2 .smart-content p.dept-text:after{
    margin-left:auto !important;
    margin-right:auto !important;
  }
  /*.invoicing-page.b_2 .image-container.left_items img {*/
  /*    left: -100px;*/
  /*}*/
  /*.invoicing-page.b_2 .image-container.right_items img {*/
  /*    right: -100px !important;*/
  /*}*/
  .new-lp .consult-content{
    padding-left: 15px;
    padding-right: 15px;
  }
  .new-lp form{
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 30px; 
  }
  .new-lp fieldset.form-columns-1 .input,
  .new-lp fieldset.form-columns-2 .input{
    margin-right: 0 !important; 
  }
  .new-lp .hs_submit {
    padding-right: 0;
  }


  .hide-show{
    font-size: 18px;
  }
  .hide-show span:before{
    bottom: -5px;
    font-size:35px;
    margin-right:20px;
  }
}

/* ================ Phones (landscape) ================ */
@media screen and (min-width: 480px) and (max-width: 767px) {
  .b_2 .image-container{
    min-height: 400px !important;
  }
  .b_2 .image-container img{
    height: 400px !important;
    width:auto !important;
  }
  .started-section span.hs-cta-wrapper a{
    width: 180px!important;
  }
  span.hs-cta-wrapper a{
    width: 180px!important;
  /*  display: block!important;*/
    margin: 16px auto;
  }

  .pricing_plan_cta .span8 {
    float: left;
    width: 60%;
  }
  .pricing_plan_cta .span4 {
    float: left;
    width: 40%;
  }
  /*.invoicing-page.b_2 .image-container.left_items img {*/
  /*    left: 0;*/
  /*}*/
  /*.invoicing-page.b_2 .image-container.right_items img {*/
  /*    right: 0 !important;*/
  /*}*/
}


/* ================ Phones (old mobiles) ================ */
@media screen and (max-width: 320px) {

  .features_mobile_wrapper ul{
    left: -1px;
    width: 100.8%;
  }

}


@supports (-ms-accelerator:true) {
  .question_form_wrapper form.hs-form > div input,
  .question_form_wrapper form.hs-form > div textarea {
    padding-left: 30px;
  }
}

@media only screen and (max-width: 767px) {

.started-section a {

width: 230px} 
  
  
  
  
/*
 * Custom checkbox
 * */
  
.custom__checkbox.-checked > span {
  display: block;
}