body{
    font-family: 'Montserrat', sans-serif;
    height: 100%;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.6em;
    color: #656565;
    background: #fafafa;
}
a.request_quote {
    background: #56b7cd;
    color: #fff !important;
    border-radius: 2px;
    padding: 8px 15px !important
}

a.request_quote:hover {
    background: #448fa0 !important
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-linka {
    color: #56b7cd;
    /* border-top: 1px solid #56b7cd; */
}

header .navbar .nav.navbar-nav li a {
    font-size: 15px;
    font-weight: 500;
    color: #343434;
    letter-spacing: 1px;
    padding: 6px 0px;
}
header.custom-header {
    /* line-height: 70px; */
    z-index: 999;
    width: 100%;
    position: fixed;
    transform: translateY(0px);
    top: 0px;
    background: rgb(255, 255, 255);
    transition: all 500ms ease 0s;
    border-bottom: 1px solid rgb(204, 204, 204);
}
.navbar-light .navbar-nav .nav-link{
    font-size: 14px;
    /* letter-spacing: 1px; */
    color: #343434;
    text-transform: uppercase;
    padding: 7px 12px;
    text-align: center
}
.banner{
    margin-top: 70px;
    position: relative;
    background: url('../images/mainBanner.png');
    display: flex;
    align-items: center;
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
}
.banner h2{
    color: #fff;
    font-weight: 300;
    text-align: center;
}
.banner h2 b{
    font-weight: 600;
}
.banner .img-fluid{
    width: 100%;    
    margin: 80px 0 30px;
 }
.viewProducts{
    /* position: absolute;
    bottom: 50px;
    left: 0;
    width: 100%; */
    text-align: center;
    margin-top: 40px;
    margin-bottom: 0px;
}

.viewProducts li{
    display: inline-block;
}
.viewProducts li a{
    /* border: 1.5px solid #fff; */
    padding: 10px 20px;
    border-radius: 4px;
    color: #fff !important;
    text-decoration: none !important;
    background: #24adc8;
    margin:10px;
    display: block;
}
.viewProducts li:first-child a{
    color: #152e44 !important;
    background: #fff;
}
.viewProducts li a:hover{
    background: #448fa0 !important;
    color: #fff !important;
}
.intro{
    padding: 10px 0 ;
    text-align: center;
    font-size: 20px;
    max-width: 1024px;
    margin: 0 auto;
    color: #3f4141;
    font-weight: 400 !important;
    line-height: 30px;
}
.retail-hosp{
    padding: 20px 0 40px;
    /* background: #f3f7f8; */
    background: url(../images/systemBg.png) no-repeat 0 0/cover;
}
.software-hardware-section {
    background: url(../images/enquiry-banner.png) no-repeat 0 0/cover;
    padding: 25px 0;
}
.software-hardware-section .left-details p {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6;
}
.swoopos_qwert {
    color: #fff !important;
    font-weight: 700 !important;
    text-transform: uppercase
}
.swoopos_qwert1 {
    font-size: 14px;
}
.software-hardware-inner {
    width: 100%;
    max-width: 940px;
    margin: 0 auto;
    text-align: center;
    font-size: 24px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 25px;
}
.software-hardware-section .left-details h4 {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 10px;
    line-height: 1.56;
}
.software-hardware-section .left-details ul{
    padding: 0px;
}
.software-hardware-section .left-details ul li{
    padding-bottom: 15px;
}
.software-hardware-section .left-details ul li h4{
    text-transform: uppercase;
    font-weight: 600
}
.software-hardware-section .left-details ul li h4 i{
    margin-right: 7px;
}
.software-hardware-section .left-details ul li a{
    text-transform: uppercase;
    text-decoration: none !important;
    color:  #fff !important;
}
.footer-top {
    background: #373b40;
    padding: 20px 0;
}
.footer-bottom {
    padding: 10px 0;
    background: #2d3136;
    color: #fff;
    text-align: center;
    font-weight: 400;
    font-size: 17px;
}
.footer-bottom p {
    color: #fff;
    text-align: center;
    font-size: 17px;
    font-weight: 500;
    margin: 0;
}
.footer-top .footer-top-inner h3 {
    color: #54b8cb;
    font-weight: 500;
    font-size: 19px;
}
.footer-top .footer-top-inner ul li a {
    color: #fff;
    font-weight: 400;
    font-size: 17px;
    text-decoration: none !important;
    transition: all .2s ease-in-out;
}
.footer-top .footer-top-inner ul li a:hover {
    color: #54b8cb;
    text-decoration: none;
}
.footer-top .footer-top-inner ul li a i {
    width: 33px;
}
.footer-top .footer-top-inner ul li {
    line-height: 28px;
    font-size: 20px;
}
.footer-top .footer-top-inner ul {
    margin-top: 10px;
    padding: 0px;
}
.footer-top .footer-top-inner form .btn.btn-default {
    margin-top: 15px;
    height: 45px;
    display: block;
    width: 100%;
    border-radius: 2px;
    font-weight: 600;
    line-height: 45px;
    padding: 0 12px;
}
.btn.btn-default:hover {
    background: #56b7cd;
    transition: 0.5s;
    border: 1px solid #56b7cd;
    color: #fff;
}
.footer-top .footer-top-inner form {
    margin-top: 20px;
}
.footer-top .footer-top-inner .form-control {
    background: transparent;
    border: 2px solid #fff;
    border-radius: 4px;
    height: 45px;
    box-shadow: none;
    color: #fff;
    font-weight: 200;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #949797;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
li {
    list-style-type: none;
}
@media (max-width: 1600px) and (min-width: 1200px){
    .footer-top .footer-top-inner h3 {
        font-size: 19px;
    }
}
.btn.btn-primary.fill-btn {
    background: #54b8cb;
    border-radius: 3px;
    height: 44px;
    border: 1px solid #54b8cb;
    min-width: 180px;
    margin: 0 3px;
    font-size: 15px;
    transition: 0.5s;
    padding-top: 12px;
    color: #fff;
}
.btn.btn-primary.fill-btn a{
    color: #fff;
}
.owl-carousel button.owl-dot{
    background: #b7b6b6;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 10px 3px;
    outline: none;
    transition: all .2s ease-in-out;
}
.owl-dot.active{
    width: 15px !important;
    height: 15px !important;
    background: #56ffaa !important;
}
.owl-dots{
    position: absolute;
    text-align: center;
    padding: 20px 0;
    right: 5%;
    width: 30px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 40px;
    background: rgba(255,255,255, .2);
}
.owl-dots:before{
    height: 70%;
    width: 1px;
    background: #fff;
    content: "";
    position: absolute;
    left: 14.5px;
    top: 15%;
    z-index: -1;

}
.footer-bottom p a{
    color: #337ab7;
}
#subscribe input::placeholder{
    color: #fff;
}

.right-details{
    position: relative;
    height: 100%;
    text-align: center;
}
.right-details img{
    position: absolute;
    bottom: -26px;
    left: 50%;    
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.nav-tabs{
    border: 0px;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
    background:  #24adc8;
    color: #fff;
    border: 0px;    
}
.nav-tabs .nav-item {
    margin-bottom: -1px;
    box-shadow: 0px 0px 10px 4px rgba(0,0,0,.1);
    border-radius: 40px;
}
.nav-tabs .nav-link:hover{
    background:  #24adc8;
    color: #fff;
}
.nav.nav-tabs li:first-child a{
    border-radius: 40px 0 0 40px !important;
}
.nav.nav-tabs li:last-child a{
    border-radius: 0 40px 40px 0 !important;
}
.nav-tabs .nav-link{
    min-width: 200px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 13px 20px;
    border: 0px;
    transition: all .2s ease-in-out;
    color: #585858;
    background: #fff;
}
.tab-content h3{
    font-weight: 600;
    color: #fff;
    margin:20px 0 15px
}
.tab-content > p{
    margin-bottom: 60px;
    color: #fff;
    text-align: center;
    position: relative;
}
.tab-content > p:after{
    content: '';
    position: absolute;
    width: 100px;
    height: 3px;
    border-radius: 5px;
    background-color: #4aa0bd;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -20px;
}

#myTabContent{
    margin-top: 40px
}
#myTabContent .col-lg-3 .systemBox {
    background: #fff;
    border-bottom: 4px solid #56b7cd;
    border-radius: 4px;
    overflow: hidden;
    min-height: 350px;
}
#myTabContent .col-lg-3 .systemBox .systemImg{
    height: 150px;
}
#myTabContent .col-lg-3 .systemBox .systemImg img{
    width: 100%;
    height: 150px;
    object-fit: cover;
}

#myTabContent .col-lg-3 .systemBox h5{
    color: #404040;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    margin: 20px 0;
    min-height: 40px;
}
#myTabContent .col-lg-3 .systemBox p{
    color: #404040;
    text-align: center;
    min-height: 66px;
    padding: 0 20px 20px;
    margin: 0;
}
#myTabContent .col-lg-3 a{
    color: #43aec6;
    text-decoration: none;
    margin-bottom: 30px;
    display:inline-block
}
.owl-nav .owl-prev{
    position: absolute;
    font-size: 45px !important;
    color: #fff !important;
    left: 6px;
    top: 50%;
    transform: translateY(-50%);

}
.owl-nav .owl-next{
    position: absolute;
    font-size: 45px !important;
    color: #fff !important;
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
}
.owl-nav button {
    outline: none;
    display: none
}
.mob-img{
    display: none !important;
}

/* --------------------Product Hospitality---------------------- */
.pro-banner{
    background: url('../images/pro-banner.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 70px;
}
.pro-banner h3, .pro-banner p{
    color: #fff;
}
.pro-banner h3{
    padding: 70px 0 40px;
    letter-spacing: 1px;
}
.pro-banner p{
    padding:0 0 70px;
    font-size: 17px;
    font-weight: 400;
    line-height: 35px;
}
.pro-banner .nav-tabs {
    border: 0px;
    padding-bottom: 70px;
}
.pro-banner .nav-tabs .nav-link{
    color: #fff;
    background: transparent;
    border: 1px solid #fff;
}
.pro-banner .nav-tabs .nav-link:hover, .pro-banner .nav-tabs .nav-link.active{
    background: #24adc8;
    color: #fff;
}
.pro-faster{
    background: url('../images/faster.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px 0 25px;
}
.pro-faster .nav-tabs .nav-link{
    margin-top: -25px;
}
.pro-faster .nav-tabs .nav-link{
    border-radius: 0px;
}
.pro-faster h3, .pro-faster p{
    color: #fff;
    /* margin-left: 80px; */
}
.pro-faster h3{
    margin-top: 5%;
    margin-bottom: 20px;
    font-weight: 400
}
.pro-faster p{
    font-size: 15px;
    font-weight: 400;
    letter-spacing: .6px;
    text-align: left;

}

.pro-till{
    background: url('../images/till-bg.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 25px 0;
}
.pro-till h3, .pro-till p{
    color: #373c5a;
    /* margin-right: 80px; */
}
.pro-till h3{
    margin-top: 5%;
    margin-bottom: 20px;
    font-weight: 400
}
.pro-till p{
    font-size: 15px;
    font-weight: 400;
    letter-spacing: .6px;
    text-align: left;
}
.pro-Split{
    background: url('../images/split-bg.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 25px 0;
}
.pro-Split h3, .pro-Split p{
    color: #FFF;
    /* margin-right: 80px; */
}
.pro-Split h3{
    margin-top: 5%;
    margin-bottom: 20px;
    font-weight: 400
}
.pro-Split p{
    font-size: 15px;
    font-weight: 400;
    letter-spacing: .6px;
    text-align: left;
}
.pro-sms{
    background: url('../images/sms-bg.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 25px 0;
}
.pro-sms h3, .pro-sms p{
    color: #373c5a;
    /* margin-right: 80px; */
}
.pro-sms h3{
    margin-top: 5%;
    margin-bottom: 20px;
    font-weight: 400
}
.pro-sms p{
    font-size: 15px;
    font-weight: 400;
    letter-spacing: .6px;
    text-align: left;
}
.pro-swoopos{
    background: url('../images/swoopos-bg.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 25px 0;
}
.pro-swoopos h3, .pro-swoopos p{
    color: #fff;
    /* margin-right: 80px; */
}
.pro-swoopos h3{
    margin-top: 5%;
    margin-bottom: 20px;
    font-weight: 400
}
.pro-swoopos p{
    font-size: 15px;
    font-weight: 400;
    letter-spacing: .6px;
    text-align: left;
}
.pro-access{
    background: url('../images/access-bg.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 25px 0;
}
.pro-access h3, .pro-access p{
    color: #373c5a;
    /* margin-right: 80px; */
}
.pro-access h3{
    margin-top: 5%;
    margin-bottom: 20px;
    font-weight: 400
}
.pro-access p{
    font-size: 15px;
    font-weight: 400;
    letter-spacing: .6px;
    text-align: left;
}
.pro-work{
    background: url('../images/split-bg.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 25px 0;
}
.pro-work h3, .pro-work p{
    color: #fff;
    /* margin-right: 80px; */
}
.pro-work h3{
    margin-top: 5%;
    margin-bottom: 20px;
    font-weight: 400
}
.pro-work p{
    font-size: 15px;
    font-weight: 400;
    letter-spacing: .6px;
    text-align: left;
}
.tab-section{
    position: relative;
}
.tab-section .nav.nav-tabs{
    width: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -20px;
}
.tab-section .nav.nav-tabs .nav-item a{
    border-radius: 0px;
}
/* .righttxt p, .righttxt h3{
    text-align: right
}
.lefttxt p, .lefttxt h3{
    text-align: left
} */
.pro-faster .col-md-4, .pro-till .col-md-4, .pro-Split .col-md-4, .pro-sms .col-md-4, .pro-swoopos .col-md-4, .pro-access .col-md-4, .pro-work .col-md-4{
    text-align: center !important
}
.pro-faster p, .pro-till p, .pro-Split p, .pro-sms p, .pro-swoopos p, .pro-access p, .pro-work p{
    margin-bottom: 0;
    padding-right: 20px;
    min-height: auto
}
.p2-img{
    margin-bottom: -25px;
}
@media(max-width:767px){
    .ftr_list{padding: 0}
    .ftr_list .circle_icon{width: 90px; height:90px; line-height: 90px; }
    .ftr_list .circle_icon img{width: 60px;}
    .ftr_list .icn_text{font-size: 14px}
    .pro-faster, .pro-till, .pro-Split, .pro-sms, .pro-swoopos, .pro-access, .pro-work{
        text-align: center;
    }
    .pro-faster p, .pro-till p, .pro-Split p, .pro-sms p, .pro-swoopos p, .pro-access p, .pro-work p{
        text-align: center;
    }
    .pro-faster h3, .pro-till h3, .pro-Split h3, .pro-sms h3, .pro-swoopos h3, .pro-access h3, .pro-work h3{
        text-align: center;
    }
    .tab-pane .nav-link{
        min-width: 100px;
    }
    .p2-img{
        margin-bottom: 0px;
    }
}
@media(max-width:550px){
    .tab-pane .nav-link{
        font-size: 12px !important;
        letter-spacing: 0;
        font-weight: 500;
        min-width: 100% !important;
        padding: 8px !important;
    }
    .tab-section  .nav-tabs .nav-item {
        width: 100%;
    }
    .tab-section .nav.nav-tabs{
        position: relative;
        top: auto;
        left: auto;
        transform: translateX(0%) !important
    }
    .tab-section .col-md-12{
        margin: 0px;
        padding: 0;
    }
    .nav-link
    .tab-section .nav.nav-tabs li, .tab-section .nav.nav-tabs li a{
        border-radius: 0px !important;
    }
    .pro-banner .nav-tabs .nav-link{
        padding: 5px 10px;
        font-size: 12px;
    }
    .pro-banner h3 {
        padding: 40px 0 10px;
        letter-spacing: 1px;
        font-size: 18px;
        font-weight: 800;
    }
    .pro-banner p {
        padding: 0 0 10px;
        font-size: 15px;
        font-weight: 400;
        line-height: 25px;
    }
    .pro-banner .nav-tabs {
        padding-bottom: 40px;
    }
    .pro-faster, .pro-till, .pro-Split, .pro-sms, .pro-swoopos, .pro-access, .pro-work{
        padding: 30px 0;
    }
    .pro-faster p, .pro-till p, .pro-Split p, .pro-sms p, .pro-swoopos p, .pro-access p, .pro-work p{
        font-size: 13px;
    }
    .pro-faster h3, .pro-till h3, .pro-Split h3, .pro-sms h3, .pro-swoopos h3, .pro-access h3, .pro-work h3{
        font-size: 18px !important;
        margin: 15px 0 5px !important;
        font-weight: 600;
    }
    .pro-faster img, .pro-till img, .pro-Split img, .pro-sms img, .pro-swoopos img, .pro-access img, .pro-work img{
        max-width: 50%;
    }
}
/* --------------------Product Hospitality---------------------- */

/* --------------------Hardware---------------------- */

.sunmi{
    padding: 30px 20px 0;
}
.sunmi .col-md-8{
    background: url('../images/sunmi-bg.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding:20px 40px;
    border: 1.5px solid #f4f8f9;
}
.sunmi .col-md-4{
    border: 1.5px solid #f4f8f9;
}
.sunmi h3{
    margin: 0px 0 10px;
}
.sunmi h3, .sunmi p {
    color: #3c3c3c;
    text-align: left;
    min-height: auto
}

.pax{
    padding: 30px 20px 0;
}
.pax .col-md-8{
    background: url('../images/pax-bg.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding:20px 40px;
    border: 1.5px solid #f6f7f9;
    background-color: #128eab;
}
.pax .col-md-4{
    border: 1.5px solid #f6f7f9;
}
.pax h3{
    margin: 0px 0 10px;
}
.pax h3, .pax p {
    color: #fff;
    text-align: left;
    min-height: auto
}

.bar{
    padding: 30px 20px 0;
}
.bar .col-md-8{
    background: url('../images/barcode-bg.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding:20px 40px;
    border: 1.5px solid #e1e1e1;
}
.bar .col-md-4{
    border: 1.5px solid #e1e1e1;
}
.bar h3{
    margin: 0px 0 10px;
}
.bar h3, .bar p {
    color: #3c3c3c;
    text-align: left;
    min-height: auto
}

.beacon{
    padding: 30px 20px 0;
}
.beacon .col-md-8{
    background: url('../images/beacon-bg.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding:20px 40px;
    border: 1.5px solid #41abc3;
}
.beacon .col-md-4{
    border: 1.5px solid #41abc3;
}
.beacon h3{
    margin: 0px 0 10px;
}
.beacon h3, .beacon p {
    color: #fff;
    text-align: left;
    min-height: auto
}

.cash{
    padding: 30px 20px;
}
.cash .col-md-8{
    background: url('../images/cash-bg.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding:20px 40px;
    border: 1.5px solid #f6f7f9;
}
.cash .col-md-4{
    border: 1.5px solid #f6f7f9;
}
.cash h3{
    margin: 0px 0 10px;
}
.cash h3, .cash p {
    color: #3c3c3c;
    text-align: left;
    min-height: auto
}

.iPad{
    padding: 30px 20px 0;
}
.iPad .col-md-8{
    background: url('../images/sunmi-bg.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding:20px 40px;
    border: 1.5px solid #f3f7f6;
    background-color: #da154a;
}
.iPad .col-md-4{
    border: 1.5px solid #f3f7f6;
}
.iPad h3{
    margin: 0px 0 10px;
}
.iPad h3, .iPad p {
    color: #3c3c3c;
    text-align: left;
    min-height: auto
}

.wifi{
    padding: 30px 20px 0;
}
.wifi .col-md-8{
    background: url('../images/wifi-bg.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding:20px 40px;
    border: 1.5px solid #d4436c;
    background-color: #da154a;
}
.wifi .col-md-4{
    border: 1.5px solid #d4436c;
}
.wifi h3{
    margin: 0px 0 10px;
}
.wifi h3, .wifi p {
    color: #fff;
    text-align: left;
    min-height: auto
}


.h-cash{
    padding: 30px 20px 0;
}
.h-cash .col-md-8{
    background: url('../images/h-cash-bg.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding:20px 40px;
    border: 1.5px solid #54b3c7;
    background-color: #128eab;
}
.h-cash .col-md-4{
    border: 1.5px solid #54b3c7;
}
.h-cash h3{
    margin: 0px 0 10px;
}
.h-cash h3, .h-cash p {
    color: #fff;
    text-align: left;
    min-height: auto
}

.h-pax{
    padding: 30px 20px 0;
}
.h-pax .col-md-8{
    background: url('../images/sunmi-bg.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding:20px 40px;
    border: 1.5px solid #f6f7f9;
}
.h-pax .col-md-4{
    border: 1.5px solid #f6f7f9;
}
.h-pax h3{
    margin: 0px 0 10px;
}
.h-pax h3, .h-pax p {
    color: #3c3c3c;
    text-align: left;
    min-height: auto
}

.pole{
    padding: 30px 20px;
}
.pole .col-md-8{
    background: url('../images/h-cash-bg.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding:20px 40px;
    border: 1.5px solid #d03d69;
    background-color: #da154a;
}
.pole .col-md-4{
    border: 1.5px solid #d03d69;    
}
.pole h3{
    margin: 0px 0 10px;
}
.pole h3, .pole p {
    color: #fff;
    text-align: left;
    min-height: auto
}

/* --------------------Hardware---------------------- */


/* --------------------Price start---------------------- */
.price_banner{
    position: relative;
    background:url('../images/pro-banner.png') center center/cover no-repeat;
    padding: 4em 0;
    margin-top: 65px;
}

.price_banner h3{
    text-transform: uppercase;
    font-size: 35px;
    color: #fff;
    font-weight: 500;
    margin: 0 0 20px;
}
.price_banner p {
    font-size: 22px;
    color: #fff;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
}

.need_hardware_section {
    padding: 50px 0;
    font-weight: 400;
    letter-spacing: 1px;
    text-align: center;
    background-color: #fff;
}
.h_inner_txt {
    font-size: 34px;
}
.hardware_btn {
    margin: 30px 0 0;
}
.btn_blue_outline {
    background: #fff;
    border-radius: 3px;
    height: 44px;
    border: 2px solid #54b8cb;
    min-width: 160px;
    transition: 0.5s all ease;
    color: #fff;
    font-size: 16px;
    color: #54b8cb;
    text-transform: uppercase;
    cursor: pointer;
}
.btn_pink_outline {
    background: #fff;
    border-radius: 3px;
    height: 44px;
    border: 2px solid #d4436a;
    min-width: 160px;
    transition: 0.5s all ease;
    font-size: 16px;
    color: #d4436a;
    text-transform: uppercase;
    cursor: pointer;
}
.btn_blue_outline:hover, .btn_blue_outline:focus {
    background: #3a99ab;
    color: #fff !important;
    border: 2px solid #3a99ab;
}
.btn_pink_outline:hover, .btn_pink_outline:focus {
    background: #3a99ab;
    color: #fff !important;
    border: 2px solid #3a99ab;
}

.pricing_box_section {
    background-color: #fff;
    padding: 20px 0;
}
.block_list_ul {
    font-size: 0;
    text-align: center;
    margin: 0 2px;
    padding: 0;
}
.block_list_ul>li {
    display: inline-block;
    font-size: normal;
    text-align: left;
    vertical-align: top;
    width: 33%;
    margin: 0 -2px;
}
li {
    list-style-type: none;
}
.pricing_box.blue_box {
    background-color: #f6f9fa;
}
.pricing_box {
    border: 2px solid #e0e6e8;
    padding: 30px;
    background-color: #fff;
    margin: 0 0 30px;
}
.pricing_heading {
    text-align: center;
    font-size: 26px;
    text-transform: uppercase;
    margin: 10px 0 0px;
    color: #3f4141;
    font-weight: 700;
}
.price_a {
    line-height: 1.3;
}
.price_a {
    text-align: center;
}
.pricing_box.blue_box .pound_icn, .pricing_box.blue_box .price_value {
    color: #56b7cd;
}
.pound_icn {
    font-size: 30px;
    font-weight: 300;
    top: -1.7em;
}
.pricing_box.blue_box .pound_icn, .pricing_box.blue_box .price_value {
    color: #56b7cd;
}
.price_value {
    font-size: 100px;
    font-weight: 100;
}
.price_a .unit_a {
    font-size: 30px;
    color: #939c9c;
    font-weight: 300;
}
.pricing_list {
    min-height: 387px;
}
.pricing_list>li {
    padding: 5px 0;
}
.pricing_list>li label{
    margin-bottom: 5px;
}
.pricing_list>li .pricing_label {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 40px);
    font-weight: 300;
    font-size: 18px;
}
.pricing_list>li .pricing_span {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    color: #939c9c;
}
.payment_btn {
    margin: 20px 0 0;
}
.payment_btn .btn {
    text-transform: uppercase;
    width: 100%;
    max-width: 100%;
    color: #fff;
}
.btn_blue {
    background: #54b8cb;
    border-radius: 3px;
    height: 44px;
    border: 2px solid #54b8cb;
    min-width: 160px;
    transition: 0.5s all ease;
    color: #fff !important;
    font-size: 16px;
    text-transform: uppercase;
}
.payment_btn .btn {
    text-transform: uppercase;
    width: 100%;
    max-width: 100%;
}
.btn_pink {
    background: #d4436a;
    border-radius: 3px;
    height: 44px;
    border: 2px solid #d4436a;
    min-width: 160px;
    transition: 0.5s all ease;
    color: #fff;
    font-size: 16px;
}
.pricing_list {
    min-height: 387px;
    padding: 0;
}
.pricing_grey {
    color: #939c9c;
    font-weight: 300;
    display: block;
    font-size: 15px;
}
.need_tills_section {
    background-color: #fff;
}
.tills_inner {
    background: url(../images/tills_bg.png) center center/cover no-repeat;
    padding: 40px 20px;
    text-align: center;
}
.tills_inner h3 {
    color: #fff;
    font-size: 41px;
    margin: 0 0 15px;
    font-weight: 400;
    letter-spacing: 1px;
}
.tills_inner p {
    font-size: 24px;
    color: #fff;
    font-weight: 400;
    margin: 0;
    letter-spacing: 0.3px;
}
.tills_inner h3 a {
    color: #fff;
    text-decoration: none;
}
.tills_inner h3 span {
    border-bottom: 2px solid #fff;
}
.upgrade_section {
    background-color: #fff;
    padding: 40px 0 70px;
}
.upgrade-inner {
    font-size: 20px;
    color: #000;
    line-height: 28px;
    text-align: left;
}
.upgrade_box {
    border: 2px solid #e0e6e8;
    padding: 35px 15px 45px;
    text-align: center;
}
.upgrade_img {
    min-height: 91px;
}
.upgrade_txt {
    font-size: 18px;
    font-weight: 300;
    max-width: 510px;
    margin: 25px auto;
    min-height: 50px;
    color: #3f4141;
    letter-spacing: 0.3px;
    font-family: 'Montserrat', sans-serif;
}
.upgrade_btn .btn {
    width: 100%;
    max-width: 250px;
    text-transform: uppercase;
}
.btn_blue {
    background: #54b8cb;
    border-radius: 3px;
    height: 44px;
    border: 2px solid #54b8cb;
    min-width: 160px;
    transition: 0.5s all ease;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
}
.txt_blue {
    color: #56b7cd !important;
}
.upgrade_btn .btn {
    width: 100%;
    max-width: 250px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
}
.btn_pink {
    background: #d4436a;
    border-radius: 3px;
    height: 44px;
    border: 2px solid #d4436a;
    min-width: 160px;
    transition: 0.5s all ease;
    color: #fff;
    font-size: 16px;
}
.our_team_section {
    background: url(../images/team_bg.png) center center/cover no-repeat;
    padding: 4em 0;
}
.team_head_ttl {
    font-size: 41px;
    color: #3f4141;
    letter-spacing: 1;
    font-weight: 400;
}
.ftr_list {
    text-align: center;
    margin: 0 auto;
}
.ftr_list li {
    display: inline-grid;
    max-width: 24%;
    padding: 15px;
    width: 100%;
}
.circle_icon.blue_circle {
    box-shadow: 0 0 0 4px #56b7cd;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
}
.circle_icon {
    -webkit-transition: box-shadow 0.2s;
    -moz-transition: box-shadow 0.2s;
    transition: box-shadow 0.2s;
}
.circle_icon {
    display: inline-block;
    font-size: 0px;
    margin: 5px auto 15px;
    width: 134px;
    height: 134px;
    line-height: 134px;
    box-shadow: 0 0 0 4px #fff;
    border-radius: 50%;
    text-align: center;
    position: relative;
    z-index: 1;
    color: #fff;
}
.circle_icon.blue_circle:after {
    border: 2px dashed #56b7cd;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
}
.circle_icon:after {
    top: -2px;
    left: -2px;
    padding: 0;
    z-index: 10;
    border: 2px dashed #fff;
}
.circle_icon:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.icn_text {
    font-size: 18px;
    color: #3f4141;
    font-weight: 400;
    min-height: 56px;
    margin-top: 10px;
}
.circle_icon.megenta_circl {
    box-shadow: 0 0 0 4px #d4436a;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
}
.ftr_list li:hover .circle_icon.blue_circle {
    box-shadow: 0 0 0 4px rgba(86,183,205,0);
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
}
.ftr_list li:hover .circle_icon {
    -webkit-transition: box-shadow 0.2s;
    -moz-transition: box-shadow 0.2s;
    transition: box-shadow 0.2s;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
}
.ftr_list li:hover .circle_icon {
    box-shadow: 0 0 0 0 rgba(255,255,255,0);
    color: #fff;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
}
.ftr_list li:hover .circle_icon:after {
    -webkit-animation: spinAround 9s linear infinite;
    -moz-animation: spinAround 9s linear infinite;
    animation: spinAround 9s linear infinite;
}
.circle_icon.megenta_circl:after {
    border: 2px dashed #d4436a;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
}
.circle_icon:after {
    top: -2px;
    left: -2px;
    padding: 0;
    z-index: 10;
    border: 2px dashed #fff;
}
.circle_icon:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.ftr_list li:hover .circle_icon:after {
    -webkit-animation: spinAround 9s linear infinite;
    -moz-animation: spinAround 9s linear infinite;
    animation: spinAround 9s linear infinite;
}
.btn_blue:hover, .btn_blue:focus {
    background: #3a99ab;
    border: 2px solid #3a99ab;
    color: #fff;
}
@-webkit-keyframes spinAround {
    from {
        -webkit-transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(360deg)
    }
}

@-moz-keyframes spinAround {
    from {
        -moz-transform: rotate(0deg)
    }
    to {
        -moz-transform: rotate(360deg)
    }
}

@keyframes spinAround {
    from {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(360deg)
    }
}
@media (max-width: 1200px){
    .block_list_ul>li {
        width: 45%;
    }
    .tills_inner h3 {
        font-size: 35px;
    }
    .tills_inner p {
        font-size: 22px;
    }   
    .viewProducts li a{
        font-size: 12px;
        padding: 10px;
    }
}

@media (max-width: 991px){
    .ftr_list li {
        display: inline-grid;
        max-width: 32%;
    }
    .banner .img-fluid {
        width: 100%;
        margin: 0;
    }
}
@media (max-width: 767px){
    .ftr_list li {
        display: inline-grid;
        max-width: 49%;
    }
    .h_inner_txt {
        font-size: 24px;
        line-height: 30px;
    }
    .block_list_ul>li {
        width: 100%;
    }
    .block_list_ul {
        padding: 0;
    }
    .upgrade_box{
        margin: 0 0 20px;
    }
}
/* --------------------Price End---------------------- */
/* --------------------Our Story Start---------------------- */

.story_banner {
    position: relative;
    width: 100%;
    max-height: 270px;
    min-height: 80vh;
    min-height: 270px;
    background: url('../images/pro-banner.png') center center/cover no-repeat;
    margin-top: 70px;
}
.story_caption {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
    white-space: nowrap;
    max-width: 1130px;
    width: 100%;
    padding: 15px;
}
.story_caption h3 {
    font: normal 500 35px/1 'Montserrat', sans-serif;
    color: #fff;
    white-space: initial;
    text-transform: uppercase;
    margin-bottom: 20px;    
}
.our_story_section {
    background: #fff;
    padding: 5em 0;
}
.fig_pic {
    border: 2px solid #e0e6e8;
    background: #fdfdfe;
    max-width: 392px;
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
}
.fig_pic img {
    width: 100%;
}
.story__details h2 {
    font-size: 36px;
    color: #56b7cd;
    font-weight: 600;
    line-height: 1;
    margin: 0px 0 0;
}
.story__details h3 {
    font-size: 28px;
    color: #3f4141;
    margin: 5px 0 30px;
    font-weight: 400;
}
.story__details p {
    font-size: 16px;
    color: #3f4141;
    line-height: 1.8;
    margin: 0 0 25px;
    font-weight: 400;
}
.team_mem_pic img {
    width: 100%;
    /* height: 321px; */
}
.team_mem_details h3 {
    font-size: 22px;
    color: #3f4141;
    font-weight: 500;
}
.team_mem_details h4 {
    font-size: 15px;
    color: #56b7cd;
    font-weight: 500;
    margin: 12px 0;
    min-height: 35px;
}
.mem_info {
    margin-top: 10px;
    max-height: 110px;
    overflow-y: auto;
}
.team_head_ttl {
    font-size: 41px;
    color: #3f4141;
    font-weight: 400;
    padding-bottom: 20px;
}
.team_mem_pic{
    overflow: hidden;
    height: 200px;
    width: 200px;
    margin: 20px;
    border-radius: 50%;
}
.team_mem_pic img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.team_list_sec {
    background: #ffffff;
    border: 2px solid #e0e6e8;
    margin: 15px 0;
}
.team_mem_details {
    padding: 25px 5px;
    min-height: 265px;
}
.team_mem_details .more_cont{
    margin-bottom: 0rem; 
    line-height: 22px;
}
.morecontent span {
    display: none;
}
.morelink {
    display: block;
    text-decoration: none !important;
    color: #56b7cd !important;
}
/* --------------------Our Story End---------------------- */
/* --------------------Contact Us Start---------------------- */
.hardware_feature_section {
    background: #fff;
    padding: 4em 0;
}
.contact_form {
    position: relative;
    /* float: left; */
    width: 100%;
    background: #FFF;
    display: flex;
}

.cnf_left {
    width: 100%;
    background: url(../images/cnct_bg.png) center center/cover no-repeat;
    background-color: #37b0cc;
    padding: 15px;
    color: #fff;
}
.cnf_left h2 {
    font-size: 36px;
    color: inherit;
    font-weight: 500;
    margin: 0;
}
.cnf_left h5 {
    font-size: 17px;
    color: inherit;
    font-weight: 400;
    margin: 10px 0 25px;
    border-bottom: 1px solid rgba(255,255,255,0.4);
    padding-bottom: 20px;
}
.cnt_find small {
    font-size: 16px;
}
.cnt_find h3 {
    font-size: 28px;
    font-weight: 400;
}

.cnf_right {
    border: 2px solid #e0e6e8;
    padding: 15px;
}
.contact__form .form-field {
    position: relative;
    margin: 20px 0;
}
.contact__form .input-text {
    display: block;
    width: 100%;
    height: 36px;
    border-width: 0 0 2px 0;
    border-color: #e0e6e8;
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
}
.contact__form .submit-btn {
    display: inline-block;
    background-color: #56b7cd;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 16px;
    line-height: 24px;
    padding: 8px 16px;
    border: none;
    cursor: pointer;
    background-image: url(../images/mail_send.png);
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    float: right;
    outline: none;
}
.contact__form .input-text {
    display: block;
    width: 100%;
    height: 36px;
    border-width: 0 0 2px 0;
    border-color: #e0e6e8;
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    outline: none;
}
.contact__form  textarea.input-text {
    height: 80px;
    padding-right: 40px;
}
@media (min-width: 979px){
    .cnf_left {
        max-width: 340px;
        width: 100%;
        /* position: absolute;
        left: 0;
        top: 0;
        height: 100%; */
        padding: 25px;
    }
    .cnt_find {
        margin: 35px 0;
    }
    .cnf_right {
        width: 100%;
        max-width: calc(100% - 340px);
        float: right;
        border-left: 0;
        padding: 35px;
    }
    .cnt_find a{
        color: #fff;
        text-decoration: none;
    }
}
@media(max-width: 977px ){
    .contact_form{
        display: flex;
        flex-wrap: wrap;
    }
    .cnf_left, .cnf_right{
        width: 100%;
    }
}
@media (max-width: 600px){
    .contact__form .input-text {
        font-size: 14px;
    }
    .contact__form .form-field {
        position: relative;
        margin: 5px 0;
    }
}
/* --------------------Contact Us End---------------------- */

/* --------------------Blog Start---------------------- */
.blog_type_sec {
    background: #3f4141;
}
.blog_type_list {
    margin: 0;
    padding: 0;
}

.blog_type_list li {
    font-size: normal;
    display: inline-block;
    float: none;
    position: relative;
}

.blog_type_list li a{
    padding: 20px 25px;
    font-size: 20px;
    font-weight: 400;
    color: #717878;
    display: block;
    text-decoration: none;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.blog_type_list li a.active{
    color: #fff;
}
.blog_type_list li a:hover{
    color: #fff;
}
.blog_type_list li:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    right: 1px;
    background: rgba(255,255,255,0.2);
}

.hardware_feature_section {
    background: #fff;
    padding: 4em 0;
}
.blog-feauture-post {
    padding: 2em 0 4em;
}
.post_article {
    width: 100%;
    position: relative;
    float: left;
    margin-bottom: 20px;
}
.post_article a {
    text-decoration: none;
}
.post_article .feat-img {
    width: 100%;
    float: left;
    max-width: 325px;
    left: 0;
    top: 0;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 290px;
}
.time_badge {
    background: #d4436a;
    color: #fff;
    width: 68px;
    text-align: center;
    padding: 5px 5px 10px;
}
.time_badge span {
    display: block;
}
.date_ {
    font-size: 38px;
    font-weight: 600;
    line-height: 1;
}
.month_ {
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
}
.year_ {
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
}

.post_article article {
    border: 1px solid #e0e6e8;
    position: relative;
    padding-bottom: 65px;
    width: 100%;
}

.arti_content h4 {
    font-size: 22px;
    color: #56b7cd;
    font-weight: 500;
    line-height: 1.4;
    margin: 0;
    word-wrap: break-word;
}
.arti_content p {
    font-size: 16px;
    color: #3f4141;
    font-weight: 500;
    line-height: 1.4;
    margin: 15px 0 0;
}
.author-cred {
    background: #f6f9fa;
    padding: 15px 25px;
    position: absolute;
    width: 100%;
    right: 0;
    bottom: 0;
    margin: 0;
    border-top: 1px solid #e0e6e8;
    text-transform: uppercase;
}
.blog-feauture-post ul{
    padding: 0;
    margin: 0;
}
.tab-content .blog-feauture-post p{
    text-align: left;
}


.sticky.blog_sidebar {
    max-height: none;
}
.sticky {
    transition: all 0.8s ease;
    background: none;
}
.blog_shorting .blog-heading {
    margin: 15px 0;
}
.blog-heading {
    font-size: 24px;
    color: #3f4141;
}
.recent_post_list{
    padding: 0;
    margin: 0;
}
.recent_post {
    padding-left: 105px;
    position: relative;
    margin: 15px 0;
}
.post__img {
    position: absolute;
    width: 90px;
    left: 0;
    top: 5px;
}
.img-responsive, .thumbnail>img, .thumbnail a>img, .carousel-inner>.item>img, .carousel-inner>.item>a>img {
    display: block;
    max-width: 100%;
    height: auto;
}
.post__img img {
    width: 100%;
    height: 83px;
    border: 1px solid #e0e6e8;
}
.post__text h5 {
    margin: 0 0 0;
    min-height: 68px;
}
.dt_at {
    color: #abb3b5;
    font-size: 16px;
}

.blog_shorting .blog-heading {
    margin: 15px 0;
}
.blog-heading {
    font-size: 24px;
    color: #3f4141;
}
.categories_listing{
    margin: 0;
    padding: 0;
}
.categories_listing li {
    position: relative;
    padding: 0 0 0 27px;
    margin: 12px 0;
}
.categories_listing li:before {
    content: "\f105";
    font-family: FontAwesome;
    font-size: 24px;
    position: absolute;
    left: 0;
    top: -2px;
    line-height: 1;
    color: #454848;
}
.categories_listing li a {
    color: #454848;
    font-size: 18px;
}
.recent_post:hover .post__text h5 a {
    color: #56b7cd;
    text-decoration: none;
}
.post__text h5 a {
    font-size: 18px;
    color: #3f4141;
    font-weight: 400;
    line-height: 1.5;
}
.author-cred span.pull-left, .author_ {
    color: #abb3b5;
    font-size: 16px;
    font-weight: 500;
}
.swoop_blogs {
    padding-left: 95px;
    position: relative;
}
.swoop_blogs .time_badge {
    position: absolute;
    left: 0;
    top: 0;
}
.swoop_blogs_cnt h3 {
    color: #56b7cd;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.205;
    overflow-wrap: break-word;
}
.swoop_blog_short {
    margin-top: 20px;
}
.short_332 {
    font-size: 16px;
    text-transform: uppercase;
    color: #3f4141;
    font-weight: 500;
    display: inline-block;
    margin-right: 30px;
}
.short_332:last-child {
    margin: 0;
}
.short_332 .s__1 {
    color: #abb3b5;
}
.blogs_uppper {
    border: 1px solid #e0e6e8;
}
.blog_full_details p {
    font-size: 16px;
    color: #3f4141;
    line-height: 1.5;
    font-weight: 500;
    margin: 20px 0;
}
.blog__footer {
    background: #f6f9fa;
    padding: 15px;
    border-top: 1px solid #e0e6e8;
}
.social-cont {
    display: table;
    width: 100%;
}
.social-cont .social {
    text-align: right;
    display: inline-block;
    float: right;
}
.social {
    width: 100%;
}
.social span.text-right {
    display: table;
    float: left;
    height: 30px;
    vertical-align: middle;
}
.social span.text-right p {
    margin: 0;
    padding: 0;
    display: table-cell;
    vertical-align: middle;
    padding-right: 18px;
    font-size: 16px;
    color: #444;
    line-height: 1.2;
}
.marginofsharing {
    margin-top: 5px;
    margin-left: -5px;
}
.social-share-button .ssb-icon {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 18px 18px;
    display: inline-block;
    height: 18px;
    width: 18px;
}
.media_comment_body {
    margin-top: 15px;
}
.media-left, .media-right, .media-body {
    display: table-cell;
    vertical-align: top;
}
.media-body {
    width: 10000px;
}
.media, .media-body {
    zoom: 1;
    overflow: hidden;
}
.media-heading-cmt {
    font-size: 32px;
    font-weight: 600;
    color: #3f4141;
    margin-bottom: 15px;
}
.comments-view {
    padding: 0 0 15px;
}
.media_bordered_body:nth-child(2n+1) {
    margin-left: 0px;
}


.media_bordered_body {
    border: 1px solid #e0e6e8;
    padding: 15px;
    margin: 20px 0;
}
.media_body_list {
    position: relative;
    padding: 0 0 0 10px;
}

span.author_name {
    float: left;
    color: #56b7cd;
    font-size: 22px;
}
.comment_info3 span {
    font-size: 16px;
}
.comnt_hrs {
    float: right;
    color: #abb3b5;
}
.blog_full_details p {
    font-size: 16px;
    color: #3f4141;
    line-height: 1.5;
    font-weight: 500;
    margin: 20px 0;
}
.media_body_list {
    position: relative;
    padding: 0 0 0 10px;
}
.media_bordered_body {
    border: 1px solid #e0e6e8;
    padding: 15px;
    margin: 20px 0;
}
.cmt-btn {
    background: #56b7cd;
    color: #fff;
    border: 0;
    padding: 10px 25px;
    text-transform: uppercase;
    font-size: 16px;
    border-radius: 3px;
}
.media_comment_form {
    border: 1px solid #e0e6e8;
    padding: 15px;
}
@media (min-width: 1024px){
    .sticky {
        min-height: calc(100vh - 50px);
        max-height: calc(100vh - 50px);
        overflow-y: auto;
    }
    .sticky {
        position: relative;
    }
}

@media (min-width: 768px){
    .post_article article {
        max-width: calc(100% - 325px);
        float: right;
        border-left: 0;
        min-height: 290px;
    }
    .arti_content {
        padding: 25px;
    }
    .author-cred {
        padding: 20px 25px;
    }
    
    .blog_shorting .blog-heading {
        margin-top: 35px;
    }
    .blog_shorting .blog-heading {
        margin-top: 35px;
    }
    /* .blog_type_list li {
        max-width: 235px;
        width: 100%;
    } */
    .blog_full_content {
        padding: 30px;
    }
    .blog__footer .social-cont a {
        margin: 5px !important;
    }
    .social-share-button .ssb-facebook {
        background-image: url(../images/facebook-icon.svg);
    }
    .social-share-button .ssb-twitter {
        background-image: url(../images/twitter-icon.svg);
    }
    .social-share-button .ssb-email {
        background-image: url(../images/email-icon.svg);
    }
    .media-heading-cmt {
        margin-top: 65px;
        letter-spacing: 1px;
    }
    .media_bordered_body {
        padding: 10px 10px 0px 20px;
    }
    .media_bordered_body {
        padding: 10px 10px 0px 20px;
    }
    .media_comment_form {
        padding: 30px;
    }
    .form_cmt_btn {
        margin-top: 10px;
    }
}
/* .post_article .feat-img */
@media (max-width: 767px){
    .post_article article, .post_article .feat-img {
        max-width: 100%;
    }
    .post_article .feat-img {
        width: 100%;
    }
    .arti_content {
        padding: 15px;
    }
    .arti_content h4 {
        font-size: 18px;
        line-height: 1.2;
    }
    .arti_content p {
        font-size: 14px;
    }
    .author-cred span.pull-left, .author_, a.r_more_blog {
        font-size: 14px;
    }
    .blog_type_list li a {
        padding: 15px 15px;
        font-size: 16px;
    }
    .post_article .feat-img{
        float: none;
    }
}
@media (max-width: 600px){
    .blog_type_list li {
        width: 50%;
        border-bottom: 1px solid rgba(255,255,255,0.2);
    }
    .blog_type_list li a {
        font-size: 14px;
    }
    .blog_type_list li {    
        width: 49.5%;
    }    
}

.blog_main_pic img{
    width: 100%;
}
/* --------------------Blog End---------------------- */
/* --------------------Get Started Start---------------------- */
.testomanial-banner{
    background: url('../images/pro-banner.png') center center/cover no-repeat;
}
.testomanial-banner-outer {
    /* left: 50%;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%; */
    margin-top: 65px;
    padding: 155px 0;
    text-align: center;
}
.estomanial-banner-title {
    color: #fff;
    font-size: 43px;
}
.testomanial-banner-outer h4 {
    color: #fff;
    font-size: 23px;
    margin: 22px 0 0;
    text-align: center;
}

.form-sec {
    background: #475055;
    padding: 5em 0 3em;
    text-align: center;
}
.form-sec .form-control {
    background: transparent;
    border: 1px solid #fff;
    height: 46px;
    border-radius: 0;
    color: #fff;
}
.form-sec .form-control::placeholder {
    color: #fff;
}
.btn.btn-send {
    border-radius: 0;
    background: #40c2d8;
    border: 0 none;
    color: #fff;
    font-size: 18px;
    padding: 10px;
    margin-top: 2em;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    width: 220px;
}

.feature-sec {
    padding: 3em 0;
    background: #ecf0f5 !important;
}
.thin-title {
    font-size: 38px;
    font-weight: 500;
    margin: 0 0 1em;
    color: #575757;
    text-align: center;
}
.feature-sec img {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    margin: 4em 0 2em;
}
.feature-sec h4 {
    font-size: 18px;
    font-weight: 400;
}
.feature-sec img {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    margin: 4em 0 2em
}

.feature-sec img:hover {
    -webkit-animation: spin 4s linear infinite;
    -moz-animation: spin 4s linear infinite;
    animation: spin 4s linear infinite;
    opacity: 0.8
}

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg)
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
.btn.btn-hero, .btn.btn-hero:hover, .btn.btn-hero:focus {
    background-color: #37c7db;
    border-color: #37c7db;
    color: #f5f5f5;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 40px;
    margin: 20px auto;
    outline: medium none;
    padding: 8px 51px;
}

.get-started-black {
    background: #475055 !important;
    border: 0;
    text-transform: uppercase;
    border-radius: 0;
}
/* --------------------Get Started End---------------------- */
/* --------------------privacy End---------------------- */

.privacyMain{
    margin-top: 70px;
    background-image: url(../images/collect-bg.jpg) !important;
    background-position: 80% 63%;
}
.privacy_header {
    font-size: 30px;
    letter-spacing: 1px;
    color: #fff;
    margin-top: 30px;
    font-weight: 500;
}
.store-sec p {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    margin: 0 0 10px 0;
}
.main-heading-s {
    margin: 0 0 10px;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
}
.inner-sec-s p {
    color: #fff;
    font-size: 17px;
    font-weight: 300;
}
.mgb20 {
    margin-bottom: 20px;
}
.inner-sec-s li h4 {
    color: #fff;
    font-weight: 600;
    margin: 0 0 10px;
    font-size: 22px;
}
.inner-sec-s li {
    color: #fff;
    list-style: circle;
    margin-bottom: 20px;
}
.privacyMain ul {
    padding: 0;
    margin: 0;
}
.inner-sec-s {
    padding-left: 20px;
}
.store-btn-sec {
    background: #56b7cd;
    padding: 3em 0 6em;
}
.store-availability {
    color: #fff;
    font-size: 33px;
    font-weight: 400;
    margin: 0em 0px 1.7em;
    text-align: center;
}
/* --------------------privacy End---------------------- */
@media (max-width: 1600px) and (min-width: 1488px){
    .navbar-expand-lg .container-fluid{
        width: 80%;
    } 
}
@media (min-width: 1200px){
    .container {
        max-width: 1145px;
    }
}
@media(max-width:1200px){
    .navbar-light .navbar-nav .nav-link{
        padding: 7px 10px;
        font-size: 12px;
    }
    .navbar-brand img{
        height: 30px;
        margin: 7px 0px;
    }
    .banner {
        margin-top: 70px;
        padding: 50px 0;
    }
    .banner h2{
        margin-top: 30px;
    }
}
@media(max-width:1024px){
    #myTabContent .col-lg-3 h5{
           font-size: 14px;
    }
}
@media(max-width:992px){
    #myTabContent .col-lg-3 .systemBox .systemImg img{
        height: 200px !important;
    }
    #myTabContent .col-lg-3 .systemBox .systemImg{
        height: 200px !important;
    }
    .viewProducts {
        /* position: absolute;
        bottom: 50px;
        left: 50%;
        transform: translateX(-50%); */
        /* border: 1px solid #fff; */
        padding: 5px 10px;
        /* border-radius: 40px;
        color: #fff !important;
        text-decoration: none !important;
        background: rgba(255,255,255, 0.1); */
        font-size: 12px;
        bottom: 0px;
        text-align: center;
    }
}
@media(max-width:768px){
    #myTabContent .col-lg-3 h5{ 
        margin:25px 0;
        min-height: auto ;
    }
    .tab-content p{
        min-height: auto;
    }
    .owl-nav button {
        display: block
    }
    .owl-dots{
        display: none;
    }
    .right-details img{
        position: relative;
        left: auto;
        transform: translateX(0);
    }
    .right-details{
        text-align: center;
    }
}
@media (max-width: 568px){
    #myTabContent .col-lg-3 .systemBox .systemImg img{
        height: 171px !important;
    }
    #myTabContent .col-lg-3 .systemBox .systemImg{
        height: 171px !important;
    }

    .banner{
        min-height: auto;
    }
    .banner h2{
        font-size: 24px;
    }
    .viewProducts{
        margin-top: 20px;
    }
    .viewProducts li a {
        font-size: 10px;
        padding: 7px;
    }
    
    .intro{
       /* padding: 15px 0;  */
       padding: 6px 0;
        font-size: 16px;
    }
    .swoopos_qwert{
        font-size: 18px;
    }
    .software-hardware-section .left-details ul li h4{
        font-size: 15px;
    }
    .software-hardware-section .left-details p{
        font-size: 13px;
    }
    .footer-top .footer-top-inner ul li a{
        font-size: 14px
    }
    .footer-top .footer-top-inner h3 {
        font-size: 17px;
    }
    .footer-bottom center, .footer-bottom p, .tooltip-view{
        font-size: 14px;
        text-align: center !important;
        display: block
    }
    .nav-tabs .nav-link{
        min-width: 135px;
        padding: 13px 10px;
        font-size: 13px;
    }
    .tab-content h3{
        font-size: 22px;
        /* margin: 45px 0 25px; */
        margin: 20px 0 20px;
    }
    .retail-hosp{
        padding: 20px 0;
    }
    .software-hardware-section .left-details ul li:last-child{
        padding-bottom: 0px;
    }
    #myTabContent{
        /* margin-top: 45px; */
        margin-top: 25px;
    }
    #myTabContent .col-lg-3 h5{
        margin: 25px 0 5px;
    }
    .tab-content p {
        min-height: auto;
        /* margin-bottom: 5px; */
    }
    .desk-img{
        display: none !important;
    }
    .mob-img{
        display: block !important;
    }
    .software-hardware-section{
        padding: 30px 0;
    }
    .software-hardware-inner{
        margin-bottom: 25px;
    }
    .software-hardware-section .left-details ul li {
        padding-bottom: 10px;
    }
    .right-details img{
        bottom: -31px;
        right: 0;
    }
    .footer-top {
        padding: 20px 0 0;
    }
    .footer-bottom {
        padding: 15px 0;
    }
    #myTabContent .col-lg-3:last-child a{
        margin: 0;
    }
}