@media(max-width:1024px) {}

@media(max-width:992px) {
    .sm-padding {
        padding: 15px
    }

    .cta-section,
    .cta-section .text-right {
        text-align: center !important
    }
}

@media all and (min-width:480px) and (max-width:768px) {}

@media all and (max-width:767px) {

    body,
    p {
        font-size: 13px;
        line-height: 24px
    }

    h1 {
        font-size: 30px !important
    }

    h2 {
        font-size: 28px;
        line-height: 36px
    }

    h3 {
        font-size: 18px
    }

    p br {
        display: none
    }

    .padding {
        padding: 30px 0
    }

    .pd-top-sm-none {
        padding-top: 0
    }

    .xs-padding {
        padding: 15px
    }

    .navbar-brand {
        padding: 21px 0
    }

    .menu-btn,
    .menu-wrap ul.nav {
        display: none
    }

    .slicknav_menu {
        display: block
    }

    .widget-content.mid-content {
        padding-left: 0
    }
}

@media all and (max-width:576px) {
    .slider-text span {
        display: none
    }

    .social-link li {
        margin: 0
    }

    .cta-section .row {
        padding: 30px
    }

    .about-content h2 {
        font-size: 24px;
        line-height: 30px
    }

    .instafeed a {
        width: 25%
    }
}

@media all and (max-width:420px) {}

@media all and (max-width:380px) {}