html{
    font-size: 16px;
    scroll-behavior: smooth;
    }
    html, body{ height: 100%;}
    body{font-size: 100%;color: #26374C;font-family: 'Roboto', sans-serif;}
    .wrapper{ min-height: 100%;}
    p{
    line-height: 1.34;
    }
    .containerWrap{
    padding: 2.500em;
    position: relative
    }
    .blue-bg{
    background-color: #ECFBFF;
    }
    .violet-bg{
    background-color: #F4F2FF;
    }
    .orange-bg{
    background-color: #FFF2EC;
    }
    .green-bg{
    background-color: #EFFFF7;
    }
    .yellow-bg{
    background-color: #FFF8DC;
    }
    .border-radius-30{
    border-radius: 1.875em;
    }
    .border-radius-20{
    border-radius: 1.250em;
    }
    /* banner */
    .banner-left-col{
    padding-left: 5.375em;
    }
    .banner-left-scan-img{
    margin-bottom: 1.125em;
    }
    .banner-heading{
    font-size: 2.500em;
    font-weight: bold;
    margin-bottom: 0.425em;
    color: #26374C;
    }
    .banner-para{
    font-size: 1.250em;
    font-weight: 500;
    color: rgba(38, 55, 76, 0.8);
    margin-bottom: 1.500em;
    }
    .content-col{
    padding: 3.813em 2.20em 2.938em;
    height: 100%;
    transition: all 0.3s ease-in-out;
    }
    .content-col:hover{
    /* box-shadow: 0px 0px 17px 5px rgb(0 0 0 / 10%); */
    transform: scale(1.02);
    }
    .content-card{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    }
    .content-card h3{
    height: 2.357em;
    }
    .content-card-img-wrap{
    height: 8.333em;
    }
    .content-col img{
    margin-bottom: 2.221em;
    max-width: 10.0em;
    }
    .content-col h3{
    font-size: 1.750em;
    color: #26374C;
    font-weight: 500;
    margin-bottom: 0.679em;
    }
    .content-col p{
    font-size: 1.125em;
    margin-bottom: 0px;
    color: rgba(38, 55, 76, 0.7);
    }
    .content-col.content-col-horizontal{
    padding: 3.688em 1.938em 3.250em 3.813em ;
    height: 100%;
    }
    .content-col .content-col-info{
    padding-left: 2.250em;
    }
    .content-col .content-col-info h3{
    color: rgba(38, 55, 76, 0.9);
    }
    .action-btn + .action-btn{
    padding-left: 1.563em;
    }
    .banner-right-col{
    padding-right: 2.0em;
    text-align: right;
    }
    .banner-right-img{
    margin-bottom: -10px;
    max-width: 36.500em;
    }
    .crm-contact-list{
    padding-left: 0px;
    display: flex;
    align-items: center;
    list-style: none;
    margin-top: 1.375em;
    margin-bottom: 0;
    }
    .crm-contact-list li + li{
    padding-left: 2.250em;
    }
    .crm-contact-list li img{
    max-width: 7.813em;
    }
    .bottom-fold{
    background-color: #F3F4F6;
    background-image: url("../images/bg-img.svg");
    background-repeat: no-repeat;
    background-position: bottom center;
    padding: 3.0em 0px;
    }
    .min-wrapper{
    max-width: 840px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    }
    .min-wrapper .img-wrap{
    padding-top:10px;
    }
    .bottom-fold-img-wrap{
    background-color: rgba(255,255,255,0.9);
    padding: 1.250em 2.375em;
    }
    .bottom-fold-img-wrap img{
    max-width: 7.813em;
    }
    .bottom-fold-content h2{
    font-size: 2.063em;
    font-weight: bold;
    opacity: 0.9;
    margin-bottom: 0.848em;
    }
    .bottom-fold-content{
    padding-left: 2.250em;
    }
    .footer{
    color: rgba(38, 55, 76, 0.7);
    padding: 1.313em 0px;
    }
    .footer p{
    font-size: 1.250em;
    margin-bottom: 0px;
    }
    .footer .powered-text{
    color:#252525;
    }
    .footer .copy-text{
    position: absolute;
    right: 40px;
    top: 0px;
    }
    .powered-text a{color: #f87b5c;text-decoration: none;}
    .testimonials-wrapper{
    position: relative;
    background: url(../images/testimonial-bg.png) center no-repeat;
    background-size:cover;
    }
    .testimonials-wrapper h2{
    font-size: 35px;
    padding-top: 25px;
    }
    .testimonials-wrapper .left-traingle{
    position: absolute;
    left: 0;
    bottom: 78px;
    }
    .testimonials-wrapper .right-traingle{
    position: absolute;
    right: 0;
    top: 164px;
    }
    .testimonials-wrapper .traingle img{
    width:95px;
    }
    .testimonials-main{
    max-width: 1570px;
    padding: 88px 15px;
    margin: 0 auto;  
    position: relative;
    }
    .testimonials-main .top-quote{
    position: absolute;
    top: 24px;
    left: 20%;
    z-index: 2;
    }
    .testimonials-main .bottom-quote{
    position: absolute;
    bottom: 22px;
    right: 45%;
    }
    .testimonials-slider .slick-arrow{
    display: none!important;
    }
    .testimonials-slider .box{
    background-color: #FFFFFF;
    padding: 40px;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    background-image: linear-gradient(#F98062, #F98062),
    linear-gradient(#F98062, #F98062),
    linear-gradient(#F98062, #F98062),
    linear-gradient(#F98062, #F98062),
    linear-gradient(#FFFFFF,#FFFFFF);
    background-repeat: no-repeat;
    background-size: 4px 100%, 50% 4px, 4px 100%, 20% 4px, calc(100% - 8px), calc(100% - 8px);
    background-position: left bottom, left bottom, left top ,left top, 4px, 4px;
    position: relative;
    z-index: 1;
    }
    .testimonials-slider .box h3{
    font-size: 20px;
    }
    .testimonials-slider .box h3:nth-child(1){
    color: #000000;
    margin-bottom: 20px;
    }
    .testimonials-slider .box h3:nth-child(3){
    color: #F86C5D;
    }
    .testimonials-slider .box p{
    font-size: 18px;
    }
    .testimonials-slider ul{
    list-style: none;
    display: flex;
    justify-content: start;
    padding-inline-start: 0;
    margin-top: 30px;
    }
    .testimonials-slider ul li{
    padding: 0 3px;
    }
    .testimonials-slider ul li.slick-active button{
    background-image: linear-gradient(180deg, #FB9E6A, #F8715E);
    border: 1px solid transparent;
    }
    .testimonials-slider ul li button{
    display: block;
    width: 14px;
    height: 14px;
    padding: 0;
    border: 1px solid #F98062;
    border-radius: 100%;
    text-indent: -9999px;
    outline: none !important;
    background-color: #FFFFFF;
    }
    .testimonials-slider .testimonial-footer{
    margin-top: 25px;
    align-items: center;
    }
    .testimonials-slider .testimonial-img img{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-right: 20px;
    }
    .testimonials-slider .testimonial-client p{
    font-size: 18px;
    color: #000000;
    margin-bottom: 3px;
    }
    .testimonials-slider .testimonial-client p:nth-child(1){
    font-weight: 600;
    }
    .scan-expo-wrapper{
        margin-top:20px;
    }
    @media (max-width:1680px){
    .testimonials-main {
    max-width: 1078px;
    padding: 100px 15px;
    }
    .testimonials-wrapper h2{
    font-size: 30px;
    padding-top: 15px;
    }
    .testimonials-wrapper .traingle img {
    width: 70px;
    }
    .testimonials-main .quote img{
    width: 75px;
    }
    .testimonials-main .top-quote {
    top: 25px;
    }
    .testimonials-main .bottom-quote{
    bottom: 24px;
    }
    .testimonials-main {
    max-width: 1078px;
    padding: 75px 15px 75px 15px;
    }
    .testimonials-wrapper .right-traingle {
    top: 140px;
    }
    .testimonials-wrapper .left-traingle {
    bottom: 44px;
    }
    
    }
    @media screen and (max-width: 1280px){
    body{
    font-size: 80%;
    }
    .banner-left-scan-img {
    width: 200px;
    }
    }
    @media screen and (max-width: 991px){
    body{
    font-size: 80%;
    }
    .containerWrap {
    padding: 1.250em 1.250em;
    }
    .banner-left-col {
    padding-left: 1.260em;
    padding-top: 1.250em;
    padding-right: 1.260em;
    padding-bottom: 1.260em;
    }
    .banner-left-scan-img {
    width: 130px;
    margin-bottom: 1.125em;
    }
    .banner-heading{
    font-size: 1.9000em;
    }
    .action-btn > img{
    width: 100%;
    max-width: 140px;
    }
    .action-btn + .action-btn{
    padding-left: 8px;
    }
    .banner-right-col{
    text-align: center;
    padding-right: 1.250em;
    padding-left: 1.250em;
    }
    .banner-right-img{
    margin: 0 auto -5px;
    }
    .content-col{
    padding: 1.913em 1.5em 1.913em;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    }
    .content-col img {
    margin-bottom: 14px;
    max-width: 75px;
    }
    .content-col.content-col-horizontal{
    padding: 1.813em 1.2em 1.813em;
    text-align: center;
    justify-content: space-around;
    flex-direction: column;
    }
    .content-col .content-col-info{
    padding-left: 0;
    margin-top: 14px;
    }
    .content-col h3{
    font-size: 1.40em;
    }
    .bottom-fold{
    padding: 1.813em;
    }
    .crm-contact-list{
    justify-content: center;
    }
    .footer p{
    font-size: 13px;
    }
    .min-wrapper .img-wrap {
    width: 150px;
    }
    .footer .copy-text {
    right: 252px;
    top: 34px;
    padding-bottom: 20px;
    }
    .footer .powered-text img{
    width: 100px;
    }
    .testimonials-slider .box h3 {
    font-size: 18px;
    }
    .testimonials-slider .box p {
    font-size: 16px;
    }
    .testimonials-slider .testimonial-client p{
    font-size: 16px;
    }
    .testimonials-main .bottom-quote {
        bottom: 8px;
    }
    .testimonials-main {
     
        padding: 75px 15px 58px 15px;
    }
    }
    @media screen and (max-width: 767px){
    .footer,.copy-text{
    text-align: center !important;
    }
    .content-col-mb{
    padding-bottom: 1.250em;
    height: 100%;
    }
    .content-col-mb:last-child{
    padding-bottom: 0px;
    }
    .content-card-img-wrap{
    height: auto;
    }
    .content-card h3{
    height: auto;
    }
    }
    @media screen and (max-width: 576px){
    .action-btn > img {
    max-width: 124px;
    }
    .min-wrapper{
    max-width: 100%;
    flex-wrap: wrap;
    }
    .bottom-fold-content{
    padding-left: 0;
    margin-top: 1.250em;
    }
    .banner-left-content{
    padding-left: 14px;
    }
    .banner-left-scan-img{
    margin-top: 4px;
    }
    .u-mob-heading{
    margin-bottom: 0.8em;
    text-align: center;
    }
    .banner-heading{
    font-size: 1.60em;
    }
    .banner-para{
    font-size: 15px;
    }
    .u-mob-heading img{
    margin-bottom: 18px;
    }
    .u-mob-heading .banner-left-content h1{
    margin-bottom: 0px;
    }
    .banner-action-btns{
    justify-content: center;
    }
    .banner-para{
    text-align: center;
    }
    .min-wrapper{
    justify-content: center;
    text-align: center;
    }
    .bottom-fold-content h2{
    font-size: 20px;
    }
    .bottom-fold-img-wrap img{
    max-width: 5.813em;
    }
    .footer .copy-text {
    right: 54px;
    top: 33px;
    }
    .testimonials-wrapper{
    padding-top: 0;
    }
    .testimonials-wrapper h2{
    font-size: 20px;
    }
    .testimonials-main {
    max-width: 1078px;
    padding: 50px 15px 38px 30px;
    }
    .testimonials-main .quote img {
    width: 50px;
    }
    .testimonials-main .top-quote {
    top: 16px;
    left: 24%;
    }
    .testimonials-main .bottom-quote {
    bottom: 4px;
    right: 38%;
    }
    .testimonials-slider .box h3:nth-child(1) {
    margin-bottom: 12px;
    }
    .testimonials-slider ul li button {
    width: 12px;
    height: 12px;
    }
    .testimonials-slider ul {
    justify-content: center;
    margin-top: 52px;
    }
    }