@media (min-width: 280px) and (max-width: 991.98px){
	.home .home_wrap .home_wrapper {
		height: 50vh;
	}
	.home .swiper-button-next {
		display: none;
	}
	.home {
		margin-top: 35px;
	}
	.home .swiper-button-prev {
		display: none;
	}
	.home .home_wrap .home_wrapper .home_text h1 {
		font-size: 26px;
		line-height: 34px;
	}
	.home .home_wrap .home_wrapper .home_text {
		max-width: 100%;
	}
	.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;
	}
	.about_wrapper .about_right {
		padding-left: 10px;
	}
	.about_wrapper .about_right h3 {
		font-size: 22px;
		line-height: 26px;
	}
	.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){
	.card_section .card_wrapper .crad_wrap h4 {
		font-size: 16px;
		padding-top: 20px;
		padding-bottom: 10px;
	}
}