@media (min-width: 280px) and (max-width: 991.98px){
	.home_wrapper {
		padding-top: 90px;
	}
	.home .home_wrapper .home_text h1 {
		font-size: 26px;
		line-height: 34px;
	}
	.home .home_wrapper .banner_img {
		height: 350px;
		margin-top: 15px;
	}
	.home .home_wrapper .banner_img img{
		height: 100%;
		width: 100%;
	}
	.video_content .video_wrap {
		width: 100%;
		height: 230px;
	}
	.video_content {
		padding: 35px 0 0 0;
	}
	.card_section .card_wrapper .crad_wrap {
		height: auto;
		margin-top: 15px;
		min-height: 120px;
	}
	.about_wrapper .about_left .about_img {
		height: auto;
		width: 100%;
		position: relative;
		background-color: rgba(255, 255, 255, 0);
		overflow: visible;
	}
	.about_wrapper .about_right h3 {
		font-size: 22px;
		line-height: 25px;
		padding: 2px 0;
	}
	.about_wrapper .about_right {
		padding-top: 10px;
	}
	.about_wrapper .about_left .about_img img {
		width: 100%;
		height: 300px;
		object-fit: contain;
		border-radius: 8px;
	}
	.card_section .card_wrapper .crad_wrap h4 {
		padding-top: 10px;
	}
	.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){
  
}