@media(max-width: 450px) {

    .head-img .text1 h3,
    .head-img .text2 h3 {
        font-size: 20px;
    }

    .head-img .text1 span,
    .head-img .text2 span {
        font-size: 14px;
    }

    .abt-con {
        padding-top: 1.6em;
        margin-top: 1.5em;
    }

    .content-row {
        padding: 1.8em 1em;
    }

    .main-footer .ft-link-area .ft-list {
        flex-direction: column;
        align-items: flex-start;
    }

    .ft-logo {
        width: 80%;
        margin-bottom: 1.5em;
    }

    .main-footer .ft-link-area {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 1.5em;
    }

    .head-img .text2 h3 {
        margin-top: 0;
    }

    .clinton-img .sec-head {
        max-width: 230px;
    }

    .new-video-sec .sec-head {
        max-width: 300px;
    }

    .nav-l {
        flex-direction: column;
        align-items: flex-start;
    }

    .nav-l li a span {
        font-size: 26px;
    }

    .heading {
        font-size: 32px;
    }

}

@media (max-width: 600px) {

    .head-logo {
        width: 150px;
    }

    .head-logo img {
        width: 100%;
    }

    .head-img {
        margin-top: 4em;
    }

    .menu-open {
        top: 0.75em;
        right: 1.5em;
    }

    .new-vid-swiper-container {
        margin-top: 1.5em;
    }

    .sec-head {
        font-size: 32px;
    }

    .bancia-row {
        margin-top: 0;
    }

    .abt-sec {
        overflow: hidden;
    }

    .swiper,
    .mySwiper {
        padding: .5rem 3.2em !important;
    }

    .swipersec .swiper-button-prev {
        left: -13px;
    }

    .swipersec .swiper-button-next {
        right: -13px;
    }

    .brands-grid {
        grid-template-columns: repeat(2, 1fr);
        column-gap: 30px;
        row-gap: 10px;
    }

    .clinton-img .clinton-title p {
        text-align: start;
        max-width: 150px;
    }

    .con-card .movie-img.style2 {
        min-height: 537px;
    }

    .con-grid {
        grid-template-columns: repeat(1, 1fr);
    }

}

@media (max-width: 991px) {

    .head-img {
        width: 75%;
        max-width: none;
    }

    .head-img .text1,
    .head-img .text2 {
        min-width: max-content;
    }

    .head-img .text1 h3,
    .head-img .text2 h3 {
        font-size: 32px;
    }

    .head-img .text1 span,
    .head-img .text2 span {
        font-size: 20px;
    }

    .head-img .text1 span {
        margin-top: -10px;
    }

    img.bn-img {
        height: 50vh;
    }

    .swipersec .swiper-button-prev {
        left: -47px;
    }

    .swipersec .swiper-button-next {
        right: -47px;
    }

    .swipersec .swiper {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .score-tile .con-card .movie-img img {
        height: 450px;
    }

    .con-grid {
        grid-template-columns: repeat(2, 1fr);
    }

}