@media (min-width: 280px) and (max-width: 991.98px){
	.home .home_wrapper .banner_img img {
		height: 300px;
	}
	.home .home_wrapper .banner_img {
		height: auto;
	}
	.home {
		padding: 40px 0;
		margin-top: 55px;
	}
	.home .home_wrapper .home_text h1 {
		font-size: 26px;
		font-weight: 600;
	}
	.home .home_wrapper .banner_img {
		height: auto;
		margin-top: 30px;
	}
	.card_section .card_wrapper .crad_wrap {
		width: 100%;
		background-color: #fff;
		border-radius: 16px;
		padding: 12px;
		position: relative;
		margin-top: 15px;
		box-shadow: 0 0 15px rgba(225,225,225,.8901960784);
		height: auto;
	}
	.video_content .video_wrap {
		width: 100%;
		height: 230px;
	}
	.video_content {
		padding: 35px 0 0 0;
	}
	.about_wrapper .about_left .about_img {
		height: auto;
	}
	.about_wrapper .about_left .about_img::after {
		top: -20px;
		left: -20px;
		height: 200px;
	}
	.footer .footer_copyright {
		padding: 10px 0;
	}
	.footer .footer_copyright span {
		font-size: 14px;
	}
	.detail .detail_wrapper {
		width: 100%;
		margin: -130px auto 0;
	}
	.detail .detail_wrapper .detail_img {
		height: auto;
	}
	.detail .detail_wrapper .detail_text h4 {
		font-size: 22px;
		line-height: 30px;
	}
	.detail .detail_wrapper .image_gallary_wrapper .image_gallary_wrap {
		height: 110px;
	}
	.detail .detail_wrapper .vedio_wrapper .vedio_wrap {
		height: 220px;
		width: 100%;
	}
	.section_head {
		padding-top: 50px;
	}
	.section_head span {
		font-size: 20px;
	}
	.tab-content .tab-pane .photoGallery .photo {
		height: 110px;
	}
	.tab-content .tab-pane .videoGallery .video_item {
		height: 160px;
		margin-bottom: 20px;
	}
	.about_wrapper .exclusive_padding {
		padding-top: 70px;
	}
	.detail .details_bg .detail_heading h4 {
		font-size: 26px;
		line-height: 30px;
	}
	.detail .details_bg .detail_heading {
		padding-top: 80px;
	}
	.contact_box_wrapper {
		width: 100%;
		height: auto;
	}
	.contact_box_wrapper .contact_box_item {
		padding: 5px 15px;
	}
	.contact_form_wrapper {
		width: 100%;
		padding: 60px 0 30px 0;
	}
	.contact_form_wrapper .contact_form .contact_form_btn {
		font-size: 16px;
		padding: 11px 35px;
	}
}

@media (min-width: 992px) and (max-width: 1199.98px){
  
}