/*--------------------------------------------------------------
15. Media queries
--------------------------------------------------------------*/
@media only screen and (min-device-width: 1400px) and (max-device-width: 1600px){ 
   

}
@media only screen and (max-width : 1600px) {
}
@media only screen and (max-width: 1320px) {
	.detail-box .img-sec{
    	padding: 20px 18px;
	}
	.detail-box .content{
    	padding: 0px 10px;
    }	
	.top-header{
		padding: 30px 10px;
	}
	.content-height h1 {
    	font-size: 3rem;
	}
	.content-height {
    	max-width: 75%;
	}
	.top-header {
    	padding: 30px 10px!important;
	}
	.header-li li {
    	margin: 0px 10px;
	}

}
@media only screen and (max-width: 1200px) {  
	.nav-item {
    	margin: 0px 0.75rem;
	}
	.detail-box{
		margin-bottom: 25px;
	}
	.content-height h1{
	    font-size: 3rem;
	}
}
@media only screen and (min-width: 991px) and (max-width: 1200px){ 
	.property-box .img {
    	height: 220px;
	}
	.property-box p {
    	padding: 10px 10px;
	}
}

@media only screen and (max-width: 991px) {
    	.sticky-top {
    position: relative;
}
	.sec-pad {
    	padding: 60px 10px;
	}
	.content-height p{
	    display: none;
	}
	.content-height {
    	padding: 0px 0px 0px 30px;
	}
	.header-li{
		display: none!important;
	}
	.top-header {
    	padding: 20px 30px!important;
	}
	.navbar-toggler {
    	right: 30px;
	}
	.logo{
		max-width: 150px;
	}
	.header {
    	background-color: transparent;
	}
	.navbar{
		padding: 0px;
	}
	.navbar-nav .nav-link {
    	display: inline-block;
	}
	.nav-link {
    	color: #5089a9!important;
    	font-family: WorkSans-Medium!important;
	}
	.nav-item a::before {
    	background: #5089a9;
	}
}
@media only screen and (max-width: 800px) {

}

@media only screen and (max-width: 768px){
    .image-imo{
	    min-height:250px;
	}
	.service-icon {
    	left: 10px;
    	top: 10px;
	}
	.services-box {
		padding: 30px 10px 20px 40px;
    	margin-left: 25px;
    	height: auto;
    	min-height: auto;
	}
	.property-box{
		margin-top: 30px;
	}
	.special-margin .margin {
    	margin-bottom: 0px;
	}
	.detail-box {
    	margin-bottom: 25px;
	}
	.detail-box .img-sec {
    	padding: 20px 15px;
    	height: 100px;
    	display: flex;
    	align-items: center;
    	justify-content: center;
	}
	.detail-box .content p {
    	width: auto;
	}
	.content-height h1{
	    font-size: 2rem;
	}
	.top-header {
    	padding: 15px 10px!important;
	}
	.navbar-toggler {
    	right: 10px;
	}
	.detail-box .img-sec img{
		max-width: 44px;
    	height: auto;	
	}
	.detail-box .content h5 {
    	font-size: 1.1rem;
	}
	.detail-box .content p {
    	font-size: 15px;
    	padding: 0px;
	}
	.map {
    width: 100%;
    height: 266px;
}
.contact-details {
    padding: 6rem 1rem 3rem;
}
.contact-details .services-box {
    padding: 30px 10px 20px 40px;
    margin-left: 1px;
}
.hour-details .col-md-3{
	padding:0px;
}
.team-box p {
    font-size: 13px;
}
.team-box h5 {
    font-size: 0.9rem;
    margin-bottom: 3px!important;
}
.team-inner  .team-box{
	display: block !important;
	padding: 10px;
}
.team-inner  .team-box .media-body {
    padding: 0px 13px;
}
.team-inner  .team-box .team-img{
	margin-bottom: 15px !important;
	}
.hour-details .col-md-4{
	padding:0px;
}
.p-img-box img{
    width: 100%;
    height: auto;
}
.text-cust-right{
    text-align: left;
}
.hour-details p b {
    display: inline-block;
    width: 70px;
}
.hour-details .col-lg-4{
	padding: 0px;
}
.hour-details p {
    font-size: 13px;
    }
 .only-dashtop{
 	display: none;
 }  
 .modal {
    padding-top: 76px;

}
.prev, .next{
	top: 62%;
}
}


@media only screen and (min-width: 768px) {
    
   
}
@media only screen and (max-width: 640px) {
	.sec-pad {
    	padding: 40px 10px;
	}
	.title p {
    	font-size: 18px;
	}
	.title h2 {
    	font-size: 1.3rem;
	}
	.title {
    	margin-bottom: 25px;
	}
	.content-height p{
	    display: none;
	}
	.content-height h1{
    	font-size: 1.5rem;
	}
	.my-btn {
    	padding: .7rem 1.5rem;
    	font-size: 1rem;
	}
	

}
    

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

}
@media (min-width: 576px){

}

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


}
@media only screen and (max-width: 400px) {
	.detail-box .img-sec {
    	padding: 25px 10px;
	}
	.detail-box .content{
		overflow: hidden;
	}
	.detail-box .content p {
    	padding: 0px 5px;
	}
	.content-height h1{
    	font-size: 1rem;
	}
}
@media screen and (max-width: 375px){

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

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

}







