/*
Theme Name:Sahil Marwaha
Theme URI: http://zoomwebmedia.com.au/
Author: Zoom web media group
Version:1.1
Author URI: http://zoomwebmedia.com.au/
*/
.gform_footer input[type="submit"] {
    background-color: #a51b29;
	color:#ffc107;
	border-radius: var(--bs-border-radius-2xl)!important;
	text-transform: uppercase;
	font-weight:bold;
}

.height-webkit {
	height: -webkit-fill-available;
}




#myCarousel picture img{
	width: 100%!important;
	height: 610px!important;
}
 
@media (max-width: 480px) {
#myCarousel picture img {
    width: 100%!important;
    height: 250px!important;
}
.carousel-item {
    height: 30rem;
}
div#myCarousel {
    height: 250px;
}	
	
}




