@media screen and (max-width: 1299.98px) and (min-width: 1200px) {
	.banner-form .form-content{
		max-height:280px;
	}
}
@media screen and (max-width: 1199.98px) and (min-width: 1179px) {
	.banner-form .form-content{
		max-height:250px;
	}
	.banner-form{transform: translate(0%, 0%);}
}
@media screen and (max-width: 1179.98px) and (min-width: 992px) {
	.banner-form .form-content{
		max-height:200px;
	}
	.banner-form{transform: translate(0%, 0%);}
}
@media screen and (max-width: 991.98px){
	.banner-form{position:relative; left:0; background: #f5f6f7;
    transform: translate(0%, 0%);
    padding: 1rem 0;}
	.banner-form .form-content{max-height:unset; overflow:unset}
	.testimonial-sec{background:unset;}
	.carousel-control-next, .carousel-control-prev{font-size: 24px;}
}


.navbar-offcanvas.offcanvas-transform.in .navbar-nav li{
	border-bottom:1px solid #eee;
	padding:0 1rem;
}
.navbar-offcanvas.offcanvas-transform.in .navbar-nav li .nav-link{
	padding: 0.9rem 1rem;
}
@media(max-width:767px){
	p, .testimonial-sec .testimonial p{
		font-size:14px;
	}
	.about-wrap .content-heading h2:after{top: 35px;}
	.testimonial-sec .content-heading img{max-width:-webkit-fill-available;}
	.carousel-inner img{
		height: 100%;
		-webkit-animation: zoom 0s;
    animation: zoom 0s;
	}
}
@media screen and (min-width: 992px){
	.dropdown-menu {
    top: 200%;
    display: unset;
    visibility: hidden;
    opacity: 0;
    background-color: #000;
    border: unset;
    padding: 0rem 0;
    min-width: 15rem;
    border-radius: 0px 2px 2px 2px;
    -ms-border-radius: 0px 2px 2px 2px;
    -webkit-border-radius: 0px 2px 2px 2px;
    -moz-border-radius: 0px 2px 2px 2px;
    -o-border-radius: 0px 2px 2px 2px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.dropdown-menu a{border-bottom: 1px dashed #eee; color:#fff; padding:.55rem 1rem;}
.dropdown-menu a:last-child{border-bottom:unset}
.dropdown:hover .dropdown-menu {
    top: 100%;
    opacity: 1;
    visibility: visible;
}
.dropdown .dropdown-menu a:hover {font-weight:bold; letter-spacing: 0.3px}
}
