@media (min-width: 1200px){
    .container{
    	max-width: 1170px;
    }
}

@media (max-width:1199px) {
	.single-box{
		padding: 20px;
	}
	.carousel-control-prev {
	    left: -50px;
	}
	.innerpage-wrapper p{
		word-break: break-all;
	}
}

@media (max-width:991px) {
	.about-img{
		margin: 20px 0;
	}
	.single-box{
		margin-top: 30px;
	}
	.carousel-control-prev {
	    left: -32px;
	}
	.carousel-control-next {
    	left: 30px;
    }
    .banner-wrapper .carousel-caption h1{
    	font-size: 40px;
    }
    .navbar-toggler{
    	margin-left: auto;
    	border: 0;
    }
    .navbar-light .navbar-nav .active>.nav-link:before,.navbar-light .navbar-nav .active>.nav-link:after{
    	content: none;
    }
    .navbar-nav{
    	padding: 20px 0;
    	background: #fff;
    }
    .footer-wrapper .media-body p, .footer-wrapper .media-body a{
    	font-size: 12px;
    }
    .footer-wrapper p{
    	font-size: 12px;
    }
    .bg-light {
	    background-color: transparent !important;
	}
	.top-header {
	    padding: 15px 0 10px;
	}
	.navbar-light .navbar-toggler-icon {
	    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
	}
	.banner-wrapper .carousel-caption{
		margin-top: 40px;
	}
	.banner-img{
		min-height: 600px;
	}
	.question-box {
	    margin-top: 30px;
	}
	.sticky{
	    background: rgba(0,0,0,0.8);
	}
	
}

@media (max-width:767px) {
	.footer-title{
    	margin-bottom: 10px;
    	margin-top: 20px;
    }
    .banner-wrapper .carousel-caption{
    	margin-top: 90px;
    }
    .banner-wrapper .carousel-caption h1 {
	    font-size: 32px;
	    margin-bottom: 10px;
	}	
	.banner-img{
		min-height: 580px;
	}
	.navbar-brand img{
		max-width: 150px;
	}
	.carousel-control-prev {
	    left: 0;
	}
	.carousel-control-next {
	    left: 50px;
	}
	.apply-form{
		margin-right: auto;
	}
	.footer-wrapper {
	    padding: 50px 0 0;
	}
	.foorer-btm {
	    margin-top: 20px;
	}
	.apply-form .btn-default{
		margin-bottom: 0;
	}
	.border-right.text-right{
		border-right: 0 !important;
		text-align: left !important;
	}
	.rates-content-wrapper:after{
		content: none;
	}
	.pr-30{
		padding-right: 15px !important;
	}
	.pl-30{
		padding-left: 15px !important;
	}
	.apply-pg-box {
	    padding: 30px;
	}
	
}

@media (max-width:575px) {
	.banner-img {
	    border-bottom-left-radius: 70px;
	    min-height: 850px;
	}
	.inner-banner-wrapper{
		border-bottom-left-radius: 70px;
		min-height: 260px;
	}
	.inner-banner-wrapper h1{
		padding-top: 70px;
		font-size: 30px;
	}
	.btn-default{
		margin-bottom: 30px;
	}
	.banner-wrapper .carousel-caption{
		margin-top: 50px;
	}
}