/* Responsve Styling */
@media only screen and (min-width: 320px) and (max-width: 519px) {

    /* Override */
    .row {
        margin-right: 0;
    }

    .slick-list {
        margin-right: -24px;
    }

    .mob_res .col-md-3 {
        width: 30%;
        padding: 0 !important;
    }

    .mob_res .col-md-9 {
        width: 63%;
        padding: 0;
    }

    .web_logo a {
        margin: 0;
    }

    .web_logo a>img {
        height: 317px;
    }

    .plus {
        font-size: 18px;
    }

    .banner_item {
        height: 389px;
    }

    .comin_soon_main {
        height: auto;
        justify-content: end;
    }

    .comin_soon_main {
        display: block;
        text-align: -webkit-right;
    }

    .coming_soon_cont {
        position: unset;
        margin-top: -50px;
        padding-right: 10px;
    }

    .coming_soon h6 {
        width: 110px;
        height: 110px;
        font-size: 14px;
        bottom: 90px;
    }

    .coming_soon_cont p {
        left: 0;
    }

    .logo_main {
        height: 510px;
        left: 9px;
        justify-content: flex-start;
    }

    .web_logo h1 {
        font-size: 16px;
        letter-spacing: 6px;
        line-height: 21px;
    }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {

    .mob_res .col-md-3 {
        width: 30%;
        padding: 0 !important;
    }

    .mob_res .col-md-9 {
        width: 63%;
        padding: 0;
    }

    .plus {
        font-size: 18px;
    }


    .banner_item {
        height: 489px;
    }

    .web_logo {
        height: 530px;
    }

    .comin_soon_main {
        height: auto;
        justify-content: end;
    }

    .coming_soon h6 {
        bottom: 40px;
        right: 30px;
    }

    .comin_soon_main {
        display: block;
        text-align: -webkit-right;
    }

    .coming_soon {
        margin-top: -70px;
    }

    .coming_soon_cont {
        position: unset;
        margin-top: 0px;
        padding-right: 10px;
    }

    .logo_main {
        height: 719px;
        left: 9px;
        justify-content: flex-start;
    }

    .web_logo h1 {
        font-size: 17px;
        letter-spacing: 8px;
        line-height: 26px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    .logo_main {}

    .coming_soon h6 {
        font-size: 14px;
        width: 120px;
        height: 120px;
        left: 0;
    }

    .coming_soon_cont {
        font-family: var(--f1);
        position: absolute;
        bottom: -113px;
        left: -260px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1250px) {
    .logo_main {
        left: 130px;
    }
}