/**----------------------
        General styles
-------------------------**/
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    letter-spacing: 1px;
}

.stats-title {
    margin-bottom: 20px;
}
/**--------------------------------------
            Class Section
--------------------------------------**/
.class-box {
    margin: 10px;
}

.mm-class-section{
    margin-top: -100px;
}

/**----------------------
        about technology
-------------------------**/
.mm-about-technology .container {
    margin: auto;
}
.about-technology-content-subtitle {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.2px;
}
.about-technology-content {
    font-size: 16px;
    text-align: left;
    width: 80%;
    margin-top: 80px;
    line-height: 1.8;
}
.mm-about-technology .about-technology-content-col {
    padding: 0px;
    grid-column-gap: 100px;
}
.about-technology-content-col iframe {
    width: 380px;
    height: 300px;
}





/**-----------------------------
        Featured In Section
-------------------------------**/

.featured-img {
    width: 150px;
    opacity: 0.8;
}

/** FAQ Section **/


.mm-faq-section h3 {
    font-size: 17px;
    font-weight: 800;
}
.mm-faq-section p {
    color: black;
    margin-bottom: 50px;
    position: relative;
    font-size: 16px;
    line-height: 1.8;
}


/**---------------------------------
            Media Queries
---------------------------------**/
@media only screen and (max-width: 479px) {
    .money-svg {
        display: none;
    }
    
    /**---------------------------
        about technology 
    --------------------------**/
    .about-technology-content-col iframe {
        width: 300px!important;
        height: 200px!important;
        position: relative;
        /*left: -10px;*/
    }
    .about-technology-content {
        width: 100%!important;
        font-size: 15px;
    }
    .about-technology-content-subtitle {
        font-size: 18px;
    }
   
 

    /**-----------------------------
            featured in section 
    ----------------------------**/
    .featured-img {
        width: 70px!important;
    }
    
    

    /**------------------------
            book a demo 
    ------------------------**/
    .book-svg {
        display: none;
    }
}
@media only screen and (max-width: 767px) {
    /**------------------------
            book a demo 
    ------------------------**/
    .book-svg {
        display: none;
    }
   
    /**-------------------
    Featured In
---------------------**/
    .featured-img {
        width: 140px!important;
    }
   
}