footer.footer-sec {
	background-color: #ffffff;
	width: 100%;
	overflow: hidden;
	& .footer-bg { 
		position: relative;
		& .section_ark { 
			position: absolute;
			right: 40px; bottom: 90px;
			filter: invert(38%) sepia(90%) saturate(776%) hue-rotate(353deg) brightness(94%) contrast(117%);
		}
	}
	& .footer-bg > .flex-container { 
		background: #000000;
		background: linear-gradient(45deg,rgba(0, 0, 0, 1) 0%, rgba(50, 50, 50, 1) 100%); 
		border-radius: 0 0 0 70px;
	}
}

.ft-column-one {
	min-width: 500px;
	border-right: 1px solid rgb(255 255 255 / 10%);
	& p {
		font-weight: normal;
	}
}
.open-time {
	display: inline-block;
	width: 100%;
	font-size: 14px;
	line-height: 1;
	font-weight: normal;
	color: #ABBCBC;
}
.ft-column-two {
	/* width: 20%; */
	min-width: 166px;
}

.ft-column-three {
	/* width: 22%; */
	flex-grow: 1;
	& > .footer-links {
		/* width: 160px; */
		column-count: 2;

		& li:last-child {
			margin-bottom: 32px;
		}
	}
}

.ft-column-four {
	padding-left: 0;
	width: 242px;
}

.footer-links-wrap {
	display: inline-flex;
	width: 100%;
	justify-content: space-between;
	padding-left: 170px;
	gap: 100px;
}

.abn-no {
	display: inline-block;
	width: 100%;
	padding: 15px 40px;
	/* text-align: center; */
	color: #FFFFFF;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.2;
	border: 1px solid #707070;
	margin-top: 25px;
}

.strong {
	font-weight: 700;
	margin-bottom: 20px;
}

.copyright {
	/* text-align: center; */
	padding: 14px 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	display: inline-flex;
	width: 100%;
	justify-content: center;
	background: #fff;

	& .flex-container { 
		justify-content: space-between;
	}
}

footer {
	position: relative;
	background: transparent;
	background-size: auto;
	display: inline-block;
	width: 100%;
	/* margin-top: 100px; */
}

.footer-links li strong {
	font-weight: 400;
	font-size: 16px;
}

.footer-links li {
	margin-bottom: 10px;
	line-height: 0;
	padding-right: 10px;
}

.footertitletop {
	font-size: 14px;
	color: var(--themecolor);
	font-weight: 600;
	margin-bottom: 0;
	letter-spacing: 0;
	line-height: 1;
	margin-bottom: 7px;
	display: block;
}

.footer-link-wrapper {
	padding: 0px 0 80px;
	width: 100%;
	margin-bottom: 0;
	flex-wrap: nowrap;
	align-items: flex-start;
	/* border-bottom: 1px solid #2f2f2f; */
}

.footer-link-wrapper p {
	margin-bottom: 0;
	color: white;
}


footer.footer-visible {
	position: relative;
}

.footer-center {
	padding: 0 130px 0 80px;
	flex: 1;
}

.footer-title, .ft-title {
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 18px;
	letter-spacing: 0;
	text-transform: capitalize;
	font-family: 'Plus Jakarta Sans';
	line-height: 1.45;
}

.footer-links li a,
.ftbottom-links a,
.ftbottom-links {
	color: #B3B3B3;
	font-size: 16px;
	font-weight: 500;
	text-decoration: none;
	letter-spacing: 0;
	line-height: 1.35;
}

.footer-links li a { 
	position: relative;
	padding-left: 15px;
	&::before { 
		content: "-";
		margin-right: 00;
		position: absolute;
		left: 0;
		line-height: 1.2;
	}
}

.ftbottom-links a:hover,
.footer-links li a:hover,
.footer-links li.active > a,
.ft-get-info li a:hover {
	color: var(--themecolor);
}

.ftbottom-links a:not(:last-of-type) {
	margin-right: 10px;
}

.ftbottom-links a:not(:first-of-type) {
	padding-left: 10px;
}
.contacts {
	display: inline-flex;
	align-items: center;
	font-size: 14px;
	line-height: 1.5;
	color: #C8C8C8;
	font-weight: 500;
	gap: 2px;
	& > a { 
		font-size: 14px;
		line-height: 1.5;
		color: #C8C8C8;
		display: inline-block;
		font-weight: 500;
	}
}
.ft-get-info li {
	position: relative;
	padding-left: 0px;
	margin-bottom: 10px;
	&:last-child { 
		margin-bottom: 0;
	}
	& > a, & > p {
		font-size: 16px;
		line-height: 1.5;
		color: #B3B3B3;
		display: inline-flex;
		font-weight: 500;
		text-decoration: none;
		align-items: center;
		gap: 13px;
		& > img { 
			filter: invert(38%) sepia(90%) saturate(776%) hue-rotate(353deg) brightness(94%) contrast(117%);
		}
	}
}
.ft-get-info { 
	& + .footer-title { 
		margin-top: 20px;
		display: inline-block;
	}
	&:last-child {
		margin-bottom: 0;
	}
}
.ft-get-info li a:hover {
	color: var(--themecolor);
}

/* slide  */

.copyright p span {
	color: #1A232B;
}

.copyright p {
	color: #1A232B;
	font-size: 14px;
	font-weight: 500;
	text-decoration: none;
	letter-spacing: 0;
	line-height: 1.45;
	margin-bottom: 0;
	display: inline-flex;
	align-items: center;
	gap: 5px;
}

.footer-cta {
	display: block;
	width: 100%;
	margin-top: -90px;
}

.footer-top .btnlist {
	gap: 10px;

}
.footer-top {
	display: inline-flex;
	width: 100%;
	padding: 65px 0 68px;
	/* background: #172027; */
	margin-bottom: 70px;
	position: relative;
	border-bottom: 1px solid rgb(255 255 255 / 10%);
	& .flex-container {
		align-items: center;
		justify-content: space-between;
		position: relative;
		z-index: 1;
		width: 100%;
	}
	& .left {
		display: inline-flex;
		align-items: center;
		gap: 0;
		position: relative;

		& .img-wrap.ft-logo { 
			padding-block: 0;
			padding-inline: 0;
			margin-right: 100px;
			border-right: 0;
		}
	}
	& .right { 
		display: inline-flex;
		align-items: center;
		gap: 15px;
		& .btnlist .btn-theme:hover { 
			background-color: #000;
		}
	} 
}

.social-media-links {
	flex-grow: 1;
	display: inline-flex;
	align-items: center;

	& > p {
		margin-bottom: 0;
		color: #fff;
		font-weight: bold;
		margin-right: 15px;
	}
	& > a {
		height: 38px;
		width: 38px;
		border: 1px solid #454545;
		margin-right: 10px;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		border-radius: 100%;
		img {
			filter: brightness(0) invert(1);
		}
		&:hover { 
			background: var(--themecolor);
			border-color: var(--themecolor);
		}
	}
}

.affiliated-business {
	display: inline-flex;
	align-items: center;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	gap: 20px;
	line-height: 1;
}

/* pop-up-get-a-quote */

/*  for ccs Model option - 2  */
.fancybox-close-small {
	min-height: unset;
	border-radius: 100% !important;
	top: 10px;
	right: 10px;
}
#free-quote {
	display: none;
	max-width: 919px;
	border-radius: 15px;
	cursor: auto;
	padding: 0;
	background: #fff;
	height: auto;
	font-family: var(--sitefonts);
}

#free-quote .pop-up-left {
	/* background: transparent linear-gradient(328deg, #001357 0%, #0034f3 100%) 0%
	0% no-repeat padding-box; */
	background-color: #F5F1EB;
}

#free-quote .pop-up-left .heading-26 {
	color: white;
	margin-bottom: 30px;
	display: inline-block;
}


/* 
.award-box .award-icon img {
border-radius: 50%;
}

.award-box .award-icon {
display: inline-block;
}

.award-box {
display: inline-flex;
width: 100%;
justify-content: space-between;
column-gap: 10px;
margin-bottom: 25px;
} */
.popup-body {
	display: flex;
	border-radius: 10px !important;
}

#free-quote .popup-body .pop-up-left {
	width: 415px;
	padding: 45px 50px 45px 50px;
}

#free-quote .popup-body .pop-up-right {
	width: calc(100% - 415px);
	padding: 45px 50px 45px 50px;

	& .form-box { 
		padding: 0;
		border-radius: 0;
	}
}
#free-quote textarea.form-control {
	margin-bottom: 15px;
	min-height: 150px;
}
.color-title {
	color: var(--themecolor);
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
}

#free-quote .popup-body .pop-up-left p {
	/* color: white; */
	text-align: left;
	font-size: 16px;
}

#free-quote .pop-up-right .head {
	margin-bottom: 20px;
}

#free-quote .pop-up-right .head p {
	font-size: 14px;
	line-height: 1.4;
	font-family: var(--sitefonts);
}
#free-quote .pop-up-right .heading-30 {
	margin-bottom: 15px;
}
.form-box .row .form-group.width50 > span {
	display: inline-block;
	top: 12px;
	z-index: 2;
	position: absolute;
	/* margin-left: 17px; */
	left: 23px;
}
.form-box > .row > .form-group.width100 > span {
	display: inline-block;
	top: 14px;
	z-index: 2;
	position: absolute;
	/* margin-left: 17px; */
	left: 23px;
}

#free-quote .form-control, 
#free-quote input[type="text"], 
#free-quote input[type="email"], 
#free-quote select, 
#free-quote textarea, 
#free-quote input[type="number"], 
#free-quote input[type="tel"], 
#free-quote input[type="file"] { 
	border: 1px solid lightgray;
	min-height: 48px;
	padding: 13px 16px 14px 16px;
}

#free-quote input[type="submit"] { 
	color: #fff;
	&:hover {
		border-color: transparent;
	}
}

.orange-bg {
	background: transparent linear-gradient(134deg, #FF9E0D 0%, #F65D30 100%) 0% 0% no-repeat padding-box;
}
.lightblue-bg {
	background: transparent linear-gradient(134deg, #A4B3FF 0%, #3758F9 100%) 0% 0% no-repeat padding-box;
}

.title {
	margin-bottom: 30px;
	padding-right: 0;
}

.drive-content {
	/* margin-bottom: 30px; */
	padding: 0 0px 0 0;
}

.drive-list {
	display: inline-flex;
	column-gap: 15px;
	margin-bottom: 25px;
	padding-bottom: 32px;
	border-bottom: solid 1px #70707033;
}

.drive-list span {
	width: 34px;
	min-width: 34px;
	height: 34px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
}


.drive-des .heading-20 {
	font-weight: 500;
	color: black;
	margin-bottom: 10px;
}


.carousel {
	margin: 0 auto;
	overflow: hidden;
	display: flex;
}

.group {
	will-change: transform;
	animation: scrolling 20s linear infinite;
}

@keyframes scrolling {
	0% {
		transform: translateX(0);
	}

	100% {
		transform: translateX(-100%);
	}
}

.carousel {
	&:hover .group {
		animation-play-state: paused;
	}
}

.group {
	display: flex;
}


.experties-box {
	position: relative;
	overflow: hidden;
}

.experties-list {
	display: inline-block;
	margin-right: 19px;
	padding: 10px 20px;
	background: white;
	border-radius: 50px;
	border: solid 1px #D1E0E5;
	align-items: center;
	line-height: 0;
	width: max-content;
}

.experties-list p {
	display: inline-flex;
	gap: 6px;
	color: #000000;
	line-height: 0;
	align-items: center;
}

.experties-list p span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 17px;
	height: 17px;
	min-width: 17px;
}

.experties-box:after {
	position: absolute;
	content: "";
	right: 0;
	bottom: 0;
	background: transparent url(../images/shadow.png) no-repeat center;
	width: 148px;
	height: 69px;
	background-size: contain;
	bottom: 0;
	margin: auto;
}

/* pop-up-get-a-quote */


/* .scrollTop {
position: fixed;
right: 15px;
bottom: 80px;
opacity: 0;
height: 40px;
width: 40px;
line-height: 40px;
z-index: 10;
text-align: center;
cursor: pointer;
font-size: 26px;
color: var(--white);
box-shadow: rgba(0, 0, 0, .3) 0 0 10px;
padding: 0;
background: var(--themecolor) !important;
border: 1px solid var(--themecolor);
border-radius: 6px;
display: inline-flex;
align-items: center;
justify-content: center;
}
.scrollTop:hover { 
background: var(--black) !important;
color: var(--white) !important;
} */

:has(.is-katam) { 
	& .orange-bg { 
		background: transparent linear-gradient(134deg, #118acb 0%, #095680 100%) 0% 0% no-repeat padding-box;
	}
	& .experties-list p span { 
		& img { 
			filter: invert(5%) sepia(103%) saturate(617%) hue-rotate(156deg) brightness(102%) contrast(70%);
		}
	}
} 

.download_pdf { 
	display: none;
	background: #fff;
	border-radius: 10px;
	max-width: 950px; width: 100%;
	padding: 50px;
}
.download_pdf .flex-container {
    justify-content: space-between;
    position: relative;
    &:after {
        content:'';
        position:absolute;
        top:0; left:50%;
        width:0px; height:100%;
        border:1px solid rgb(0 0 0 / 10%);
        transform:translateX(-50%);
        z-index:1;
    }
}

.toner-slide-pdf, .ketam-slide-pdf {
    width: calc(50% - 30px);
	text-align: center;
    & .img-wrap {
        margin-bottom:25px;
    }
    & .heading-20 {
        display:inline-block;
        width:100%;
        margin-bottom: 30px;
        line-height: 1.35;
    }
	& .btn-theme.is-katam-btn {
		background-color: var(--blue);
		&:hover {
			background-color: var(--black);
		}
	}
}



@media (max-width: 1599.98px) {


	.ft-column-two {
	}
	.footer-link-wrapper {
		padding: 0px 0 80px;
	}
	/* .footer-top {
	&:after { left: -200px; } 
} */
	.footer-links-wrap { 
		padding-left: 60px;
		gap: 50px;
	}
}

@media (max-width: 1439.98px) {


	.footer-top {
		margin-bottom: 50px;
		padding: 35px 0 30px;
		&::after { display: none;}
		& .right {
			min-width: 360px;
		}
	}
	.footer-link-wrapper {
		padding: 0px 0 50px;
	}
	.footer-top .btnlist {
		& > a.button {
			padding-inline: 15px;
		}
	}
	footer.footer-sec {
		& .footer-bg > .flex-container { 
			border-radius: 0 0 0 35px;
		} 
	}
	.ft-column-one {
		min-width: 275px;
		padding-right: 20px;
	}
	.footer-links-wrap {
		padding-left: 55px;
		gap: 25px;
	}
	.ft-column-four { padding-left: 25px; }   
}

@media (max-width: 1199.98px) {

	.footer-links-wrap {
		padding-left: 0px;
		flex-wrap: wrap;
	}
	.footer-links-wrap {
		padding-left: 30px;
		justify-content: flex-start;
		column-gap: 50px;
	}
	.ft-column-four {
		padding-left: 25px;
		padding-left: 0;
		border: 0px;
	}

	.footer-top {
		margin-bottom: 50px;
		padding: 35px 0 30px;
		& .left { 
			& .img-wrap.ft-logo { 
				max-width: 220px;
				margin-right: 30px;
			} 
			& > img {  
				display: none;
			}
			&::after {
				display: none;
			}
		} 
	}
	.ft-column-two {
		width: 100%;
		margin-bottom: 40px;
		& ul { column-count: 3; }
	}

	/* --------------#free-quote----------------- */
	#free-quote .popup-body .pop-up-left {
		width: 50%;
		padding: 45px 40px 45px 40px;
	}
	#free-quote .popup-body .pop-up-right {
		width: 50%;
		padding: 45px 40px 45px 40px;
	}
	/* --------------#free-quote----------------- */

}

@media (max-width: 991.98px) {

	ul.ft-get-info {
		flex-direction: column;
	}

	.footer-cta {
		margin-top: 0;
	}

	.footer-link-wrapper {
		padding: 30px 0 20px;
		flex-wrap: wrap;
		gap: 20px;
	}

	.footer-top {
		/* padding: 30px 0; */
		flex-wrap: wrap;
		gap: 10px;
		& .left {
			/* max-width: 100%; */
			gap: 20px;
			padding-right: 0px;
			padding-block: 7px;
			align-items: center;
			/* width: 100%; */
			& > .img-wrap.ft-logo {
				margin-right: 15px;
			}
			/* flex-direction: row-reverse; */
			& .heading-42 { text-align: left; }
		}
		& .right { gap: 7px; }
		& .btnlist { gap: 10px; }  
	}

	.social-media-links { 
		justify-content: flex-end;
	}

	.affiliated-business { 
		& .img-wrap { 
			max-width: 150px;
		}
	}

	.ft-get-info li {
		margin-bottom: 15px;
		break-inside: avoid;
	}
	ul.ft-get-info {
		column-count: 2;
		flex-direction: row;
		display: block;
	}

	.footer-title, .ft-title  { margin-bottom: 20px; }
	.ft-column-one {
		min-width: 100%;
		padding-right: 0;
		width: 100%;
		border: 0;
		& > a.img-wrap { width: 277px; max-width: 100%; } 
		& > * { max-width: 100%;}
	}
	.copyright {
		justify-content: center;
		flex-wrap: wrap;
		padding: 20px 0;
	}
	.ft-column-two {
		padding-left: 0;
		margin-bottom: 15px;
	}
	.footer-links-wrap {
		flex-wrap: wrap;
		padding-left: 0px;
		gap: 15px;
		column-gap: 50px;
	}
	.ft-column-one {

	}

	footer.footer-sec {
		& .footer-bg {
			& .section_ark { display: none; } 
		}
	}

	
	/* --------------#free-quote----------------- */
	#free-quote .popup-body .pop-up-left {
		width: 50%;
		padding: 50px 20px 45px 20px;
	}
	#free-quote .popup-body .pop-up-right {
		width: 50%;
		padding: 50px 20px 45px 20px;
	}
	/* --------------#free-quote----------------- */
	.copyright p { 
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		padding-inline: 15px;
	}
	.copyright { 
		padding: 10px 0;
	}
	.footer-top {
		margin-bottom: 0px;
		padding: 25px 0 25px;
		& .flex-container { row-gap: 20px; }
	}
	.copyright {
		& .flex-container {
			justify-content: center;
		}
	}
	.download_pdf {
        max-width: 95%;
        padding: 40px 20px;
		& .flex-container {
            gap: 30px;
        }
    }
	.toner-slide-pdf, .ketam-slide-pdf {
		width: calc(50% - 15px); 
	}
}

@media (max-width: 767.98px) {

	.footer-top {
		& .btnlist {
			gap: 10px;
			& .phone-link {
				& .wrapper { font-size: 16px; 
					& > span {
						font-size: 12px;
					}
				}
			}
		}
	}

	.ft-column-one { 
		width: 100%;
		min-width: 0;
		padding-inline-end: 0;
		border: 0;
		& > a.img-wrap { 
			padding-bottom: 15px;
			margin-bottom: 15px;
			width: 100%;
		}
	}
	.ft-column-two { width: 100%;}
	.footer-links-wrap { 
		padding-inline-start: 0;
		width: 100%;
	}
	/* pop-up-gee-a-Quote */
	.popup-wrap {
		column-gap: 10px;
		flex-direction: column;
		row-gap: 30px;
	}
	#free-quote .popup-body .pop-up-right {
		padding: 40px;
	}
	.footer-top {
		padding-bottom: 15px;
		& .left {
			& > .img-wrap {
				/* margin: 0 auto 20px; */
			}
		}
		& .right { min-width: unset; flex-wrap: wrap; gap: 10px;} 
	}
	.ft-get-info li a {  font-size: 16px;}
	.ft-column-three {
		& > .footer-links { width: 100%;} 
	}
	.footer-link-wrapper { padding: 20px 0 20px; }
	/* --------------#free-quote----------------- */

	#free-quote .popup-body .pop-up-left {
		width: 50%;
		padding: 50px 20px 45px 20px;
		display: none;
	}
	#free-quote .popup-body .pop-up-right {
		width: 100%;
		padding: 50px 20px 45px 20px;
	}
	/* --------------#free-quote----------------- */

	.download_pdf {
		padding: 30px 20px;
		width: 95%;
        max-width: 500px;	
		& .flex-container {
			&:after { display: none; }
			flex-wrap: wrap;
			gap: 0px;
		}
	} 
	.toner-slide-pdf, .ketam-slide-pdf {
		width: 100%;
		padding-bottom: 20px;
		& .img-wrap { margin-bottom: 15px; }
		& .heading-20 { margin-bottom: 15px; }
		& .btn-theme { padding: 10px 18px;  }

	}
	
	.ketam-slide-pdf { 
		padding-top:20px;
		padding-bottom:0;
		border-top: 1px solid rgb(0 0 0 / 10%);
	}
}

@media (max-width: 575.98px) {

	.footer-links,
	.footer-links ~ .social-links {
		display: none;
		margin-bottom: 0;
		margin-top: 20px;
		padding-left: 20px;
	}

	.footer-links li:last-child { 
		margin-bottom: 0;
	}
	.footer-link-wrapper [class*="ft-column-"] {
		width: 100%;
		margin-bottom: 10px;
		border-bottom: 1px solid rgb(255 255 255 / 10%);
		padding-bottom: 20px;
		border-right: none;
		padding-left: 0;
		padding-right: 0;
	}
	.footer-link-wrapper [class*="ft-column-"] .footer-title {
		position: relative;
		font-size: 16px;
		cursor: pointer;
		line-height: 1.2;
		&::after {
			content: "";
			position: absolute;
			height: 14px;
			width: 14px;
			top: 4px;
			right: 0;
			display: inline-flex;
			align-items: center;
			margin: 0 0 0px;
			background: url(../images/icon/plus.svg) no-repeat center;
			cursor: pointer;
			filter: brightness(0) invert(1);
			transform: rotate(180deg);
			transition: all 0.5s ease-in-out;
			-webkit-transition: all 0.5s ease-in-out;
			-ms-transition: all 0.5s ease-in-out;
		}
	}
	.footer-link-wrapper [class*="ft-column-"] .footer-title.showhide::after {
		background: url(../images/icon/minus.svg) no-repeat center;
		filter: brightness(0) invert(1);
		transform: rotate(360deg);
		transition: all 0.5s ease-in-out;
		-webkit-transition: all 0.5s ease-in-out;
		-ms-transition: all 0.5s ease-in-out;
	}
	.footer-title.showhide + .footer-links,
	.footer-links.showhide ~ .social-links {
		display: block;
	}
	.ft-get-info {
		margin-bottom: 20px;
	}
	.footer-link-wrapper {
		border-bottom: 0;
		margin-bottom: 0;
	}
	.footer-link-wrapper {
		padding: 20px 0 20px;
		gap: 11px;
	}
	.footertitletop {
		font-size: 16px;
		font-weight: 700;
	}
	.ft-get-info li {
		margin-bottom: 0;
		margin-bottom: 10px;
	}
	.ft-get-info li label {
		font-size: 14px;
		line-height: 24px;
	}
	.ft-get-info li address {
		max-width: 100%;
		font-size: 14px;
	}
	.ft-get-info li a {
		font-size: 16px;
	}
	.ft-get-info {
		font-size: 14px;
		margin-bottom: 0;
	}
	.footer-links-wrap { 
		gap: 10px;
	}
	.footer-links li a,
	.ftbottom-links a,
	.ftbottom-links {
		color: #ffffff;
		font-size: 14px;
	}
	ul.ft-get-info {
		margin-bottom: 10px;
		flex-wrap: wrap;
		display: inline-flex;
		/* gap: 20px; */
		column-count: 1;
		margin-bottom: 0;
		& > a, & > p {
			font-size: 14px !important;
		}
	}

	.ft-column-five {
		margin-bottom: 0 !important;
	}

	.footer-title {
		margin-bottom: 0;
	}
	.ft-title { 
		margin-bottom: 15px;
		position: relative;
		font-size: 16px;
	} 
	.footer-top {
		& .flex-container {
			row-gap: 10px; justify-content: center;
		}
		& .social-media-links {
			order: 2;
			justify-content: center;
		}
	}
	.ft-column-one {
		& .footer-title { 
			&:after { display: none !important; }
		}
	}
	.copyright {
		& .flex-container {
			row-gap: 5px;
		}
	}
	.copyright p {
		/* font-size: 14px; */
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		padding-inline: 0;
	}
	.experties-list.card {
		min-width: 130px;
	}
	.carousel {
		column-gap: 30px;
	}
	.group {
		column-gap: 40px;
	}
	.footer-cta {
		margin-top: 0;
		margin-bottom: 20px;
	}
	.footer-top {
		& .right {
			min-width: auto;
		}
	}
	.footer-top {
		& .left { align-items: flex-start; }

	}
	.footer-title + .ft-get-info {
		margin-top: 20px;
	}
	.ft-get-info li {
		width: 100%;
		& > a, & > p { font-size: 14px !important; } 
	}
	footer.footer-sec {
		& .footer-bg > .flex-container {
			border-radius: 0 0 0 0px;
		}
	}
	.ft-column-three {
		& > .footer-links {
			/* width: 160px; */
			column-count: 1;
			& li:last-child {
				margin-bottom: 0px;
			}
		}
	}

	.ft-column-two {
		& ul {
			column-count: 2;
		}
	}
	.social-media-links {
		& > p { display: none; } 
	}
	/* --------------#free-quote----------------- */
	#free-quote.fancybox-content { 
		width: 95%;
	}
	#free-quote .popup-body .pop-up-right {
		padding: 30px;
	}
	#free-quote .popup-body .pop-up-left { display: none; }

	#free-quote textarea.form-control {
		margin-bottom: 15px;
		min-height: 80px;
	}
	/* --------------#free-quote----------------- */
	.download_pdf {max-width: 350px; }
	.toner-slide-pdf, .ketam-slide-pdf { 
		padding-bottom: 30px;
        display: inline-flex;
        flex-direction: column;
        align-items: center;
		& .imf-wrap{ max-width: 200px;}
		& .heading-20 {
            margin-bottom: 15px;
            max-width: 250px;
        }
	}
	& .ketam-slide-pdf {
		padding-top: 30px;
		padding-bottom: 0px;
		& .imf-wrap{ max-width: 150px;}
	}

}
