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

}
@media only screen and (min-width : 1400px) {
	.container {
    	max-width: 1240px;
	}
}
@media only screen and (min-width: 1200px) {

}
@media only screen and (max-width: 1600px) {
	.main-logo{
	    max-height: 126px;
	}
}
@media only screen and (max-width: 1200px) {
	.sec-pad-lr {
    	padding: 0px 10px;
	}
	.finding-list-div {
	    padding: 50px 10px 30px;
	}
  
}
@media only screen and (min-width: 980px) and (max-width: 1200px){ 
  
}

@media only screen and (max-width: 991px) {
	.container {
    	max-width: 100%;
	}
  	.sec-pad-lr {
    	padding: 0px 0px;
	}
	.res-white-bg{
		background-color: #fff!important;
	}
    .h-100vh-slider-scroll{
    	height: auto;
    }
    .hero-slider-content{
    	padding: 10px 0px;
    }
    .hero-slider .carousel-control-prev, .carousel-control-next {
	    bottom: 0px;
	    top: 0px;
	    height: initial;
	    width: initial;
	    display: inline-flex;
	    padding: 0px;
	    left: initial;
	    right: initial;
	    transform: rotate(0deg);
	    margin-left: 0px;
	}
	.hero-slider .carousel-control-prev {
    	left: -15px;
	}
	.hero-slider .carousel-control-next{
	    right: -15px;
	}
	.finding-list-div {
	    padding: 20px 10px 20px;
	}
	.list-form-flex .form-control, .list-form-flex .input-select-dropdown .dropdown-toggle {
    	font-size: 12px;
    	line-height: 16px;
	}
	.list-form-flex .input-select-dropdown .dropdown-item {
	    font-size: 12px;
	    line-height: 16px;
	    padding: 0.25rem 0.5rem;
	}
	.theme-border-btn.input-btn{
    	padding: 8px;
	}
	.res-white-bg{
		background-color: #fff!important;
	}
/*	.text-switch .btn-toggle {
    	bottom: 18px;
	}*/
		.hide-image .right-side-img{
		display: none;
	}
	.hide-image .mobile-margin-define {
    margin: 23px;
}
}

@media only screen and (max-width: 768px){
	.hero-slider .carousel-control-prev, .carousel-control-next {
		font-size: 20px;
	}
	.hero-slider .carousel-control-prev {
    	left: 0px;
	}
	.hero-slider .carousel-control-next{
	    right: 0px;
	}
	.mobile-margin-define{
		margin: 0px 23px;
	}

.title {
    font-size: 28px;
    line-height: 32px;
}
.big-title {
    font-size: 33px;
    line-height: 40px;
}
.min-width-auto{
    min-width: 200px;
}
}


@media only screen and (min-width: 768px) {
   
}
@media only screen and (max-width: 640px) {

}
    

@media only screen and (max-width: 575px) {
	.enquiry-side-img {
	    width: 100%;
	    min-height: 250px;
	}
	.square-pad {
    	padding: 40px 30px 30px;
	}
	.res-square-pad-0{
		padding: 0px;
	}
	

.enquiry-form-close {
    top: -29px;
    right: -13px;
}
}
@media (min-width: 576px){

}

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


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

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

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

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

}



@media only screen and (max-width: 991px) {
.right-side-img{
	margin:0px 23px;
}
}



