.p-80 {
    padding: 80px 0 !important;
}
.pt-80 {
    padding-top: 80px !important;
}
.pb-80 {
    padding-bottom: 80px !important;
}
.usps-icon img {
	height: 60px;
	width: 60px;
	object-fit: contain;
	object-position: bottom;
}
.usps-text {
	margin-top: 12px;
}
.usps-text h3 {
	font-size: 16px;
	margin-bottom: 0px;
	text-transform: uppercase;
	line-height: 1.2;
	margin-bottom: 4px;
}
/* faq */
.question {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 0; 
	background: transparent;
	cursor: pointer;
}
.answer {
	display: none;
	padding-right: 40px;
}
.question h3 {
	font-size: 18px;
	line-height: 1.2;
	margin: 0;
}
.faq-item {
	border-bottom: 1px solid #f1efe7;
}
.faq-trigger {
	font-size: 16px;
	display: flex;
	color: var(--primary-color);
}
.faq-item.active .trigger-one {
    display: none;
}
.trigger-two {
    display: none;
}
.faq-item.active .trigger-two {
    display: block;
}
.faq-title h2 {
	margin-bottom: 10px;
}
/*cta*/
.cta-wapp {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	color: #fff;
	padding: 40px;
	overflow: hidden;
}
.cta-wapp::before {
	content: "";
	position: absolute;
	background-color: #000;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	opacity: .8;
}
.cta-btn {
  text-align: end;
}
.cta-content-area h2 {
  margin-bottom: 20px;
}
/*footer*/
.footer-social-links {
	gap: 10px;
	margin-top: 20px;
}
.contact-cover {
	display: flex;
	margin-bottom: 5px;
}
.contact-cover .contact-detail.phone {
	margin-top: 0 !important;
}
.contact-cover svg {
	margin-top: 5px;
}
.new-footer-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.footer-logos {
	display: flex;
	flex-direction: column;
	align-items: end;
}
.footer-logos img {
	width: 60px;
}
.footer-list-title {
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 12px;
}
.footer.new-home-page-footer .copyright {
	text-align: center;
}
.logo-slider-cover .slick-track {
	display: flex;
}
.logo-slider-cover .slick-slide {
	height: auto;
}
.logo-slider-cover .slick-slide div {
    height: 100%;
}
.logo-slider-inner img {
	object-fit: contain;
	height: 60px;
}
.logo-slider-inner {
	padding: 0 12px;
}
.footer-logo-slider {
	margin-top: 41px;
	margin-bottom: 60px;
}
.sticky-btn {
	display: none;
	color: #fff;
}
.testimonials-btn {
	padding-top: 50px;
}
.banner-btn-cover {
	gap: 4px;
}
.new-banner-content {
    font-size: 16px;
}
.new-banner {
	margin-bottom: 0 !important;
}
.home .new-home-content-area .products-search-form {
	margin-top: 0;
}
.home .new-banner.banner.video-banner {
	max-height: inherit !important;
	overflow: hidden;
}
.new-footer-logos {
	flex-direction: unset;
	margin-top: 20px;
	gap: 4px;
}
/*blog*/
#cssportal-grid {
	display: grid;
	grid-template-rows: repeat(2, 1fr);
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	width: 100%;
	height: 100%;
}
#div1 {
	grid-area: 1 / 1 / 3 / 2;
}
#div2 {
	grid-area: 1 / 2 / 2 / 4;
}
#div3 {
	grid-area: 2 / 2 / 3 / 4;
}
#div2 .blog-inner, #div3 .blog-inner {
	display: flex;
	align-items: center;
	height: 100%;
}
#div2 .blog-thumb, #div3 .blog-thumb {
    width: 40%;
    height: 100%;
}
#div2 .blog-content, #div3 .blog-content {
    width: 60%;
    padding: 12px;
    padding-left: 20px;
}
.blog-content {
    position: relative;
}
#div1 .blog-inner {
	position: relative;
	height: 100%;
}
#div1 .blog-inner::before {
	content: "";
	position: absolute;
	background: linear-gradient(180deg,rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}
#div1 .blog-thumb {
    height: 100%;
}
#div1 .blog-inner .blog-content {
	position: absolute;
	bottom: 20px;
	left: 20px;
	right: 20px;
	color: #fff;
}
.blog-thumb img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.st-blog-btn {
	margin-top: 10px;
	display: block;
	text-decoration: underline;
	font-size: 14px;
	font-weight: 500;
}
.meta-cat {
	margin-bottom: 10px;
}
.st-blog-title h3 {
	margin-bottom: 12px;
	font-size: 20px;
	line-height: 1.3;
}
.blog-inner {
	border: 1px solid #f2f2f2;
}
.product-search-text {
	margin-bottom: 36px;
	margin-left: auto;
	margin-right: auto;
	max-width: 700px;
}
.product-search-form-title h2 {
	margin-bottom: 24px;
}




/* responsive */
@media all and (max-width: 991.98px){
    .faq-img {
	margin-top: 24px;
}
.cta-content-area {
	text-align: center;
	margin-bottom: 30px;
}
.cta-btn {
	text-align: center;
}
.footer-map {
	margin-top: 40px;
}
.admin-bar .top-bar {
	top: 32px !important;
}
.top-bar {
	position: fixed !important;
}
#cssportal-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 0;
	justify-content: space-between;
}
.st-blog-wrapp {
	width: calc(50% - 10px);
	margin-bottom: 30px;
}
#div1 .blog-inner::before {
    display: none;
}
#div1 .blog-inner .blog-content {
	position: unset;
	color: #000;
}
#div2 .blog-inner, #div3 .blog-inner {
	flex-direction: column;
}
#div2 .blog-thumb, #div3 .blog-thumb {
	width: 100%;
}
#div2 .blog-content, #div3 .blog-content {
	width: 100%;
	padding-left: 0;
}
#div1 .blog-thumb {
	height: unset;
}
.blog-thumb img {
	aspect-ratio: 1/.7;
}
.blog-content {
	padding: 20px !important;
}

}

@media all and (max-width: 782px){
    .admin-bar .top-bar {
    	top: 46px !important;
    }
}

@media all and (max-width: 767.98px){
.p-80 {
    padding: 60px 0 !important;
}
.pt-80 {
    padding-top: 60px !important;
}
.pb-80 {
    padding-bottom: 60px !important;
}
.cta-wapp {
	padding: 40px 20px;
	border-radius: 16px;
}
.sticky-btn {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 5px;
  z-index: 9999; 
  background-color: #fff;
  padding: 8px;
}
.sticky-btn .btn {
	flex: 1;
	height: 55px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-inline: 15px;
}
.banner-btn-cover {
	flex-direction: column;
	gap: 6px;
}
.banner-btn-cover .btn {
    width: 100% !important;
    max-width: 100% !important;
}
.new-banner .banner-content {
	text-align: start;
	padding-left: 0 !important;
}
.text.new-banner-content {
	margin-left: 0 !important;
	margin-right: 0 !important;
}
.usps-text h3 {
	font-size: 14px;
	margin-bottom: 6px;
}
.home .wrap .content-area .content-wrapper {
	margin-top: 0 !important;
}
.icons-title h2 {
	margin-bottom: 0 !important;
}
.footer-logos {
	align-items: start;
}
.footer .middle-section {
	padding: 0 16px;
}
.new-footer-menu {
	margin-bottom: 20px;
}
.footer-social-links {
	margin-top: 0;
	margin-bottom: 16px;
}
.new-home-page-footer .logo {
	margin-bottom: 16px !important;
}
.footer-map {
	margin-top: 10px;
}
.footer-logo-area {
    margin-bottom: 20px;   
}
.new-footer-logos {
	margin-top: 16px;
}
.st-blog-wrapp {
    width: 100%;
}
.wrap.with-banner .image-fallback {
	width: 100%;
	height: 100%;
}
.cta-btn {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.new-p-search-area.products-search-wrapper .products-slider .product {
	width: 100%;
}
.answer {
	padding-right: 0;
}

}

@media all and (max-width: 600px){
    .admin-bar .top-bar.sticky-active {
    	top: 0 !important;
    }
}


