@media screen and (max-width: 1920.99px) {} 
/*-1800-*/
@media only screen and (max-width: 1919.98px) {} 
/*-1700-*/
@media only screen and (max-width: 1799.98px) {
	.featured-slider .slick-prev { left: -7%; } 
	.featured-slider .slick-next { right: -7%; } 
	.custom-paging { /* left: 11.1%; */ }
} 
/*-1600-*/
@media only screen and (max-width: 1699.98px) { 
	.custom-paging { /* left: 8.8%; */ } 
} 
/*-1500--125%*/
@media only screen and (max-width: 1599.98px) {
	.container { max-width: 1010px; padding: 0px 30px; } 
	.container.container-lg { max-width: 1290px; padding: 0px 30px; } 
	.container.container-md{ max-width: 1210px; padding: 0px 30px; } 
	.container.container-sm { max-width: 830px; padding: 0px 30px; } 
	.container-fluid{ max-width: 100%; padding-right: 30px; padding-left: 30px; } 
	.header-container {} 
	.textColRight, .textColLeft { width: 470px;}
	.colContainer.lg .textColRight, .colContainer.lg .textColLeft {width: 615px;}
	.colContainer.md .textColRight, .colContainer.md .textColLeft{width: 575px;}
	.colContainer.sm .textColRight, .colContainer.sm .textColLeft {width: 390px;}
	.textColLeft .textContent {  padding-right: 110px;}
	.textColRight .textContent {  padding-left: 110px;}
	.colContainer.md .textColRight .textContent { position: relative; padding-left: 45px;}
	.colContainer.md .textColLeft .textContent { position: relative; padding-right: 45px;}
	.colContainer.sm .textColRight .textContent { position: relative; padding-left: 25px;}
	.colContainer.sm .textColLeft .textContent { position: relative; padding-right: 25px;}
	body { font-size: 14px; line-height: 1.7; } 
	p { margin-bottom: 20px; } 
	h1, .h1 { font-size: 37px; } 
	h2, .h2 { font-size: 33px; } 
	h3, .h3 { font-size: 29px; padding: 0px 0px 18px; } 
	h4, .h4 { font-size: 25px; padding: 0px 0px 18px; } 
	h5, .h5 { font-size: 20px; padding: 0px 0px 20px; } 
	h6, .h6 { font-size: 16px; padding: 0px 0px 20px; } 
	hr { margin: 35px 0px; } 
	.hr-alt {border-top: 1px solid #dddddd;margin: 25px 0px;}
	.inner-container-xxl { padding: 120px 0px;} 
	.inner-container-xl { padding: 100px 0px;} 
	.inner-container-lg { padding: 80px 0px;} 
	.inner-container { padding: 60px 0px;} 
	.inner-container-md { padding: 40px 0px;} 
	.inner-container-sm { padding: 30px 0px;} 
	.gutters-15 { margin-right: -12px; margin-left: -12px; } 
	.gutters-15 > .col, .gutters-15 > [class*="col-"], .gutters-15>li { padding-right: 12px; padding-left: 12px; } 
	.gutters-20 { margin-right: -15px; margin-left: -15px; } 
	.gutters-20 > .col, .gutters-20 > [class*="col-"], .gutters-20>li { padding-right: 15px; padding-left: 15px; } 
	.gutters-25 { margin-right: -20px; margin-left: -20px; } 
	.gutters-25 > .col, .gutters-25 > [class*="col-"], .gutters-25>li { padding-right: 20px; padding-left: 20px; } 
	.gutters-30 { margin-right: -25px; margin-left: -25px; } 
	.gutters-30 > .col, .gutters-30 > [class*="col-"], .gutters-30>li { padding-right: 25px; padding-left: 25px; } 
	.gutters-35 { margin-right: -30px; margin-left: -30px; } 
	.gutters-35 > .col, .gutters-35 > [class*="col-"], .gutters-35>li { padding-right: 30px; padding-left: 30px; } 
	.gutters-40 { margin-right: -35px; margin-left: -35px; } 
	.gutters-40 > .col, .gutters-40 > [class*="col-"], .gutters-40>li { padding-right:35px; padding-left: 35px; } 
	.gutters-50 { margin-right: -40px; margin-left: -40px; } 
	.gutters-50 > .col, .gutters-50 > [class*="col-"], .gutters-50>li { padding-right: 40px; padding-left: 40px; } 
	.grid-20 > .col, .grid-20 > [class*="col-"], .grid-20>li { padding-top: 15px; padding-bottom: 15px; } 
	.grid-25 > .col, .grid-25 > [class*="col-"], .grid-25>li { padding-top: 20px; padding-bottom: 20px; } 
	.grid-30 > .col, .grid-30 > [class*="col-"], .grid-30>li { padding-top: 25px; padding-bottom: 25px; } 
	.grid-35 > .col, .grid-35 > [class*="col-"], .grid-35>li { padding-top: 30px; padding-bottom: 30px; } 
	.grid-40 > .col, .grid-40 > [class*="col-"], .grid-40>li { padding-top: 35px; padding-bottom: 35px; } 
	.grid-50 > .col, .grid-50 > [class*="col-"], .grid-50>li { padding-top: 40px; padding-bottom: 40px; } 
	.row.grid-20 { margin-top: -15px; margin-bottom: -15px; } 
	.row.grid-25 { margin-top: -20px; margin-bottom: -20px; } 
	.row.grid-30 { margin-top: -25px; margin-bottom: -25px; } 
	.row.grid-35 { margin-top: -30px; margin-bottom: -30px; } 
	.row.grid-40 { margin-top: -35px; margin-bottom: -35px; } 
	.row.grid-50 { margin-top: -40px; margin-bottom: -40px; }
	/*--*/
	.mt10 { margin-top: 8px !important; } 
	.mr10 { margin-right: 8px !important; } 
	.mb10 { margin-bottom: 8px !important; } 
	.ml10 { margin-left: 8px !important; } 
	.mt15 { margin-top: 12px !important; } 
	.mr15 { margin-right: 12px !important; } 
	.mb15 { margin-bottom: 12px !important; } 
	.ml15 { margin-left: 12px !important; } 
	.mt20 { margin-top: 15px !important; } 
	.mr20 { margin-right: 15px !important; } 
	.mb20 { margin-bottom: 15px !important; } 
	.ml20 { margin-left: 15px !important; } 
	.mt25 { margin-top: 20px !important; } 
	.mr25 { margin-right: 20px !important; } 
	.mb25 { margin-bottom: 20px !important; } 
	.ml25 { margin-left: 20px !important; } 
	.mt30 { margin-top: 25px !important; } 
	.mr30 { margin-right: 25px !important; } 
	.mb30 { margin-bottom: 25px !important; } 
	.ml30 { margin-left: 25px !important; }
	.mt35 { margin-top: 30px !important; } 
	.mr35 { margin-right: 30px !important; } 
	.mb35 { margin-bottom: 30px !important; } 
	.ml35 { margin-left: 30px !important; }  
	.mt40 { margin-top: 35px !important; } 
	.mr40 { margin-right: 35px !important; } 
	.mb40 { margin-bottom: 35px !important; } 
	.ml40 { margin-left: 35px !important; } 
	.mt50 { margin-top: 40px !important; } 
	.mr50 { margin-right: 40px !important; } 
	.mb50 { margin-bottom: 40px !important; } 
	.ml50 { margin-left: 40px !important; } 
	.mb60 { margin-bottom: 45px !important; } 
	.mb70 { margin-bottom: 45px !important; } 
	.mb80 { margin-bottom: 50px !important; } 
	.mb90 { margin-bottom: 60px !important; } 
	.mb100 { margin-bottom: 80px !important; }
	/*--*/
	.mr-25 { margin-right: -20px !important; } 
	.ml-25 { margin-left: -20px !important; } 
	.mr-30 { margin-right: -25px !important; } 
	.ml-30 { margin-left: -25px !important; } 
	.mr-40 { margin-right: -30px !important; } 
	.ml-40 { margin-left: -30px !important; } 
	.mr-50 { margin-right: -40px !important; } 
	.ml-50 { margin-left: -40px !important; } 
	.mr-60 { margin-right: -45px !important; } 
	.ml-60 { margin-left: -45px !important; } 
	.mr-70 { margin-right: -45px !important; } 
	.ml-70 { margin-left: -45px !important; } 
	.mr-80 { margin-right: -50px !important; } 
	.ml-80 { margin-left: -50px !important; } 
	.mr-90 { margin-right: -60px !important; } 
	.ml-90 { margin-left: -60px !important; } 
	.mr-100 { margin-right: -80px !important; } 
	.ml-100 { margin-left: -80px !important; } 
	.p15 { padding: 10px !important } 
	.pt15 { padding-top: 10px !important; } 
	.pr15 { padding-right: 10px !important; } 
	.pb15 { padding-bottom: 10px !important; } 
	.pl15 { padding-left: 10px !important; } 
	.p20 { padding: 15px !important } 
	.pt20 { padding-top: 15px !important; } 
	.pr20 { padding-right: 15px !important; } 
	.pb20 { padding-bottom: 15px !important; } 
	.pl20 { padding-left: 15px !important; } 
	.p25 { padding: 20px !important } 
	.pt25 { padding-top: 20px !important; } 
	.pr25 { padding-right: 20px !important; } 
	.pb25 { padding-bottom: 20px !important; } 
	.pl25 { padding-left: 20px !important; } 
	.p30 { padding: 25px !important } 
	.pt30 { padding-top: 25px !important; } 
	.pr30 { padding-right: 25px !important; } 
	.pb30 { padding-bottom: 25px !important; } 
	.pl30 { padding-left: 25px !important; } 
	.p35 { padding: 30px !important } 
	.pt35 { padding-top: 30px !important; } 
	.pr35 { padding-right: 30px !important; } 
	.pb35 { padding-bottom: 30px !important; } 
	.pl35 { padding-left: 30px !important; } 
	.p40 { padding: 30px !important } 
	.pt40 { padding-top: 30px !important; } 
	.pr40 { padding-right: 30px !important; } 
	.pb40 { padding-bottom: 30px !important; } 
	.pl40 { padding-left: 30px !important; } 
	.p45 { padding: 35px !important } 
	.pt45 { padding-top: 35px !important; } 
	.pr45 { padding-right: 35px !important; } 
	.pb45 { padding-bottom: 35px !important; } 
	.pl45 { padding-left: 35px !important; } 
	.p50 { padding: 40px !important } 
	.pt50 { padding-top: 40px !important; } 
	.pr50 { padding-right: 40px !important; } 
	.pb50 { padding-bottom: 40px !important; } 
	.pl50 { padding-left: 40px !important; } 
	.pt60 { padding-top: 45px !important; } 
	.pr60 { padding-right: 45px !important; } 
	.pb60 { padding-bottom: 45px !important; } 
	.pl60 { padding-left: 45px !important; } 
	.pt70 { padding-top: 45px !important; } 
	.pr70 { padding-right: 45px !important; } 
	.pb70 { padding-bottom: 45px !important; } 
	.pl70 { padding-left: 45px !important; } 
	.pt80 { padding-top: 50px !important; } 
	.pr80 { padding-right: 50px !important; } 
	.pb80 { padding-bottom: 50px !important; } 
	.pl80 { padding-left: 50px !important; } 
	.pt90 { padding-top: 60px!important; } 
	.pr90 { padding-right: 60px !important; } 
	.pb90 { padding-bottom: 60px !important; } 
	.pl90 { padding-left: 60px !important; } 
	.pt100 { padding-top: 80px !important; } 
	.pr100 { padding-right: 80px !important; } 
	.pb100 { padding-bottom: 80px !important; } 
	.pl100 { padding-left: 80px !important; } 
	.pt110 { padding-top: 80px !important; } 
	.pb110 { padding-bottom: 80px !important; } 
	.pt120 { padding-top: 80px !important; } 
	.pb120 { padding-bottom: 80px !important; } 
	.pt130 { padding-top: 100px !important; } 
	.pb130 { padding-bottom: 100px !important; }
	/*---*/
	.logo-holder{ }
	.logo { width: 190.2px; } 
	.logo a,
	.is-sticky #pageHeader .logo a {}
	.topRightHeader {} 
	.nav>ul>li { padding: 0px 40px; } 
	.nav>ul>li>a { padding: 37px 0px; font-size: 16px; }
	.nav>ul>li>a::before {} 
	.nav>ul>li.menu-item-has-children>a::after { font-size: 12px; margin-left: 5px; }
	.is-sticky .nav > ul > li > a {}
	.nav>ul ul, .nav>ul ul ul { min-width: 166px; border-radius: 0px 0px 20px 20px; } 
	.nav>ul ul ul{ width: 150px;}
	.nav > ul > li:hover > ul, .nav > ul ul > li:hover > ul, .nav > ul ul ul > li:hover > ul {}
	.nav>ul ul a, .nav>ul ul ul a { font-size: 14px; line-height: 1.3; padding: 12px 20px; } 
	.nav>ul ul ul { margin-top: -44px;}
	.nav>ul ul>li:hover>ul, .nav>ul ul ul>li:hover>ul { margin-top: -44px; }
	.nav>ul ul.grid2 { left: 42%; max-width: 450px; padding: 20px 15px !important; }
	.slick-dots li button, .slick-dots li button:after { width: 10px; height: 10px; } 
	.slick-dots li button:before { width: 10px; height: 10px; } 
	.slick-dots li.slick-active button, .slick-dots li.slick-active button::before {}
	.slick-arrow { font-size: 13px; width: 40px; height: 40px; }
	.custom-dots .slick-dots{ width: 320px; }
	.arrows-outside .slick-prev { left: -8.5%; } 
	.arrows-outside .slick-next { right: -8.5%; }  
	.fancybox-navigation .fancybox-button--arrow_left{left: 20px;}
	.fancybox-navigation .fancybox-button--arrow_right{right: 20px;}
	.fancybox-navigation .fancybox-button{ /*width: 40px; height: 40px; top: calc(50% - 20px);*/}
	.fancybox-navigation .fancybox-button div {  }
	#toTop { width: 40px; height: 40px; } 
	.form-group label, .custom-label,.comment-form label{ font-size: 15px; } 
	.checkbox label, .radio label > span, .radio1 label { padding-left: 25px !important; } 
	.checkbox label::before, .radio label>span::before, .radio1 label::before,.checkbox label::after, .radio label>span::after, .radio1 label::after { width: 18px; height: 18px; } 
	.checkbox label::after, .radio label > span::after, .radio1 label::after { font-size: 10px; } 
	.radio label > span::before, .radio1 label::before {} 
	.radio label > span::after, .radio1 label::after { top: 6px; left: 5px; width: 8px; height: 8px; } 
	.form-control, .nice-select, .btn-group .btn, .f-upload .file-input .file-caption-name,select.multipleSelect { font-size: 14px; height: 45px; line-height: 45px; padding: 0 22px; } 
	textarea.form-control { padding: 15px 22px; }
	select.multipleSelect{ height: 85px !important;} 
	input::placeholder, input.form-control::-webkit-input-placeholder, textarea::placeholder, .nice-select,.form-group.floating-label label { font-size: 14px; } 
	input[disabled]::placeholder, input.form-control[disabled]::-webkit-input-placeholder { font-size: 14px; } 
	.nice-select .list { } 
	.nice-select { min-width: 140px; padding-right: 30px; } 
	.nice-select::after{right: 12px; font-size: 12px;}
	.tool-bar .nice-select {font-size: 14px;}
	.tool-bar .nice-select::after{  }
	.nice-select .option {  font-size: 13px;padding: 10px 15px;}
	.NiceSelect.md .nice-select { min-width: 150px; } 
	.NiceSelect.sm .nice-select { min-width: 85px; }
	.Selectstyle1 .nice-select {} 
	.Selectstyle1 .nice-select:after {font-size: 13px;} 
	.form-group.floating-label label { top: 13px;} 
	.custom-button, a.custom-button, .f-upload .input-group-btn .btn-upload { font-size: 14px; padding: 0px 15px 0px 22px; height: 45px; min-width: 155px; } 
	.custom-button::after,.f-upload .input-group-btn .btn-upload::after{ margin-left: 10px; width: 20px; height: 20px; font-size: 11px; }
	.custom-button i, a.custom-button i, .woocommerce .product-box-footer a.button i, .woocommerce .product-box-footer a.added_to_cart i, .woocommerce .product-cart .button i{}
	.custom-button-holder {}
	.custom-button-holder.icon-left{}
	.custom-button-holder.icon-left .custom-button i{}
	.custom-button.btn-block, a.custom-button.btn-block { } 
	.mwidth { min-width: 160px; } 
	.ul-listing li::before {  } 
	.listing-style1 li {  } 
	.listing-style1 li::before { top: 1px; font-size: 13px; } 
	.listing-style2 li {  } 
	.listing-style2 li::before {  } 
	.icon-list li i, .icon-list li img { top:4px;} 
	.icon-list.list-inline li img{ top: -7px;}
	.size-12 { font-size: 10px; } 
	.size-13{ font-size: 11px;} 
	.size-14{ font-size: 12px;} 
	.size-15 { font-size: 13px;}
	.size-16{ font-size: 14px;} 
	.size-18{ font-size: 16px; } 
	.size-20 { font-size: 17px; } 
	.size-22 { font-size: 18px; } 
	.size-24 { font-size: 20px; } 
	.size-26 { font-size: 22px; } 
	.size-28 { font-size: 24px; } 
	.size-30 { font-size: 26px; }
	.lead { font-size: 18px; } 
	.styled-link, .styled-link1{} 
	.styled-link i {}
	.styled-link i.ileft{ margin-right: 10px;}
	.styled-link i.iright{margin-left: 10px;} 
	.styled-link.has-icon::after { /*width: 40px; height: 40px; font-size: 12px;*/} 
	.pageTitle { margin-bottom: 28px; } 
	.pageTitle h1, .pageTitle h2 { font-size: 32px; letter-spacing: -1.8px; margin-bottom: 25px; } 
	.pageTitle.mb40 h1, .pageTitle.mb40 h2 { margin-bottom: 30px !important; } 
	.pageTitle h1:last-child, .pageTitle h2:last-child { margin-bottom: 0 !important; }
	.pageTitle.lg h1, .pageTitle.lg h2 { font-size: 50px; letter-spacing: -1.8px; } 
	.pageTitle.xl h1, .pageTitle.xl h2 { font-size: 35px; letter-spacing: -1.6px; } 
	.pageTitle.md h1, .pageTitle.md h2 { font-size: 30px;} 
	.pageTitle.sm h1, .pageTitle.sm h2 { font-size: 22px; } 
	.pageTitle h3 { font-size: 12px; letter-spacing: 1.8px; padding-left: 55px; margin-bottom: 10px; } 
	.pageTitle h3.has-line::before { width: 42px; } 
	.home-banner-img{ /* padding-bottom: 55%; */ }
	.bannerWrapper { padding: 0px 0px; margin-top: 0px; } 
	.banner { border-radius: 0px; } 
	.banner_caption .captionContainer h2, .banner_caption .captionContainer h1 { font-size: 65px; letter-spacing: -2.8px; margin: 15px 0px 32px; } 
	.banner_caption .captionContainer h1 { font-size: 40px;} 
	.banner_caption .captionContainer h3 { font-size: 12px; letter-spacing: 2px; padding-left: 55px; margin-bottom: 10px; }
	.banner_caption .captionContainer h3::before { width: 42px; }
	.banner_caption .captionContainer p{ font-size: 14px; max-width: 92%; margin-bottom: 30px; }
	.banner-slide .banner_caption .captionContainerInner{ max-width: 455px; padding: 20px 0 10% !important; }
	.inner-banner .banner_caption .captionContainerInner {} 
	.inner-banner .banner_caption .captionContainer h1, 
	.inner-banner .banner_caption .captionContainer h2 { font-size: 50px; letter-spacing: -2px; /* margin: 0px 0px 10px 0px; */ }
	.custom-paging { /* left: 14%; max-width: 1170px; */ }
	.homeBannerSlider .slick-dots { bottom: 50px;}
	.homeBannerSlider .slick-arrow {} 
	.homeBannerSlider .slick-prev {} 
	.homeBannerSlider .slick-next {} 
	.accordion{ margin-bottom: 35px;}
	.accordion-item { margin-bottom: 15px; } 
	.accordion-header{ }
	.accordion-header a { font-size: 16px; }
	.accordion-header a.collapsed {} 
	.accordion-header a::before { font-size: 16px; }
	.accordion-body { font-size: 14px; }
	.tab-body { } 
	.nav-tabs {  } 
	.nav-tabs .nav-item {padding: 0px; } 
	.nav-tabs .nav-link { padding: 15px 30px; font-size: 16px; } 
	.tab-holder.TabsAccordion .accordion-body, .tab-body { padding: 45px 0 0; } 
	.page-item {} 
	.page-link {font-size: 12px; width: 30px; height: 30px;} 
	.page-item span { letter-spacing: 0px;} 
	.page-item .page-link.prev, .page-item .page-link.next { } 
	.page-item .page-link.prev { } 
	.page-item .page-link.next {} 
	.top-input {padding-right: 55px;}
	.top-button {width: 45px; height: 45px;} 
	.top-search-btn{ width: 40px; height: 40px;font-size: 16px;}
	.top-cart{ /* width: 48px; height: 48px; */ }
	.top-link { } 
	.top-cart img, .top-link img, .top-button img { max-height: 20px; width: auto;} 
	.footer-bar a .cart-count, .top-cart .cart-count{ width: 21px; height: 21px; font-size: 10px; top: -11px; right: -10px; }
	.captionContainerInner { } 
	.secondary-nav-holder ul li a { padding: 18px 20px;} 
	.contact-address-wrapper { padding: 0px; max-width: 320px; }
	.contact-address-list { margin-bottom: 20px; }
	.contact-address-icon img { width: 40px; height: 50px; }
	.contact-address-box h6 { font-size: 16px; }
	.contact-form-holder {}
	.thankyou-content-holder {} 
	.thankyou-content { max-width: 400px; } 
	.thankyou-content h1 { font-size: 58px; letter-spacing: -2.46px; line-height: 1.1; padding-bottom: 0; } 
	.thankyou-content h2 { font-size: 45px; letter-spacing: -1.92px; padding-bottom: 30px; } 
	.thankyou-content a.custom-button {min-width: 150px; height: 45px; margin-right: 10px; } 
	.thankyou-content p {} 
	.thankyou-content .custom-button-holder {}
	.news-list-holder {}
	.news-box-info-holder {padding: 20px 0px 0px;}
	.news-meta { font-size: 13px; margin: 0px -10px; } 
	.news-meta>li { padding: 0px 10px;}
	.news-meta.inline > li i{}
	.news-details-title h1{ font-size: 28px;}
	.news-footer-nav .custom-button {min-width: 170px;} 
	.news-details-holder .item-share-holder{ margin: 0px 0px 30px; padding: 30px 0px 0px 0px; }
	.related-news > li{}
	.related-news > li .news-box a{ }
	.related-news>li .news-box-image-holder{ width:115px;}
	.widget-box {} 
	.sidebar{ /* max-width: 220px; */ }
	.sidebar-title-holder { margin-bottom: 15px; }
	.sidebar-title-holder h4{ font-size: 18px; } 
	.widget-title h4 { font-size: 18px; } 
	.widget-box-content { } 
	.widget-list li{ }
	.widget-list li a {padding:15px 15px;}
	.catagory-list li a,.bapf_body ul li label{}
	.catagory-list li a::before,.catagory-list li a::after,.bapf_body ul li label::before,.bapf_body ul li label::after{ top: -0.5px; } 
	.catagory-list li a::after,.bapf_body ul li label::after{}
	.AccordionFilterNav>ul {} 
	.AccordionFilterNav ul ul li {} 
	.modal-body { padding: 40px; border-radius: 30px; } 
	.modal-content { border-radius: 30px; } 
	.btn-close { right: 0px; top: -40px; font-size: 16px; width: 30px; height: 30px; } 
	.modal-lg { max-width: 750px; }  
	.footer-wrapper {} 
	.bottom-whatsapp-icon { } 
	.bottom-whatsapp-icon a { width: 50px; height: 50px; font-size: 34px; } 
	.featured-slider{ margin: 0px -15px;}
	.featured-slide{}
	.featured-slider .slick-prev { left: -8.5%; } 
	.featured-slider .slick-next { right: -8.5%; } 
	.rounded-corner-xxl { border-radius: 150px; } 
	.rounded-corner-xl { border-radius: 70px; } 
	.rounded-corner-lg { border-radius: 30px; } 
	.rounded-corner { border-radius: 20px; } 
	.rounded-corner-md { border-radius: 15px; } 
	.odd-even-list { } 
	.odd-even-box { padding: 0px 0px; } 
	.odd-even-img { padding-right: 90px; }  
	.odd-even-list .odd-even-box:nth-child(even) .odd-even-img {  } 
	.odd-even-info {} 
	.odd-even-list .odd-even-box:nth-child(even) .odd-even-info {  } 
	.odd-even-info{ max-width: 570px; }
	.icon-pod-box { padding: 30px 50px;} 
	.icon-pod-img { width: 100px; height: 100px;} 
	.icon-pod-img img {  max-width: 70px;  max-height: 70px;} 
	.product-list-holder{margin: 0px 0px 20px; }
	.product-box{ padding: 15px 15px 25px; }
	.product-box-image-holder .img-holder {  } 
	.product-tag-holder{ }
	.product-tag span { font-size: 11px; padding: 8px 10px; min-width: 65px; } 
	.product-tag::before {}
	.tag-outofstock span { } 
	.product-box-title{}
	.product-box-title h2 { font-size: 16px; line-height: 1.6; }
	.price-holder{ padding: 30px 0px 0px; } 
	.price-holder,.price-holder bdi,.price-holder ins bdi{ font-size: 14px !important; }
	.price-holder .price { align-items: baseline; }
	.price>del, .price-holder del bdi{ font-size: 14px !important; }
	.product-details .price-holder{ } 
	.product-details .price-holder,.product-details .price-holder bdi,.product-details .price-holder ins bdi{font-size: 20px !important;}
	.product-details .price>del, .product-details .price-holder del bdi{ font-size: 20px !important; }
	.product-details .price>ins { margin-right: 15px; }
	.product-details-header h2 {font-size: 37px; } 
	.ptitle, .product-variations-list li strong{ width: 65px;}
	.product-box-info-holder {} 
	.product-box-info-holder > a{ padding:20px 0px 0px; }
	.woocommerce .product-box-footer a.button, .woocommerce .product-box-footer a.added_to_cart, .woocommerce .product-cart .button,.product-wishlist a{ width: auto !important; min-width: 120px; } 
	.woocommerce .product-details-footer .product-cart .button{ width: auto; padding: 0px 15px 0px 22px !important; height: 45px; }
	.woocommerce .product-box-footer a.button img, .woocommerce .product-box-footer a.added_to_cart img, .woocommerce .product-cart .button img {}
	.product-details-footer .product-cart {}
	.product-wishlist{ top: 5px; right: 5px; }
	.product-wishlist a{ font-size: 20px;} 
	.product-wishlist a i, .product-cart a i { }
	.product-details .product-wishlist a { width: 45px !important; height: 45px !important; } 
	.product-details .product-wishlist a i { font-size: 20px;} 
	.product-box-footer{ padding-top: 20px; }
	.product-box:hover .product-box-footer { }
	.add-qty{ width: 155px; }
	.qty{ height: 45px; width: 65px; } 
	.qty-btn { font-size: 12px; width: 45px; } 
	.review-form-holder{/* padding: 30px 40px; */}
	.table td, .table th { padding: 20px 15px; } 
	.content-box { margin-bottom: 20px; } 
	.content-box-title { padding: 15px 15px; } 
	.content-box-content { } 
	.content-box.alt .content-box-content { padding: 40px 50px; } 
	.newsletter-input{  }
	.newsletter-button {  } 
	.bottom{}
	.contact-list li {padding-left: 25px;}
	.contact-list li i{ top: 8px; font-size: 12px; }
	.contact-list li img { top: 2px; height: 15px; }
	.contact-list.inline li i{ font-size: 20px; }
	.social-icons{ margin-top: 35px; }
	.social-icons li{}
	.social-icons li a{ font-size: 14px; width: 32px; height: 32px; }
	.breadcrumb-holder {  }
	.breadcrumb-container { } 
	.breadcrumb-container ul { } 
	.breadcrumb-container li { max-width: 365px; } 
	.breadcrumb-container li span { max-width: 100%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } 
	.breadcrumb-container li a { } 
	.breadcrumb-container li::after,
	.breadcrumb-container li a::after{ font-size: 18px; top: -1px; } 
	.breadcrumb-container li strong,
	.breadcrumb-container li span.current-item{ line-height: 1.32; }
	.breadcrumb-container.alt {}
	.breadcrumb-container.alt li a::after{  } 
	.item-share a{ font-size: 22px; }
	.footer-nav li, .contact-list li, .social-list li { padding-bottom: 10px; line-height: 2; }
	.video-container a::before { font-size: 30px; width: 75px; height: 75px;}
	.video-container.md a::before {width: 80px;height: 80px;}
	.gallery-holder{ }
	.gallery-nav {  } 
	.gallery-nav .slick-arrow {  }
	.gallery-nav .slick-prev { left: -8px; }
	.gallery-nav .slick-next { right: -8px; }
	.img-swap-holder {height: 80px;} 
	.img-swap img { max-height: 80px;}
	.AccordionFilterNav>ul>li>a { font-size: 20px; padding: 15px 20px 15px 0px; letter-spacing: 2px;}
	.AccordionFilterNav ul ul li a{padding: 15px 15px 15px 60px; font-size: 18px;}
	.map-holder iframe {}
	/*----*/
	.custom-paging .slick-dots li:first-child a span { left: -30px; }
	.custom-paging .slick-dots li:last-child a span { right: -30px; }
	.custom-paging .slick-dots li:first-child a span, .custom-paging .slick-dots li:last-child a span { font-size: 14px;}
	.ftbox1{}
	.ftbox2{}
	.ftbox3{ width: 280px; }
	.ftbox4{}
	.ftbox5{}
	.copyright { font-size: 14px; line-height: 1.4; }
	.image-container{padding-right:90px;}
	.image-container::before{ height: 80px; top: -80px;}
	.image-container.image-right{padding-left:90px;}
	.client-box .img-holder{ padding-bottom: 60px;}
	.home-services-container{ max-width: 475px; padding: 0px 45px;}
	.service-slider-holder{ margin: 0px -90px 40px;}
	.service-box-title{ border-width:4px;}
	.contact-box{}
	.NiceSelect .wpcf7-not-valid-tip{ top: 45px; }

	.ficon1 { bottom: calc(0% - 95px); max-height: 370px; }
	.ficon2 { max-height: 428px; width: 58%; }
	.ficon3 { max-height: 455px; }
	.footer-wrapper h6 { font-size: 16px; line-height: 1.4; letter-spacing: 3.5px; padding: 0px 0px 20px; }
	.footer-nav li a, .social-list li a, .contact-list li p { font-size: 14px; line-height: 2; }

	/* CUSTOM CSS */
	.details-tab-holder .tab-content .accordion-body{ padding: 0px; }
	
	.whatsapp-icon { bottom: 50px; right: 90px; }
	.whatsapp-icon a img { width: 65px; height: 65px; }
	.featured-category-title { height: 375px; max-width: 410px; padding: 20px 20px 50px; }
	.featured-category-block { height: 375px; }
	.featured-category-hover { padding: 15px 50px 50px; }
	.featured-category-hover h5{ font-size: 35px; letter-spacing: -1.2px; margin-bottom: 20px; }
	.featured-category-hover p { margin: 0 0 25px 0; }
	.featured-about-holder .rightpad.xl { max-width: 500px; margin: 0 60px 0 auto; }
	.aboutUs-holder .rightpad.xl { max-width: 495px; }
	.aboutUs-section1-holder .rightpad.xl p.lead { font-size: 22px; }
	.mv-holder .mv-main { max-width: 540px; }
	.mv-holder .mv-main img { margin-bottom: 22px; }
	.mv-holder .mv-main h3 { font-size: 35px; letter-spacing: -1.4px; margin-bottom: 30px; }
	.service-wrapper .img-holder figure img { border-radius: 45px 45px 45px 0px; }
	.service-info h5 { font-size: 22px; letter-spacing: -0.94px; margin: 0px 0px 20px; }
	.service-info p { max-height: 72px; }
	.service-details-holder .leftpad.xl .img-holder,
	.service-details-section2 .leftpad.xl .img-holder{ border-radius: 50px 50px 50px 0px; }
	.service-details-holder .rightpad.xl > p.lead,
	.service-details-section2 .rightpad.xl > p.lead { margin-bottom: 30px; }
	.service-details-section2 { background-size: 62.5% auto; }
	.subscribe-holder .pageTitle { max-width: 500px; }
	.contact-address-wrapper .pageTitle h4 { font-size: 22px; line-height: 1.5; letter-spacing: -0.7px; }
	.contact-details-holder { background-position: 230% 110% !important; }
	.contact-details-wrapper .contact-address-wrapper { padding: 110px 30px 40px; }
	.product-list-holder .product-box-title h2 { font-size: 14px; line-height: 1.4; }
	.product-list-holder .price-holder bdi, 
	.product-list-holder .price-holder ins bdi { font-size: 13px !important; }
	.product-list-holder .product-box-footer { padding-top: 28px; }
	.product-details .pageTitle h1 { font-size: 28px; line-height: 1.2; }
	.product-intro h6,
	.product-details .price-holder > h6,
	.product-options-holder > h6,
	.product-quantity-holder .col-auto > p{ font-size: 11px; }
	.product-availability p strong { font-size: 14px; line-height: 45px; }
	.woo-variation-swatches .variable-items-wrapper .variable-item:not(:last-child) { margin-right: 16px; }

	/* .custom-content-listing h1{ font-size: 37px; }
	.custom-content-listing h2{ font-size: 33px; }
	.custom-content-listing h3{ font-size: 29px; }
	.custom-content-listing h4{ font-size: 25px; }
	.custom-content-listing h5{ font-size: 20px; }
	.custom-content-listing h6{ font-size: 16px; } */

	.sidebar > .widget-box > .widget-box-content h5{ font-size: 12px; letter-spacing: 1.8px; padding-left: 55px; margin-bottom: 10px; }
	.sidebar > .widget-box > .widget-box-content h5.has-line::before{ width: 42px; }
	.sidebar > .widget-box > .widget-box-content h2{ font-size: 50px; letter-spacing: -1.8px; margin-bottom: 25px; }
	.sidebar .widget-box > .widget-box-content > h3{ font-size: 27px; letter-spacing: -0.8px; }

	.sidebar-filter .bapf_head h3 { font-size: 14px; }

	.sidebar > .widget-box .sidebar-filter ul.level-1 > li > a{ font-size: 16px; }
	.sidebar > .widget-box .sidebar-filter ul.level-2 > li > a,
	.sidebar > .widget-box .sidebar-filter ul.level-3 > li > a{ font-size: 14px; }
}
/*-1400-*/
@media only screen and (max-width: 1536.98px) {
	.custom-paging { /* left: 12.5%; */ }
}
/*-1400-*/
@media only screen and (max-width: 1499.98px) {
	.custom-paging { /* left: 11.5%; */ }
}
/*-1300-xxl*/
@media only screen and (max-width: 1399.98px) {
	.show-xxl { display: block !important; } 
	.hide-xxl { display: none !important; } 
	.float-icon{ }
	.float-xxl { position: relative; transform: none; top: 0; } 
	.float-xxl .float-container-info { padding: 30px 0px; } 
	/* .arrows-outside .slick-prev { left: -40px; } 
	.arrows-outside .slick-next { right: -40px; } 
	.featured-slider .slick-prev { left: -40px; } 
	.featured-slider .slick-next { right: -40px; } */
	.home-services-container{ margin-right: 50px;}

	.custom-paging { /* left: 8.8%; bottom: 50px; */ }
	.featured-slider .slick-prev { left: -5%; } 
	.featured-slider .slick-next { right: -5%; } 
}
/*-1200-*/
@media only screen and (max-width: 1299.98px) {
	.slick-arrow {/*width: 25px; height: 25px;*/ } 
	.slick-arrow img{ width: 18px;}
	.custom-arrows .slick-arrow:first-child { margin-right: 10px; } 
	.arrows-outside .slick-prev { left: -35px; } 
	.arrows-outside .slick-next { right: -35px; } 
	.featured-slider .slick-prev { left: -35px; } 
	.featured-slider .slick-next { right: -35px; }
	.colContainer.lg .textColRight, .colContainer.lg .textColLeft {width: 100%;}
	.colContainer.lg .textContent{ padding: 0px 30px !important;}
	.nav>ul>li { padding: 0px 32px; }
	.custom-paging { /* left: 5.8%; */ }

	.custom-dots .slick-dots {  }
	#toTop { /* bottom: 100px; */ }
	.grecaptcha-badge { /* bottom: 210px !important; */ }
	.fancybox-navigation .fancybox-button--arrow_left{left: 8px;}
	.fancybox-navigation .fancybox-button--arrow_right{right: 8px;}
}
/*-992-xl*/
@media only screen and (max-width: 1199.98px) {
	.show-xl { display: block !important; } 
	.hide-xl { display: none !important; } 
	.row-inner-xl { padding-bottom: 30px; } 
	.leftpad.xl { /* padding-left: 0px !important; */ } 
	.rightpad.xl { /* padding-right: 0px !important; */ } 
	.leftmargin.xl { margin-left: 0px !important; } 
	.rightmargin.xl { margin-right: 0px !important; } 
	.pt0-xl{padding-top: 0px !important;}
	.pr0-xl{padding-right: 0px !important;}
	.pb0-xl{padding-bottom: 0px !important;}
	.pl0-xl{padding-left: 0px !important;}
	.p0-xl{padding: 0px !important;}
	.overlay-xl::before { visibility: visible; } 
	.auto-xl { /*-ms-flex: 0 0 100%; */ flex: 0 0 100%; width: 100%; max-width: 100%; } 
	.text-center-xl { text-align: center !important; } 
	.text-left-xl { text-align: left !important; } 
	.justify-center-xl { justify-content: center !important; } 
	.width-xl { width: 100% !important; max-width: 100%; } 
	.float-xl { position: relative; transform: none; top: 0; } 
	.float-xl .float-container-info { padding: 30px 0px; } 
	.img-left.xl, .img-right.xl { margin: 0px 0px 20px 0px; width: 100%; max-width: 100%; float: none; } 
	.odd-even-list.xl .odd-even-box:nth-child(even) [class*="col-"]:first-child { order: 1; } 
	.odd-even-list.xl .odd-even-box:nth-child(even) [class*="col-"]:last-child { order: 2; } 
	.odd-even-list.xl .odd-even-img { padding: 0px !important; } 
	.odd-even-list.xl .odd-even-info { padding: 0px !important; } 
	.nav-2col.xl li, .list-2col.xl li, .nav-3col.xl li, .list-3col.xl li { width: 100%; } 
	.sidebar { } 
	.products-sidebar { padding-top: 0px; } 
	.product-listing-right { padding-left: 0px; max-width: 100%; } 
	.product-details { padding-left: 0px;} 
	.secondary-nav-holder.xl ul li { flex: 1 1 100%; } 
	.slick-arrow { width: 38px; height: 38px; font-size: 12px; } 
	.slick-arrow img{ width: 25px; }
	.slick-dots li { margin: 0px 5px; } 
	/*.slick-dots li button, .slick-dots li button:after { width: 10px; height: 10px;} 
	.slick-dots li button:before { width: 10px; height: 10px;} */
	.custom-arrows .slick-arrow:first-child { margin-right: 8px;} 
	.fancybox-navigation .fancybox-button{ width: 40px; height: 40px; top: calc(50% - 20px);}
	#toTop { width: 35px; height: 35px; } 
	.featured-slider .slick-prev { left: -1%;} 
	.featured-slider .slick-next { right: -1%;} 
	.gallery-holder{ margin: 0px auto;}
	.colContainer.md .textColRight, .colContainer.md .textColLeft {width: 100%;}
	.colContainer.md .textContent{ padding: 0px 30px !important;}
	.secondary-nav-holder ul li a {}
	/*----*/
	.banner_caption .captionContainer h2 { font-size: 47px; letter-spacing: -1.8px; margin: 10px 0px 25px; }
	.banner_caption .captionContainer p{ max-width: 100%; margin-bottom: 25px; }
	.banner-slide .banner_caption .captionContainerInner{ max-width: 400px; }
	/*----*/
	.header-container {} 
	#pageHeaderWrapper {} 
	#pageHeader { background: var(--white); }
	.logo-holder { position: static; background: none; width: auto; height: auto; }
	.logo { width: 174.22px; }
	.logo a {  }
	.top-right { margin-right: 60px; padding: 0px; margin-left: 0px; border: 0px; }
	.top-right::before{ display: none; }
	.topRightHeader { position: absolute; top: 0px; margin: 0px; display: block; clear: both; left: 0px; right: 0px; width: auto; }
	.nav-wrapper { float: none; margin: 24px auto; height: 40px; z-index: 1; position: absolute; left: 0px; right: 0px; }
	.nav-container { position: absolute; top: auto; margin: 0px; display: block; clear: both; left: 0px; right: 0px; }
	.nav-wrapper .nav { display: none !important; }
	.mean-container .mean-nav { margin-top: 60px; border-top: 0px dotted rgba(0, 0, 0, 0.2) !important; }
	.mean-container a.meanmenu-reveal { right: 22px !important; font-size: 22px !important; top: auto; }
	.mean-container a.meanmenu-reveal.meanclose, .mean-container a.meanmenu-reveal:hover { color: var(--primary); }
	.mean-container a.meanmenu-reveal span,#pageHeaderWrapper.header-alternate .is-sticky .mean-container a.meanmenu-reveal span { background: var(--dark); }
	#pageHeaderWrapper.header-alternate .mean-container a.meanmenu-reveal span { background: var(--dark); }
	.mean-container a.meanmenu-reveal:hover span,#pageHeaderWrapper.header-alternate .mean-container a.meanmenu-reveal:hover span{ background: var(--primary); }
	.mean-container .mean-nav ul { font-size: 14px; border-top: 1px dotted rgba(0, 0, 0, 0.2) !important; } 
	.mean-container .mean-nav ul ul { margin-top: -1px; } 
	.mean-container .mean-nav ul li{ float: none; padding: 0; }
	.mean-container .mean-nav ul li a, .mean-container .mean-nav ul li li a, .mean-container .mean-nav ul li li li a { text-transform:capitalize; padding: 10px 50px 10px 30px; color: var(--body) !important; border-bottom: 1px dotted rgba(0, 0, 0, .2) !important; background: var(--white); float: none; } 
	.mean-container .mean-nav ul li li a { padding: 10px 40px 10px 40px; font-size: 14px; text-transform:capitalize; } 
	.mean-container .mean-nav ul li li li a { padding: 10px 40px 10px 60px } 
	.mean-container .mean-nav ul li li li li a { padding: 10px 40px 10px 80px } 
	.mean-container .mean-nav ul li li li li li a { padding: 10px 40px 10px 100px } 
	.mean-container .mean-nav ul li:hover > a, .mean-container .mean-nav ul li.active > a, .mean-container .mean-nav ul li.selected > a { color: var(--primary) !important; background: transparent; } 
	.mean-container .mean-nav ul li a.mean-expand { padding: 0px!important; background: none !important; height: 41px; width: 48px; border-bottom: 0px !important; border-left: 1px solid rgba(255,255,255,.1) !important; border-left: 1px dotted rgba(0, 0, 0, 0.2) !important; font-size: 0px !important; /*text-indent: -9999 !important; text-transform: uppercase !important; */ } 
	.mean-container .mean-nav ul li li a.mean-expand { height: 37px; } 
	.mean-container .mean-nav ul li a.mean-expand::after { position: absolute; top: 0px; right: 0px; z-index: 2; font-family: "Font Awesome 6 Free"; font-weight: 900; content: "\f078"; transition: all ease-in .35s; color: var(--body) !important; width: 48px; height: 41px; line-height: 43px; font-size: 13px; text-align: center; } 
	.mean-container .mean-nav ul li li a.mean-expand::after { width: 48px; height: 37px; line-height: 37px; } 
	.mean-container .mean-nav ul li>a.mean-expand:hover::after, .mean-container .mean-nav ul li:hover>a.mean-expand::after, .mean-container .mean-nav ul li.selected>a.mean-expand::after { color: #677c91 !important; } 
	.mean-container .mean-nav ul li a.mean-expand.mean-clicked::after { transform: rotate(180deg); } 
	.mean-container .mean-nav.active { overflow-y: auto; overflow-x: hidden; height: calc(100vh - 85px); background: var(--white); }

	input::placeholder, input.form-control::-webkit-input-placeholder, textarea::placeholder, .nice-select,.form-group.floating-label label, input[disabled]::placeholder, input.form-control[disabled]::-webkit-input-placeholder { font-size: 13px; } 
	.ftbox1 {  }
	.ftbox2 {  }
	.ftbox3 {  }
	.ftbox4 {  }
	.inner-container-lg { padding: 60px 0px; }
	.custom-paging { padding: 0px 0px 0px 90px; /* left: 0; bottom: 30px; max-width: 100%; padding: 0 30px; */ }
	.grecaptcha-badge { bottom: 95px !important; }
	.q8c6tt-2 { margin-top: -80px !important; }

	.breadcrumb-container { font-size: 14px; }
	.detailsPage .img-holder img{ object-fit: contain !important; }
	.contact-list li p { max-width: unset; }
	.enquiry-form-holder { padding: 50px 35px; }
	.inner-banner-img { padding-bottom: 23%; }
	.product-details form > .product-quantity { margin-right: 20px; }
	.news-accordion-holder { margin-bottom: 60px; }
	.breadcrumb-container li::after {}

	.ficon1 { max-width: 65%; }
	.ficon2 { max-height: 400px; }
	.ficon3 {  }
	.listing-style2 li::before { top: 4px; }
	.inner-banner .banner_caption .captionContainer h1, 
	.inner-banner .banner_caption .captionContainer h2 { font-size: 35px; }

	.pageTitle.lg h1, .pageTitle.lg h2{ font-size: 38px; letter-spacing: -1.5px; }
	.product-box-title h2 { font-size: 14px; }
	.featured-category-hover { padding: 15px 40px 40px; }
	.featured-category-title { height: 335px; max-width: 430px; padding: 20px 30px 40px; }
	.featured-category-title .pageTitle h2{ max-width: 75%; margin-bottom: 20px !important; }
	.featured-category-block { height: 335px; }
	.featured-category-hover h5 { font-size: 32px; margin-bottom: 20px; }
	.featured-category-hover p { margin: 0 0 20px 0; }
	.featured-about-holder .rightpad.xl { max-width: 480px; }
	.featured-about-holder .rightpad.xl .pageTitle h1{ max-width: 75%; margin-bottom: 20px !important; }
	.aboutUs-section1-holder .rightpad.xl p.lead { font-size: 20px; }
	.mv-holder .mv-main img{ width: 95px; height: 95px; margin-bottom: 20px; }
	.subscribe-holder .pageTitle { max-width: 600px; }
	.service-details-section2 { background-size: 65% auto; }
}
@media only screen and (max-width: 1024px) {
	.top-input { width: 100%; }
	.custom-dots .slick-dots { width: 260px; }
	.thankyou-img { padding-bottom: 90%; }
	.custom-paging { padding: 0px 0px 0px 30px; }

	.ficon1 {  }
	.ficon2 { max-height: 368px; width: 60%; }
	.ficon3 { max-height: 440px; }
	.product-list-holder .col-sm-4.col-lg-3 { width: 50%; }
	.service-details-section2 { background-size: 80% auto; }
}
@media only screen and (max-width: 1023.98px) {
	.payment-list li{ width: 16%; }
}
/*-768-lg*/
@media only screen and (max-width: 991.98px) {
	.show-lg { display: block !important; } 
	.hide-lg { display: none !important; } 
	.row-inner-lg { padding-bottom: 30px; } 
	.leftpad.lg { padding-left: 0px !important; } 
	.rightpad.lg { padding-right: 0px !important; } 
	.leftmargin.lg { margin-left: 0px !important; } 
	.rightmarginlg { margin-right: 0px !important; }
	.pt0-lg{padding-top: 0px !important;}
	.pr0-lg{padding-right: 0px !important;}
	.pb0-lg{padding-bottom: 0px !important;}
	.pl0-lg{padding-left: 0px !important;}
	.p0-lg{padding: 0px !important;}
	.overlay-lg::before { visibility: visible; } 
	.auto-lg { /*-ms-flex: 0 0 100%; */ flex: 0 0 100%; width: 100%; max-width: 100%; } 
	.text-center-lg { text-align: center !important; } 
	.text-left-lg { text-align: left !important; } 
	.justify-center-lg { justify-content: center !important; } 
	.width-lg { width: 100% !important; max-width: 100%; } 
	.float-lg { position: relative; transform: none; top: 0; } 
	.float-lg .float-container-info { padding: 30px 0px; } 
	.img-left.lg, .img-right.lg { margin: 0px 0px 20px 0px; width: 100%; max-width: 100%; float: none; } 
	.odd-even-list.lg .odd-even-box:nth-child(even) [class*="col-"]:first-child { order: 1; } 
	.odd-even-list.lg .odd-even-box:nth-child(even) [class*="col-"]:last-child { order: 2; } 
	.odd-even-list.lg .odd-even-img { /*padding: 0px !important; */ } 
	.odd-even-list.lg .odd-even-info { /*padding: 0px !important;*/ } 
	.odd-even-info{ max-width: 100%;}
	.nav-2col.lg li, .list-2col.lg li, .nav-3col.lg li, .list-3col.lg li { width: 100%; } 
	[data-animation-in] { opacity:1; } 
	.secondary-nav-holder.lg ul li { flex: 1 1 100%; } 
	.product-details { padding-left: 0px; max-width: 100%; padding-top: 0px; } 
	.review-form-content {  }
	.slick-arrow{} 
	.custom-arrows .slick-arrow:first-child { margin-right: 8px; } 
	.map-holder{ height: 400px; }
	.map-holder iframe {  }
	.textColRight, .textColLeft {width: 100% !important;}
	.textContent{ padding: 0px 30px !important;}
	.secondary-nav-holder ul li a { padding: 18px 5px; font-size: 12px;}
	/*-----*/
	.custom-paging { /* left: 3.8%; bottom: 25px; */ }
	.copyright { text-align: center; } 
	.thankyou-img { padding-bottom: 75% !important; }
	.thankyou-content {  } 
	.thankyou-content h1 {  } 
	.thankyou-content h2 {  }
	.counter-holder{ font-size: 70px; }

	#toTop { bottom: 100px; }
	.grecaptcha-badge { bottom: 150px !important; }
	.subscribe-holder .img-holder{ padding-bottom: 47.91%; }
	.ftbox2 { width: 160px; }
	.ftbox2 ul.footer-nav li{ width: 100%; }
	.ftbox3 {  }
	.ftbox4 { width: 280px; }
	.ftbox5 {  }
	.footer-wrapper .bottom .row{}
	.banner_caption .captionContainer h2 { font-size: 33px; margin: 10px 0px 20px; }
	.inner-banner-img {}
	.inner-banner-img.img-holder.img-cover figure img{ object-position: 20%; }
	.inner-banner .banner_caption .captionContainerInner{ flex-direction: column; justify-content: center; align-items: center; }
	.breadcrumb-container ul{ justify-content: flex-start; }

	.tab-secondary .accordion-body .container{ padding: 0 !important; }
	.tab-secondary .accordion-header,
	.details-tab-holder .accordion-header { display: block !important; }
	.details-tab-holder .tab-content .accordion-body { padding: 0px 15px; }
	.tab-secondary .collapse:not(.show),
	.details-tab-holder .collapse:not(.show) { display: none; }
	.details-tab-holder .inner-container-lg.p-0 .container-fluid > .tab-content > .tab-pane:first-child{ padding-top: 50px !important; }
	.details-tab-holder .inner-container-lg.p-0 .container-fluid > .tab-content > .tab-pane:last-child{ padding-bottom: 50px !important; }
	.banner-slide .banner_caption .captionContainerInner { max-width: 350px; }
	.woocommerce table.shop_table td.payment-method-actions { text-align: center !important; }
	.woocommerce table.shop_table td.payment-method-actions::before{ display: none; }
	.custom-dots .slick-dots { width: 520px; }
	.ficon1 { bottom: calc(0% - 75px); max-height: 300px; }
	.ficon2 {  }
	.ficon3 {  }
	.bottom { padding: 15.5px 0px; }
	.featured-category-title,
	.featured-about-holder .rightpad.xl,
	.aboutUs-holder .rightpad.xl,
	.aboutUs-section1-holder .rightpad.xl,
	.service-details-holder .rightpad.xl,
	.service-details-section2 .rightpad.xl,
	.contact-address-wrapper,
	.contact-form-holder{ margin: 0 auto; }
	.aboutUs-section1-holder .row,
	.service-details-section2 .row{ flex-direction: column-reverse; }
	.service-details-holder .rightpad.xl,
	.service-details-section2 .rightpad.xl{ max-width: 500px; padding-top: 0; }
	.subscribe-holder .row{ justify-content: center !important; }
	.subscribe-holder .row .text-right{ text-align: center !important; }
	.subscribe-holder .pageTitle{ max-width: 100%; text-align: center; }
	.whatsapp-icon { bottom: 60px; }
	.whatsapp-icon a img { width: 55px; height: 55px; }
	.contact-details-holder { background-position: 150% 100% !important; }
	.featured-category-title{ height: auto; }
	.service-details-section2 { background-size: auto 40%; background-position: 130% bottom !important; }
}
/*-736-md*/
@media only screen and (max-width: 767.98px) {
	.show-md { display: block !important; } 
	.hide-md { display: none !important; } 
	.row-inner-md { padding-bottom: 30px; } 
	.leftpad.md { padding-left: 0px !important; } 
	.rightpad.md { padding-right: 0px !important; } 
	.leftmargin.md { margin-left: 0px !important; } 
	.rightmargin.md { margin-right: 0px !important; } 
	.pt0-md{padding-top: 0px !important;}
	.pr0-md{padding-right: 0px !important;}
	.pb0-md{padding-bottom: 0px !important;}
	.pl0-md{padding-left: 0px !important;}
	.p0-md{padding: 0px !important;}
	.overlay-md::before { visibility: visible; } 
	.auto-md { /*-ms-flex: 0 0 100%; */ flex: 0 0 100%; width: 100%; max-width: 100%; } 
	.text-center-md { text-align: center !important; } 
	.text-left-md { text-align: left !important; } 
	.justify-center-md { justify-content: center !important; } 
	.width-md { width: 100% !important; max-width: 100%; } 
	.float-md { position: relative; transform: none !important; top: 0 !important; } 
	.float-md .float-container-info { padding: 30px 0px; } 
	.img-left.md, .img-right.md { margin: 0px 0px 20px 0px; width: 100%; max-width: 100%; float: none; } 
	.odd-even-list.md .odd-even-box:nth-child(even) [class*="col-"]:first-child { order: 1; } 
	.odd-even-list.md .odd-even-box:nth-child(even) [class*="col-"]:last-child { order: 2; } 
	.odd-even-list.md .odd-even-img { /*padding: 0px !important; */ } 
	.odd-even-list.md .odd-even-info { padding: 0px !important; } 
	.nav-2col.md li, .list-2col.md li, .nav-3col.md li, .list-3col.md li { width: 100%; } 
	/* .tool-bar-title { min-width: 60px; text-align: right; }  */
	.secondary-nav-holder.md ul li { flex: 1 1 100%; } 
	
	/* .tab-holder.TabsAccordion .accordion-header{ pointer-events: none; }
	.tab-holder.TabsAccordion .accordion-header a{ background: #DBF7FF; border: 1px solid #DBF7FF; }
	.tab-holder.TabsAccordion .accordion-header a::before{ display: none; } */
	
	.tab-holder.TabsAccordion .accordion-body { border-top: 0; } 
	.tab-body { } 
	.nav-tabs {  margin: 0px -20px; } 
	.nav-tabs .nav-item {padding: 0px 20px; } 
	.nav-tabs .nav-link { font-size: 20px; padding: 0px 0px 25px;} 
	/*----*/
	/* .inner-banner-img { padding-bottom: 200px; }  */
	.thankyou-section {} 
	.thankyou-content { text-align: left; max-width: 100%;  margin: 0px; } 
	.thankyou-content h1 { font-size: 54px; } 
	.thankyou-content h2 { font-size: 35px; }
	.thankyou-content p { width: 100%; } 
	.thankyou-content .button-holder { justify-content: center; } 
	/*.ftbox { width: 300px !important; margin: 0px auto 0px !important; padding: 30px !important; border: 1px dashed #81919e; }
	.ftbox1{ padding: 0px !important; border: 0px dashed #81919e; }*/

	/* .home-banner {margin-bottom: 0px;}
	.homeBannerSlider { background:var(--dark); } 
	.homeBannerSlider .banner_caption { position: static;} 
	.home-banner-img { } 
	.homeBannerSlider .banner_caption .captionContainerInner { padding: 30px 0px 70px !important; max-width: 100%; text-align: center; margin: 0px auto !important;} 
	.home-banner-img { } 
	.banner_caption .captionContainer p { width: 100%; } 
	.homeBannerSlider .slick-dots { bottom: 25px; width: 100%; top: auto; transform: none; right: 0; left: 0; justify-content: center;} 
	.homeBannerSlider .slick-dots li { margin: 0px 5px; } 
	.homeBannerSlider .slick-dots li button:before, .homeBannerSlider .slick-dots li:hover button:before, .homeBannerSlider .slick-dots li.slick-active button:before { } 
	.homeBannerSlider .slick-dots li button:after, .homeBannerSlider .slick-dots li:hover button:after, .homeBannerSlider .slick-dots li.slick-active button::after { } 
	.homeBannerSlider .slick-arrow { } 
	.homeBannerSlider .slick-prev {} 
	.homeBannerSlider .slick-next { } 
	.banner-content-holder {padding-top: 0px;}
	.banner-content {width: 100%; text-align: center;margin: 0px;position: static;box-shadow: none; background-color: #FEF6EB;}
	.home-banner .banner-content { padding-bottom: 70px; }
	.banner-image {width: 100%;}
	.banner_caption .captionContainer h2 { font-size:7.4vw;}
	.top-right {margin-right: 40px;} */
	.payment-list li{ width: 25%;}
	.ftbox {width: 100%; }
	.testimonial-image{ width: 100%; padding-left: 24px;}
	.testimonial-box.alt .testimonial-quote{ left: 0px;}
	.banner_caption .captionContainer h2, .banner_caption .captionContainer h1{ font-size: 30px;}
	.testimonial-info-holder{ padding: 0px;}
	.testimonial-box{ padding: 30px;}
	.testimonial-box.alt{ padding: 30px;}
	.news-box.style1 .news-box-image-holder .img-holder {}
	.contact-left .mail-list strong{width: 210px;margin-right: 0px;}
	.home-services-container{ margin: 0px 50px; max-width: inherit; padding: 0px 30px;}
	#add_payment_method #payment ul.payment_methods li input, .woocommerce-cart #payment ul.payment_methods li input, .woocommerce-checkout #payment ul.payment_methods li input { margin: 0 10px 0 0; position: relative; top: 3px; vertical-align: top; }
	.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput{ vertical-align: top; margin: 2px 0.4em 0 0; }
	#payment .wc_payment_methods.methods li label{ display: inline-block !important; white-space: normal; width: calc(100% - 30px); line-height: 1.4; }
	#add_payment_method #payment ul.payment_methods li, .woocommerce-cart #payment ul.payment_methods li, .woocommerce-checkout #payment ul.payment_methods li{ line-height: 1; }

	.bordertext { margin-bottom: 18px; padding-left: 18px; }
	.bordertext::before { top: 4px; height: calc(100% - 7px); }
	.thankyou-content .bordertext::before { top: 3px; height: calc(100% - 4px); }
	.thankyou-section .float-div { background: var(--alternate); }
	.thankyou-content .custom-button-holder {  }
	.slick-arrow{ width: 30px; height: 30px; font-size: 10px; } 
	.product-details .pageTitle h1 { font-size: 25px; }
} 
/*-480-sm*/
@media only screen and (max-width: 575.98px) {
	.show-sm { display: block !important; } 
	.hide-sm { display: none !important; } 
	.row-inner-sm { padding-bottom: 30px; } 
	.leftpad.sm { padding-left: 0px !important; } 
	.rightpad.sm { padding-right: 0px !important; } 
	.leftmargin.sm { margin-left: 0px !important; } 
	.rightmargin.sm { margin-right: 0px !important; }
	.pt0-sm{padding-top: 0px !important;}
	.pr0-sm{padding-right: 0px !important;}
	.pb0-sm{padding-bottom: 0px !important;}
	.pl0-sm{padding-left: 0px !important;}
	.p0-sm{padding: 0px !important;}
	.overlay-sm::before { visibility: visible; } 
	.auto-sm { /*-ms-flex: 0 0 100%; */ flex: 0 0 100%; width: 100%; max-width: 100%; } 
	.text-center-sm { text-align: center !important; } 
	.text-left-sm { text-align: left !important; } 
	.justify-center-sm { justify-content: center !important; } 
	.width-sm { width: 100% !important; max-width: 100%; } 
	.float-sm { position: relative; transform: none; top: 0; } 
	.float-sm .float-container-info { padding: 30px 0px; } 
	.img-left.sm, .img-right.sm { margin: 0px 0px 20px 0px; width: 100%; max-width: 100%; float: none; } 
	.odd-even-box { padding: 0px 0px; } 
	.odd-even-list.sm .odd-even-box:nth-child(even) [class*="col-"]:first-child { order: 1; } 
	.odd-even-list.sm .odd-even-box:nth-child(even) [class*="col-"]:last-child { order: 2; } 
	.odd-even-list.sm .odd-even-img { /*padding: 0px !important; */ } 
	.odd-even-list.sm .odd-even-info { padding: 0px !important; } 
	.nav-2col.sm li, .list-2col.sm li, .nav-3col.sm li, .list-3col.sm li { width: 100%; } 
	hr { margin: 20px 0; } 
	.icaptcha { bottom: 30px; } 
	.container-full { padding: 0px 30px; } 

	/*-----*/
	body { font-size: 14px; letter-spacing: 0px; line-height: 1.4; } 
	p { margin-bottom: 20px; } 

	h1, .h1 { font-size: 24px; letter-spacing: 0px !important; padding: 0px 0px 12px; } 
	h2, .h2 { font-size: 22px; letter-spacing: 0px !important; padding: 0px 0px 12px; } 
	h3, .h3 { font-size: 20px; letter-spacing: 0px !important; padding: 0px 0px 13px; } 
	h4, .h4 { font-size: 18px; letter-spacing: 0px !important; padding: 0px 0px 12px; } 
	h5, .h5 { font-size: 16px; letter-spacing: 0px !important; padding: 0px 0px 14px; } 
	h6, .h6 { font-size: 14px; letter-spacing: 0px !important; padding: 0px 0px 14px; } 
	h1 br, h2 br, h3 br, h4 br, h5 br, h6 br { /*display: none;*/ } 
	.inner-container-xxl, .inner-container-xl, .inner-container-lg, .inner-container, .inner-container-md { padding: 50px 0px; } 
	.gutters-12 { margin-right: -10px; margin-left: -10px; } 
	.gutters-12 > .col, .gutters-12 > [class*="col-"], .gutters-12>li { padding-right: 10px; padding-left: 10px; } 
	.gutters-15 { margin-right: -10px; margin-left: -10px; } 
	.gutters-15 > .col, .gutters-15 > [class*="col-"], .gutters-15>li { padding-right: 10px; padding-left: 10px; } 
	.gutters-20 { margin-right: -12px; margin-left: -12px; } 
	.gutters-20 > .col, .gutters-20 > [class*="col-"], .gutters-20>li { padding-right: 12px; padding-left: 12px; } 
	.gutters-25, .gutters-30, .gutters-35, .gutters-40, .gutters-50 { margin-right: -15px; margin-left: -15px; } 
	.gutters-25 > .col, .gutters-25 > [class*="col-"], .gutters-25>li, .gutters-30 > .col, .gutters-30 > [class*="col-"], .gutters-30>li, .gutters-35 > .col, .gutters-35 > [class*="col-"], .gutters-35>li, .gutters-40 > .col, .gutters-40 > [class*="col-"], .gutters-40>li, .gutters-50 > .col, .gutters-50 > [class*="col-"], .gutters-50>li { padding-right: 15px; padding-left: 15px; } 
	.grid-10 > .col, .grid-10 > [class*="col-"], .grid-10>li { padding-top: 5px; padding-bottom: 5px; } 
	.grid-12 > .col, .grid-12 > [class*="col-"], .grid-12>li { padding-top: 10px; padding-bottom: 10px; } 
	.grid-15 > .col, .grid-15 > [class*="col-"], .grid-15>li, .grid-20 > .col, .grid-20 > [class*="col-"], .grid-20>li, .grid-25 > .col, .grid-25 > [class*="col-"], .grid-25>li, .grid-30 > .col, .grid-30 > [class*="col-"], .grid-30>li, .grid-35 > .col, .grid-35 > [class*="col-"], .grid-35>li, .grid-40 > .col, .grid-40 > [class*="col-"], .grid-40>li, .grid-50 > .col, .grid-50 > [class*="col-"], .grid-50>li { padding-top: 15px; padding-bottom: 15px; } 
	.row.grid-10 { margin-top: -5px; margin-bottom: -5px; } 
	.row.grid-12 { margin-top: -8px; margin-bottom: -8px; } 
	.row.grid-15 { margin-top: -10px; margin-bottom: -10px; } 
	.row.grid-20 { margin-top: -12px; margin-bottom: -12px; } 
	.row.grid-25, .row.grid-30, .row.grid-35, .row.grid-40, .row.grid-50 { margin-top: -15px; margin-bottom: -15px; }
	.mt40 { margin-top: 30px !important; } 
	.mr40 { margin-right: 30px !important; } 
	.mb40 { margin-bottom: 30px !important; } 
	.ml40 { margin-left: 30px !important; } 
	.mt50 { margin-top: 30px !important; } 
	.mr50 { margin-right: 30px !important; } 
	.mb50 { margin-bottom: 30px !important; } 
	.ml50 { margin-left: 30px !important; } 
	.mb60 { margin-bottom: 30px !important; } 
	.mb70 { margin-bottom: 30px !important; } 
	.mb80 { margin-bottom: 30px !important; } 
	.mb90 { margin-bottom: 30px !important; } 
	.mb100 { margin-bottom: 30px !important; } 
	.p40 { padding: 30px !important } 
	.pt40 { padding-top: 30px !important; } 
	.pr40 { padding-right: 30px !important; } 
	.pb40 { padding-bottom: 30px !important; } 
	.pl40 { padding-left: 30px !important; } 
	.p45 { padding: 30px !important } 
	.pt45 { padding-top: 30px !important; } 
	.pr45 { padding-right: 30px !important; } 
	.pb45 { padding-bottom: 30px !important; } 
	.pl45 { padding-left: 30px !important; } 
	.p50 { padding: 30px !important } 
	.pt50 { padding-top: 30px !important; } 
	.pr50 { padding-right: 30px !important; } 
	.pb50 { padding-bottom: 30px !important; } 
	.pl50 { padding-left: 30px !important; } 
	.pt60 { padding-top: 30px !important; } 
	.pr60 { padding-right: 30px !important; } 
	.pb60 { padding-bottom: 30px !important; } 
	.pl60 { padding-left: 30px !important; } 
	.pt70 { padding-top: 30px !important; } 
	.pr70 { padding-right: 30px !important; } 
	.pb70 { padding-bottom: 30px !important; } 
	.pl70 { padding-left: 30px !important; } 
	.pt80 { padding-top: 30px !important; } 
	.pr80 { padding-right: 30px !important; } 
	.pb80 { padding-bottom: 30px !important; } 
	.pl80 { padding-left: 30px !important; } 
	.pt90 { padding-top: 45px !important; } 
	.pr90 { padding-right: 45px !important; } 
	.pb90 { padding-bottom: 45px !important; } 
	.pl90 { padding-left: 45px !important; } 
	.pt100 { padding-top: 50px !important; } 
	.pb100 { padding-bottom: 50px !important; }
	.slick-dots { /* bottom: -30px; */ }  
	.slick-dots li button, .slick-dots li button:after { } 
	.slick-dots li button:before { } 
	.slick-dots li.slick-active button, .slick-dots li.slick-active button::before { } 
	.slick-arrow { } 
	.slick-arrow img { } 
	.custom-arrows .slick-arrow:first-child { margin-right: 8px; }
	.custom-dots .slick-dots { margin: 0px auto; }
	.slick-slider { margin-bottom: 15px; } 
	.galley-big-image-box { /* padding:10px; border-radius: 10px; */}
	.fancybox-navigation .fancybox-button--arrow_left{}
	.fancybox-navigation .fancybox-button--arrow_right{}
	.fancybox-navigation .fancybox-button div {  }
	.fancybox-slide--html .fancybox-close-small{ /* top: -3px; right: 5px; */ top: 15px; right: 15px; width: 15px; height: 15px; }
	.galley-big-image-box,.fancybox-image { /* padding:10px; border-radius: 10px; */}
	#toTop { width: 30px; height: 30px; bottom: 120px; } 
	.grecaptcha-badge { bottom: 50px !important; }
	.form-group label,.comment-form label { font-size: 12px; padding-left: 0px; } 
	.checkbox label, .radio label > span, .radio1 label { } 
	.checkbox label::before, .radio label > span::before, .radio1 label::before { } 
	.checkbox label::after, .radio label > span::after, .radio1 label::after { } 
	.checkbox label::before, .radio label > span::before, .radio1 label::before { } 
	.radio label > span::after, .radio1 label::after { } 
	.form-control, .nice-select, .btn-group .btn, .f-upload .file-input .file-caption-name,select.multipleSelect { font-size: 13px; padding: 0px 15px; height: 40px; line-height: 38px; } 
	textarea.form-control { padding: 15px; } 
	.nice-select .list { max-height: 230px; } 
	.form-group.floating-label label { font-size: 13px; top: 15px; } 
	.form-group.floating-label .focus label, .form-group.floating-label .not-empty label, .form-group.floating-label .focus + label, .form-group.floating-label .not-empty + label, .form-group.floating-label.focus label, .form-group.floating-label.not-empty label { top: -4px; font-size: 10px;} 
	.custom-button, a.custom-button, .f-upload .input-group .btn-file { font-size: 13px; padding: 0px 15px 0px 22px; height: 40px; letter-spacing: 0px; min-width: 130px; }
	.custom-button i, a.custom-button i, .woocommerce .product-box-footer a.button i, .woocommerce .product-box-footer a.added_to_cart i, .woocommerce .product-cart .button i{ }
	.custom-button-holder {}
	.custom-button-holder.icon-left{}
	.custom-button-holder.icon-left .custom-button i{}
	.custom-button::after{font-size: 13px;} 
	.custom-button.icon-left{padding: 0px 15px 0px 45px;}
	.custom-button.icon-left::after{left: 2px; right: auto;}
	.custom-button.btn-block, a.custom-button.btn-block {} 
	.custom-button img, a.custom-button img { } 
	.nice-select { padding-right: 30px; } 
	.NiceSelect.lg .nice-select { min-width: 195px; }
	.nice-select .option {font-size: 12px;padding: 8px 10px;}
	.nice-select::after { /*right: 15px; font-size: 12px;*/ } 
	.NiceSelect.PlainSelect .nice-select { } 
	.NiceSelect.PlainSelect .nice-select::after { } 
	.tool-bar .NiceSelect { } 
	.tool-bar .nice-select { height: 40px; line-height: 38px; /*font-size: 12px; padding-left: 20px; padding-right: 35px; height: 40px; line-height: 38px; border-radius:0px; min-width: 90px; */ } 
	.tool-bar .nice-select:after { /*font-size: 12px; right: 15px; */ } 
	.Selectstyle1 .nice-select {font-size: 14px; padding-left: 10px;}
	.sortby-holder .Selectstyle1 .nice-select {padding-left: 5px;}
	.filter-option-inner-inner { height: 38px; } 
	.input-group-addon { right: 20px; } 
	.input-group .form-control { padding-right: 40px; } 
	.ul-listing { margin: 0px 0px 20px; } 
	.ul-listing li {  } 
	.ul-listing li::before {  } 
	.listing-style1 li {  } 
	.listing-style1 li::before {  } 
	.listing-style2 li {  } 
	.listing-style2 li::before { top: 2px; } 
	ol ol, ol ul, ol .ul-listing { padding-left: 15px; margin-top: 15px; } 
	.icon-list li { } 
	.icon-list li i, .icon-list li img {} 
	.icon-list.list-inline li{ padding-left: 45px;}
	.icon-list.list-inline li img{ top: -5px;}
	.table { } 
	.table td, .table th { padding: 10px 5px; font-size: 8px; } 
	.table th br { display: none; } 
	/*.logo { width: 100px; } 
	.logo a { padding: 30px 0px; }*/ 
	.top-input {padding-right: 40px;}
	.top-button { height: 40px; width: 40px;} 
	.top-cart, .top-link { } 
	.top-link img, .top-button img { max-height: 18px; } 
	.accordion{ margin-bottom: 35px;}
	.accordion-item { margin-bottom: 15px; } 
	.accordion-header{ }
	.accordion-header a { font-size: 16px; } 
	.accordion-header a.collapsed { } 
	.accordion-header a::before { font-size: 14px; } 
	.accordion-body {  } 
	.tab-holder.TabsAccordion .accordion-body {  } 
	.tab-body {  } 
	.nav-tabs { margin: 0px -10px;} 
	.nav-tabs .nav-item {  padding: 0px 10px;} 
	.nav-tabs .nav-link { font-size: 12px; padding: 0px 0px 15px; border-radius: 0px;} 
	.nav-tabs .nav-link img{margin-right: 8px; max-width: 10px;}
	.button-holder {  } 
	.video-container a::before { width: 40px !important; height: 40px !important; } 
	.mwidth { min-width: 190px; } 
	.modal-body { padding: 20px 20px; border-radius: 10px; } 
	.btn-close { } 
	.btn-close:hover { } 
	.secondary-nav-holder.sm ul li { flex: 1 1 100%; } 
	.secondary-nav-holder ul li a { font-size: 12px; padding: 12px 10px; } 
	.grid-ov {} 
	.grid-content { padding: 20px; } 
	.grid-content.alt { padding: 20px 20px 20px; } 
	.img-swap-holder {height: 60px;} 
	.img-swap img { max-height: 60px;}
	/*------*/
	.item-share-holder { } 
	.item-share {position: relative; } 
	.item-share a {  } 
	.news-bar .item-share a { width: 20px; height: 20px; } 
	.AccordionFilterNav > ul > li > a{padding: 10px 20px 10px 0px;font-size: 15px;}
	.AccordionFilterNav ul ul li a {padding: 10px 10px 10px 46px; font-size: 13px;}
	.AccordionFilterNav ul ul{padding: 10px 0px 10px 0px;}
	.breadcrumb-container{ font-size: 13px; }
	.breadcrumb-container ul { } 
	.breadcrumb-container li { letter-spacing: 0px; max-width: 260px; } 
	.breadcrumb-container li a { }
	.breadcrumb-container li::after, 
	.breadcrumb-container li a::after {} 
	.breadcrumb-container.alt { font-size: 13px; }
	.page-item {  } 
	.page-link {}
	.page-item .page-link.prev, .page-item .page-link.next {}
	.page-item .page-link.prev img, .page-item .page-link.next img{ width: 6px;}
	.page-item .page-link.prev { } 
	.page-item .page-link.next { } 
	.bottom-whatsapp-icon { right: 30px; top: -17px;} 
	.bottom-whatsapp-icon a { width: 35px; height: 35px; font-size: 16px; } 
	/*-----*/
	.tool-bar-title { min-width: auto; text-align: left; margin-right: 5px !important; } 
	.loadMoreBtn { margin-top: 30px; } 
	.product-list-holder { } 
	.product-box-info{ }
	.product-box-info-holder {  } 
	.product-box-title {}
	.price-holder,.price-holder bdi,.price-holder ins bdi{  }
	.price>del, .price-holder del bdi{  }
	.product-details .price-holder{  } 
	.product-details .price-holder,.product-details .price-holder bdi,.product-details .price-holder ins bdi{ font-size: 20px !important;}
	.product-details .price>del, .product-details .price-holder del bdi{font-size: 22px !important; margin-left: 0px; }
	.product-tag span {}
	.product-box-image-holder .img-holder { /*padding-bottom: 200px;*/ } 
	.woocommerce .product-box-footer a.button, .woocommerce .product-box-footer a.added_to_cart, .woocommerce .product-cart .button {  } 
	.woocommerce .product-box-footer a.button img, .woocommerce .product-box-footer a.added_to_cart img, .woocommerce .product-cart .button img {} 
	.woocommerce .product-cart .button img { width: 12px;} 
	.product-box:hover .product-box-footer { } 
	.product-wishlist a { } 
	.product-wishlist a i, .product-cart a i, .product-cart a img {  } 
	.product-details .product-wishlist a { font-size: 13px; padding: 0px 0px; letter-spacing: 0px; width: 40px !important; height: 40px !important;} 
	.product-details .product-wishlist a img { height: 15px; }
	.product-details .product-wishlist a i { font-size: 16px;} 
	.widget-box { } 
	.widget-title { font-size: 20px; } 
	.widget-title h4 { font-size: 13px;} 
	.sidebar-title-holder h4{ font-size: 18px;} 
	.widget-box-content { } 
	.widget-box { } 
	.widget-list li a {} 
	.catagory-list li a,.bapf_body ul li label{ font-size: 14px;}
	.catagory-list li a::before,.catagory-list li a::after,.bapf_body ul li label::before,.bapf_body ul li label::after{ } 
	.catagory-list li a::after,.bapf_body ul li label::after{}
	.related-news > li{}
	.tool-bar { }
	.showing-container, .sortby-container {} 
	.showing-container { } 
	.showing-container .col-auto.hide-xxs{ display: block !important; } 
	.showing-container .col-auto.d-flex.align-items-center { margin: 0 5px 0 0; }
	.sortby-container { } 
	.showing-holder { padding-right: 0px;border-right: 0px;margin-right: 0px;} 
	.sortby-holder { min-width: 100%; } 
	.gallery-main-slide a { font-size: 15px; padding: 10px; } 
	.gallery-main-slide .img-holder{ border-radius: 0px;}
	.gallery-nav {/* padding: 0px 30px; */} 
	.gallery-nav-slide {  } 
	.gallery-nav .slick-arrow{ width: 35px; height: 35px; } 
	.gallery-nav .slick-prev{} 
	.gallery-nav .slick-next{} 
	.arrows-plain .slick-arrow{font-size: 16px;width: 23px !important;}
	.product-details-holder { padding-bottom: 0px; } 
	.product-details {  } 
	.product-details-header{ margin-bottom: 20px;}
	.product-details-header h2 { font-size: 20px;} 
	.product-availability { } 
	.product-intro {  } 
	.product-quantity-holder{}
	.add-qty { } 
	.qty {} 
	.qty-btn {  } 
	.qty-up {  } 
	.qty-dwn {  } 
	.qty-btn img { height: 6px; }
	.product-variations-holder {margin-bottom: 20px;}
	.product-details-footer { padding: 0px 0px 0px !important; width: 100%; } 
	.product-details-footer .product-cart {}
	.review-form-holder{ padding: 0px;}
	.review-form-content { padding-top: 0px; } 
	.review-form-holder { margin-top: 0px; } 
	.review-box{padding: 20px 0px;}
	.review-box:first-child { padding-top: 0px;}
	.review-star .rating-label{ float: left; }
	.woocommerce .star-rating{ float: left; }
	.reviews-holder { padding-bottom: 0px; } 
	.icon-pod-box { max-width: 100%; } 
	.icon-pod-img { /*height: 50px; */ } 
	.icon-pod-img img { /*max-height: 50px; */ } 
	.contact-list li { padding-left: 25px; }
	.contact-list.inline li i{ font-size: 16px;}
	.news-list {}
	.news-box-info-holder { }
	.news-details-title h1 {font-size: 25px;}
	.news-details-title {margin-bottom: 20px; padding-bottom: 20px; border-bottom-width: 1px;} 
	.news-details-holder .item-share-holder {}
	.news-footer-nav{ justify-content: center !important; } 
	.news-footer-nav>li {} 
	.news-footer-nav>li:first-child {  } 
	.news-details-footer a,
	.news-footer-nav .custom-button{ min-width: auto; width: auto; }
	.news-details-footer .row.justify-content-between{ justify-content: center!important; }
	.news-details-footer .row.justify-content-between .col-md-auto{ justify-content: center!important; text-align: center; }
	/*----*/
	.homeBannerSlider .slick-dots { } 
	.homeBannerSlider .banner_caption .captionContainerInner { margin-top: 30px;} 
	.home-banner-img { /* padding-bottom: 45.57% !important; */ } 
	.home-banner .banner_caption{ position: relative; background-color: var(--light); }
	.banner_caption{ position: relative; background-color: var(--alternate); }
	.banner_caption::before{ display: none; }
	.banner_caption .captionContainer h1{}
	.banner-slide .banner_caption .captionContainerInner h2{ text-align: left; }
	.banner_caption .captionContainer h2 { font-size: 27px; margin: 10px 0px 20px; } 
	.banner_caption .captionContainer h1 { font-size: 25px; padding: 0 0 0 0; } 
	.banner_caption .captionContainer h3 { letter-spacing: 1.6px !important; }
	.banner_caption .captionContainer p{ text-align: left; font-size: 14px; margin-bottom: 20px; }
	.inner-banner-img { /* padding-bottom: 25%; */ } 
	.inner-banner-img::after { }
	.inner-banner .banner_caption{ padding: 0; }
	.inner-banner .banner_caption .captionContainerInner{ flex-direction: column; }
	.inner-banner .banner_caption .captionContainer h1, .inner-banner .banner_caption .captionContainer h2 { font-size: 25px; }
	.pageTitle-holder {padding: 0px 0px 15px;}
	.pageTitle-holder::before { height: 3px;}
	.pageTitle h2, .pageTitle h1 { font-size: 25px; } 
	.pageTitle h2 br, .pageTitle h1 br { /*display: none;*/ } 
	.pageTitle.lg h1, .pageTitle.lg h2 { /* font-size: 48px; */ font-size: 34px;  letter-spacing: -1.5px !important; } 
	.pageTitle.xl h1, .pageTitle.xl h2 { /* font-size: 39px; */ } 
	.pageTitle.md h1, .pageTitle.md h2 { /* font-size: 20px; */ } 
	.pageTitle.sm h1, .pageTitle.sm h2 { /* font-size: 18px; */ } 
	.pageTitle h3 { font-size: 12px; padding-bottom: 0px; } 
	.pageTitle { margin-bottom: 20px; } 
	.pageTitle p { font-size: 14px; } 
	.pageTitle.text-center {  }
	.has-data-text::before { top: -15px;}
	.thankyou-content-holder {  } 
	.thankyou-section { } 
	.thankyou-img { padding-bottom: 51.04% !important; }
	.thankyou-content { } 
	.thankyou-content h1 {  } 
	.thankyou-content h2 {  } 
	.thankyou-content a.custom-button { min-width: 125px; margin: 5px 10px 5px 0px !important; height: 40px; }
	.thankyou-content a.custom-button:last-child { margin: 5px 0px !important; }
	.size-14 { font-size: 12px; } 
	.size-15 { font-size: 13px; } 
	.size-16 { font-size: 14px; } 
	.size-18 { font-size: 14px; } 
	.size-20 { font-size: 15px; } 
	.size-22 { font-size: 16px; } 
	.size-24 { font-size: 18px; }
	.size-26 { font-size: 19px; } 
	.size-28 { font-size: 20px; } 
	.size-30 { font-size: 21px; }
	.lead { font-size: 17px; }
	.rounded-corner-xxl { border-radius: 50px; } 
	.rounded-corner-xl { border-radius: 35px; } 
	.rounded-corner-lg { border-radius: 25px; } 
	.rounded-corner { border-radius: 15px; } 
	.rounded-corner-md { border-radius: 10px; }
	.styled-link, .styled-link1{} 
	.styled-link i {}
	.styled-link i.ileft{ margin-right: 10px;}
	.styled-link i.iright{margin-left: 10px;} 
	.styled-link.has-icon::after { } 
	.styled-link.has-icon.icon-left::after, a.styled-link.has-icon.icon-left::after {} 
	.icon-pod-box { } 
	.icon-pod-img-holder { height: 80px; } 
	.icon-pod-img img { max-height: 80px; } 
	.social-icons { margin-bottom: 30px; margin: 25px -4px 0; } 
	.social-icons li { padding: 0px 5px; } 
	.social-icons li a {} 
	.content-box-title { padding: 12px 10px;  } 
	.content-box-content { } 
	.content-box.alt .content-box-content { padding: 30px 30px; } 
	.bottom-newsletter { } 
	.newsletter-input { height: 40px; } 
	.newsletter-button { /* position: static !important; width: 100%; margin-top: 15px;transform: none; */ } 
	.footer-wrapper{ padding-bottom: 43px;}
	/*----*/
	.logo { width: 158.3px; } 
	.logo a {}
	.top-right{ margin-right: 45px; }
	.nav-wrapper { margin: 20px auto; }
	.footer-bar a .cart-count, .top-cart .cart-count{ width: 20px; height: 20px; font-size: 10px; top: -10px; right: -12px; }
	.footer-bar a .cart-count{ top: -9px; right: -9px; }
	/*.nav-wrapper{margin: 7px auto;}
	.mean-container .mean-nav { margin-top: 46px; } 
	.mean-container .mean-nav.active { height: calc(100vh - 109px); }*/
	.custom-paging{ bottom: 20px; left: 0; right: 0; margin: auto; text-align: left; padding: 0 30px; }
	.service-slider-holder {margin: 0px -50px 30px;}
	.home-services-container{margin: 0px 20px;}
	.banner-slide .banner_caption .captionContainer {vertical-align: middle;}
	.banner-slide .banner_caption .captionContainerInner { text-align: center; }
	.homeBannerSlider .banner_caption .captionContainerInner {margin-top: 0px; padding-bottom: 30px; padding: 30px 0px 80px !important; text-align: left; }
	.home-banner-img::before, .home-banner-video::before{ opacity: 0;}
	.homeBannerSlider .slick-prev { left: 15px; }
	.homeBannerSlider .slick-next { right: 15px; }
	.image-container{padding-right:30px;}
	.image-container::before{height: 35px; top: -35px;}
	.image-container.image-right{padding-left:30px;}
	.contact-box{}
	.service-list-box a{ padding: 15px;}
	.service-list-box-info{ padding: 25px 0px 10px;}
	.service-list-info{ padding-bottom: 20px;}
	.NiceSelect .wpcf7-not-valid-tip{ top: 40px; }
	.count2{ column-count: 1; column-gap: 0; }
	.count2 li { width: 100%; }

	.copyright { text-align: center; }
	.tab-secondary .accordion-body .container{ /* padding: 0 !important; */ }
	.tab-holder.TabsAccordion .faqsection .accordion-header a { /* padding: 15px 40px 15px 15px; font-size: 13px; */ }
	.tab-holder.TabsAccordion .faqsection .accordion-body{ /* padding: 15px 15px 30px 15px; */ }
	.tab-holder.TabsAccordion .faqsection .accordion-body::before { /* top: -15px; */ }
	.product-details .price-label-holder,
	.product-details .quantity-button-holder{ align-items: flex-start; flex-direction: column; }
	.product-details .price-label-holder .product-tag-holder{ padding: 0 0 10px 0; height: 40px; }
	.woocommerce .product-details-footer .product-cart .button{ width: 100% !important; height: 40px; min-width: 130px; }
	.details-tab-holder > .inner-container-lg.p-0 .container-fluid{ /* padding-top: 50px !important; padding-bottom: 50px !important; */ }
	.contact-form-holder{ margin-top: 20px; }
	.contact-form-image{ /* padding-left: 0 !important; */ }

	.ficon1 {  }
	.ficon2 {  }
	.ficon3 {  }
	.tool-bar .row.justify-content-between{ justify-content: flex-start !important; }
	.tool-bar.top .showing-container{ padding-right: 0; }
	.tool-bar.top .showing-container::after{ display: none; }
	.tool-bar .showing-container .row.justify-content-center{ justify-content: flex-start !important; }
	.tool-bar .showing-container > .row > .col-auto{ margin-right: 0; }
	.tool-bar.top .showing-holder{ width: 100%; }
	.tool-bar.bottom .showing-holder{ width: auto; }
	.tool-bar.bottom ul.pagination { margin-top: 10px; }
	.showing-holder .NiceSelect{ padding-left: 8px; }
	.product-box-footer { padding-top: 20px; }
	.woocommerce .product-box-footer a.button, .woocommerce .product-box-footer a.added_to_cart, .woocommerce .product-cart .button, .product-wishlist a {}
	.breadcrumb-holder {}
	.product-availability p span{ font-size: 14px; width: auto; }
	.product-availability p strong, 
	.product-intro h6, 
	.configured-detail-holder h6, 
	.product-quantity-holder p{ font-size: 14px; }
	.item-share-holder .col-auto > p,
	.news-details-holder .item-share-holder .col-auto > p{ width: auto; font-size: 14px; }
	.custom-upload-button { flex-direction: column; padding: 15px; }
	.tool-bar.bottom .showing-container .col-auto.d-flex.align-items-center{ justify-content: center; }
	.variable-items-wrapper.button-variable-items-wrapper.wvs-style-rounded::before { width: 65px; }
	.details-tab-holder .tab-content .accordion-body{  }
	.woocommerce .woocommerce-checkout-review-order ul#shipping_method li label { width: calc(100% - 20px); }

	.custom-dots .slick-dots { width: calc(100vw - 60px); }
	.arrows-inside .slick-prev { left: 10px; }
	.arrows-inside .slick-next { right: 10px; }

	.whatsapp-icon{ bottom: 170px; right: 15px; }
	.featured-category-hover { padding: 15px 30px 30px; }
	.featured-about-holder .rightpad.xl .pageTitle h1/* , .featured-category-title .pageTitle h2 */ { max-width: 100%; }
	.featured-about-holder .leftpad.xl .img-holder,
	.aboutUs-section1-holder .img-holder,
	.aboutUs-holder .img-holder { border-radius: 55px 55px 55px 0px; }
	.mv-holder .pageTitle.lg{ padding: 0 30px; }
	.mv-holder .mv-main { padding: 30px; }
	.contact-details-wrapper .contact-address-wrapper { padding: 100px 15px 30px; }
	.contact-address-list { padding-left: 55px; }
	.location-holder { height: 75px; padding: 10px 25px; }
	.location-holder p { line-height: 1.4; }
	.product-list-holder .col-sm-4.col-lg-3 { width: 100%; }

	.product-details .yith-wcwl-add-to-wishlist,
	.product-details .yith-wcwl-add-to-wishlist a { width: 100% !important; }

	html .logged-in.admin-bar #wpadminbar{ top: -46px; }
}
/*-414-xs*/
@media only screen and (max-width: 479.98px) {
	.hide-xs { display: none !important; } 
	.show-xs { display: block !important; } 
	.hide-xs { display: none !important; } 
	.auto-xs { /*-ms-flex: 0 0 100%; */ flex: 0 0 100%; width: 100%; max-width: 100%; } 
	.text-center-xs { text-align: center !important; } 
	.text-left-xs { text-align: left !important; } 
	.width-xs { width: 100% !important; max-width: 100%; } 
	.button-holder { margin: -5px -5px; } 
	.button-holder>div { width: 100%; padding: 5px; } 
	.button-holder .custom-button,.button-holder .custom-button-holder{ width: 100%; min-width: 100%; }  
	.thankyou-content .button-holder .custom-button{}
	.breadcrumb-container{ /* font-size: 11px; */}
	.service-slider { margin: 0px 0px; } 
	.service-slide { padding: 0px 0px; } 
	.service-slider-holder {margin: 0px -20px 30px;}
	.home-services-container{padding: 0px 20px;margin: 0px 0px;}
	.arrows-outside .slick-prev { left: -10px; } 
	.arrows-outside .slick-next { right: -10px; } 
 }
/*-375-*/
@media only screen and (max-width: 413.98px) { 
	.show-xxs { display: block !important; } 
	.hide-xxs { display: none !important; } 
	.auto-xxs { /*-ms-flex: 0 0 100%; */ flex: 0 0 100%; width: 100%; max-width: 100%; } 
	.width-xxs { width: 100% !important; max-width: 100%; } 
	.news-meta.inline{flex-flow:column;}
	.news-meta.inline>li{ border-right: 0px;}
	.news-meta i { width: 16px; margin-right: 5px; font-size: 12px;} 
	.ftbox { width: 100% !important; } 
	.top-search-btn {width: 30px;height: 30px;font-size: 14px;}
	.social-icons li a {/*width: 30px;height: 30px;*/ }
	/*.mean-container .mean-nav.active { height: calc(100vh - 114px); } */
	.banner-slide .banner_caption .captionContainerInner h2{  }
}
/*-320-*/
@media only screen and (max-width: 374.98px) {
	.thankyou-content h1 { } 
	.logo {}
	.logo a {}
}
/*-320-*/
@media only screen and (max-width: 320.98px) {
	.woocommerce-checkout #payment ul.payment_methods li .stripe-credit-card-brand { margin-top: -6px; right: 6px; width: 20px; }
	#add_payment_method #payment div.form-row, .woocommerce-cart #payment div.form-row, .woocommerce-checkout #payment div.form-row{ padding: 7px; }
	.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods{ padding-left: 8px; }
	.woocommerce .product-details-footer .product-cart .button {}
	#add_payment_method #payment ul.payment_methods li .stripe-credit-card-brand,
	.woocommerce-checkout #payment ul.payment_methods li .stripe-credit-card-brand{ right: 5px; }

	.featured-about-holder .leftpad.xl > img { bottom: -40px; left: 0; }
	.projectsDetailsPage .container { padding-bottom: 130px; }
	.associate-profile { height: 320px; }
	.ourTeam-image figure img { height: 220px; }
	.ourTeam-profile .ourTeam-profile-info { height: 190px; }
	.woocommerce-checkout #payment ul.payment_methods li .stripe-credit-card-brand { width: 24px !important; height: 15px !important; margin-top: -7px !important; right: 8px !important; }
}