/* mobile style*/
@media only screen and (max-width: 768px) {
    div#top-bar {
        display: none !important;
    }

    .mt-footer {
        margin-bottom: 20px !important;
    }

    .abouts .abouts-heading {
        font-size: 38px;
        line-height: 45px;
    }

    .abouts .abouts-content {
        font-size: 15px;
    }

    .home-title h3 {
        font-size: 38px;
        line-height: 45px;
    }

    .home-title .sub-title {
        font-size: 16px;
    }

    .about-media {
        padding-right: 0;
    }

    .about-media {
        display: flex;
        flex-flow: wrap;
    }

    .about-media .icon-box-img {
        width: 80px !important;
        max-width: 80px !important;
        height: 80px !important;
    }

    .about-media .icon-box-text {
        width: calc(100% - 80px) !important;
    }

    .about-media h3 {
        font-size: 18px;
        line-height: 24px;
    }

    .about-media p {
        font-size: 15px;
    }

    .sec-90 {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }

    .banner-qc .sub_heading {
        font-size: 25px;
        line-height: 35px;
    }

    .banner__qc .text-box, .banner_hero .text-box {
        width: 95% !important;
    }

    .banner_hero_text .banner_hero_heading {
        font-size: 30px !important;
        line-height: 40px;
    }

    .button_style {
        font-size: 15px !important;
        padding: 10px 30px !important;
    }

    .hero_light img {
        width: 60% !important;
    }

    .thumb-hero {
        width: 80% !important;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .sec-register:before, .sec-register:after {
        content: '';
        width: 100%;
        position: absolute;
        height: 50%;
    }

    .sec-register:after {
        background: #42a330;
        right: 0;
        bottom: 0;
        top: unset;
    }

    .social-share-button {
        display: none !important;
    }

}

/* iPad landscape style here */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {

}

/* iPad portrait style here */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {


}

/**desktop**/
@media only screen and (min-width: 1440px) {

}