 
.articles_content div{
    overflow: auto;
}
b, strong{
    font-weight: 600;
}
.top_header {
    background: #333333;
    background: linear-gradient(135deg, rgb(51 51 51) 70%, #c90404 30%);
    /* font-family: 'Ubuntu', sans-serif; */
    padding: 5px 0;
}

.top_header .tp_notification {
    font-size: 12px;
    color: #fdc113;
    margin: 0;
}

.top_header .tp_notification a {
    display: inline-block;
    background: #fdc113;
    text-decoration: none;
    color: #333;
    margin-left: 10px;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 4px 8px;
    border-radius: 5px;
}
.header_fixed{
    position: sticky;
    top: -1px;
    z-index: 999;
    background: #fff;
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,.15);
}
.tp_main {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.tp_m_right{
    position: relative;
    top: -2px;
}
.tp_m_right a {
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    display: inline-block;
}

.tp_m_right a img {
    width: 17px;
    margin-right: 3px;
    margin-left: 10px;
}

.top_btn a img {
    width: 30px;
}

.logo_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 0;
}
.main_logo{
    width: 170px;
}
.apy_btn {
    font-weight: 700;
    font-size: 13px;
    background: #c90404;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
    padding: 20px 30px;
    display: inline-block;
    transition: 0.3s;
    border-bottom-left-radius: 20px;
}

.apy_btn:hover {
    background: #bd2d26;
    transition: 0.3s;
}
.mobile_menu img{
    width: 40px;
    margin-left: 25px;
}
.apy_btn img {
    width: 16px !important;
    margin-right: 5px;
}

.call_btn {
    border: 2px solid #2A64C5;
    border-radius: 5px;
    display: inline-block;
    padding: 2px 15px;
    text-decoration: none;
    margin-right: 10px;
    transition: 0.3s;
    position: relative;
    overflow: hidden;
    border-bottom-left-radius: 20px;
}

.call_btn::after {
    content: "";
    position: absolute;
    left: -42px;
    bottom: -168%;
    width: 0;
    height: 0;
    background: #2A64C5;
    transition: 0.5s;
    border-radius: 50%;
}

.call_btn:hover::after {
    width: 300px;
    height: 300px;
    transition: 0.5s;
    z-index: -1;
}

.call_btn:hover img {
    filter: invert(100%) sepia(100%) saturate(2%) hue-rotate(144deg) brightness(105%) contrast(200%);
    transition: 0.3s;
}

.call_btn:hover {
    color: #fff;
    transition: 0.3s;
}

.call_btn:hover p {
    color: #fff;
}

.call_btn:hover small {
    color: #fff;
}
.call_btn img{
    filter: invert(33%) sepia(74%) saturate(2394%) hue-rotate(208deg) brightness(82%) contrast(86%);
    
}
.call_btn:hover img {
    filter: invert(100%) sepia(100%) saturate(2%) hue-rotate(144deg) brightness(105%) contrast(200%);
    transition: 0.3s;
}

.call_btn small {
    font-weight: 600;
    font-size: 12px;
    color: #6F6F6F;
}

.call_btn p {
    margin: 0;
    font-weight: 600;
    font-size: 16px;
    color: #2A64C5;
    position: relative;
    top: -2px;
}

.call_div {
    display: flex;
    align-items: center;
    margin-top: 3px;
}

.call_btn img {
    margin-right: 15px;
}

.top_btn {
    display: flex;
    align-items: center;
}

.lc_btn {
    border: 2px solid #c90404;
    border-radius: 5px;
    display: inline-block;
    padding: 13px 15px;
    text-decoration: none;
    margin-right: 10px;
    font-weight: 600;
    font-size: 16px;
    color: #c90404;
    display: flex;
    align-items: center;
    transition: 0.3s;
    position: relative;
    overflow: hidden;
    border-bottom-left-radius: 20px;
}

.lc_btn p {
    margin: 0;
}

.lc_btn img {
    margin-right: 12px;
    transition: 0.3s;
}

.lc_btn:hover {
    /* background: #c90404; */
    color: #fff;
    transition: 0.3s;
}

.lc_btn::after {
    content: "";
    position: absolute;
    left: -42px;
    bottom: -168%;
    width: 0;
    height: 0;
    background: #c90404;
    transition: 0.5s;
    border-radius: 50%;
}

.lc_btn:hover::after {
    width: 300px;
    height: 300px;
    transition: 0.5s;
    z-index: -1;
}

.lc_btn:hover img {
    filter: invert(100%) sepia(100%) saturate(2%) hue-rotate(144deg) brightness(105%) contrast(200%);
    transition: 0.3s;
}


/* WhatsApp button  */
.whats_btn {
    border: 2px solid #4F9F34;
    border-radius: 5px;
    display: inline-block;
    padding: 2px 15px;
    text-decoration: none;
    margin-right: 10px;
    transition: 0.3s;
    position: relative;
    overflow: hidden;
    border-bottom-left-radius: 20px;
}

.whats_btn::after {
    content: "";
    position: absolute;
    left: -42px;
    bottom: -168%;
    width: 0;
    height: 0;
    background: #4F9F34;
    transition: 0.5s;
    border-radius: 50%;
}

.whats_btn:hover::after {
    width: 300px;
    height: 300px;
    transition: 0.5s;
    z-index: -1;
}



.whats_btn:hover {
    color: #fff;
    transition: 0.3s;
}

.whats_btn:hover p {
    color: #fff;
}

.whats_btn:hover small {
    color: #fff;
}
.whats_btn img{
    filter: invert(49%) sepia(64%) saturate(500%) hue-rotate(60deg) brightness(96%) contrast(83%);
    
}
.whats_btn:hover img {
    filter: invert(100%) sepia(100%) saturate(2%) hue-rotate(144deg) brightness(105%) contrast(200%);
    transition: 0.3s;
}

.whats_btn small {
    font-weight: 600;
    font-size: 12px;
    color: #6F6F6F;
}

.whats_btn p {
    margin: 0;
    font-weight: 600;
    font-size: 16px;
    color: #4F9F34;
    position: relative;
    top: -2px;
}

.whats_btn {
    display: flex;
    align-items: center;
}

.whats_btn img {
    margin-right: 13px;
}

/* mega menu  */
.nav-item.dropdown.dropdown-mega {
    position: static;
}
.nav-item.dropdown.dropdown-mega .dropdown-menu {
    width: 70%;
    left: 15%;
    top: 41px;
    padding: 0;
    overflow: hidden;
    height: 230px;
    border-radius: 0 0px 10px 10px;
}
.nav-item.dropdown.dropdown-mega .dropdown-menu .mega_tab  {
    border-right: 1px solid #e4e4e4;
    height: 230px;
    display: flex;
    flex-direction: column;
    min-width: 250px;
    overflow-x: auto;
    flex-wrap: nowrap;
}
.cat_mega_menu{
    display: flex;
}
.cat_list{
    width: 300px;
}
.cat_items{
    flex: 1 1 auto;
    background: #fff;
}
.mega_menu_list{
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 15px;
    display: flex;
    flex-wrap: wrap;
    max-height: 220px;
    overflow: auto;
}
.mega_menu_list li{
    width: 33%;
}
.mega_menu_list a{
    color: #000000a6;
    text-decoration: none;
    display: inline-block;
    width: 100%;
    font-size: 14px;
    padding: 3px 0;
    font-weight: 600;
    position: relative;
    border-bottom: 1px solid #ffffff21;
    transition: 0.1s;
}

.mega_menu_list a:hover{
    color: #c90404;
    transition: 0.1s;
}
.mega_menu_list a:hover::after{
    color: #fff;
}
.mega_title{
    font-size: 14px;
    color: #275a8f;
    background: #275a8f1a;
    padding: 4px 6px;
    border-radius: 5px;
    font-weight: 600;    
}
/* end mega menu  */

.nav_header .nav-item .nav-link {
    font-weight: 600;
    font-size: 14px;
    padding: 11px 22px;
    border-right: 1px solid #c0c0c06e;
}
.nav_header .nav-item:last-child .nav-link{
    border: 0;
}
.nav_header .nav-item .nav-link:hover {
    color: #c90404;
}
.nav_header .nav-item .nav-link.show{
    color: #c90404;
}
.navbar-expand-lg .navbar-collapse {
    justify-content: space-around;
}

.nav_header .navbar {
    background: #fff !important;
    border-top: 1px solid #c0c0c06e;
    padding: 0;
}

.nav_header .dropdown-menu {
    background: #fff;
    border-radius: 0;
    border: 0;
    top: 41px;
    border-radius: 0 0px 10px 10px;
    position: relative;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}

.nav_header .dropdown-menu .dropdown-item {
    font-weight: 600;
    font-size: 14px;
    color: #000000a6;
}

.nav_header .dropdown-menu .dropdown-item:hover {
    
    color: #c90404;
}


/* hero img css */
.hero_img {
    position: relative;
}

.banner_search {
    display: flex;
    background: #fff;
    padding: 8px;
    border-radius: 50px;
}

.bs_input {
    flex: 1 1 auto;
}

.bs_search {
    /* font-family: 'Ubuntu', sans-serif; */
    background: #c90404;
    font-weight: 500;
    font-size: 12px;
    border: 0;
    color: #fff;
    padding: 10px 15px;
    border-radius: 50px;
    transition: 0.3s;
    margin-left: 15px;
}

.bs_search img {
    width: 15px;
}

.bs_search:hover {
    background: #bd2d26;
    transition: 0.3s;
}

.bs_input input {
    border: 0;
    border-radius: 20px;
    padding: 12px 10px;
    font-weight: 500;
    color: #858585;
}

.bs_input input:focus {
    box-shadow: unset;
}

.banner_title {
    font-weight: 600;
    font-size: 40px;
    color: #FFFFFF;
    margin-bottom: 34px;
}

.related_search p {
    font-weight: 600;
    font-size: 13px;
    color: #fff;
    margin: 0;
    margin-top: 10px;
}

.hero_overlay {
    background: #00000069;
    width: 100%;
    height: 100%;
    padding: 120px 0;
}

.related_search a {
    color: #fff;
    text-decoration: none;
}

.related_search a:hover {
    color: #ffc107;
}

.talk_our_btn {
    background: #c90404;
    border-radius: 5px;
    font-weight: 700;
    font-size: 16px;
    color: #FEFDFE;
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
    padding: 6px 30px;
    transition: 0.3s;
    margin-top: 40px;
}

.talk_our_btn:hover {
    background: #ffffff;
    transition: 0.3s;
    color: #c90404;
}

/* end of hero img css  */
/* flag section  */
.flag_section {
    position: relative;
    z-index: 2;
}

.flag_list {
    background: #FFFFFF;
    border-radius: 15px;
    filter: drop-shadow(0px 4px 12px rgba(0, 0, 0, 0.25));
    padding: 20px;
    padding-top: 10px;
    margin-top: -60px;
}

.flag_list p {
    font-weight: 600;
    font-size: 14px;
    margin: 0;
    margin-bottom: 10px;
}

/* end flag section  */
.popular_section {
    background: #F3F6FC;
    padding: 100px 0;
    margin-top: -73px;
    position: relative;
}

.index_title {
    font-weight: 700;
    font-size: 35px;
    color: #232323;
    margin-bottom: 45px;
}

.index_title span {
    color: #c90404;
}

.flag_wrapper {
    display: flex;
    gap: 5px;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

.flag_items {
    display: flex;
    align-items: center;
    background: #FFFFFF;
    border: 2px solid #EBEBEB;
    border-radius: 10px;
    padding: 7.5px;
    text-decoration: none;
    transition: 0.3s;
}

.flag_items:hover {
    background: #EBEBEB;
    transition: 0.3s;
}

.flag_items span {
    font-weight: 600;
    font-size: 17px;
    color: #4A4A4A;
    margin-right: 10px;
    white-space: nowrap;
}

.flag_items img {
    margin-right: 10px;
    width: 83px;
    height: 53px;
    object-fit: cover;
    border-radius: 6px;
    background: #f8f8f8;
}

.pop_cat {
    background: #FFFFFF;
    border-radius: 10px;
    display: flex;
    align-items: center;
    padding: 13px 9px;
    text-decoration: none;
    position: relative;
    transition: 0.3s;
    overflow: hidden;
    margin-bottom: 14px;
}

.pop_cat:hover {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    transition: 0.3s;
}

.pop_cat img {
    width: 51px;
    height: 51px;
    object-fit: contain;
    margin-right: 10px;
}

.pop_cat p {
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    color: #4A4A4A;
    margin: 0;
    flex: 1 1 auto;
}

.pop_cat::after {
    content: url(/assets/images/icons/arrow_pop.svg);
    position: absolute;
    right: 14px;
    top: 24px;
    /* display: none; */
    transition: 0.3s;
    transform: translateX(50px);
}

.pop_cat:hover::after {
    display: block;
    transition: 0.3s;
    transform: translateX(0);
}

.btn_view_all {
    background: #085B93;
    border-radius: 5px;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    color: #FFFFFF;
    text-decoration: none;
    padding: 10px 30px;
    display: inline-block;
    transition: 0.3s;
}

.btn_view_all:hover {
    background: #c90404;
    transition: 0.3s;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.mt_view_one {
    margin-top: 40px;
}

.design_dots1 {
    position: absolute;
    top: 26px;
    right: 23px;
}

/* red banner css */
.red_banner {
    background: #c90404;
    padding: 55px 0;
}

.red_b_main {
    display: flex;
}

.red_btext {
    flex: 1 1 auto;
    text-align: center;
}

.red_btext h2 {
    font-weight: 600;
    font-size: 35px;
    text-transform: capitalize;
    color: #FFFFFF;
    margin: 0;
}

.red_btext p {
    font-weight: 600;
    font-size: 20px;
    text-transform: capitalize;
    color: #FFFFFF;
}

.red_btext a {
    background: #FFFFFF;
    border-radius: 5px;
    display: inline-block;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    color: #c90404;
    text-decoration: none;
    padding: 8px 20px;
}

.red_bimg {
    position: relative;
}

.red_bimg img {
    position: absolute;
    bottom: -56px;
    right: 0;
}

/* end of red banner css  */

.featured_colleges {
    padding: 60px 0;
    background: #F3F6FC;
}

.clg_card {
    background: #FFFFFF;
    border-radius: 10px;
    overflow: hidden;
    transition: 0.3s;
    margin-bottom: 20px;
}

.clg_card:hover {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    transition: 0.3s;
}

.clg_img {
    position: relative;
}

.clg_img img {
    width: 100%;
    height: 234px;
    object-fit: cover;
    border-radius: 5px;
        filter: brightness(52%);
    -webkit-filter: brightness(52%);
    -moz-filter: brightness(52%);
}

.clg_overlay {
    width: 100%;
    height: 129px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 70%);
    position: absolute;
    bottom: 0;
}
.clg_ratings{
    position: absolute;
    right: 7px;
    top: 7px;
    background: #00000085;
    color: #fff;
    font-weight: 600;
    font-size: 12px;
    padding: 5px 10px;
    border-radius: 50px;
}
.clg_ratings img{
    width: 15px;
    height: 15px;
    filter: invert(69%) sepia(40%) saturate(797%) hue-rotate(349deg) brightness(135%) contrast(90%);
    position: relative;
    top: -2px;
}
.clg_logo {
    display: flex;
    padding: 0 15px;
    margin-top: -49px;
    position: relative;
    /* font-family: 'Ubuntu', sans-serif; */
    align-items: center;
    height: 50px;
    border-bottom: 1px dashed #EBEBEB;
    padding-bottom: 25px;

}

.clg_logo .cl_logo {
    width: 56px;
    height: 56px;
    border-radius: 10px;
    object-fit: cover;
    margin-right: 13px;
    box-shadow: 0px 2px 6px 3px #10101012;
    background: #fff;
    padding: 5px;
}

.clg_logo h4 {
    font-weight: 700;
    font-size: 18px;
    line-height: 19px;
    text-transform: capitalize;
    color: #fff;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.clg_logo p {
    font-weight: 500;
    font-size: 14px;
    text-transform: capitalize;
    color: #ffe80e;
    margin-bottom: 0;
    margin-top: 5px;
}
.clg_logo p img{
    width: 10px;
    position: relative;
    top: -1px;
    filter: invert(81%) sepia(98%) saturate(4705%) hue-rotate(343deg) brightness(100%) contrast(101%);
}
.clg_content {
    padding: 0 15px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.cg_cont{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cg_cont p span{
    font-weight: 500;
    font-size: 14px;
    text-transform: capitalize;
    color: #000000;
    margin-bottom: 0;
    /* font-family: 'Ubuntu', sans-serif; */
    margin-right: 5px;
}
.clg_content h5 {
    font-weight: 600;
    font-size: 14px;
    text-transform: capitalize;
    color: #275a8f;
    margin-bottom: 0;
    /* font-family: 'Ubuntu', sans-serif; */
    margin-right: 15px;
    width: 120px;
}

.clg_content p {
    font-weight: 500;
    margin-top: 4px;
    font-size: 14px;
    line-height: 21px;
    text-transform: capitalize;
    color: #666666;
    margin-bottom: 5px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    /* font-family: 'Ubuntu', sans-serif; */
    position: relative;
    /* border-bottom: 1px dashed #EBEBEB; */
    /* padding-bottom: 32px; */
    /* height: 27px; */
}

.clg_price {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px dashed #EBEBEB;
    padding-top: 10px; 
}
.clg_price p{
    border: 0;
}
.clg_price div{
    border: 0;
}
.clg_btn {
    padding: 0 15px;
    display: flex;
    gap: 10px;
    padding-bottom: 15px;
}

.btn_view_details {
    border: 2px solid #085B93;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 500;
    line-height: 16px;
    text-transform: capitalize;
    padding: 10px 40px;
    color: #085B93;
    /* font-family: 'Ubuntu', sans-serif; */
    text-decoration: none;
    width: 100%;
    text-align: center;
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn_view_details:hover {
    background: #085B93;
    transition: 0.3s;
    color: #fff;

}

.btn_apply_now {
    border: 2px solid #c90404;
    background: #c90404;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 500;
    line-height: 16px;
    text-transform: capitalize;
    padding: 10px 25px;
    color: #fff;
    /* font-family: 'Ubuntu', sans-serif; */
    text-decoration: none;
    width: 100%;
    text-align: center;
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn_apply_now:hover {
    transition: 0.3s;
    background: #bd2d26;
    border: 2px solid #bd2d26;
}

.mt_view_two {
    margin-top: 60px;
}

.view_red {
    background: #c90404;
    transition: 0.3s;
}

.view_red:hover {
    transition: 0.3s;
    background: #bd2d26;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}


/* careerMarg service */
.cm_service {
    padding: 60px 0;
}

.cm_items {
    background: #F2F6FD;
    border-radius: 10px;
    text-align: center;
    width: 146px;
    height: 146px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding: 10px;
    transition: 0.3s;
    text-decoration: none;
}
.cm_items img{
    width: 64px;
    height: 64px;
}
.cm_items:hover {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    transition: 0.3s;
    background: #fff;
}

.cm_items p {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #000000;
    margin-bottom: 0;
    margin-top: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cm_list_main {
    display: flex;
    gap: 60px;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

/* cm success  */
.cm_success {
    background: #F3F6FC;
    padding: 65px 0;
}

.cm_success h2 {
    font-weight: 700;
    font-size: 40px;
    color: #232323;
}

.cm_success h2 span {
    color: #c90404;
}

.cm_success p {
    font-weight: 500;
    font-size: 16px;
    color: #626262;
    margin: 0;
}

.cm_success_itmes {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 21px;
}

.cm_success_itmes div {
    width: 146px;
    height: 146px;
    background: #FFFFFF;
    border-radius: 10px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;

}

.cm_success_itmes div h2 {
    margin: 0;
    font-weight: 700;
    font-size: 25px;
    color: #c90404;
}

.cm_success_itmes div p {
    margin: 0;
    font-weight: 500;
    font-size: 14px;
    color: #7c7c7c;
}

.our_university {
    padding: 70px 0;
}

.ou_logo {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.ou_logo div {
    width: 250px;
    margin-bottom: 40px;
    text-align: center;
}

.articles_section {
    background: #F3F6FC;
    padding: 60px 0;
}

.art_title {
    font-weight: 700;
    font-size: 25px;
    color: #232323;
    margin-bottom: 28px;
}

.art_title span {
    color: #c90404;
}

.arti_box {
    background: #FFFFFF;
    border-radius: 15px;
    padding: 10px;
    display: flex;
    margin-bottom: 15px;
}

.arti_box img {
    width: 140px;
    height: 140px;
    object-fit: cover;
    border-radius: 10px;
    margin-right: 10px;
}

.arti_content h4 {
    font-weight: 600;
    font-size: 14px;
    color: #232323;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.arti_content p {
    font-weight: 500;
    font-size: 12px;
    color: #515151;
    margin-bottom: 2px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.arti_content small {
    font-weight: 500;
    font-size: 10px;
    color: #7F7F7F;
}

.webinar_box img {
    width: 100%;
    height: 212px;
    object-fit: cover;
}

.webi_btn_area {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.webi_btn_area a {
    background: #c90404;
    border-radius: 5px;
    font-weight: 500;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 9px 12px;
    transition: 0.3s;
}

.webi_btn_area a:hover {
    transition: 0.3s;
    background: #bd2d26;
}

.webinar_content {
    padding: 15px;
    padding-top: 10px;
}

.webinar_box {
    background: #FFFFFF;
    border-radius: 10px;
    overflow: hidden;
}

.webinar_box h4 {
    font-weight: 600;
    font-size: 14px;
    color: #232323;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 50px;
}

.webi_btn_area h5 {
    font-weight: 600;
    font-size: 12px;
    color: #c90404;
    margin-bottom: 0;
}

.webi_btn_area p {
    font-weight: 500;
    font-size: 10px;
    color: #515151;
    margin: 0;
}

.webi_btn_area a {
    background: #c90404;
    border-radius: 5px;
    display: inline-block;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.btn_browse {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #085B93;
    display: inline-block;
    text-decoration: none;
    margin-top: 30px;
    transition: 0.3s;
    position: relative;
}

.btn_browse:hover {
    color: #c90404;
    transition: 0.3s;
}

.btn_browse::after {
    content: '';
    height: 2px;
    width: 0%;
    position: absolute;
    background: #c90404;
    bottom: -6px;
    left: 0;
    transition: 0.3s;
}

.btn_browse:hover::after {
    width: 100%;
    transition: 0.3s;
}

.btn_browse:hover img {
    filter: invert(31%) sepia(84%) saturate(1023%) hue-rotate(330deg) brightness(91%) contrast(93%);
    transition: 0.3s;
}

/* student review  */
.student_review {
    padding: 60px 0;
}

.review_box {
    background: #085B93;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 20px;
    transition: 0.3s;
}
.review_box:hover{
    background: #c90404;
    transition: 0.3s;
}
.review_header {
    text-align: center;
    padding: 30px;
}

.review_header img {
    width: 82px;
    height: 82px;
    object-fit: cover;
    border-radius: 50%;
    margin-bottom: 15px;
}

.review_header h4 {
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.review_header p {
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.67);
    margin-bottom: 0;
}

.review_body {
    background: #F2F6FD;
    border-radius: 15px;
    padding: 25px;
    text-align: center;
    padding-top: 18px;
}

.review_body p {
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    color: rgba(44, 44, 44, 0.67);
    margin-top: 15px;
    min-height: 125px;
}
.star_yellow{
    filter: invert(69%) sepia(40%) saturate(797%) hue-rotate(349deg) brightness(135%) contrast(90%) !important;
}
.btn-item .star_yellow {
    filter: invert(69%) sepia(40%) saturate(797%) hue-rotate(349deg) brightness(135%) contrast(90%) !important;
    height: 15px;
    margin-left: -15px;

}
.btn-item .not_star_yellow {
    filter: grayscale(100%) brightness(60%) !important;
    height: 15px;
    margin-left: -15px;
}

/* end of student review */
.name_profile{
    background: #275a8f33;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    margin-right: 10px;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    color: #275a8f;
}

/* footer css  */
footer{
    background: #223252;
    padding-top: 70px;
    border-top: 0!important;
}
.footer_content {
    color: #fdfdfdc2;
}
.footer_content p{
    font-size: 13px;
}
.footer_content img {
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(241deg) brightness(150%) contrast(103%);
    margin-bottom: 15px;
    height: 52px;
}
.footer_links {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    margin-left: 7px;
}

.footer_links li a {
    color: #fdfdfdc2;
    position: relative;
    font-size: 13px;
    text-decoration: none;
}
.footer_links li a::before {
    content: "\276F";
    position: absolute;
    font-family: FontAwesome;
    left: -15px;
    top: 1px;
    color: #fdc113;
    font-size: 11px;
}
.footer_links li a::after {
    content: "";
    height: 1px;
    width: 0%;
    background: #fdc113;
    position: absolute;
    left: 0;
    bottom: -1px;
    transition: .3s;
}
.footer_links li a:hover::after {
    width: 100%;
    transition: .3s;
}
footer ul li a:hover {
    color: #fdc106;
    opacity: 1;
}
.footer_links{
    margin-bottom: 25px;
} 
.footer_links li {
    width: 45%;
    margin-left: 10px;
    list-style: none;
}
.links_four li {
    width: 23.5%;
    list-style: none;
}
.footer_title {
    font-size: 16px;
    font-weight: 500;
    color: #fdc113;
}
.footer_top_bottom_border {
    border-top: 1px solid #3a4f78;
    padding-top: 25px;
}
.footer_copy {
    background: #3a4f78;
    padding: 20px;
    color: #fdfdfdc2;
}
.footer_connect {
    display: flex;
    align-items: center;
}
.footer_connect p {
    margin: 0;
    margin-right: 9px;
}
.footer_social {
    margin: 0;
    display: flex;
    list-style: none;
}
.footer_social li a {
    display: inline-block;
    padding: 1px 4px;
    position: relative;
    top: 4px;
    transition: .3s;
}
.footer_social li a:hover img{
    filter: invert(73%) sepia(91%) saturate(1429%) hue-rotate(349deg) brightness(300%) contrast(98%);
    transition: 0.3s;
}
footer ul li a:hover {
    color: #fdc106;
    opacity: 1;
}
.footer_copy .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer_copy p {
    margin: 0;
    font-size: 13px;
}
.footer_copy img {
    padding: 4px;
    background: #fff;
    border-radius: 5px;
    
}
footer ul li {
    margin-bottom: 5px;
}
.footer_social{
    margin: 0;
    padding: 0;
    position: relative;
    top: -1px;
    margin-left: 10px;
}
.footer_social img{
    padding: 0;
    background: transparent;
    border-radius: 0;
    width: 25px;
    transition: 0.3s;
}


/* end of footer css  */
/* side bar css  */
/* sidebar css  */
.bsr_SideBar{
    border: 0;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
    width: 300px !important;
}
.bsr_SideBar .offcanvas-body{
    padding: 0;
}
.bsr_SideBar .link::after {
    content: none;
}
.bsr_SideBar .link:hover {
    color: #c90404;
}
.bsr_SideBar .link {
    text-decoration: unset;
    font-weight: 500;
    font-size: 14px;
}
.bsr_SideBar .link:hover {
    text-decoration: unset;
    font-weight: 500;
    font-size: 14px;
}
.bsr_SideBar .accordion-button:focus {
   box-shadow: unset;
   
}
.bsr_SideBar .accordion-button:not(.collapsed)::after {
    filter: brightness(22.5);
}
.bsr_SideBar .accordion-item{
    border: 0;
}
.bsr_SideBar .accordion-button:not(.collapsed) {
    color: #ffffff;
    background-color: #c90404;
    border-color: #c90404 !important;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}
.bsr_SideBar .nav-link{
    color: #212529;
    padding-left: 35px !important;
}
.bsr_SideBar .accordion-button{
    border-left: 4px solid #FFFFFF !important;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 15px;
}
.bsr_SideBar .accordion-item:first-of-type .accordion-button{
    border-radius: 0;
}
.bsr_SideBar .accordion-item:last-of-type .accordion-button{
    border-radius: 0;
}
.bsr_SideBar .accordion-button:hover{
    border-color: #c90404 !important;
}
.bsr_SideBar .nav-link{
    border-left: 4px solid #fff;
    font-size: 14px;
    font-weight: 500;
}
.bsr_SideBar .nav-link:hover{
    border-color: #c90404 !important;
}
.menuIco{
    font-size: 40px;
    color: #c90404;
}
.offcanvas-header{
    background: #085B93;
}
.offcanvas-header .btn-close{
    background-color: #fff;
}
.offcanvas-header img{
    width: 100px;
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(241deg) brightness(150%) contrast(103%);
}
.bsr_SideBar{
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    overflow: hidden;
}
.sidebar_btn_area{
    padding: 10px;
}
.sidebar_btn_area img{
    width: 30px;
}
.sidebar_btn_area .apy_btn{
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
}
.sidebar_btn_area .lc_btn{
    width: 100%;
    margin-bottom: 10px;
}
.sidebar_btn_area .call_btn{
    width: 100%;
    padding: 11px 15px !important;
}
/* end of side bar  */

/* login css  */
.banner_section {
    padding-top: 100px;
    padding-bottom: 45px;
    position: relative;
    /* background: transparent linear-gradient(270deg, #085B93 0%, #085B93 100%) 0% 0% no-repeat padding-box; */
    background-image: linear-gradient(to right, #fa709a 0%, #f4c346 100%);
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    z-index: 1;
}
.smBanner .bannerimg_on {
    position: absolute;
    bottom: -240px;
    z-index: -2;
}
.main_signup_body {
    background-color: #ffffff;
    padding: 10px 30px;
    border-radius: 8px;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .175)!important;
    margin-bottom: -30px;
    position: relative;
    top: -107px;
    z-index: 9;
}
.wel_back {
    font-size: 25px;
    font-weight: 600;
    color: #333333;
    margin-top: 25px;
    margin-bottom: 25px;
    font-family: 'Poppins', sans-serif;
}
.c_google {
    display: block;
    width: 100%;
    background-color: #DD4B39;
    margin: 18px 0px;
    color: #FFFFFF;
    padding: 11px;
    font-size: 16px;
    font-weight: 500;
    border: none;
    border-radius: 5px;
    transition: 0.3s;
}
.c_google:hover {
    background-color: #b63d2e;
    transition: 0.3s;
}
.c_fbook {
    display: block;
    width: 100%;
    margin: auto;
    background-color: #3B5998;
    color: #FFFFFF;
    padding: 11px;
    font-size: 16px;
    font-weight: 500;
    border: none;
    border-radius: 5px;
    margin-bottom: 20px;
    transition: 0.3s;
}
.c_fbook:hover {
    background-color: #314a7e;
    transition: 0.3s;
}
.or_br {
    display: flex;
    justify-content: center;
    align-items: center;
}
.l_border {
    width: 48%;
    height: 2px;
    background-color: #DEDBDB;
}
.text_or {
    margin: 0px 5px;
    font-weight: bold;
    font-size: 18px;
    color: #102542;
}
.l_border_b {
    width: 48%;
    height: 2px;
    background-color: #DEDBDB;
}
.main_signup_body .form-label {
    color: #1D2245;
    font-weight: 500;
    font-size: 15px;
}
.form-control {
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 500;
}
.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #085B93;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 0%);
}
.form-check-input:focus{
    box-shadow: none;
}
.form-check-input:checked {
    background-color: #c90404;
    border-color: #c90404;
}
.check_with_reset {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
}
.fw_5 {
    font-weight: 500;
}
.reset_box.forgt_passwoerd p {
    margin-bottom: 15px;
}
.reset_box a {
    text-decoration: none;
    color: #c90404;
    transition: 0.3s;
}
.reset_box a:hover{
    color: #c90404;
    transition: 0.3s;
}
.custom_b .yello_btn {
    width: 100%;
    background-color: #c90404;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    padding: 12px 0px;
    font-size: 18px;
    transition: 0.3s;
}
.custom_b .yello_btn:hover {
    background-color: #AE392E;
    transition: 0.3s;
}
.t_and_c {
    text-align: center;
    color: #102542;
    font-size: 15px;
    margin-bottom: 5px;
    font-weight: 500;
    padding: 21px 0px 12px 0px;
}
.t_and_c a {
    color: #c90404;
    padding-left: 5px;
    text-decoration: none;
    transition: 0.3s;
}
.t_and_c a:hover{
    color: #c90404;
    transition: 0.3s;
}
.sign_up_2 {
    font-size: 14px;
    font-weight: 500;
    color: #211D34;
}
.sign_up_2 a {
    color: #c90404;
}
.inputOtp input {
    display: inline-block !important;
    width: 50px !important;
    height: 50px !important;
    text-align: center !important;
    border: 1px solid #DADADA !important;
    border-radius: 4px !important;
    font-size: 28px !important;
    margin: 15px 7px !important;
}
.inputOtp input:focus {
    outline: none;
}
/* end of login css  */

/* listing page css  */
.page_header{
    padding: 60px 0;
    background: #c90404;
    background-color: #feeeed;
    background-size: contain;
    background-position: bottom right;
    position: relative;
    background-image: linear-gradient(43deg,#c90404,#c90404),url(images/icons/banner_img.png);
    
    background-repeat: no-repeat;
}
.page_header .container::after{
    /* content: url(images/icons/banner_img.png); */
    position: absolute;
    bottom: -7px;
    right: 0;
    opacity: 0.3;
}
.best_collapse{
    background: #FFFFFF;
    margin-bottom: 20px;
}
.page_header h4{
    font-weight: 700;
    font-size: 35px;
    color: #F2F6FD;
}
.page_header h1{
    font-weight: 700;
    font-size: 35px;
    color: #F2F6FD;
}
/* .cn_page_title h1 {
    margin: 0;
    color: #F2F6FD;
}  

.cn_page_title-h1{
    color:#fff !important;
    margin: 0;
    font-weight: 700;
} */

.page_header p{
    font-weight: 500;
    color: #fff;
}
.page_title{
    padding-bottom: 30px;
    position: relative;
}
.bc_header{
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.bc_body{
    padding: 15px;
    padding-top: 0;
}
.bc_header h4{
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
    color: #000000;
    margin: 0;
    cursor: pointer;
}
.bc_header img{
    width: 10px;
}
.silver_bg{
    background: #F3F6FC;
}
.p-40{
    padding-top: 40px;
    padding-bottom: 40px;
}
.bc_body{   
    font-weight: 500;
    font-size: 15px;
    color: #5E5E5E;
}

.filter-box{
    background:#fff;
    max-height:1000px;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
    margin-bottom: 5px;
}
.filter-box:last-child{
    margin-bottom:0;
}
.filter-box.filter-closed{
    max-height:55px;
}
.bud_filter{
    padding: 0 16px;
}
.filter-box h4{
    position: relative;
    cursor: pointer;
    font-weight: 600;
    font-size: 15px;    
    /* letter-spacing: 0.07em; */
    /* text-transform: uppercase; */
    color: #c90404;
    margin-bottom: 0;
    padding: 0;
}
.filter-box h4:after{
    content:url('images/icons/angle-down-solid.svg');
    position: absolute;
    top:-6px;
    right:0;
    font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
    font-size:18px;
    color:#000000;
    transition: all 0.3s ease-in-out;
    width: 13px;
    transform: rotate(180deg);
    filter: invert(15%) sepia(43%) saturate(6711%) hue-rotate(356deg) brightness(97%) contrast(121%);
}
.filter-box.filter-closed  h4{
    color: #616161;
}
.filter-box.filter-closed  h4:after{
    content:url('images/icons/angle-down-solid.svg');
    position: absolute;
    top:2px;
    right:0;
    font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
    font-size:18px;
    color:#000000;
    width: 13px;
    transform: rotate(0deg);
    filter: invert(42%) sepia(6%) saturate(0%) hue-rotate(213deg) brightness(87%) contrast(93%);
}
/* .filter-box ul li:not(:last-child){
    margin-bottom:7px;
} */
.filter-box ul{
    list-style: none;
    margin: 0;
    padding: 0;
    max-height: 236px;
    overflow: auto;
}
/* width */
.filter-box ul::-webkit-scrollbar {
    width: 5px;
  }
  
  /* Track */
.filter-box ul::-webkit-scrollbar-track {
    background: #f1f1f1; 
  }
   
  /* Handle */
.filter-box ul::-webkit-scrollbar-thumb {
    background: #ddd; 
  }
  
  /* Handle on hover */
.filter-box ul::-webkit-scrollbar-thumb:hover {
    background: #c90404; 
  }
.filter-box ul li{
    padding: 10px 15px;
    border-top: 1px solid #E3EAF7;
}
.filter-box.filter-closed{
    max-height:48px;
}
.filter-header{
    padding: 15px 15px;
}
.form-check-input{
    border: 1px solid #c90404;
}
.filter-box li .form-check .form-check-label{
    font-weight: 500;
    font-size: 15px;
}
.short_box{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    padding: 7px 15px;
    margin-bottom: 20px;
}
.short_box h4{
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: #085B93;
    margin: 0;

}
.short_select{
    position: relative;
    border: 1px solid #CACACA;
    padding: 11px 11px;
    border-radius: 50px;
    padding-left: 38px;
}
.short_select select{
    background: #FFFFFF;
    border: 0;    
    font-weight: 600;
    font-size: 14px;
    color: #3F3F3F;
    max-width: 120px;
   
}
.short_select select:focus{
    outline: 0;
}
.short_select::after{
    content:url('images/icons/short_icon.svg');
    position: absolute;
    left: 17px;
    top: 14px;
    width: 20px;
    height: 20px;
}
.college_box{
    background: #FFFFFF;
    border-radius: 10px;
    position: relative;
    margin-left: 22px;
    display: flex;
    margin-bottom: 15px;
}
.col_img{
    max-width: 250px;
    min-width: 250px;
    
}
.col_img a{
    text-decoration: none;
}
.col_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    
}
.verified::after{
    content:url('images/icons/verified2.png');
    position: absolute;
    left: -22px;
    top: 14px;
}
.col_content{
    flex: 1 1 auto;
    padding: 15px;
}
.col_content a{
    text-decoration: none;
}
.col_header{
    display: flex;
    margin-bottom: 15px;
}
.col_logo{
    border-radius: 10px;
    width: 56px;
    height: 56px;
    box-shadow: 0 0 0px 4px #ffffff80;
    margin-right: 10px;
    background: #f2f2f2;
}
.col_header h4{
    font-weight: 600;
    font-size: 14px;
    text-transform: capitalize;
    color: #000000;
    margin-bottom: 0;
    margin-right: 15px;
}
.col_name{
    flex: 1 1 auto;
}
.col_name p{
    font-weight: 500;
    font-size: 12px;
    text-transform: capitalize;
    color: #000000;
    margin-bottom: 0;
    margin-top: 5px;
}
.stud_card{
    width: 60px;
}
.col_body{
    display: flex;
    flex-wrap: wrap;
}
.cb_item{
    margin-bottom: 10px;
    flex: 1 auto;
    width: 50%;
}
.cb_item h5{
    /* font-family: 'Ubuntu'; */
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    text-transform: capitalize;
    color: #000000;
    margin-bottom: 0;
}
.cb_item p{
    /* font-family: 'Ubuntu'; */
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    text-transform: capitalize;
    color: #666666;
    margin-bottom: 0;
}
.cb_flex{
    display: flex;
    justify-content: space-between;
}
.cb_right{
    text-align: right;
}
.col_footer .clg_btn{
    justify-content: flex-end;
}
.col_footer a{
    width: unset;
    padding: 10px 25px;
}
.col_footer .clg_btn{
    padding: 0;
}
.cb_right_icon{
    display: flex;
}
.pagination{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
    margin-bottom: 40px;
}
.pagination li a{
    font-weight: 600;
    font-size: 16px;
    color: #000;
    text-transform: uppercase;
    text-decoration: none;
    width: 32px;
    height: 32px;
    display: inline-block;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 2px;
    border-radius: 50px;
}
.pagination li.active a{
    color: #fff;
    background: #085B93;
}
.pagination li a:hover{
    background: #fff;
}
.pagination li.active a:hover{
    color: #fff;
    background: #085B93;
}
.pagination li:first-child a{
    background: #fff;
}
.pagination li:last-child a{
    background: #fff;
}
.left_arrow{
    transform: rotate(180deg);
}
.accordion-button{
    font-weight: 500;
    font-size: 16px;
    color: #000000;
    border: 0 !important;
}
.accordion-item{
    border: 0;
    border-bottom: 2px solid #F4F6FB;
}
.accordion-button:focus{
    box-shadow: none;
}
.accordion-button:not(.collapsed){
    background: #2d628a !important;
    color: #fff;
    
}
.accordion-button::after{
    background-image : url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23b93925'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
}
.accordion-button:not(.collapsed)::after{
    background-image : url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
}

.my_accordion .accordion-button{
    font-weight: 600;
    color: #b93925;
    font-size: 16px;
    background: #b9392524;
}
.accordion-body p{
    font-weight: 500;
    font-size: 15px;
    color: #5E5E5E;
}
.f_main{
    position: sticky;
    top: 140px;
}
.college_banner_main{
    background: #FFFFFF;
    box-shadow: 0px 4px 22px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
}
.cb_main{
    padding-top: 15px;
    padding-bottom: 35px;
}
.college_banner{
    position: relative;
}
.college_banner .clb_main_img{
    width: 100%;
    height: 318px;
    object-fit: cover;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
}
.college_banner_menu{
    border-radius: 20px;
    overflow: hidden;
}
.college_banner_menu ul{
    margin: 0;
    padding: 0;
    display: flex;
    overflow-x: auto;
    padding: 0 10px;
    align-items: center;
}
.college_banner_menu ul::-webkit-scrollbar {
    height: 3px;
  }
.college_banner_menu ul li{
    list-style: none;
}
.college_banner_menu ul li a{
    font-weight: 600;
    font-size: 13px;
    color: #085B93;
    text-decoration: none;
    padding: 20px 15px;
    display: inline-block;
    position: relative;
    white-space: nowrap;
    position: relative;
}
/* .college_banner_menu ul li a::after{
    content: "";
    width: 100%;
    height: 3px;
    background: #fff0;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: 0.3s;
} */
/* .college_banner_menu ul li a:hover::after{    
    background: #275A8F;
    transition: 0.3s;
}
.college_banner_menu ul li a.active::after{    
    background: #275A8F;
    transition: 0.3s;
} */
.college_banner_menu ul li a.active{
    color: #c90404;
}
.college_banner.verified::after{
    left: -21px;
}
.star_review{
    position: relative;
    top: -2px;
    margin-left: 4px;
    margin-right: 4px;
}
.total_review{
    color: #AAAAAA;
}
.clb_details{
    position: absolute;
    bottom: 0;
    width: 100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.81) 100%);
    padding: 15px;
    display: flex;
    align-items: center;
}
.clb_details .clb_logo{
    width: 78px;
    height: 78px;
    object-fit: cover;
    box-shadow: 0 0 0 5px #fff;
    border-radius: 10px;
    margin-right: 15px;
    background: #f2f2f2;
}
.clb_details h4{
    font-weight: 600;
    font-size: 24px;
    text-transform: capitalize;
    color: #FFFFFF;
}

.clb_details h1{
    font-weight: 600;
    font-size: 24px;
    text-transform: capitalize;
    color: #FFFFFF;
}


.clb_details p{
    margin-bottom: 0;
    /* font-family: 'Ubuntu'; */
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    text-transform: capitalize;
    color: #FFFFFF;
}
.clb_details .total_review {
    color: #fff;
}
.clb_location{
    position: relative;
    top: -2px;
}
.b_tag{
    background: #F8C212;
    border-radius: 50px;
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
    text-transform: capitalize;
    color: #313131;
    padding: 3px 10px;
    margin-right: 4px;
    margin-bottom: 6px;
    display: inline-block;
}
.d_section{
 padding-bottom: 40px;
}
.d_title{
    font-weight: 600;
    font-size: 18px;
    color: #000000;
    margin-bottom: 17px;
}
.d_box{
    background: #fff;
    border-radius: 10px;
    margin-bottom: 17px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}
.d_header{
    padding: 15px;
    border-bottom: 2px solid #F2F6FD;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.d_body{
    padding: 15px;
}
.d_body h2{
    font-weight: 600;
    font-size: 20px;
    color: rgb(0, 0, 0);
}
.d_body h3{
    font-weight: 600;
    font-size: 18px;
    color: rgb(0, 0, 0);
}
.d_body iframe {
    width: 100%;
}
.d_body p{
    font-size: 16px;
    color: #222;
    font-weight: 400;
}
.d_header h4, .d_header h2{
    margin: 0;
    font-weight: 600;
    font-size: 20px;
    color: #000000;
}
.no-background.table-striped>tbody>tr:nth-of-type(odd)>*{
    --bs-table-accent-bg: rgb(255 255 255 / 5%) !important;
}
.no-background.table-striped{
    margin-bottom: 0 !important;
}
.no-background.table-striped td{
    border: 0;
}
.no-background.table-striped tr{
    border: 0;
}
.responsive-table {
    width: 100%;
    border-collapse: collapse;
    /* background: linear-gradient(to right, #ffe8b3, #ffe0d2); */
    border-radius: 10px;
    overflow: hidden;
}

.responsive-table td {
    padding: 15px 0 !important;
    vertical-align: top;
    width: 33.33%;
}

.title {
   font-weight: 600;
    font-size: 14px;
    color: #000000;
    margin-bottom: 3px;
}

.value {
    font-weight: 500;
    font-size: 14px;
    color: #6C6C6C;
    margin-bottom: 0;
}
.icon-btn-list{
    margin-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.btn-item{
    width: calc(25% - 15px);
    display: flex;
    align-items: center;
    gap: 10px;
    background: #fff;
    padding: 10px;
    border-radius: 5px;
    border-bottom-left-radius: 20px;
    box-shadow: 0px 4px 5px 0px rgb(0 0 0 / 14%);
    border-left: 4px solid #c90404;
}
.btn-item img{
    width: 35px;
    min-width: 35px;
    max-width: 35px;
    filter: brightness(0) saturate(100%) invert(14%) sepia(87%) saturate(4751%) hue-rotate(12deg) brightness(86%) contrast(123%);
}

.rating-stars {
    color: orange;
}


/* @media (max-width: 768px) {
    .responsive-table, tr, td {
    display: block;
    width: 100%;
    }
    .responsive-table>tbody{
        display: block;
        width: 100%;
    }

    tr {
    margin-bottom: 0;
    border-bottom: 0px solid #ddd;
    padding: 0;
    }

    .responsive-table td {
    padding: 5px 0 !important;
    border: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    }
    .responsive-table td p{
        font-size: 14px;
    }
} */

.d_body a{
    color: #c90404;
    text-decoration: none;
    position: relative;
}
.d_body a::after{
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    height: 2px;
    width: 0%;
    background: #c90404;
    transition: 0.3s;
}
.d_body a:hover::after{
    width: 100%;
    transition: 0.3s;
}
.d_body b{
    font-weight: 600;
}
.d_body h4{
    font-weight: 800;
    font-size: 28px;
    color: #333333;
}
.d_body h4 span{
    color: #c90404;
}
.d_body ul{
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 20px; 
}
.d_body ol{
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 20px; 
}
.d_body ul li::before{
    background-image: url(../assets/images/icons/tickcircle.svg);
    position: absolute;
    left: -25px;
    top: 3px;
    display: inline-block;
    width: 17px; 
    height: 17px;
    content:"";
}

.d_body ul li{
    margin-left: 25px;
    margin-bottom: 10px;
    font-size: 16px;
    position: relative;
    font-weight: 500;
    color: #000;
    list-style: none;
}
.d_body ol li::before{
    background-image: url(../assets/images/icons/tickcircle.svg);
    position: absolute;
    left: -25px;
    top: 3px;
    display: inline-block;
    width: 17px; 
    height: 17px;
    content:"";
}

.d_body ol li{
    margin-left: 25px;
    margin-bottom: 10px;
    font-size: 16px;
    position: relative;
    font-weight: 500;
    color: #000;
    list-style: none;
}
.m_details{
    display: flex;
    flex-wrap: wrap;
}
.m_details div{
    width: 33%;
}
.m_details h5, .m_details h3{
    font-weight: 600;
    font-size: 14px;
    color: #000000;
    margin-bottom: 5px;
}
.m_details p{
    font-weight: 500;
    font-size: 12px;
    color: #6C6C6C;
    margin-bottom: 20px;
}
.cf_box_main{
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.cf_box{
    background: #F2F6FD;
    border-radius: 10px;
    padding: 15px;
    width: 49%;
}
.cf_box .btn_view_details{
    display: inline-block;
    width: unset;
    color: #085B93;
    padding: 10px 25px;
}
.cf_box .btn_apply_now{
    display: inline-block;
    width: unset;
    color: #fff;
}
.cf_box .btn_view_details:hover{
    color: #fff;
}
.cf_box .btn_view_details::after{
    display: none;
}
.cf_box .btn_apply_now::after{
    display: none;
}
.cf_box h5{
    font-weight: 600;
    font-size: 16px;
    color: #000000;
    margin-bottom: 5px;
}
.cf_box p{
    font-weight: 600;
    font-size: 14px;    
    color: #6C6C6C;
    margin-bottom: 20px;
}
.g_ads{
    width: 100%;
    margin-bottom: 20px;
}

.table{
    overflow: auto;
}

.table tr{
    vertical-align: middle;
}
.table td{
    font-weight: 500;
    font-size: 14px;
    color: #000000;
    padding-left: 15px;
}
.table th{
    font-weight: 600;
    font-size: 14px;
    color: #000000;
    padding: 15px;
}
.table td b{
    font-weight: 600;
}
.table p{
    /* font-family: 'Ubuntu', sans-serif; */
    font-weight: 500;
    font-size: 14px;
    color: #919191;
    margin-bottom: 0;
}
.btn_ap{
    font-weight: 700;
    font-size: 13px;
    background: #c90404;
    border-radius: 5px;
    color: #fff !important;
    text-decoration: none;
    padding: 14px 30px;
    border: 2px solid #c90404;
    display: inline-block;
    transition: 0.3s;
}
.btn_ap::after{
    display: none;
}
.btn_ap img {
    width: 16px !important;
    margin-right: 5px;
}
.btn_ap:hover {
    background: #bd2d26;
    border: 2px solid #bd2d26;
    transition: 0.3s;
}

.btn_en{
    font-weight: 700;
    font-size: 13px;
    background: transparent;
    border-radius: 5px;
    color: #c90404 !important;
    text-decoration: none;
    padding: 14px 30px;
    border: 2px solid #c90404;
    display: inline-block;
    transition: 0.3s;
}
.btn_en::after{
    display: none;
}
.btn_en img {
    width: 16px !important;
    margin-right: 5px;
    /* filter: invert(77%) sepia(85%) saturate(1314%) hue-rotate(335deg) brightness(130%) contrast(68%); */
}
.btn_en:hover {
    background: #bd2d26;
    border: 2px solid #bd2d26;
    color: #fff !important;
    transition: 0.3s;
}
.btn_en:hover img{
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(258deg) brightness(122%) contrast(154%);
}
.ques_related_admission{
    background: #c90404;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    text-align: center;
    position: relative;
    padding: 75px 20px;
    margin-bottom: 20px;
}
.dots_b_l{
    position: absolute;
    bottom: 15px;
    left: 15px;
    opacity: 50%;
    width: 100px;
}
.dots_t_r{
    position: absolute;
    top: 48px;
    right: -14px;
    transform: rotate(90deg);
    opacity: 50%;
    width: 100px;
}
.ques_related_admission h3{
    font-weight: 600;
    font-size: 35px;
    text-transform: capitalize;    
    color: #FFFFFF;
    margin: 0;
}
.ques_related_admission p{
    font-weight: 500;
    font-size: 20px;
    text-transform: capitalize;
    color: #FFFFFF;
    margin-bottom: 0;
}
.grl_img{
    position: absolute;
    bottom: 0;
    width: 150px;
    right: 62px;
}
.ques_related_admission a{    
    background: #FFFFFF;
    border-radius: 5px;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    color: #c90404;
    text-decoration: none;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    padding: 7px 16px;
    display: inline-block;
    margin-top: 10px;

}
.ques_related_admission a img{
    width: 15px;
}
.ques_related_admission a:hover{
    background: #F4F6FB;
}
.facilites_box{
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.facilites_box div{
    width: 32%;
    background: #F2F6FD;
    border-radius: 5px;
    display: flex;
    align-items: center;
    padding: 13px;
}
.facilites_box div p{
    font-weight: 500;
    font-size: 16px;
    color: #000000;
    margin: 0;
    flex: 1 1 auto;
}
.facilites_box img{
    width: 34px;
    height: 34px;
    margin-right: 15px;
    filter: invert(17%) sepia(7%) saturate(4723%) hue-rotate(182deg) brightness(96%) contrast(91%);
}
.d_body .accordion-button{
    background: #F2F6FD;
    border-radius: 5px;
    margin-bottom: 10px;
}
.d_body .accordion-item{
    border: 0;
}
.cmnt_item{
    display: flex;
    border-bottom: 2px solid #F2F6FD;
    margin-top: 10px;
}
.cmnt_item .profile{
    width: 60px;
    height: 60px;
    object-fit: cover;
    filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.1));
    border-radius: 10px;
    margin-right: 15px;
}
.cmnt_item div{
    flex: 1 1 auto;
}
.cmnt_item h5{
    font-weight: 600;
    font-size: 16px;
    color: #424141;
    margin-bottom: 0;
}
.cmnt_item small{
    font-weight: 600;
    font-size: 13px;
    color: #717171;
}
.cmnt_item p{
    margin-top: 5px;
}
.view_all_center{
    text-align: center;
    padding-top: 15px;
}
.view_all_center a{
    font-weight: 600;
    font-size: 16px;
    color: #085B93;
}
.view_all_center a::after{
    display: none;
}
.d_header a{
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    color: #FFFFFF;
    background: #085B93;
    border-radius: 10px;
    text-decoration: none;
    padding: 8px 15px;
    display: inline-block;
    min-width: 155px;
    text-align: center;
    transition: 0.3s;
}
.d_header a:hover{
    background: #c90404;
    transition: 0.3s;
    color: #fff;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .15) !important;
}
.cmnt_item h5 .star_review{
    top: 0;
}
.star_rating{
    display: flex;
    align-items: center;
    gap: 4px;
    font-weight: 500;
    font-size: 14px;
    color: #6C6C6C;
    margin-bottom: 0;
}
.star_rating .star_y{
    width: 13px;
    min-width: 13px;
    max-width: 13px;
    filter: invert(69%) sepia(40%) saturate(797%) hue-rotate(349deg) brightness(135%) contrast(90%) !important;
}
.star_rating .not_star_y{
filter: grayscale(100%) brightness(60%) !important;
    width: 13px;
    min-width: 13px;
    max-width: 13px;
}
.total_review_box{
    display: flex;
    align-items: center;
    border-bottom: 2px solid #F2F6FD;
    margin-bottom: 5px;
}
.treview_left{
    text-align: center;
    width: 125px;
}
.treview_left h1{
    margin: 0;
    font-weight: 600;
    font-size: 40px;
    color: #4A4A4A;
}
.treview_left p{
    font-weight: 600;
    font-size: 13px;
    color: #4A4A4A;
}
.treview_right{
    flex: 1 1 auto;
}
.progress_item{
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}
.progress_item p{
    font-weight: 600;
    font-size: 12px;
    color: #4A4A4A;
    margin-bottom: 0;
}
.progress_item .progress{
    width: 100%;

}
.reviewProgress {
    background: #F2F2F2 !important;
    border-radius: 5px;
    height: 7px;
    width: 0;
    transition: width 0.5s ease-in;
}
.reviewProgress .progress-bar {
    background: #FFBA49;
}
.review_text{
    min-width: 150px;
}
.t_review{
    min-width: 50px;
    text-align: center;
}
.details_right_btn{
    margin-top: 38px;
}
.details_right_btn .btn_ap, .details_right_btn .btn_en{
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}
.blue_fill{
    background: #085B93;
    border-color: #085B93;
}
.blue_fill:hover{
    background: #033d64;
    border-color: #033d64;
}
.blue_outline{
    background: #fff;
    border-color: #085B93;
    color: #085B93 !important;
}
.blue_outline:hover{
    background: #085B93;
    border-color: #085B93;
}
.ad_open_items{
    padding: 7px;
    border-bottom: 2px solid #F2F6FD;
    display: inline-block;
    text-decoration: none;
}
.ad_open_items:hover{
    background: #fbfbfb;
}
.ad_open_header{
    display: flex;
}
.ad_open_header img{
    border-radius: 5px;
    height: 40px;
    width: 40px;
    object-fit: cover;
    margin-right: 10px;
}
.right_ad_open{
    background: #FFFFFF;
    border-radius: 10px;
    margin-bottom: 20px;
    overflow: hidden;
}
.ad_open_header h4{
    flex: 1 1 auto;
    font-weight: 600;
    font-size: 14px;
    color: #000000;
    margin-bottom: 0;
}
.ad_open_items p{
    font-weight: 500;
    font-size: 12px;
    color: #737373;
    margin: 0;
    margin-top: 5px;
}



/* article css  */
.articles_box{
    background: #FFFFFF;
    border-radius: 10px;
    position: relative;
    /* display: flex; */
    margin-bottom: 15px;
    overflow: hidden;
    
}
.articles_box a{
    display: inline-block;
    text-decoration: none;
    color: #000;
}
.articles_box img{
    width: 100%;
    object-fit: cover;
}
.articles_content{
    padding: 15px;
}
.articles_content h2{
    font-size: calc(1rem + .9vw);
}

.articles_content h3{
    font-size: calc(1rem + .6vw);
}

.articles_content h4{
    font-size: calc(1rem + .3vw);
}

.arti_tag{
    margin-bottom: 5px;
}
.arti_tag a{
    font-size: 13px;
    display: inline-block;
    padding: 4px 8px;
    border-radius: 50px;
    background: #FDF4F3;
    color: #c90404 !important;
    margin-bottom: 8px;
    font-weight: 600;
    transition: 0.3s;
}
.arti_tag a:hover{
    background: #c90404;
    color: #fff !important;
    transition: 0.3s;
}
.articles_box h5{
    font-size: 15px;
    color: #7f7f7f;
}
.left_list_arti a{
    display: flex;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    text-decoration: none;
    margin-bottom: 10px;
    transition: 0.3s;
}
.left_list_arti a:hover{
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    background: #fbfbfb;
    transition: 0.3s;
}
.left_list_arti a img{
    width: 100px;
    height: 100px;
    object-fit: cover;
}
.left_list_arti div{
    padding: 10px;
}
.left_list_arti h5{
    font-size: 14px;
    color: #000;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.left_list_arti p{
    font-size: 13px;
    margin: 0;
    color: #868686;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.article_subscribe{
    background: #fff;
    border-radius: 10px;
    margin-top: 20px;
    padding: 15px;
    border: 1px solid #dee2e6;
}
.article_subscribe .form-control {
    font-size: 14px;
    padding-top: 7px;
    padding-bottom: 7px;
    font-weight: 500;
}
.article_subscribe .form-label{
    font-size: 13px;
    font-weight: 600;
}
.article_subscribe button{
    font-weight: 700;
    font-size: 13px;
    background: #c90404;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
    padding: 13px 30px;
    display: inline-block;
    transition: 0.3s;
    border: 0;
    margin-top: 10px;
}

.article_subscribe button:hover {
    background: #bd2d26;
    transition: 0.3s;
}
.articles_content p{
    font-size: 14px;
    color: #000000;
}
.articles_content ul{
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 15px;
}
.articles_content ul li::marker{
    display: none;
}
.articles_content ul li::before{
    /* content: url(../assets/images/icons/tickcircle.svg);
    position: relative;
    left: -10px;
    top: 2px; */
    background-image: url(../assets/images/icons/tickcircle.svg);
    position: absolute;
    left: -25px;
    top: 3px;
    display: inline-block;
    width: 17px; 
    height: 17px;
    content:"";
}
.articles_content ul li{
        margin-left: 25px;
    margin-bottom: 10px;
    font-size: 16px;
    position: relative;
    font-weight: 500;
    color: #000;
}


/* contact us page css  */
.con_row{
    background: #fff;
    border-radius: 15px;
}
.cn_left_bg{
    background: #275A8F;
    border-radius: 15px;
    position: relative;
    overflow: hidden;
}
.cn_left_bg::after{
    content: '';
    position: absolute;
    bottom: -35px;
    right: -30px;
    width: 150px;
    height: 150px;
    background: #ffffff61;
    border-radius: 50%;
    box-shadow: 0 0 0 8px #ffffff24;
}
.cn_left_bg::before{
    content: '';
    position: absolute;
    bottom: 30px;
    right: 103px;
    width: 50px;
    height: 50px;
    background: #ffffff80;
    border-radius: 50%;
    box-shadow: 0 0 0 8px #ffffff24;
}
.contect_content_box{
    padding: 20px;
}
.contect_content_box h4{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}
.contact_header_bg{
    background: #F4F6FB !important;
}
.contact_header_bg h4{
    color: #383838;
}
.contact_btn{
    font-weight: 700;
    font-size: 13px;
    background: #c90404;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
    padding: 15px 40px;
    display: inline-block;
    transition: 0.3s;
    border: 0;
}
.left_contact{
    padding: 20px;
}
.left_contact h4{
    color: #fff;
}
.left_contact p{
    font-size: 14px;
    color: #cecece;
}
.left_icon{
    margin-top: 40px;
}
.icon_item img{
    width: 35px;
    margin-right: 15px;
}
.icon_item{
    text-decoration: none;
    display: flex;
    margin-bottom: 20px;
    align-items: flex-start;
}
.icon_item a{
    color: #fff;
    text-decoration: none;
}
.icon_item p{
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    /* font-family: 'Ubuntu', sans-serif; */
}
.contact_red_banner{
    background: #fff;
    border-radius: 20px;
    padding: 40px 0;
    text-align: center;
}
.contact_red_banner a {
    background: #F4F6FB;
    border-radius: 5px;
    display: inline-block;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    color: #000;
    text-decoration: none;
    padding: 8px 20px;
    transition: 0.3s;
}
.contact_red_banner a:hover{
    background: #34598B;
    color: #fff;
    transition: 0.3s;
}
.contact_red_banner h6{
    color: #817f7f;
}
.cms_bg{
    background: #fff;
    border-radius: 15px;
    padding: 15px;
    margin-bottom: 20px;
    font-weight: 500;
    color: #333333;
    font-size: 15px;
}

.text-justify{
    text-align: justify;
}
/* font-family: 'Ubuntu', sans-serif; */




/* Radio button  */
.radio_label_btn{    
    background-color: #ffffff;
    display: inline-block;
    z-index: 1;
    position: relative;
    transition: all 250ms ease-out;
    cursor: pointer;
    border: 1px solid #AEAEAE;
    padding: 6px 25px;
    border-radius: 50px;
    font-size: 14px;
    position: relative;
    margin-right: 5px;
    margin-bottom: 12px;
}
   
.radio_button input[type=radio]{
    display: none;
    margin-right: -20px;
    position: relative;
    z-index: 2; 
}

.radio_button input[type=radio]:checked + .radio_label_btn{
    border-color: #0077C2;
    background: #0077C2;
    color: #fff;
}
.radio_button input[type=radio]:checked + .radio_label_btn::before{
    content: '\2713';
    left: 7px;
    top: 3px;
    font-size: 19px;
    position: absolute;
}
.login_section{
    min-height: 100vh;
    padding-top: 0px;
}
.login_tab{
    list-style: none;
    display: flex;
    padding-top: 35px;
    justify-content: center;
    align-items: center;
}
.login_tab_bg{
    background: #275a8f;
    display: flex;
    justify-content: center;
    align-items: center;
    padding:5px;
    border-radius: 50px;
}
.login_tab_bg .nav-link{
    background: transparent;
    border: 0;
    font-weight: 700;
    font-size: 13px;
    border-radius: 40px;
    color: #fff;
    text-decoration: none;
    padding: 12px 30px;
    display: inline-block;
    transition: 0.3s;
}
.login_tab_bg .nav-link.active{
    background: white;
    color: #275a8f;
}
/* .main_signup_body{
    position: unset;
    background: #fff;
    margin-top: 20px;
} */
.form-select:focus{
    color: #212529;
    background-color: #fff;
    border-color: #085B93;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 0%);
}
.custom_b{
    padding-bottom: 20px;
}

.apply_main{
    display: flex;
    height: 100vh;
}
.apply_left{
    min-width: 450px;
    max-width: 450px;
    background: #085b93d4;
    padding: 30px 0;
    height: 100%;
}
.apply_right{
    flex: 1 1 auto;
    display: flex;
}
.apply_now_logo{
    filter: invert(100%) sepia(100%) saturate(2%) hue-rotate(224deg) brightness(105%) contrast(301%);
}
.ap_title{
    margin-top: 35px;
    color: #fff;
}
.ap_title h2{
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 0;
    
}
.border-b{
    position: relative;
}
.border-b::after{
    content: "";
    width: 48px;
    height: 3px;
    background: #fff;
    position: absolute;
    bottom: -6px;
    left: 0;
}
.left_steps_main{
    margin-top: 40px;
}
.left_steps{
    color: #fff;
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}
.ls_num{
    min-width: 50px;
    min-height: 50px;
    background: #fff;
    border-radius: 5px;
    color: #275a8f;
    font-size: 26px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}
.left_steps p{
    margin: 0;
    font-size: 14px;
}
.left_steps_main .left_steps{
    position: relative;
}
.left_steps_main .left_steps::after{
    content: "";
    position: absolute;
    top: 89%;
    height: 38px;
    left: 24px;
    width: 3px;
    background: #fff;
}
.left_steps_main .left_steps:last-child::after{
    display: none;
}
.important_note{
    border: 1px solid #ffffff38;
    background: #ffffff1f;
    padding: 14px;
    color: #fff;
    font-size: 13px;
    margin-top: 30px;
}
.important_note ul{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    position: relative;
    left: -15px;
}
.important_note ul li{
    margin-right: 30px;
}
.left_contact{
    color: #fff;
    margin-top: 20px;
}
.left_contact p{
    font-size: 14px;
}
.left_contact p a{
    color: #fff;
    text-decoration: none;
}
.contact_a{
    display: flex;
    gap: 15px;
}
.contact_a p{
    margin: 0;
}

/* compare css  */
.compare_top{
    display: flex;
    background: #FFFFFF;
    border-radius: 10px;
    margin-left: 250px;
    margin-bottom: 10px;
}
.compare_content{
    display: flex;
    background: #FFFFFF;
    border-radius: 10px;
    align-items: stretch;
    margin-bottom: 5px;
    overflow: hidden;
}
.compare_content h5{
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    /* font-family: 'Ubuntu', sans-serif; */
}
.compare_content p{
    margin: 0;
    /* font-family: 'Ubuntu', sans-serif; */
}
.cpr_box{
    flex: 1;
    padding: 15px;
}

.compare_top .cpr_box{
    border-right: 1px solid #f4f6fb;
}
.compare_top .cpr_box:last-child{
    border: 0;
}
.compare_content .cpr_box{
    border-right: 1px solid #f4f6fb;
}
.compare_content .cpr_box:last-child{
    border: 0;
}
.cpr_header{
    position: relative;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
}
.cpr_title{
    width: 250px;
    border-right: 1px solid #f4f6fb;
    padding: 15px;
    background: #c9040426;
    color: #c90404;
}
.cpr_logo{
    width: 76px;
    height: 76px;
    border-radius: 10px;
    object-fit: cover;
    margin-right: 13px;
    box-shadow: 0 0 0px 3px white;
    margin-bottom: 20px;
    background: #fff;
}
.cpr_header_content{
    margin-top: -10px;
}
.cpr_header_content h4 {
    font-weight: 600;
    font-size: 16px;
    line-height: 17px;
    text-transform: capitalize;
    color: #000000;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.cpr_header_content p {
    font-weight: 500;
    font-size: 14px;
    text-transform: capitalize;
    color: #000000;
    margin-bottom: 0;
    margin-top: 5px;
}
.cpr_box a{
    color: #c90404;
    font-size: 500;
    /* font-family: 'Ubuntu', sans-serif; */
    text-decoration: none;
}

/* contact us page css  */
.con_row{
    background: #fff;
    border-radius: 15px;
}
.cn_left_bg{
    background: #275A8F;
    border-radius: 15px;
    position: relative;
    overflow: hidden;
}
.cn_left_bg::after{
    content: '';
    position: absolute;
    bottom: -35px;
    right: -30px;
    width: 150px;
    height: 150px;
    background: #ffffff61;
    border-radius: 50%;
    box-shadow: 0 0 0 8px #ffffff24;
}
.cn_left_bg::before{
    content: '';
    position: absolute;
    bottom: 30px;
    right: 103px;
    width: 50px;
    height: 50px;
    background: #ffffff80;
    border-radius: 50%;
    box-shadow: 0 0 0 8px #ffffff24;
}
.contect_content_box{
    padding: 20px;
}
.contect_content_box h4{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}
.contact_header_bg{
    background: #F4F6FB !important;
}
.contact_header_bg h4{
    color: #383838;
}
.contact_btn{
    font-weight: 700;
    font-size: 13px;
    background: #c90404;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
    padding: 15px 40px;
    display: inline-block;
    transition: 0.3s;
    border: 0;
}
.contact_btn:hover{
    background: #bd2d26;
    transition: 0.3s;
}
.left_contact{
    padding: 20px;
}
.left_contact h4{
    color: #fff;
}
.left_contact p{
    font-size: 14px;
    color: #cecece;
}
.left_icon{
    margin-top: 40px;
}
.icon_item img{
    width: 35px;
    margin-right: 15px;
}
.icon_item{
    text-decoration: none;
    display: flex;
    margin-bottom: 20px;
    align-items: flex-start;
}
.icon_item a{
    color: #fff;
    text-decoration: none;
}
.icon_item p{
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    /* font-family: 'Ubuntu', sans-serif; */
}
.contact_red_banner{
    background: #fff;
    border-radius: 20px;
    padding: 40px 0;
    text-align: center;
}
.contact_red_banner a {
    background: #F4F6FB;
    border-radius: 5px;
    display: inline-block;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    color: #000;
    text-decoration: none;
    padding: 8px 20px;
    transition: 0.3s;
}
.contact_red_banner a:hover{
    background: #34598B;
    color: #fff;
    transition: 0.3s;
}
.contact_red_banner h6{
    color: #817f7f;
}
.cms_bg{
    background: #fff;
    border-radius: 15px;
    padding: 15px;
    margin-bottom: 20px;
}
.text-justify{
    text-align: justify;
}
/* font-family: 'Ubuntu', sans-serif; */


.articles_section {
    background: #F3F6FC;
    padding: 60px 0;
}

.art_title {
    font-weight: 700;
    font-size: 25px;
    color: #232323;
    margin-bottom: 28px;
}

.art_title span {
    color: #c90404;
}

.arti_box {
    background: #FFFFFF;
    border-radius: 15px;
    padding: 10px;
    display: flex;
    margin-bottom: 15px;
    text-decoration: none;
    transition: 0.3s;
}
.arti_box:hover{
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .15) !important;
    transition: 0.3s;
}
.arti_box img {
    width: 140px;
    height: 140px;
    object-fit: cover;
    border-radius: 10px;
    margin-right: 10px;
}

.arti_content h4 {
    font-weight: 600;
    font-size: 14px;
    color: #232323;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.arti_content p {
    font-weight: 500;
    font-size: 12px;
    color: #515151;
    margin-bottom: 2px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.arti_content small {
    font-weight: 500;
    font-size: 10px;
    color: #7F7F7F;
}
/* mega tab css  */
.mega_tab a{
    /* background: #c90404; */
    border-bottom: 1px solid #c0c0c06e;
    color: #000000a6;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    padding: 11px 23px;
    max-width: 250px;
    transition: 0.3s;
}

.mega_tab a.active{
    background: #fff;
    color: #c90404;
    transition: 0.3s;
}

.lc_btn {
    transform: scale(1);
    animation: pulse 1s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 #c90404;
    }
    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px #0000;
    }
    to {
        transform: scale(1);
        box-shadow: 0 0 #0000;
    }
}
.breadcrumb li{
    font-weight: 600;
}
.breadcrumb a{
    text-decoration: none;
    color: #fff;
}
.breadcrumb .active{
    color: #ffffff9e;
}
.breadcrumb-item+.breadcrumb-item::before{
    color: #fff;
}
.title_dots_right {
    position: absolute;
    top: 15px;
    right: 15px;
    filter: invert(99%) sepia(119%) saturate(7425%) hue-rotate(243deg) brightness(315%) contrast(180%);
    width: 36px;
    z-index: 1;
    opacity: 0.5;
}
.title_dots_left {
    position: absolute;
    bottom: 45px;
    left: 15px;
    filter: invert(99%) sepia(119%) saturate(7425%) hue-rotate(243deg) brightness(315%) contrast(180%);
    width: 36px;
    z-index: 1;
    opacity: 0.5;
}
/* width */
::-webkit-scrollbar {
    width: 10px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: #f1f1f1; 
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #25252526; 
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #c90404; 
  }
  .navbar-nav ::-webkit-scrollbar {
    width: 5px;
  }
  .flag_wrapper::-webkit-scrollbar {
    width: 10px;
    height: 3px;
    margin-top: 10px;
  }
  .modal_call img{
    width: 30px;
  }

  .modal_call {
    border: 2px solid #2A64C5;
    border-radius: 5px;
    display: inline-block;
    padding: 2px 15px;
    text-decoration: none;
    margin-right: 10px;
    transition: 0.3s;
    position: relative;
    overflow: hidden;
}

.modal_call:hover {
    background: #2A64C5;
}



.modal_call:hover img {
    filter: invert(100%) sepia(100%) saturate(2%) hue-rotate(144deg) brightness(105%) contrast(200%);
    transition: 0.3s;
}

.modal_call:hover {
    color: #fff;
    transition: 0.3s;
}

.modal_call:hover p {
    color: #fff;
}

.modal_call:hover small {
    color: #fff;
}
.modal_call img{
    filter: invert(33%) sepia(74%) saturate(2394%) hue-rotate(208deg) brightness(82%) contrast(86%);
    
}
.modal_call:hover img {
    filter: invert(100%) sepia(100%) saturate(2%) hue-rotate(144deg) brightness(105%) contrast(200%);
    transition: 0.3s;
}

.modal_call small {
    font-weight: 600;
    font-size: 12px;
    color: #6F6F6F;
}

.modal_call p {
    margin: 0;
    font-weight: 600;
    font-size: 16px;
    color: #2A64C5;
    position: relative;
    top: -2px;
}

.call_div {
    display: flex;
    align-items: center;
    margin-top: 3px;
}

.modal_call img {
    margin-right: 15px;
}
.cn_page_title{
    display: flex;
    margin-bottom: 10px;
}
.cn_page_title img{
    margin-right: 10px;
    width: 83px;
    height: 53px;
    object-fit: cover;
    border-radius: 6px;
    background: #f8f8f8;
    box-shadow: 0 0 0 4px #ffffff2e;
}
.cn_page_title h1{
    margin: 0;
}
.clg_card a{
    text-decoration: none;
}
.left_list_items{
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;
}
.left_list_items a {
    font-size: 14px;
    color: #000;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
    padding: 10px 15px;
    border-bottom: 1px solid #f9ecec;
}
.left_list_items a:hover{
    color: #fff;
    background-image: linear-gradient(to right, #fa709a 0%, #f4c346 100%);
}
.footer_call{
    background: linear-gradient(135deg, rgb(51 51 51) 55%, #c90404 45%);
    /* font-family: 'Ubuntu', sans-serif; */
    padding: 35px 20px;
    border-radius: 8px;
    position: relative;
    top: 35px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .15);
}
.footer_call h3{
    color: #fff;
}
.footer_grp_btn input{
    padding: 15px 25px;
}
.footer_grp_btn .btn{
    background: #333333;
    border-color: #333333;
    padding: 15px 25px;
    color: #fff;
    
}
.top_fixed{
    position: sticky;
    top: 140px;
}
/* mobile footer menu  */
.mobile_footer_menu{
    /* background:#fff; */
    background:#2A64C5;
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 0 20px;
    display: none;
    align-items: center;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    z-index: 999;
    justify-content: space-between;
    box-shadow: 0 -.5rem 1rem rgba(0,0,0,.15);
}
.mobile_footer_menu a{
    text-decoration: none;
    color: #fff;
    font-size: 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-decoration: center;
    align-items: center;
    font-weight: 500;
    padding: 10px;
}
.mobile_footer_menu a svg{
    height: 16px;
    width: 16px;
    object-fit: contain;
    margin-bottom: 5px;
    margin-top: 5px;
    color: #fff;
}
.ripple{
    position: relative;
    overflow: hidden; 
  }
  
  .ripple:before {
    border-radius: 50%;
    background-color: rgba(255,255,255,0.6);
    content:'';
    position: absolute;
    top: 50%; left: 50%;
    width:0; height:0;
  }
  
  .ripple:focus:before {
    transition: all 0.5s ease-out;
    opacity:0;
    width:160px;
    height:160px;
    margin-top:-80px;
    margin-left:-80px;
  }
.ctry_page_right_bar{
    position: sticky;
    top: 132px;
}
.m_filter_btn{
    display: none;
    border: 1px solid #CACACA;
    padding: 9px 30px;
    border-radius: 50px;
    background: #fff;
    font-weight: 600;
    font-size: 14px;
    color: #3F3F3F;
}

/* category page css  */
.section_cat_list{
    padding-top: 50px;
    padding-bottom: 50px;
}
#columns {
    /* column-width: 320px; */
    column-width: 255px;
    column-gap: 15px;
    width: 100%;
}

div#columns .col_box {
    background: #fff;    
    margin: 0 2px 15px;
    transition: opacity .4s ease-in-out;
    display: inline-block;
    width: 100%;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    padding: 10px;
}
.col_box h4{
    font-weight: 600;
    color: #085B93;
    font-size: 18px;
}
.col_box h4 img{
    width: 25px;
    height: 25px;
    object-fit: contain;
    margin-right: 5px;
}
.col_box ul{
    padding: 0;
    margin-left: 8px;
    list-style: none;
    margin-bottom: 0;
    margin-top: 15px;
}
.col_box ul li a{
    font-weight: 600;
    font-size: 14px;
    color: #4A4A4A;
    text-decoration: none;
    transition: 0.3s;
}
.col_box ul li a:hover{
    color: #f10505;
    transition: 0.3s;
}




@media screen and (max-width: 835px) {
    #columns {
        column-gap: 15px;
        column-width: 240px;
    }

    #columns .col_box {
        width: 100%;
    }
}
@media screen and (max-width: 750px) {
    #columns {
        column-gap: 15px;
        column-width: 100%;
    }

    #columns .col_box {
        width: 100%;
    }
}
.cmt_replay{
    margin-left: 40px;
}


.owl-nav img{
    width: 20px;
}
.owl-nav{
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.owl-nav .owl-prev{
    position: relative;
    left: -20px;
}
.owl-nav .owl-next{
    position: relative;
    right: -20px;
}

.related_tag a{
    font-size: 13px;
    display: inline-block;
    padding: 6px 12px;
    border-radius: 5px;
    background: #ffffff;
    color: #070707;
    margin-bottom: 5px;
    font-weight: 600;
    transition: 0.3s;
    text-decoration: none;
    border: 1px solid #ededed;
}
.related_tag a:hover {
    background: #D93831;
    color: #fff;
    transition: 0.3s;
}
.help-block{
    color: red;
}

/* exam page css */
.exam_box{
    border-radius: 10px;
    background: #fff;
    padding: 15px;
    margin-bottom: 20px;
}
.exam_border{
    border: 1px solid #c90404;
}
.green_box{
    background: #b8271c1a;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 20px;
}
.green_box h4 {
    margin: 0;
    font-weight: 600;
    font-size: 18px;
    color: #000;
}
.exam_box h4 {
    margin: 0;
    font-weight: 600;
    font-size: 18px;
    color: #c90404;
}
.exam_box ul{   
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 20px;
    margin-bottom: 20px;
}
.exam_box ul li{
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0px;
    margin-bottom: 3px;
    color: #404040;
}
.exam_box ul li a{
    margin-left: 10px;
    color: #343434;
}
.exam_box ul li a:hover{
    color: var(--clrRed);
}
.min_height_exam_box ul{
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 2px dashed #d6d6d6;
    border-bottom: 2px dashed #d6d6d6;
}
table{
    font-size: 15px;
    font-weight: 500;
}
.btn_one{
    background: #c90404;
    text-align: center;
    border: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 4px;
    padding: 9px 16px;
    transition: 0.3s;
    text-decoration: none;
    display: inline-block;
}
.btn_one:hover{
    background: #2a64c5;
    transition: 0.3s;
}
.green_box_footer{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.exam_box p{
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0px;
    color: #404040;
}
.min_height_exam_box{
    max-height: 500px;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease-in-out;
}
.min_height_exam_box_open{
    max-height: unset;
    transition: all 0.3s ease-in-out;
    padding-bottom: 15px;
}
.read_more_area{
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgb(255, 255, 255);
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 20%, rgba(255, 255, 255, 0) 100%);
    padding-top: 110px;
    width: 100%;
    text-align: right;
}
.read_more{
    background: transparent;
    border: 0;
    font-weight: 500;
    font-size: 14px;
    color: #c90404;
}
.read_more::after{
    content: "\f063";
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    margin-left: 10px;
}
.min_height_exam_box_open .read_more::after{
    content: "\f062";
}
.min_height_exam_box_open .read_more_area{
    padding-top: 0px;
    margin-top: 20px;
}
.min_height_exam_box img{
    width: 100%;
    margin-bottom: 15px;
}
.exam_download{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.exam_right_card{
    background: var(--clrWhite);
    margin-bottom: 20px;
}
.erc_header h4{
    font-size: 18px;
    margin: 0;
}
.erc_header{
    padding: 15px;
    border-bottom: 1px solid #e2e2e2;
}
.erc_body{
    padding: 15px;
}
.erc_body .erc_link{
    text-decoration: none;
    color: #232323;
}
.erc_list{
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.menu_h_main{
    background: var(--clrWhite);
    display: flex;
    align-items: center;
    gap: 5px;
}
.h_menu{
    scroll-behavior: smooth;
    display: flex;
    gap: 5px;
    overflow-x: hidden;
    scroll-behavior: smooth;
    overflow-x: scroll;
}
.h_menu a{
    text-decoration: none;
    padding: 15px 20px;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0px;
    color: #404040;
    border-bottom: 3px solid #fff;
    text-wrap: nowrap;

}
.h_menu a.active{
    border-bottom: 3px solid var(--clrRed);
    color: var(--clrRed);
}
.h_menu a:hover{
    border-bottom: 3px solid var(--clrRed);
    color: var(--clrRed);
}
.h_menu::-webkit-scrollbar {
    width: 10px;
    height: 0px;
    margin-top: 10px;
}
.h_menu::-webkit-scrollbar {
    width: 10px;
}
.h_menu::-webkit-scrollbar-thumb {
    background: #25252526;
}
.h_menu::-webkit-scrollbar-track {
    background: #f1f1f1;
}
.flag_btn_left, .flag_btn_right {
    border: 0;
    padding: 0;
    margin: 0;
    border-radius: 50px;
    filter: drop-shadow(0px 4px 12px rgba(0, 0, 0, 0.25));
    background: #085B93;
    transition: 0.3s;
    margin: 10px;
}
.flag_btn_left:hover, .flag_btn_right:hover {
    background: #c90404;
    transition: 0.3s;
}
.silver_section {
    background: #f3f6fc;
    padding: 100px 0;
}
.white_section {
    background: #fff;
    padding: 100px 0;
}
.index_title2 {
    font-weight: 700;
    font-size: 35px;
    color: #232323;
    margin-bottom: 45px;
}
.index_title2 span {
    color: #c90404;
}

.job_box{
    background:#fff;
    /* box-shadow: 0 0 5px rgba(0,0,0,0.2); */
    border-radius: 10px;
    padding:20px;
    max-height:1000px;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
    margin-bottom:10px;
    border: 1px solid #e9e9f2;
}
.job_box:last-child{
    margin-bottom:0;
}
.job_box.job_closed{
    max-height:60px;
}

.job_box h4{
    font-size: 16px;
    color: #2a64c5;
    position: relative;
    margin-bottom: 15px;
    cursor: pointer;
    font-weight: 600;
}
.job_box h4:after{
    content: url('storage/frontend/assets/images/icons/down_arrow.svg');
    position: absolute;
    top:50%;
    /* transform: translateY(-50%); */
    transform: translateY(-71%) rotate(180deg);
    right:0;
    width: 14px;
    transition: all 0.3s ease-in-out;
}
.job_box.job_closed  h4:after{
    content: url('storage/frontend/assets/images/icons/down_arrow.svg');
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    right:0;
    width: 14px;    
}
.job_details h6{
    font-weight: 600;
}
.req_demo{
    background: #c90404;
    padding-top: 80px;
    padding-bottom: 80px;
}
.btn_white{
    background: #fff;
    color: #c90404;
    font-weight: 800;
}
.btn_white:hover{
    /* background: #000; */
    color: #fff;
}

#rc-imageselect, .g-recaptcha {transform:scale(0.77);-webkit-transform:scale(0.77);transform-origin:0 0;-webkit-transform-origin:0 0;}

.color-red{
    color: #C90404;
}
.modal-subtitle{
    background: #2a64c5;
    padding: 3px 17px;
    border-radius: 7px;
    font-size: 14px;
    color: #ffffff;
    display: inline-block;
    line-height: 1.2;
    margin-bottom: 24px !important;
    margin-bottom: 40px;
}


.predictor-button {
    background-color: #c90404; /* RED */
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 4px;
    text-decoration: none !important;
    position: static !important;
}
