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

    .navs{
        position: fixed;
        background-color: #fff;
        left: 0;
        top: 85px;
        z-index: 1;
        width: 100%;
        display: grid;
        border-top: 1px solid #e4e4e4;
        padding: 1rem 1.5rem;
        box-shadow: 0px 7px 12px -1px #66666617;
        transform: translateY(-100%);
        opacity: 0;
        transition: 0.5s all ease-in-out;
    }
    .navs_active{
        transform: translateY(0%);
        opacity: 1;
        z-index: -1;
    }
    .navs ul{
        display: block;
        font-size: 18px;
        line-height: 3;
        padding: 0;
    }
    .navs ul li{
        border-bottom: 0.5px solid #86654524;
        padding-left: 15px;
    }
    .toggle_icon{
        display: block;
    }



    .banner_cnt h1{
        font-size: 35px;
    }
    .index_about_cnt h2{
        font-size: 30px;
    }
    .index_about_cnt button{
        font-size: 16px;
        padding: 10px 20px;
    }
    .brand_outlook_head img {
        width: 45px;
        height: 45px;
    }
    .brand_outlook_head h5{
        font-size: 18px;
    }
    .accordion-list {
        padding: 0px;
        margin: 20px 0px;
    }
    .package_head h3{
        font-size: 25px;
    }
    .product_heading h3{
        font-size: 25px;
    }
    .package_cnt h4 {
        font-size: 35px;
    }
    .product_image {
        background-color: #f7f7f7;
        text-align: center;
        padding: 1.5rem;
        border-radius: 5px;
        height: 300px;
        display: grid;
        align-items: center;
        max-height: 270px;
    }
    .product_image img {
        width: 100%;
        filter: drop-shadow(-9px 7px 6px #6666);
        max-height: 250px;
    }
    .product_main p{
        font-size: 13px;
    }
    .product_main h5{
        font-size: 18px;
    }
    .product_more button{
        font-size: 16px;
    }
    .contact_section h3{
        font-size: 25px;
    }
    .contact_cnt_main{
        margin-bottom: 1rem;
    }
    .package_items {
        margin: 5px;
    }
    .prv_btn {
        left: 38%;
        bottom: -45px;
        top: auto;
    }
    .next_btn {
        right: 38%;
        top: auto;
        bottom: -45px;
    }
    .about_img img{
        width: 100%;
    }
    .about_img{
        margin: 25px auto auto;
    }
    .product_heading {
        margin-bottom: 2rem;
        margin-top: 6rem;
    }
}
@media only screen and (max-width: 991px) {
    .navs{
        position: fixed;
        background-color: #fff;
        left: 0;
        top: 85px;
        z-index: 1;
        width: 100%;
        display: grid;
        border-top: 1px solid #e4e4e4;
        padding: 1rem 1.5rem;
        box-shadow: 0px 7px 12px -1px #66666617;
        transform: translateY(-100%);
        opacity: 0;
        transition: 0.5s all ease-in-out;
    }
    .navs_active{
        transform: translateY(0%);
        opacity: 1;
        z-index: -1;
    }
    .navs ul{
        display: block;
        font-size: 18px;
        line-height: 3;
        padding: 0;
    }
    .navs ul li{
        border-bottom: 0.5px solid #86654524;
        padding-left: 15px;
    }
    .toggle_icon{
        display: block;
    }

}