.magic_line_faq_menu{position: relative; z-index: 1;}

.imgSec {
    transition: opacity 0.5s ease;
    opacity: 1;
    max-width: 100%;
}

.imgSec.change_transition {
    opacity: 0;
}
 
.desktop_banner {
    position: relative;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.abfl_banner_container {
    height: 700px;
    position: relative;
    padding: 0 !important;
}

 .abfl_banner_container .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
	 margin: 0;
	 margin-right: 20px;
}
 .abfl_banner_container .swiper-pagination-bullet {
	 position: relative;
	 width: 310px;
	 height: auto;
	 text-align: left;
	 border-radius: 0;
	 opacity: 1;
	 margin-right: 20px;
	 background-color: transparent;
}
.abfl_banner_container .swiper-pagination-bullet p {
    position: absolute;
    width: 100%;
    color: #FFF;
    font-family: var(--dev_med);
    font-size: 16px;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.32px;
    margin-top: 12px;
    display: flex;
    justify-content: space-between;
}

.abfl_banner_container .swiper-pagination-bullet p em {
    font-style: normal;
}

.abfl_banner_container>.swiper-pagination-bullets .swiper-pagination-bullet p {
    opacity: 0.7;
}

.abfl_banner_container>.swiper-pagination-bullets .swiper-pagination-bullet-active p {
    opacity: 1;
}

 .abfl_banner_container .swiper-pagination-bullet i {
	 position: absolute;
	 bottom: 0;
	 left: 0;
	 z-index: 1;
	 width: 100%;
	 height: 3px;
	 background-color: rgba(255, 255, 255, 0.20);
	 border-radius: 10px;
}
 .abfl_banner_container .swiper-pagination-bullet b {
	 position: absolute;
	 bottom: 0;
	 left: 0;
	 z-index: 2;
	 width: 0%;
	 height: 3px;
	 background-color: var(--abc_primary);
	 border-radius: 10px;
}
 .abfl_banner_container .swiper-pagination-bullet-active {
	 background-color: transparent;
}
 .abfl_banner_container .swiper-pagination-bullet-active b {
	 animation-name: countingBar;
	 animation-duration: 5s;
	 animation-timing-function: ease-in;
	 animation-iteration-count: 1;
	 animation-direction: alternate;
	 animation-fill-mode: forwards;
}
 @keyframes countingBar {
	 0% {
		 width: 0;
	}
	 100% {
		 width: 100%;
	}
}



 .abfl_banner_container .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after,  .abfl_banner_container .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    display: none;
}

 .abfl_banner_container .swiper-button-prev img {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

 .abfl_banner_container .swiper-button-next,  .abfl_banner_container .swiper-button-prev {
    background: rgba(255, 255, 255, 0.25);
    width: 50px;
    height: 50px;
    border-radius: 100px;
}

 .abfl_banner_container .swiper-button-next img,  .abfl_banner_container .swiper-button-prev img {
    max-width: 25px;
}

.abfl_banner_container .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
    position: absolute;
    left: 140px;
    right: auto;
    width: auto;
    bottom: 80px;
}

.abfl_banner_container>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 80px 0 0;
}

.abfl_arrow_wrapper {
    position: absolute;
    bottom: 90px;
    width: 7%;
    right: 5%;
}

.banner_caption {
    position: absolute;
    top: 80px;
    left: 140px;

    z-index: 1;
}

.banner_Caption_main  {
	
	    width: 835px;
	
}


.banner_Caption_main p {
    color: #fff;
    font-family: var(--dev_semi_bold);
    font-size: 64px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;

}

.banner_Caption_main span {
    display: block;
    color: rgba(247, 247, 247, .8);
    font-family: var(--dev_reg);
    font-size: 22px;
    font-style: normal;
    line-height: 28px;
    margin: 20px 0 40px;
    width: 90%;
}

.abfl_banner_container .swiper-slide:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(185.78% 53.38% at 76.08% 57.1%, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.70) 100%);
    z-index: 1;
}

@keyframes slide-up {
    0% {
        transform: translateY(100px)
    }

    100% {
        transform: translateY(0)
    }
}

.swiper-slide.swiper-slide-active .banner_Caption_main p {
    animation: slide-up .75s cubic-bezier(.65,0,.35,1) both;
}

.swiper-slide.swiper-slide-active .banner_Caption_main span {
    animation: slide-up .75s cubic-bezier(.65,0,.35,1) both;
	    animation-delay: .05s;
}

.swiper-slide.swiper-slide-active .banner_Caption_main a {
    animation: slide-up .75s cubic-bezier(.65,0,.35,1) both;
	    animation-delay: .09s;
}


.swiper-slide.swiper-slide-active .banner_Facts_grid .fact_wrapper:first-child {
    animation: slide-up .75s cubic-bezier(.65,0,.35,1) both;
}


.swiper-slide.swiper-slide-active .banner_Facts_grid .fact_wrapper:nth-child(2)  {
    animation: slide-up .75s cubic-bezier(.65,0,.35,1) both;
	    animation-delay: .05s;
}

.swiper-slide.swiper-slide-active .banner_Facts_grid .fact_wrapper:nth-child(3)  {
    animation: slide-up .75s cubic-bezier(.65,0,.35,1) both;
	    animation-delay: .09s;
}


.swiper-slide.swiper-slide-active .banner_Facts_grid .fact_wrapper:nth-child(4)  {
    animation: slide-up .75s cubic-bezier(.65,0,.35,1) both;
	    animation-delay: .10s;
}


.solid_bg_btn {
    display: flex !important;
    justify-content: center;
    align-items: center;
    width: fit-content !important;
    padding: 12px 40px !important;
    background: var(--abc_primary) !important;
    border-radius: 70px !important;
    color: #fff !important;
    font-family: dev_semi_bold;
    font-size: 16px !important;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    z-index: 1;
    height: fit-content;
}


.solid_bg_btn:after {
    content: "";
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #af0d20;
    border-radius: 100%;
    opacity: 0;
    transform: translate(0, 100%);
    transition: opacity .45s cubic-bezier(.215,.61,.355,1), border-radius 0s .45s, transform 0s .45s;
}

.solid_bg_btn:hover:after {
    opacity: 1;
    border-radius: 0;
    transform: translate(0);
    transition: border-radius .45s cubic-bezier(.215,.61,.355,1), transform .45s cubic-bezier(.215,.61,.355,1);
}

.abfl_head_Wrapper {
    margin-bottom: 40px;
    overflow: hidden;
}

.abfl_head_Wrapper h2 {
    color: #111;
    text-align: center;
    font-family: 'dev_med';
    font-size: 60px;
    font-style: normal;
    line-height: normal;
    margin-bottom: 20px;
    overflow: hidden;
} 

.abfl_bold h2 {
    font-family: 'dev_semi_bold';
}

.faq_section {    padding: 100px 0;
    background: url(../images/faq_bg.jpg);
    background-size: cover;}

.faq_header_wrapper h2 {
    text-align: center;
}

.faq_acc_wrapper .accordion-item {
    margin-bottom: 12px;
    border: none;
    border-radius: 16px;
    box-shadow: 0px 0px 14px 0px rgba(53, 53, 53, 0.04);
}

.faq_acc_wrapper .accordion-item:last-child {
    margin: 0;
}

/* .faq_acc_item.border_red { */
    /* border: 1px solid red; */
/* } */

.faq_acc_wrapper .accordion-item .accordion-button {
    border-radius: 16px;
	        z-index: 1;
    padding: 30px;
}

.faq_acc_wrapper .accordion-button:focus {
    box-shadow: none;
    border: none;
}

.faq_acc_wrapper .accordion-button:not(.collapsed) {
    box-shadow: none;
}

.faq_acc_wrapper .border_red .accordion-header button {
    padding-bottom: 16px;
}

.faq_acc_wrapper .accordion-item:first-of-type>.accordion-header .accordion-button, .faq_acc_wrapper .accordion-item:last-of-type>.accordion-header .accordion-button.collapsed {
    border-radius: 16px;
}

.faq_acc_wrapper .accordion-header button {
    font: normal normal 22px / 24px var(--dev_med);
    letter-spacing: -0.28px;
    color: #111111;
    opacity: 1;
    background: #FFF;
    text-transform: capitalize;
}


.faq_acc_wrapper .accordion-body {/* background: #FFF6F7; */padding: 0 30px 30px;}

.faq_acc_wrapper .accordion-body p {
    letter-spacing: -0.36px;

    color: rgba(17, 17, 17, 0.80);
}



.faq_tab_Wrapper li button {
    font: normal normal 18px/20px var(--dev_semi_bold);
    letter-spacing: 0px;
    color: #111111;
    opacity: 0.7;
    padding: 0 25px 18px;
}

.faq_tab_Wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 60px;
    border-bottom: 1px solid rgb(17 17 17 / 20%);
    position: relative;
}

.faq_tab_Wrapper li .nav-link.active {
    color: var(--abc_primary);
    opacity: 1;
}

.faq_acc_wrapper {
    margin-top: 50px;
}

.magic-line_faq {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    background-color: var(--abc_primary);
    transition: transform 0.3s ease, width 0.3s ease;
    transform: translateX(-100%);
    width: 0;
}

.faq_acc_wrapper .accordion-button::after {
        background: url(../images/faq_plus.svg) no-repeat center;
		 background-size: cover;

}
.accordion-button:not(.collapsed)::after {
    background: url(../images/faq_minus.svg) no-repeat center;
    background-size: cover;
}


.faq_acc_wrapper{margin: 0 auto;}



.abfl_head_Wrapper.head_btn_Wrapper h2 {
    margin: 0;
    text-align: left;
    width: 711px;
}

.head_btn_Wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
	overflow: hidden;
}

.custom_container {
    padding: 0 140px;
}

.stay_informed {
    /* padding: 80px 0; */
	background : url(../images/blogs_bg.png);
	    background-size: cover;
}

.stay_informed_data_Wrapper ul li {display: flex;gap: 10px;align-items: center;position: relative;}

.stay_informed_data_Wrapper ul li img {
    max-width: 16px;
}

.stay_informed_data_Wrapper ul {
    display: grid;
    grid-template-columns: auto auto;
    justify-content: space-between;
}

.stay_informed_data_Wrapper ul li>p {
    color: #707070;
    font-family: 'dev_semi_bold';
    font-size: 12px;
    font-style: normal;
    line-height: normal;
    text-wrap: nowrap;
}

.stay_informed_data_Wrapper>p {
    color: #111;
    font-family: 'dev_reg';
    font-size: 14px;
    font-style: normal;
    line-height: 18px; /* 128.571% */
    opacity: 0.8;
    margin-bottom: 0px;
}

.stay_informed_data_Wrapper h2 {
    color: #111;
    font-family: 'dev_med';
    font-size: 20px;
    font-style: normal;
    line-height: 24px;
    margin: 20px 0 16px;
}

.coming_soon_tag {
    position: absolute;
    right: 30px;
    border-radius: 5px;
    border: 1px solid #FAA61A;
    background: #FFF4E2;
    display: flex;
    width: 82px;
    height: 24px;
    overflow: hidden;
    color: #FAA61A;
    text-overflow: ellipsis;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    align-items: center;
    justify-content: center;
}

.coming_soon_tag:after {
    content: '';
    display: block;
    width: 10px;
    height: 80px;
    top: -30px;
    left: 0;
    background: rgb(255 255 255 / 43%);
    position: absolute;
    transition: all 4s ease;
    animation: shine 4s infinite;
}

@keyframes shine {
  0% {
    transform: translateX(-70px) rotate(50deg);
  }
  50% {
    transform: translateX(250px) rotate(25deg);
  }
  100% {
    transform: translateX(-70px) rotate(50deg);
  }
}


.stay_informed_data_Wrapper ul li:last-child:after {
    opacity: 0;
}

.stay_informed_data_Wrapper {
    padding: 30px;
    background: #F6F6F6;
}

.stay_informed_wrapper {
    border-radius: 16px;
    overflow: hidden;
}

.stay_informed_swiper {
    padding-bottom: 70px;
}

.stay_informed_wrapper * {
    transition: all 0.5s ease;
}

.stay_informed_img {
    overflow: hidden;
}

.stay_informed_wrapper:hover .stay_informed_img img {
    transform: scale(1.1);
}

.blogs_informed {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1;
    display: flex;
    width: 40px;
    height: 40px;
    background: var(--abc_primary);
    border-radius: 100px;
    justify-content: center;
    align-items: center;
    opacity: 0;
}

.blogs_informed img {
    max-width: 14px;
    filter: brightness(4);
}

.stay_informed_wrapper:hover .blogs_informed {
    opacity: 1;
}

.success_stories {
    /* padding: 80px 0; */
	background: url(../images/success_stories_bg.png) center center;
	background-size: cover;
}

.success_stories_wrapper {
    border-radius: 16px;
    border: 1px solid #F0F6FF;
    padding: 30px;
    background: #fff;
    box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.03);
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.success_stories_wrapper>p {
    color: rgba(17, 17, 17, 0.80);
    font-family: 'dev_reg';
    font-size: 14px;
    font-style: normal;
    line-height: normal;
    margin-bottom: 20px;
}

.profiles_wrapper {
    display: flex;
    gap: 10px;
}

.profiles_wrapper>span {
    border-radius: 24px;
    background: #DBDBDB;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-family: 'dev_reg';
    font-size: 14px;
    font-style: normal;
    line-height: normal;
}

.profiles_wrapper img {
    max-width: 32px;
}

.profile_desc p {
    color: #111;
    font-family: 'dev_med';
    font-size: 14px;
    font-style: normal;
    line-height: normal;
}

.profile_desc span {
    display: block;
    color: #111;
    font-size: 12px;
    font-style: normal;
    line-height: normal;
    opacity: 0.5;
}

.ss_quotes {
    position: absolute;
    top: -15px;
    left: 30px;
    max-width: 40px;
}

.success_stories_swiper .swiper-wrapper {
    padding: 20px 0 50px;
}

.abfl_dots {
        position: absolute;
        bottom: 0;
    }

.abfl_dots .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: var(--abc_primary);
  width: 26px;

    }

.abfl_dots .swiper-pagination-bullet {
        transition: all 0.5s ease;
        height: 6px;
        width: 8px;
        border-radius: 10px;
        background: #B6B6B6;
        opacity: 1;
    }
	


.borderless_main_Wrapper {
    border-radius: 16px;
    background: linear-gradient(0deg, #F1E7DD 0%, #F1E7DD 100%);
    box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.04);
    padding: 48px;
}

.borderless_main_Wrapper img {
    max-width: 70%;
    margin-left: auto;
    position: relative;
    display: block;
}

.borderless_money_grid {
    display: grid;
    grid-template-columns: 48% 48%;
    gap: 40px;
}

.borderless_main_Wrapper h3 {
    margin: 0;
    color: rgba(17, 17, 17, 1);
    font-family: 'dev_semi_bold';
    font-size: 32px;
    font-style: normal;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.borderless_main_Wrapper p {
    color: rgba(17, 17, 17, .8);
    font-family: 'dev_med';
    font-size: 18px;
    font-style: normal;
    line-height: 24px; /* 133.333% */
    margin: 0 0 20px;
}

.borderless_main_Wrapper:nth-child(2) {
    background: linear-gradient(0deg, rgba(112, 184, 101, 0.30) 0%, rgba(112, 184, 101, 0.30) 100%), #FFF;
}

.borderless_main_Wrapper:nth-child(2) img {
    max-width: 100%;
}


.smart_card {
	background: url('../images/smart_card_bg.png') center center;
	background-size: cover;
	padding:100px 0;
	    height: 550px;
    display: flex;
    flex-direction: column;
    justify-content: center;
	
}
 .smart_card-home-stu {
    background: url('../images/smart_card_bg_homedeck_stu.png') center center;
    background-size: cover;
	padding:100px 0;
	    height: 580px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.smart_card-home-par {
    background: url('../images/smart_card_bg_homedeck_par.png') center center;
    background-size: cover;
	padding:100px 0;
	    height: 580px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.sc_wrapper img {
    max-width: 30px;
}

.smart_card h2 {
    text-align: left;
    color: #fff;
}

.smart_card h2 {
    text-align: left;
    color: #fff;
}

.sc_wrapper p {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    line-height: normal;
}

.sc_wrapper {
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.20);
    backdrop-filter: blur(2px);
    padding: 15px;
    height: 119px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.smart_card_benefits {
    display: grid;
    grid-template-columns: 150px 150px 150px;
    gap: 8px;
	overflow: hidden;
    margin-bottom: 60px;
}
.solutions_tailored {
    /* background: linear-gradient(0deg, #F9F9F9 0%, #F9F9F9 100%); */
    /* padding: 80px 0; */
    background-image: url(../images/solution-tailored-section-bg.png);
    background-size: cover;
}

.solutions_tailored .abfl_head_Wrapper.head_btn_Wrapper h2 {
    width: auto;
}

.solutions_offered_tab_Wrapper .nav-link {
    padding: 0;
    color: rgba(17, 17, 17, .8);
    text-align: center;
    font-family: 'dev_med';
    font-size: 14px;
    line-height: normal;
    border-radius: 50px;
    padding: 8px 20px;
    position: relative;
    z-index: 1;
}

.solutions_tailored .head_btn_Wrapper {
    align-items: center;
}

.solutions_offered_tab_Wrapper {
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.00);
    background: #F1F1F1;
    padding: 3px 4px 3px 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    position: relative;
    width: fit-content;
}

.solutions_offered_tab_Wrapper .nav-link.active {
    color: var(--abc_primary);
    background: white;
}

.magic-line_faq {
    position: absolute;
    top: 3px;
    left: 0;
    height: 84%;
    background-color: #fff;
    transition: transform 0.3s ease, width 0.3s ease;
    transform: translateX(-100%);
    width: 0;
    z-index: -1;
    border-radius: 50px;
}

.solutions_wrapper {
    border-radius: 13px;
    border: 1px solid #F1F1F1;
    background: #fff;
    padding: 30px 32px;
    height: 340px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.solutions_wrapper.swiper-slide.coming_soon_solution:hover .solutions_top_wrapper img {
    max-width: 63px;
}

.solutions_wrapper.swiper-slide.coming_soon_solution:hover .solutions_bottom_Wrapper {
    max-height: 70px;
}

.solutions_top_wrapper img {
    max-width: 63px;
}

.solutions_wrapper * {
    transition: all 0.5s ease;
}

.solutions_wrapper:hover .solutions_top_wrapper img {max-width: 45px;}


.solutions_bottom_Wrapper h3 {
    margin: 0;
    color: #111;
    font-family: 'dev_med';
    font-size: 22px;
    font-style: normal;
    line-height: normal;
}

.solutions_bottom_Wrapper p {
    color: #111;
    font-size: 14px;
    font-style: normal;
    line-height: 16px; /* 114.286% */
    opacity: 0.8;
    margin: 10px 0 0;
}

.solutions_bottom_Wrapper ul li a {
    display: flex;
    align-items: center;
    color: #111;
    font-family: 'dev_med';
    font-size: 14px;
    font-style: normal;
    line-height: normal;
    border-radius: 8px;
    border: 1px solid rgba(202, 31, 52, 0.30);
    background: #FEF2F3;
    height: 40px;
    padding: 0 10px;
    justify-content: space-between;
}

.solutions_bottom_Wrapper ul li a img {
    max-width: 13px;
}

.solutions_bottom_Wrapper ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 16px;
}

.solutions_bottom_Wrapper {
    position: relative;
    overflow: hidden;
    max-height: 70px;
    transition: max-height 0.9s ease;
}

.solutions_bottom_Wrapper ul li a:hover img {
    transform: rotate(-45deg);
}

.solutions_wrapper:hover .solutions_bottom_Wrapper {
    max-height: 100%;
}

.all_edu_swiper {
    height: 450px;
    overflow: visible;
}

.all_in_one_grid {
    display: grid;
    grid-template-columns: 40% 531px;
    justify-content: space-between;
}

.all_in_one_edu {
    padding: 0 0 !important;
    background: url(../images/all_in_one_bg.png) lightgray -111.098px 0px / 115.43% 166.375% no-repeat;
    mix-blend-mode: multiply;
    background-color: rgb(255 244 217 / 80%);
	overflow: hidden;
}

.all_in_one_edu .abfl_head_Wrapper h2 {
    text-align: left;
}

 .abfl_head_Wrapper p, .perks_of_abfl.discover_your_true_self_section .abfl_head_Wrapper p {
    color: #111;
    font-size: 16px;
    font-style: normal;
    line-height: 20px; /* 150% */
    opacity: 0.8;
    font-family: 'dev_med';
}

.all_in_one_edu .abfl_head_Wrapper {
    padding: 100px 0 200px;
    margin: 0;
}

.all_in_one_edu .abfl_head_Wrapper p {
    margin-top: 16px;
}

.all_in_on_list_Wrapper img {
    max-width: 54px;
}

.all_in_on_list_Wrapper {
    border-radius: 40px;
    background: #FFF;
    padding: 50px;
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.all_edu_bottom h3 {
    color: #111;
    font-family: 'dev_med';
    font-size: 30px;
    font-style: normal;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 12px;
}

.all_edu_bottom p {
    color: #111;
    font-size: 16px;
    font-style: normal;
    line-height: normal;
    opacity: 0.8;
}

.discover_your_abfl_solutions {
    background-image: url(../images/discover_bg.png);
    background-size: cover;
    /* background: #F5F5F5; */
}

.abfl_stepper_grid_wrapper {
    display: grid;
    grid-template-columns: 288px auto;
    border-radius: 24px;
    background: #FFF;
    box-shadow: 0px 6px 34px 0px rgba(0, 0, 0, 0.12);
    padding: 10px;
    gap: 10px;
    height: 640px;
    width: 90%;
    margin: auto;
}

.abfl_counter_stepper.final_result_step {
    height: auto;
    align-items: center;
}

.abfl_stpper_left_wrapper {
    border-radius: 18px;
    background: #FFEDEE;
    padding: 32px 22px;
    background-image: url(../images/stepper_counter_bg.png);
    background-size: cover;
	position:relative;
}

.stepper_creative {
    position: absolute;
    bottom: 0;
    max-width: 190px;
}

.abfl_counter_stepper * {
    transition: all 0.5s ease;
}

.abfl_counter_stepper {
    display: grid;
    gap: 15px;
    position: relative;
    height: 48px;
    grid-template-columns: 32px auto;
}



.abfl_counter_stepper span {
    display: flex;
    width: 32px;
    height: 32px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 40px;
    border: 1px solid #CA1F34;
    background: rgba(202, 31, 52, 0.06);
    color: #CA1F34;
    text-align: center;
    font-family: 'dev_med';
    font-size: 14px;
    font-style: normal;
    line-height: normal;
    text-transform: uppercase;
    position: relative;
}

.abfl_counter_stepper.counter_completed span:after {
    opacity: 1;
}

.abfl_counter_stepper.counter_completed span {
    color: #ca1f34;
    background: #ca1f34;
}

.abfl_counter_stepper span:after {
    content: '';
    color: #fff;
    position: absolute;
    left: 1px;
    right: 0;
    margin: 0 auto;
    background: url('../images/tick.svg');
    top: 1px;
    display: block;
    background-size: 95%;
    width: 30px;
    height: 24px;
    font-size: 20px;
    opacity: 0;
    transition: all 0.5s ease;
}

.stpper_data h4 {
    color: #CA1F34;
    font-family: 'dev_med';
    font-size: 14px;
    font-style: normal;
    line-height: normal;
    text-transform: uppercase;
    margin: 0;
    opacity: 0.8;
}

.stpper_data p {
    color: #CA1F34;
    font-family: 'dev_med';
    font-size: 16px;
    font-style: normal;
    text-transform: uppercase;
    line-height: 1;
}

.abfl_data_Wrapper h3 {
    color: #111;
    text-align: center;
    font-family: 'dev_semi_bold';
    font-size: 32px;
    line-height: normal;
    text-transform: capitalize;
    width: 506px;
    margin: 0 auto;
}

.abfl_stepper_data_Wrapper {
    padding: 56px 80px;
	position: relative;
}

.counter_Active span {
    background: #CA1F34;
    color: #fff;
}

.abfl_stpper_left_wrapper ul {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.border_box_wrapper img {
    max-width: 34px;
}

.border_box_wrapper p {
    color: #111;
    font-family: 'dev_med';
    font-size: 20px;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.4px;
}

.border_box_wrapper {
    padding: 24px;
    width: 182px;
    height: 170px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 13px;
    border: 1px solid #F1F1F1;
    background: #fff;

    transition: all 0.5s ease;
}

.border_boxes_grid {
    display: grid;
    gap: 20px;
    margin-top: 50px;
    justify-content: center;
    flex-wrap: wrap;
    grid-template-columns: auto auto auto auto;
}

.border_boxes_grid_5{}

.border_box_wrapper:hover {
    border: 1px solid rgba(202, 31, 52, 0.30);
    background: #ffffff;
    box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.10);
    cursor: pointer;
}

.selected-answer {
    border: 1px solid rgba(202, 31, 52, 0.30);
    box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.10);
    cursor: pointer;
}

.back_text {
    display: flex;
    align-items: center;
    color: #CA1F34;
    text-align: center;
    font-family: 'dev_semi_bold';
    font-size: 16px;
    font-style: normal;
    line-height: 20px; 
	gap:5px;
    position: absolute;
    top: 30px;
    left: 50px;
}

.back_text img {
    max-width: 16px;
}

.abfl_stpper_left_wrapper li {
    position: relative;
}

.abfl_stpper_left_wrapper li:after {
    position: absolute;
    content: '';
    left: 6%;
    bottom: -50px;
    border: 1.5px dashed #CA1F34;
    height: 66px;
    opacity: 0.8;
}


.abfl_counter_stepper:after {
    height: 0px;
    transition: all 0.5s ease;
    position: absolute;
    content: '';
    left: 6%;
    bottom: 15px;
    border: 1.5px solid #CA1F34;
}


.abfl_counter_stepper.counter_Active:after {
    height: 25px;
    bottom: -9px;
}

.abfl_counter_stepper.counter_completed:after {
    height: 66px;
    bottom: -50px;
}


.abfl_stpper_left_wrapper li:last-child:after{
display:none;
}

.abfl_stpper_left_wrapper li:last-child .abfl_counter_stepper:after {display: none;}

.bread_crumb_ul {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 30px;
}

.bread_crumb_ul em {
    font-style: normal;
}

.bread_crumb_ul li a, .bread_crumb_ul em {
color: rgba(255, 255, 255, 0.80);
    font-family: 'dev_med';
    font-size: 14px;
    font-style: normal;
    line-height: normal;
	    text-transform: uppercase;
}

.bread_crumb_ul .breadcrumb_active>a {
    color: #fff;
}

.fact_wrapper {
    width: 225px;
    height: 98px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.20);
    backdrop-filter: blur(9px);
    padding: 24px;
    gap: 5px;
}

.banner_Facts_grid {
    display: grid;
    grid-template-columns: auto auto auto auto;
    gap: 10px;
	    overflow: hidden;
    margin-top: 90px;
}

.fact_wrapper p {
    color: #FFF;
    font-family: 'dev_semi_bold';
    font-size: 32px;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0;
}

.fact_wrapper span {
    display: block;
    color: #FFF;
    font-family: 'dev_med';
    font-size: 16px;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0;
	opacity: 0.8;
}

.perks_of_abfl .abfl_head_Wrapper p {
    color: #A0A0A0;
    text-align: center;
/* Body/P1 Regular */
    font-size: 20px;
    font-style: normal;
    line-height: normal;
    width: 762px;
    opacity: 1;
    margin: 20px auto 0;
}

.perks_of_abfl .abfl_head_Wrapper {
    margin-bottom: 40px;
}

.perks_of_abfl {
    padding: 100px 0;
	background: url('../images/perks_bg.png');
}

.perks_grid_container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 24px 24px;
    padding: 0 100px;
    height: 620px;
}

.cashless_facillity {
    grid-column: span 2 / span 2;
}

.education_cover {
    grid-column-start: 3;
}

.trusted_brand {
    grid-row-start: 2;
}

.comprehensive_coverage {
    grid-row: span 2 / span 2;
    grid-column-start: 4;
}

.hassel_free {
    grid-column: span 2 / span 2;
    grid-row-start: 2;
}

.perks_data_wrapper.cashless_facillity .perks_content_wrapper p, .perks_data_wrapper.hassel_free .perks_content_wrapper p {
    width: 50%;
}

.perks_data_wrapper.comprehensive_coverage {
    height: 100%;
}

.perks_data_wrapper img {
    object-fit: cover;
    height: 100%;
}

.perks_data_wrapper {
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    height: 269px;
}

.perks_content_wrapper {
    position: absolute;
    top: 30px;
    left: 30px;
    width: 85%;
}

.perks_content_wrapper h3 {
    font-size: 32px;
    font-family: 'dev_semi_bold';
    color: #111111;
    margin: 0 0 12px;
}

.perks_content_wrapper p {
    font-size: 18px;
    font-family: 'dev_med';
    line-height: 22px;
    color: #111111;
    opacity: 0.8;
}

.perks_data_wrapper.white_font h3, .perks_data_wrapper.white_font p {
    color: #fff;
}

.check_eligibility{padding: 100px 0;}

.eligibility_wrapper img {
    max-width: 26px;
}

.eligibility_grid_Wrapper {
    display: grid;
    grid-template-columns: 48.5% 48.5%;
    gap: 14px;
}

.eligibility_col_wrapper {
    padding: 50px;
    border-radius: 16px;
    background-image: url(../images/eligibility_bg.png) !important;
}

.eligibility_col_wrapper:first-child {
    background: #FAA61A4D;
}


.eligibility_col_wrapper h3 {
    font-size: 32px;
    font-family: 'dev_semi_bold';
    margin-bottom: 30px;
}

.eligibility_data_wrapper h4 {
    color: #111;
    font-family: 'dev_semi_bold';
    font-size: 20px;
    font-style: normal;
    line-height: normal;
    margin-bottom: 0px;
    white-space: nowrap;
}

.eligibility_data_wrapper p {
    color: #111;
    font-size: 14px;
    font-style: normal;
    line-height: 16px; /* 114.286% */
    opacity: 0.8;
}

.eligibility_wrapper {display: flex;align-items: flex-start;gap: 20px;border-radius: 14px;border: 1px solid #FFF;background: rgba(255, 255, 255, 0.30);padding: 16px 20px;}

.Eligibility_list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.eligibility_col_wrapper:last-child {
    background: rgba(112, 184, 101, 0.30);
}

.eligibility_col_wrapper:last-child .Eligibility_list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}




/*Reasons to use ABCD section File ITR Leaflet css start here*/
.reasonstouseABCD {
    position: relative;
    background-image: url(../images/reasonstouseABCD-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 100px 0;
}

.reasonstouseABCD .abfl_head_Wrapper h2 {
    text-align: left;
}

.accordImgWrap {
    display: grid;
    grid-template-columns: 52% 38%;
    gap: 50px;
    justify-content: space-between;
}

.reasonstouseABCD .heading-btn {
    align-items: center;
}

.reasonstouseABCD .paybills-download-app .know_more_about-us.vs_banner_btn {
    margin-top: 0;
    white-space: nowrap;
}

.desk-none {
    display: none;
}

.reasonstouseABCD .accordItem {
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 16px;
    transition: all .5s ease-in-out;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
}

.reasonstouseABCD .accordItem:hover {
    cursor: pointer;
}

.reasonstouseABCD .accordItem:last-child {
    margin-bottom: 0;
}

.reasonstouseABCD .accordItem.activeItem {
    border: 1px solid #FAA61A;
}


@keyframes accordprogress {
    from {
        width: 0;
    }

    to {
        width: calc(100% - 40px);
    }
}

.reasonstouseABCD .accordianWrapHead {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 15px;
    font-family: var(--dev_semi_bold);
    font-size: 22px;
    line-height: 24px;
    color: #111111;
    position: relative;
    padding: 16px 25px;
    margin: 0;
    padding-bottom: 0;
    align-items: center;
}

.reasonstouseABCD .chev-icon {
    content: '';
    height: 30px;
    width: 30px;
    border: 2px solid var(--abc_primary);
    position: absolute;
    right: 25px;
    border-radius: 100px;
    transition: .5s;
}

.reasonstouseABCD .accordContent {
    padding: 0 25px 25px;
    display: block;
}

.reasonstouseABCD .activeItem .accordContent {
    display: block;
}

/* .reasonstouseABCD .accordContent.showContent{padding: 0 25px 25px;display: block;} */
.reasonstouseABCD .chev-icon:after,
.reasonstouseABCD .chev-icon:before {
    background: 0 0;
    content: '';
    position: absolute;
    width: 7px;
    height: 2px;
    background-color: var(--abc_primary);
    display: inline-block;
    border-radius: 50px;
    transition: .5s;
    top: 13px;
}

.reasonstouseABCD .chev-icon:before {
    right: 7px;
    transform: rotate(-45deg);
}

.reasonstouseABCD .chev-icon:after {
    right: 12px;
    transform: rotate(45deg);
}

.reasonstouseABCD .activeItem .chev-icon {
    background: var(--abc_primary);
    transition: .5s;
}

.reasonstouseABCD .activeItem .chev-icon:after,
.reasonstouseABCD .activeItem .chev-icon:before {
    transition: .5s;
    background-color: #fff;
}

.reasonstouseABCD .activeItem .chev-icon:after {
    transform: rotate(-45deg);
    transition: .5s;
}

.reasonstouseABCD .activeItem .chev-icon:before {
    transform: rotate(45deg);
    transition: .5s;
}

.reasonstouseABCD .iconWrap {
    width: 40px;
    height: 40px;
    top: 9px;
    position: relative;
}

.accordianWrapHead span {
    display: flex;
    align-items: center;
    justify-content: center;
}

.reasonstouseABCD .accordItem p {
    font-family: var(--dev_reg);
    font-size: 16px;
    color: #000;
    opacity: .8;
    width: 80%;
    padding-left: 56px;
}

.accordImg {
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: center;
}

.reasonstouseABCD .section_header_wrapper {
    margin-bottom: 0;
}

/* .reasonstouseABCD .accordImg img{
    animation: 3s ease-in 1s both slidein;
} */
@keyframes slidein {
    from {
        scale: .8;
    }

    to {
        scale: 1;
    }
}

.reasonstouseABCD .section-heading {
    margin-bottom: 20px;
}

.reasonstouseABCD .activeItem .accordianWrapHead {
    padding-bottom: 0;
}

.activeItem .progress-bar {
    position: relative;
    bottom: -1px;
    width: 100%;
    height: 2px;
    background: var(--abc_primary);
    animation: fullexpand 10s ease-out forwards;
}

.reasonstouseABCD .activeItem:hover .progress-bar {
    animation-play-state: paused;
}

@keyframes fullexpand {

    /* In these keyframes, the progress-bar is stationary */
    0% {
        width: 0%;
        opacity: 1;
    }

    /* In these keyframes, the progress-bar will disappear and then resume the cycle */
    100% {
        width: 100%;
        opacity: 1;
    }
}

.reasonstouseABCD .progress {
    height: 2px;
    flex-grow: 1;
    border-radius: 4px;
    margin: 0 5px;
    display: flex;
    background: -webkit-linear-gradient(left,
            rgba(201, 20, 41, 1) 0%,
            rgba(201, 20, 41, 1) 50%,
            rgba(88, 89, 104, 0) 50.001%,
            rgba(88, 89, 104, 0) 100%);
    background-repeat: no-repeat;
    background-size: 200%;
    background-color: transparent;
    background-position: 100% 50%;
    animation-timing-function: linear;
    animation-delay: .2s;
}

.reasonstouseABCD .progress.active {
    animation-name: Loader;
    display: block;
    animation-duration: 10s;
}


.reasonstouseABCD .progress.passed {
    background-position: 0 0;
    display: none;
}

.reasonstouseABCD .progress {
    display: none;
}

@-webkit-keyframes Loader {
    0% {
        background-position: 100% 0;
    }

    100% {
        background-position: 0 0;
    }
}

.reasonstouseABCD .pause:hover .progress {
    animation-play-state: paused;
}

.reasonstouseABCD .pause .not-hovered {
    display: block;
}

.reasonstouseABCD .pause .hovered {
    display: none;
}

.reasonstouseABCD .pause:hover .not-hovered {
    display: none;
}

.reasonstouseABCD .pause:hover .hovered {
    display: block;
}


/*Reasons to use ABCD section File ITR Leaflet css end here*/

.modal .close img {
    max-width: 13px;
}

.modal .close {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1;
}

.welcome_onboard_wrapper .modal-content {

    border-radius: 22px;
    border: 1px solid  #E5EFFF;
    background: #FFF;

/* Shadow/Light/Bottom Left */
    box-shadow: -10px 10px 50px 0px rgba(0, 98, 255, 0.03);
}

.welcome_onboard_wrapper .modal-body {
    padding: 60px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.modal_head_span {
    display: block;
    color: #111;
    text-align: center;
    font-family: 'dev_med';
    font-size: 35px;
    font-style: normal;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 12px;
    padding: 0 50px;
}

.modal_top_content_Wrapper p {
    color: #A0A0A0;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    line-height: normal;
}


.parent_Student_wrapper .border_boxes_grid {
    justify-content: center;
    grid-template-columns: auto auto;
    gap: 50px;
    margin: 0;
}

.parent_Student_wrapper>p {
    color: #000;
    text-align: center;
    font-family: 'dev_med';
    font-size: 20px;
    font-style: normal;
    line-height: normal;
    opacity: 0.8;
    width: 410px;
    margin: 0 auto 24px;
}

.parent_Student_wrapper .border_box_wrapper {
    width: 222px;
    height: 222px;
    text-align: center;
    padding: 0 0;
    justify-content: center;
    gap: 24px;
}

.border_box_wrapper.box_active {
    border: 1.403px solid rgba(255, 102, 110, 0.40);
    background: #FEF2F3;
    box-shadow: 0px 1.22px 11px 0px rgba(137, 137, 137, 0.16);
}

.parent_Student_wrapper .border_box_wrapper p {
    font-size: 18px;
}

.parent_Student_wrapper .border_box_wrapper img {
    margin: 0 auto;
    max-width: 177px;
}

.primary_navigation{overflow: hidden;}

.all_solutions_outlink_scanner_wrapper ul.outlinks_ul>li>a {

    color: rgb(0 0 0 / 80%);
}


.headerOnSCroll .top_header {
    transform: translateY(0px);
}

.headerSection.headerOnSCroll {
    transform: translateY(-40px);
}

.level_3 {

    transform: translateY(0px);
}

.level_3.scrolled {
    transform: translateY(-90px);
}

.headerOnSCroll .primary_navigation {
    box-shadow: 0 6px 30px #0000000D;
}

a.nav_btn_solid.nav_user {
    width: 32px;
    height: 32px;
    padding: 0;
}

a.nav_btn_solid.nav_user img {
    max-width: 15px;
}

a.nav_btn_solid.nav_user:hover img {
    filter: invert(1) brightness(5);
}


.login_register_wrapper .modal-content {
 
    border-radius: 24px;
    background: #FFF;
}

.login_register_wrapper .modal-body {
    padding: 50px;
}

.modal_head_wrapper_log_reg span {
    display: block;
    color: #111;
    text-align: center;
    font-family: 'dev_med';
    font-size: 36px;
    font-style: normal;
    line-height: normal;
    text-transform: capitalize;
}

.modal_head_wrapper_log_reg p {
    color: #666;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    line-height: normal;
    margin-top: 16px;
}

.modal_head_wrapper_log_reg {
    margin-bottom: 50px;
}

.modal_form_label {
    color: #808080;
    font-family: 'dev_med';
    font-size: 12px;
    font-style: normal;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 6px;
}

.mob_inpit_wrapper input {
    border-radius: 8px;
    border: 1px solid #F1F1F1;
    background: #F8F8F8;
    height: 50px;
    padding: 0 15px 0px 70px;
    color: #2E3338;
    font-size: 14px;
    font-style: normal;
    line-height: normal;
}

.cal_ico {
    position: absolute;
    max-width: 20px;
    height: 100%;
    display: flex;
    align-items: center;
    left: 20px;
}

.datepicker table tr td span {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.other_input_Wrapper input{padding-left: 20px;}

.mob_inpit_wrapper input::placeholder {
    color: #CFCFCF;
}

.modal_form_input_Wrapper input:focus {
    box-shadow: none;
    border-color: var(--abc_primary);
}


.modal_form_input.parsley-error {
    border-color: red;
}

.opt-boxes input:focus-visible {
    outline: none;
}

.otp.parsley-error {
    border-color: red;
}

.mob_inpit_wrapper {
    position: relative;
}

.mob_inpit_wrapper span {
    position: absolute;
    color: #000;
    font-size: 14px;
    font-style: normal;
    line-height: normal;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    left: 18px;
}

.mob_inpit_wrapper span:after {
    position: absolute;
    content: '';
    right: -18px;
    background: #CFCFCF;
    height: 31px;
    top: 10px;
    width: 1px;
}

.modal_form_btn {
    width: 100%;
    border-radius: 70px;
    background: var(--abc_primary);
    height: 40px;
    color: #FFF;
    font-family: 'dev_bold';
    font-size: 12px;
    font-style: normal;
    line-height: normal;
    text-transform: uppercase;
    margin-top: 30px;
    position: relative;
    overflow: hidden;
    z-index: 0;
	    transition: all 0.5s ease;
}


.modal_form_btn.disabled {
    background: var(--abc_primary);
    opacity: 0.3;
    mix-blend-mode: luminosity;
    color: #fff;
}

.modal_form_btn:after {
    content: "";
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #af0d20;
    border-radius: 100%;
    opacity: 0;
    transform: translate(0, 100%);
    transition: opacity .45s cubic-bezier(.215,.61,.355,1), border-radius 0s .45s, transform 0s .45s;
}

.modal_form_btn:hover:after {
    opacity: 1;
    border-radius: 0;
    transform: translate(0);
    transition: border-radius .45s cubic-bezier(.215,.61,.355,1), transform .45s cubic-bezier(.215,.61,.355,1);
}

.modal_form_btn:hover {
 background: var(--abc_primary);
 color: #fff;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.create_acc p {
    color: #666;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    line-height: normal;
}

.create_acc {
    align-items: center;
    justify-content: center;
    margin-top: 15px;
    gap: 5px;
}

.create_acc a {
    color: #CA1F34;
    text-align: center;
    font-family: 'dev_bold';
    font-size: 12px;
    font-style: normal;
    line-height: normal;
    text-decoration-line: underline;
    text-transform: uppercase;
}


.parsley-errors-list li {
    position: absolute;
    font: normal normal 12px / 18px var(--dev_reg);
    letter-spacing: -0.36px;
    color: #E93936;
    opacity: 1;
    text-align: left;
    bottom: -20px;
}
.google_or_facebook a {
    display: flex;
    border-radius: 8px;
    border: 1px solid #F1F1F1;
    justify-content: center;
    align-items: center;
    text-wrap: nowrap;
    gap: 12px;
    width: 100%;
    height: 38px;
    color: #111;
    font-size: 12px;
    font-style: normal;
}

.google_or_facebook a img {
    max-width: 15px;
}

.google_or_facebook {
    display: flex;
    gap: 10px;
}

.or_login_with {
    margin: 27px 0;
    text-align: center;
}

.or_login_with p {
    color: #666;
    text-align: center;
    font-size: 10px;
    font-style: normal;
    line-height: normal;
    width: fit-content;
    margin: 0 auto;
    position: relative;
}

.or_login_with p:before, .or_login_with p:after {
    position: absolute;
    content: '';
    width: 140px;
    height: 1px;
    background: #E9E9E9;
    top: 5px;
}

.or_login_with p:before {
    left: 60px;
}

.or_login_with p:after {
    right: 60px;
}

.google_or_facebook a:last-child img {
    max-width: 28px;
}

.opt-boxes {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}

.opt-boxes input {
    border-radius: 8px;
    border: 1px solid #F1F1F1;
    background: #F8F8F8;
    width: 50px;
    height: 50px;
    justify-content: center;
    align-items: center;
    display: flex;
    text-align: center;
    color: #000;
    font-size: 14px;
    font-style: normal;
    line-height: normal;
}


.parsley-errors-list {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.verification_ends_resend {
    text-align: center;
}

.verification_ends_resend p {
    color: #666;
    font-family: 'dev_med';
    font-size: 12px;
    font-style: normal;
    line-height: normal;
    margin: 20px 0;
}

.verification_ends_resend p span {
    color: #111;
}

.verification_ends_resend a {
    color: #666;
    text-align: center;
    font-family: 'dev_bold';
    font-size: 12px;
    font-style: normal;
    line-height: normal;
    text-decoration-line: underline;
    text-transform: uppercase;
}




.successful_wrapper p {
    color: #111;
    text-align: center;
    font-family: 'dev_med';
    font-size: 35px;
    font-style: normal;
    line-height: normal;
    text-transform: capitalize;
    margin-top: 20px;
}

.modal-body .successful_wrapper {animation: zoom_in 2s forwards;}

.successful_wrapper img {
    max-width: 230px;
    margin: 0 auto;
    display: flex;
}

@keyframes zoom_in {

0% {

transform: scale(0);}



100% {transform: scale(1);}

}


.modal_input_main_Wrapper {
    margin-bottom: 25px;
}


.modal_input_main_Wrapper:nth-child(5) {
    margin: 0;
}

.register-body .modal_input_main_Wrapper:nth-child(6) {
    margin: 0;
    margin-top: 20px;
}

.nav_switch_tab_wrapper {
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.00);
    background: rgba(255, 255, 255, 0.15);
    height: auto;
    padding: 3px 3px;
    gap: 10px;
    position: relative;
	display: flex;
}

.nav_switch_tab_wrapper .nav-link {
    color: #FFF;
    text-align: center;
    font-family: 'dev_med';
    font-size: 14px;
    font-style: normal;
    line-height: normal;
    padding: 5px 13px;
    border-radius: 100px;
}

.nav_switch_tab_wrapper .nav-link.active {
    background: #FFFFFF;
    color: var(--abc_primary);
}


.prim_left_tabs {
    position: relative;
}

/* Ensure content is initially hidden with opacity */
.additional-content {
  opacity: 0;
  visibility: hidden; /* Hide initially */
  transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
  height: 0;
  overflow: hidden;
}

/* Ensure content is visible when active */
.additional-content.show {
  opacity: 1;
  visibility: visible; /* Make visible */
  height: auto;
}

.form_main_grid_Wrapper {
    display: grid;
    grid-template-columns: 50% 50%;
    margin-top: 145px;
}

.left_form_div {
    padding: 10% 25%;
    background: url(../images/login_bg.png);
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    gap: 20px;
    height: 100%;
}

.right_form_div img {
    max-width: 100%;
    object-fit: cover;
    height: 100%;
}

.know_more_div p {
    color: rgba(102, 102, 102, .8);
    text-align: center;
    font-size: 12px;
    font-style: normal;
    line-height: normal;
}

.know_more_div a {
    color: rgba(102, 102, 102, 1);
    text-align: center;
    font-size: 12px;
    font-style: var(--dev_bold);
    line-height: normal;
    text-decoration-line: underline;
}

.animation_transition h3 {animation: 1s ease FadeIn;}

.animation_transition .border_box_wrapper {animation: 0.5s ease ZoomIn;}


@keyframes FadeIn {

    0%{
        opacity: 0;

    }


    100%{
        opacity: 1;
    }
}



@keyframes ZoomIn {

    0%{
      transform: scale(0.5);

    }


    100%{
       transform: scale(1);
    }
}

.datepicker th.dow {opacity: 0.4;padding: 10px 0 5px;}

.datepicker td {
    width: 40px;
    height: 40px;
    border-radius: 100px;
}

.datepicker table tr td.active.active {background-image: linear-gradient(to bottom, #c91429, #c91429);}

.datepicker.datepicker-dropdown {
    box-shadow: 3px -1px 20px 6px #00000008;
    padding: 10px;
    border-radius: 12px;
    border: none;
}


.datepicker-dropdown.datepicker-orient-left:after {left: 30px;}

.datepicker-dropdown.datepicker-orient-left:before {
    left: 29px;
}

.datepicker table tr td.today, .datepicker table tr td.today:hover {
    background-image: linear-gradient(to bottom, #ebebeb, #ebebeb);
    position: relative;
}

.datepicker table tr td.today:after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 5px;
    margin: 0 auto;
    width: 4px;
    height: 4px;
    background: #c91429;
    border-radius: 100%;
}

.perks_of_abfl_new .abfl_head_Wrapper h2 {
    text-align: left;
    margin-bottom: 20px;
}

.perks_of_abfl_new .abfl_head_Wrapper p {
    color: #A0A0A0;
    font-family: var(--dev_reg);

/* Body/P1 Regular */
    font-size: 20px;
    line-height: normal;
    opacity: 1;
    overflow: hidden;
}

.perks_new_wrapper img {
    max-width: 52px;
}

.perks_new_wrapper {
    border-radius: 24.631px;
    background: #FFF;
    box-shadow: 0px 0px 2.463px 0px rgba(0, 0, 0, 0.25);
    padding: 24px;
    height: 205px;
    width: 250px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 30px;
}

.perks_new_wrapper p {
    color: #111;
    font-family: 'dev_med';
    font-size: 12px;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.12px;
}

.perks_new_wrapper h3 {
    color: #111;
    font-family: 'dev_semi_bold';
    font-size: 18px;
    font-style: normal;
    line-height: normal;
    margin-bottom: -20px;
    text-transform: capitalize;
}

.list_of_perks_1 {margin-top: 60px;}

.list_of_perks {
    display: flex;
    gap: 30px;
    justify-content: flex-end;
    right: 100px;
    position: relative;
}

.perks_new_wrapper:last-child {
    margin: 0;
}

.perks_of_abfl_new .custom_container.d-flex {
    align-items: center;
}

.perks_of_abfl_new{background: url('../images/perks_bg.png');}

.footer-section {
    padding: 0 !important;
}

.apply_in_easy_Steps {
    background: url(../images/easy_steps_bg.png);
    background-size: cover;
}

.apply_online {
    border-radius: 20px;
    background: url('../images/apply_bg.png');
    box-shadow: 0px 8px 26px 0px rgba(0, 0, 0, 0.08);
    margin-right: 0;
	background-size: cover;
}

.apply_main_Wrapper {
    display: grid;
    grid-template-columns: 50% auto;
    padding: 50px 108px;
    margin-left: auto;
}

.apply_right img {
    max-width: 400px;
}

.apply_left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.apply_right {
    text-align: right;
}

.apply_left h3 {
    color: #111;
    font-family: 'dev_bold';
    font-size: 48px;
    font-weight: 600;
    line-height: 51px; /* 106.25% */
    letter-spacing: 1.44px;
    text-transform: capitalize;
    margin-bottom: 16px;
}

.apply_left p {
    color: #111;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    opacity: 0.8;
}
.applybuttonwrapper{margin-top: 40px;}

.swiper_apply_wrapper >.swiper-pagination-bullets, .swiper_apply_wrapper .swiper-pagination-bullets {
    position: absolute;
    left: 0;
    right: auto;
    top: 0;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: fit-content;
    gap: 30px;
}

.swiper_apply_wrapper .swiper-pagination-bullet p {
    color: #111111;
    font-family: 'dev_semi_bold';
    font-size: 14px;
    font-style: normal;
    line-height: normal;
    text-transform: capitalize;
    opacity: 0.8;
    width: 121px;
    margin-left: 15px;
    top: -22px;
}

.swiper_apply_wrapper .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
	 margin: 0;
	 margin-right: 20px;
}
.swiper_apply_wrapper .swiper-pagination-bullet {
	 position: relative;
	 height: auto;
	 text-align: left;
	 border-radius: 0;
	 opacity: 1;
	 margin-right: 20px;
	 background-color: transparent;
	 display: flex;
	 width: fit-content;
}
.swiper_apply_wrapper .swiper-pagination-bullet p {
    position: absolute;

}

 .swiper_apply_wrapper .swiper-pagination-bullet p em {
    font-style: normal;
}

.swiper_apply_wrapper >.swiper-pagination-bullets .swiper-pagination-bullet p {
    opacity: 0.7;
}

.swiper_apply_wrapper .swiper-pagination-bullet-active p {
    opacity: 1;
    color: #8B151B;
}

 .swiper_apply_wrapper .swiper-pagination-bullet i {
	 z-index: 1;
	 width: 2px;
	 height: 40px;
	 background-color: #CECECE;
	 border-radius: 0;
}
  .swiper_apply_wrapper .swiper-pagination-bullet b {
	 position: absolute;
	 top: 0;
	 left: 0;
	 z-index: 2;
	 width: 2px;
	 height: 0px;
	 background-color: #8B151B;
	 border-radius: 0;
}
.swiper_apply_wrapper .swiper-pagination-bullet-active {
	 background-color: transparent;
}
 .swiper_apply_wrapper .swiper-pagination-bullet-active b {
	 animation-name: countingBar_vertical;
	 animation-duration: 5s;
	 animation-timing-function: ease-in;
	 animation-iteration-count: 1;
	 animation-direction: alternate;
	 animation-fill-mode: forwards;
	 transform-origin: top;
}

 @keyframes countingBar_vertical {
	 0% {
		 height: 0;
	}
	 100% {
		 height: 40px;
	}
}


.swiper_apply_wrapper {
    position: relative;
    margin: 0 auto;
}

.swiper_apply_wrapper .swiper-pagination-bullet:after {
    position: absolute;
    content: '';
    left: -4px;
    top: -20px;
    height: 10px;
    width: 10px;
    opacity: 0.4;
    background: #CECECE;
    border-radius: 100px;
}

.swiper_apply_wrapper .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
    background: #8B151B;
    opacity: 1;
}

.swiper-slide.swiper-slide-active .apply_left h3 {
    animation: slide-up .75s cubic-bezier(.65,0,.35,1) both;
}

.swiper-slide.swiper-slide-active .apply_left P {
    animation: slide-up .75s cubic-bezier(.65,0,.35,1) both;
	    animation-delay: .05s;
}

.swiper-containe1, .swiper-containe2, .swiper-container-left, .swiper-container-right {
    overflow: hidden;
    position: relative;
}

.swiper_apply_wrapper .swiper-pagination-bullet.completed b{height: 100%;transition: all .5s ease-in-out;}
.swiper_apply_wrapper .swiper-pagination-bullet.completed:after{
    background: #8B151B;
    opacity: 1;
    transition: all .5s ease-in-out;
}

.success_stories, .stay_informed{overflow: hidden;}

.radio_btn_Wrapper {
    display: grid;
    align-items: center;
    grid-template-columns: 48% 48%;
    justify-content: space-between;
}

.radio_btn_Wrapper input {
    height: auto;
}

.mob_inpit_wrapper.radio_btn_Wrapper span {
    position: relative;
    border: none;
    left: 0;
    color: #2E3338;
    font-size: 14px;
}

.mob_inpit_wrapper.radio_btn_Wrapper input {
    position: absolute;
display:none;
}


.mob_inpit_wrapper.radio_btn_Wrapper label {
    display: flex;
    width: 100%;
    border-radius: 8px;
    border: 1px solid #F1F1F1;
    background: #F8F8F8;
    height: 50px;
    padding: 0px 60px 0 10px;
    color: #2E3338;
    font-size: 14px;
    transition: all 0.5s ease;
}

.mob_inpit_wrapper.radio_btn_Wrapper label.active {
    background: no-repeat padding-box #fff6f7;
    border: 1px solid #db959d;
}

.mob_inpit_wrapper.radio_btn_Wrapper span:before, .mob_inpit_wrapper.radio_btn_Wrapper span:after {
    display: none;
}

.mob_inpit_wrapper.radio_btn_Wrapper span:before {
    display: flex;
    flex-shrink: 0;
    content: "";
    background-color: #fff;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    margin-right: .375em;
    transition: .25s;
    box-shadow: inset 0 0 0 .125em #888;
}

.mob_inpit_wrapper.radio_btn_Wrapper input:checked+span:before {
    box-shadow: inset 0 0 0 .3975em #c91429
}

.currency_con_main .abfl_head_Wrapper p {
    width: 100%;
    color: #A0A0A0;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    line-height: normal;
    max-width: 830px;
    margin: 0 auto;
}

.wcabfl-slider-sec .abfl_head_Wrapper p{
    max-width: 390px;
    width: 100%;
    color: #A0A0A0;
    font-family: var(--dev_reg);
    opacity: 1;
}

.explore_courses {
    background: url(../images/explore_courses_bg.png);
    background-size: cover;
    padding-bottom: 0;
}

.explore_courses_wrapper img.exc_img {
    max-width: 70px;
}

.explore_description ul>li img {
    max-width: 12px;
}

.explore_description p {
    color: #111;
    font-family: 'dev_semi_bold';
    font-size: 18px;
    font-style: normal;
    line-height: normal;
    margin-bottom: 10px;
}

.explore_courses_wrapper {
    height: 270px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 24.631px;
    background: var(--White, #FFF);
    box-shadow: 0px 0px 2.463px 0px rgba(0, 0, 0, 0.25);
    padding: 30px;
    width: 352px;
    overflow: hidden;
    transition: all 0.5s ease;
}


.explore_courses_grid {
    display: grid;
    grid-template-columns: 30% auto;
    gap: 112px;
}

.explore_courses_grid .abfl_head_Wrapper h2 {
    text-align: left;
}

.explore_courses_grid .abfl_head_Wrapper {
    margin: 0;
}

.explore_courses_grid .abfl_head_Wrapper p {
    margin-bottom: 64px;
}

.explore_description .solid_bg_btn {
    width: 100%;
    position: absolute;
    bottom: -100px;
    height: 32px;
    font-size: 12px;
}

.explore_description {
    position: relative;
}



.explore_courses_wrapper:hover img.exc_img {max-width: 50px;}

.explore_courses_wrapper * {
    transition: all 0.5s ease;
}

.explore_courses_wrapper:hover .explore_description {
    transform: translateY(-50px);
}

.explore_courses_wrapper:hover .solid_bg_btn {
    bottom: -50px;
}

.explore_description ul>li {
    color: #111;
    font-family: 'dev_med';
    font-size: 14px;
    font-style: normal;
    line-height: 12px;
    letter-spacing: -0.14px;
    opacity: 0.8;
    display: flex;
    gap: 5px;
}

.explore_description ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.explore_courses_scroll_Wrapper {

    max-height: 500px;
    overflow-y: scroll;
    padding: 10px 5px;
}

.explore_courses_scroll_Wrapper::-webkit-scrollbar {
    width: 0;
}

.explore_courses_scroll_Wrapper .swiper-wrapper {
    display: grid;
    gap: 30px;
    grid-template-columns: 352px 352px;
    justify-content: end;
    padding-bottom: 100px;
}

.universities_wrapper .abfl_head_Wrapper {
    overflow: unset;
}

.universities_btn_Wrapper {
    display: flex;
    gap: 15px;
}

.country_select {
  position: relative;
  border-radius: 50px;
  border: 1px solid #DCDCDC;
  background: rgba(231, 231, 231, 0.40);
  display: inline-flex;
  height: 50px;
  justify-content: flex-end;
  align-items: center;
}
.country_select .country_selectBtn {
    box-sizing: border-box;
    width: 174px;
    cursor: pointer;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 0px 20px;
    display: flex;
    align-items: center;
    gap: 14px;
    height: 100%;
}
.country_select .country_selectBtn:after {
    content: "";
    position: absolute;
    right: 20px;
    width: 11px;
    height: 8px;
    background: url(../images/chevron_down.svg);
    transition: 0.2s ease;
    background-size: cover;
    transform: scaleY(1);
}
.country_select .country_selectBtn.toggle {
  border-radius: 3px 3px 0 0;
}
.country_select .country_selectBtn.toggle:after {
  -webkit-transform: translateY(-50%) rotate(-135deg);
          transform: translateY(-50%) rotate(-135deg);
}
.country_select .country_selectDropdown {
  position: absolute;
  top: 100%;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  background: var(--bg1);
  border-top: 1px solid #eee;
  z-index: 2;
  background: #fff;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transform-origin: top center;
  transform-origin: top center;
  visibility: hidden;
  transition: 0.2s ease;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  margin-top: 5px;
}
.country_select .country_selectDropdown .option {
  padding: 10px;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  gap: 10px;
}
.country_select .country_selectDropdown .option:hover {
  background: #f6f6f6;
}
.country_select .country_selectDropdown.toggle {
  visibility: visible;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.country_select .country_selectBtn span {
    color: #000;
    font-size: 18px;
    font-style: normal;
    line-height: normal;
    display: block;
}

.country_select .country_selectBtn img {
    max-width: 24px;
}

.country_select .country_selectDropdown .option img {
    max-width: 24px;
}

.option.dropdown_country_selected {
    background: #fff6f7;
}

.country_selectBtn.dropdown_country_selected:after {
    transform: scaleY(-1);
}


.swiper-slide.universities_main {
    padding: 18px 19px 27px 21px;
    border-radius: 20px;
    border: 1px solid transparent;
    background: #F7F7F7;
    backdrop-filter: blur(2px);
    width: 350px;
    height: 525px;
}

.university_location img {
    max-width: 10px;
}

.university_location {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    margin-bottom: 27px;
}

.uni_desc ul {
    display: flex;
    gap: 7px;
    flex-wrap: wrap;
    margin-top: 13px;
}

.university_img {
    border-radius: 20px;
    overflow: hidden;
    background: #fff;
    padding: 0 14px;
    text-align: center;
}

.university_img img {
    max-width: 100%;
}

.uni_desc ul li {
    border-radius: 5px;
    border: 1px solid transparent;
    background: transparent;
    overflow: hidden;
    color: transparent;
    text-overflow: ellipsis;
    font-family: 'dev_med';
    font-size: 12px;
    font-style: normal;
    line-height: 16px; /* 133.333% */
    text-transform: uppercase;
    padding: 0 8px;
}

.uni_desc p {
    color: #000;
    font-size: 16px;
    font-style: normal;
    line-height: normal;
}

.university_description_Wrapper {
    margin-top: 35px;
    position: relative;
}

.uni_metrics {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 8.002px;
    border: 1px solid #FFF;
    background: rgba(255, 255, 255, 0.50);
    height: 66px;
    padding: 0 20px;
    margin-bottom: 5px;
}

.uni_metrics img {
    max-width: 16px;
}

.metric_group {
    display: flex;
    align-items: center;
    gap: 13PX;
}

.metric_group p {
    color: #000;
    font-size: 16px;
    font-style: normal;
    line-height: normal;
    opacity: 0.9;
}


.uni_metrics span {
    display: block;
    color: #000;
    text-align: right;
    font-family: 'dev_med';
    font-size: 30px;
    font-style: normal;
    line-height: normal;
}

.uni_metrics:last-child {
    margin: 0;
}


.universities_main .solid_bg_btn {
    position: relative;
    bottom: 0;
    width: 100%;
    height: 45px;
    font-size: 14px;
    opacity: 0;
    margin-top: 40px;
}

.universities_main * {
    transition: all 0.5s ease;
}

.universities_main:hover .university_img img {
    max-width: 80%;
}

.universities_main:hover .university_description_Wrapper {
    margin-top: 21px;
}

.universities_main:hover .solid_bg_btn {
    opacity: 1;
}

.universities_main:hover .uni_metrics {
    height: 52px;
}

.swiper-slide.universities_main.university_yellow {
    border-color: #BDD753;
}

.swiper-slide.universities_main.university_green {border-color: #70B865;}

.swiper-slide.universities_main.university_brown {
    border-color: #FAA61A;
}

.swiper-slide.universities_main {}

.university_yellow  .uni_desc ul li {
    border-color: #BDD753;
    color: #8CA622;
    background: #F3FCCD;
}

.university_green .uni_desc ul li {
    border-color: #70B865;
    color: #64AC59;
    background: #D3EDCF;
}

.university_brown .uni_desc ul li {
    border-color: #FAA61A;
    background: #FEF0DA;
    color: #E2991F;
}

.student_assistance_apply .apply_main_Wrapper {
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    gap: 10px;
    overflow: hidden;
    height: 330px;
}

.student_assistance_apply .apply_right img {
    max-width: 100%;
    height: 100%;
}

.student_assistance_apply .apply_right {
    height: 100%;
}

.student_assistance_apply .apply_left {
padding-right:50px;
}



.apply_left p {
    margin-bottom: 20px;
}

.apply_left p:last-child {
    margin-bottom: 0px;
}

.student_assistance_apply .swiper_apply_wrapper .swiper-pagination-bullet{display:flex;}



.student_assistance_apply .swiper-pagination-vertical.swiper-pagination-bullets {transform: translate3d(0, 0, 0);}




.discover_your_true_self {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 30px;
    height: 470px;
    padding: 0 355px;
}

.discover_your_true_self .perks_data_wrapper.cashless_facillity {
    grid-column: span 3 / span 3;
    height:auto;
    background: #E0FFD9;
}

.discover_your_true_self .perks_data_wrapper.education_cover {
    grid-column: span 3 / span 3;
    grid-column-start: 4;
    height:auto;
    background: #F6F6CE;
}

.discover_your_true_self .perks_data_wrapper.trusted_brand {
    grid-column: span 2 / span 2;
    grid-row-start: 2;
    height:auto;
    background: #E2FFDD;
}

.discover_your_true_self .perks_data_wrapper.hassel_free {
    grid-column: span 2 / span 2;
    grid-column-start: 3;
    grid-row-start: 2;
    height:auto;
    background: #E4FBE1;
}

.discover_your_true_self .perks_data_wrapper.comprehensive_coverage {
    grid-column: span 2 / span 2;
    grid-column-start: 5;
    height:auto;
    grid-row: 2;
    background: #DEFFD9;
}

.discover_your_true_self .perks_content_wrapper {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    top: 0;
    width: 58%;
}

.discover_your_true_self .perks_data_wrapper.cashless_facillity .perks_content_wrapper p, .discover_your_true_self .perks_data_wrapper.hassel_free .perks_content_wrapper p {
    width: 100%;
}

.discover_your_true_self .perks_data_wrapper img {
    position: absolute;
    max-width: 140px;
    right: 20px;
    object-fit: contain;
		display: flex;
    align-items: center;
    top: 0;
}


.discover_your_true_self .perks_data_wrapper.trusted_brand img {
    right: 0;
}

.discover_your_true_self .perks_data_wrapper.comprehensive_coverage img {right: 0;}

.how_does_it_Works .abfl_head_Wrapper p {
    text-align: center;
    width: 562px;
    margin: 0 auto;
}

.how_does_it_Works {
    background: url(../images/how_does_it_work_bg.png);
    background-size: cover;
    padding-bottom: 205px;
	overflow: hidden;
}

.how_it_works {
    border-radius: 24.631px;
    background: #fff;
    display: flex;
    width: 360px;
    height: 241px;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    text-align: center;
    padding: 40px;
    position: relative;
    border: 1px solid transparent;
    transition: all 0.5s ease;
}

.how_it_works h3 {
    color: #2E3338;
    text-align: center;
    font-family: 'dev_med';
    font-size: 30px;
    font-style: normal;
    line-height: normal;
    margin: 0;
}

.how_it_works p {
    color: #111;
    text-align: center;
    font-family: 'dev_med';
    font-size: 14px;
    font-style: normal;
    line-height: 18px; /* 128.571% */
    letter-spacing: -0.14px;
    opacity: 0.8;
    margin-top: 21px;
}

.step_count {
    display: flex;
    color: #BDD753;
    font-family: 'dev_bold';
    font-size: 50px;
    font-style: normal;
    line-height: normal;
    border-radius: 80px;
    background: #fff;
    box-shadow: 0px 4px 30px 5px rgba(0, 0, 0, 0.05);
    width: 140px;
    height: 140px;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -50px;
}

.how_it_works_stpp_wrapper {
    display: flex;
    justify-content: center;
    gap: 80px;
    margin-top: 120px;
}


.step_count em {
    font-style: normal;
}


.step_count img {
    max-width: 0;
    position: absolute;
}


.how_it_works * {
    transition: all 0.5s ease;
}

.how_it_works:hover .step_count img {
    max-width: 100px;
}


.how_it_works:hover .step_count em {
 transform: scale(0);
}

.how_it_works:hover .step_count {transform: scale(1.2);}

.how_it_works:hover {
    border: 1px solid #70B865;

}

.how_it_works_container {
    position: relative;
}

.dotted_lines {
    position: absolute;
    content: '';
    background: url(../images/direction_arrow.svg);
    width: 8px;
    height: 13px;
    /* bottom: 120px; */
    background-size: cover;
}

.dotted_stepper1 {
    left: 60px;
    bottom: 35px;
}

.dotted_stepper2 {left: 38%;bottom: 15%;}

.dotted_stepper3 {
    left: 61%;
    bottom: 25%;
}

.dotted_stepper4 {
    right: 0;
}


.how_it_works_container:before {
    position: absolute;
    content: '';
    left: 0;
    right: -70px;
    height: 131px;
    width: -webkit-fill-available;
    background: url(../images/vector_with_arrows.svg);
    bottom: 50px;
    background-size: contain;
    background-repeat: repeat-x;
}


.explore_tes_options {
    background: #F5F5F5;
}

.explore_tes_options .abfl_head_Wrapper p {
    width: 598px;
    margin: 0 auto;
    text-align: center;
}

.career_quiz_wrapper {
    display: flex;
    border-radius: 20px;
    border: 1px solid #FFF;
    background: #FFF;
    box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.02);
    overflow: hidden;
    width: 74%;
    height: 528px;
    margin: 0 auto;
    padding: 60px;
}

.quiz_timer {
    display: flex;
    border-radius: 15px;
    border: 1px solid #E7E7E7;
    background: #F5F4F5;
    padding: 5px;
    width: 109px;
    gap: 10px;
}

.quiz_timer img {
    max-width: 14px;
}

.quiz_timer em {word-break: break-all;color: #2E3338;font-family: 'dev_med';font-size: 14px;font-style: normal;line-height: normal;}

.career_content_Wrapper h3 {
    color: #111;
    font-family: 'dev_med';
    font-size: 36px;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.72px;
}

.career_content_Wrapper>p {
    color: #111;
    font-family: 'dev_reg';
    font-size: 14px;
    font-style: normal;
    line-height: 20px; /* 142.857% */
    margin: 10px 0 20px;
}

.career_img {
    display: flex;
    align-items: center;
    justify-content: center;
}

.quiz_list_main {
    display: grid;
    gap: 8px;
    align-items: center;
    grid-template-columns: 52px auto;
}

.quiz_list_main span {
    display: flex;
    width: 52px;
    height: 52px;
    justify-content: center;
    background: #F2F2F2;
    border-radius: 100px;
    align-items: center;
}

.quiz_list_main span img {
    max-width: 25px;
}

.quiz_list_main>p {
    color: #111;
    font-family: 'dev_med';
    font-size: 14px;
    font-style: normal;
    line-height: 18px; /* 128.571% */
    text-transform: capitalize;
    opacity: 0.8;
}

.quiz_list_wrapper {
    display: grid;
    grid-template-columns: auto auto auto;
    margin: 54px 0;
    gap: 30px;
}

.pattern_line {
    display: none;
}

.index_screen {
    background: url(../images/index_screen_bg.png);
    background-size: cover;
}

.brand_logo_index img {
    max-width: 150px;
}

.brand_logo_index {
    display: flex;
    justify-content: center;
}

.center_main_wrapper {
    padding: 100px;
}

.center_main_wrapper h1 {
    color: #111;
    font-family: 'dev_semi_bold';
    font-size: 40px;
    font-style: normal;
    line-height: normal;
    text-transform: uppercase;
    margin: 50px 0;
    text-align: center;
}


.redirect_button_Wrapper ul {
    display: flex;
    gap: 40px;
    justify-content: center;
    flex-wrap: wrap;
}

.bottom_copyright {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid rgb(0 0 0 / 20%);
    position: absolute;
    bottom: 0;
    width: 90%;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 20px 0;
}

.bottom_left {
    display: flex;
    gap: 10px;
    align-items: center;
}

.bottom_left img {
    max-width: 150px;
}

.bottom_copyright p {
    color: #000;
    font-size: 14px;
    font-style: normal;
    line-height: normal;
}

.cusAccor-heading h5{
    font-family: var(--dev_med);
    font-size: 16px;
    line-height: 22px;
    color: #333;
    margin-bottom: 0;
    padding: 3px 0;
}
.custom-accordion-list .sub_tab_list a{line-height: 22px;}
.nav-tab-content-wrapper .custom-accordion-list .nav_sub_tab_list_wrapper{margin-top: 0;}
.custom-accordion-list .cusAccor-heading{
    position: relative;
}
.custom-accordion-list .cusAccor-heading::before {
    content: '';
    position: absolute;
    top: 47%;
    width: 8px;
    height: 2px;
    background: #333;
    right: 0;
    transition: all .5s ease-in-out;
}
.custom-accordion-list .cusAccor-heading::after {
    content: '';
    position: absolute;
    top: 35%;
    width: 2px;
    height: 8px;
    background: #333;
    right: 3px;
    transition: all .5s ease-in-out;
}
.custom-accordion-list li.cusAcc-open .cusAccor-heading::after{
    transition: all .5s ease-in-out;
    opacity: 0;
}
.h-linked{
    background: no-repeat padding-box #fff6f7;
    box-shadow: 0 20px 50px #00000014;
    border: 1px solid #db959d;
}

@media screen and (min-width:1200px) {
	
	.hti .solutions_bottom_Wrapper {
    max-height: 97px;
}
	
	.swiper_apply_wrapper .swiper-pagination-bullet:last-child i,	.swiper_apply_wrapper .swiper-pagination-bullet:last-child b {
    display: none;
}
	
.login_register_wrapper .modal-dialog.modal-dialog-centered {
    max-width: 450px;
}

.login_register_wrapper.register_modal_wrapper .modal-content {
    height: auto;
}

.login_register_wrapper .modal-content {height: 490px;}

	
	.abfl_banner_container {
    margin-top: 120px;
}
	
	    .faq_acc_wrapper {
        width: 1260px;
        margin: 0 auto;
    }
	
	.welcome_onboard_wrapper .modal-content {
    height: 574px;
    }
	
	
.all_in_on_list_Wrapper.swiper-slide.swiper-slide-next, .all_in_on_list_Wrapper.swiper-slide.swiper-slide-prev {
    transform: scale(0.9);
}

.all_in_on_list_Wrapper.swiper-slide.swiper-slide-active {transform: scale(1);}

.all_in_on_list_Wrapper.swiper-slide.swiper-slide-active, .all_in_on_list_Wrapper.swiper-slide.swiper-slide-next, .all_in_on_list_Wrapper.swiper-slide.swiper-slide-prev {
    transition: all 0.5s ease;
}


.welcome_onboard_wrapper .modal-dialog.modal-dialog-centered {
    max-width: 810px;
}


.tailored_solutions_swiper {
    padding-bottom: 70px;
}
	
}


@media screen and (min-width: 1701px){
	
.pattern_line {
    position: absolute;
    left: 0;
    top: 60px;
}

.pattern_line {
    display: block;
}

.how_it_works_container:before{display: none;}


	
	.abfl_head_Wrapper p, .perks_of_abfl.discover_your_true_self_section .abfl_head_Wrapper p {
    font-size: 18px;
    line-height: 22px;
}

.all_in_one_edu .abfl_head_Wrapper {
    padding: 100px 0 60px;
}

.all_in_one_grid {
    grid-template-columns: 40% 600px;
}

.smart_card {
    height: 660px;
}

.borderless_money_grid {
    grid-template-columns: 690px 690px;
    justify-content: center;
}

.borderless_main_Wrapper:nth-child(2) img {max-width: 75%;top: 0;}

.borderless_main_Wrapper {
    height: 520px;
}

.borderless_main_Wrapper img {
    max-width: 60%;
    position: relative;
    top: -60px;
}

.success_stories_wrapper>p {
    font-size: 18px;
    line-height: 25px;
}

.abfl_head_Wrapper.head_btn_Wrapper h2 {
    width: fit-content;
}

.stay_informed_img, .stay_informed_img img {
    height: 280px;
    object-fit: cover;
}



.all_in_one_edu {
    height: 60vh;
}
	
}


@media screen and (min-width: 1200px) and (max-width: 1750px){
	
	.credit_card_tab_section {
    padding-top: 80px !important;
}
	
	.perks_grid_container {
    height: 410px;
    gap: 15px;
	padding: 0 300px;
}
	
	.abfl_head_Wrapper.head_btn_Wrapper h2 {
    width: auto;
}
	
	.desktop_banner, .abfl_banner_container{
		height: 83vh;
	}
	
		.abfl_head_Wrapper h2 {
    font-size: 50px;
}

.custom_container{padding: 0 80px;}

.banner_Facts_grid {margin-top: 110px;position: absolute;bottom: 0;}

.fact_wrapper {height: 74px;padding: 15px;width: 170px;}

.fact_wrapper p {
    font-size: 23px;
}

.fact_wrapper span {
    font-size: 14px;
}

.bread_crumbs_wrapper.fact_counter_wrapper {
    top: 50px;
    height: calc(100% - 100px);
}

.bread_crumb_ul {
    margin-bottom: 20px;
}

.eligibility_wrapper {
    padding: 10px;
    border-radius: 8px;
    gap: 10px;
}

.eligibility_data_wrapper h4 {
    font-size: 16px;
}

.eligibility_wrapper img {
    max-width: 18px;
}

.eligibility_col_wrapper {
    padding: 35px;
}

.eligibility_col_wrapper h3 {font-size: 25px;margin-bottom: 20px;}

.eligibility_grid_Wrapper {
    /* grid-template-columns: 38.5% 38.5%; */
    justify-content: center;
}


	
}



@media screen and (min-width: 1600px)  and (max-width: 1750px) {
	
	    .desktop_banner, .abfl_banner_container {
        height: 600px;
    }
	
}


@media screen and (min-width:1400px) and (max-width: 1700px){
	
			
	.swiper-slide.universities_main {
    height: 480px;
}
	
	.borderless_main_Wrapper img {max-width: 60%;}

.borderless_money_grid {
    grid-template-columns: 38% 38%;
    justify-content: center;
}

.borderless_main_Wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 30px;
}

.borderless_main_Wrapper:nth-child(2) img {
    max-width: 80%;
}

	
	.abfl_arrow_wrapper {
    width: 9%;
}



.stay_informed, .faq_section, .success_stories, .money_borderless, .smart_card, .solutions_tailored, .discover_your_abfl_solutions, .perks_of_abfl, .check_eligibility, .reasonstouseABCD{
    padding: 60px 0;
}

.faq_tab_Wrapper li button {
    padding: 0 15px 10px;
    font-size: 14px;
}

.faq_tab_Wrapper {
    margin-bottom: 40px;
}

.faq_acc_wrapper .accordion-item .accordion-button {
    padding: 20px;
    font-size: 20px;
    border-radius: 8px;
}

.faq_acc_wrapper .accordion-body {
    padding: 0 20px 20px;
}

.faq_acc_wrapper .accordion-body p {
    font-size: 14px;
}

.faq_acc_wrapper {
    width: 900px;
}

.faq_acc_wrapper .accordion-item:first-of-type>.accordion-header .accordion-button, .faq_acc_wrapper .accordion-item:last-of-type>.accordion-header .accordion-button.collapsed {
    border-radius: 8px;
}

.faq_acc_wrapper .accordion-item {
    border-radius: 8px;
}

	
}




@media screen and (max-width: 1750px) {
    .reasonstouseABCD .accordItem {
        margin-bottom: 15px;
    }

    .reasonstouseABCD .iconWrap {
        width: 35px;
        height: 35px;
    }

    .reasonstouseABCD .accordItem p {
        width: 84%;
        padding-left: 50px;
    }

    .reasonstouseABCD .accordImgWrap {
        grid-template-columns: 52% 40%;
    }

    .reasonstouseABCD .accordianWrapHead {
        font-size: 20px;
        line-height: 0;
    }
    .banner_Caption_main p {
        font-size: 50px;
    }
    .banner_Caption_main span {
        font-size: 16px;
        line-height: 20px;
        width: 75%;
        margin: 20px 0;
    }

    .all_in_one_edu .abfl_head_Wrapper{padding: 80px 0 200px;}
    .banner_Caption_main {width: 600px;}
    .banner_caption{left: 80px;}
    .abfl_banner_container .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets{left: 80px;}
    .perks_content_wrapper h3{font-size: 28px;line-height: 32px;}
    .perks_content_wrapper p{font-size: 16px;line-height: 20px;}
}

@media screen and (max-width: 1500px){
    .left_form_div{
        padding: 6% 24%;
    }
    .modal_head_wrapper_log_reg{margin-bottom: 30px;}
    .modal_input_main_Wrapper{margin-bottom: 12px;}
    .modal_form_input_Wrapper .modal_form_btn{margin-top: 12px;}
    .modal_head_wrapper_log_reg p{margin-top: 8px;}

}


@media screen and (min-width:1500px) and (max-width: 1600px){
	
	
.career_quiz_wrapper {

    height: auto;
    padding: 30px;
}

.quiz_list_wrapper {
    margin: 30px 0;
    gap: 20px;
}

.career_img img {
    max-width: 400px;
}

.discover_your_true_self {
    padding: 0 270px;
}

.discover_your_true_self .perks_data_wrapper img {
    max-width: 100px;
}
	
}



@media screen and (min-width:1200px) and (max-width: 1499px){
	
	.simSer-butonsgroup .solid_bg_btn {
    font-size: 12px;
    height: 32px;
    padding: 8px 20px;
}

		
	.swiper-slide.universities_main {
    height: 480px;
}
	

.solutions_bottom_Wrapper h3 {
    font-size: 20px;
}

.solutions_wrapper {
    padding: 20px;
}

.solutions_bottom_Wrapper p {
}

.solutions_bottom_Wrapper {
    max-height: 80px;
}
	
	.apply_main_Wrapper {padding: 50px 60px;}

.apply_right img {
    max-width: 300px;
}

.apply_left h3 {
    font-size: 38px;
    line-height: 1.2;
}
	
	.abfl_data_Wrapper h3 {
    width: auto;
    padding: 0 100px;
    font-size: 24px;
}

.abfl_stepper_data_Wrapper {
    padding: 50px 0 0;
}

.border_box_wrapper {
    width: 140px;
    height: 140px;
    padding: 15px;
}

.border_box_wrapper p {
    font-size: 16px;
}

.border_box_wrapper img {
    max-width: 30px;
}

.back_text {
    top: 20px;
    left: 20px;
}

.borderless_money_grid {
    grid-template-columns: 45% 45%;
    justify-content: center;
}

.borderless_main_Wrapper {
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.borderless_main_Wrapper:nth-child(2) img {
    max-width: 80%;
}

.borderless_main_Wrapper img {
    max-width: 63%;
}

.all_in_one_grid {
    grid-template-columns: 46% 500px;
}
	
	.abfl_head_Wrapper h2 {
    font-size: 40px;
}

.solid_bg_btn {
    padding: 10px 20px;
    font-size: 14px;
}
.banner_caption {
    left: 80px;
}

.welcome_onboard_wrapper .modal-body {
    padding: 40px;
}

.welcome_onboard_wrapper .modal-content {
    height: 430px;
}

.modal_head_span {
    font-size: 28px;
}

.welcome_onboard_wrapper .modal-dialog.modal-dialog-centered {
    max-width: 680px;
}

.modal_top_content_Wrapper p {
    font-size: 14px;
}

.parent_Student_wrapper .border_box_wrapper img {
    max-width: 110px;
}

.parent_Student_wrapper .border_box_wrapper p {
    font-size: 14px;
}

.parent_Student_wrapper .border_box_wrapper {
    height: 160px;
    width: 160px;
}

.parent_Student_wrapper .border_boxes_grid {
    gap: 20px;
}

.swiper_apply_wrapper .swiper-pagination-bullet i {
    height: 25px;
}
 @keyframes countingBar_vertical {
	 0% {
		 height: 0;
	}
	 100% {
		 height: 25px;
	}
}

.swiper_apply_wrapper >.swiper-pagination-bullets, .swiper_apply_wrapper .swiper-pagination-bullets {
    gap: 25px;
}

.swiper_apply_wrapper .swiper-pagination-bullet:after {
    width: 8px;
    height: 8px;
    left: -2.8px;
}

    .discover_your_true_self {
        padding: 0 170px;
    }
	
	.discover_your_true_self .perks_data_wrapper img {
    max-width: 100px;
}

.career_quiz_wrapper {
    width: auto;
    height: auto;
    padding: 30px;
}

.quiz_list_wrapper {
    margin: 30px 0;
    gap: 20px;
}

.career_img img {
    max-width: 400px;
}

.how_it_works_stpp_wrapper {
    gap: 50px;
}

.how_it_works {height: 210px;}

.step_count {
    width: 100px;
    height: 100px;
    font-size: 30px;
}

.how_it_works:hover .step_count img {
    max-width: 60px;
}

.how_it_works h3 {
    font-size: 28px;
}

.how_it_works p {
    margin-top: 13px;
}

.how_does_it_Works {
    padding-bottom: 70px;
}


}



@media screen and (min-width:1200px) and (max-width: 1399px){
	
		
	.swiper-slide.universities_main {
    height: 480px;
}
	
	.abfl_banner_container>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 40px 0 0;
    width: 250px;
}

.abfl_arrow_wrapper {
    width: 9%;
}

.abfl_banner_container .swiper-button-next, .abfl_banner_container .swiper-button-prev {
    height: 40px;
    width: 40px;
}

.abfl_banner_container .swiper-button-next img, .abfl_banner_container .swiper-button-prev img {
    max-width: 20px;
}


.stay_informed, .faq_section, .success_stories, .money_borderless, .smart_card, .solutions_tailored, .discover_your_abfl_solutions, .perks_of_abfl, .check_eligibility, .reasonstouseABCD{
    padding: 50px 0;
}

.faq_tab_Wrapper li button {
    padding: 0 15px 10px;
    font-size: 14px;
}

.faq_tab_Wrapper {
    margin-bottom: 40px;
}

.faq_acc_wrapper .accordion-item .accordion-button {
    padding: 16px;
    font-size: 18px;
}

.faq_acc_wrapper .accordion-body {
    padding: 0 16px 16px;
}

.faq_acc_wrapper .accordion-body p {
    font-size: 14px;
}

.faq_acc_wrapper {
    width: 900px;
}


.faq_acc_wrapper .accordion-item:first-of-type>.accordion-header .accordion-button, .faq_acc_wrapper .accordion-item:last-of-type>.accordion-header .accordion-button.collapsed {
    border-radius: 8px;
}

.faq_acc_wrapper .accordion-item {
    border-radius: 8px;
}

.faq_acc_wrapper .accordion-button::after {
    background-size: 70%;
}

.stay_informed_data_Wrapper ul li {
    gap: 5px;
}

.stay_informed_data_Wrapper ul li img {
    max-width: 14px;
}

.explore_courses_wrapper {width: 310px;padding: 20px;border-radius: 14px;height: 220px;}

.explore_courses_scroll_Wrapper .swiper-wrapper {
    grid-template-columns: 310px 310px;
    gap: 20px;
	padding-bottom: 0;
}

.explore_courses_wrapper img.exc_img {
    max-width: 60px;
}

.explore_courses_wrapper:hover img.exc_img {
    max-width: 40px;
}

.explore_description p {
    font-size: 16px;
}

.explore_description ul {
    gap: 8px;
}

.explore_description ul>li {
    font-size: 12px;
}
	
}


@media screen and (max-width: 1366px) {
	
		
	.swiper-slide.universities_main {
    height: 460px;
}
    .reasonstouseABCD .accordianWrapHead {
        padding: 15px 20px;
        padding-bottom: 0;
    }

    .reasonstouseABCD .accordContent {
        padding: 0 20px 15px;
    }

    .reasonstouseABCD .accordItem p {
        width: 90%;
    }
}



@media screen and (max-width: 1280px) {
    .reasonstouseABCD .accordianWrapHead {
        font-size: 18px;
        line-height: 20px;
    }

    .reasonstouseABCD .accordItem p {
        font-size: 14px;
        padding-left: 45px;
    }

    .reasonstouseABCD .iconWrap {
        width: 30px;
        height: 30px;
    }

    .reasonstouseABCD .accordItem {
        margin-bottom: 10px;
        border-radius: 12px;
    }
    .banner_Caption_main p{font-size: 40px;}
    .banner_Caption_main {width: 690px;}
    .fact_wrapper{border-radius: 12px;}
    .solutions_top_wrapper img {
        max-width: 38px;
    }
    .swiper.tailored_solutions_swiper{padding-bottom: 40px;}
}



@media screen and (min-width:992px) and (max-width: 1199px){
	
	.explore_courses_scroll_Wrapper {
    height: 340px;
}

.student_assistance_apply .apply_main_Wrapper {
    padding: 0 0 0 30px;
}

.apply_left h3 {
    font-size: 35px;
    line-height: 1.1;
}
	
.abfl_banner_container {
    height: 550px;
}

.fact_wrapper {
    width: 190px;
    padding: 15px;
    height: auto;
}

.fact_wrapper p{font-size: 28px;}
	
	.abfl_banner_container .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets{left: 30px;}


.list_of_perks {
    gap: 35px;
}
	
.abfl_head_Wrapper h2 {
    font-size: 34px;
   
}	
	.abfl_banner_container>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 40px 0 0;
    width: 250px;
}

.abfl_arrow_wrapper {
    width: 11%;
}

.abfl_arrow_wrapper{right:30px}

.abfl_banner_container .swiper-button-next, .abfl_banner_container .swiper-button-prev {
    height: 40px;
    width: 40px;
}

.abfl_banner_container .swiper-button-next img, .abfl_banner_container .swiper-button-prev img {
    max-width: 20px;
}


.stay_informed, .faq_section, .success_stories, .money_borderless, .smart_card, .solutions_tailored, .discover_your_abfl_solutions, .perks_of_abfl, .check_eligibility, .reasonstouseABCD{
    padding: 50px 0;
}

.faq_tab_Wrapper li button {
    padding: 0 15px 15px;
    font-size: 14px;
}

.faq_tab_Wrapper {
    margin-bottom: 40px;
}

.faq_acc_wrapper .accordion-item .accordion-button {
    padding: 16px;
    font-size: 18px;
}

.faq_acc_wrapper .accordion-body {
    padding: 0 16px 16px;
}

.faq_acc_wrapper .accordion-body p {
    font-size: 14px;
}

.faq_acc_wrapper {
    width: 100%;
    padding: 0 30px;
}


.faq_acc_wrapper .accordion-item:first-of-type>.accordion-header .accordion-button, .faq_acc_wrapper .accordion-item:last-of-type>.accordion-header .accordion-button.collapsed {
    border-radius: 8px;
}

.faq_acc_wrapper .accordion-item {
    border-radius: 8px;
}


.faq_acc_wrapper .accordion-button::after {
    background-size: 70%;
}


.explore_courses_wrapper {width: 265px;padding: 15px;border-radius: 14px;height: 190px;}

.explore_courses_scroll_Wrapper .swiper-wrapper {
    grid-template-columns: 265px 265px;
    gap: 20px;
    padding-bottom: 0;
}

.explore_courses_wrapper img.exc_img {
    max-width: 40px;
}

.explore_courses_wrapper:hover img.exc_img {
    max-width: 30px;
}

.explore_description p {
    font-size: 14px;
    margin-bottom: 7px;
}

.explore_description ul {
    gap: 5px;
}

.explore_description ul>li {
    font-size: 11px;
}

.explore_description .solid_bg_btn {
    height: 26px;
    font-size: 10px;
}

.explore_courses_wrapper:hover .explore_description {
    transform: translateY(-40px);
}

.explore_description {
}

.explore_courses_wrapper:hover .solid_bg_btn {
    bottom: -40px;
}

.swiper-slide.universities_main {
        height: 380px;
        padding: 15px;
        border-radius: 14px;
    }
	
.metric_group p {
    font-size: 12px;
}

.uni_desc p {
    font-size: 14px;
}

.universities_main:hover .uni_metrics {
    height: 40px;
}

.uni_metrics {
    height: 50px;
}

.uni_metrics span {
    font-size: 26px;
}

.university_location {
    margin-bottom: 22px;
}

.universities_main:hover .university_description_Wrapper {
    margin-top: 17px;
}

.university_description_Wrapper {
    margin-top: 20px;
}

.universities_main:hover .university_img img {
}

.universities_main .solid_bg_btn {
    margin-top: 20px;
}

.university_img {
    border-radius: 14px;
}

.discover_your_true_self .perks_data_wrapper img {
    max-width: 100px;
}

.career_quiz_wrapper {
    width: 90%;
    height: auto;
    padding: 20px;
}

.quiz_list_wrapper {
    gap: 20px;
    margin: 40px 0;
}

.quiz_list_main>p {
    font-size: 12px;
}


.how_it_works {
    width: auto;
    height: auto;
    padding: 70px 20px 30px;
}

.how_it_works_stpp_wrapper {
    gap: 40px;
}

.step_count {
    width: 90px;
    height: 90px;
    font-size: 35px;
}

.how_it_works:hover .step_count img {
    max-width: 50px;
}

.how_it_works h3 {
    font-size: 22px;
}

.how_it_works p {
    margin-top: 11px;
}

.how_it_works_container:before {
    bottom: -20px;
}

.how_does_it_Works {
    padding-bottom: 80px;
}
	
}

@media screen and (max-width: 1199px){
    .bread_crumbs_wrapper.fact_counter_wrapper {
        top: 50px;
        height: calc(100% - 100px);
    }
    .parent_Student_wrapper .border_box_wrapper{width: 100%;}
}

@media screen and (max-width: 1024px) {
    .reasonstouseABCD .heading-btn {
        margin-bottom: 30px;
    }
    .abfl_stepper_data_Wrapper{
        padding: 30px 30px;
        padding-top: 60px;
    }
    .border_boxes_grid{grid-template-columns: auto auto auto;}
    .abfl_stepper_grid_wrapper{width: 100%;}
    .border_box_wrapper{width: 160px;height: 160px;}
    .welcome_onboard_wrapper .modal-body{
        padding: 30px;
    }
    .modal_head_span{font-size: 28px;padding: 0 20px;}
    .parent_Student_wrapper .border_boxes_grid{
        grid-template-columns: 48% 48%;
        gap: 3%;
        margin: 20px 0;
    }

}


@media screen and (max-width:991px){
	
	.center_main_wrapper {
    padding: 30px;
}

.brand_logo_index img {
    max-width: 100px;
}

.center_main_wrapper h1 {
    font-size: 26px;
    margin: 40px 0;
}

.redirect_button_Wrapper ul {
    gap: 20px;
}
	
	.explore_courses{ padding-bottom: 50px;}
	
    .parsley-errors-list li {
        bottom: -18px;
        font-size: 10px;
    }

.modal_input_main_Wrapper {
    margin-bottom: 25px;
}
	
.list_of_perks{right: 0px;}
	
.modal-open {
    padding-right: 0px !important;
}
	
	.custom_container {
    padding: 0 20px;
}
	
	    .abfl_head_Wrapper h2 {
        font-size: 30px;

    }
	
	.banner_caption {

left: 0;

padding: 0 20px;

top: 80px;
}

.banner_Caption_main{    width: auto;}

.banner_Caption_main p {
    font-size: 30px;
    line-height: 36px;
}

.banner_Caption_main span {
    font-size: 14px;
    line-height: 18px;
    width: 100%;
}

    .solid_bg_btn {
        padding: 12px 30px;
        font-size: 12px;
    }

.abfl_banner_container {
    height:730px;
}

.mobile_banner {
    height: 100%;
    object-fit: cover;
}

.abfl_banner_container .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets p {display: none;}

.abfl_arrow_wrapper {
    bottom: 50px;
    width: 100%;
    left: 0;
}

.abfl_banner_container>.swiper-pagination-bullets .swiper-pagination-bullet {
    height: 8px;
    width: 8px;
    margin: 0 10px 0px 0;
    background: #fff;
    border-radius: 100px;
    transition: all 0.5s ease;
}

.abfl_banner_container .swiper-pagination-bullet b {
    height: 4px;
    display: none;
}

.abfl_banner_container .swiper-pagination-bullet i {
    height: 8px;
    width: 8px;
    transition: all 0.5s ease;
    display: none;
}



.abfl_banner_container>.swiper-pagination-bullets .swiper-pagination-bullet-active {
    background: #CA1F34;
    width: 40px;
}

.abfl_banner_container .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
    left: 0;
    right: 0;
    bottom: 50px;
}

.faq_acc_wrapper {
    padding: 0 20px;
    margin-top: 0;
}

    .faq_acc_wrapper .accordion-item .accordion-button {
        padding: 15px 20px;
        font-size: 16px;
        line-height: 20px;
    }

.faq_acc_wrapper .accordion-body {
    padding: 0 20px 20px;
}

.faq_acc_wrapper .accordion-body p {
    font: normal normal normal 14px/14px var(--dev_reg);
    letter-spacing: -0.12px;
    color: #111111;
    opacity: 1;
    line-height: 1.6;
}


.stay_informed, .faq_section, .success_stories, .money_borderless, .smart_card, .solutions_tailored, .all_in_one_edu .abfl_head_Wrapper, .discover_your_abfl_solutions, .perks_of_abfl, .check_eligibility, .reasonstouseABCD {
    padding: 50px 0 !important;
}

.all_in_one_edu .abfl_head_Wrapper {
    padding-bottom: 0;
}


.faq_acc_wrapper .accordion-item {
    border-radius: 8px;
}

.faq_acc_wrapper .accordion-button::after {
    background-size: 70%;
}

.abfl_head_Wrapper.head_btn_Wrapper h2 {
    width: auto;
	        text-align: center;
}

.head_btn_Wrapper {display: block;}

.stay_informed_data_Wrapper {
    padding: 20px;
}

    .stay_informed_data_Wrapper h2 {
        font-size: 16px;
        margin-bottom: 12px;
        line-height: 1.3;
        height: 40px;
    }
	
	.stay_informed_wrapper .blogs_informed {
    opacity: 1;
}

.stay_informed_data_Wrapper>p {
    font-size: 12px;
    margin-bottom: 20px;
}

.stay_informed_data_Wrapper ul li {
    gap: 5px;
}

.stay_informed_data_Wrapper ul li img {
    max-width: 14px;
}

.stay_informed_data_Wrapper ul li>p {
    font-size: 10px;
}

.stay_informed_wrapper {
    border-radius: 12px;
}

.stay_informed_swiper {
    padding-bottom: 40px;
}

    .borderless_money_grid {
        display: flex;
        flex-direction: column;
        gap: 30px;
    }

.abfl_head_Wrapper {
    margin-bottom: 30px;
}

.borderless_main_Wrapper {
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.borderless_main_Wrapper h3 {
    font-size: 25px;
}

.borderless_main_Wrapper p {
    margin: 0 0 20px;
    font-size: 14px;
    text-align: center;
	        line-height: 1.3;
}

.borderless_main_Wrapper:nth-child(2) img {
    max-width: 90%;
}

    .smart_card_benefits {
        grid-template-columns:  31% 31% 31%;
        margin-bottom: 50px;
        width: 55%;
    }

.sc_wrapper {
    padding: 10px;
    height: 100px;
	        border-radius: 8px;
}

.sc_wrapper img {
    max-width: 24px;
}

.sc_wrapper p {
    font-size: 12px;
}

.solutions_offered_tab_Wrapper {
    width: fit-content;
    margin: 20px auto 0;
}

.solutions_wrapper {
    padding: 20px;
    border-radius: 12px;
    height: 295px;
}

.smart_card .abfl_head_Wrapper {
    margin-bottom: 12px;
}
.solutions_wrapper.swiper-slide.coming_soon_solution:hover .solutions_bottom_Wrapper{max-height: 100%;}

.solutions_top_wrapper img {
    max-width: 45px;
}

	.solutions_wrapper.swiper-slide.coming_soon_solution:hover .solutions_top_wrapper img{   max-width: 45px;}


.solutions_bottom_Wrapper {max-height: 100%;}

.solutions_wrapper.swiper-slide.coming_soon_solution .solutions_bottom_Wrapper {
    /* max-height: 70px; */
    max-height: 100%;
}

.solutions_bottom_Wrapper h3 {
    font-size: 20px;
}

.solutions_bottom_Wrapper p {
    font-size: 12px;
}

.solutions_bottom_Wrapper ul li a {
    font-size: 12px;
    height: 35px;
}

.solutions_bottom_Wrapper ul li a img {
    max-width: 10px;
}

.tailored_solutions_swiper {
    padding-bottom: 50px;
}

.all_in_one_grid {
    grid-template-columns: 100%;
}

.all_in_one_edu .abfl_head_Wrapper p {
        font-size: 14px;
        line-height: 1.3;
}

    .all_edu_swiper {
        height: 440px;
        padding: 0 20px;
		z-index: -1;
       
        
    }
	
.grid_col_right {
    padding-bottom: 70px;
}

.all_in_on_list_Wrapper {
    padding: 20px;
    height: 180px;
    border-radius: 12px;
    flex-direction: row;
    gap: 20px;
    justify-content: flex-start;
}

.all_in_on_list_Wrapper img {
    max-width: 40px;
}

.all_edu_bottom h3 {
    font-size: 20px;
    margin-bottom: 5px;
}

.all_edu_bottom {
    margin-top: 0;
}

.all_edu_bottom p {
    font-size: 14px;
}

.all_in_one_edu .custom_container {
    padding: 0;
}

.grid_col_left {
    padding: 0 30px;
}
    .banner_Facts_grid {
        grid-template-columns: auto auto;
        margin-top: 60px;
        gap: 5px;
        position: absolute;
        bottom: 0;
    }

.fact_wrapper {
    width: auto;
    height: auto;
    padding: 10px;
    border-radius: 10px;
}

.bread_crumb_ul {
    margin-bottom: 10px;
}

.fact_wrapper p {
    font-size: 20px;
}

.fact_wrapper span {
    font-size: 12px;
}

.bread_crumb_ul li a, .bread_crumb_ul em {
    font-size: 12px;
}

.perks_of_abfl .abfl_head_Wrapper p {
    width: auto;
    font-size: 14px;
}

.perks_grid_container {display: flex;padding: 0 20px;gap: 10px;flex-direction: column;height: auto;}

.perks_data_wrapper {
}

.perks_content_wrapper h3 {
    font-size: 20px;
    margin-bottom: 5px;
}

.perks_content_wrapper p {
    font-size: 14px;
    line-height: 16px;
}

.perks_content_wrapper {
    top: 24px;
    left: 28px;
}

.perks_data_wrapper.trusted_brand {
    height: 230px;
}

.perks_data_wrapper.trusted_brand img {
    object-fit: cover;
    object-position: 80%;
}



.perks_data_wrapper.comprehensive_coverage {
    height: 350px;
}

.perks_data_wrapper.comprehensive_coverage img {
    object-fit: cover;
}

.eligibility_grid_Wrapper {
    grid-template-columns: auto;
	gap: 10px;
}

.eligibility_col_wrapper {
    padding: 16px;
    border-radius: 10px;
}

.eligibility_col_wrapper h3 {
    font-size: 22px;
    margin-bottom: 10px;
}

.eligibility_data_wrapper h4 {
    font-size: 14px;
}

.eligibility_data_wrapper p {
    font-size: 12px;
	margin-top: 4px;
}

.eligibility_wrapper {
    gap: 6px;
    padding: 10px;
    border-radius: 8px;
}

.eligibility_wrapper img {
    max-width: 17px;
}

.Eligibility_list {
    gap: 10px;
}

.abfl_stepper_grid_wrapper {
    display: flex;
    padding: 0;
    height: 100%;
    border-radius: 16px;
    width: 100%;
    flex-direction: column;
    gap: 0;
}


.abfl_data_Wrapper h3 {
    width: auto;
    font-size: 24px;
    margin: 0 auto;
    text-align: center;
}

.border_boxes_grid {
    grid-template-columns: 48% 48%;
    margin-top: 30px;
    gap: 10px;
}

.border_box_wrapper {
    width: auto;
    padding: 12px;
    height: 85px;
}

.abfl_stepper_data_Wrapper {
    padding: 20px;
}

.border_box_wrapper p {
    font-size: 14px;
    font-family: 'dev_semi_bold';
    letter-spacing: 0;
}

.border_box_wrapper img {
    max-width: 20px;
}

.back_text {
    left: 0;
    top: 0;
    position: relative;
    text-align: left;
    margin-bottom: 20px;
}

.stepper_creative {
    display: none;
}

.abfl_stpper_left_wrapper {
    border-radius: 16px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    padding: 20px;
}

.mobile_stepper_Wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
}

.mobile_counter {
    display: flex;
    position: relative;
    width: 48px;
    height: 48px;
    color: var(--abc_primary);
    text-align: center;
    font-family:
    'dev_semi_bold';
    font-size: 18px;
    font-style: normal;
    line-height: 11.143px; /* 61.905% */
    text-transform: uppercase;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 100%;
}

.mobile_counter_wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .counter_circle {
        width: 106%;
        height: 106%;
        border-radius: 50%;
        background: conic-gradient(var(--abc_primary) 0% 25%, transparent 25% 100%);
        position: absolute;
        top: -1px;
        right: -2px;
    }

.mobile_stepper_Wrapper p {
    color: #CA1F34;
    font-family: 'dev_semi_bold';
    font-size: 20px;
    font-style: normal;
    line-height: normal;
    text-transform: uppercase;
}


.stepper_completed .mobile_counter {
    background: var(--abc_primary);
    color: #fff;
}

.mobile_counter:after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
}

.discover_your_abfl_solutions * {
    transition: all 0.5s ease;
}

.counter_circle.counter_initial {
    background: conic-gradient(var(--abc_primary) 0% 25%, transparent 25% 100%) !important;
}

    .mob-none {
        display: none;
    }

    .desk-none {
        display: block;
        width: 100% !important;
    }

    .reasonstouseABCD .heading-btn {
        flex-direction: column;
        justify-content: center;
        gap: 20px;
    }

    .reasonstouseABCD .section_header_wrapper {
        text-align: center;
    }

    .reasonstouseABCD .accordImgWrap {
        display: block;
    }

    .reasonstouseABCD .accordItem p {
        width: 100%;
        margin-bottom: 15px;
    }

    .reasonstouseABCD .section-heading {
        margin-bottom: 10px;
    }

    .reasonstouseABCD .activeItem .accordianWrapHead {
        padding-bottom: 0;
    }
	
	
	.welcome_onboard_wrapper .modal-body {
    padding: 20px;
}

.modal_head_span {
    font-size: 20px;
    padding: 0 0px;
}

.modal_top_content_Wrapper p {
    font-size: 12px;
    line-height: 1.6;
}

.parent_Student_wrapper>p {
    width: auto;
    font-size: 17px;
}

.parent_Student_wrapper {
    margin-top: 20px;
}

.parent_Student_wrapper .border_boxes_grid {
    gap: 10px;
}

.parent_Student_wrapper .border_box_wrapper {
    width: 120px;
    height: 120px;
	padding: 0 10px 10px;
}

.parent_Student_wrapper .border_box_wrapper p {
    font-size: 12px;
}

.parent_Student_wrapper .border_box_wrapper img {
    max-width: 80px;
}

.welcome_onboard_wrapper .modal-content {
    border-radius: 12px;
}

.modal .close img {
    max-width: 10px;
}

.modal .close {
    top: 10px;
    right: 10px;
}

.modal-dialog.modal-dialog-centered {
    margin: 0 auto;
    width: 90%;
}

.login_register_wrapper .modal-body {
    padding: 20px;
}

.login_register_wrapper .modal-content {
    border-radius: 12px;
}

.or_login_with p:before, .or_login_with p:after {
    width: 90px;
}

.modal_head_wrapper_log_reg span {
    font-size: 26px;
}

.modal_head_wrapper_log_reg p {
    font-size: 12px;
}

.modal_head_wrapper_log_reg {
    margin-bottom: 25px;
}

.opt-boxes input {
    height: 36px;
    width: 36px;
    font-size: 12px;
}

.successful_wrapper img {
    max-width: 220px;
}

.successful_wrapper {
    text-align: center;
}

.successful_wrapper p {
    font-size: 26px;
}

.google_or_facebook a {
    font-size: 10px;
    gap: 5px;
    height: auto;
    padding: 8px 0px;
}

.google_or_facebook a img {
    max-width: 12px;
}

.google_or_facebook a:last-child img {
    max-width: 18px;
}

.google_or_facebook {
    gap: 5px;
}


.all_in_one_edu{background: url(../images/all_in_one_mob_bg.png) lightgray -111.098px 0px / 115.43% 166.375% no-repeat;
        background-position: center;
background-color: rgb(255 244 217 / 80%);
}
.stay_informed {

    background: url(../images/blogs_mob_bg.png);
	background-size: cover;
}

.borderless_main_Wrapper img {
    margin: 30px auto 0;
}

.faq_section {
    background: url(../images/faq_mob_bg.png);
    background-size: cover;
}

    .smart_card {
        justify-content: flex-start;
        padding-bottom: 400px;
        background-position: bottom;
        height: 100%;
    }

.nav_switch_tab_wrapper {
    justify-content: flex-end;
    background: #ebebeb;
    width: fit-content;
    margin-left: auto;
    margin-bottom: 20px;
}

.nav_switch_tab_wrapper .nav-link {
    color: #c91429;
}

    .form_main_grid_Wrapper {
        margin: 0;
        grid-template-columns: auto;
        flex-direction: column-reverse;
        display: flex;
    }

.left_form_div {
    padding: 35px;
    height: auto;
    gap: 20px;
}

.right_form_div img {
    height: auto;
}

.footer_accordion .accordion-button:not(.collapsed).redirected_acc {
    background: transparent;
}

    .footer_accordion .accordion-button:not(.collapsed).redirected_acc:after {
        background: url(../images/arrow-up-right-white.svg);
        filter: contrast(0.2);
        width: 14px;
        height: 14px;
        transform: rotate(0deg);
    }
	
	.proceed_btn {
    margin-top: 30px;
}

.solutions_offered_tab_Wrapper .nav-link {
    padding: 0 15px;
}



.perks_of_abfl_new .custom_container.d-flex {
    display: block !important;
}

.list_of_perks {
    flex-direction: column;
    gap: 20px;
}

.list_of_perks_1 {
    margin-top: 20px;
}

    .perks_new_wrapper {
        width: 100%;
        height: 190px;
        border-radius: 12px;
        margin-bottom: 20px;
    }

.perks_of_abfl_new .abfl_head_Wrapper p {
    font-size: 14px;
}

.apply_main_Wrapper {
    grid-template-columns: auto;
    padding: 30px 20px;
}

    .swiper_apply_wrapper >.swiper-pagination-bullets, .swiper_apply_wrapper .swiper-pagination-bullets {
        flex-direction: row;
        justify-content: space-between;
        width: 90%;
        height: fit-content;
        bottom: -30px;
        gap: 0;
        margin: 0 auto;
        top: auto;
        left: 0;
        right: 0;
    }

    .swiper_apply_wrapper .swiper-pagination-bullet p {
        width: fit-content;
        font-size: 10px;
        display: none;
    }

    .apply_left h3 {
        font-size: 22px;
        line-height: 1.4;
        letter-spacing: 0;
        text-align: center;
    }

.apply_left p {
    font-size: 14px;
    text-align: center;
}

.apply_right img {
    max-width: 200px;
}

.apply_right {
    text-align: center;
    margin-top: 30px;
}

.apply_online {border-radius: 8px;}

.swiper_apply_wrapper {
    margin-bottom: 70px;
}
.reasonstouseABCD .abfl_head_Wrapper h2{text-align: center;}

.swiper_apply_wrapper .swiper-pagination-bullet i {
    width: 100%;
    height: 2px;
}

 @keyframes countingBar_vertical {
	 0% {
		 width: 0;
	}
	 100% {
		 width: 78px;
	}
}


    .swiper_apply_wrapper .swiper-pagination-bullet b {
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 2;
        width: 0%;
        height: 2px;
        border-radius: 0;
    }
	
	.swiper_apply_wrapper .swiper-pagination-bullet {
    width: 100%;
    margin: 0 !important;
    counter-increment: dotscounter;
}


.swiper_apply_wrapper .swiper-pagination-bullet.completed i {background: #8B151B;}

.swiper_apply_wrapper .swiper-pagination-bullet:after {
top: -4px;
        opacity: 1;
        z-index: 1;
}

.apply_in_easy_Steps{
	background: url(../images/easy_steps_mob_bg.png);
    background-size: cover;
	
}

section#shadow-host-companion
{padding: 0!important;}

.stay_informed_wrapper:hover .stay_informed_img img {
    transform: scale(1);
}

.perks_new_wrapper p {
    font-size: 14px;
    opacity: 0.8;
}

.perks_new_wrapper h3 {
    margin-bottom: 0;
}

.swiper_apply_wrapper .swiper-pagination-bullet:before {
    position: absolute;
    content: counter(dotscounter, decimal-leading-zero);
    left: -3px;
    right: 0;
    width: 10px;
    height: 10px;
    bottom: -20px;
    font-size: 10px;
    font-family: 'dev_semi_bold';
}

.swiper_apply_wrapper .swiper-pagination-bullet.completed:before {
    color: #8b151b;
}

.swiper_apply_wrapper .swiper-pagination-bullet:last-child i, .swiper_apply_wrapper .swiper-pagination-bullet:last-child b {display: none;}

.swiper_apply_wrapper .swiper-pagination-bullet:last-child {
    width: 0;
}

span.swiper-pagination-bullet.swiper-pagination-bullet-active:last-child:before {
    color: #8b151b;
}

.filterbox p {
    width: 100%;
}

.reasonstouseABCD .accordianWrapHead {
    gap: 5px;
    display: grid;
    grid-template-columns: 30px auto;
    align-items: center;
}

.reasonstouseABCD .accordItem p {
    padding-left: 35px;
}

.reasonstouseABCD .iconWrap {
    top: -5px;
}

span.iconWrap img {
    max-width: 30px;
}

.perks_data_wrapper.cashless_facillity .perks_content_wrapper p, .perks_data_wrapper.hassel_free .perks_content_wrapper p {
    width: 100%;
}



.pause.accordItem:first-child .iconWrap {top: 4px;}

.currency_con_main .abfl_head_Wrapper p {
    font-size: 14px;
}

.abfl_inner_body .abfl_banner_container {
    height: 600px;
}
.solutions_tailored{
    background-position: 50%;  
}

.abfl_banner_container .banner_Facts_grid{
    grid-template-columns: auto auto auto auto;
}

.reasonstouseABCD .progress {
    display: none !important;
}

.mob-vertical-view .swiper-wrapper{
    gap: 15px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.mob-vertical-view .swiper-pagination{display: none;}


.wcabfl-student .swiper-wrapper {
    display: block;
}


.wcabfl-student .abfl_dots {
    display: none;
}

.explore_courses_grid {
    grid-template-columns: 100%;
    gap: 30px;
}


    .explore_courses_scroll_Wrapper {
        max-height: 100%;
        padding: 0;
        overflow: hidden;
    }

.explore_courses_scroll_Wrapper .swiper-wrapper {
    display: flex;
    padding: 10px 0 60px 5px;
    gap: 0;
    justify-content: initial;
}

.explore_courses_wrapper {
    width: auto;
    padding: 20px;
    height: 320px;
    gap: 20px;
}

.explore_courses_wrapper img.exc_img {
    max-width: 50px;
}

.explore_description .solid_bg_btn {
    position: relative;
    bottom: 0;
}

.explore_description ul {
    margin-bottom: 20px;
}

.explore_description ul>li {
    line-height: 1.3;
    align-items: flex-start;
}

.explore_courses_wrapper:hover .explore_description {
    transform: translateY(0px);
}

.explore_courses_wrapper:hover .solid_bg_btn {bottom: 0;}

.explore_courses_grid .abfl_head_Wrapper {
    padding: 0 20px;
}

.explore_courses_grid .abfl_head_Wrapper p {
    margin-bottom: 30px;
}

.explore_description ul>li img {
    top: 4px;
    position: relative;
}

.swiper-slide.universities_main {
    padding: 15px;
    height: auto;
}

.universities_main .solid_bg_btn {
    opacity: 1;
    margin-top: 20px;
}

.universities_main:hover .university_img img {
    max-width: 100%;
}

.universities_main:hover .university_description_Wrapper {
    margin-top: 35px;
}

.universities_main:hover .uni_metrics {
    height: 50px;
}

.university_location {
    gap: 12px;
}

.uni_desc p {
    font-size: 14px;
}

.uni_desc ul li {
    font-size: 10px;
}

.metric_group p {
    font-size: 12px;
}

.uni_metrics {
    padding: 0 10px;
    height: 50px;
}

.uni_metrics span {
    font-size: 20px;
}

.student_assistance_apply .apply_main_Wrapper {
    padding: 0;
    height: auto;
}

.student_assistance_apply .apply_left {
    padding: 20px;
}

.discover_your_true_self .perks_data_wrapper.cashless_facillity, .discover_your_true_self .perks_data_wrapper.education_cover, .discover_your_true_self .perks_data_wrapper.trusted_brand, .discover_your_true_self .perks_data_wrapper.hassel_free, .discover_your_true_self .perks_data_wrapper.comprehensive_coverage {
    height: 170px;
}



.discover_your_true_self .perks_data_wrapper img {
    right: 5px;
    max-width: 100px;
    object-fit: contain;
}

.discover_your_true_self .perks_data_wrapper.comprehensive_coverage img {
    right: 5px;
}


.how_does_it_Works .abfl_head_Wrapper p {

    width: 100%;

}


.how_it_works_stpp_wrapper {
    flex-direction: column;
    gap: 50px;
    margin-top: 80px;
}

.how_it_works {
    width: auto;
    height: auto;
    padding: 50px 20px 20px;
    border-radius: 10px;
}

.step_count {
    font-size: 24px;
    height: 60px;
    width: 60px;
    top: -30px;
}

.how_it_works h3 {
    font-size: 22px;
}

.how_it_works p {
    margin-top: 10px;
}

.how_it_works:hover .step_count img {
    display: none;
}

.how_it_works:hover .step_count em {
    transform: scale(1);
}

.how_it_works:hover {border-color: transparent;}

.how_it_works:hover .step_count {
    transform: scale(1);
}

.how_does_it_Works {
    padding-bottom: 100px;
}

.how_it_works_container:before {
    display: none;
}

.explore_tes_options .abfl_head_Wrapper p {
    width: auto;
}

.career_quiz_wrapper {
    width: auto;
    height: auto;
    flex-direction: column;
    padding: 20px;
}

.quiz_list_wrapper {
    gap: 30px;
    grid-template-columns: auto;
    margin: 40px 0;
}


}

@media screen and (max-width: 991px) and (min-width: 768px){
	
	.index_screen {
    display: flex;
    height: 100vh;
    align-items: center;
}
	
}




@media screen and (max-width: 767px){
	
	.bottom_copyright {
    position: relative;
    margin: 50px auto 0;
    width: 100%;
    flex-direction: column;
    text-align: center;
    gap: 10px;
    padding-bottom: 0;
}
	
}

@media screen and (max-width: 576px){
    .accordianWrapHead span{width: 100%;}
    .abfl_banner_container {
        height:600px;
    }
    .smart_card {
        background: url(../images/smart_card_mob_bg.png) center center;
        background-size: cover;
        justify-content: flex-start;
        padding-bottom: 400px;
        background-position: bottom;
        height: 550px;
    }
    .smart_card-home-stu {
        background: url(../images/smart_card_homemob_stu.png) center center;
        background-size: cover;
        justify-content: flex-start;
        padding-bottom: 400px;
        background-position: bottom;
        height: 550px;
    }
    .smart_card-home-par {
        background: url(../images/smart_card_homemob_par.png) center center;
        background-size: cover;
        justify-content: flex-start;
        padding-bottom: 400px;
        background-position: bottom;
        height: 550px;
    }
    .smart_card_benefits{width: 100%;}
    .abfl_banner_container .banner_Facts_grid{
        grid-template-columns: auto auto;
    }
    .mob-vertical-view .swiper-wrapper{
        grid-template-columns: repeat(1, 1fr);
    }
}

@media screen and (max-width: 420px){
    .accordianWrapHead span{width: 100%;}
}
