@media screen and (max-width:1200px) {
    .call-admmision {
        display: flex;
        gap: 20px;
        justify-content: space-between;
        width: 75%;
    }
}

@media screen and (max-width:991px) {
    .happy-traveller{
        display: none;
    }
    .call-admmision{
        justify-content: flex-end;
    }
    .banner-bottom-places{
        position: relative;
        bottom: 0px;
        margin-top: 20px;
    }
    .feature-box {
        background-color: #fff;
        width: 32%;
        padding: 10px;
    }
    .featres-boxes {
        display: flex;
        gap: 10px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .banner-bottom-places{
        display: none;
    }
}

@media screen and (max-width:767px){
    .approved-img {
        display: none;
    }
    header{
        padding: 10px 0px;
    }

    .banner-img img{
        min-height: 240px;
        object-fit: cover;
    }
    .package-chardham{
        margin-top: 0px!important;
    }
    .heading h2 {
        font-size: 30px;
        font-weight: 700;
    }
    .heading p{
        padding-left: 0px;
        padding-right: 0px;
        text-align: justify!important;
    }
    .feature-box {
        background-color: #fff;
        width: 48%;
        padding: 10px;
    }
    .featres-boxes {
        display: flex;
        gap: 10px;
        flex-wrap: wrap;
        justify-content: center;
    }
    .feature-head h4 {
        font-size: 22px;
        font-weight: 700;
        color: #b40306;
    }
    .feature-head h4 span {
        padding-bottom: 5px;
        border-bottom: 5px solid #b40306;
    }

}

@media screen and (max-width:500px){
    .feature-box {
        background-color: #fff;
        width: 98%;
        padding: 10px;
    }
    .footer-links p {
        color: #fff;
        font-weight: 500;
        display: flex;
        gap: 5px;
        font-size: 14px;
    }
    .footer-address p {
        font-weight: 500;
        color: #e6e6e6;
        font-size: 14px;
    }
    .footer-address p br{
        display: none;
    }
    .copy-right p {
        margin-bottom: 0px;
        color: #fff;
        font-size: 14px;
    }
    .social-icons {
        display: flex;
        gap: 10px;
    }
}