@media (max-width : 480px) {

    .sec1 {
        padding-top: 50px;
    }

    .sec1 h1 {
        font-size: 52px;
        line-height: 80px;
    }

    .sec1 h1 span {
        font-size: 100px;
    }

    .searchinput {
        width: 835px;
    }

    .searchbox {
        width: 100%;
    }

    .center-nav {
        text-align: start !important;
    }

    .aboutsec1 {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .aboutsec1 h2 {
        font-size: 70.22px;
    }

    .aboutsec1 h1 {
        font-size: 86.22px;
        line-height: 79px;
    }

    .aboutsec1 p {

        font-size: 14px;
        line-height: 28px;
    }

    .nearestshopbox {
        padding: 35px 19px;
    }

    .resbox1 {
        width: 100%;
    }

    .nearestshopbox h2 {
        font-size: 25px;
    }

    .map {
        height: 400px;
    }

}

@media (min-width : 481px) and (max-width : 991px) {
    .sec1 {
        padding-top: 70px;
    }

    .sec1 h1 {
        font-size: 70px;
        line-height: 90px;
    }

    .sec1 h1 span {
        font-size: 102px;
    }

    .searchinput {
        width: 835px;
    }

    .searchbox {
        width: 100%;
    }

    .aboutsec1 {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .aboutsec1 h2 {
        font-size: 70.22px;
    }

    .aboutsec1 h1 {
        font-size: 86.22px;
        line-height: 79px;
    }

    .aboutsec1 p {

        font-size: 16px;
        line-height: 31px;
    }

    .nearestshopbox h2 {
        font-size: 27px;
    }
}

@media (max-width : 991px) {
    .actives {
        text-align: start;
    }

    .navbar-nav {
        margin-right: 0px;
    }
}