/*================================ Satrt large screens =========================*/
@media (min-width:1201px ) and (max-width: 1440px)
{
   
}
@media (min-width:1025px) and (max-width:1200px)
{

}
/*============================== Start medium screen of tablet =========================*/
@media (min-width: 993px) and (max-width: 1024px)
{

}
@media (min-width: 769px) and (max-width: 992px)
{

}
@media(max-width:992px)
{
    .navs-container .navbar .butn.primary_border_butn {
        margin-inline-start: 0 !important;
    }
    .navs-container .navbar .fsChanger  {
        margin: 10px 0;
    }
    .navs-container .navbar .fsChanger .fs_palette {
        justify-content: start !important;
    }
    .about-sec .sec-img {
        margin: 0 0 25px 0 !important;
        height: 250px;
    }
    .rooms-sec .room_card {
        margin-top: 0 !important;
    }
    .rooms-sec .text-box ,
    .disabled-sec .sec-img{
        margin-bottom: 25px;
    }
    .contact-sec .contact_middle .contact_box {
        margin-top: 0px;
        clip-path: polygon(0 0, 100% 0, 100% 100%, 5% 100%, 0 95%);
    }
    .contact-sec .contact_middle .map_box {
        margin-bottom: 0;
    }
    .contact-sec .contact_middle .map_box iframe{
        height: 250px;
    }
    .contact-sec .contact_foot .logo {
        margin-bottom: 25px;
    }
    .contact-sec .contact_foot .social_links {
        margin-top: 2rem;
    }
    .footer .content .form-group .butn {
        margin-top: 10px;
    }
    .about_pg .img {
        margin-bottom: 25px;
    }
    .about_pg .img img:nth-of-type(2) {
        left: 0;
    }
    .disabled_services .ser_card ,
    .booking_pg .info_lg {
        padding: 1vw;
    }
    .row {
        --bs-gutter-x: 0rem;
    }
    .box_item {
        margin: 10px 0;
    }
    .testimonials .test_card .img_side {
        border-left: unset;
        border-bottom: 1px solid #0002;
        padding-left: 0px;
        padding-bottom: 10px;
        margin-bottom: 15px;
    }
}
/*============================== Start small screen of mobile =========================*/
@media(max-width:768px)
{
    
}
@media (min-width: 577px) and (max-width: 768px)
{

}
@media(max-width:576px)
{
    
}
@media(min-width: 426px) and (max-width: 576px)
{

}
@media (min-width: 376px) and (max-width: 425px)
{

}
@media (min-width: 321px) and (max-width: 375px)
{
   
}
@media (max-width: 320px)
{

}
