/*===================================Mobile===================================*/

@media (max-width: 767px) {
	.mobile-map{
		height:300px;
		width:100%;
	}
	
	.mobile-crt{
		display:block;
	}
	
	.not-mobile-crt{
		display:none;
	}
	
    .fixed-content {
    	position: relative;
    	padding-left: 0;
		width: 100%;
		height:auto;
		overflow:hidden;
		margin-bottom: 20px;
    }
	
	.fixed-footer{
		
	}
    
    .desktop-laptop-h3{
		display: none;
	}
	
	.tablet-mobile-h3 {
		display: block;
	}
	
	.desktop-laptop-p{
		display: none;
	}
	
	.tablet-mobile-p{
		display: block;
	}
	
	.tablet-mobile-p p {
		font-size: 15px;
		line-height: 22px;
	}
	
	.main-content .col-md-4 img {
	    width: 40%;
	}
	
	.main-content h3 {
	    text-transform: uppercase;
	    font-size: 16px;
	}
	
	.main-content .col-md-4 h2 {
		margin-top: 0;
	}
	
	#top-contact-us{
		display: none;
	}
	
	#bottom-contact-us{
		display: block;
	}
	
/* 	.main-content .col-md-4 {
	    padding-top: 15px;
	    padding-bottom: 15px;
	} */
	
	.slide-wrapper {
		display: none;
	}
	
	.slide-wrapper2 .slide-text2 {
		bottom:33px;
		padding: 0px 3rem;
		
	}
	.slide-heading2 h1 {
		font-size: 25px;
	}
	.btn-primary{
		padding: 10px 24px;
	}
	
	.slide-wrapper2 .slide-text2 {
		bottom:33px;
		padding: 0px 3rem;
	}
	
	.slide-heading2 h1 {
		font-size: 25px;
	}
	
	.btn-primary{
		padding: 10px 24px;
	}
	
	.main-content .col-md-4 h2 {
		font-size: 30px;
	}
	
	#desktop-laptop-images {
		display: none;
	}
	
	#tablet-mobile-images {
		display: block;
	}
    
}
   
    
/*===========================Tablet & Small Screens===========================*/


@media (min-width: 768px) and (max-width: 991px) {
	
	.not-mobile-crt{
		display:none;
	}
	
	.mobile-crt{
		display:block;
	}
	
    .fixed-content {
    	position: static;
    	padding-left: 0;
		width: 100%;
		height:auto;
    }
    
    .desktop-laptop-h3{
		display: none;
	}
	
	.tablet-mobile-h3 {
		display: block;
	}
	
	.desktop-laptop-p{
		display: none;
	}
	
	.tablet-mobile-p{
		display: block;
	}
	
	.main-content .col-md-4 img {
	    width: 25%;
	}
	
	.main-content h3 {
	    text-transform: uppercase;
	    font-size: 20px;
	}
	
	#bottom-contact-us{
		display: block;
	}
	
	.main-content .col-md-4 {
	    padding-top: 15px;
	    padding-bottom: 15px;
	}
	
	.slide-wrapper {
		display: none;
	}
	
	#desktop-laptop-images {
		display: none;
	}
	
	#tablet-mobile-images {
		display: block;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	
	p, ul {
		font-size: 15px;
	    line-height: 23px;
	}
	
	.not-mobile-crt{
		display:block;
		bottom: 0;
		position: relative;
		margin-top: 10px;
	}
	
	.mobile-crt{
		display:none;
	}
	
	.fixed-content {
		padding-left: 0;
		width: 31%;	
		overflow-y:scroll;
		height:100%;
	}
	
	.tablet-mobile-h3 {
		display: block;
	}
	
	.desktop-laptop-h3 {
		display: none;
	}
	
	.main-content h3 {
		font-size: 19px;
	}
	
	.main-content .col-md-4 h2 {
    	font-size: 33px;
	}
	
	.tablet-mobile-p{
		display: block;
	}
	
	.desktop-laptop-p{
		display: none;
	}
	
	#bottom-contact-us{
		display: none;
	}
	
	#desktop-laptop-images {
		display: block;
	}
	
	#tablet-mobile-images {
		display: none;
	}
	
}

/*===================================Laptop===================================*/

@media (min-width: 1200px) and (max-width: 1600px) {
	
	.main-content h3 {
		font-size: 20px;
		margin: 7px;
	}
	
	.fixed-content p {
		font-size: 15px;
		line-height: 23px;
	}
	
	.main-content .col-md-4 h2 {
	    font-size: 41px;
	}
	
	.desktop-laptop-h3{
		display: block;
	}
	
	.tablet-mobile-h3 {
		display: none;
	}
	
	.desktop-laptop-p{
		display: block;
	}
	
	.tablet-mobile-p{
		display: none;
	}
	
	.fixed-content{
		padding-left: 0;
		max-width: 31%;
		height:100%;
		overflow-y: scroll;
		padding-bottom: 1%;
	}
	
	#bottom-contact-us{
		display: none;
	}
	
	#desktop-laptop-images {
		display: block;
	}
	
	#tablet-mobile-images {
		display: none;
	}
	
	.main-content .col-md-4 img {
	    width: 47%;
	}
	
	.line{
		display: none;
	}
}

/* @media (min-width: 1601px) {
	.desktop-laptop-h3{
		display: block;
	}
	.tablet-mobile-h3 {
		display: none;
	}
	.desktop-laptop-p{
		display: block;
	}
	.tablet-mobile-p{
		display: none;
	}
	#bottom-contact-us{
		display: none;
	}
	#desktop-laptop-images {
		display: block;
	}
	#tablet-mobile-images {
		display: none;
	}
} */


/*============================================================================*/