.sub-page{
   background-color: #fff; 
}
.sub_bg.billers{
    background: url('../images/billers_hero_bg.jpg') no-repeat top center #000027;
	background-size: cover;
    min-height: 780px;
}

/* billers section Start */

.sub-page.billers .main-content-wrap{
	background-color: #f2f4f8;
	padding-bottom: 40px;
	padding-top: 80px;
}
.sub-page.billers .main-content-wrap .main-content .title{
	font-size: 50px;
	line-height: 60px;
	font-weight: 500;
	background: #0069FD;
	background: linear-gradient(to right, #0069FD 0%, #121212 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-bottom: 65px;
}

.sub-page.billers .main-content-wrap .main-content .box-wrap{
	padding: 15px;
}
.sub-page.billers .main-content-wrap .main-content .box-wrap .box{
	background-color: #fff;
	padding: 16px 19px 19px 19px;
	height: 192px;
	border-radius: 5px;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0);
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-property: box-shadow;
	transition-property: box-shadow;
	box-shadow: inset 0 0 0 0px #fff, 0 0 1px rgba(0, 0, 0, 0); 
	display: flex;
  	flex-direction: column;
	position: relative;
}
.sub-page.billers .main-content-wrap .main-content .box-wrap .box:before {
	content: ''; /* Pseudo-element to handle inset shadow */
	position: absolute;
	top: 2px;
	left: 2px;
	right: 2px;
	bottom: 2px;
	border-radius: 4px; /* Match the border-radius of the main element */
	border: 3px solid rgb(158, 198, 255);
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.5s ease-in-out;
  	transition: all 0.5s ease-in-out;
  }

.sub-page.billers .main-content-wrap .main-content .box-wrap .box:hover{
	box-shadow: inset 0 0 0 2px #0069fd;
	-webkit-transition: all 0.5s ease-in-out;
  	transition: all 0.5s ease-in-out;
}
.sub-page.billers .main-content-wrap .main-content .box-wrap .box:hover:before {
	visibility: visible;
	opacity: 0.5;
  }
.sub-page.billers .main-content-wrap .main-content .box-wrap .box:hover .box-title{
	color: #0069fd;
	-webkit-transition: all 0.5s ease-in-out;
  	transition: all 0.5s ease-in-out;
}
.sub-page.billers .main-content-wrap .main-content .box-wrap .box:hover .box-content{
	color: #08082d;
	-webkit-transition: all 0.5s ease-in-out;
  	transition: all 0.5s ease-in-out;
}



.sub-page.billers .main-content-wrap .main-content .box-wrap .box .img{
	display: inline-block;
	margin-bottom: 5px;
	border-radius: 50%;
}
.sub-page.billers .main-content-wrap .main-content .box-wrap .box .box-title{
	font-size: 20px;
	line-height: 26px;
	font-weight: 500;
	color: #0e0e30;
	display: inline-block;
	width: 100%;
	margin-bottom: 0;
    -webkit-transition: all 0.5s ease-in-out;
  	transition: all 0.5s ease-in-out;
}
.sub-page.billers .main-content-wrap .main-content .box-wrap .box .box-content{
	font-size: 15px;
	line-height: 24px;
	font-weight: 400;
	color:#6e6e81;
	align-content: baseline;
	margin-bottom: 0px;
	display: inline-block;
	width: 100%;
	display: flex;
	flex-direction: column; /* Stacking content vertically */
	justify-content: flex-end; /* Align content at the bottom */
	flex-grow: 1; /* Content takes the remaining space */
}

.sub-page.billers .main-content-wrap .main-content .action-button a.cta-btn1{
	display: inline-block;
	font-size: 17px;
	font-weight: 500;
	line-height: 13px;
	border-radius: 3px;
	background-color: #1c5af4;
	color: #fff;
	padding: 15px 31px 17px 21px;
	margin-top: 24px;
 }
.sub-page.billers .main-content-wrap .main-content .action-button a.cta-btn1:hover {
	background-color: #356fff;
}

 .sub-page.billers .main-content-wrap .main-content .action-button a.cta-btn1:link svg{
   position: relative;
	top: 0px;
	left: 15px;
	fill: none;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke: #fff;
	stroke-width: 2;
	transform: translateX(-3px);
	transition: all .3s ease;
 }
 .sub-page.billers .main-content-wrap .main-content .action-button a.cta-btn1:hover svg{
   transform: translateX(0);
 }



.sub-page.billers .benefits-content-wrap .benefits-content{
	padding-top: 69px;
	padding-bottom: 93px;
	background-color: #fff;
}
.sub-page.billers .benefits-content-wrap .benefits-content .title{
	font-size: 40px;
	line-height: 32px;
	font-weight: 500;
	margin-bottom: 49px;
	color: #0b0b29;
}
.sub-page.billers .benefits-content-wrap .benefits-content .col-wrap .col{
	display: flex;
  	flex-direction: column;
	margin:0 auto;
	padding: 36px 20px 32px 20px;
	height: 100%;
	min-height: 303px;
	border-radius: 5px;
	max-width: 263px;
	position: relative;
}
.sub-page.billers .benefits-content-wrap .benefits-content .col-wrap .col{
	background: rgb(9,39,137);
	background: linear-gradient(223deg, rgb(9, 39, 137) 16%, rgb(13, 57, 206) 41%, rgb(35, 83, 241) 100%) 
}
/*
.shine::before {
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 100%);	
	content: "";
	display: block;
	height: 100%;
	left: -75%;
	position: absolute;
	top: 0;
	transform: skewX(-25deg);
	width: 50%;
	z-index: 5;
	-webkit-animation: shine 0.85s infinite;
			animation: shine 0.85s infinite;
			animation-delay: 10s;
  }
 
  @-webkit-keyframes shine {
	100% {
	  left: 125%;
	}
  }
  @keyframes shine {
	100% {
	  left: 125%;
	}
  }*/

/*.sub-page.billers .benefits-content-wrap .benefits-content .col-wrap:nth-child(1) .col{
	background: rgb(165,186,255);
	background: linear-gradient(223deg, rgba(165,186,255,1) 0%, rgba(0,59,255,1) 49%, rgba(0,18,78,1) 100%); 
}
.sub-page.billers .benefits-content-wrap .benefits-content .col-wrap:nth-child(2) .col{
	background: rgb(9,39,137);
	background: linear-gradient(223deg, rgb(9, 39, 137) 16%, rgb(13, 57, 206) 41%, rgb(35, 83, 241) 100%) 
}
.sub-page.billers .benefits-content-wrap .benefits-content .col-wrap:nth-child(3) .col{
	background: rgb(0,18,153);
	background: linear-gradient(223deg, rgba(0,18,153,1) 0%, rgba(0,59,255,1) 49%, rgba(43,45,225,1) 100%);  
}
.sub-page.billers .benefits-content-wrap .benefits-content .col-wrap:nth-child(4) .col{
	background: rgb(165,186,255);
	background: linear-gradient(223deg, rgba(165,186,255,1) 0%, rgba(0,59,255,1) 49%, rgba(0,18,78,1) 100%); 

}*/
.sub-page.billers .benefits-content-wrap .benefits-content .col-wrap .col .img{
	display: inline-block;
	margin-bottom: 14px;
}
.sub-page.billers .benefits-content-wrap .benefits-content .col-wrap .col .col-title{
	font-size: 20px;
	line-height: 26px;
	font-weight: 500;
	color: #fff;
	display: inline-block;
	width: 100%;	
	margin-bottom: 24px;
}
.sub-page.billers .benefits-content-wrap .benefits-content .col-wrap .col .col-content{
	font-size: 15px;
	line-height: 24px;
	font-weight: 300;
	color:#fff;
	align-content: baseline;
	margin-bottom: -4px;
	display: inline-block;
	width: 100%;
	display: flex;
	flex-direction: column; /* Stacking content vertically */
	justify-content: flex-end; /* Align content at the bottom */
	flex-grow: 1; /* Content takes the remaining space */
}

.sub-page.billers .categories-wrap {
	background-color: #f2f4f8;
	padding-bottom: 0px;
	padding-top: 86px;
}


.sub-page.billers .categories-wrap .categories-content .content-text{
	font-size: 15px;
	line-height: 24px;
	font-weight: 400;
	margin-bottom: 30px;
	color: #132644;
}

.sub-page.billers .categories-tabs-wrap{
	background-color: #f2f4f8;
	padding-top: 86px;
	padding-bottom: 64px;
}
.sub-page.billers .categories-tabs-wrap .tabs-wrapper {
	padding: 45px 64px;
	max-width: 1268px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	display: flex;
	flex-direction: column;
	background-color: #fff;

  }
  .sub-page.billers .categories-tabs-wrap .tabs-wrapper .tabs-list{
	padding: 13px 20px;
	background-color: #f2f4f8;
	display: flex;
	border-radius: 10px;
	height: fit-content;
	max-width: 276px;
  }
  .sub-page.billers .categories-tabs-wrap .tabs-wrapper .tab_container {
	position: relative;
	background: white;
	padding: 0 0 0 15px;
	display: inline-block;
	width: 75.7% !important;	
}
  .sub-page.billers .categories-tabs-wrap .tabs-wrapper .title{
	font-size: 40px;
	line-height: 31px;
	font-weight: 500;
	margin-bottom: 25px;
	color: #0b0b29;
	padding: 0;
}
.sub-page.billers .categories-tabs-wrap .tabs-wrapper ul.tabs {
	vertical-align: top;
	position: relative;
	width: 100%;
	list-style: none;
	-ms-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	padding-left: 0px;
	margin: 0;
	height: fit-content;
}
.sub-page.billers .categories-tabs-wrap .tabs-wrapper ul.tabs li {
	margin: 0;
	cursor: pointer;
	padding: 16.5px 0px;
	line-height: 31px;
	color: #0b0b29;
	text-align: left;
	font-weight: 300;
	font-size: 18px;
	-ms-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	border-bottom: 1px solid #dfe1e6;
}
.sub-page.billers .categories-tabs-wrap .tabs-wrapper ul.tabs li:last-child{
	border-bottom: 0px;
}
.sub-page.billers .categories-tabs-wrap .tabs-wrapper ul.tabs li .icon{
	margin-right: 15px;
}
.sub-page.billers .categories-tabs-wrap .tabs-wrapper ul.tabs li:hover {
	color: #0b0b29;
	-ms-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	font-weight: 600;
}
.sub-page.billers .categories-tabs-wrap .tabs-wrapper ul.tabs li.active {
	color: #0b0b29;
	-ms-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	font-weight: 600;
}

.sub-page.billers .categories-tabs-wrap .tabs-wrapper .tab-content {
	padding: 0px;
	display: none;
	height: 100%;
}
.box-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	overflow: auto;
  }
  .tab_drawer_heading {
		display: none;
	}
  .category-box {
	min-width: 200px;
	width: 100%;
	height: 100%;
	min-height: 200px;
	border: 1px solid #ece4f6;
	background-color: #fff;
	color:#6e6e81;
	margin: 0px;
	padding: 20px;
	display: flex;
	flex-direction: column;
	align-items: left;
	text-align: left;
	border-radius: 10px;
	transition: all 0.3s ease;
	flex-shrink: 0; /* Prevent the boxes from shrinking */
	box-shadow: 0px 0px 15px -2px rgb(0 0 0 / 8%);
	-webkit-box-shadow: 0px 0px 15px -2px rgb(0 0 0 / 8%);
  }
  .category-box:hover {
	border: 1px solid #ff5800;
}
  .category-box .img{
	margin-bottom: 6px;
}
.category-box .box-title{
	font-size: 17px;
	line-height: 20px;
	font-weight: 700;
	margin-bottom: 4px;
	width: 100%;
}
.category-box .box-text{
	font-size: 13px;
	line-height: 16px;
	font-weight: 400;
	align-content: baseline;
	margin-bottom: 0px;
	width: 100%;
	display: flex;
	flex-direction: column; /* Stacking content vertically */
	justify-content: flex-start; /* Align content at the bottom */
	flex-grow: 1; /* Content takes the remaining space */
}
.category-box .box-action{
	font-size: 13px;
	line-height: 24px;
	font-weight: 500;
	color:#1c1c1c;
	align-content: baseline;
	margin-bottom: -7px;
	width: 100%;
	display: flex;
	flex-direction: row; /* Stacking content vertically */
	justify-content: flex-end; /* Align content at the bottom */
	flex-grow: 0; /* Content takes the remaining space */
}
.category-box .box-action a{
	font-size: 13px;
	font-weight: 500;
	color:#1c1c1c;
	width: 100%;
	height: fit-content;
}
.category-box .box-action a:link svg{
	position: relative;
	 top: 0px;
	 left: 10px;
	 fill: none;
	 stroke-linecap: round;
	 stroke-linejoin: round;
	 stroke: #1c1c1c;
	 stroke-width: 2;
	 transform: translateX(-3px);
	 transition: all .3s ease;
  }
  .category-box .box-action a:hover svg{
	transform: translateX(0);
  }

.sub-page .addon-sec {
	padding: 94px 0 67px 0;
	background: url('../images/add-on-bg.jpg') 0 0 no-repeat #00115f;
}
.sub-page.billers .addon-sec .addon-content .title{
	font-size: 40px;
	line-height: 32px;
	font-weight: 500;
	margin-bottom: 68px;
	color: #ffffff;
}
.sub-page.billers .addon-sec .addon-content .col-wrap:nth-child(1):after{
	content: '';
	background: rgb(255,255,255);
	background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 28%, rgba(255,255,255,1) 72%, rgba(255,255,255,0) 100%); 
	width: 1px;
	opacity: 0.3;
	position: absolute;
	right: 0;
	left: auto;
	top: 0;
	bottom: 0;
}
.sub-page.billers .addon-sec .addon-content .col-wrap:nth-child(3):before{
	content: '';
	background: rgb(255,255,255);
	background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 28%, rgba(255,255,255,1) 72%, rgba(255,255,255,0) 100%); 
	width: 1px;
	opacity: 0.3;
	position: absolute;
	right: auto;
	left: 0;
	top: 0;
	bottom: 0;
}
.sub-page.billers .addon-sec .addon-content .col-wrap .col{
	display: flex;
  	flex-direction: column;
	padding: 0px 28px;
	height: 100%;
	position: relative;
}
.sub-page.billers .addon-sec .addon-content .col-wrap:nth-child(1) .col{
	padding-left: 0px;
}
.sub-page.billers .addon-sec .addon-content .col-wrap:nth-child(3) .col{
	padding-right: 0px;
}
.sub-page.billers .addon-sec .addon-content .col-wrap .col .img{
	display: inline-block;
	margin-bottom: 14px;
	min-height: 35px;
	margin-right: 23px;
}
.sub-page.billers .addon-sec .addon-content .col-wrap .col .col-title{
	font-size: 20px;
	line-height: 26px;
	font-weight: 500;
	color: #fff;
	display: flex;
	width: 100%;	
	margin-bottom: 9px;
}
.sub-page.billers .addon-sec .addon-content .col-wrap .col .col-content{
	font-size: 15px;
	line-height: 24px;
	font-weight: 300;
	color:#fff;
	align-content: baseline;
	margin-bottom: 0px;
	display: inline-block;
	width: 100%;
	display: flex;
	flex-direction: column; /* Stacking content vertically */
	justify-content: flex-start; /* Align content at the bottom */
	flex-grow: 1; /* Content takes the remaining space */
}
/*************************************************************

FAQ SECTION CSS

*************************************************************/


.sub-page .faq-sec {
	margin: 60px 0;
}
.sub-page .faq-sec h3.heading {
	margin-bottom: 20px;
	font-size: 35px;
	font-weight: 6500;
	text-align: left;
	color: #0b0b29;
	width: auto;
	display: block;
	padding: 0 10px;
}
.sub-page .faq-sec .faq-content .faq-data-right .accordion-item {
	background-color: rgb(255, 255, 255);
	border: solid rgba(0, 0, 0, 0.125);
	border-width: 0 0 1px 0 ;
  }
.accordion-button{
	font-family: 'Inter', Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 0.89rem;
	border-width: 0px;
  }
  .sub-page .faq-sec .faq-content .faq-data-right .accordion-body{
	font-family: 'Inter', Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 0.89rem;
	line-height: 1.2rem;
  }
.sub-page .faq-sec .faq-content .faq-data-right .accordion-button:focus{
	z-index: 3;
	border-color: #86b7fe;
	outline: 0;
	box-shadow: none;
}
.accordion-button:not(.collapsed) {
	color: rgb(0, 0, 0);
	background-color: rgb(241, 245, 250);
	box-shadow: rgba(0, 0, 0, 0.125) 0px 0px 0px inset;
	border-width: 0 0 0 0;
  }

.sub-page .faq-sec .faq-content .faq-data-right .accordion-item:first-of-type{
	border-top-left-radius: 0rem;
  	border-top-right-radius: 0rem;
}
.sub-page .faq-sec .faq-content .faq-data-right .accordion-item:last-of-type {
	border-bottom-right-radius: 0rem;
	border-bottom-left-radius: 0rem;
  }
  .accordion-button:not(.collapsed)::after{
	transform: rotate(180deg);
	background: none;
	text-align: center;
  }
  .accordion-button::after {
	content: '\f078';
	font-family: 'Font Awesome 6 Pro';
	font-weight: 800;
	font-size: 14px;
	background: none;
	text-align: center;
  }

.sub-page .bannerAction-section {
    padding: 60px 0 52px 0;
    background: url('../images/bannerAction-section_bg.jpg') no-repeat top center #000027;
	background-size: cover;
    /*margin-bottom: 30px;*/
 }

 .sub-page .bannerAction-section .contentWrap{
    margin-bottom: 14px;
 }
 .sub-page .bannerAction-section .contentWrap .content{
    font-size: 40px;
    font-weight: 600;
    line-height: 50px;
    color: #ffffff;
    margin-left: 1px;
 }
 .sub-page .bannerAction-section .contentWrap .ctaBtn a{
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    line-height: 15px;
    border-radius: 4px;
    background-color: #1c5af4;
    color: #fff;
    padding: 12px 17px 13px 19px;
    margin-top: 13px;
    margin-left: 4px;
 }
 .sub-page .bannerAction-section .contentWrap .ctaBtn a:hover{
	background-color: #356fff;
 }
 .sub-page .bannerAction-section .contentWrap .ctaBtn a:link svg{
    position: relative;
    margin-left: 7px;
    margin-top: 1px;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke: #fff;
    stroke-width: 2;
    transform: translateX(-3px);
    transition: all .3s ease;
 }
 .sub-page .bannerAction-section .contentWrap .ctaBtn a:hover svg{
   transform: translateX(0);
 }

/*====================================================
Extra Small =   xs  =   0px - 767px
Small       =   sm  =   768px - 991px
Medium      =   md  =   992px - 1199px
Large       =   lg  =   1200px and up
=========================================================*/

@media (max-width: 575.98px) {
    
}
@media (max-width: 767.98px) { 
	.sub_bg.billers{
		background-position:bottom center;
		min-height: 579px;
	}
	.sub-page.billers .header-section .header-content .contentText{
		width: 100%;
		margin-top: 134px;
		padding-bottom: 100px;
	}
	.sub-page.billers .header-section .header-content .header-animation{
		display: none;
	}
	.sub-page.billers .main-content-wrap .main-content .title{
		font-size: 48px;
	}

	.sub-page.billers .benefits-content-wrap .benefits-content .col-wrap .col{
		max-width: fit-content;
	}
	.sub-page.billers .categories-tabs-wrap .tabs-wrapper .title{
		padding: 15px;
		padding-bottom: 0;
	}
	.sub-page.billers .categories-tabs-wrap .tabs-wrapper .tabs-list{
		display: none;
	}
	.sub-page.billers .categories-tabs-wrap .tabs-wrapper {
		padding: 0px;
	}
	.sub-page.billers .categories-tabs-wrap .tabs-wrapper .tab-content{
		height: fit-content;
		max-height: 430px;
		padding: 20px 0;
	}
	.sub-page.billers .categories-tabs-wrap .tabs-wrapper .tab_container{
		width: 100% !important;
		padding: 10px;
		box-shadow: none;
	}
	
	.tab_drawer_heading{
		text-align: left;
		background-color: #f2f4f8;
		padding: 13px;
		line-height: 31px;
		color: #0b0b29;
		font-weight: 300;
		font-size: 18px;
		border-top: 1px solid #dfe1e6;
	}
	.d_active{
		color: #0b0b29;
		font-weight: 600;
	}
	.tab_drawer_heading:hover{
		background-color: #f2f4f8;
		color: #0b0b29;
		font-weight: 600;
	}


}
@media (max-width: 991px){
	.sub_bg.billers{
		min-height: 700px;
	}
	.sub-page.billers .header-section .header-content .header-animation{
		display: none;
	}
	.sub-page.billers .header-section .header-content .contentText{
		width: 100%;
	}
	.sub-page.billers .main-content-wrap .main-content .box-wrap .box{
		height: 250px;
	}
	.sub-page.billers .addon-sec .addon-content .col-wrap .col{
		padding: 0;
	}
}

/* SM */

@media (min-width: 768px) and (max-width: 991.98px) {
	.sub-page.billers .benefits-content-wrap .benefits-content .col-wrap .col{
		max-width: fit-content;
	}
	.benefits-content-wrap .benefits-content .g-3{
		--bs-gutter-x: 1.5rem !important;
		--bs-gutter-y: 1.5rem !important;
	}

	.sub-page.billers .categories-tabs-wrap .tabs-wrapper{
		padding: 47px 20px;
	}
	.sub-page.billers .categories-tabs-wrap .tabs-wrapper .tab_container{
		width: 63% !important;
	}
	.sub-page.billers .categories-tabs-wrap .tabs-wrapper .tab-content{
		height: fit-content;
		max-height: 430px;
		padding: 0;
		overflow: auto;
	}
	.sub-page .addon-sec {
		padding: 67px 0 67px 0;
	}
	.sub-page.billers .addon-sec .addon-content .title{
		margin-bottom: 50px;
	}
}

@media (min-width: 992px)  and (max-width: 1199.98px) {
	
	.sub-page.billers .benefits-content-wrap .benefits-content .col-wrap .col{
		max-width: fit-content;
	}
	.sub-page.billers .categories-tabs-wrap .tabs-wrapper .tab_container{
		width: 68% !important;
	}

	.sub-page.billers .categories-tabs-wrap .tabs-wrapper .tab-content{
		height: fit-content;
		max-height: 430px;
		padding: 0px 0;
		overflow: auto;
	}
}
 /* For Desktop (>= 769px) */
 @media (min-width: 769px) {
	
	/* Grid Layout for Desktop */
	.box-container {
	  display: flex;
	  flex-wrap: wrap;
	  justify-content: flex-start; /* Space out the boxes */
	  gap: 15px; /* Gap between boxes */
	}
  
	/* Box styling on desktop */
	.category-box {
	  flex: 0; /* Ensure each box takes 30% of the container's width */
	  min-width: 200px; /* Minimum width for each box */
	}

	.left-arrow, .right-arrow {
	  display: none;
	}
  }
  
  /* For Mobile Devices (<= 768px) */
  @media (max-width: 768px) {
	/* Scrollable Box-Container for Mobile */
	.box-container {
	  display: flex;
	  flex-wrap: nowrap;
	  overflow-x: auto; /* Allows horizontal scrolling */
	  padding: 10px;
	  gap: 15px; /* Adds spacing between boxes */
	  scroll-snap-type: x mandatory; /* Enables snapping to each box */
	  -webkit-overflow-scrolling: touch; /* Smooth scrolling on iOS */
	  scroll-behavior: smooth; /* Smooth scroll in all browsers */
	}
  
	.category-box {
	  flex: 0 0 auto;
	  scroll-snap-align: start;
	  max-width: 200px;
	}
  
	/* Hide the scrollbar */
	.box-container::-webkit-scrollbar {
	  display: none;
	}
  
	/* Arrows Styling (for Mobile) */
	.scroll-arrows-container {
	  display: flex;
	  align-items: left;
	  justify-content: flex-start;
	  position: relative;
	  width: 100%; /* Ensure full-width for arrows */
	}
  
	.scroll-arrow {
	  background-color: rgba(0, 0, 0, 0.2);
	  border: none;
	  padding: 10px;
	  border-radius: 50%;
	  cursor: pointer;
	  z-index: 10;
	  width: 40px;
  		height: 40px;
		display: none;
	}
  
	.scroll-arrow i {
		font-size: 24px !important;
		color: white !important;
		top: 45%;
		left: 0;
	  }
  
	.left-arrow {
	  position: absolute;
	  left: 10px;
	}
  
	.right-arrow {
	  position: absolute;
	  right: 10px;
	}
  }

@media screen and (max-width: 781px) {
	.sub-page.billers .benefits-content-wrap .benefits-content .title, .sub-page.billers .addon-sec .addon-content .title{
		line-height: 42px;
	}
	.sub-page.billers .benefits-content-wrap .benefits-content .col-wrap .col{
		max-width: fit-content;
	}
   .sub-page.billers .categories-tabs-wrap .tabs-wrapper .title{
		padding: 25px 15px;
		padding-bottom: 0;
	}
	.sub-page.billers .categories-tabs-wrap .tabs-wrapper .tabs-list{
		display: none;
	}
	.sub-page.billers .categories-tabs-wrap .tabs-wrapper {
		padding: 0px;
	}
	.sub-page.billers .categories-tabs-wrap .tabs-wrapper .tab-content{
		height: fit-content;
		padding: 20px 0;
	}
	.sub-page.billers .categories-tabs-wrap .tabs-wrapper .tab_container{
		width: 100% !important;
		padding: 10px;
		box-shadow: none;
		
	}

	.tab_drawer_heading{
		text-align: left;
		background-color: #f2f4f8;
		padding: 13px;
		line-height: 31px;
		color: #0b0b29;
		font-weight: 300;
		font-size: 18px;
		border-top: 1px solid #dfe1e6;
	   /* IE6-9 */
	   color: #0b0b29;
		margin: 0;
		display: block;
		cursor: pointer;
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		transition: all .3s ease;
	}
	.tab_drawer_heading::after{
		font-family: "Font Awesome 6 Pro";
		content: '\f078';
		font-weight: bold;
		position: absolute;
		right: 30px;
		
	}
	.tab_drawer_heading.d_active::after{
		rotate: 180deg;
		transition: all .3s ease;
	}
	.d_active{
		color: #0b0b29;
		font-weight: 600;
	}
	.tab_drawer_heading:hover{
		background-color: #f2f4f8;
		color: #0b0b29;
		font-weight: 600;
	}
	.tab_drawer_heading:first-child{
		border-top: 0px solid #dfe1e6;
	}
	.tab_container {
		display: block;
		margin: 0 auto;
		width: 95%;
		border-top: none;
		border-radius: 0;
		box-shadow: 0px 0px 10px black;
   }
}
