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

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

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


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

   #header{
    padding: 10px;
   }
   #banner{
    height: 500px !important;
   }
    #banner .ban-text{
        width: 90%;
    }
   #banner .ban-text h6{
    font-size: 12px !important;
   }
   #banner .ban-text h1{
    font-size: 40px !important;
   }
   #banner .b-btn a{
    padding: 12px 20px;
   }
    #about .a-img img{
        padding: 0;
    }
    #about .a-img{
        margin-bottom: 25px;
        height: 250px;
    }
    .heading span{
        margin-bottom: 15px;
        font-size: 14px;
    }
    #about h1{
        font-size: 30px;
    }
    .heading h1{
        font-size: 30px;
        margin-bottom: 20px;
    }
    .heading p{
        font-size: 15px;
    }
    .count-wrap{
        margin: 15px 0;
    }
    #mark{
        padding: 0 !important;
    }
    #mark span{
        font-size: 18px;
        padding: 0 15px;
    }
    #hotel .h-head span{
        margin-bottom: 15px;
        font-size: 14px;
    }
    #hotel .h-head h1{
        font-size: 30px;
        margin-bottom: 20px !important;
    }
    #hotel .h-wrap{
        height: 300px;
    }
    #hotel .h-wrap .h-text{
        flex-direction: column;
        align-items: start;
        gap: 20px;
        padding: 30px;
    }
    #hotel .h-wrap h2{
        font-size: 28px;
    }
    .custom-buttons{
        margin-bottom: 25px;
    }
    .custom-buttons button{
        width: 40px;
        height: 40px;
        font-size: 18px;
    }
    #test .test-wrap{
        margin: 0;
    }
    #block1 .bl-img img {
        height: 300px;
    }
    #block1 .bl-img-2 img{
        width: 70%;
        height: auto;
        float: right;
        padding: 6px;
    }
    #block1 .bl-img-2{
        right: 0;
        bottom: 0;
    }
    #block1 .bl-img{
        margin-bottom: 25px;
    }
    #block1 h1 {
    font-size: 30px;
    margin-bottom: 20px;
}
#block1 h1 span {
    margin-bottom: 0;
    font-size: 30px;
}
#block1 .bl-btn a{
    font-size: 14px;
}
#block1 .bl-btn{
    margin-top: 20px;
}
.bl2-img{
    margin-bottom: 25px;
}
#footer h5{
    margin-bottom: 15px;
}
#footer ul li{
    margin: 5px 0;
}
#footer ul li a{
    font-size: 14px;
}
#footer span{
    font-size: 13px;
}
#float-icon{
    width: 45px;
    height: 45px;
    font-size: 24px;
    bottom: 10px;
    right: 10px;
}
#header .logo img{
    width: 150px;
}

.team-wrap{
    flex-direction: column;
    gap: 10px;
}
.team-wrap .team-img{
    width: 100%;
}
#inner-banner{
    height: 300px;
}
#inner-banner .inner-ban-text h1{
    font-size: 35px;
}
#inner-banner .inner-ban-text{
    width: 100% !important;
    padding: 0 20px;
}
.inner-heading h1{
    font-size: 30px;
    margin-bottom: 20px;
}
.inner-heading span{
    margin-bottom: 15px;
}
    
}

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

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

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

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