@media screen and (max-device-width: 1199px) {
	.photogallery {
		gap:12px;
	}	
	.feature-blog{
		gap:18px;
	}
	.blog-img{
		height: 200px;
	}
	.eventbox .imgsec{
		height: 200px;;
	}
	.eventbox .contents .event-title{
		font-size: 16px;
		height: 40px;
	}
	.videoimg .video-sec{
		width: 85%;
	}

	.cms-img {
    width: 400px;
    height: 400px;
    margin-bottom: 20px;
    margin-left: 20px;
	}
}

@media screen and (max-device-width: 1024px) {	
	header {padding: 5px 0px;}
	.nav_action{
		display: block;
	}
	.main-menu{
		height: 100%;
		width: 275px;
		position: fixed;
		top: 0;
		right: -500px;
		background-color: #f1f8f9;
		
		-webkit-transition: all .7s ease;
		-moz-transition: all .7s ease;
		-ms-transition: all .7s ease;
		-o-transition: all .7s ease;
		transition: all .7s ease;
	}
	#mobile-menu{
		z-index: 99;
		right: 0;
		-webkit-transform: translateY(0px);
		-moz-transform: translateY(0px);
		-ms-transform: translateY(0px);
		-o-transform: translateY(0px);
		transform: translateY(0px);
		-webkit-box-shadow: 0 6px 8px rgba(0,0,0,.42);
		-moz-box-shadow: 0 6px 8px rgba(0,0,0,.42);
		box-shadow: 0 6px 8px rgba(0,0,0,.42);
		
		overflow: hidden;
		overflow-y: auto;
	
	}
	#mobile-menu ul{
		margin-top: 50px;
	}
	#mobile-menu ul ul{
	  position: static;
	  width: 100%;
	  padding: 0;
	  transition: none;
	  margin-top: 10px;
	  overflow: hidden;
	  overflow-y: auto;
	  display: none;
	  visibility: visible !important;
	  opacity: 1 !important;
	  z-index: unset;
	  box-shadow: none;
	  min-width: unset;
	}
	#mobile-menu ul li{
	  width: 100%;
	  position: relative;
	  padding: 10px 15px;
	  margin-right: 0px;
	  color: var(--medium-black);
	}
	#mobile-menu ul ul ul{
		background:#f5f5f5;
	}
	#mobile-menu ul ul ul li{
		padding: 8px;
	}
	#mobile-menu .has-child .submenu-toogle {
		position: absolute;
		right: 5px;
		top: 15px;
		color: var(--medium-black);
		background-color: transparent;
		z-index: 900;
		cursor: pointer;
		padding: 10px;
		font-size: 16px;
		display: block;
		-webkit-transition: all .4s ease;
		-moz-transition: all .4s ease;
		-ms-transition: all .4s ease;
		-o-transition: all .4s ease;
		transition: all .4s ease;
	}
	#mobile-menu .has-child .submenu-toogle.active{
		transform: rotate(90deg);
	}
	.swiper-container.main-slider{
		height: auto;
	}
	.aboutsechome .abouthomecontent .headings{
		font-size: 30px;
	}
	.site-btn{
		padding: 8px 20px 8px 20px;
		margin: 20px 0px 0px 0px;
	}
	.p60{
		padding: 30px 0px;
	}
	
	.pc-list ul li .card .ctitle{
		font-size: 15px;
	}
	.blog-title{
		font-size: 18px;
	}
	  .cms-img {
    width: 400px;
    height: 400px;
    margin-bottom: 20px;
    margin-left: 20px;
	}
	.sblog .eventbox {
    width: 50%;
    float: left;
}
.cms-pages .pc-list ul li {
    flex-basis: 100%;
   }
 .location-list{
   flex-direction: column; 
   }
  .cta-one__title{
  	font-size: 35px;
  }
  .main-menu{margin-top: 0px;}
}

@media screen and (max-device-width: 991px) {
	
	.swiper-container.main-slider {
		height: auto;
	}
	.banner-text .heading1{
		font-size: 36px;
	}
	.aboutsechome{
		flex-direction: column;
	}
	.aboutsechome .abouthomeimg,.aboutsechome .abouthomecontent{
		flex-basis: 100%;
	}
	.aboutsechome .abouthomecontent{
		padding-left: 0;
		margin-top: 20px;
	}
	.feature-blog {
		gap: 10px;
		align-items: stretch;
	}
	.photogallery li{
		flex-basis: 32%;
	}
	.videoimg{
		height: 350px;
		padding-top: 50px;
		margin-bottom: 80px;
	}
	.videoimg .video-sec{
		width: 100%;
	}
	.videoimg .video-sec .vimg{
		height: unset;
	}
	header .header-logo {
		width: 90px;
	}
	  .cms-img {
    width: 100%;
    height:100%;
    margin-bottom: 30px; 
	}
	.sblog .blogboxbg {
    padding: 10px;
    width: 50%;
    float: left;
	}
	.sheading .title, .cms-pages .title {
		font-size: 18px;
		padding-top: 20px;
	}
	.prod-detail-sec h2{
		font-size: 18px;
	}
	.rod-detail-sec p{
		font-size: 14px;
	}
	#inner-banner {
    padding: 0px 0px 0px;
}
	#inner-banner span {
	font-size: 30px;
	font-weight: 600;
	margin-bottom:0px;
	}
	.inner-breadcrumb ul li{font-size: 15px;}
	.cms-pages .pc-list ul{
	    gap: 9px;
	}
	.cms-pages .pc-list ul li {
    flex-basis: 100%;
   }
   .contact .about-sec {
   	flex-direction: column;
   }
   .contact .about-sec .aleft {
   	width: 100%;
   }
   .contact .about-sec .aright{
   	width: 100%;
   }
  .cta-one__title{
  	font-size: 23px;
  }
	 .blogbg .blogboxbg{
	  	flex-direction: column;
	  	height: 100%;
	  }
	  .blog-img{
	  	width: 100%;
	  }
	  .blog-content{
	  	width: 100%;
	  }
	  #fblog .blogbox{
	  	width: 100%;
	  }
	 	#fblog .owl-nav {
	    margin-top: 30px;
	    text-align: center;
	}
		#fblog button.owl-next:before, #fblog button.owl-prev:before{position: absolute;
	    left: 0;
	    top: 0;
	    height: 40px;
	    width: 60px;
	    border: 2px solid var(--medium-black);
	    border-right: 0;
	    content: "";
	    z-index: -1;
	    padding: 10px 8px !important
	}

	#fblog button.owl-next, #fblog button.owl-prev {
	 position: relative;
    display: inline-block;
    padding-left: 25px;
	font-size: 14px;
    color: var(--medium-black);
    font-weight: 400;
    text-transform: uppercase;
    line-height: 20px !important;
    padding: 10px 8px !important;
    z-index: 9;
    -webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
	 -o-transition: all 200ms ease;
	 transition: all 200ms ease;
	}

	#fblog button.owl-next:before {
	left: auto;
	 right: -15px;
	 border: 2px solid var(--medium-black);
	 border-left: 0;
	}
	#fblog button.owl-prev:before {
	 left: -15px;
	}
	}
@media screen and (max-device-width: 767px) {
	header .header-logo {
		width: 100px;
	}
	.swiper-container.main-slider {
		height:auto;
	}
	.hright .enq-btn{
		padding: 0 .5em;
		line-height: 2.1em;
		min-height: 2em;
	}
	.hright .cart,.sicon{
		padding-right: 10px;
	}
	.banner-text .heading1 {
		font-size: 28px;
	}
	.p60{
		padding: 20px 0px;
	}
	.bg-img{
		left: 0;
		border: 5px solid var(--theme-color);
	}
	.home-banner-wrap {
   
    top: 30%;
  }
.copyright-center{text-align: center;}
.pro-img {
	display: none;
}
	.pro-desc {
    flex-basis: 100%;
    position: relative;
   }
	.aboutsechome .abouthomeimg .image{
		width: 90%;
	}
	.aboutsechome .abouthomecontent .headings {
		font-size: 24px;
	}
	.aboutsechome .abouthomecontent span{
		font-size: 13px;
		letter-spacing: 3px;
	}
	.aboutsechome .abouthomecontent p {
		font-size: 14px;
	}
	.site-btn {
		padding: 8px 15px 8px 15px;
		margin: 20px 0px 0px 0px;
		font-size: 12px;
	}
	.eventhome::before{
		width: 100%;
	}
	.blogbox {
		width: 100%;
	}
	.blog-img {
		height: 250px;
	}
	.blog-title {
		font-size: 17px;
	}
	.date{
		font-size: 13px;
		margin-bottom: 5px;
	}
	.blog-content .content p{
		font-size: 14px;
	}
	.testimonial .description{
		font-size: 14px;
	}
	.videoimg {
		height: 160px;
		margin-bottom: 100px;
	}
	.photogallery li {
		flex-basis: 48%;
	}
	.cms-img {
    width: 100%;
    height:100%;
    margin-bottom: 30px; 
    }
    	#inner-banner {
     padding: 0 0px 0px; 
	}
   #inner-banner span {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 15px;
	}
	.inner-breadcrumb ul li{
	font-size: 15px;
	}
	.sheading .title, .cms-pages .title {
	font-size: 18px;
	}
	.sheading, .cms-pages .title {
		margin-top: 20px;
	}
	.pro-desc .sheading, .cms-pages .title{
		margin-top: 0;
	}
		
		.sblog .eventbox {
    width: 100%;
    float: unset;
}

.sblog .blogboxbg {
    padding: 10px;
    width: 100%;
    float: unset;
}
	.btext p, .btext{
		font-size: 15px;
	}
   .pc-list ul {
    flex-direction: column;
	}
	.prod-detail-sec p {
		font-size: 14px;
	}

	.clist,footer .links{
		margin-bottom: 15px;
	}
	.thankyou .tdiv h1, .error .tdiv h1{
		font-size: 36px;
	}
	.thankyou .tdiv p, .error .tdiv p{
		font-size: 16px;
	}
	footer{
		padding: 40px 0px;
	}
	footer .flogo{
		width: 120px;
	}
	.nav_action.active {
		transform: translate(6px, -18px);
	}
	.faq_data{
		font-size: 14px;
	}
	.faq_title{
		font-size: 14px;
	}
	.cms-para h2 {
    	font-size: 17px;
    }
    .cms-para h3 {
    	font-size: 17px;
    }

	.cms-para p {
	font-size: 14px
	}

.cms-para ul li, .cms-para ol li {
	font-size: 14px;
}
	.location-list .list ul li {
		font-size: 13px;
	}
	.enq_frm{
		width: 100%;
	} 
	.cta-one__inner{
		flex-direction: column;
		text-align: center;
	}
	.cta-one__title{
  	font-size: 22px;
  }
  .cta-one__title{
  	line-height: 40px;
  }
}
@media screen and (max-device-width: 360px) {
	
	header .header-logo {
		width: 80px;
	}
	 .cms-img {
    width: 100%;
    height:100%;
    margin-bottom: 30px; 
    }
    
 .cms-para p{
    	font-size: 15px;
    }
    .cms-para ul li, .cms-para ol li{
    	font-size: 14px;
    }
    
 .blist ul li .card .btitle{
 	font-size: 17px;
   }
   .tablebox h4{
   	font-size: 12px;
   }
   .cta-one__title{
  	font-size: 20px;
  }
}
@media screen and (max-device-width: 320px) {
	 .cms-img {
    width: 100%;
    height:100%;
    margin-bottom: 30px; 
    }
    .cms-para p{
    	font-size: 13px;
    }
}