.tab-content-slider-module .top-content {
	display: block;
	margin: auto;
	max-width: 560px;
	text-align: center;
	margin-bottom: 40px;
}
.tab-content-slider-module .top-content .title {
	font-size: 62px;
	font-style: normal;
	font-weight: 700;
	line-height: 57px;
	margin-bottom: 36px;
}
.tab-content-slider-module .top-content .desc {
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 31px;
}
.tab-content-slider-module .tab-content-item {
	display: none;
}
.tab-content-slider-module .tab-content-item.active {
	display: block;
}
.tab-content-slider-module .tabs-flex {
	display: flex;
	justify-content: flex-start;
	list-style-type: none;
	margin: 0;
	padding: 0;
	gap: 30px;
	overflow-x: auto;
}
.tab-content-slider-module .tab-click {
	padding: 24px 34px;
	display: block;
	border-radius: 9px 9px 0px 0px;
	border: 1px solid #E0E0E0;
	background: #FFF;
	box-shadow: 0px 30px 70px 0px rgba(31, 44, 64, 0.03);
	cursor: pointer;
	width: 100%;
	max-width: 315px;
	border-bottom: 0!important;
}
.tab-content-slider-module .tab-click.active {		
	border: 1px solid #E0E0E0;	
	background: linear-gradient(0deg, #F47E20 -75.75%, #F47E20 -46.27%, rgba(244, 126, 32, 0.00) 96.57%);
	filter: drop-shadow(0px 30px 70px rgba(31, 44, 64, 0.03));	
}
.tab-content-slider-module .tab-click .first-image {
	display: block;
}
.tab-content-slider-module .tab-click .clicked-image {
	display: none;
}
.tab-content-slider-module .tab-click.active .first-image {
	display: none;
}
.tab-content-slider-module .tab-click.active .clicked-image {
	display: block;
}
/* .tab-click:hover {
background-color: #AAA;
} */
.tab-content-slider-module .tab-click .tab-title {
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: 37px;	
}
.tab-content-slider-module .tab-content {
	background: linear-gradient(180deg, #F47E20 -75.75%, #F47E20 -46.27%, rgba(244, 126, 32, 0.00) 96.57%);
	filter: drop-shadow(0px 30px 70px rgba(31, 44, 64, 0.03));
}
.tab-content-slider-module .tab-content .tab-content-section {
	padding: 54px 0 80px 0;
}
.tab-content-items .box-category-item {
	border-radius: 10px;
	/* 	background: linear-gradient(180deg, #F47E20 -36.34%, #130F63 113.05%, #130F63 146.05%); */
	display: block;
	overflow: hidden;	
}
.tab-content-items .box-category-item .box-flex {
	display: flex;
	flex-wrap: wrap;
}
.tab-content-items .box-category-item .box-flex .box-flex-item {
	flex-basis: 50%;	
}
.tab-content-items .box-category-item .box-flex .content-item {
	padding: 70px 80px;	
	background: linear-gradient(180deg, #F47E20 -36.34%, #130F63 113.05%, #130F63 146.05%);
}
.tab-content-items .box-category-item .box-flex .content-item .item-title {
	color: #fff;
	margin-bottom: 22px;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: 125%; /* 40px */
	letter-spacing: 0.16px;
}
.tab-content-items .box-category-item .box-flex .content-item .item-desc,
.tab-content-items .box-category-item .box-flex .content-item .item-desc p {
	color: #fff;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 125%; /* 20px */
	letter-spacing: 0.08px;
}
.tab-content-items .box-category-item .box-flex .image-item {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.tab-content-items .box-category-item .box-flex .image-item .mobile-image {
	display: none;
}
.tab-content-section .main-title {
	text-align: center;
	margin-bottom: 36px;
	font-size: 48px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%; /* 57.6px */
	letter-spacing: 0.24px;
	text-transform: capitalize;
}
@media (min-width: 1024px) {
	.tab-content-items .box-category-item .box-flex {
		max-height: 538px;
		min-height: 538px;
		height: 100%;
	}
}
@media (max-width: 1100px) {
	.tab-content-items .box-category-item .box-flex .content-item {
		padding: 50px;
	}
}
@media (max-width: 1023px) {
	.tab-content-items .box-category-item .box-flex .image-item .mobile-image {
		display: block!important;
	}
	.tab-content-items .box-category-item .box-flex .image-item {
		background-image: none!important;
	}
	.tab-content-items .box-category-item .box-flex {
		display: block;
	}
	.tab-content-items .box-category-item .box-flex .content-item {
		padding: 50px;
	}
}
@media (max-width: 767px) {
	.tab-content-items .box-category-item .box-flex .content-item {
		padding: 30px!important;
	}
	.tab-content-slider-module .top-content .title {
		margin-bottom: 20px;
	}
}
.owl-carousel.tab-content-slider-owl .owl-nav {
	display: flex;
	justify-content: space-around;
	/* 	margin-top: 25px;
	position: relative; */
}
/* Scroll Prompt Arrow animation css */
.owl-carousel.tab-content-slider-owl .owl-nav .scroll-prompt.scroll-prompt-left {
	transform:rotate(90deg) scaleX(-1);
	background: transparent;
}
.owl-carousel.tab-content-slider-owl .owl-nav .scroll-prompt.scroll-prompt-right {
	transform:rotate(270deg) scaleX(-1);
}
.owl-carousel.tab-content-slider-owl .owl-nav .scroll-prompt {
	transform:rotate(90deg) scaleX(-1);  
	background: transparent;
}
.owl-carousel.tab-content-slider-owl .owl-nav .scroll-prompt.scroll-prompt-right .scroll-prompt-arrow-container {
	margin-right: -18px;
	margin-left: 0;
}
.owl-carousel.tab-content-slider-owl .owl-nav .scroll-prompt .scroll-prompt-arrow-container {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -18px;
	-webkit-animation-name: bounce;
	animation-name: bounce;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}
.owl-carousel.tab-content-slider-owl .owl-nav .scroll-prompt .scroll-prompt-arrow {
	-webkit-animation-name: opacity;
	animation-name: opacity;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}
.owl-carousel.tab-content-slider-owl .owl-nav .scroll-prompt .scroll-prompt-arrow:last-child {
	animation-direction: reverse;
	margin-top: -6px;
}
.owl-carousel.tab-content-slider-owl .owl-nav .scroll-prompt .scroll-prompt-arrow > div {
	width: 20px;
	height: 20px;
	border-right: 5px solid #130F63;
	border-bottom: 5px solid #130F63;;
	transform: rotate(45deg) translateZ(1px);
}

@-webkit-keyframes opacity {
	0% {
		opacity: 0;
	}
	10% {
		opacity: 0.1;
	}
	20% {
		opacity: 0.2;
	}
	30% {
		opacity: 0.3;
	}
	40% {
		opacity: 0.4;
	}
	50% {
		opacity: 0.5;
	}
	60% {
		opacity: 0.6;
	}
	70% {
		opacity: 0.7;
	}
	80% {
		opacity: 0.8;
	}
	90% {
		opacity: 0.9;
	}
	100% {
		opacity: 1;
	}
}

@keyframes opacity {
	0% {
		opacity: 0;
	}
	10% {
		opacity: 0.1;
	}
	20% {
		opacity: 0.2;
	}
	30% {
		opacity: 0.3;
	}
	40% {
		opacity: 0.4;
	}
	50% {
		opacity: 0.5;
	}
	60% {
		opacity: 0.6;
	}
	70% {
		opacity: 0.7;
	}
	80% {
		opacity: 0.8;
	}
	90% {
		opacity: 0.9;
	}
	100% {
		opacity: 1;
	}
}
@-webkit-keyframes bounce {
	0% {
		transform: translateY(0);
	}
	10% {
		transform: translateY(3px);
	}
	20% {
		transform: translateY(6px);
	}
	30% {
		transform: translateY(9px);
	}
	40% {
		transform: translateY(12px);
	}
	50% {
		transform: translateY(15px);
	}
	60% {
		transform: translateY(18px);
	}
	70% {
		transform: translateY(21px);
	}
	80% {
		transform: translateY(24px);
	}
	90% {
		transform: translateY(27px);
	}
	100% {
		transform: translateY(30px);
	}
}
@keyframes bounce {
	0% {
		transform: translateY(0);
	}
	10% {
		transform: translateY(3px);
	}
	20% {
		transform: translateY(6px);
	}
	30% {
		transform: translateY(9px);
	}
	40% {
		transform: translateY(12px);
	}
	50% {
		transform: translateY(15px);
	}
	60% {
		transform: translateY(18px);
	}
	70% {
		transform: translateY(21px);
	}
	80% {
		transform: translateY(24px);
	}
	90% {
		transform: translateY(27px);
	}
	100% {
		transform: translateY(30px);
	}
}

/* Fold Changes code */
.tab-content-slider-module .tab-click {
	padding: 15px 20px;
}
.tab-content-slider-module .tab-box {
	display: flex;
	gap: 15px;
	align-items: center;
}
.tab-content-slider-module .tab-click .tab-title {
	font-size: 24px;
	line-height: 34px;
}
.tab-content-section .main-title {
	font-size: 39px;
	margin-bottom: 24px;
}
.tab-content-items .box-category-item .box-flex .content-item {
	padding: 50px;
}
.tab-content-slider-module .tab-content .tab-content-section {
	padding-top: 40px;
}
.tab-content-slider-module .tabs-flex .tab-box img {
	display: block;
	height: 100%;
	width: 100%;
	min-width: 70px;
	min-height: 70px;
}
@media (min-width: 1024px) {
	.tab-content-items .box-category-item .box-flex {
		max-height: 498px;
		min-height: 498px;
		height: 100%;
	}
	.tab-content-section button.owl-prev, .tab-content-section button.owl-next {
		cursor: pointer;
		position: absolute;		
		z-index: 5;
		bottom: auto;
		top: -40px;
	}
	.tab-content-section button.owl-prev {
		margin-left: 60px;
		left: 0;
	}
	.tab-content-section button.owl-next {
		right: 0;
		margin-right: 60px;
	}
}
@media (max-width: 1023px) {
	.owl-carousel.tab-content-slider-owl .owl-nav {
		margin-top: 20px;
	}
}
@media (min-width: 1100px) {
	.tab-content-slider-module ul.tabs-flex::-webkit-scrollbar {
		display: none;		
	}	
}
.tab-content-slider-module ul.tabs-flex::-webkit-scrollbar {
	-webkit-box-shadow: inset 0 0 2px #130F63;
	border-radius: 2px;
	height: 2px;
	background-color: #130F63;
	width: 50%;
}
@media (max-width: 767px) {
	.tab-content-slider-module .top-content .desc {
		font-size: 18px;
		line-height: 125%;
	}
}

/* New css */
{#
.mobile-view {
	display: block;
}
@media (min-width: 767px) {
	.mobile-view {
		display: none;
	}
}
@media (max-width: 768px) {
	.desktop-view {
		display: none!important;
	}
}
#}

@media (max-width: 1023px) {
	.tab-content-slider-module .owl-nav {
		position: absolute;
		top: 50%;
		width: 100%;
		display: flex;
		justify-content: space-between;
	}
	.tab-content-slider-module .owl-nav .owl-prev {
    background: #F47E20!important;    
    font-size: 20px!important;
    left: 0;
    position: absolute;
    top: 10px;
	}	
	.tab-content-slider-module .owl-nav .owl-next {
		background: #F47E20!important;
		font-size: 20px!important;
		position: absolute;
		right: 0;
		top: 10px;
	}
	.tab-content-slider-module button.owl-next,
	.tab-content-slider-module button.owl-prev {
		align-items: center;
		border: 1px solid #F47E20!important;
		display: flex;
		height: 34px;
		justify-content: center;
		width: 34px;
	}
	.tab-content-slider-module button.owl-next span,
	.tab-content-slider-module button.owl-prev span {
		color: #FFF!important;
	}
}

/* Tab list css */
@media (max-width: 1139px) {
	.tab-content-slider-module .tab-click .tab-title {
		font-size: 18px;
		line-height: 125%;
	}
}
@media (max-width: 1023px) {	
	.tab-content-slider-module .tab-click .first-image {
		display: none!important;
	}
	.tab-content-slider-module .tabs-flex .tab-box img {
		min-width: 50px;
		min-height: 50px;
	}
	.tab-content-slider-module .tabs-flex {
		overflow-x: unset!important;
	}
}
@media (max-width: 767px) {
	.tab-content-slider-module .tabs-flex {
		gap: 5px!important;
	}
	.tab-content-slider-module .tab-click {
		padding-left: 10px;
		padding-right: 10px;
	}	
	.tab-content-slider-module .tabs-flex .tab-box img {
		min-width: 30px;
		min-height: 30px;
	}
	.tab-content-slider-module .tab-box {
		gap: 4px!important;
	}
	.tab-content-slider-module .tab-click .tab-title {
		font-size: 16px;
		line-height: 125%;
	}
}
@media (max-width: 500px) {
	.tab-content-slider-module .tab-click.active .clicked-image {
		display: none!important;
	}
	.tab-content-slider-module .tab-click .tab-title {
		font-size: 12px;
		line-height: 125%;
	}
	.tab-content-slider-module .tabs-flex {
		margin-left: -10px;
		margin-right: -10px;
	}
}
@media (max-width: 374px) {
	.tab-content-slider-module .tabs-flex {
		gap: 1px!important;
	}
	.tab-content-slider-module .tab-click {
		padding: 10px 2px!important;
	}	
	.tab-content-slider-module .tab-box {
		gap: 1px!important;
	}
}

/* End of Tab List css */