@charset "utf-8";
/* CSS Document */
.section-div {
    padding: 50px;
    /* margin-bottom: 30px;*/
}
.section-div-small {
    padding: 25px;
    margin-bottom: 30px;
}
.section-title {
    margin-bottom: 40px;
    line-height: 1.2;
}
/**-----------------------------
            background color
-------------------------------**/
.mm-advantages, .mm-stats, .mm-faq-section, .mm-recruiting, .mm-hiw-section, .mm-guarantee-section, .section-bg {
    background-color: #f0f0f0;
}

@media only screen and (max-width: 500px) {

}




/**----------------------
        WhatsApp Widget
-------------------------**/
.fixed-whatsapp {
    position: fixed;
    bottom: 5%;
    right: 2%;
    z-index: 10;
}
.fixed-whatsapp a i {
    font-size: 30px;
}
@media only screen and (max-width: 479px) {
    .fixed-whatsapp a i {
        font-size: 20px;
    }
}
/**-------------------------
    pricing nav center
----------------------------**/
.nav-center {
    text-align: center;
}
.nav-center ul.nav {
    display: inline-block;
}
.nav-center ul li {
    display: inline;
}
.nav-center ul li a {
    float: left;
}
/**----------------------------------------
            Testimonials 
-----------------------------------------**/
.width-auto {
    width: auto;
}
.text-lg {
    font-size: 2rem;
}
.carousel-indicators li {
    border: none;
    background: #ccc!important;
}
.carousel-indicators li.active {
    background: #0275d8!important;
}
@media only screen and (max-width: 500px) {
    .hs-item .Desktop-Whatsapp {
        display: none;
    }
    .carousel-item .media img {
        display: none;
    }
}