/* header banner section */
.header-banner{
    background-color: #F5F8FB ;
    padding-top: 20px;
    padding-bottom: 20px;
    overflow: hidden;
}

.header-banner {
    background-image: url("../images/maple-crm-dubai-texture.svg");
    background-position: right 0% bottom 0%;
    background-repeat: no-repeat;
}

#banner{
    max-width: 450px;
    /* padding-top: 40px; */
}

.header-banner p{
    font-size: 17px;
}

.inline-btns .demo-btn{
    padding: 10px 15px 10px 35px;
}

/* popup video on play button */
.popup-video{
    background: rgba(0, 0, 0, 0.4);
    cursor: pointer;
    height: 100vh;
    position: fixed;
    text-align: center;
    top: 0px;
    width: 100vw;
    z-index: 10000;
}


.popup-video iframe{
    width: 100% !important;
    margin: auto;
    height: 100%;
}

.popup-video > div{
    background-color: #fff;
    box-shadow: 10px 10px 60px #555;
    display: inline-block;
    height: 80%;
    max-width: 822px;
    min-height: 300px;
    vertical-align: middle;
    width: 70%;
    position: relative;
    border-radius: 8px;
    padding: 15px;
}

.popup-video .helper{
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.popup-video .popupCloseButton{
    border: 3px solid #0D83DD;
    border-radius: 50px;
    cursor: pointer;
    display: inline-block;
    font-family: arial;
    font-weight: bold;
    position: absolute;
    top: -20px;
    right: -20px;
    font-size: 25px;
    line-height: 30px;
    width: 34px;
    height: 32px;
    text-align: center;
    color: white;
}

/* section 1 */
.ff-automation{
    padding-top: 50px;
    background-color: white;
}
.ff-automation hr{
    width: 100px;
    height: 4px;
    opacity: 1;
    background-color: #D5DBE7;
    margin: auto;
}

.customer-speak-video-sec{
    padding-top: 20px;
    background-color: white;
}
.customer-speak-video-sec hr{
    width: 100px;
    height: 4px;
    opacity: 1;
    background-color: #D5DBE7;
    margin: auto;
}


.top-features-sec{
    padding-top: 10px;
    background-color: white;
}
.top-features-sec hr{
    width: 100px;
    height: 4px;
    opacity: 1;
    background-color: #D5DBE7;
    margin: auto;
}



/* sub sections under section 1 */
.subsec1{
    margin-top: 40px;
}

.subsec1,
.subsec2,
.subsec3,
.subsec4,
.subsec5,
.subsec6{
    margin-bottom: 40px;
}

.subsec7{
    background-color: white;
    padding-bottom: 40px;
}

.subsec7 h2{
    font-size: 32px;
    line-height: 1.5;
    font-weight: 600;
}

.subsec7 img{
    width: 70%;
    max-width: 435px;
}

.subsec7 button{
    padding: 8px 25px;
    margin-top: 20px;
    box-shadow: 15px 15px 30px #CDE3F3;
}

.subsec1 .row .position-relative  .position-absolute{
    background: transparent radial-gradient(closest-side at 50% 50%, #7269FD80 0%, #F6F8FC00 100%) 0% 0% no-repeat padding-box;
    bottom: -45%;
    top: 0% !important;
    right: 7%;
    z-index: -1;
    opacity: 0.4;
    width: 50%;
}

/* gradient behind the images */
.subsec3  .row .position-relative  .position-absolute{
    background: transparent radial-gradient(closest-side at 50% 50%, #95ee9d59 0%, #F6F8FC00 100%) 0% 0% no-repeat padding-box;    
    bottom: -45%;
    top: 0% !important;
    right: 7%;
    z-index: -1;
    width: 50%;
}

.subsec5  .row .position-relative  .position-absolute{
    background: transparent radial-gradient(closest-side at 50% 50%, #7269FD80 0%, #F6F8FC00 100%) 0% 0% no-repeat padding-box;  
    bottom: -45%;
    top: 0% !important;
    right: 7%;
    z-index: -1;
    opacity: 0.4;
    width: 50%;
}

.subsec2 .position-relative  .position-absolute{
    width: 37%;
    background: transparent radial-gradient(closest-side at 50% 50%, #FF733C99 0%, #F6F8FC00 100%) 0% 0% no-repeat padding-box;
    bottom: -16%;
    top: 25% !important;
    left: 9% !important;
    z-index: -1;
    opacity: 0.4;
}

.subsec4 .position-relative  .position-absolute{
    width: 37%;
    background: transparent radial-gradient(closest-side at 50% 50%, #E2397D66 0%, #F6F8FC00 100%) 0% 0% no-repeat padding-box;    bottom: -16%;
    top: 25% !important;
    left: 9% !important;
    z-index: -1;
    opacity: 0.4;
}

.subsec6 .position-relative .position-absolute{
    width: 37%;
    background: transparent radial-gradient(closest-side at 50% 50%, #FF733C99 0%, #F6F8FC00 100%) 0% 0% no-repeat padding-box;    bottom: -16%;
    top: 25% !important;
    left: 9% !important;
    z-index: -1;
    opacity: 0.4;
}

.subsec7 .demo-btn > img{
    width: 30px;
    margin: 4px 0px 5px 16px;
}
/* client's about section */
.client-about-us .hr-line{
    vertical-align: middle;
    color: #0D83DD;
    width: 30px;
    background: #0D83DD;
}

#client-name{
    font-size: 20px;
}

/* About section */
.about-us{
    padding-top: 90px;
    /* parallax background */
    background-image: url(../images/dot-texture.png);
    min-height: 500px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

:is(.about-us, .client-about-us) hr{
    width: 88px;
    margin: 0px auto 35px;
    background-color: #D5DBE7;
    height: 4px;
    opacity: 1;
}

/* .about-us h1, */
.about-us .keys img+span,
.about-us button{
    font-family: 'Montserrat Medium' !important;
}

.about-us .keys{
    margin-top: 90px;
}

.client-about-us .row .col-lg-4{
    background-image: url(../images/dot.png);
    background-repeat: no-repeat;
    background-position: top center;
}

/* SUPPORT section */
.support{
    margin-top: 90px;
    margin-bottom: 90px;
}

/* use this style for mobile but change the picture */
.support .bg-img{
    background: #0D83DD url(../images/blue.jpg) no-repeat center;
    background-repeat: no-repeat;
    background-position: center;
    padding: 20px 70px;
    border-radius: 20px;
    color: white;
    min-height: 450px;
    display: flex;
    align-items: center;
    background-size: cover;
    border-radius: 60px;
}

.support .bg-img .row{
    z-index: 10;
}

.support .container{
    position: relative;
    padding-top: 30px;
}

.support .container .row .col-lg-5{
    position: absolute;
    padding-top: 30px;
    background-image:  url(../images/support.png) ;
    background-repeat: no-repeat;
    background-position: top 0px right 10%;
    background-origin: border-box;
    top: 0;
    bottom: 0;
    right: 10%;
}

/* OWL CAROUSEL */
.owl-carousel .owl-item img.quote{
    max-width: 100px;
    margin-right: 10px;
}

.owl-carousel .owl-item img{
    object-fit: contain;
}

/* navigation indicators */
ul.owl-dots{
    list-style-type: none;
    display: inline-flex;
    margin: -100px auto 0;
    gap: 10px;
}

.owl2 button.owl-prev{
    float: left;
    margin-top: 50px !important;
}

.owl2 button.owl-next{
    float: right;
    margin-top: 50px !important; 
}

.owl-nav{
    width: 570px;
    margin-top: 0;
}

.owl-theme .owl-nav [class*=owl-]:hover{
    background-color: transparent !important;
}

.owl-theme .owl-nav{
    position: relative;
    top: 35px;
}

ul.owl-dots{
    margin-top: 26px;
    margin-left: 20px;
    width: 454px;
}

/* WHY MAPLE section */
.why{
    margin-top: 20px;
    padding: 90px 20px 40px;
    color: white;
}

.why button{
    outline: none;
}

.why hr{
    width: 80px;
    opacity: 1;
    background-color: white;
    height: 4px;
    margin: auto;
}

.why .tab-content img{
    max-width: 400px;
    margin: auto;
}

.why h2{
    font-size: 30px;
}

.why p{
    font-family: 'Montserrat Medium' !important;
    margin-top: 10px;
}

.why .tab-content{
    max-width: 1400px;
    margin: auto;
}

/* TAAB section */
.nav-pills{
    margin-top: 30px;
    justify-content: center;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
    background-color: initial;
}

.nav-pills .nav-item{
    width: 167px;
}

.active-link::before{
    content: "";
    position: absolute;
    display: block;
    width: inherit;
    background-color: transparent;
    top: 65px;
    bottom: 0;
    border-bottom-left-radius: 64px;
    border-left: 8px solid white;
    transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -webkit-transition: all 0.1s ease;
 }

 .active-link::after{
     content: "";
    position: absolute;
    display: block;
    width: 47%;
    background-color: transparent;
    top: 86px;
    bottom: -2px;
    border-bottom-left-radius: 66px;
    border-bottom: 8px solid white;
    left: 8px;
    transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -webkit-transition: all 0.1s ease;
 }


 .active-link2 .active-link::before {
    top: 109px !important;
    bottom: 2px !important;
    border-radius: 0 !important;
    border: none !important;
    border-bottom-left-radius: 64px !important;
    border-left: 8px solid white !important;
    transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -webkit-transition: all 0.1s ease;
}

.active-link2 .active-link::after {
    top: 109px !important;
    bottom: 0px !important;
    border-radius: 0 !important;
    border: none !important;
    border-bottom-right-radius: 66px !important;
    border-right: 8px solid white !important;
    right: 0 !important;
    left: unset !important;
    transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -webkit-transition: all 0.1s ease;
}

.active-link2 .active-link{
    border-bottom: 8px solid white;
}

 .active-link3 .active-link::after {
    top: 86px !important;
    bottom: -1px !important;
    border-radius: 0 !important;
    border: none !important;
    border-bottom-right-radius: 66px !important;
    border-bottom: 8px solid white !important;
    right: 7px !important;
    left:  unset !important;
}

.active-link3 .active-link::before {
    background-color: transparent !important;
    top: 71px !important;
    bottom: 0 !important;
    border-radius: 0 !important;
    border: none !important;
    border-bottom-right-radius: 64px !important;
    border-right: 8px solid white !important;
}

.active-link4 .active-link::after {
    top: 0 !important;
    bottom: -2px !important;
    border-radius: 0 !important;
    border: none !important;
    border-top-right-radius: 66px !important;
    border-top: 8px solid white !important;
    right: 5px !important;
    left: unset !important;
}

.active-link4 .active-link::before {
    top: 0 !important;
    bottom: 92px !important;
    border-radius: 0 !important;
    border: none !important;
    border-top-right-radius: 64px !important;
    border-right: 8px solid white !important;
    right: unset !important;
}

.active-link5 .active-link::before {
    top: -2px !important;
    bottom: 92px !important;
    border-radius: 0 !important;
    border: none !important;
    border-top-left-radius: 64px !important;
    border-left: 8px solid white !important;
    left: -1px !important;
    right: unset !important;
}

.active-link5 .active-link::after {
    top: 0px !important;
    bottom: 92px !important;
    border-radius: 0 !important;
    border: none !important;
    border-top-right-radius: 66px !important;
    border-right: 8px solid white !important;
    right: -1px !important;
    left: unset !important;
}

.active-link5 .active-link{
    border-top: 8px solid white;
}

.active-link6 .active-link::after {
    top: -2px  !important;
    bottom: 88px !important;
    border-radius: 0 !important;
    border: none !important;
    border-top-left-radius: 66px !important;
    border-top: 8px solid white !important;
    left: 8px !important;
    right: unset !important;
}

.active-link6 .active-link::before {
    top: -1px !important;
    bottom: 88px !important;
    border-radius: 0 !important;
    border: none !important;
    border-top-left-radius: 64px !important;
    border-left: 8px solid white !important;
    left: 0px !important;
    right: unset !important;
}

.active-link{
    position: absolute;
    top: 0;
    transform: translate(0%, 0px);
    -o-transform: translate(0%, 0px);
    -ms-transform: translate(0%, 0px);
    -moz-transform: translate(0%, 0px);
    -webkit-transform: translate(0%, 0px);
    display: flex;
    flex-direction: column;
    color: white;
    align-items: center;
    gap: 13px;
    line-height: 1.2;
    font-family: 'Montserrat Medium' !important;
    padding: 35px 0px;
    border-radius: 79px;
    width: 129px;
    min-height: 175px;
    border: 1px solid white;
    transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    -moz-transition: all 0.4s ease-in;
    -webkit-transition: all 0.4s ease-in;
}

.nav-pills .nav-link {
    position: relative;
    display: flex;
    flex-direction: column;
    color: white;
    align-items: center;
    gap: 13px;
    line-height: 1.2;
    font-family: 'Montserrat Medium' !important;
    padding: 35px 0px;
    border-radius: 79px;
    width: 129px;
    min-height: 175px;
}

@keyframes mover {
    0% { 
        transform: translateY(0); 
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        -moz-transform: translateY(0);
        -webkit-transform: translateY(0);
    }
    100% { 
        transform: translateY(-20px); 
        -o-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        -moz-transform: translateY(-20px);
        -webkit-transform: translateY(-20px);
    }
  }


#pills-tabContent img.vert-move {
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
    -o-animation: mover 1s infinite alternate;
    -moz-animation: mover 1s infinite alternate;
}

/* OWL carousel for clients about section */
.client-carousel{
    margin-top: 100px;
}

.client-carousel img.client{
    width: 220px;
    background-color: #e7edf3;
    border-radius: 55px;
}

.client-about-us{
    margin-bottom: 90px;
}

/* carousel indicator */
.owl-dot{
    padding: 2px;
    border: 2px dashed transparent;
}

/* for active indicator */
.dashed-circle{
    border-radius: 50%;
    border: 2px dashed #0D83DD;
}

blockquote{
    text-align: justify;
}

/* RESPONSVENESS */
@media only screen and (min-width: 991px){    
    /* left sight animation keyframes */
    @keyframes right {
        from {margin-right: -100vw;}
        to {margin-right: 0;}
    }

    @keyframes left {
        from {margin-left: -100vw;}
        to {margin-left: 0;}
    }

    /* for right anim */
    #rightsec{
        visibility: hidden;
    }

    .rightmove{
        animation-name: right !important;
        -o-animation-name: right !important;
        -moz-animation-name: right !important;
        -webkit-animation-name: right !important;
        animation-duration: 1s !important;
        -o-animation-duration: 1s !important;
        -moz-animation-duration: 1s !important;
        -webkit-animation-duration: 1s !important;
        visibility: visible !important;
        margin-right: 0;
    }

    /* for left anim */
    #leftsec{
        visibility: hidden;
    }

    .leftmove{    
        animation-name: left !important;
        -o-animation-name: left !important;
        -moz-animation-name: left !important;
        -webkit-animation-name: left !important;
        animation-duration: 1s !important;
        -o-animation-duration: 1s !important;
        -moz-animation-duration: 1s !important;
        -webkit-animation-duration: 1s !important;
        margin-left: 0 ;
        visibility: visible !important;
    }
}

@media only screen and (max-width: 1500px) 
{
    .support .container .row .col-lg-5{
        right: 5%;
    }
}

@media only screen and (max-width: 1200px) 
{
    .support .container{
        background-position: top 0 right 5%;
    }
    
    .support .bg-img{
        padding: 20px 50px;
    }

    .subsec7 h2{
        font-size: 30px;
    }

    .nav-pills .nav-item {
        width: 135px;
    }

    .header-banner p{
        font-size: 16px;
    }
   
    #client-name{
        font-size: 18px;
    }
}


@media only screen and (max-width: 991px) {
    .subsec1 img{
        width: 80%;
        margin: auto;
        max-width: 260px;
    }
 
    :is(.subsec1,
    .subsec2,
    .subsec3,
    .subsec4,
    .subsec7,
    .subsec5,
    .subsec6) img{
        width: 50%;
        margin-top: 20px;
        max-width: 340px;
    }

    .subsec7 button {
        padding: 2px 25px;
    }

    .subsec7 h2 {
        font-size: 27px;
    }

    .support .container{
        background-image: none;
    }

    .support .bg-img{
        min-height: 300px;
    }

    .why .tab-content img {
        max-width: 80%;
        margin: auto;
        margin-top: 40px;
    }

    .why h2{
        font-size: 28px;
    }

    .subsec1, .subsec2, .subsec3, .subsec4, .subsec7, .subsec5, .subsec6 {
        margin-bottom: 0px;
    }

    .subsec7{
        padding-bottom: 30px;
    }
    
    .subsec7 img{
        width: 60%;
        max-width: 335px;
    }
    
    .support .container .row .col-lg-5{
        /* background-image: none; */
        position: static;
        margin-bottom: 30px;
        margin-top: -10%;
        background-position: top center;
    }

    .support .bg-img{
        padding-top: 30px;
        padding-bottom: 60px;
    }

    .client-carousel img.client{
        max-width: 80%;
    }

    .client-carousel img.client + img{
        max-width: 40%;
    }

    .client-carousel img.client + img{
        left: 10% !important;
    }
}


@media only screen and (max-width: 750px) {
    .support .btn-white{
        padding: 10px 35px;
        font-size: 14px;
    }

    .support .container{
        padding: 0;
    }
    
    .support .bg-img{
        padding: 30px 30px;
    }

    .owl-dot img{
        width: 100px;
    }

    .inline-btns .demo-btn {
        padding: 2px 26px;
    }

    .owl-nav {
        width: 450px;
    }

    ul.owl-dots {
        margin-left: 0;
        /* margin-top: 0px; */
        width: 390px;
    }

    .inline-btns .demo-btn {
        padding: 5px 35px;
    }

    .subsec1, .subsec2, .subsec3, .subsec4, .subsec7, .subsec5, .subsec6{
        margin-bottom: 0px;
    }

    .support .container .row .col-lg-5{
        background-size: 80%;
    }
    
    .support .container .row .col-lg-5 img{
        width: 80%;
    }
}

@media only screen and (max-width: 775px) {
    .nav-pills .nav-link img+span{
        display: none;
    }

    .nav-pills .nav-link{
        padding: 30px 10px;
        border-radius: 79px;
        width: 70px;
        min-height: 100px;
    }

    .nav-pills .nav-link img{
        max-width: 35px;
    }

    .nav-pills .nav-item {
        width: auto;
    }

    .nav-pills{
        gap: 10px;
    }

    .active-link{
        width: 67px;
        min-height: 100px;
    }

    .active-link::before,
    .active-link::after{
        /* content: none; */
    }

    .active-link::after {
        width: 49%;
        top: 73px;
        bottom: 4px;
        border-bottom-left-radius: 70px;
        border-bottom: 5px solid white;
        left: 6px;
        height: 25px;
    }

    .active-link::before {
        width: 33px;
        top: 50px;
        bottom: 0;
        border-bottom-left-radius: 64px;
        border-left: 5px solid white;
        left: -1px;
    }

    .active-link4 .active-link::after {
        top: 0 !important;
        bottom: -2px !important;
        border-top: 5px solid white !important;
        right: 6px !important;
        left: unset !important;
    }

    .active-link4 .active-link::before {
        top: 0px;
        bottom: 55px !important;
        border-right: 5px solid white !important;
        right: -1px !important;
        left: unset !important;
    }

    .active-link2 .active-link::before {
        top: 67px !important;
        border-left: 5px solid white !important;
    }

    .active-link2 .active-link::after {
        top: 67px !important;
        border-right: 5px solid white !important;
    }

    .active-link3 .active-link::after {
        top: 73px !important;
        bottom: 0px !important;
        border-bottom-right-radius: 66px !important;
        border-bottom: 5px solid white !important;
        right: 5px !important;
        left: unset !important;
    }

    .active-link3 .active-link::before {
        top: 50px !important;
        bottom: 0px !important;
        border-right: 5px solid white !important;
        right: -1px;
        left: unset !important;
    }

    .active-link5 .active-link::before {
        top: 1px !important;
        bottom: 67px !important;
        border-left: 5px solid white !important;
        left: 0px !important;
        right: unset !important;
    }
    .active-link5 .active-link::after {
        top: 2px !important;
        bottom: 90px !important;
        border-right: 5px solid white !important;
        right: 0px !important;
        left: unset !important;
    }
    .active-link6 .active-link::after {
        top: 0px !important;
        bottom: 88px !important;
        border-top: 5px solid white !important;
        left: 6px !important;
        right: unset !important;
    }
    .active-link6 .active-link::before {
        top: 0px !important;
        bottom: 56px !important;
        border-left: 5px solid white !important;
        left: -1px !important;
        right: unset !important;
    }

    .popup-video > div {
        width: 80%;
    }

    :is(.subsec1,
    .subsec2,
    .subsec3,
    .subsec4,
    .subsec7,
    .subsec5,
    .subsec6) img{
        max-width: 240px;
    }

    .active-link2 .active-link{         
        border-bottom: 5px solid white;
    }

    .active-link5 .active-link{
        border-top: 5px solid white;
    }
}

@media only screen and (max-width: 500px) {
    .support .bg-img{
        padding: 30px 20px;
    }

    .owl-dot img {
        width: 45px;
    }

    .owl-nav {
        width: 271px;
        top: -15px !important;
    }

    ul.owl-dots{
        padding-left: 13px;
    }

    .owl-carousel .owl-item img.quote {
        max-width: 81px;
        padding: 0;
        margin-right: 5px;
    }

    ul.owl-dots {
        width: 212px;
    }

    .keys .row{
        text-align: center;
        gap: 12px;
    }

    .support .bg-img{
        border-radius: 30px;
    }

    .why h2 {
        font-size: 22px;
    }

    .why h2 + p{
        font-size: 14px;
    }

    #rightsec{
        -o-animation: none;
        -moz-animation: none;
        -webkit-animation: none;
        animation: none;
        position: static !important;
    }

    :is(.subsec1, .subsec2, .subsec3, .subsec4, .subsec7, .subsec5, .subsec6) img {
        max-width: 140px;
    }

    .subsec7 img{
        max-width: 235px;
    }
    
    .owl-carousel .owl-item img.quote {
        max-width: 50px;
    }

    #client-name{
        font-size: 16px;
    }

    .client-carousel img.client {
        border-radius: 30px;
    }

    .client-carousel img.client + img{
        max-width: 30%;
        left: 10% !important;
        bottom: 2% !important;
    }

    .client-about-us .row .col-lg-4 {
        background-position: top 10% left 45%;
        background-size: 50%;
    }
    
    .support .container .row .col-lg-5{
        background-size: 70%;
        margin-top: -20%;
    }
    
    .support .container .row .col-lg-5 img{
        width: 60%;
    }

    .why .tab-content img {
        max-width: 100%;
    }

    .support button img{
        width: 25px;
    }
}
 
@media only screen and (max-width: 350px) {
    .owl-nav{
        display: none;
    }

    ul.owl-dots {
        width: 180px;
    }

    .inline-btns .demo-btn {
        padding: 13px 26px;
    }

    .why h2 {
        font-size: 20px;
    }

    .why{
        padding-left: 0;
        padding-right: 0;
    }

    .why .tab-content img {
        max-width: 100%;
        margin-top: 10px;
    }

    :is(.subsec1, .subsec2, .subsec3, .subsec4, .subsec7, .subsec5, .subsec6) img {
        max-width: 100px;
    }

    .owl-carousel .owl-item img.quote {
        max-width: 31px;
    }

    .client-carousel img.client + img{
        max-width: 20%;
        left: 14% !important;
        bottom: 4% !important;
    }

    blockquote br{
        display: none;
    }
    
    .support .container .row .col-lg-5{
        background-size: 60%;
        margin-top: -20%;
    }
    
    .support .container .row .col-lg-5 img{
        width: 50%;
    }
}

@media screen and (max-width:767px) {
.mCrm-desktop{ display:none !important;}
.mCrm-mobile{ display:block; padding-top:10px;}

}
@media screen and (min-width:768px) {
	.row{ padding:0 10px; }
.mCrm-desktop{ display:block; padding-top:10px;}
.mCrm-mobile{ display:none;}
.mCrm-desktop-h2 {font-size:150%;}

}

.mCrm-call{ display:block;border-radius:100%; width:60px; height:60px; color:#fff; right:0 ; padding-left:18px;padding-top:10px;   background: #28A219;
background: -moz-linear-gradient(top,  #28A219 0%, #4CAF50 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#28A219), color-stop(100%,#4CAF50));
background: -webkit-linear-gradient(top,  #28A219 0%,#4CAF50 100%);
background: -o-linear-gradient(top,  #28A219 0%,#4CAF50 100%);
background: -ms-linear-gradient(top,  #28A219 0%,#4CAF50 100%);
background: linear-gradient(top,  #28A219 0%,#4CAF50 100%); position:fixed; bottom:5%;right:5%; z-index:1000;}
.mCrm-call a{ color:#fff; font-size:28px;}


.border-red { border-color: red;    border-style: solid;}

.zoom-image {
  transition: transform .2s; /* Animation */
  margin: 0 auto;
}
.zoom-image:hover {
  transform: scale(1.5); 
}
