/* mobile style*/
@media only screen and (max-width: 768px) {
    .swiper-slide {
        height: 250px !important;
    }

    .reason2 {
        margin-top: 0px !important;
    }

    .info__title {
        font-size: 22px;
    }

    .reason__title h3 {
        color: #F4F8FF;
        font-size: 80px;
        font-weight: 600;
        margin: 0px !important;
    }

    .reason1 .box-image, .reason2 .box-image {
        width: 100px !important;
        max-width: 100px !important;
        height: 100px;
        border-radius: 50%;
        margin: 15px auto;
    }

    .reason_img_title {
        font-size: 20px;
        text-align: center;
    }

    .reason1 .col-inner, .reason2 .col-inner {
        padding: 25px !important;
    }

    .home-title3 h3, .home-title h3, .home-title2 h3 {
        font-size: 25px;
    }

    .IMG__title h3 {
        font-size: 25px;
    }

    .lesson-title {
        font-size: 20px;
    }

    .mt-footer {
        margin-bottom: 20px !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) {

}