@media only screen and (max-width: 1025px) {
    .megamenu-fw {
        padding-bottom: 0% !important;
    }

    footer {
        font-size: 1vw;
    }
}

@media only screen and (max-width: 768px) {

    .row .col-md-5 img {
        margin-top: 80px;
        width: 50%;
    }


    footer {
        font-size: 2vmin;
    }
}




@media only screen and (max-width:426px) {

    .row .col-md-5 img {
        margin-top: 2vmin;
        width: 50%;
    }

}

/* screen size 375px */
@media only screen and (max-width:400px) {

    header .row .col-md-5 img {
        margin-top: 2vmin;
        width: 50%;
    }

    header .brand {
        font-size: 19px;
        padding-right: 5px;
    }

    .search-list {
        font-size: 14px;
    }

    .Welcome>h1 {

        font-size: 27px;
    }

    .Welcome>p {
        font-size: 14px;
    }

    footer {
        font-size: 4vmin;
    }

    footer h1 {
        font-size: 30px;
    }
}


@media only screen and (max-width:320px) {

    footer {
        font-size: 5vmin;
    }

    footer h1 {
        font-size: 30px;
    }


    .search-list {
        margin-top: -8px;
        margin-bottom: -8px;
    }

}

@media only screen and (min-width:766px) {
    .search-list {
        font-size: 14px !important;
    }
}




@media only screen and (max-width: 1024px) {


    footer {
        font-size: 1.2vw;
    }


    footer .row .col-md-2 {
        margin-left: 0px;
    }

}


@media only screen and (max-width: 864px) {

    footer h1 {
        font-size: 25px;
    }
}

@media only screen and (max-width: 786px) {

    footer .row .col-md-2 {
        margin-left: 0px;
    }

}




/* screen size 375px */
@media only screen and (max-width:376px) {
    footer {
        font-size: 3.5vmin;
    }

    footer h1 {
        font-size: 25px;
    }

}


@media only screen and (max-width:320px) {

    footer {
        font-size: 3.5vmin;
    }

    footer h1 {
        font-size: 25px;
    }
}

@media screen and (max-width:769px) {

    .special-list #s {
        width: 90%;
    }

    .s00 {
        width: 90%;
    }

}

@media screen and (max-width:555px) {

    .cards .card {
        width: 100%;
    }

    .tab {
        width: 90%;
    }
}

@media only screen and (min-width: 375px) and (max-width: 650px) {
    footer {
        font-size: 3vw;
    }
}

@media screen and (min-width: 1100px) {
    footer .input-group {
        padding-right: 25%;
    }

    .tab {
        width: 60%;

    }
}

@media only screen and (max-width:590px) {
    .cookie-container {
        width: 100%;
        font-size: 1rem;
    }
}