/* mobile style*/
@media only screen and (max-width: 768px) {
    .mt-footer {
        margin-bottom: 20px !important;
    }

    .pd-15 {
        padding-bottom: 0 !important;
    }

    .home-title h3, .home-title h1, .home-title h2, .abouts .about-heading h3 {
        font-size: 30px;
        line-height: 40px;
    }

    i.icon-menu {
        color: #fff;
    }

    button.ux-search-submit.submit-button.secondary.button.icon.mb-0 {
        color: #fff;
    }
}

/* 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) {

}