/* @import url('../fonts/stylesheet.css'); */
@font-face {
    font-family: 'AvenirLTStd-Heavy';
    src: url('../fonts/AvenirLTStd-Heavy.ttf') format('ttf'),
         url('../fonts/AvenirLTStd-Heavy.eot') format('eot'),
         url('../fonts/AvenirLTStd-Heavy.otf') format('otf'),
         url('../fonts/AvenirLTStd-Heavy.woff2') format('woff2'),
         url('../fonts/AvenirLTStd-Heavy.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'AvenirLTStd-Medium';
    src: url('../fonts/AvenirLTStd-Medium.ttf') format('ttf'),
         url('../fonts/AvenirLTStd-Medium.eot') format('eot'),
         url('../fonts/AvenirLTStd-Medium.otf') format('otf'),
         url('../fonts/AvenirLTStd-Medium.woff2') format('woff2'),
         url('../fonts/AvenirLTStd-Medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'AvenirLTStd-Oblique';
    src: url('../fonts/AvenirLTStd-Oblique.ttf') format('ttf'),
         url('../fonts/AvenirLTStd-Oblique.eot') format('eot'),
         url('../fonts/AvenirLTStd-Oblique.otf') format('otf'),
         url('../fonts/AvenirLTStd-Oblique.woff2') format('woff2'),
         url('../fonts/AvenirLTStd-Oblique.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'AvenirLTStd-Roman';
    src: url('../fonts/AvenirLTStd-Roman.ttf') format('ttf'),
         url('../fonts/AvenirLTStd-Roman.eot') format('eot'),
         url('../fonts/AvenirLTStd-Roman.otf') format('otf'),
         url('../fonts/AvenirLTStd-Roman.woff2') format('woff2'),
         url('../fonts/AvenirLTStd-Roman.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
/* Reset Css */
body {
    font-family: 'AvenirLTStd-Roman' !important;
}
h1,h2,h3,h4,h5,h6 {
  font-family: 'AvenirLTStd-Heavy';
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    font-weight: normal;
    line-height: 25px;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
.contact-widget {
    color: #E6E6E6;
    font-size: 16px;
}
body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    outline: none;
    text-decoration: none !important;
}

h2 {
    font-size: 40px;
    font-weight: 700;
    color: #0C3F35;
    line-height: 55px;
}

img {
    max-width: 100%;
}

.section {
    padding: 0 85px;
}

.mt-70 {
    margin-top: 70px;
}

/* Main Css */

header {
    /* position: absolute;
    top: 0;
    left: 0; 
    z-index: 999;*/
    width: 100%;
    padding: 0 52px;
}
.header-main {
    position: absolute;
    top: 0;
    z-index: 999;
    width: 100%;
    right: 0;
    left: 0;
}
header .container {
    margin: 0;
    padding: 0;
}

.navbar-brand {
    padding: 0;
}

nav.navbar {
    padding: 20px 0;
    transition: .5s all ease;
}

.navbar-nav {
    margin: 0 auto;
}

.navbar-expand-lg .navbar-nav .nav-link {
    color: #4B3992;
    padding-right: 15px;
    padding-left: 15px;
}
.navbar-expand-lg .navbar-nav .nav-link:hover {
    color: #F05A2A;
}
.navbar-expand-lg .navbar-nav .nav-item {
    position: relative;
}
.navbar-expand-lg .navbar-nav .nav-item .sub-nav {
    background: #fff;
    box-shadow: 6px 7px 20px -6px #c3c2c2;
    padding: 20px;
    border-radius: 3px;
    position: absolute;
    top: 65px;
    width: 380px;
    left: -150px;
    right: 0;
    margin: 0 auto;
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    transition: .5s all ease;
}
.header {
    transition: .5s all ease;
}
.header-top {
    border-bottom: 1px solid #536A88;
}

.header-2.sticky .secondary-header {
    padding:  20px 0;
}
.header.sticky nav.navbar {
    padding:  10px 0;
}
.img-pricing-banner {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    max-height: 1050px;
}
.navbar-expand-lg .navbar-nav .nav-item .sub-nav:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 18px solid #ffffff;
    position: absolute;
    top: -18px;
    right: 0;
    left: 0;
    margin: 0 auto;
}
.navbar-expand-lg .navbar-nav .nav-item .sub-nav h5 {
    font-size: 20px;
    color: #16473D;
    font-family: 'AvenirLTStd-Heavy';
}
.navbar-expand-lg .navbar-nav .nav-item .sub-nav p {
    margin: 0px;
    color: #707070;
    font-size: 14px;
    line-height: initial;
}
.navbar-expand-lg .navbar-nav .nav-item:hover .sub-nav {
    visibility: visible;
    opacity: 1;
}
.navbar-expand-lg .navbar-nav .nav-item .sub-nav:hover {
    background: #1A7061;
}
.navbar-expand-lg .navbar-nav .nav-item .sub-nav:hover .nav-media h5, .navbar-expand-lg .navbar-nav .nav-item .sub-nav:hover .nav-media p {
  color: #fff;
}
.navbar-tools>li {
    float: left;
}
.navbar-tools>li>a {
    color: #4B3992;
    font-size: 16px;
    transition: .5s all ease;
}
.navbar-tools>li>a:hover {
    color: #F05A2A;
}
.btn-blue:focus {
    outline: none;
    box-shadow: none;
}
li.sign-up-btn {
    padding-left: 25px;
}

li.sign-up-btn>a {
    border: 1px solid #4B3992;
    padding: 8px 20px 8px 20px;
    border-radius: 20px;
    transition: .5s all ease;
}
li.sign-up-btn>a:hover {
    background: #4B3992;
    color: #fff;
}

/*  */
.question-box {
    margin-bottom: 70px;
}
.question-box h5 {
    font-size: 24px;
    color: #1A7061;
    font-family: 'AvenirLTStd-Roman' !important;
    margin-bottom: 25px;
    font-weight: bold;
}
.bg-none {
    background:  none !important;
}
.question-box p {
    font-size: 20px;
    color: #1A7061;
    line-height: 32px;
}
.btn-green-sm {
    height: 36px;
    line-height: 35px;
    padding: 0 20px;
    font-size: 14px;
}
.btn-green {
    background: #19A247;
    color: #fff;
    height: 50px;
    display: inline-block;
    padding: 0 60px;
    line-height: 47px;
    font-size: 18px;
    border: 1px solid #19A247;
    transition: .5s all ease;
    cursor: pointer;
    border-radius: 90px;
}
.btn-green-sm {
    height: 36px;
    line-height: 35px;
    padding: 0 20px;
    font-size: 14px;
}
.custom-padding {
    padding:  90px 0;
}
.pricing-box {
    background: #fff;
    padding: 25px;
    box-shadow: 1px 4px 6px #e0e0e0;
    border-radius: 3px;
    margin: 20px 0;
    min-height: 720px;
}
.head-pricing-box {
    border-bottom: 1px solid #221A50;
    margin-bottom: 20px;
    text-align: center;
    min-height: 125px;
}
.Frequently-box {
    background: url(../images/wallet-images/feature-banner01.svg);
    background-repeat: no-repeat;
    display: inline-block;
    width: 100%;
    margin-top: 55px;
    background-size: contain;
    padding-top: 131px;
    padding-bottom: 90px;
}
.pricing-box .head-pricing-box h4 {
    font-size: 16px;
    color: #221A50;
    font-family: 'AvenirLTStd-Heavy';
    margin-bottom: 10px;
}
.question-box img {
    position: relative;
    top: -15px;
}
.pricing-box .head-pricing-box h3 {
    font-size: 35px;
    font-family: 'AvenirLTStd-Roman' !important;
    margin-bottom: 7px;
    color: #19A247;
}
.pricing-box .head-pricing-box h3 sup {
    font-size: 20px;
    left: 5px;
    top: -8px;
}
.pricing-box .head-pricing-box p {
    color: #909090;
    font-size: 14px;
}
.pricing-list {
    margin-bottom: 35px;
}
.pricing-list li {
    color: #333333;
    font-size: 16px;
    position: relative;
    /* list-style-image: url(../images/check-green.svg); */
    padding-left: 30px;
    padding-bottom: 14px;
}
.pricing-list li .list-check {
    position: absolute;
    left: 0;
    top: 2px;
}
.pricing-list .list-disabled {
    color: #909090;
}
.essential-pricing-box {
    border: 3px solid #19A247;
}
/*  */

.client-logo {
    max-width: 100px;
    margin: 70px auto;
    display: flex;
    flex-direction: column;
    vertical-align: middle;
    justify-content: center;
    align-items: center;
    height: 100px;
}

.secRequest {
    /* padding-top: 87px; */
    background: #fafafa;
    position: relative;
    z-index: 99;
    background: no-repeat;
}

.secHeader {
    background-image: url(../images/wallet-images/header-banner.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding-top: 100px;
    height: 100vh;
    display: flex;
    flex-direction: column;
    vertical-align: middle;
    justify-content: center;
}
.secondary-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 0 0 0;
}
.brand {
    display: flex;
    align-items: center;
    font-size: 24px;
}

.brand>a {
    color: #0C3F35;
}

.brand span {
    display: inline-block;
    margin-right: 8px;
    vertical-align: middle;
}

.secondary-navigation>ul>li {
    float: left;
    padding-left: 20px;
}
.secondary-navigation>ul>li>a {
    font-size: 18px;
    color: #145347;
}
.secondary-navigation>ul>li>a:hover,
.secondary-navigation>ul>li.active a {
    border-bottom: 3px solid #0C3F35;
}
.secHeader .main-content {
    padding: 125px 0 260px;
}
.main-content .text {
    padding-top: 41px;
    padding-left: 60px;
}

.main-content .text>h2 {
    margin-bottom: 10px;
}

.main-content .text>p {
    font-size: 24px;
    color: #0C3F35;
    line-height: 42px;
}

.inline-blk {
    display: inline-block;
    width: 100%;
}

.borderHeading {
    text-align: center;
    position: relative;
    display: inline-block;
}
.borderHeading img {
    vertical-align: middle;
}
.secFeatures {
    padding: 90px 0 0;
}

.borderHeading:after {
    position: absolute;
    content: "";
    width: 70px;
    height: 4px;
    background-color: #F05A2A;
    left: 0;
    bottom: 0;
}

.first-sec {
    background: url(../images/wallet-images/feature-banner01.svg);
    background-repeat: no-repeat;
    display: inline-block;
    width: 100%;
    margin-top: 55px;
    background-size: contain;
    padding-top: 131px;
    padding-bottom: 90px;
}

.first-sec p,
.second-sec p,
.third-sec p {
    font-size: 24px;
    font-weight: 700;
    color: #0C3F35;
    line-height: 33px;
    margin-bottom: 10px;
}

.first-sec span,
.second-sec span,
.third-sec span {
    font-size: 18px;
    line-height: 28px;
    color: #1A7061;
}

.cordon {
    margin-bottom: 210px;
}

.algn-center {
    align-items: center;
}

.m-b-0 {
    margin-bottom: 0;
}

.second-sec {
    padding-top: 87px;
    padding-bottom: 73px;
}

.third-sec {
    padding-top: 73px;
    background: url('../images/wallet-images/feature-banner02.svg')no-repeat;
    background-size: cover;
}

.cstm-card {
    background: #fff;
    border-radius: 4px;
    border: 1px solid #E4E2E2;
    padding: 28px 15px 35px;
    text-align: center;
    min-height: 397px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    min-height: 434px;
    position: relative;
    overflow: hidden;
}

.cstm-card::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 15px;
    background: #1A7061;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.cstm-card:hover::before {
    opacity: 1;
}

.cstm-card:hover {
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.15), 0 5px 5px rgba(0, 0, 0, 0.15);
}
.cstm-card .icon-image {
    padding-bottom: 35px;
}

.cstm-card h4 {
    color: #1A7061;
    font-size: 24px;
    line-height: 33px;
    margin-bottom: 15px;
    font-weight: 700;
}

.cstm-card span {
    font-size: 16px;
    color: #1A7061;
    line-height: 25px;
}

.secFeature {
    padding-bottom: 30px;
    padding-top: 80px;
}

.secFeature .borderHeading {
    margin-bottom: 50px;
}

.btn.btn-round {
    background: #1A7061;
    color: #fff;
    font-weight: 300;
    font-size: 18px;
    line-height: 25px;
    padding: 12px 36px;
    border-radius: 40px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.btn.btn-round:hover {
    background: #fff;
    color: #207061;
    border-color: #207061;
}
.secDifference {
    padding-top: 70px;
    padding-bottom: 117px;
    background: #FAFAFA;
    text-align: center;
}

.secDifference .icon-image {
    margin-bottom: 55px;
}
.icons-main {
    margin-top: 50px;
}
.secDifference p {
    color: #1A7061;
    font-size: 24px;
    line-height: 40px;
    max-width: 830px;
    margin: 60px auto 0;
}

.integration-icon {
    margin-top: 90px;
}

.integration-icon>ul {
    max-width: 950px;
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.integration-icon>ul>li {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 45px;
}

.secIntegration {
    padding-top: 100px;
    padding-bottom: 35px;
}
.secDeveloper {
    background: url(../images/wallet-images/feature-banner01.svg)no-repeat;
    background-position: 0 -30px;
    padding-top: 108px;
    padding-bottom: 133px;
    background-size: cover;
}
.secDeveloper .borderHeading {
    padding-top: 30px;
    margin-bottom: 60px;
}
.wallet-pricing-banner {
    padding-top: 260px;
}
.secDeveloper p {
    max-width: 440px;
    color: #1A7061;
    font-size: 24px;
    line-height: 45px;
}

.developer-img {
    text-align: right;
}

.secClient {
    padding-top: 60px;
}

.secClient h1 {
    line-height: 89px;
    text-align: center;
    color: #0C3F35;
    font-size: 50px;
    font-weight: bold;
}

.secClient p {
    text-align: center;
    font-size: 24px;
    line-height: 33px;
    color: #1A7061;
}
.client-logo {
    max-width: 100px;
    margin: 70px auto;
}

.secClientreview {
    padding-top: 148px;
    padding-bottom: 115px;
    background: url(../images/wallet-images/feature-banner02.svg)no-repeat;
    background-position: 0 -30px;
    background-size: cover;
}

.secClientreview p {
    text-align: center;
    color: #1A7061;
    font-size: 24px;
    line-height: 33px;
    margin-top: 24px;
}

.client-review {
    margin-top: 66px;
}

.cstm-card2 {
    background: #fff;
}

.cstm-card2 .cmny-img {
    max-width: 60px;
    float: left;
}
#client-logo .owl-nav {
    display: none;
}
.cstm-card2 h5 {
    float: left;
    font-size: 20px;
    font-weight: 700;
    color: #333333;
    margin-left: 25px;
    padding: 25px 0;
}

.cstm-card2 .content {
    display: inline-block;
    width: 100%;
    font-size: 16px;
    color: #707070;
    margin-bottom: 15px;
    margin-top: 15px;
}

.featureCell {
    background: #FAFAFA;
    position: relative;
    background-image: url(../images/wallet-images/feature-main.svg);
    background-repeat: no-repeat;
    background-position: right bottom;
    height: 100vh;
    background-size: 40%;
    display: flex;
    flex-direction: column;
    vertical-align: middle;
    justify-content: center;
}
.featureCell .banner-text {
    padding: 195px 0 220px;
}

.featureCell .banner-text h2 {
    color: #0C3F35;
    font-size: 40px;
    margin: 0 0 10px;
}

.featureCell .banner-text p {
    width: 100%;
    max-width: 380px;
    color: #1A7061;
    font-size: 18px;
    margin: 0 0 30px;
}

.clientBox .client-name h6 {
    text-align: right;
    font-weight: 700;
}

.clientBox .client-name h6 span {
    display: block;
}

.clientBox {
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    margin: 15px;
    padding: 15px 20px;
    border: 1px solid #E4E2E2;
}
.clientBox:hover{
    box-shadow: 0 10px 10px rgba(165, 165, 165, 0.10), 0 6px 6px rgba(140, 140, 140, 0.15);
}
#client-review .owl-nav .owl-prev,
#client-review .owl-nav .owl-next {
    outline: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
    width: 24px;
}

#client-review .owl-nav .owl-prev.disabled,
#client-review .owl-nav .owl-next.disabled {
    visibility: hidden;
}

#client-review .owl-nav .owl-prev {
    left: -20px;
    transform: translateY(-50%) rotate(180deg);
}

#client-review .owl-nav .owl-next {
    right: -20px;
    margin-top: 8px;
}

.footer .footer-top {
    padding: 65px 0;
    background-color: #1A1A1A;
}
.text-white {
    color: #fff !important;
}
.footer-title {
    color: #898989;
    font-size: 14px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: bold;
}
.footer-nav > li > a {
    color: #E6E6E6;
    font-weight: 500;
    padding: 5px 0;
    display: inline-block;
    font-size: 16px;
}
.text-gray {
    color: #666666;
}
.icon-list {
    margin-bottom: 0;
}
.icon-list li {
    margin-right: 20px;
    display: inline-block;
}
.icon-list li > a {
    color: #fff;
    border: 1px solid #fff;
    width: 40px;
    height: 40px;
    display: block;
    text-align: center;
    line-height: 42px;
    border-radius: 90px;
}
.footer-bottom {
    background: #141414;
    color: #898989;
    padding: 20px 15px;
    font-size: 14px;
}
.img-mobile-banner {
    display: none
}
/* .header-2 {
    position: relative;
    z-index: 999;
} */
.header-2.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    border-bottom: 1px solid #f1f1f1;
    padding:  0px;
    background: #fff !important;
}
.header-2.section.secRequest.bg-none.sticky {
    background-color: #fff !important;
}
/* media query */

@media only screen and (max-width: 1199.98px) {
    .featureCell .banner-text h2 {
        font-size: 32px;
    }
    .featureCell .banner-text {
        padding: 195px 0 95px;
    }
    .cstm-card .icon-image img {
        max-height: 70px;
    }
    .cstm-card h4 {
        font-size: 18px;
    }
    .cstm-card {
        min-height: 400px;
        padding: 28px 10px 35px;
    }
    .btn.btn-round {
        font-size: 15px;
    }
    .borderHeading {
        font-size: 32px;
    }
    .secDifference .icon-image {
        margin-bottom: 25px;
    }
    .secDeveloper p {
        font-size: 20px;
    }
    .secClient h1 {
        font-size: 48px;
    }
    .main-content .text>h2 {
        font-size: 30px;
    }
    .main-content .text>p {
        font-size: 20px;
    }
    .secHeader .main-content {
        padding: 90px 0 150px;
    }
    .first-sec p,
    .second-sec p,
    .third-sec p {
        font-size: 22px;
    }
    .first-sec span,
    .second-sec span,
    .third-sec span {
        font-size: 16px;
    }
}

@media only screen and (max-width: 991.98px) {
    h2 {
        font-size: 30px;
        line-height: 45px;
    }
    .main-content .text>p {
        font-size: 20px;
        line-height: 32px;
    }
    .main-content .text {
        padding-left: 0;
    }
    .navbar-collapse {
        background: #fff;
        z-index: 99;
        padding: 20px 10px;
    }
    .featureCell .banner-text {
        padding: 100px 0 75px;
    }
    .cstm-card {
        min-height: 426px;
    }
    .section {
        padding-left: 15px;
        padding-right: 15px;
    }
    .brand {
        font-size: 16px;
    }
    .brand img {
        width: 22px;
    }
    .secondary-navigation>ul>li>a {
        font-size: 14px;
    }
    .cstm-card h4 {
        font-size: 16px;
    }
    .secDifference .icon-image img {
        max-height: 70px;
    }
    .borderHeading {
        font-size: 26px;
    }
    .secDifference p {
        font-size: 20px;
        margin: 20px auto 0;
    }
    .secDeveloper p {
        font-size: 16px;
    }
    .secClient h1 {
        font-size: 38px;
    }
    header {
        padding: 0;
    }
    nav.navbar {
        padding: 0;
    }
    .navbar-brand {
        margin: 20px 0 10px 20px;
    }
    .navbar-toggler {
        margin-right: 20px;
    }
    .navbar-tools>li {
        display: block;
        float: inherit;
    }
    .navbar-tools>li>a {
        display: block;
        padding: 0.5rem 0;
    }
    li.sign-up-btn>a {
        border: none;
        padding: 0.5rem 0;
        border-radius: 0;
    }
    li.sign-up-btn {
        padding-left: 0;
    }
    .main-content .text>h2 {
        font-size: 24px;
    }
    .main-content .text>p {
        font-size: 16px;
    }
    .secHeader .main-content {
        padding: 90px 0 100px;
    }
    .cordon {
        margin-bottom: 120px;
    }
    .first-sec {
        padding-bottom: 0;
    }
    .second-sec {
        padding-top: 0;
        padding-bottom: 0;
    }
    .first-sec p,
    .second-sec p,
    .third-sec p {
        font-size: 20px;
    }
    .first-sec span,
    .second-sec span,
    .third-sec span {
        font-size: 14px;
    }
    .third-sec {
        padding-top: 0;
    }
}

@media only screen and (max-width: 767px) {
    .section {
        padding-left: 0;
        padding-right: 0;
    }
    .featureCell .container {
        padding: 0px;
    }
    .secHeader, .featureCell {
        height: auto;
    }
.navbar-expand-lg .navbar-nav .nav-item .sub-nav {
    top: 40px;
    width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
}

    .img-mobile-banner {
        display: block;
        width: 100%;
        margin-top: 40px;
    }
    .featureCell {
        background: none;
    }
    .borderHeading3 {

    }
    .borderHeading3:after {
        bottom: -15px;
    }
    .img-pricing-banner {
        height: 500px;
    }
    .main-content {
        padding: 25px 0 140px;
    }
    .text>h2>br {
        display: none;
    }
    .main-content .text {
        padding-bottom: 50px;
    }
    .mb-text-center {
        text-align: center !important;
        margin-bottom: 30px;
    }
    .first-sec {
        padding-top: 20px;
        padding-bottom: 0;
    }
    .first-sec span,
    .second-sec span,
    .third-sec span {
        display: block;
    }
    .cordon {
        margin-bottom: 80px;
    }
    .second-sec,
    .third-sec {
        padding: 0;
    }
    .featureCell .banner-text p {
        margin: 0 0 20px;
    }
    .featureCell .banner-text {
        padding: 60px 2px 34px 20px;
    }
    .cstm-card {
        margin-bottom: 20px;
        min-height: auto;
    }
    .integration-icon>ul>li img {
        max-height: 30px;
    }
    .secDeveloper p {
        max-width: 100%;
        margin-bottom: 20px;
    }
    .developer-img {
        text-align: left;
    }
    .developer-img img {
        max-height: 300px;
    }
    .secClient h1 {
        font-size: 28px;
        line-height: initial;
    }
    .secClient p {
        font-size: 16px;
    }
    .secClientreview p {
        font-size: 18px;
    }
    #client-review .owl-nav .owl-prev {
        left: -10px;
    }
    #client-review .owl-nav .owl-next {
        right: -10px;
    }
    .navbar-brand {
        padding: 0;
        width: 100px;
    }
    .secDifference {
        padding-bottom: 50px;
    }
    .main-content .text {
        padding-top: 0;
    }
    .main-content .text>h2 {
        font-size: 20px;
    }
    .main-content .text>p {
        font-size: 15px;
    }
}

@media only screen and (max-width: 575.98px) {
    .brand {
        font-size: 14px;
    }
    .secondary-navigation>ul>li>a {
        font-size: 13px;
    }
    .secIntegration .borderHeading2:after {
        bottom: -15px !important;
        margin: 0 auto;
        left: 0;
        right: 0;
    }
    .inline-blk {
        margin: 0;
    }
    .inline-blk .col-md-7,
    .inline-blk .col-md-6,
    .inline-blk .col-md-5 {
        padding: 0;
    }
    h2 {
        font-size: 24px;
        line-height: 30px;
    }
    .main-content .text>p {
        font-size: 16px;
        line-height: 22px;
    }
    .first-sec p,
    .second-sec p,
    .third-sec p {
        font-size: 18px;
        line-height: 22px;
    }
    .first-sec span,
    .second-sec span,
    .third-sec span {
        font-size: 16px;
        line-height: 22px;
    }
    .navbar-brand {
        width: 80px;
    }
    .secondary-header {
        padding: 10px 0 0 0;
    }
    .secDifference {
        padding-bottom: 25px;
    }
    .integration-icon>ul>li {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .secDeveloper p {
        line-height: 30px;
    }
    .secClientreview {
        padding-top: 20px;
    }
    .secClientreview p {
        margin-top: 10px;
    }
    .cstm-card2 .cmny-img {
        max-width: 44px;
    }
    .cstm-card2 h5 {
        font-size: 20px;
    }
    .cstm-card2 .content {
        font-size: 14px;
    }
    .cstm-card2 .content {
        margin-top: 0;
    }
    .client-review {
        margin-top: 20px;
    }
    .featureCell {
        background-position: bottom right;
        background-size: 70%;
    }
    /* .featureCell .banner-text {
        padding: 60px 0 310px;
    } */
}
@media only screen and (max-width: 476.98px) {
    .featureCell{background-size: 75%;}
}
@media only screen and (max-width: 380px) {
    .featureCell{background-size: 90%;}
}