/*************Responsive Styles*****************/

/*******************************************/

/**************iPad Landscape***************/
@media screen and ( min-width: 1355px ){
	.container {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	
}
@media screen and ( max-width: 1354px ){
    .m-container{
        margin-left:15px;
        margin-right:15px;
    }
	.container {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	.each-product-item{
		max-width: 100%;
	}
	#products .slick-slide>div .product-list{
		max-width: 100%;
	}
	#related .product-list {
		width: 30%;
		/* margin: auto; */
	}
	#related .product-list .each-products-list-item{
		width: 100%;
	}
}
@media screen and ( max-width: 1400px ){
	.partner-single{
		grid-template-columns: 1fr 1fr 1fr;
		gap: 30px;
	}
	.each-partner-single-item-pic{
		max-width: 181px;
		width: 100%;
	}
}
@media screen and ( max-width: 1330px ){
	.taxonamy-single-category{
		grid-template-columns: 1fr 1fr;
	}
}
@media screen and (max-width: 1200px){

.navbar-nav{
	justify-content: flex-start;
	column-gap: 15px;
}
}
@media screen and ( max-width: 1150px ){
	#contactcontainer > .elementor-container{
		flex-wrap: wrap;
	}
	#contactcontainer > .elementor-container >div {
		width: 100%;
	}
	#conatctpage{
		margin-top: 20px;
		max-width: 100%;
	}
	
	.single-product-page-image img{
		object-fit: contain;
	}
	.arrows{
		justify-content: center;
	}
	.arrows .dots-list li{
		display: none;
	}
	.arrow_dir_left{
		margin-right: 20px;
	}
	.arrow_dir_right{
		margin-left: 20px;
	}
	
	#header-menu-vertical form {
    	display: flex;
   		justify-content: flex-start;
   		max-width: 100%;
   		margin-left: 0px;
}
	#header-menu-vertical .navbar-brand-search{
		margin-left: 0px;
	}
	.nav-link{
		font-size: 12px;
}
}
@media screen and ( max-width: 991px ){
	.footer-address-col,.footer-menu-col,.footer-contact-col{
		margin-top: 20px;
	}
	.single-product-page-image{
		height: 350px;
	}
	.partner-single{
		grid-template-columns: 1fr 1fr ;
	}
	.each-partner-single-item-pic{
		margin: auto;
	}
	
	.each-partner-single-item-pic:nth-child(4n){
		margin-right: auto;
	}
	#navbarSupportedContent .navbar-nav{
		position: absolute;
		top: 0%;
		left: 0%;
		background-color: var(--color8);
	    width: 85%;
	    transition: 0s;
	    padding: 40px 15px;
	    z-index: 50;
	    height: 100vh;
	}
	.post-container{
		grid-template-columns:repeat(3,1fr);
	}
	.noscroll{
		overflow: hidden;
	}
	.sec-navbar .navbar-nav{
		height: 100vh;
		padding-bottom: 40px !important;
		justify-content: end;
		background-color: var(--color8) !important;
	}
	.dropdown-menu{
		display: flex;
		flex-direction: column;
		background-color: var(--color5);
		border: 0px;
		margin-left: 20px;
		padding: 0px;
	}
	.navbar-brand{
		margin: 0%;
		padding: 0px;
	}
	#navbarSupportedContent li {
	    margin: 10px 0px;
	}
	footer .row div:nth-child(1),
	footer .row div:nth-child(1){
		margin-bottom: 30px;
	}
	.footer .social-media-icon{

	}
	body {
	    /* margin: 200px 0px 0px 0px; */
	}
	#navbarSupportedContent li .nav-link {
	    margin: 10px 0px;
	}
	.dropdown-toggle::after{
		display: none;
	}
	.sales-contact-container {
		max-width: 500px;
	}
	.each-catalog-item h2{
		text-align: center;
		margin-bottom: 20px;
	}
	.each-catalog-item{
		flex-direction: column;
	}
	.category-container{
		margin: auto;
	}
	.each-product-item-pic img{
		margin: auto;
	}
	#related .product-list .each-products-list-item{
		width: 100%;
	}
	#related .product-list{
		width: 47%;
	}
	#related .product-list .each-products-list-item{
		align-items: center;
	}
	.singleproduct-page-container{
		margin-bottom: 50px;
	}
	.categories-slider .slick-slide{
		margin-bottom: 50px !important;
	}
	.page .certificate-img img{
		width: 150px!important;
	}
	.single .certificate-img img {
  		width: 150px;
	}
	.woocommerce  .certificate-img img {
   		width: 150px;
	}
	.archive .certificate-img img {
 	  	width: 150px;
}
	.certificate-img img{
		width: 150px;
}
	h2.msg-text{
		font-size: 22px;;
	}
	.single-page.mar-90 {
    	margin-top: 260px;
}
.sales-item a{
	font-size: 15px;
}
.msg-text-bg{
    padding-left:15px;
    padding-right:15px;
}
.category-box {
    padding: 20px 0px!important;
}
}

@media screen and (max-width: 970px){

}

/*******************************************/

/*************************iPad Portrait***************/
@media screen and (max-width: 985px){
	.navbar-brand-search,header form{
		max-width: 150px;
		margin-left: 15px;
	}

}
/*******************************************/

/**********************iPhone Landscape*************/
@media screen and ( max-width: 800px ){
	.taxonamy-single{
		flex-wrap: wrap;
	}
	.taxonamy-single > div:nth-child(1){
		width: 80%;
		max-width: 100%;
	}
	.taxonamy-single-category{
		grid-template-columns: 1fr 1fr ;
		width: 100%;
	}
	.accordion-content li a{
		/* padding: 10px 0 10px 0; */
	}
	.arrows{
		margin-left: 0;
	}
	#header-menu-vertical{
			display: flex;
			height: 50px;
	    	background: #02629f;
		}
		.menu-bars {
	    	display: none;
	}
}
@media screen and (max-width: 767px){
	.footer_copy >div,.footer_copy > p{
		text-align: center;
	}
	.footer_copy >div {
		width:100%;
	}
	.footer_copy >div:last-child {
		text-align: center;
	}
	.sales-contact .container{
		display: block;
		text-align: center;
	}
	.sales-contact-container {
		max-width: 100%;
		gap:20px;
		flex-wrap:wrap;
		margin: auto;
		justify-content: center;
	}
	.sales-contact-items{
		margin-right: 10px;
	}
	.sales-contact h3{
		margin-bottom: 20px;
	}
	footer .row >div{
		margin-bottom: 30px;
	}
	body {
	    /* margin: 90px 0px 0px 0px; */
	}
	.dots-list .slick-active ~ li{
		display: none;
	}
	/* .dots-list .slick-active , .dots-list .slick-active + li{
		display: flex;
	} */
	.footer_copy{
		flex-direction: column;
		gap: 10px;
	}
	.footer_copy p{
		width: 100%;
	}
	#related .product-list .each-products-list-item{
		width: 100%;
	}
	#related .product-list{
		width: 47%;
	}
}
@media screen and (max-width: 768px){
	.footer-address-col,.footer-menu-col{
		width: 46%;
		/* width: fit-content; */
	}
	.footer-top .container > div{
		gap: 30px;
	}
	.related{
		padding-top: 40px;
		padding-bottom: 50px;
	}
	.footer_copy > div:nth-child(2){
		position: static;
	}
	#related .product-list .each-products-list-item > a{
		padding-left: 10px;
		padding-right: 10px;
	}
	.singleproduct-page-container {
		flex-direction: column;
		gap: 30px;
	}
	.singleproduct-page-container > div{
		max-width: 100%;
		width: 100%;
	}
	.top-image-container{
		width: 100%;
		max-width: 70%;
	}
	.footer-contact-col{}
}
@media screen and (max-width: 700px){
	.navbar > form{
		display: none;
	}
	#header-menu-vertical form{
		display: block;
	}
	.navbar > form{
		display: none;
	}
	.menu-bars{
		display: none;
	}
	.post-container{
		grid-template-columns:repeat(2,1fr);
	}
	body{
		margin-top: 169px;
	}
	
	.categorybefore h2::after{
		left:280px
	}
	.menu-bar{
		box-shadow: 0 3px 8px -4px #126FAC;
	}
	.singleproduct-page-container .single-page-details h1{
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
}

@media screen and (max-width: 600px){
    #products .slick-slide>div .product-list .each-products-list-item > a,.each-taxonamy-list-item h2{
        padding-left:15px;
        padding-right:15px;
    }
	.slicksliders .elementor-container.elementor-column-gap-default{
		justify-content: end;
		margin-bottom: 20px;
	}
	
	.taxonamy-single{
		margin-bottom: 40px;
	}
	.categories-slider .slick-slide{
		margin-bottom: 20 !important;
	}
	.cat-arrow{

		margin-bottom: 50px;
	}
	.contactformconatiner{
		flex-direction: column;
	}
	.partner-single{
		grid-template-columns: 1fr  ;
		gap: 30px;
	}
	.taxonamy-single > div:nth-child(1){
		max-width: 100%;
	}
	.taxonamy-single{
		flex-wrap: wrap;
	}
	
	.taxonamy-product-list{
		width: 100%;
	}
	
	
	#related .product-list .each-products-list-item{
		width: 100% !important;
		padding-left: 0;
	}
	
	
	.single-product-page-image,.top-image-container{
		height: 300px;
	}
	.breadcrumb-path h2{
		font-size: 15px;
	}
	.breadcrumb-path{
		flex-wrap: wrap;
	}
	
	.related .container >h2:after{
		content: none;
	}
	.singleproduct-page-container{
		margin-bottom: 50px;
	}
	.singleproduct-page{
		width: 100%;
	}
	.h2withborder h2:after{
		content: none;
	}
	.brand-arrow , .product-arrow,.partner-arrow,.cat-arrow{
		display: block;
	}
}
@media screen and (max-width: 550px){
	#related .product-list{
		width: 100%;
	}
	#related{
		flex-direction: column;
		padding-top: 20px;
	}
	.post-container{
		grid-template-columns:repeat(1,1fr);
	}
	.post-list{
		width: 100%;
		max-width: 100%;
	}
	.taxonamy-single-category {
		grid-template-columns: 1fr;
	}
	ul.first-level-subcategories{
		flex-direction: column!important;
		row-gap: 30px;
	}
	.msg-text-bg{
		padding-top: 14px;
	}
	
}
/*******************************************/

/***************iPhone Portrait**************/
@media screen and (max-width: 479px){
	.sales-contact-container{
		flex-wrap: wrap;
	}
	.sales-contact-items{
		margin-bottom: 10px;
	}
	.footer_copy{
		justify-content: center !important;
		gap: 10px;
	}
	.header-details-container {
		margin-right: 18px;

	}
	.header-details a {
		font-size: 10px;
	}
}
@media screen and (max-width: 479px){
	body {
	    /* margin: 80px 0px 0px 0px; */
	}
	.top-image-container {
		max-width: 100%;
	}
}
@media screen and (max-width: 400px){
	body {
		/* margin: 80px 0px 0px 0px; */
	}
	.h2before h2::after{
		content: none;
	}

	.single-product-page-image img {
		object-fit: cover;
	}
}
/*******************************************/
@media screen and (max-height: 600px){
	body {
		/* margin: 80px 0px 0px 0px; */
	}
	.check:checked~ .shopbycategory {
		height: calc(100vh - 200px);
	}
	.checks:checked~.mobileham-menu {
		height: calc(100vh - 169px);
		overflow: scroll;
	}
	.bannerheight > .elementor-container{
		min-height: 200px !important;
		height: 200%;
	}
	.elementor-45 .elementor-element.elementor-element-e04c42d > .elementor-container{
		min-height: 300px !important;
	}
	.navbar > form{
		display: none;
	}
	#header-menu-vertical form{
		display: block;
	}
	.navbar > form{
		display: none;
	}
	.menu-bars{
		display: none;
	}
	.post-container{
		grid-template-columns:repeat(2,1fr);
	}
	body{
		margin-top: 169px;
	}
	#header-menu-vertical{
		display: flex;
	}
	.menu-bar{
		box-shadow: 0 3px 8px -4px #126FAC;
	}
	.mobileham-menu {
		width: 100%;
	}
	
}
@media screen and  (max-width: 992px) and (max-height: 500px){
	.top-image-container {
		
		height: 200px;
	}
	.single-product-page-image {
		height: 100%;
	}
}

