@media(max-width:1024px) {}

@media(max-width:992px) {
    .sm-padding {
        padding: 15px
    }

    .sm-br-none br {
        display: none
    }

    .sm-text-left {
        text-align: left
    }

    .fz-45 {
        font-size: 35px
    }

    .video-content {
        padding: 0
    }

    .sm-no-padding {
        padding: 0
    }

    .banner {
        width: 65%;
        padding: 16px 0
    }

    .banner img {
        width: 100%
    }

    .height-500,
    .height-550,
    .height-600,
    .height-650,
    .height-660,
    .height-670,
    .height-700,
    .height-750 {
        height: 450px
    }

    .mainmenu li a {
        font-size: 11px
    }
    .mobile-view-1{
        display:none;
    }
}

@media all and (min-width:480px) and (max-width:768px) {}

@media all and (max-width:767px) {
    body {
        overflow-y: scroll
    }

    body,
    p {
        font-size: 12px
    }

    .padding {
        padding: 60px 0
    }

    .padding-100,
    .padding-120 {
        padding: 80px 0
    }

    .fz-40,
    .fz-45,
    .fz-50 {
        font-size: 30px
    }

    .xs-padding {
        padding: 15px
    }

    .xs-text-left {
        text-align: left
    }

    .xs-text-center {
        text-align: center
    }

    .xs-no-padding {
        padding: 0
    }

    .xs-ptb-50 {
        padding-top: 50px;
        padding-bottom: 50px
    }

    .xs-t-white {
        color: #fff
    }

    .xs-br-none br {
        display: none
    }

    .mb-xs-20 {
        margin-bottom: 20px !important
    }

    .mb-xs-10 {
        margin-bottom: 10px
    }

    .mb-100 {
        margin-bottom: 40px
    }

    .height-500,
    .height-550,
    .height-600,
    .height-650,
    .height-660,
    .height-670,
    .height-700,
    .height-750 {
        height: 400px
    }

    .banner {
        width: 100%;
        padding: 0 0
    }

    .bg-color {
        width: 100%
    }

    .google-map {
        height: 280px
    }

    .news-ticker li a {
        font-size: 12px
    }

    .filter-items .padding-10 {
        padding: 5px
    }

    .subs-custom .email-field {
        line-height: 43px
    }

    .footer-logo img {
        max-width: 230px
    }
}

@media all and (max-width:520px) {
    .col-xs-6 {
        float: none;
        width: 100%
    }

    .search-form {
        width: 80%;
        float: right
    }

    .ptb-140 {
        padding-top: 80px;
        padding-bottom: 80px
    }

    .subs-custom .col-xs-8,
    .subs-custom .col-xs-4 {
        width: 100%;
        padding: 10px
    }

    .list-post-item {
        padding-left: 0
    }

    .list-post-item .img-thumb {
        position: inherit;
        width: 100%
    }

    .subs-custom .b-btn {
        margin: 0
    }
}

@media all and (max-width:420px) {
    .tab-container {
        min-height: 330px
    }
}

@media all and (max-width:380px) {}