html, body {
  font-family: "Karla", serif;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
}



.timeline {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 15px 0;
}

.timeline::after {
    content: '';
    position: absolute;
    width: 2px;
    background: #ff060a;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -1px;
}

.timeline-container {
  padding: 15px 30px;
  position: relative;
  background: inherit;
  width: 50%;
}

.timeline-container.left {
  left: 0;
}

.timeline-container.right {
  left: 50%;
}

.certified_width {max-width: 850px;}



.timeline-container::after {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    top: calc(50% - 8px);
    right: -8px;
    background: #ffffff;
    border: 2px solid #01325a;
    border-radius: 16px;
    z-index: 1;
}

.timeline-container.right::after {
  left: -8px;
}

.timeline-container::before {
    content: '';
    position: absolute;
    width: 50px;
    height: 2px;
    top: calc(50% - 1px);
    right: 8px;
    background: #ff0305;
    z-index: 1;
}

.timeline-container.right::before {
  left: 8px;
}

.timeline-container .date {
  position: absolute;
  display: inline-block;
  top: calc(50% - 8px);
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color:#ff0305;
  text-transform: uppercase;
  letter-spacing: 1px;
  z-index: 1;
}

.timeline-container.left .date {
  right: -75px;
}

.timeline-container.right .date {
  left: -75px;
}

.timeline-container .icon {
    position: absolute;
    display: inline-block;
    width: 40px;
    height: 40px;
    padding: 9px 0;
    top: calc(50% - 20px);
    background: #f00305;
    border: 2px solid #ff090f;
    border-radius: 40px;
    text-align: center;
    font-size: 18px;
    color: #ffffff;
    z-index: 1;
}

.timeline-container.left .icon {
  right: 56px;
}

.timeline-container.right .icon {
  left: 56px;
}

.timeline-container .content {
    padding: 30px 90px 30px 30px;
    background: #013660;
    position: relative;
    border-radius: 0 500px 500px 0;
    height: 145px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
}

.timeline-container.right .content {
  padding: 30px 30px 30px 90px;
  border-radius: 500px 0 0 500px; 
}

.timeline-container .content h2 {
    margin: 0 0 10px 0;
    font-size: 21px;
    font-weight: normal;
    color: #bae1ff;
    letter-spacing: 1px;
}

.timeline-container .content p {
    margin: 0;
    font-size: 18px; letter-spacing: 1px;
    line-height: 22px;
    color: #fff;
}

@media (max-width: 767.98px) {
  .timeline::after {
    left: 90px;
  }

      .timeline-container {
        width: 100%;
        padding-left: 120px;
        padding-right: 0;
    }

  .timeline-container.right {
    left: 0%;
  }

  .timeline-container.left::after, 
  .timeline-container.right::after {
    left: 82px;
  }

  .timeline-container.left::before,
  .timeline-container.right::before {
    left: 100px;
    border-color: transparent #006E51 transparent transparent;
  }

  .timeline-container.left .date,
  .timeline-container.right .date {
    right: auto;
    left: 15px;
  }

  .timeline-container.left .icon,
  .timeline-container.right .icon {
    right: auto;
    left: 146px;
  }

  .timeline-container.left .content,
  .timeline-container.right .content {
    padding: 30px 30px 30px 90px;
    border-radius: 500px 0 0 500px;
  }
}










































.location_home {
    float: left;
    width: 100%;
    padding: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    margin-bottom: 29px;
}
.mobile {display: none;}
.location_home img {
    margin-bottom: 0 !important;
}
.mobile {display: none;}
.location_home .paragraph {
    align-items: flex-start !important;
}
.location_home img {
    width: 23px !important;
    margin-right: 11px !important;
    position: relative;
    top: 2px;
}

.logo_image_footer {float: left; width: 100%;}

.moving_line {
    display: grid
;
    grid-template-columns: auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
    gap: 15px;
}


.main_btn_investor {
    font-size: 30px;
    text-decoration: none;
    font-weight: 600;
    margin: 0;
    color: #000;
}







.marquee {
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
  width: 100%;

  padding: 10px 0;
  position: relative;
}

.marquee-content {
  display: inline-block;
  padding-left: 100%;
  animation: marquee 15s linear infinite;
}

.marquee-content span {
  display: inline-block;
  margin-right: 50px; /* space between repeats */
}

@keyframes marquee {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}


.moving_line .intragration_box:before {display: none;}
.moving_line .payment_links_box {
    padding: 12px 29px !important;
    margin-bottom: 0px !important;
    border-radius: 10px;
}

.moving_line .intragration_box img {
    width: 40px !important;
    height: 40px !important;
    margin-right: 10px;
    background-color: #cae2fd;
    padding: 7px;
    border-radius: 37px;
}

.moving_line .payment_links_box .title {
  
    font-size: 19px !important;
    
}


.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #FFFFFF;
    z-index: 999;
    box-shadow: 0px 0px 114px #C8C8C8;
    transition: 0.5s ease;
    padding: 18px 0px;
}

.thanks_popup {float: left; width: 100%;}

.what_happan_section {
    border-top: 1px solid #e1e1e1;
    margin-top: 26px;
    text-align: center;
    padding-top: 15px;
}

.what_happan_section h4 {
    font-size: 20px;
    font-weight: 200;
    font-weight: 700;
    margin-bottom: 18px;
}
.padding_extra {
    padding-left: 43px;
    margin: 0 auto;
    text-align: center;
    display: block;
    padding-right: 50px;
}
.happen_box h4 {
    font-size: 15px !important;
    font-weight: 700;
    margin-bottom: 0;
}
.happen_box img {margin-bottom: 10px;}
.happen_box {
    float: left;
    width: 100%;
    background-color: #eef6ff;
    padding: 10px;
    border-radius: 9px;
}

.what_happan_section ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.what_happan_section ul li a {
    display: flex;
    text-decoration: none;
    background-color: #0088d1;
    color: #FFF;
    align-items: center;
    justify-content: center;
    padding: 5px;
    border-radius: 6px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
    border-radius: 52px;
}



.thanks_popup .read_more {
    font-size: 14px;
    text-transform: uppercase;
    color: #FFF;
    background-color: transparent;
    width: auto;
    height: 38px;
    text-align: center;
    display: block;
    line-height: 39px;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 1.5px;
    border-radius: 6px;
    position: absolute;
    top: 0;
    margin: 0px auto;
    margin-top: 3px;
    right: 9px;
}

.thanks_popup .read_more:hover {background-color: transparent !important;}

.what_happan_section ul li a img {margin-right: 10px;}


.thanks_popup_inner {
    background-color: #FFF;
    width: 800px;
    margin: 0 auto;
    border: 1px solid #e1e1e1;
    padding: 24px;
    margin-top: 50px; position: relative;
    border-radius: 10px;
    margin-bottom: 50px;
}

.success {
    margin: 0 auto;
    display: block;
    width: 72px;
}

.thanks_popup_inner h5 {
    text-align: center;
    margin-top: 14px;
    font-weight: 600;
    color: #060606;
    font-size: 20px;
}
.whatsapp_icon img {
    width: 70px;
}
.whatsapp_icon {
    float: right;
}
.whatsapp_icon {
    /* display: -webkit-box; */
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* -webkit-box-pack: center; */
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    bottom: 0;
    right: 6px;
    width: 100%;
    background-color: transparent;
    padding: 10px;
    -webkit-transition: all 0.5s 
ease;
    transition: all 0.5s 
ease;
    z-index: 9;
    float: right;
    width: 150px;
    flex-direction: column;
    margin-bottom: 20px;
    padding: 20px;
    border-radius: 13px 0px;
}


.team_main_image {
    float: left;
    width: 100%;      border: 1px solid #dbdbdb;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 50px;
    margin-top: 22px;
}
.extra-size-paragraph {font-size: 22px !important;}

.policy .paragraph img {
    width: 15px;
    margin-top: -3px;
    margin-right: 4px;
}
.container {
  max-width: 1366px;
  margin: 0 auto;
}
.payment_option_section {
  float: left;
  width: 100%;
  margin-top: 46px;
}
.product_suite_section_main {
    float: left;
    width: 100%;
    margin-top: 9px;
}
.travel_logo_section{grid-template-columns: auto auto auto auto !important;}
.payment_slider_signin {
    float: left;
    width: 100%;
    margin-top: 11px;
}

.accordion-body .paragraph {
    font-size: 17px;
    font-weight: 400;
    color: #1b1b1b;
    letter-spacing: 0px;
}
.accordion-button:focus {
    z-index: 3;
    outline: 0;
    box-shadow: none;
}
.accordion-button:not(.collapsed) {
    color: #ffffff;
    background-color: #0f4082;
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}
.accordion-button {
    position: relative;
    display: flex
;
    align-items: center;
    width: 100%;
    padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
    font-size: 1rem;
    color: var(--bs-accordion-btn-color);
    text-align: left;
    background-color: var(--bs-accordion-btn-bg);
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: var(--bs-accordion-transition);
    font-weight: 600;
    font-size: 17px;
    letter-spacing: 0.52px;
    text-transform: uppercase;
}
.center_box_payments {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    border: 1px solid #fff;
    flex-direction: column;
    height: 190px;
    padding: 24px;
    border-radius: 8px;
}
.center_box_payments h4 {margin-top: 0 !important;}

.sign_button {font-weight: 600;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 12px;
    float: left;
    width: 100%;}


.news_box_section a:hover {color: #ff0000;
}
.able_feature {height: 150px !important;}
.travel_image {    height: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;}


.round_text {
    background-color: #234b89 !important;
    width: 60px;
    text-align: center;
    line-height: 60px;
    font-size: 27px;
    color: #FFF;
    border-radius: 55px;
}
.indtris_partner {text-align: center;     color: #000 !important; letter-spacing: 1px;}


.news_box_section {
    float: left;
    width: 100%;
    margin-bottom: 31px;
    padding: 19px;
    /* border: 1px solid #c5c5c5; */
    border-radius: 7px;
    background-color: #fff;
}

.news_box_section img {
    height: 211px;
    overflow: hidden;
    margin-bottom: 16px;
    border-radius: 8px;
}
.news_box_section h4 {
    font-size: 18px;
    letter-spacing: 1px;
}
.news_box_section h6 {
    letter-spacing: 1px;
    color: #174484;
}

.news_box_section a {
    font-size: 16px;
    font-weight: 700;
    color: #234b89;
    text-decoration: none;
    letter-spacing: 1px;
}
.news_box_section a img {
    width: auto !important;
    height: auto !important;
    margin-bottom: 0 !important;
    position: relative;
    top: -1px;
    left: 3px;
}


.team_box_section {
    float: left;
    width: 100%;
    border: 1px solid #dbdbdb;
    padding: 30px 0px;
    border-radius: 14px;
    margin-bottom: 26px;
}
.team_box_section img {
    width: 180px;
    height: 180px;
    overflow: hidden;
    border-radius: 100px;
    margin: 0 auto;
    text-align: center;
    display: block;
}

/*.team_box_section:hover {
    background-color: #ffffff;
}

.team_box_section:hover .team_caption_section h3 {color: #000;}
.team_box_section:hover .team_caption_section h5 {
    color: #f00;
}*/

.solution_box img {
    width: 40px;
    margin-bottom: 16px;
}


.team_caption_section {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 6px;
}
.team_caption_section h3 {    font-weight: 700;
    font-size: 20px;
    letter-spacing: 1.5px;
    margin-top: 10px;}


.team_caption_section h5 {
    font-weight: 700;
    font-size: 17px;
    color: #1a4484;
    letter-spacing: 1.5px; margin-bottom: 0px;
    margin-top: 0;
}

.upload {
    float: left;
    width: 100%;
    display: flex;
    height: 100%;
    align-items: center;
}




.upload label {
    display: inline-block;
    background-color: #ea0204;
    color: white;
    padding: 0.5rem;
    font-family: sans-serif;
    border-radius: 0.3rem;
    cursor: pointer;
    margin-top: 1rem;
    margin-left: 15px;
    padding: 7px 19px;
    letter-spacing: 1px;
    font-weight: 600;
    position: relative;
    top: -4px;
    font-size: 16px;
    /* text-transform: uppercase; */
}


.upload h4 {
    font-size: 18px;
    margin-bottom: 0;
    margin-top: 8px;
    font-weight: 700;
    color: #204b89;
}


.payment_slider_signin h4 {
    font-size: 18px;
    color: #204b89;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 14px;
    font-weight: 700;
}
.login_forgot_password {float: left; width: 100%; display: flex; justify-content: space-between;}
.login_forgot_password a {font-size: 16px;
    font-weight: 400;
    color: #1b1b1b;
    letter-spacing: 0.5px; text-decoration: none;}

.sign_up_foam_section .form-control {
    display: block;
    width: 100%;
    padding: 11px 13px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}




.payment_slider_signin .payment {margin-top: 20px;}
.payment_slider_signin .payment .item {
    background-color: #fff;
    border-radius: 5px;
    padding: 13px;
}

.contact_foam_section img {
    width: 25px;
    margin-right: 14px;
}
.contact_foam_section .big_para {
    color: #FFF;
    font-size: 18px !important;
    float: left;
    width: 100%;
    background-color: #204b89;
    padding: 11px;
    position: relative;
    margin-bottom: 14px;
}
.sign_up_foam_section .form-horizontal .form-group {margin-bottom: 20px;}
.sign_up_foam_section .form-horizontal {
    float: left;
    width: 100%;
    margin-top: 10px;
}

.sign_up_foam_section_out {
    float: left;
    width: 100%;
    padding-left: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.sign_up_foam_section .read_more {
    font-size: 16px;
    text-transform: uppercase;
    color: #FFF;
    background-color: #234b89;
    width: 199px;
    height: 44px;
    text-align: center;
    display: block;
    line-height: 44px;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 1.5px;
    border-radius: 6px;
    position: absolute;
    bottom: -19px;
}




.sign_up_foam_section {float: left; width: 100%; padding: 22px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px; background-color: #FFF;}
.sign_up_foam_section .title {font-size: 28px;}
.sign_up_foam_section .title span {
    font-size: 28px;
    color: #FFF;
    font-weight: 700;
}
.sign_up_foam_section .big_para {
    letter-spacing: 1px;
    font-size: 17px !important;
}
.sign_up_foam_section .big_para a {color: #FF0004; text-decoration: none;}
.contact_foam_section .big_para:before {
    position: absolute;
    content: "";
    bottom: 0;
    right: 0px;
    background: url(../images/intra_blue.png) no-repeat;
    width: 57px;
    height: 50px;
}





.margin_top_devloper {margin-top: 30px;}

.contact_box_left {
    float: left;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.contact_foam_section {float: left; width: 100%;}
.form-control:focus {
   
    box-shadow: none;
}

.gst_box_main h4 {
    font-size: 17px;
    letter-spacing: 1px;
}
.gst_box_main h4 img {
    width: 25px;
    margin-right: 9px;
}
.gst_box_main .read_more {position: relative; margin-bottom: 20px;}
.gst_box_main {
    float: left;
    width: 100%;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
    padding: 24px;
    background-color: #FFF;
    margin-top: 22px;
}
.gst_box_main .title {
    font-size: 25px !important;
    font-weight: 700;
    margin-bottom: 0px;
    margin-bottom: 18px;
}



.pricing_seciton_inner {float: left; width: 100%;}
.pricing_seciton_inner span {
    font-size: 70px;
    font-weight: 700;
    margin-right: 20px;
    color: #f00;
}
.pricing_seciton_inner h3 {
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: 700;
}



.left_section_scale {float: left;}
.right_section_scale {
    float: right;
    padding: 21px 0px;
}
.scale_up_inner {
    float: left;
    width: 100%;
    background-color: #234b89;
    padding: 37px 91px;
    border-radius: 0px;
    position: relative;
    margin-top: 40px;
    margin-bottom: 40px;
    padding-top: 29px;
}

.our_location_section {
    float: left;
    width: 100%;
    margin-bottom: 50px;
}
.location_section_inner {
    float: left;
    width: 100%;
    margin-top: 40px;
}
.location_box_section p a {color: #1b1b1b; text-decoration: none;}
.location_box_section h4 {font-weight: 600; margin-bottom: 10px; font-size: 20px;}


.location_box_section {
    float: left;
    width: 100%;
    padding: 26px;
    border-radius: 14px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
}

.location_box_section img {
    width: 30px;
    margin-right: 11px;
}
.location_box_section .paragraph {
    font-size: 16px;
    font-weight: 400;
    color: #1b1b1b;
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
    /* justify-content: center; */
}






.scale_up_inner:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    background: url(../images/test-white.png) no-repeat;
    width: 57px;
    height: 50px;
}

.right_section_scale .read_more {
    position: relative;
    bottom: 0;
    top: 0;
    background-color: #fff !important;
    color: #204b89 !important;
}


.scale_up_section {float: left; width: 100%;}

.form-horizontal {float: left; width: 100%; margin-top: 30px;}
.form-horizontal .read_more {
    position: relative;
    bottom: 0;
    line-height: 30px !important;
    margin-top: 22px;
}
.read_more:hover {
    background-color: #000;
    color: #FFF;
}

.padding_box {
    padding: 86px 111px; padding-bottom: 0px;
}
.contact_box_left .read_more {

    width: auto;
    
}
.contact_box_left .form-control {
    display: block;
    width: 100%;
    padding: 12px 17px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    color: #575757;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color .15s 
ease-in-out, box-shadow .15s 
ease-in-out;
    margin-bottom: 9px;
    letter-spacing: 1px;
}

.payment_links_box .title {
    font-weight: 700;
    font-size: 22px !important;
    letter-spacing: 1.5px;
    margin-top: 10px;
}
.qr-box {height: 160px !important;}
.split_payment_left {
    float: left;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
}
.payment_gent {
    font-size: 25px !important;
}


.payment_links_box {
    padding: 28px !important; margin-bottom: 25px !important;
    
}

.split_left_section {
    width: 100%;
    padding: 64px;
    background-color: #FFF;
    border-radius: 255px;
}


.report_section_left {float: left; width: 100%;}
.report_box h4 {
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 1.5px;
    margin-top: 10px;
}
.report_box {float: left; width: 100%; display: flex; flex-direction: column;}
.report_box img {
    width: 66px;
    background-color: #204b89;
    padding: 14px;
    border-radius: 59px;
 
}
.unlock_left_section h4 {font-weight: 700;
    font-size: 20px;
    letter-spacing: 1.5px;
    margin-top: 10px;}

.unlock_features_right {
    float: left;
    width: 100%;
    padding-left: 36px;
}
.unlock_features_right .read_more {position: relative; width: 183px;}


.unlock_featares_section {
    float: left;
    width: 100%;
    padding-top: 40px;
    background-color: #eef6ff;
    padding-bottom: 40px;
}
.unlock_left_section {
    float: left;
    width: 100%;
    border-radius: 14px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
    border: 2px solid #fff;
    padding: 27px 30px;
    background-color: #FFF;
}
.unlock_left_section ul li img {
    width: 50px;
    background-color: #efefef;
    border-radius: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 7px;
}
.unlock_left_section ul li {display: inline-block;}
.unlock_left_section ul {
    padding: 0px;
    margin: 0px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.modal-header {
    display: flex
;
    flex-shrink: 0;
    align-items: center;
    padding: 0;
    border-bottom: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    position: absolute;
    right: 0; z-index: 999;
}

.modal-body .form-horizontal {
    float: left;
    width: 100%;
    margin-top: 13px;
}
.modal-body .title {
    font-size: 29px;
    color: #FFF;
    font-weight: 300;
    letter-spacing: normal !important;
}


.btn-close {
    --bs-btn-close-color: #000;
    --bs-btn-close-bg: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e);
    --bs-btn-close-opacity: 0.5;
    --bs-btn-close-hover-opacity: 0.75;
    --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    --bs-btn-close-focus-opacity: 1;
    --bs-btn-close-disabled-opacity: 0.25;
    --bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
    box-sizing: content-box;
    width: 15px;
    height: 15px;
    padding: .25em .25em;
    color: var(--bs-btn-close-color);
    background: #ffffff00 var(--bs-btn-close-bg) center / 1em auto no-repeat;
    border: 0;
    border-radius: .375rem;
    opacity: 1 !important;
    background-color: #c2d4e1;
    position: relative;
    top: 8px;
    right: 8px;
}

.chatnpay_left {
    margin-top: -129px;
    position: relative;
    z-index: 99;
}
.flex-center-div {
    height: 100%;
    display: flex
;
    flex-direction: column;
    justify-content: center;
}

.payment_gent {
    font-size: 19px !important;
}
.payment_collection_seciton a {
    font-size: 16px;
    text-transform: uppercase;
    color: #234b89;
    background-color: #fff;
    width: 265px;
    height: 44px;
    text-align: center;
    display: block;
    line-height: 44px;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 1.5px;
    border-radius: 6px;
    position: relative;
    bottom: 0;
    margin-bottom: 12px;
}

.payment_option_section_inner .read_more {
    position: relative;
    bottom: 0;
    width: 191px;
}


.payment_collection_seciton_right {
    float: right;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-left: 60px;
}
.payment_collection_seciton_right ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    margin-bottom: 15px;
}
.payment_collection_seciton_right ul li {display: inline-block;}
.payment_collection_seciton_right ul li {
    width: 8%;
    margin-right: 10px;
    background-color: #FFF;
    padding: 6px 10px;
    border-radius: 7px;
}
.payment_collection_seciton {
    float: left;
    width: 100%;
    display: grid;
    grid-template-columns: auto auto;
    justify-content: space-between;
}


.payment_secure_seciton_left {float: left; width: 100%;}

.payment_secure_seciton_right {
    float: left;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.secure_transactions_section {
    float: left;
    width: 100%;
    margin-bottom: 60px;
}
.secure_transactions_section .read_more {
    font-size: 16px;
    text-transform: uppercase;
    color: #FFF;
    background-color: #234b89;
    width: 205px;
    height: 44px;
    text-align: center;
    display: block;
    line-height: 44px;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 1.5px;
    border-radius: 6px;
    position: relative;
    bottom: 0;
}


.payment_links_box img {
    width: 48px !important;
}

.btn_dev:hover {
    color: #ff0000;
}
.btn_dev {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-decoration: none;
    color: #204b89;
}
.btn_dev img {
    position: relative;
    left: 10px;
    top: -1px;
}



.devloper_box {
    float: none;
    width: 200px;
    overflow: hidden;
    background-color: #fff;
    border-radius: 500px;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 23px;
    margin: 0 auto;
    text-align: center;
    border: 1px solid #dfdfdf;
}
.devloper_contant {
    text-align: center;
    float: left;
    width: 100%;
    margin-top: 9px;
}
.devloper_box_main {
    float: left;
    width: 100%;
    background-color: #fff;
    padding: 22px;
    border-radius: 14px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
    border: 2px solid #fff;
}
.devloper_box_main:hover {
    border: 2px solid #ff4a4a;
}
.devloper_contant a {
    font-size: 16px;
    text-transform: uppercase;
    color: #FFF;
    background-color: #234b89;
    width: 75%;
    height: 44px;
    text-align: center;
    display: block;
    line-height: 44px;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 1.5px;
    border-radius: 6px;
    margin: 0 auto;
    position: relative;
}
.devloper_contant h4 {
    font-weight: 700;
    font-size: 26px;
    letter-spacing: 1.5px;
    margin-top: 10px;
    margin-bottom: 18px;
}



.payment_option_section_inner .item {
    border: 1px solid #dfdfdf;
    height: auto;
    align-items: center;
    display: flex
;
    justify-content: center;
    vertical-align: middle;
    border-radius: 15px;
    padding: 0;
    overflow: hidden;
}

.features_inner_section {
    float: left;
    width: 100%;
    margin-top: 38px;
}
.feature_box_section {
    float: left;
    width: 100%;
    background-color: #FFF;
    height: 281px;
    padding: 20px;
    position: relative;
    margin-bottom: 25px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}

.feature_box_section:after {
    position: absolute;
    content: "";
    bottom: 0;
    right: 0%;
    background: url("../images/dark_blue_patch.png") no-repeat;
    width: 57px;
    height: 50px;
}
.feature_box_section img {width: 55px; margin-bottom: 10px;}
.contact_section_box {
    float: left;
    width: 100%;
    background-color: #eef6ff;
    padding: 24px;
    position: relative;
    border-radius: 8px;
}

.contact_right_section_payment {float: left; width: 100%;}
.contact_left_faq {
    float: left;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}

.contact_section_box .title {font-size: 30px;}
.contact_section_box a {font-weight: 700; text-decoration: none; letter-spacing: 1.2px; text-transform: uppercase; color: #234b89 !important;}
.feature_box_section h5 {
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 1.5px;
    margin-top: 4px;
}

.payment_option_section_inner .payment_option_main_links {
    float: left;
    width: 100%;
    margin-bottom: 27px;
}

.contact_us_section {
    margin-top: 40px;
    margin-bottom: 40px;
    float: left;
    width: 100%;
}

.contact_section_inner {
    margin-top: 31px;
    float: left;
    width: 100%;
}



.ablepay_fetaures_section {
    float: left;
    width: 100%;
    background-color: #234b89;
}

.ablepay_fetaures_section {
    float: left;
    width: 100%;
    background-color: #234b89;
    padding-top: 40px;
    padding-bottom: 47px;
}
.payment_option_section_inner .payment {margin-top: 30px;}
.shoping_logo_section_main {
    float: left;
    width: 100%;
    display: grid;
    grid-template-columns: auto auto auto auto auto;
    margin-top: 38px;
}

.shopiong_logo {
    float: left;
    width: 100%;
    border: 1px solid #e5e5e5;
    padding: 27px;
    border-radius: 11px;
}



.inner_banner_section {float: left; width: 100%; position: relative;}
.inner_banner_section:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #013660;
    top: 0;
    left: 0;
    opacity: 0.9;
}

.breadcrumb {
    float: left;
    width: 100%; display: none;
    margin-bottom: 0;
}


.inner_header .wsmenu > .wsmenu-list > li > a {

	color: #ffffff;}

.inner_header .btn_login {

    background-color: #125d9d !important;

}

.breadcrumb a {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    letter-spacing: 1.5px;
}
.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: var(--bs-breadcrumb-item-padding-x);
    color: rgb(255 255 255 / 75%);
    content: var(--bs-breadcrumb-divider, "/");
}
.breadcrumb .breadcrumb-item {font-size: 16px;
    font-weight: 400;
    color: #fff; text-decoration: none;
    letter-spacing: 0.5px;}


.intrigration_section {float: left; width: 100%; background-color: #eef6ff; padding: 40px 0px;}

.intragration_box img {width: 60px;}
.payment_option_section_inner {float: left; width: 100%; padding: 40px 0px;}

.big_para {font-size: 20px !important; font-weight: 600 !important;}
.intragration_main_box .intragration_box {
    float: left;
    width: 100%;
    background-color: #ffffff;
    padding: 14px 22px;
    position: relative;
    margin-bottom: 14px;
    border-radius: 42px;
}
.intragration_main_box .intragration_box .paragraph {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    letter-spacing: 0.5px;
}



.intragration_section_inner {
    float: left;
    width: 100%;
    margin-top: 35px;
}
.intragration_box {
    float: left;
    width: 100%;
    background-color: #fff;
    padding: 45px; position: relative;
}

.intragration_box:before {
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    background: url(../images/intra_blue.png) no-repeat;
    width: 57px;
    height: 50px; display: none;
}



.intragration_box .title{    font-weight: 700;
    font-size: 30px;
    letter-spacing: 1.5px;
    margin-top: 10px;}



.inner_banner_caption {
    position: absolute;
    display: flex
;
    align-items: flex-start;
    justify-content: flex-end;
    top: auto;
    height: auto;
    z-index: 99;
    flex-direction: column;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}
.devloper_contant a:hover { background-color: #ff0000;}
.inner_banner_caption h1 {
    font-size: 37px;
    color: #FFF !important;
    letter-spacing: 1px;
}

.blue_btn:hover {background-color: #000;}
.read_more:hover {background-color: #000;}
.btn_login:hover {background-color: #000 !important;}
.wsmenu > .wsmenu-list > li > a:hover {color: #ff0000;}
.banner_left_section ul li a:hover {color: #ff0000;}
.product_suite_box a:hover {color: #ff0000;}
.bottom_solution_btn ul li a:hover {color: #ff0000;}
.discover_right .read_more:hover {background-color: #000; color: #FFF;}
.discover_right .read_more:hover img {filter: invert(1)}
.payment_feature_left a:hover {color: #ff0000;}
.wsmenu > .wsmenu-list > li > a {
  display: block;
  padding: 10px 10px 10px 13px;
  line-height: normal;
  text-decoration: none;
  position: relative;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.3px;
  color: #00569f;
  text-transform: uppercase;
}
.main_banner_section {
    float: left;
    width: 100%;
    height: 703px;
    background-color: transparent;
    position: relative;
    display: flex
;
    align-items: center;
    background: url(../images/banner_bg.jpg) no-repeat;
    background-size: cover;
    padding-bottom: 63px;
}
.btn_login {
  text-transform: uppercase !important;
  height: 40px;
  width: 130px;
  background-color: #000;
  line-height: 40px;
  display: block;
  background-color: #053660 !important;
  color: #FFF !important;
  border-radius: 5px !important;
  margin-left: 14px;
}
.red {
  background-color: #ff0000 !important;
}
.banner_right_section {
    position: relative;
    bottom: 0px;
}
.banner_left_section {
  float: left;
  width: 100%;
}
.title_blue {
  font-weight: 700;
  color: #234b89 !important;
}
.title_black {
    font-weight: 700;
    color: #204b89 !important;
}
.banner_left_section .title {
    color: #234b89;
    font-size: 64px;
    line-height: 66px;
    font-weight: 500 !important;
}
.ablepay_left_section img {
    filter: invert(0);
    width: 26px;
}
.ablepay_left_section_main {
    float: left;
    width: 100%;
    padding: 4px 0px;
}
.why_able_pay_section .title {
    margin-bottom: 23px;
}
.border-radius-m {border-radius: 8px;}
.banner_left_section h5 {
    font-weight: 400;
    font-size: 22px;
    text-transform: capitalize;
    letter-spacing: normal !important;
    margin-top: 25px;
    color: #000000 !important;
    line-height: 31px !important;
}

.ablepay_left_section {float: left; width: 100%; }
.ablepay_left_section ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
    grid-template-columns: auto auto auto;
    display: grid;
    text-align: center;
}
.ablepay_left_section li {
    font-size: 25px;
    color: #000000;
    display: flex
;
    align-items: center;
    gap: 13px;
    line-height: 52px;
    font-weight: 500;
}

.banner_left_section ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  margin-top: 31px;
}
.bottom_section_payment {
  float: left;
  width: 100%;
  position: absolute;
  bottom: 0px;
}
.payment_inner_section {
    float: left;
    background-color: #FFF;
    position: relative;
    padding-right: 30px;
    padding-top: 15px;
    padding-bottom: 10px;
    border-radius: 10px 44px 0px 0px;
    z-index: 99;
}
.payment_inner_section:after {
    position: absolute;
    content: "";
    background-color: #FFF;
    height: 130px;
    width: 400px;
    left: -82%;
    z-index: -9;
    top: 0px;
}
.payment_inner_section h4 {
    font-size: 37px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #234b89;
}
.payment_inner_section h5 {
    font-size: 37px;
    letter-spacing: 1px;
    color: #204b89 !important;
}
.banner_left_section ul li {
    display: inline-block;
    margin-right: 12px;
}
.banner_left_section ul li a {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
  color: #000;
}
.blue_btn {
  background-color: #234b89;
  width: 160px;
  height: 40px;
  display: block;
  line-height: 40px;
  text-align: center;
  color: #FFF !important;
  border-radius: 4px;
}
.banner_left_section ul li a img {
  margin-left: 10px;
}
footer {
  float: left;
  width: 100%;
  border-top: 1px solid #c9c9c9;
  border-bottom: 1px solid #c9c9c9;
}
.copyright_section {
  float: left;
  width: 100%;
  padding: 16px 0px;
}
.payment_option_main_links {
  float: left;
  width: 100%;
  margin-bottom: 35px;
}
.why .owl-nav.disabled {
  display: none !important;
}
.payment_option_main_links .owl-nav {
  display: none !important;
}
header {
    float: left;
    width: 100%;
    position: relative;
    left: 0;
    right: 0;
    z-index: 999;
    top: 0;
    padding: 19px 0px;
}
.banner_left_section {
    float: left;
    width: 100%;
    padding-left: 100px;
}
.scroll_solutions_slider {
  float: left;
  width: 100%;
  margin-top: 29px;
}
.no_code_solution_section_main {
  float: left;
  width: 100%;
  background-color: #eef6ff;
  padding-left: 58px;
  padding-top: 49px;
  padding-bottom: 58px;
  position: relative;
}
.no_code_solution_section_main:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background: url("../images/solutions-top.png") no-repeat;
  width: 57px;
  height: 50px;
}
.no_code_solution_section_main:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  background: url("../images/solutions-bottom.png") no-repeat;
  width: 57px;
  height: 50px;
}
.no_code_solution_section_main h4 {
  margin-bottom: 5px;
}
.solution_box {
    float: left;
    width: 100%;
    background-color: #FFF;
    border-radius: 10px;
    padding: 33px 20px;
    height: 295px;
    position: relative;
    margin-bottom: 24px;
    /* text-align: center; */
    display: flex
;
    align-items: flex-start;
    /* justify-content: center; */
    flex-direction: column;
}

.no_code_solution_section_main .owl-carousel .owl-nav.disabled {
    display: block;
    position: absolute; display: none !important;
    right: 0;
    top: -107px;
}

.bottom_solution_btn {
  float: left;
  position: absolute;
  width: 100%;
  bottom: 33px;
}
.bottom_solution_btn ul li img {
  width: auto !important;
}
.bottom_solution_btn ul li {
  display: inline-block;
  margin-right: 20px;
}
.bottom_solution_btn ul {
  padding: 0px;
  margin-top: 70px;
  margin-bottom: 0;
}
.scroll_solutions_slider h5 {
    font-size: 18px;
    color: #000000;
    letter-spacing: 1.5px;
    font-weight: 700;
    margin-bottom: 0;
}
.scroll_solutions_slider h4 {
    font-size: 16px;
    font-weight: 400;
    margin-top: 13px;
    letter-spacing: 1px;
}
.owl-carousel .owl-nav.disabled {
  display: block;
}
.owl-theme .owl-nav [class*='owl-']:hover {
  background: transparent;
  color: #FFF;
  text-decoration: none;
}
.test .owl-nav.disabled {
    display: block;
    position: absolute;
    left: -46.3%;
    top: 77%;
}
.scroll_solutions_slider h4 span {
  color: #ff0000;
  font-weight: 700;
}
.bottom_solution_btn ul li a {
  font-size: 17px;
  font-weight: 700;
  color: #234b89;
  text-decoration: none;
  letter-spacing: 1.5px;
  display: flex;
  align-items: center;
}
.bottom_solution_btn ul li a img {
  margin-left: 12px;
}
.copyright_section p {
  margin-bottom: 0px;
  font-size: 16px;
  text-decoration: none;
  color: #1b1b1b;
  letter-spacing: 1.3px;
  text-align: center;
}
.footer_box ul li a:hover {
  color: #234b89;
}
.payment_feature_right {
  float: left;
  width: 100%;
}
.payment_feature_section {
  float: left;
  width: 100%;
  margin-top: 60px;
  margin-bottom: 60px;
}
.no_code_solution_section .title {
  margin-left: -2px;
}


.no_code_solution_section {
    float: left;
    width: 100%;
    margin-top: 60px;
    margin-bottom: 38px;
    position: relative;
}
.no_code_solution_section:after {
    position: absolute;
    content: "";
    top: 0px;
    height: 510.5px;
    background-color: #eef6ff;
    top: 0;
    right: 0;
    width: 500px;
    z-index: -99;
}
.no_code_solution_section_main .owl-carousel .owl-nav.disabled {
  display: block;
  position: absolute;
  right: 0;
  top: -107px;
}
.discover_box_section {
  float: left;
  width: 100%;
  position: relative;
}
.discover_box_section_inner {
    float: left;
    width: 100%;
    background-color: #234b89;
    padding: 30px 0px;
    position: relative;
    padding-left: 0;
    display: flex;
    align-items: center;
    border-radius: 14px;
}

.discover_box_section:after {
  position: absolute;
  content: "";
  background-color: transparent !important;
  background-position: right;
  bottom: 0;
  width: 283px;
  z-index: -99;
  height: 164px;
  left: 0;
}
.discover_box_section_inner:after {
  position: absolute;
  content: "";
  background: url(../images/right_disover.png) no-repeat;
  background-position: right;
  bottom: 0;
  width: 118px; display: none;
  height: 157px;
  right: 0;
}
.discover_left {
    width: 68%;
    float: left;
    padding-left: 53px;
}
.discover_right .read_more {
  position: relative;
}
.discover_right .read_more {
  font-size: 16px;
  text-transform: uppercase;
  color: #234b89;
  background-color: #ffffff;
  width: 189px;
  height: 44px;
  text-align: center;
  display: block;
  line-height: 44px;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 1.5px;
  border-radius: 6px;
  float: right;
  bottom: 0;
}
.discover_right .read_more img {
  position: relative;
  top: -1px;
  right: -2px;
}
.discover_right {
    float: left;
    width: 30%;
    padding: 30px 30px;
}
.scroll_nav {
  font-size: 17px;
  font-weight: 700;
  color: #2b2b2b;
  text-decoration: none;
  letter-spacing: 1.5px;
  position: absolute;
  right: 75px;
  top: 77px;
  z-index: 999;
}
.payment_feature_left {
  float: left;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.bold_p {
  font-size: 20px !important;
  margin-top: 13px;
}
.payment_feature_left a {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-decoration: none;
  color: #204b89;
}

.footer_box {
    float: left;
    width: 100%;
    padding-top: 44px;
    border-left: 1px solid #c9c9c9;
    height: 584px;
    padding-bottom: 44px;
}
.padding-left_footer {
  padding-left: 20px;
}
.footer_box ul li a {
  font-size: 16px;
  text-decoration: none;
  color: #1b1b1b;
  letter-spacing: 1.3px;
}
.menu_footer ul li {
  display: block !important;
  line-height: 29px;
}
.footer_margin {
  margin-top: 21px;
}
.footer_box img {
    margin-bottom: 25px;
}
.footer_box h5 {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1.3px;
  color: #1a4484;
}
.footer_box ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  margin-bottom: 0;
}
.footer_box ul li {
  display: inline-block;
  margin-right: 4px;
}
.footer_box ul li img {
  margin-bottom: 0px;
}
.about_us_section_main {
    float: left;
    width: 100%;
    margin-top: 0;
}
.about_main_section {
  float: left;
  width: 100%;
  background: url(../images/about.png) no-repeat;
  background-size: cover;
  background-position: center;
  height: 360px;
  position: relative;
  display: flex;
  align-items: center;
}
.about_main_section:after {
  position: absolute;
  content: "";
  background: url(../images/right_about.png) no-repeat;
  width: 57px;
  height: 50px;
  top: 0;
  left: 0;
}
.about_section_left {
  width: 700px;
  height: 275px;
  background-color: #FFF;
  border-radius: 5px;
  margin-left: 40px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  position: relative;
  padding: 0px 42px;
}
.about_section_left h4 {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1.2px;
  color: #000;
}
.read_more {
  font-size: 16px;
  text-transform: uppercase;
  color: #FFF;
  background-color: #234b89;
  width: 160px;
  height: 44px;
  text-align: center;
  display: block;
  line-height: 44px;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 1.5px;
  border-radius: 6px;
  position: absolute;
  bottom: -19px;
}
.test .owl-item img {
  display: block;
  width: 100%;
  padding: 14px;
  padding-bottom: 0px;
}
.why_able_pay_section {
  float: left;
  width: 100%;
  background-color: #eef6ff;
  padding-top: 50px;
  padding-bottom: 65px;
  position: relative
}
.why_able_pay_section:after {
  position: absolute;
  content: "";
  bottom: 205px;
  background: url(../images/why.png) no-repeat;
  background-size: cover;
  background-position: top;
  height: 351px;
  width: 100%;
  z-index: -99;
  top: -349px;
  left: 0;
}
.why_able_pay_section h4 {
  letter-spacing: 1.5px;
  margin-top: 20px;
}
.left_section_product_suite {
  float: left;
  width: 570px;
  background-color: #234b89;
  position: relative;
  height: 676px;
}
.left_section_product_suite:after {
  position: absolute;
  content: "";
  background: url(../images/product_suite.png) no-repeat;
  background-position: right;
  top: -1px;
  width: 177px;
  height: 678px;
  right: -174px;
}
.paragraph {
    font-size: 16px;
    font-weight: 400;
    color: #1b1b1b;
    letter-spacing: 0px;
}
.product_suite_box h5 {
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 1.5px;
  margin-top: 10px;
}
.product_suite_box a {
  font-size: 16px;
  font-weight: 700;
  color: #234b89;
  text-decoration: none;
  letter-spacing: 1px;
}
.product_suite_box a img {
  position: relative;
  top: -1px;
  right: -3px;
}
.blue {
    color: #000000 !important;
    font-weight: 600 !important;
}
.blue span {
  color: #234b89 !important;
}
.paragraph span {
  font-weight: 800;
}
.right_section_product_suite {
  float: left;
  width: 820px;
  margin-left: 241px;
  height: 71.5vh;
  display: flex;
  align-items: center;
}
.product_suite_box {
  float: left;
  width: 90%;
}
.discover_left .title {
  margin-top: -4px;
  margin-left: -3px;
}
.payment_experience_section {
    float: left;
    width: 100%;
    margin-top: 0px !important;
    margin-bottom: 36px;
    position: relative;
}
.payment_experience_section:after {
    position: absolute;
    content: ""; display:none;
    top: 0;
    left: -221px;
    background-color: transparent;
    width: 500px;
    height: 433px;
}
.why_able_pay_slider {
  float: left;
  width: 100%;
  margin-top: 30px;
  margin-left: 4%;
}
.why_able_pay_slider .paragraph {
  margin-bottom: 0;
}
.why_box_main {
  float: left;
  width: 100%;
  position: relative;
  padding-left: 28px;
}
.why_box_main:after {
  background: url(../images/left_line.png) no-repeat;
  width: 7px;
  height: 185px;
  content: "";
  position: absolute;
  left: 0px;
  top: 75px;
}
.blue_experince_seciton {
    float: left;
    width: 100%;
    background-color: transparent !important;
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
    position: relative;
}
.blue_experince_seciton:after {
  position: absolute;
  content: ""; display: none;
  bottom: 0;
  left: 14%;
  background: url(../images/test-white.png) no-repeat;
  width: 57px;
  height: 50px;
}
.why_box_main img {
  width: auto !important;
}
.why_box_main h4 {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1.2px;
  color: #FFF;
}
.experience_blue_left {
    float: left;
    width: 100%;
    padding-left: 0;
    padding-right: 40px;
    padding-top: 0;
}
.experience_blue_left .title {
    font-size: 35px;
    color: #204b89 !important;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 39px;
    margin-bottom: 47px;
}
.test .owl-nav img {filter: invert(1);}
.experience_blue_left p {color: #000 !important;}

.experience_blue_left .paragraph {
    margin-top: 17px;
}
.test_experice_box h4 {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin-bottom: 4px;
}
.test_experice_box h5 {
  font-size: 17px;
  font-weight: 700;
  color: #1c4888;
  letter-spacing: 1.2px;
}
.test_experice_box img {
  width: auto !important;
  position: absolute;
  right: 26px;
  top: 31px;
}
.test_experice_box .paragraph {
  margin-bottom: 0px;
}
.center_div {
  float: left;
  width: 100%;
}
.title {
    font-size: 37px;
    color: #FFF;
    font-weight: 300;
    letter-spacing: normal !important;
}
.experience_blue_right {
  float: left;
  width: 100%;
}
.test_experice_box {
    float: left;
    width: 100%;
    background-color: #FFF;
    border-radius: 10px;
    padding: 28px;
    height: 309px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    margin-bottom: 32px;
    border: 1px solid #efefef;
}
.blue_experince_seciton_main {
    float: left;
    width: 100%;
    margin-left: 0;
}
.title span {
  font-size: 40px;
  color: #FFF;
  font-weight: 700;
}
.left_section_product_suite h4 {
  font-size: 20px;
  font-weight: 500;
  color: #FFF;
  letter-spacing: 1.5px;
}
.left_section_product_suite p {
  font-size: 16px;
  margin-top: 28px;
  color: #FFF;
  letter-spacing: 1px;
  font-weight: 400;
}
.left_section_product_suite img {
  margin: 0 auto;
  text-align: center;
  display: block;
  margin-top: 30px;
}
.center_div {
  float: left;
  width: 100%;
  padding-left: 67px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  margin-top: -8px;
}

@media(max-width:1600px) {
    .no_code_solution_section:after {
        position: absolute;
        content: "";
        top: 0px;
        height: 504.5px;
        background-color: #eef6ff;
        top: 0;
        right: 0;
        width: 500px;
    }	
	
.payment .owl-item img {
    display: block;
    width: 100%;
    padding: 10px;
}
    .right_section_product_suite {
        float: left;
        width: 741px;
        margin-left: 241px;
        height: 78.8vh;
        display: flex;
        align-items: center;
    }
	
       .why_able_pay_slider {
        float: none;
        width: 95%;
        margin-top: 30px;
        margin-left: 0%;
        margin: 22px auto;
        margin-bottom: 0;
    }
	.payment_experience_section:after {
    position: absolute;
    content: "";
    top: 0;
    left: -372px;
    background-color: #FFF;
    width: 500px;
    height: 433px;
}
	.experience_blue_left {
    float: left;
    width: 100%;
    padding-left: 0;
    padding-right: 40px;
    padding-top: 31px;
}
    .blue_experince_seciton_main {
        float: left;
        width: 100%;
        margin-left: 130px;
    }
.blue_experince_seciton:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 8%;
    background: url(../images/test-white.png) no-repeat;
    width: 57px;
    height: 50px;
}	
	.test .owl-nav.disabled {
    display: block;
    position: absolute;
    left: -51.5%;
    top: 77%;
}
	.padding-left_footer {
    padding-left: 24px;
}
.experience_blue_left .title {
    font-size: 35px;
    color: #FFF;
    font-weight: 300;
    letter-spacing: 1px;
   
	line-height: 41px;
}	
.title {
    font-size: 35px;
    color: #FFF;
    font-weight: 300;
    letter-spacing: 1px;
}	
	.title span {
    font-size: 35px;
    color: #FFF;
    font-weight: 700;
}
    .banner_left_section .title {
        color: #234b89;
        font-size: 56px;
        line-height: 60px;
    }
	    .title span {
        font-size: 35px;
        color: #FFF;
        font-weight: 700;
    }
	
	    .banner_left_section .title span {
        font-size: 44px;
        color: #FFF;
        font-weight: 700;
    }
	    .payment .owl-item {
        padding: 9px !important;
    }
	
}


@media(max-width:1440px) {
	.contact_section_box .title {
    font-size: 24px;
}
	.payment_inner_section h5 {
    font-size: 33px;

}
	.payment_inner_section h4 {
    font-size: 33px;
   
}
	.extra-size-paragraph {
    font-size: 21px !important;
}
	
	.solution_box {
    float: left;
    width: 100%;
    background-color: #FFF;
    border-radius: 10px;
    padding: 33px 20px;
    height: 336px;
    position: relative;
    margin-bottom: 24px;
    /* text-align: center; */
    display: flex
;
    align-items: flex-start;
    /* justify-content: center; */
    flex-direction: column;
}
	
	
	
	    .payment .owl-item {
        padding: 9px !important;
    }
		.why_box_main {
    float: left;
    width: 100%;
    position: relative;
    padding-left: 28px;
    padding-right: 20px;
}
	
	
.right_section_product_suite {
        float: left;
        width: 645px;
        margin-left: 212px;
        height: 79vh;
        display: flex;
        align-items: center;
    }
	
	.title span {
    font-size: 30px;
    color: #FFF;
    font-weight: 700;
}
	.title {
    font-size: 30px;
    color: #FFF;
    font-weight: 300;
    letter-spacing: 1px;
}
    .banner_left_section .title {
        color: #234b89;
        font-size: 55px !important;
        line-height: 60px;
    }
	    	.banner_left_section .title span {
        font-size: 45px;
        color: #FFF;
        font-weight: 700;
    }
	
	
	
.left_section_product_suite {
    float: left;
    width: 480px;
    background-color: #234b89;
    position: relative;
    height: 676px;
}	
	.payment .owl-item {
    padding: 13px;
}
	.container {
    max-width: 1250px;
    margin: 0 auto;
}
    .wsmenu {
        color: #fff;
        font-size: 14px;
        padding: 0;
        width: 63% !important;
        float: right;
        display: block;
    }	
	.left_section_product_suite h4 {
    font-size: 15px;
    font-weight: 500;
    color: #FFF;
    letter-spacing: 1.5px;
}
	.read_more {
    font-size: 15px;
    text-transform: uppercase;
    color: #FFF;
    background-color: #234b89;
    width: 160px;
    height: 44px;
    text-align: center;
    display: block;
    line-height: 44px;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 1.5px;
    border-radius: 6px;
    position: absolute;
    bottom: -19px;
}
	.why_box_main:after {
    background: url(../images/left_line.png) no-repeat;
    width: 7px;
    height: 185px;
    content: "";
    position: absolute;
    left: -14px;
    top: 75px;
}
	
.experience_blue_left {
    float: left;
    width: 100%;
    padding-left: 0;
    padding-right: 40px;
    padding-top: 31px;
}	
	
	.experience_blue_left .title {
    font-size: 30px;
    color: #FFF;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 36px;
}
	
.payment_experience_section:after {
        position: absolute;
        content: "";
        top: 0;
        left: -221px;
        background-color: #FFF;
        width: 293px;
        height: 433px;
    }	
    .blue_experince_seciton_main {
        float: left;
        width: 100%;
        margin-left: 106px;
    }	
	.about_section_left h4 {
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 1.2px;
    color: #000;
}
	.why_able_pay_section h4 {
    letter-spacing: 1.5px;
    margin-top: 20px;
    font-size: 19px;
}
	.why_able_pay_slider {
    float: left;
    width: 100%;
    margin-top: 30px;
    margin-left: 0%;
}
	
	.blue_experince_seciton:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 5%;
    background: url(../images/test-white.png) no-repeat;
    width: 57px;
    height: 50px;
}
    .test .owl-nav.disabled {
        display: block;
        position: absolute;
        left: -51.6%;
        top: 75%;
    }
	.left_section_product_suite p {
    font-size: 16px;
    margin-top: 16px;
    color: #FFF;
    letter-spacing: 1px;
    font-weight: 400;
}
.padding-left_footer {
    padding-left: 25px;
}	
	.footer_box ul li a {
    font-size: 14px;
    text-decoration: none;
    color: #1b1b1b;
    letter-spacing: 1.3px;
}

       .footer_box {
        float: left;
        width: 100%;
        padding-top: 31px;
        /* margin-bottom: 44px; */
        border-left: 1px solid #c9c9c9;
        height: 550px;
    }
	.footer_box .paragraph {
    font-size: 15px;
    font-weight: 400;
    color: #1b1b1b;
    letter-spacing: 0.5px;
}
.footer_box h5 {
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 1.3px;
    color: #1a4484;
}	
	.copyright_section p {
    margin-bottom: 0px;
    font-size: 13px;
    text-decoration: none;
    color: #1b1b1b;
    letter-spacing: 1.3px;
    text-align: center;
}
	.discover_left .title {
    margin-top: -4px;
    margin-left: -1px;
}
    .no_code_solution_section_main .owl-carousel .owl-nav.disabled {
        display: block;
        position: absolute;
        right: -3px;
        top: -95px;
    }
.no_code_solution_section:after {
        position: absolute;
        content: "";
        top: 0px;
        height: 539.5px;
        background-color: #eef6ff;
        top: 0;
        right: 0;
        width: 500px;
    }
	
    .main_banner_section {
        float: left;
        width: 100%;
        height: 661px;
    }
    #timeline .timeline-item .timeline-content h2 {
        font-size: 22px;
    }

#timeline .timeline-item .timeline-icon {
    background: #1d4884;
    width: 45px;
    height: 45px;
    margin-left: -20px;
    
}

#timeline .timeline-item .timeline-icon svg {
    position: relative;
    top: 9px;
    left: 15px;
    width: 16px;
}

#timeline:before {

    height: 74%;
 
}
.timeline-content p {
    font-size: 18px;
  
}
.payment_links_box img {
    width: 48px !important;
}
.payment_links_box {
    padding: 18px !important;
   
}
}


@media(max-width:1400px) {
	.why_box_main {
    float: left;
    width: 100%;
    position: relative;
    padding-left: 28px;
    padding-right: 20px;
}
	
.right_section_product_suite {
        float: left;
        width: 645px;
        margin-left: 212px;
        height: 79vh;
        display: flex;
        align-items: center;
    }
	
	.title span {
    font-size: 30px;
    color: #FFF;
    font-weight: 700;
}
	.title {
    font-size: 30px;
    color: #FFF;
    font-weight: 300;
    letter-spacing: 1px;
}
.banner_left_section .title {
        color: #234b89;
        font-size: 52px !important;
        line-height: 58px;
    }
	    	.banner_left_section .title span {
        font-size: 45px;
        color: #FFF;
        font-weight: 700;
    }
	
	
	
.left_section_product_suite {
    float: left;
    width: 480px;
    background-color: #234b89;
    position: relative;
    height: 676px;
}	
	.payment .owl-item {
    padding: 13px;
}
	.container {
    max-width: 1250px;
    margin: 0 auto;
}
.wsmenu {
        color: #fff;
        font-size: 14px;
        padding: 0;
        width: 63%;
        float: right;
        display: block;
    }	
	.left_section_product_suite h4 {
    font-size: 15px;
    font-weight: 500;
    color: #FFF;
    letter-spacing: 1.5px;
}
	.read_more {
    font-size: 15px;
    text-transform: uppercase;
    color: #FFF;
    background-color: #234b89;
    width: 160px;
    height: 44px;
    text-align: center;
    display: block;
    line-height: 44px;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 1.5px;
    border-radius: 6px;
    position: absolute;
    bottom: -19px;
}
	.why_box_main:after {
    background: url(../images/left_line.png) no-repeat;
    width: 7px;
    height: 185px;
    content: "";
    position: absolute;
    left: -14px;
    top: 75px;
}
	
.experience_blue_left {
    float: left;
    width: 100%;
    padding-left: 0;
    padding-right: 40px;
    padding-top: 31px;
}	
	
	.experience_blue_left .title {
    font-size: 30px;
    color: #FFF;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 36px;
}
	
.payment_experience_section:after {
    position: absolute;
    content: "";
    top: 0;
    left: -221px;
    background-color: #FFF;
    width: 292px;
    height: 433px;
}	
    .blue_experince_seciton_main {
        float: left;
        width: 100%;
        margin-left: 92px;
    }	
	.about_section_left h4 {
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 1.2px;
    color: #000;
}
	.why_able_pay_section h4 {
    letter-spacing: 1.5px;
    margin-top: 20px;
    font-size: 19px;
}
	.why_able_pay_slider {
    float: left;
    width: 100%;
    margin-top: 30px;
    margin-left: 0%;
}
	
	.blue_experince_seciton:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 5%;
    background: url(../images/test-white.png) no-repeat;
    width: 57px;
    height: 50px;
}
    .test .owl-nav.disabled {
        display: block;
        position: absolute;
        left: -51.6%;
        top: 75%;
    }
	.left_section_product_suite p {
    font-size: 16px;
    margin-top: 16px;
    color: #FFF;
    letter-spacing: 1px;
    font-weight: 400;
}
.padding-left_footer {
    padding-left: 25px;
}	
	.footer_box ul li a {
    font-size: 14px;
    text-decoration: none;
    color: #1b1b1b;
    letter-spacing: 1.3px;
}
	
	.footer_box {
    float: left;
    width: 100%;
    padding-top: 31px;
    /* margin-bottom: 44px; */
    border-left: 1px solid #c9c9c9;
  
}
	.footer_box .paragraph {
    font-size: 15px;
    font-weight: 400;
    color: #1b1b1b;
    letter-spacing: 0.5px;
}
.footer_box h5 {
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 1.3px;
    color: #1a4484;
}	
	.copyright_section p {
    margin-bottom: 0px;
    font-size: 13px;
    text-decoration: none;
    color: #1b1b1b;
    letter-spacing: 1.3px;
    text-align: center;
}
	.discover_left .title {
    margin-top: -4px;
    margin-left: -1px;
}
    .no_code_solution_section_main .owl-carousel .owl-nav.disabled {
        display: block;
        position: absolute;
        right: -3px;
        top: -95px;
    }
	
	
}



@media(max-width:1366px) {
    .no_code_solution_section:after {
        position: absolute;
        content: "";
        top: 0px;
        height: 539.5px;
        background-color: #eef6ff;
        top: 0;
        right: 0;
        width: 500px;
    }
	.why_box_main {
    float: left;
    width: 100%;
    position: relative;
    padding-left: 28px;
    padding-right: 20px;
}
.right_section_product_suite {
        float: left;
        width: 645px;
        margin-left: 212px;
        height: 79vh;
        display: flex;
        align-items: center;
    }
	
	.title span {
    font-size: 30px;
    color: #FFF;
    font-weight: 700;
}
	.title {
    font-size: 30px;
    color: #FFF;
    font-weight: 300;
    letter-spacing: 1px;
}
     .banner_left_section .title {
        color: #234b89;
        font-size: 51px !important;
        line-height: 55px;
    }
	    	.banner_left_section .title span {
        font-size: 45px;
        color: #FFF;
        font-weight: 700;
    }
	
	
	
.left_section_product_suite {
    float: left;
    width: 480px;
    background-color: #234b89;
    position: relative;
    height: 676px;
}	
	.payment .owl-item {
    padding: 13px;
}
	.container {
    max-width: 1250px;
    margin: 0 auto;
}
.wsmenu {
    color: #fff;
    font-size: 14px;
    padding: 0;
    width: 80%;
    float: right;
    display: block;
}	
	.left_section_product_suite h4 {
    font-size: 15px;
    font-weight: 500;
    color: #FFF;
    letter-spacing: 1.5px;
}
	.read_more {
    font-size: 15px;
    text-transform: uppercase;
    color: #FFF;
    background-color: #234b89;
    width: 160px;
    height: 44px;
    text-align: center;
    display: block;
    line-height: 44px;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 1.5px;
    border-radius: 6px;
    position: absolute;
    bottom: -19px;
}
	.why_box_main:after {
    background: url(../images/left_line.png) no-repeat;
    width: 7px;
    height: 185px;
    content: "";
    position: absolute;
    left: -14px;
    top: 75px;
}
	
.experience_blue_left {
    float: left;
    width: 100%;
    padding-left: 0;
    padding-right: 40px;
    padding-top: 31px;
}	
	
	.experience_blue_left .title {
    font-size: 30px;
    color: #FFF;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 36px;
}
	
.payment_experience_section:after {
    position: absolute;
    content: "";
    top: 0;
    left: -221px;
    background-color: #FFF;
    width: 292px;
    height: 433px;
}	
    .blue_experince_seciton_main {
        float: left;
        width: 100%;
        margin-left: 71px;
    }	
	.about_section_left h4 {
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 1.2px;
    color: #000;
}
	.why_able_pay_section h4 {
    letter-spacing: 1.5px;
    margin-top: 20px;
    font-size: 19px;
}
	.why_able_pay_slider {
    float: left;
    width: 100%;
    margin-top: 30px;
    margin-left: 0%;
}
	
	.blue_experince_seciton:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 5%;
    background: url(../images/test-white.png) no-repeat;
    width: 57px;
    height: 50px;
}
    .test .owl-nav.disabled {
        display: block;
        position: absolute;
        left: -51.6%;
        top: 75%;
    }
	.left_section_product_suite p {
    font-size: 16px;
    margin-top: 16px;
    color: #FFF;
    letter-spacing: 1px;
    font-weight: 400;
}
.padding-left_footer {
    padding-left: 25px;
}	
	.footer_box ul li a {
    font-size: 14px;
    text-decoration: none;
    color: #1b1b1b;
    letter-spacing: 1.3px;
}
	
	.footer_box {
    float: left;
    width: 100%;
    padding-top: 31px;
    /* margin-bottom: 44px; */
    border-left: 1px solid #c9c9c9;
 
}
	.footer_box .paragraph {
    font-size: 15px;
    font-weight: 400;
    color: #1b1b1b;
    letter-spacing: 0.5px;
}
.footer_box h5 {
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 1.3px;
    color: #1a4484;
}	
	.copyright_section p {
    margin-bottom: 0px;
    font-size: 13px;
    text-decoration: none;
    color: #1b1b1b;
    letter-spacing: 1.3px;
    text-align: center;
}
	.discover_left .title {
    margin-top: -4px;
    margin-left: -1px;
}
    .no_code_solution_section_main .owl-carousel .owl-nav.disabled {
        display: block;
        position: absolute;
        right: -3px;
        top: -95px;
    }
	
	
}



@media(max-width:1280px) {
	
	.why_box_main {
    float: left;
    width: 100%;
    position: relative;
    padding-left: 28px;
    padding-right: 20px;
}
.right_section_product_suite {
        float: left;
        width: 570px;
        margin-left: 201px;
        height: 79vh;
        display: flex;
        align-items: center;
    }
	
	.title span {
    font-size: 30px;
    color: #FFF;
    font-weight: 700;
}
	.title {
    font-size: 30px;
    color: #FFF;
    font-weight: 300;
    letter-spacing: 1px;
}
    .banner_left_section .title {
        color: #234b89;
        font-size: 52px !important;
        line-height: 56px;
    }
	    	.banner_left_section .title span {
        font-size: 45px;
        color: #FFF;
        font-weight: 700;
    }
	
	
	
.left_section_product_suite {
    float: left;
    width: 480px;
    background-color: #234b89;
    position: relative;
    height: 676px;
}	
	.payment .owl-item {
    padding: 13px;
}
	.container {
    max-width: 1250px;
    margin: 0 auto;
}
.wsmenu {
    color: #fff;
    font-size: 14px;
    padding: 0;
    width: 80%;
    float: right;
    display: block;
}	
	.left_section_product_suite h4 {
    font-size: 15px;
    font-weight: 500;
    color: #FFF;
    letter-spacing: 1.5px;
}
	.read_more {
    font-size: 15px;
    text-transform: uppercase;
    color: #FFF;
    background-color: #234b89;
    width: 160px;
    height: 44px;
    text-align: center;
    display: block;
    line-height: 44px;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 1.5px;
    border-radius: 6px;
    position: absolute;
    bottom: -19px;
}
	.why_box_main:after {
    background: url(../images/left_line.png) no-repeat;
    width: 7px;
    height: 185px;
    content: "";
    position: absolute;
    left: -14px;
    top: 75px;
}
	
.experience_blue_left {
    float: left;
    width: 100%;
    padding-left: 0;
    padding-right: 40px;
    padding-top: 31px;
}	
	
	.experience_blue_left .title {
    font-size: 30px;
    color: #FFF;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 36px;
}
	
.payment_experience_section:after {
    position: absolute;
    content: "";
    top: 0;
    left: -221px;
    background-color: #FFF;
    width: 292px;
    height: 433px;
}	
    .blue_experince_seciton_main {
        float: left;
        width: 100%;
        margin-left: 32px;
    }	
	.about_section_left h4 {
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 1.2px;
    color: #000;
}
	.why_able_pay_section h4 {
    letter-spacing: 1.5px;
    margin-top: 20px;
    font-size: 19px;
}
	.why_able_pay_slider {
    float: left;
    width: 100%;
    margin-top: 30px;
    margin-left: 0%;
}
	
	.blue_experince_seciton:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 5%;
    background: url(../images/test-white.png) no-repeat;
    width: 57px;
    height: 50px;
}
    .test .owl-nav.disabled {
        display: block;
        position: absolute;
        left: -51.6%;
        top: 75%;
    }
	.left_section_product_suite p {
    font-size: 16px;
    margin-top: 16px;
    color: #FFF;
    letter-spacing: 1px;
    font-weight: 400;
}
.padding-left_footer {
    padding-left: 25px;
}	
	.footer_box ul li a {
    font-size: 14px;
    text-decoration: none;
    color: #1b1b1b;
    letter-spacing: 1.3px;
}
	
	.footer_box {
    float: left;
    width: 100%;
    padding-top: 31px;
    /* margin-bottom: 44px; */
    border-left: 1px solid #c9c9c9;
    
}
	.footer_box .paragraph {
    font-size: 15px;
    font-weight: 400;
    color: #1b1b1b;
    letter-spacing: 0.5px;
}
.footer_box h5 {
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 1.3px;
    color: #1a4484;
}	
	.copyright_section p {
    margin-bottom: 0px;
    font-size: 13px;
    text-decoration: none;
    color: #1b1b1b;
    letter-spacing: 1.3px;
    text-align: center;
}
	.discover_left .title {
    margin-top: -4px;
    margin-left: -1px;
}
    .no_code_solution_section_main .owl-carousel .owl-nav.disabled {
        display: block;
        position: absolute;
        right: -3px;
        top: -95px;
    }
	
	
}



@media(max-width:1200px) {
	    .container {
        max-width: 1166px;
        margin: 0 auto;
    }
	
     .wsmenu {
        color: #fff;
        font-size: 14px;
        padding: 0;
        width: 68% !important;
        float: right;
        display: block;
    }
}


@media(max-width:820px) {
    
    
 .certified_width {max-width: 100%;}   
    
    
    .banner_left_section {
    float: left;
    width: 100%;
    padding-left: 0;
}
    
    
    
        .timeline-container.left .content, .timeline-container.right .content {
        padding: 30px 18px 30px 90px;
       
    }
    .timeline-container .content {

    height: auto;

}
    .timeline-container .content p {

    font-size: 16px;
  
}
    
    
        #timeline .timeline-item .timeline-content h2 {
 
        font-size: 18px;
    }
    
    
    
    #timeline .timeline-item {
        margin-bottom: 23px;
        position: relative;
        float: left;
        width: 100%;
    }
    
    .timeline-content p {
    font-size: 17px;
    font-weight: 600;
    margin-top: 9px;
    margin-bottom: 0;
    color: #1a4a85;
}
    
	.btn_login2 {display: none !important;}
    .login_mobile {
        float: right;
        position: absolute;
        right: 13px;
        top: 8px;
    }
	
	.happen_box {
  
    margin-bottom: 7px;
}
	.thanks_popup_inner {
    background-color: #FFF;
    width: 600px;
    margin: 0 auto;
    border: 1px solid #e1e1e1;
    padding: 24px;
    margin-top: 50px;
    position: relative;
    border-radius: 10px;
    margin-bottom: 50px;
}
	.thanks_popup_inner h5 {
    text-align: center;
    margin-top: 14px;
    font-weight: 600;
    color: #060606;
    font-size: 16px;
}
	
	
	
	    .smllogo img {
        width: 82% !important;
    }
	.wsmobileheader .smllogo {
        margin-top: 10px !important;
    }
	
	.modal-body {

    padding: 16px !important;
    
}
	.modal-body .title {
    font-size: 23px !important;
}
	
	.whatsapp_icon {
    /* display: -webkit-box; */
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* -webkit-box-pack: center; */
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    bottom: 0;
    right: 6px;
    width: 100%;
    background-color: transparent;
    padding: 10px;
    -webkit-transition: all 0.5s 
ease;
    transition: all 0.5s 
ease;
    z-index: 9;
    float: right;
    width: 89px;
    flex-direction: column;
    margin-bottom: 20px;
    padding: 0px;
    border-radius: 13px 0px;
}
	
	
	    .wsmenu>.wsmenu-list>li>ul.sub-menu>li>a:hover {
        background-color: #e7e7e7;
        color: #666666;
        text-decoration: none;
    }
	
	.wsmobileheader {
    
        background-color: #ffffff;
        
    }
	    .experience_blue_left .title {
        font-size: 26px;
        color: #FFF;
        font-weight: 300;
        letter-spacing: 1px;
        line-height: 31px;
    }
	
    .btn_login {
        text-transform: uppercase !important;
        height: 40px;
        width: 100%;
        line-height: 18px !important;
        display: block;
        background-color: #053660 !important;
        color: #FFF !important;
        border-radius: 0px !important;
        margin-left: 0;
        margin-top: 0;
        margin-right: 0;
        font-size: 13px !important;
    }
	    .wsmenu>.wsmenu-list>li>.wsmenu-click>i {
        display: block;
        height: 23px;
        width: 25px;
        margin-top: 7px;
        margin-right: 10px;
        background-size: 25px;
        font-size: 21px;
        color: rgba(0, 0, 0, 0.50);
        float: right;
    }
	
	.wsmenu > .wsmenu-list > li > a {
    display: block;
    padding: 10px 10px 10px 13px;
    line-height: normal;
    text-decoration: none;
    position: initial;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.3px;
    color: #00569f;
    text-transform: uppercase;
}
	      .payment_inner_section:after {
        position: absolute;
        content: "";
        background-color: #FFF;
        height: 103px;
        width: 400px;
        left: -82%;
        z-index: -9;
        top: 0px;
    }
	
	.mobile {display: block;}
	
	
	.about_section_left {
    width: 700px;
    height: 219px;
    background-color: #FFF;
    border-radius: 5px;
    margin-left: 40px;
    display: flex
;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    position: relative;
    padding: 0px 24px;
    margin-right: 40px;
}
	
	.about_section_left .paragraph {margin-bottom: 0px;}
 
	
	.about_main_section:after {
    display: none;
}
	.about_main_section {
        float: left;
        width: 100%;
        background: url(../images/about.png) no-repeat;
        background-size: cover;
        background-position: right;
        height: 276px;
        position: relative;
        display: flex
;
        align-items: center;
    }
	
	.why_able_pay_section {
    float: left;
    width: 100%;
    background-color: #eef6ff;
    padding-top: 22px;
    padding-bottom: 23px;
    position: relative;
}
	
	.why_able_pay_section .title {
    margin-bottom: 13px;
}
	
	.ablepay_left_section li {
    font-size: 20px;
    color: #000000;
    display: flex
;
    align-items: center;
    gap: 9px;
    line-height: 38px;
    font-weight: 500;
}
	
	
	.ablepay_left_section ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
    grid-template-columns: auto auto;
    display: grid
;
    text-align: center;
}
	
	.test_experice_box img {
    width: auto !important;
    position: absolute;
    right: 6px;
    top: -1px;
}
	.payment_experience_section {
    float: left;
    width: 100%;
    margin-top: 0px !important;
    margin-bottom: 12px;
    position: relative;
}
	
	    .solution_box {
        float: left;
        width: 100%;
        background-color: #FFF;
        border-radius: 10px;
        padding: 18px 18px;
        height: 259px;
        position: relative;
        margin-bottom: 24px;
        /* text-align: center; */
        display: flex
;
        align-items: flex-start;
        /* justify-content: center; */
        flex-direction: column;
    }
	.payment_option_section {
    float: left;
    width: 100%;
    margin-top: 15px;
}
	.payment_option_main_links {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}
	.banner_left_section .title {
        color: #234b89;
        font-size: 39px !important;
        line-height: 44px;
    }
	
    .banner_left_section h5 {
        font-weight: 400;
        font-size: 17px;
        text-transform: capitalize;
        letter-spacing: normal !important;
        margin-top: 14px;
        color: #000000 !important;
        line-height: 25px !important;
    }
	    .main_banner_section {
        float: left;
        width: 100%;
        height: 560px;
        padding-bottom: 111px;
    }
    .payment_inner_section h4 {
        font-size: 29px;
        font-weight: 600;
        letter-spacing: 1px;
        color: #234b89;
        margin-bottom: 0;
    }
.payment_inner_section h5 {
    font-size: 29px;
    letter-spacing: 1px;
    color: #204b89 !important;
}	
	
	.experience_blue_left .title {
   
    margin-bottom: 33px;
}
	.test_experice_box {
    float: left;
    width: 100%;
    background-color: #FFF;
    border-radius: 10px;
    padding: 17px;
    height: 309px;
    display: flex
;
    flex-direction: column;
    justify-content: center;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    margin-bottom: 32px;
    border: 1px solid #efefef;
}
	    .experience_blue_left {
        float: left;
        width: 100%;
        padding-left: 0;
        padding-right: 40px;
        padding-top: 0px;
    }
	.no_code_solution_section_main {
    float: left;
    width: 100%;
    background-color: #eef6ff;
    padding-left: 0;
    padding-top: 34px;
    padding-bottom: 29px;
    position: relative;
}
    .no_code_solution_section {
        float: left;
        width: 100%;
        margin-top: 60px;
        margin-bottom: 27px;
        position: relative;
        background-color: #eef6ff;
    }
	.no_code_solution_section_main:before {display: none;}
	.no_code_solution_section_main:after {display: none;}
	.blue_experince_seciton_main {
        float: left;
        width: 100%;
        margin-left: 0;
    }
	
	.footer_logo {width: 20% !important; margin-bottom: 10px !important;}
    .footer_box img {
        margin-bottom: 25px;
        width: 64%;
        border-radius: 9px;
    }
	
	#footer .location_box_section .paragraph {margin-bottom: 10px;}
	
	
	
	.footer_box ul li img {
    margin-bottom: 0px;
    width: 27px;
    margin-top: -10px;
    margin-left: -2px; margin-bottom: 10px;
}
	
	.menu_footer ul li {
    display: block !important;
    line-height: 23px;
}
	.feature_box_section h5 {
    
    font-size: 18px;
    
}
	.padding_extra {
    padding-left: 0;
    margin: 0 auto;
    text-align: center;
    display: block;
    padding-right: 0;
    margin-top: 30px;
}
	
    .padding_box {
        padding: 58px 60px;
        padding-bottom: 0px;
        margin-top: 0px;
        margin-bottom: 51px;
    }
	
	.extra-size-paragraph {

    padding-right: 0 !important;
}
.extra-size-paragraph {
    font-size: 18px !important;
}
	.split_left_section {margin-top: 30px;}
	.split_left_section img {width: 60%;
    margin: 0 auto;
    text-align: center;
    display: block;
}
	
	
	.payment_links_box .title {
    font-weight: 700;
    font-size: 20px !important;
    letter-spacing: 1.5px;
    margin-top: 10px;
}
	
	.devloper_contant a {
    font-size: 14px;
    text-transform: uppercase;
    color: #FFF;
    background-color: #234b89;
    width: 75%;
    height: 37px;
    text-align: center;
    display: block;
    line-height: 37px;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 1.5px;
    border-radius: 6px;
    margin: 0 auto;
    position: relative;
}
	
	
	.intragration_inner {    margin-top: 18px !important;
    margin-bottom: 2px !important;}
	
	.devlop {margin-bottom: 35px;}
	
	.devloper_contant h4 {
  
    font-size: 22px;
    
}
	    .margin_mobile_remove {
        margin-top: 32px !important;
    }
	.margin_mobile_remove {}	
	
	.payment_gent {
    font-size: 17px !important;
}
.chatnpay_left img {
        width: 54%;
        margin-top: 169px;
        margin: 0px auto;
        text-align: center;
        display: block;
        margin-top: 171px;
    }
	
	.trust_section {margin-top: 15px;}
	
	
	.payment .owl-item {
        padding: 0px !important;
    }
	    .title span {
        font-size: 26px;
   
    }
	    .title  {
        font-size: 26px;
      
    }
	.big_para {
    font-size: 16px !important;
    font-weight: 600 !important;
}
	
	.contact_section_box .title {
    font-size: 21px;
}
	.contact_right_section_payment img {width: 100%; display: none;}
	
	
	
	.wow{
        animation-name: none !important;
        visibility: visible !important;
    }
	 .animated {
    animation: none !important;
  }
	    .container {
        max-width: 750px;
        margin: 0 auto;
    }
	    .footer_box {
        float: left;
        width: 100%;
        padding-top: 0;
        border-left: 0px solid #c9c9c9;
    }
	    .padding-left_footer {
        padding-left: 0;
    }
	
	    .footer_box {
     padding-bottom: 10px;
        height: auto;
    }
	footer {
    float: left;
    width: 100%;
    border-top: 1px solid #c9c9c9;
    border-bottom: 1px solid #c9c9c9;
    padding-top: 28px;
    padding-bottom: 28px;
}
.inner_banner_section {
    float: left;
    width: 100%;
    position: relative;
    margin-top: 17px;
}
	.inner_banner_caption h1 {
    font-size: 25px;
    color: #FFF !important;
    letter-spacing: 1px;
}
	.inner_banner_section img {height: 150px; object-fit: cover;}
	    .wsmobileheader .smllogo {
        display: inline-block;
        margin-top: 8px;
    }
	
	.smllogo img {width: 93%;}
	
	header {
    float: left;
    width: 100%;
    position: relative;
    left: 0;
    right: 0;
    z-index: 9999;
    top: 0;
    padding: 19px 0px;
}
	.contact_box_left_image {display: none;}	
	.our_location_section {
    float: left;
    width: 100%;
    margin-bottom: 35px;
    margin-top: 23px !important;
}
	.location_section_inner {
    float: left;
    width: 100%;
    margin-top: 26px;
}
.intrigration_section {
    float: left;
    width: 100%;
    background-color: #eef6ff;
    padding: 27px 0px;
}	
	.form-horizontal {
    float: left;
    width: 100%;
    margin-top: 20px;
}
.location_box_section {
    float: left;
    width: 100%;
    padding: 26px;
    border-radius: 0;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
    
}	
    .payment_links_box {
        padding: 16px !important;
        margin-bottom: 25px !important;
        height: auto;
    }
	
	.payment_links_box .paragraph {margin-bottom: 0px;}
	.payment_option_section_inner {
    float: left;
    width: 100%;
    padding: 26px 0px;
}
	.marquee {

    padding: 0px 0;
   
}

	
	    .title2 {
        font-size: 20px !important;
    }
	
	.moving_line .payment_links_box {
    padding: 2px 14px !important;
    margin-bottom: 0px !important;
    border-radius: 10px;
}
	
.accordion-button {
   
    font-size: 15px;
 
}	
	.inner_banner_caption {
    position: absolute;
    display: flex
;
    align-items: center;
    justify-content: center;
    top: auto;
    height: auto;
    z-index: 999;
    flex-direction: column;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    width: 100%;
    text-align: center;
}
.accordion-button {
  
    padding: 10px;
    
}	
.accordion-body {
    padding: 10px;
}	
	.desktop {display: none;}
}

@media(max-width:768px) {
	
	    .experience_blue_left .title {
        font-size: 26px;
 
        line-height: 32px;
    }
	
	
	    .ablepay_left_section li {
        font-size: 18px;
        color: #000000;
        display: flex
;
        align-items: center;
        gap: 9px;
        line-height: 38px;
        font-weight: 500;
    }
	
	
	    .extra-size-paragraph {
        font-size: 16px !important;
    }
	    .title span {
        font-size: 26px;
   
    }
	    .title  {
        font-size: 26px;
      
    }
	.big_para {
    font-size: 16px !important;
    font-weight: 600 !important;
}
	
	.contact_section_box .title {
    font-size: 21px;
}
	.contact_right_section_payment img {width: 100%; display: none;}
	
	
	
	.wow{
        animation-name: none !important;
        visibility: visible !important;
    }
	 .animated {
    animation: none !important;
  }
	    .container {
        max-width: 750px;
        margin: 0 auto;
    }
	    .footer_box {
        float: left;
        width: 100%;
        padding-top: 0;
        border-left: 0px solid #c9c9c9;
    }
	    .padding-left_footer {
        padding-left: 0;
    }
	
	    .footer_box {
     padding-bottom: 10px;
        height: auto;
    }
	footer {
    float: left;
    width: 100%;
    border-top: 1px solid #c9c9c9;
    border-bottom: 1px solid #c9c9c9;
    padding-top: 28px;
    padding-bottom: 28px;
}
.inner_banner_section {
    float: left;
    width: 100%;
    position: relative;
    margin-top: 17px;
}
	.inner_banner_caption h1 {
    font-size: 25px;
    color: #FFF !important;
    letter-spacing: 1px;
}
	.inner_banner_section img {height: 150px; object-fit: cover;}
	    .wsmobileheader .smllogo {
        display: inline-block;
        margin-top: 8px;
    }
	
	.smllogo img {width: 93%;}
	
	header {
    float: left;
    width: 100%;
    position: relative;
    left: 0;
    right: 0;
    z-index: 9999;
    top: 0;
    padding: 19px 0px;
}
	.contact_box_left_image {display: none;}	
	.our_location_section {
    float: left;
    width: 100%;
    margin-bottom: 35px;
    margin-top: 23px !important;
}
	.location_section_inner {
    float: left;
    width: 100%;
    margin-top: 26px;
}
.intrigration_section {
    float: left;
    width: 100%;
    background-color: #eef6ff;
    padding: 27px 0px;
}	
	.form-horizontal {
    float: left;
    width: 100%;
    margin-top: 20px;
}
.location_box_section {
    float: left;
    width: 100%;
    padding: 26px;
    border-radius: 0;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
    
}	
}

@media(max-width:600px) {
    #timeline:before {

    height: 74%;
  
}

.timeline-content p {
        font-size: 16px;
       
    }

   #timeline .timeline-item .timeline-icon {
    background: #1d4884;
    width: 40px;
    height: 40px;

 
} 
    
       #timeline .timeline-item .timeline-icon {
        left: 5px;
    } 
    
    
       #timeline .timeline-item .timeline-content:before {
        content: "";
        position: absolute;
        left: 52px;
        top: 13px;
        width: 0;
        height: 0;
        border-top: 7px solid transparent;
        border-bottom: 7px solid transparent;
        border-left: 0px solid #174884;
    }
    
    
    
    
    
    
#timeline .timeline-item .timeline-icon svg {
        position: relative;
        top: 7px;
        left: 13px;
        width: 15px;
        height: 15px;
    }
    
    
    
	.thanks_popup_inner {
    background-color: #FFF;
    width: 500px;
    margin: 0 auto;
    border: 1px solid #e1e1e1;
    padding: 24px;
    margin-top: 50px;
    position: relative;
    border-radius: 10px;
    margin-bottom: 50px;
}
	
	.what_happan_section ul li a {
    display: flex
;
    text-decoration: none;
    background-color: #0088d1;
    color: #FFF;
    align-items: center;
    justify-content: center;
    padding: 5px;
    border-radius: 6px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 1px;
    border-radius: 52px;
}
	
	    .about_section_left {
        width: 700px;
        height: 244px;
        background-color: #FFF;
        border-radius: 5px;
        margin-left: 40px;
        display: flex
;
        align-items: flex-start;
        flex-direction: column;
        justify-content: center;
        position: relative;
        padding: 0px 24px;
        margin-right: 40px;
    }
	
	    .solution_box {
        float: left;
        width: 100%;
        background-color: #FFF;
        border-radius: 10px;
        padding: 18px 18px;
        height: auto;
        position: relative;
        margin-bottom: 24px;
        /* text-align: center; */
        display: flex
;
        align-items: flex-start;
        /* justify-content: center; */
        flex-direction: column;
    }
	
	
	.payment_inner_section h4 {
        font-size: 25px;
        
    }
	.payment_inner_section h5 {
        font-size: 25px;
       
    }
	
	
	
	.banner_left_section ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    margin-top: 21px;
}
	       .main_banner_section {
        float: left;
        width: 100%;
        height: auto;
        padding-bottom: 75px;
        padding-top: 43px;
        height: auto;
    }
    .banner_right_section img {
        margin-top: 39px;
    }
	    .banner_left_section .title {
        color: #234b89;
        font-size: 35px !important;
        line-height: 40px;
    }
	
	
	.ablepay_fetaures_section {
    float: left;
    width: 100%;
    background-color: #234b89;
    padding-top: 27px;
    padding-bottom: 20px;
}
	.features_inner_section {
    float: left;
    width: 100%;
    margin-top: 22px;
}
	    .split_left_section img {
        width: 100%;
        margin: 0 auto;
        text-align: center;
        display: block;
    }
	
	.flex-center-div h4 {font-size: 17px;}
	.accordion-body .paragraph {
    font-size: 16px;
  
}
	
	.btn_dev {
    font-size: 17px;

}
	.devloper_box {
    float: none;
    width: 134px;
    overflow: hidden;
    background-color: #fff;
    border-radius: 500px;
    height: 134px;
    display: flex
;
    align-items: center;
    justify-content: center;
    padding: 8px;
    margin: 0 auto;
    text-align: center;
    border: 1px solid #dfdfdf;
}
	
	
	    .devloper_contant h4 {
        font-size: 18px;
    }
	    .mobile_small {
        width: 60%;
        margin: 0 auto;
        text-align: center;
        display: block;
        margin-bottom: 24px;
    }
    
	
	
	.contact_box_left  img {margin-top: 25px;}
	
	
	.team_caption_section h5 {

    letter-spacing: 1px;

}
	
	
	.team_caption_section h3 {
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 1px;
    margin-top: 10px;
}
	
	
	
	.team_main_image {
    float: left;
    width: 100%;
    border: 1px solid #dbdbdb;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 25px;
    margin-top: 22px;
}
	
	
	.intragration_section_inner {
    margin-bottom: 0 !important;
}
	
	
	.payment_option_section_inner .payment {
    margin-top: 17px;
}
	    .title span {
        font-size: 23px;
   
    }
	    .title  {
        font-size: 23px;
      
    }
	.big_para {
    font-size: 16px !important;
    font-weight: 600 !important;
}
	
	.contact_section_box .title {
    font-size: 21px;
}
	.contact_right_section_payment img {width: 100%; display: none;}
	
	    .contact_section_box {
        margin-bottom: 9px;
    }
	
	.wow{
        animation-name: none !important;
        visibility: visible !important;
    }
	 .animated {
    animation: none !important;
  }
	    .container {
        max-width: 550px;
        margin: 0 auto;
    }
	    .footer_box {
        float: left;
        width: 100%;
        padding-top: 0;
        border-left: 0px solid #c9c9c9;
    }
	    .padding-left_footer {
        padding-left: 0;
    }
	
	    .footer_box {
     padding-bottom: 10px;
        height: auto;
    }
	footer {
    float: left;
    width: 100%;
    border-top: 1px solid #c9c9c9;
    border-bottom: 1px solid #c9c9c9;
    padding-top: 28px;
    padding-bottom: 28px;
}
.inner_banner_section {
    float: left;
    width: 100%;
    position: relative;
    margin-top: 17px;
}
	.inner_banner_caption h1 {
    font-size: 25px;
    color: #FFF !important;
    letter-spacing: 1px;
}
	.inner_banner_section img {height: 150px; object-fit: cover;}
	    .wsmobileheader .smllogo {
        display: inline-block;
        margin-top: 8px;
    }
	
	.smllogo img {width: 93%;}
	
	header {
    float: left;
    width: 100%;
    position: relative;
    left: 0;
    right: 0;
    z-index: 9999;
    top: 0;
    padding: 19px 0px;
}
	.contact_box_left_image {display: none;}	
	.our_location_section {
    float: left;
    width: 100%;
    margin-bottom: 35px;
    margin-top: 23px !important;
}
	.location_section_inner {
    float: left;
    width: 100%;
    margin-top: 26px;
}
.intrigration_section {
    float: left;
    width: 100%;
    background-color: #eef6ff;
    padding: 27px 0px;
}	
	.form-horizontal {
    float: left;
    width: 100%;
    margin-top: 20px;
}
.location_box_section {
    float: left;
    width: 100%;
    padding: 26px;
    border-radius: 0;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
    
}	
}

@media(max-width:480px) {
        .timeline-container .content p {
        font-size: 14px;
    }
        .timeline-container.left .icon, .timeline-container.right .icon {
        right: auto;
        left: 60px;
        z-index: 999;
    }
    .timeline-container .content h2 {
    margin: 0 0 10px 0;
    font-size: 18px;
    font-weight: normal;
    color: #bae1ff;
    letter-spacing: 1px;
}
    
        .timeline::after {
        left: 79px;
    }
    .timeline-container.left::before, .timeline-container.right::before {display:none;}
    
	    .timeline-container {
        width: 100%;
        padding-left: 90px;
        padding-right: 0;
    }
	    .timeline-container.left .content, .timeline-container.right .content {
        padding: 30px 18px 30px 47px;
    }
	    #timeline .timeline-item .timeline-content:before {
        content: "";
        position: absolute;
        left: 42px;
        top: 13px;
        width: 0;
        height: 0;
        border-top: 7px solid transparent;
        border-bottom: 7px solid transparent;
        border-left: 0px solid #174884;
    }
	
	
.what_happan_section ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 9px;
}
	.success {
    margin: 0 auto;
    display: block;
    width: 56px;
}
	    .thanks_popup_inner {
        background-color: #FFF;
        width: 417px;
        margin: 0 auto;
        border: 1px solid #e1e1e1;
        padding: 24px;
        margin-top: 50px;
        position: relative;
        border-radius: 10px;
        margin-bottom: 50px;
    }
	
	
	    .no_code_solution_section
 {
        float: left;
        width: 100%;
        margin-top: 30px;
        margin-bottom: 27px;
        position: relative;
        background-color: #eef6ff;
    }
	
	.ablepay_left_section img {
    filter: invert(0);
    width: 20px;
}
	.scroll_solutions_slider h4 {
    font-size: 15px;
  
}
	    .test_experice_box {
        float: left;
        width: 100%;
        background-color: #FFF;
        border-radius: 10px;
        padding: 17px;
        height: auto;
        display: flex
;
        flex-direction: column;
        justify-content: center;
        box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
        margin-bottom: 32px;
        border: 1px solid #efefef;
    }
	
	
	    .experience_blue_left .title {
        font-size: 22px;
        line-height: 32px;
        line-height: 31px;
    }
	.ablepay_left_section ul {
        padding: 0px;
        margin: 0px;
        list-style: none;
        grid-template-columns: auto;
        display: grid
;
        text-align: center;
    }
	.ablepay_left_section li {
        font-size: 17px;
        color: #000000;
        display: flex
;
        align-items: center;
        gap: 9px;
        line-height: 33px;
        font-weight: 500;
    }
	    .about_section_left {
        width: 700px;
        height: auto;
        background-color: #FFF;
        border-radius: 5px;
        margin-left: 9px;
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        justify-content: center;
        position: relative;
        padding: 19px 24px;
        margin-right: 8px;
        border: 1px solid #f1f1f1;
    }
	
	      .about_section_left {
        width: 700px;
        height: auto;
        background-color: #FFF;
        border-radius: 5px;
        margin-left: 0;
        display: flex
;
        align-items: flex-start;
        flex-direction: column;
        justify-content: center;
        position: relative;
        padding: 19px 24px;
        margin-right: 0;
    }
	    .about_main_section {
        float: left;
        width: 100%;
        background: none;
        background-size: cover;
        background-position: right;
        height: auto;
        position: relative;
        display: flex
;
        align-items: center;
    }
	
	
	.whatsapp_icon img {
    width: 57px;
}
.whatsapp_icon {
    /* display: -webkit-box; */
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* -webkit-box-pack: center; */
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    bottom: 0;
    right: 6px;
    width: 100%;
    background-color: transparent;
    padding: 10px;
    -webkit-transition: all 0.5s 
ease;
    transition: all 0.5s 
ease;
    z-index: 9;
    float: right;
    width: 68px;
    flex-direction: column;
    margin-bottom: 20px;
    padding: 0px;
    border-radius: 13px 0px;
}
	     .main_banner_section {
        float: left;
        width: 100%;
        height: auto;
        padding-bottom: 81px;
        padding-top: 50px;
        height: auto !important;
    }
	    .banner_left_section .title {
        color: #234b89;
        font-size: 31px !important;
        line-height: 35px;
    }
	
	
	    .padding_box {
        padding: 1px 60px;
        
    }
	    .split_left_section img {
        width: 100%;
        margin: 0 auto;
        text-align: center;
        display: block;
    }
	
	.accordion-body .paragraph {
        font-size: 15px;
    }
	
	    .payment_links_box .title {
      
        font-size: 18px !important;
        
    }
	    .payment_links_box {
        padding: 16px !important;
        margin-bottom: 11px !important;
        height: auto;
    }
	.moving_line .payment_links_box .title {
    font-size: 17px !important;
}
	
	.inner_banner_caption {
    position: absolute;
    display: flex
;
    align-items: center;
    justify-content: center;
    top: auto;
    height: auto;
    z-index: 999;
    flex-direction: column;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    width: 100%;
}
	.devloper_contant a {
        font-size: 12px;
        text-transform: uppercase;
        color: #FFF;
        background-color: #234b89;
        width: 100%;
        height: 37px;
        text-align: center;
        display: block;
        line-height: 37px;
        text-decoration: none;
        font-weight: 600;
        letter-spacing: 1.5px;
        border-radius: 6px;
        margin: 0 auto;
        position: relative;
    }
	
	
	.intragration_box img {
    width: 21px;
    height: 21px;
}
	.location_box_section img {
    width: 22px;
    margin-right: 11px;
}
	 
	
	    .chatnpay_left img {
        width: 81%;
        margin-top: 169px;
        margin: 0px auto;
        text-align: center;
        display: block;
        margin-top: 171px;
    }
	
	.payment_gent {
        font-size: 15px !important;
    }
	.intragration_box .title {
    display: flex
;
    gap: 7px;
    align-items: center;
}
	
	    .read_more {
        font-size: 14px;

    }
	.upload label {
    
    font-size: 14px;
    /* text-transform: uppercase; */
}
	.intragration_main_box .intragration_box .paragraph {
    font-size: 15px;

}
	
	.paragraph {
    font-size: 15px;
    font-weight: 400;
    color: #1b1b1b;
    letter-spacing: 0px;
}
	
	.location_box_section .paragraph {
    font-size: 15px;
 
}
	
	
	.contact_section_box a {
   
    font-size: 15px;
}
	    .contact_us_section {
        margin-top: 21px;
        margin-bottom: 30px;
        float: left;
        width: 100%;
    }
	
	
.payment_option_section_inner .payment {
        margin-top: 13px;
    }
	    .title span {
        font-size: 23px;
   
    }
	    .title  {
        font-size: 23px;
      
    }
.big_para {
        font-size: 15px !important;
        font-weight: 600 !important;
    }
	
    .contact_section_box .title {
        font-size: 19px;
    }
	.contact_right_section_payment img {width: 100%; display: none;}
	
	
	
	.wow{
        animation-name: none !important;
        visibility: visible !important;
    }
	 .animated {
    animation: none !important;
  }
	    .container {
        max-width: 750px;
        margin: 0 auto;
    }
	    .footer_box {
        float: left;
        width: 100%;
        padding-top: 0;
        border-left: 0px solid #c9c9c9;
    }
	    .padding-left_footer {
        padding-left: 0;
    }
	
	    .footer_box {
     padding-bottom: 10px;
        height: auto;
    }
	footer {
    float: left;
    width: 100%;
    border-top: 1px solid #c9c9c9;
    border-bottom: 1px solid #c9c9c9;
    padding-top: 28px;
    padding-bottom: 28px;
}
.inner_banner_section {
    float: left;
    width: 100%;
    position: relative;
    margin-top: 17px;
}
	.inner_banner_caption h1 {
    font-size: 25px;
    color: #FFF !important;
    letter-spacing: 1px;
}
	.inner_banner_section img {height: 150px; object-fit: cover;}
	    .wsmobileheader .smllogo {
        display: inline-block;
        margin-top: 8px;
    }
	
	.smllogo img {width: 93%;}
	
	header {
    float: left;
    width: 100%;
    position: relative;
    left: 0;
    right: 0;
    z-index: 9999;
    top: 0;
    padding: 19px 0px;
}
	.contact_box_left_image {display: none;}	
	.our_location_section {
    float: left;
    width: 100%;
    margin-bottom: 35px;
    margin-top: 23px !important;
}
	.location_section_inner {
    float: left;
    width: 100%;
    margin-top: 26px;
}
.intrigration_section {
    float: left;
    width: 100%;
    background-color: #eef6ff;
    padding: 27px 0px;
}	
	.form-horizontal {
    float: left;
    width: 100%;
    margin-top: 20px;
}
.location_box_section {
    float: left;
    width: 100%;
    padding: 26px;
    border-radius: 0;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
    
}	
	.contact_section_box {
   
    margin-bottom: 9px;
}
	    .container {
        max-width: 440px;
        margin: 0 auto;
    }
	
	
	
	
	
}

@media(max-width:414px) {
	
	    #timeline .timeline-item .timeline-content:before {

        left: 36px;
        top: 13px;

    }
	
	
	
	.thanks_popup_inner {
        background-color: #FFF;
        width: 346px;
        margin: 0 auto;
        border: 1px solid #e1e1e1;
        padding: 24px;
        margin-top: 50px;
        position: relative;
        border-radius: 10px;
        margin-bottom: 50px;
    }
	
	
	    .footer_box img {
        margin-bottom: 25px;
        width: 64%;
        border-radius: 9px;
    }
	    .footer_box img {
        margin-bottom: 25px;
        width: 64%;
        border-radius: 9px;
    }
	
	    .main_banner_section {
        float: left;
        width: 100%;
        height: auto;
        padding-bottom: 88px;
        padding-top: 46px;
        height: auto;
    }
	
	    .payment_inner_section h4 {
        font-size: 22px;
    }
	    .payment_inner_section h5 {
        font-size: 22px;
    }
	    .banner_left_section .title {
        color: #234b89;
        font-size: 28px !important;
        line-height: 35px;
    }
	
	
	    .accordion-button {
        font-size: 14px;
    }
	
	.margin_top_devloper {
    margin-top: 16px;
}
	.devlop {
        margin-bottom: 16px;
    }
	
	    .btn_dev {
        font-size: 15px;
    }
	
	.devloper_contant h4 {
        font-size: 14px;
    }
	    .devloper_box {
        float: none;
        width: 88px;
        overflow: hidden;
        background-color: #fff;
        border-radius: 500px;
        height: 88px;
        display: flex
;
        align-items: center;
        justify-content: center;
        padding: 0px;
        margin: 0 auto;
        text-align: center;
        border: 1px solid #dfdfdf;
    }
	.devloper_box_main {
    float: left;
    width: 100%;
    background-color: #fff;
    padding: 6px;
    border-radius: 14px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
    border: 2px solid #fff;
}
	
	
	.inner_banner_caption h1 {
        font-size: 23px;
        color: #FFF !important;
        letter-spacing: 1px;
    }
	
	    .title span {
        font-size: 22px;
   
    }
	    .title  {
        font-size: 22px;
      
    }
.big_para {
        font-size: 15px !important;
        font-weight: 600 !important;
    }
	
    .contact_section_box .title {
        font-size: 19px;
    }
	.contact_right_section_payment img {width: 100%; display: none;}
	
	
	
	.wow{
        animation-name: none !important;
        visibility: visible !important;
    }
	 .animated {
    animation: none !important;
  }
	 
	    .footer_box {
        float: left;
        width: 100%;
        padding-top: 0;
        border-left: 0px solid #c9c9c9;
    }
	    .padding-left_footer {
        padding-left: 0;
    }
	
	    .footer_box {
     padding-bottom: 10px;
        height: auto;
    }
	footer {
    float: left;
    width: 100%;
    border-top: 1px solid #c9c9c9;
    border-bottom: 1px solid #c9c9c9;
    padding-top: 28px;
    padding-bottom: 28px;
}
.inner_banner_section {
    float: left;
    width: 100%;
    position: relative;
    margin-top: 17px;
}
	.inner_banner_caption h1 {
    font-size: 25px;
    color: #FFF !important;
    letter-spacing: 1px;
}
	.inner_banner_section img {height: 150px; object-fit: cover;}
	    .wsmobileheader .smllogo {
        display: inline-block;
        margin-top: 8px;
    }
	
	.smllogo img {width: 93%;}
	
	header {
    float: left;
    width: 100%;
    position: relative;
    left: 0;
    right: 0;
    z-index: 9999;
    top: 0;
    padding: 19px 0px;
}
	.contact_box_left_image {display: none;}	
	.our_location_section {
    float: left;
    width: 100%;
    margin-bottom: 35px;
    margin-top: 23px !important;
}
	.location_section_inner {
    float: left;
    width: 100%;
    margin-top: 26px;
}
.intrigration_section {
    float: left;
    width: 100%;
    background-color: #eef6ff;
    padding: 27px 0px;
}	
	.form-horizontal {
    float: left;
    width: 100%;
    margin-top: 20px;
}
.location_box_section {
    float: left;
    width: 100%;
    padding: 26px;
    border-radius: 0;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
    
}	
	.contact_section_box {
   
    margin-bottom: 9px;
}
	   .container {
        max-width: 380px;
        margin: 0 auto;
    }
	
	.contact_us_section {
    margin-top: 30px;
    margin-bottom: 30px;
    float: left;

		width: 100%;
}
	
	
	
}

@media(max-width:390px) {
	    .title2 {
        font-size: 18px !important;
    }
	    .title span {
        font-size: 22px;
   
    }
	    .title  {
        font-size: 22px;
      
    }
.big_para {
        font-size: 15px !important;
        font-weight: 600 !important;
    }
	
    .contact_section_box .title {
        font-size: 19px;
    }
	.contact_right_section_payment img {width: 100%; display: none;}
	
	
	
	.wow{
        animation-name: none !important;
        visibility: visible !important;
    }
	 .animated {
    animation: none !important;
  }
	 
	    .footer_box {
        float: left;
        width: 100%;
        padding-top: 0;
        border-left: 0px solid #c9c9c9;
    }
	    .padding-left_footer {
        padding-left: 0;
    }
	
	    .footer_box {
     padding-bottom: 10px;
        height: auto;
    }
	footer {
    float: left;
    width: 100%;
    border-top: 1px solid #c9c9c9;
    border-bottom: 1px solid #c9c9c9;
    padding-top: 28px;
    padding-bottom: 28px;
}
.inner_banner_section {
    float: left;
    width: 100%;
    position: relative;
    margin-top: 17px;
}
	.inner_banner_caption h1 {
    font-size: 25px;
    color: #FFF !important;
    letter-spacing: 1px;
}
	.inner_banner_section img {height: 150px; object-fit: cover;}
	    .wsmobileheader .smllogo {
        display: inline-block;
        margin-top: 8px;
    }
	
	.smllogo img {width: 93%;}
	
	header {
    float: left;
    width: 100%;
    position: relative;
    left: 0;
    right: 0;
    z-index: 9999;
    top: 0;
    padding: 19px 0px;
}
	.contact_box_left_image {display: none;}	
	.our_location_section {
    float: left;
    width: 100%;
    margin-bottom: 35px;
    margin-top: 23px !important;
}
	.location_section_inner {
    float: left;
    width: 100%;
    margin-top: 26px;
}
.intrigration_section {
    float: left;
    width: 100%;
    background-color: #eef6ff;
    padding: 27px 0px;
}	
	.form-horizontal {
    float: left;
    width: 100%;
    margin-top: 20px;
}
.location_box_section {
    float: left;
    width: 100%;
    padding: 26px;
    border-radius: 0;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
    
}	
	.contact_section_box {
   
    margin-bottom: 9px;
}
	   .container {
        max-width: 380px;
        margin: 0 auto;
    }
	
    .contact_us_section {
        margin-top: 21px;
        margin-bottom: 30px;
        float: left;
        width: 100%;
    }
	
	
	
}

@media(max-width:375px) {
        #timeline .timeline-item .timeline-content:before {
        left: 35px;
        top: 13px;
    }
  
    
	.blue_btn {
    background-color: #234b89;
    width: 131px;
    height: 40px;
    display: block;
    line-height: 40px;
    text-align: center;
    color: #FFF !important;
    border-radius: 4px;
}
	    .title span {
        font-size: 22px;
   
    }
	    .title  {
        font-size: 22px;
      
    }
.big_para {
        font-size: 15px !important;
        font-weight: 600 !important;
    }
	
    .contact_section_box .title {
        font-size: 19px;
    }
	.contact_right_section_payment img {width: 100%; display: none;}
	
	
	
	.wow{
        animation-name: none !important;
        visibility: visible !important;
    }
	 .animated {
    animation: none !important;
  }
	 
	    .footer_box {
        float: left;
        width: 100%;
        padding-top: 0;
        border-left: 0px solid #c9c9c9;
    }
	    .padding-left_footer {
        padding-left: 0;
    }
	
	    .footer_box {
     padding-bottom: 10px;
        height: auto;
    }
	footer {
    float: left;
    width: 100%;
    border-top: 1px solid #c9c9c9;
    border-bottom: 1px solid #c9c9c9;
    padding-top: 28px;
    padding-bottom: 28px;
}
.inner_banner_section {
    float: left;
    width: 100%;
    position: relative;
    margin-top: 17px;
}
	.inner_banner_caption h1 {
    font-size: 25px;
    color: #FFF !important;
    letter-spacing: 1px;
}
	.inner_banner_section img {height: 150px; object-fit: cover;}
	    .wsmobileheader .smllogo {
        display: inline-block;
        margin-top: 8px;
    }
	
	.smllogo img {width: 93%;}
	
	header {
    float: left;
    width: 100%;
    position: relative;
    left: 0;
    right: 0;
    z-index: 9999;
    top: 0;
    padding: 19px 0px;
}
	.contact_box_left_image {display: none;}	
	.our_location_section {
    float: left;
    width: 100%;
    margin-bottom: 35px;
    margin-top: 23px !important;
}
	.location_section_inner {
    float: left;
    width: 100%;
    margin-top: 26px;
}
.intrigration_section {
    float: left;
    width: 100%;
    background-color: #eef6ff;
    padding: 27px 0px;
}	
	.form-horizontal {
    float: left;
    width: 100%;
    margin-top: 20px;
}
.location_box_section {
    float: left;
    width: 100%;
    padding: 26px;
    border-radius: 0;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
    
}	
	.contact_section_box {
   
    margin-bottom: 9px;
}
	   .container {
        max-width: 380px;
        margin: 0 auto;
    }
	
    .contact_us_section {
        margin-top: 20px;
        margin-bottom: 30px;
        float: left;
        width: 100%;
    }	
	.inner_banner_caption {
    position: absolute;
    display: flex
;
    align-items: center;
    justify-content: center;
    top: auto;
    height: auto;
    z-index: 999;
    flex-direction: column;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    width: 100%;
    text-align: center;
}
	
}

@media(max-width:360px) {
    
    #timeline .timeline-item .timeline-content:before {
        left: 32px;
        top: 13px;
    }
    
    
    
	.devloper_contant h4 {
        font-size: 11px;
    }
	     .title span {
        font-size: 20px;
    }
	    .title  {
        font-size: 20px;
      
    }
.big_para {
        font-size: 15px !important;
        font-weight: 600 !important;
    }
	
    .contact_section_box .title {
        font-size: 19px;
    }
	.contact_right_section_payment img {width: 100%; display: none;}
	
	
	
	.wow{
        animation-name: none !important;
        visibility: visible !important;
    }
	 .animated {
    animation: none !important;
  }
	 
	    .footer_box {
        float: left;
        width: 100%;
        padding-top: 0;
        border-left: 0px solid #c9c9c9;
    }
	    .padding-left_footer {
        padding-left: 0;
    }
	
	    .footer_box {
     padding-bottom: 10px;
        height: auto;
    }
	footer {
    float: left;
    width: 100%;
    border-top: 1px solid #c9c9c9;
    border-bottom: 1px solid #c9c9c9;
    padding-top: 28px;
    padding-bottom: 28px;
}
.inner_banner_section {
    float: left;
    width: 100%;
    position: relative;
    margin-top: 17px;
}
	.inner_banner_caption h1 {
    font-size: 25px;
    color: #FFF !important;
    letter-spacing: 1px;
}
	.inner_banner_section img {height: 150px; object-fit: cover;}
	    .wsmobileheader .smllogo {
        display: inline-block;
        margin-top: 8px;
    }
	
	.smllogo img {width: 93%;}
	
	header {
    float: left;
    width: 100%;
    position: relative;
    left: 0;
    right: 0;
    z-index: 9999;
    top: 0;
    padding: 19px 0px;
}
	.contact_box_left_image {display: none;}	
	.our_location_section {
    float: left;
    width: 100%;
    margin-bottom: 35px;
    margin-top: 23px !important;
}
	.location_section_inner {
    float: left;
    width: 100%;
    margin-top: 26px;
}
.intrigration_section {
    float: left;
    width: 100%;
    background-color: #eef6ff;
    padding: 27px 0px;
}	
	.form-horizontal {
    float: left;
    width: 100%;
    margin-top: 20px;
}
.location_box_section {
    float: left;
    width: 100%;
    padding: 26px;
    border-radius: 0;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
    
}	
	.contact_section_box {
   
    margin-bottom: 9px;
}
	   .container {
        max-width: 340px;
        margin: 0 auto;
    }
	
    .contact_us_section {
        margin-top: 20px;
        margin-bottom: 30px;
        float: left;
        width: 100%;
    }	
	.inner_banner_caption {
    position: absolute;
    display: flex
;
    align-items: center;
    justify-content: center;
    top: auto;
    height: auto;
    z-index: 999;
    flex-direction: column;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    width: 100%;
    text-align: center;
}
	
}

@media(max-width:320px) {
	
	     .title span {
        font-size: 20px;
    }
	    .title  {
        font-size: 20px;
      
    }
.big_para {
        font-size: 15px !important;
        font-weight: 600 !important;
    }
	
    .contact_section_box .title {
        font-size: 19px;
    }
	.contact_right_section_payment img {width: 100%; display: none;}
	
	
	
	.wow{
        animation-name: none !important;
        visibility: visible !important;
    }
	 .animated {
    animation: none !important;
  }
	 
	    .footer_box {
        float: left;
        width: 100%;
        padding-top: 0;
        border-left: 0px solid #c9c9c9;
    }
	    .padding-left_footer {
        padding-left: 0;
    }
	
	    .footer_box {
     padding-bottom: 10px;
        height: auto;
    }
	footer {
    float: left;
    width: 100%;
    border-top: 1px solid #c9c9c9;
    border-bottom: 1px solid #c9c9c9;
    padding-top: 28px;
    padding-bottom: 28px;
}
.inner_banner_section {
    float: left;
    width: 100%;
    position: relative;
    margin-top: 17px;
}
	.inner_banner_caption h1 {
    font-size: 25px;
    color: #FFF !important;
    letter-spacing: 1px;
}
	.inner_banner_section img {height: 150px; object-fit: cover;}
	    .wsmobileheader .smllogo {
        display: inline-block;
        margin-top: 8px;
    }
	
	.smllogo img {width: 93%;}
	
	header {
    float: left;
    width: 100%;
    position: relative;
    left: 0;
    right: 0;
    z-index: 9999;
    top: 0;
    padding: 19px 0px;
}
	.contact_box_left_image {display: none;}	
	.our_location_section {
    float: left;
    width: 100%;
    margin-bottom: 35px;
    margin-top: 23px !important;
}
	.location_section_inner {
    float: left;
    width: 100%;
    margin-top: 26px;
}
.intrigration_section {
    float: left;
    width: 100%;
    background-color: #eef6ff;
    padding: 27px 0px;
}	
	.form-horizontal {
    float: left;
    width: 100%;
    margin-top: 20px;
}
.location_box_section {
    float: left;
    width: 100%;
    padding: 26px;
    border-radius: 0;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
    
}	
	.contact_section_box {
   
    margin-bottom: 9px;
}
	   .container {
        max-width: 310px;
        margin: 0 auto;
    }
	
    .contact_us_section {
        margin-top: 20px;
        margin-bottom: 30px;
        float: left;
        width: 100%;
    }	
	.inner_banner_caption {
    position: absolute;
    display: flex
;
    align-items: center;
    justify-content: center;
    top: auto;
    height: auto;
    z-index: 999;
    flex-direction: column;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    width: 100%;
    text-align: center;
}
	
}








