@media only screen and (min-width:2701px) and (max-width: 3100px) {
/*50%*/

}

@media only screen and (min-width:2001px) and (max-width: 2700px) {
/*67%*/	

}
@media only screen and (min-width: 1801px) and (max-width: 2000px) {
/*75%*/
.container, .container-lg, .container-md, .container-sm, .container-xl {
max-width: 1324px;
}

}
@media only screen and (min-width:1601px) and (max-width: 1800px) {
/*80%*/

}
@media only screen and (min-width:1517px) and (max-width: 1600px) {
/*90%*/	

}

@media (min-width: 1024px) and (max-width: 1024px)  {
.container {
max-width: 960px; 
}
.banner-section-inner{
height: 335px;   
}
.menu-text-style li {
margin-left: 13px;
}
.mobile-number-style{
font-size: 13px;   
}
.menu-text-style li a {
font-family: 'Inter';
font-size: 15px;
font-weight: 500;
color: #292929;
}
.more-btn-review {
border-radius: 5px;
background-color: #005056;
color: #fff;
padding: 10px 15px;
}
}

@media only screen and (max-width: 991px) {
/*sidenav-start*/	
.sidenav {
margin: 0px;
height: 100%;
width:250px;
position: fixed;
z-index: 9999;
display: block;
top: 0;
left: -300px;
background-color:#fff;
overflow-x: hidden;
transition: 0.5s;
padding-top: 60px;
-webkit-transition: all .4s ease-in-out;
-moz-transition: all .4s ease-in-out;
-o-transition: all .4s ease-in-out;
transition: all .4s ease-in-out;
padding-left: 0px !important;
}

.sidenav a {
padding: 10px 0px 10px 10px;
text-decoration: none;
font-size: 15px;
color:#000;
display: block;
transition: 0.3s;
font-weight: 500;
border-bottom:1px solid #e5d4dd;
font-family: 'Rubik';
}

.sidenav a:hover {
color: #ffffff;
background-color: #f1a10a;
box-shadow: unset;
}
.sidenav a.active{
color: #fff;
background: #16a6fb;	
} 
.sidenav .closebtn {
position: absolute;
top: 0px;
right: 15px;
font-size: 36px;
margin-left: 50px;
color:#000;
background-color: transparent;
}
.sidenav .closebtn:active{
background-color: transparent;
color: #8650a0;	
}
.menuOverlay.active {
opacity: 1;
visibility: visible;
-webkit-transition: all .4s ease-in-out;
-moz-transition: all .4s ease-in-out;
-o-transition: all .4s ease-in-out;
transition: all .4s ease-in-out;
}
.menuOverlay {
position: fixed;
width: 100%;
height: 100%;
left: 0px;
background-color: rgba(0, 0, 0, 0.5);
z-index: 9;
opacity: 0;
visibility: hidden;
-webkit-transition: all .4s ease-in-out;
-moz-transition: all .4s ease-in-out;
-o-transition: all .4s ease-in-out;
transition: all .4s ease-in-out;
top: 0;
}
.menuOpen {
left: 0;
-webkit-transition: all .4s ease-in-out;
-moz-transition: all .4s ease-in-out;
-o-transition: all .4s ease-in-out;
transition: all .4s ease-in-out;
box-shadow:4px -4px 12px 2px rgb(0 0 0 / 23%), 4px -7px 20px 6px rgb(0 0 0 / 24%);
}
/*sidenav-end*/
.fixed-top{
z-index: 9999;	
}
.mobile-view-header {
box-shadow: 0 2px 15px rgb(0 0 0 / 23%);
background-color:#fff;
padding:10px 0px 2px;
}
.banner-section-inner{
height: 125px;    
}
.coworking-style {
font-size: 20px;
margin-top: 23px;
}
.banner-section {
margin-top: 76px;
}
.coworking-section {
margin-top: 10px;
}
.feature-box1 {
padding: 25px 20px;
margin-bottom: 10px;
}
.feature-box2{
padding: 25px 20px;  
}
.social-icon-end {
display: flex;
justify-content: flex-start;
align-items: end;
margin-top: 13px;
margin-bottom: 10px;
}
.mobile-logo{
width: 104px;  
}
.contact-btn-style{
font-size: 12px;
padding: 7px;   
}
}
@media only screen and (max-width: 768px) {

}
@media only screen and (max-width: 600px) {

}