/* Medium Layout: 1280px. */
@media only screen and (min-width: 992px) and (max-width: 1200px) { 
  
    
}
/* Tablet Layout: 768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) { 
 
    
}
/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) { 
 
    
}
/* Wide Mobile Layout: 480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) { 
.navbar-2 {
	position: fixed;
	right: 0;
	background: #fff;
	top: 0;
	left: 0;
	z-index: 1030;
	box-shadow: 0px 0px 10px #c4c4c3;
}
.navbar-2 ul li {
	margin: 0 10px;
}
.navbar-2 .collapse ul > li > a {
	color: #59595a;
	font-weight: 500;
	font-size: 14px;
	font-family: 'Poppins', sans-serif;
}
.navbar-2 .collapse ul > li:hover > a {
	background: none;
	color: #fd6121;
}	


.banner-1 img{min-height:200px;}
.banner-1 h2{font-size:22px;}
.banner-1 h5{display:none;}
.banner-1 h6{display:none;}
.banner-1 p{ display:none;}
.banner-2 img{min-height:150px;}
.banner-2 .carousel-caption{bottom: 0px; padding-top: 41px; padding-bottom: 20px;}
.banner1 h2{ margin:0 0 0px;}
.carousel-control-next-icon, .carousel-control-prev-icon {
    width: 30px;
    height: 30px;
}
.subscribe-form-cont {
    margin: 0 auto;
    width: 80%;
}
}
@media only screen and (max-width: 479px) {
.navbar-2 {
	position: fixed;
	right: 0;
	background: #fff;
	top: 0;
	left: 0;
	z-index: 1030;
	box-shadow: 0px 0px 10px #c4c4c3;
}
.navbar-2 ul li {
	margin: 0 10px;
}
.navbar-2 .collapse ul > li > a {
	color: #59595a;
	font-weight: 500;
	font-size: 14px;
	font-family: 'Poppins', sans-serif;
}
.navbar-2 .collapse ul > li:hover > a {
	background: none;
	color: #fd6121;
}		
	
.banner-1 img{min-height:200px;}
.banner-1 h2{font-size:22px;}
.banner-1 h5{display:none;}
.banner-1 h6{display:none;}
.banner-1 p{ display:none;}
.banner-2 img{min-height:150px;}
.banner-2 .carousel-caption{bottom: 0px; padding-top: 41px; padding-bottom: 20px;}
.banner1 h2{ margin:0 0 0px;}
.carousel-control-next-icon, .carousel-control-prev-icon {
    width: 30px;
    height: 30px;
}
.subscribe-form-cont {
    margin: 0 auto;
    width: 100%;
}
}