.cscs-card-blog {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
}
.cscs-card-img {
	position: relative;
	display: flex;
	width: 100%;
	margin: 0 0 24px;
	padding: 24px 53px;
	background: url(../images/card-BG.svg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	mask-image: url(../images/accordion+media-element-bg-light-blue.svg);
    -webkit-mask-image: url(../images/accordion+media-element-bg-light-blue.svg);
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-position: center;
    mask-size: contain;
    -webkit-mask-size: contain;
    background-color: var(--sk-skeen);
}
.cscs-card-img img {
	width: 100%;
	height: 210px;
	object-fit: contain;
}
.cscs-card-info h3 {
	font-size: 28px;
	line-height: 1.3;
	margin: 0 0 3px;
}
.cscs-card-info h3 a {
	text-decoration: none;
}
.cscs-card-info p {
	color: var(--sk-black);
	margin: 0 0 6px;
	font-size: 20px;
	line-height: 1.4;
	font-weight: 400;
}
.cscs-card-meta {
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 1.5;
	color: #484848;
}
.cscs-card-bottom {
	flex: 1 0 0;
	display: flex;
	align-items: flex-end;
	margin-top: 28px;
}
.cscs-card-bottom .btn-outer {
	gap: 0;
}
.cscs-card-bottom .btn-outer .btn:last-child {
	border-left: none;
}
.cscs-card-bottom .btn {
	line-height: 1.3;
	font-weight: 500;
	padding: 15px 20px;
	flex: 1 0 0;
	justify-content: center;
	gap: 10px;
}
.cscs-card-bottom .btn i {
	width: auto;
	min-width: auto;
	height: auto;
	background-color: transparent;
}
.cscs-card-bottom .btn i:before {
	display: none;
}
.cscs-card-bottom .btn img {
	min-width: 15px;
}
.cscs-card-bottom .btn:before {
	display: none;
}
.phone-link {
	position: relative;
	display: inline-flex;
	align-items: center;
	color: var(--sk-black);
	text-decoration: none;
	gap: 11px;
	font-size: 16px;
	line-height: 1.2;
}
.phone-link img {
	display: flex;
	width: 20px;
	min-width: 20px;
}
.phone-link:hover {
	text-decoration: underline;
	color: var(--sk-black);
}
.gray-graphics-bottom {
    width: 100%;
    height: 70px;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    position: relative;
    display: flex;
    margin-top: -5px;
}
.gray-graphics-top {
    width: 100%;
    height: 70px;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    position: relative;
    display: flex;
    margin-bottom: -5px;
}
.light-wave {
	position: absolute;
	display: flex;
	width: 100%;
	height: 90%;
	background-size: 1600px;
	background-repeat: no-repeat;
	background-position: center;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.card-item {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
}
.card-item-img {
	position: relative;
	display: flex;
	width: 100%;
	margin: 0 0 14px;
}
.card-item-info h3 {
	color: var(--sk-black);
	font-size: 24px;
	margin-bottom: 9px;
}
.cards-filter-area .card-item-info h3 {
	font-size: 32px;
}
.card-item-info h3 a {
	color: var(--sk-black);
	text-decoration: none;
}
.card-item-info h3 a:hover {
	color: inherit;
	text-decoration: underline;
}
.cards-filter-area .card-item-info h3 a {
	color: var(--sk-black);
	text-decoration: none;
}
.cards-filter-area .card-item-info h3 a:hover {
	color: var(--sk-secondary);
	text-decoration: underline;
}
.card-item-info p {
	font-size: 18px;
	line-height: 1.45;
	color: var(--sk-black);
	margin-bottom: 20px;
}
.card-item .link-arrowed {
	opacity: 0;
	visibility: hidden;
	color: var(--sk-black);
	font-weight: 700;
	border-bottom: 2px solid var(--sk-primary);
	padding-bottom: 5px;
}
.card-item:hover .link-arrowed {
	opacity: 1;
	visibility: visible;
}
.card-item .link-arrowed:hover {
	color: var(--sk-black);
}
.card-slider.owl-carousel .owl-nav {
    position: absolute;
    right: 0;
    top: -100px;
    width: auto;
}
.card-slider.owl-carousel .owl-nav .owl-prev,
.card-slider.owl-carousel .owl-nav .owl-next {
    position: relative;
    display: inline-flex;
    width: 48px;
    height: 48px;
    background-color: var(--sk-primary);
    border: 1px solid var(--sk-black);
    font-size: 0;
    outline: none;
    box-shadow: none;
    margin: 0 0 0 8px;
    transition: all 0.3s ease-out;
    cursor: pointer;
}
.card-slider.owl-carousel .owl-nav .owl-prev:hover,
.card-slider.owl-carousel .owl-nav .owl-next:hover {
	background-color: var(--sk-secondary);
} 
.card-slider.owl-carousel .owl-nav .owl-prev:before,
.card-slider.owl-carousel .owl-nav .owl-next:before {
    position: absolute;
    content: '';
    display: flex;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 14px;
    height: 14px;
    background: url(../images/slider-arrow.svg) no-repeat center;
    background-size: contain;
    background-repeat: no-repeat;
}
.card-slider.owl-carousel .owl-nav .owl-prev:hover:before,
.card-slider.owl-carousel .owl-nav .owl-next:hover:before {
	background: url(../images/slider-arrow-white.svg) no-repeat center;
    background-size: contain;
}
.card-slider.owl-carousel .owl-nav .owl-prev:before {
    transform: translate(-50%,-50%) rotate(-180deg);
}
.cars-slider-section .content-title {
    padding-right: 124px;
}
.card-slider-outer {
	position: relative;
	z-index: 2;
}
.card-row > .row {
	--bs-gutter-x: 39px;
	--bs-gutter-y: 41px;
}
.loop-layout-list-view.row {
	--bs-gutter-x: 24px;
	--bs-gutter-y: 24px;
} 
.loop-layout-list-view .card-item {
	flex-direction: row;
	padding: 25px 44px 25px 24px;
	gap: 59px;
	align-items: center;
	background-color: #FFFFFF;
    border-radius: 4px;
    box-shadow: 0 2px 6px 0 rgba(112, 120, 135, 0.24);
	max-width: 1033px;
	margin-left: auto;
	margin-right: auto;
}
.loop-layout-list-view .card-item .card-item-img {
	width: 307px;
	min-width: 307px;
	margin: 0;
}
.loop-layout-list-view .card-item .link-arrowed {
    opacity: 1;
    visibility: visible;
}
.max-width-1033 {
	max-width: 1033px;
	margin-left: auto;
	margin-right: auto;
}
@media (max-width: 1440px) {
	.cscs-card-img img {
	    height: 200px;
	}
}
@media (max-width: 1199px) {
	.cscs-card-img img {
	    height: 138px;
	}
}
@media (max-width: 991px) {
	.cscs-card-img img {
	    height: 168px;
	}
	.cars-slider-section .content-title {
	    padding-right: 0;
	}
	.card-slider.owl-carousel .owl-nav {
	    position: absolute;
	    right: auto;
	    top: auto;
	    width: 100%;
	    bottom: 0;
	    left: 0;
	    z-index: 0;
	}
	.card-slider.owl-carousel .owl-nav .owl-prev:before,
	.card-slider.owl-carousel .owl-nav .owl-next:before {
		width: 14px;
		height: 14px;
		left: auto;
		right: 0px;
		transform: translateY(-50%);
	}
	.card-slider.owl-carousel .owl-nav .owl-prev:before {
		left: 0px;
		right: auto;
		transform: translateY(-50%) rotate(-180deg);
	}
	.card-slider.owl-carousel .owl-nav .owl-prev,
	.card-slider.owl-carousel .owl-nav .owl-next {
	    position: relative;
	    display: inline-flex;
	    width: 20px;
	    height: 20px;
	    background-color: transparent;
	    border: none;
	    font-size: 0;
	    outline: none;
	    box-shadow: none;
	    margin: 0 12px 0 0;
	    float: left;
	    z-index: 2;
	}
	.card-slider.owl-carousel .owl-nav .owl-next {
		text-align: right;
		float: right;
	}
	.card-slider.owl-carousel .owl-nav .owl-prev:after,
	.card-slider.owl-carousel .owl-nav .owl-next:after {
	    display: none;
	}
	.card-slider.owl-carousel .owl-dots {
		position: relative;
		display: block;
		text-align: center;
		margin: 30px 25px 0;
		padding: 0;
	}
	.card-slider.owl-carousel .owl-dots .owl-dot {
		position: relative;
		display: inline-flex;
		width: 6px;
		height: 6px;
		background-color: transparent;
		padding: 0;
		border-radius: 50%;
		border: 1px solid var(--sk-black);
		margin: 0 3px;
	}
	.card-slider.owl-carousel .owl-dots .owl-dot.active {
		background-color: var(--sk-black);
	}
	.card-item .link-arrowed {
		opacity: 1;
		visibility: visible;
	}
	.cards-filter-area .card-item-info h3 {
		font-size: 24px;
	}
	.loop-layout-list-view .card-item {
		gap: 30px;
		padding: 25px;
	}
}
@media (max-width: 767px) {
	.cscs-card-img {
		padding: 20px 46px;
		margin-bottom: 18px;
	}
	.cscs-card-img img {
	    height: auto;
	}
	.cscs-card-bottom .btn {
		padding: 13px 15px;
	}
	.card-item-info p {
		margin-bottom: 15px;
	}
	.gray-graphics-bottom {
	    height: 40px;
	}
	.gray-graphics-top {
	    height: 40px;
	}
	.cscs-card-info p {
	    font-size: 18px;
	}
	.loop-layout-list-view .card-item {
		gap: 15px;
		flex-direction: column;
		padding: 25px 20px;
	}
	.loop-layout-list-view .card-item .card-item-img {
	   	margin: 0 0;
		width: 100%;
		min-width: 100%;
	}
	
}