/*
 Table Of Contents
 1.) Eric Meyer's Reset
 2.) Global Typography
	 2.0.1) Font Face
	 2.0.2) Global Headings
	 2.0.3) Form Elements
	 2.0.4) List styles
	 2.0.5) General Text Formatting
	 2.0.6) Link elements
	 2.0.7) Table Elements
	 2.0.8) Button Styles
	 2.0.9) Sprite Icons
	 2.1.0) 960 Grid Style
 3.) Site Wide Content
 4.) Header Style
 5.) Footer Style
 ===============================================*/

/*
 1.) Eric Meyer's Reset
 ----------------------------------------*/
/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
 html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    /*font-size: 100%;*/
    /*font: inherit;*/
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    /*line-height: 1;*/
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*
 1.) Global Typography
 ----------------------------------------*/
*, :before, :after {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-size: 100%;
}

body {
    /*font-size: 62.5%;*/
    font-family: 'Roboto', sans-serif;
    background: transparent;
}

/*
 2.0.1) Font Face
 -----------------------------*/
/*Put Your font face Styles here*/

/*
 2.0.2) Global Headings
 -----------------------------*/
h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto', sans-serif;
}

h1 {

}

h2 {

}

h3 {

}

h4 {

}

h5 {

}

h6 {

}

/*
 2.0.3) Form Elements
 -----------------------------*/


/*
 2.0.4) List Styles
 ---------------------------------*/


/*
 2.0.5) General Text Formatting
 -----------------------------------*/

/*
 2.0.6) Link style
 -------------------------*/
a, a:hover {
    text-decoration: none;
    display: inline-block;
}

/*
 2.0.7) Table Elements
 --------------------------*/


/*
 2.0.8) Button Styles
 -------------------------*/

/*
 2.0.9) Sprite Icons
 -------------------------*/


/* Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */

.clearfix:after {
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

/*
 3.) Site Wide Content
 ------------------------------*/
header.nav-down .logo1 a {

    background-image: url("../images/logo1.png");

}

.more-links {
    font-size: 14px;
}

.search {

    margin: 10px 0 0 20px;

}

#header nav {
    z-index: 9999;
    position: relative;
}

nav .sub-links:last-child ul li {
    display: block;
    width: 100%;

}

nav .four-column li {
    font-size: 14px;
}

nav ul ul li > .more-links {
    padding: 10px;
}

nav ul ul ul > li {
    margin: 0 0 10px;
}

header.nav-down .logo1 a img {
    display: block;
}

/* .close {
    background: url("../images/common-sprite.2f083dc4ea56.png") no-repeat -160px -30px;
} */

.search {

    position: relative;
    z-index: 99999;
}

nav li.userLogin .userName, nav ul > li > ul {
    top: 55px;
}

nav ul ul .active > ul, nav ul ul .active > ul ul, nav ul ul.four-column ul {
    top: 0;
}

header .searchContent {
    height: 67vh;
}

.nav_ctm_block.commonCtaBlock h3 {
    font-size: 15px;
    margin-bottom: 5px;
    color: #333;
}

nav li .heading, nav li .title {
    margin: 0 0 15px;
}

nav ul li > ul > li.back {
    font-size: 0;
}


/* overlay_box */
.overlay_box {
    position: fixed;
    z-index: 999999;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.5);
    display: none;
}

.overlay_box.show {
    display: flex;
}

.box_model {
    max-width: 880px;
    box-shadow: 0 0.3rem 1.525rem -0.375rem rgb(0 0 0 / 10%);
    width: 880%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #e3e9ef;
    border-radius: 0.4375rem;
    overflow: auto;
}

.box_model_top {
    padding: 5px 20px;
    border-bottom: 1px solid #e3e9ef;
    border-top-left-radius: calc(0.4375rem - 1px);
    border-top-right-radius: calc(0.4375rem - 1px);
    background-color: #f6f9fc;
    position: relative;
}

.croosI {
    position: absolute;
    right: 10px;
    top: 16px;
    color: #333;
    cursor: pointer;
    width: 25px;
    font-size: 20px;
}

.box_model_top ul {
    display: flex;
    justify-content: flex-start;
}

.box_model_top ul li {
    margin-right: 15px;
}

.box_model_top ul li a {
    color: #4b566b;
    padding: 12px 9px;
    display: inline-block;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
}

.box_model_top ul li.active a, .box_model_top ul li.active a:hover {
    color: #fe696a;
}

.tab_cell_content {
    display: none;
    padding: 24px 20px;
}

.tab_cell_content.active {
    display: block;
}

.form_box {
    margin: 0 0 16px;
    position: relative;
}

.eye_icon {
    background-image: url("../images/eye.png");
    background-repeat: no-repeat;
    display: block;
    width: 20px;
    height: 20px;
    background-position: -3px -32px;
    position: absolute;
    right: 12px;
    top: 44px;
}

.eye_icon.show {
    background-position: -3px -6px;
}

.form_box label {
    display: block;
    font-size: 14px;
    line-height: 1.6;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    color: rgb(55, 63, 80);
    margin: 0 0 5px;
}

.form_box span {
    color: #f34770;
    font-size: 12px;
    line-height: 1.6;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    margin-top: 6px;
    display: none;
}

.form_box input {
    display: block;
    width: 100%;
    padding: 10px 16px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    color: #4b566b;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #dae1e7;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.3125rem;
    box-shadow: inset 0 1px 2px transparent;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    font-family: 'Roboto', sans-serif;
}

.form_box input:focus {
    color: #4b566b;
    background-color: #fff;
    border-color: #ffb4b5;
    outline: 0;
    box-shadow: inset 0 1px 2px transparent, 0 0.375rem 0.625rem -0.3125rem rgb(254 105 106 / 15%);
}

.btn_global {
    display: block;
    width: 100%;
    background-color: #fe696a;
    border: 1px solid #fe696a;
    padding: 10px 22px;
    font-size: 14px;
    line-height: 1.6;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    box-shadow: 0 0.5rem 1.125rem -0.5rem rgb(254 105 106 / 90%);
    border-radius: 5px;
    cursor: pointer;
}

.btn_global:hover {
    border-color: #fe3638;
    background-color: #fe3638;
    box-shadow: none;
}

.rem_pass {
    display: flex;
    justify-content: space-between;
    margin: 0 0 20px;
}

.rem_pass a {
    font-size: 14px;
    line-height: 1.6;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    color: rgb(254, 105, 106);
}

.form-check-label {
    display: inline-block;
    font-size: 14px;
    line-height: 1.6;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    vertical-align: middle;
    color: rgb(75, 86, 107);
    vertical-align: middle;
}

.form-check input {
    display: inline-block;
    vertical-align: middle;
}
.feature_list .feature-heading{
    text-align: center;
    padding: 20px;
}
.feature_list .feature-heading h1{
   font-weight:400;
   font-size:35px;
}
.feature_list .feature_cell{
/* background:#E4FEEF; */
/* background: #3072a6; */
border-radius:25px;
height: auto;

}
.feature_cell a{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.box_cell figure img{
    position: absolute;
    left: 1rem;
    top: 1rem;
    width: 40px;
    height: 40px;
    border-radius: 50%;


    /* width: 30%;
    display: flex;

    padding-left: 10px; */
}

.card1 {
   /* width: 260px;
    height: 75px; */
    /* padding: 20px 15px; */
    justify-content: space-between;
    position: relative;
    /* display: flex; */
    min-width: 0;
    background-color: #fff;
    /* border: 1px solid rgba(0, 0, 0, 0.085); */
    border-radius: .4375rem;
    /* box-shadow: 0 0 10px rgb(0 0 0 / 10%); */
}
.box_cell span i{
    border-color: #86a1ae;
    border-width: 2px;
    width: 8px;
    height: 8px;
    content: "";
    position: absolute;
    display: inline-block;
    top: 55%;
    border-left-style: solid;
    border-bottom-style: solid;
    transition: all .2s ease-in-out;
    transform: rotate(-135deg) translateY(-50%);
    right: 0;
    right: 1rem;
    margin-top: -.5rem;
    left: 90%;
}

.box_cell span
.box_cell .ssc-content{
    padding-top: 8px;
    font-weight: 500 !important;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 205px;
    max-width: calc(100% - 1rem);
    /* margin: 0 0 0.5rem; */
    display: block;
}
.box_cell .card1 a span{
margin-top: -24px;
}

.btn1{width: 52px;
    border: none;
    background: transparent;
    color: #fe3638;
}
.preparation{
    width: 996px;
}
.card_img{
    background-color: #4b566b;
    border-radius: 8px;
    padding: 10px;
    padding-bottom: 0;
}
.popular_college .card{
    align-items: center;
    padding: 15px;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}
.popular_college .card{
    /* transition: transform .3s; */
}
.popular_college .card .card-body a span{
    padding-right: 15px;
}
.popular_college .card .card-body .card-text{
    font-size: 15px;
    color: #646f79;
}

.course h5{
    text-align: left;
}
.card2{
    /*background: #FFF1ED;*/
    /*gap: 20px;*/
    color: #646f79;
    border-radius: 12px;
    display: flex;
    align-items: center;
    /* width: 258px; */
    padding: 20px 15px;
    /*justify-content: space-between;*/
    position: relative;
    min-width: 0;
    border:2px solid rgba(32,62,96,255);
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    height: auto;
}

.card2 img{
    width: 50%;
}
.card2-content{
    padding:12px;
}
.card2 .card2-content .card2-title h4{
    text-align: left;
    font-size: 20px;
    padding-bottom: 15px;
}
.gotopbtn {
    margin-top: -15px;
    color: white;
    position: absolute;
    width: 100px;

    background-color: #fe3638;
    z-index: 1;
    text-decoration: none;
    text-align: center;
    line-height: 25px;

    border-radius: 10px;
  }
.gotopbtn2 {
    color: white;
    position: absolute;
    width: 165px;
    top: 0px;
    border-radius: 10px;
    background-color: rgb(132, 94, 247);
    z-index: 1;
    text-decoration: none;
    text-align: center;
    line-height: 25px;
  }
  .card2-info{
    display: flex;
    padding-top: 15px;
  }
  .card2-info p{
    font-size: 15px;
    padding-right: 12px;
    margin: 0;
    color: #646f79;
    font-weight: 400;
  }
  .educator{
    font-size: 15px;
  }
  .card4 .btn-test-series{
    cursor: pointer;
    text-decoration: none;
    white-space: nowrap;
    text-align: center;
    display: inline-block;
    background: rgba(32,62,96,255);
    border: 1px solid transparent;
    border-radius: 4px;
    color: #fff;
    padding: 5px 15px 5px 15px;
    line-height: 1.6;
    font-size: .875rem;
  }
  .card4-header{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row;
    max-height: 100px;
    overflow: hidden;
    width: 100%;
  }
  .card4-logo{
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
    height: 44px;
    width: 44px;
  }
  .card4-trending{
    position: relative!important;
    color: #86a1ae;
    background-color: #fff;
    font-size: .625rem;
  }
  .card4-trending{
    position: relative!important;
    color: #86a1ae;
    background-color: #fff;
    font-size: .625rem;
    height: auto;
    position: absolute;
    padding: 4px 5px 5px 20px;
    background: #fff;
    position: relative!important;
    color: #86a1ae;
    background-color: #fff;
    font-size: .625rem;
    padding-right: 0.6em;
    padding-left: 0.6em;
    border-radius: 10rem;
  }
  .card4-overview{
    font-size: 15px;
  }
  .card4-feature{
    color: #646f79;
    padding: 0.875rem 0 0 1rem;
    font-size: .75rem;
    list-style-type: disc;
    border-top: 1px solid #ecf0f2;
    height: 150px;
    overflow: auto;
    margin-bottom: 0;
  }
  .card4-name{
      font-weight:600; width:200px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;
  }
  .card4-feature li{
    width: fit-content;
    color: black;
  }
  .card4-lang{
    color: black;
  }
.card3-header{
    margin-bottom: 0.25rem;
    display: flex;
    align-items: center;
    gap: 2rem;
}
.card3-header span{
    height: 20px;
    display: flex;
    align-items: center;
    font-size: .625rem;
    font-weight: 400;

}
.badge-free {
    position: relative;
    border-radius: 0.25rem;
    color: #fff;
    display: inline-block;
    font-weight: 600;
    line-height: normal;
    font-size: .75rem;
    text-transform: uppercase;
    overflow: hidden;
    background-image: linear-gradient(136deg,#75cd25 2%,#25cd71 64%);
    padding: 3px 0.5rem;
}
.badge{
    display: inline-block;
    vertical-align: middle;
    max-width: 190px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #3b4a54;
    text-transform: none;
    position: relative;
    border-radius: 0.25rem;
    color: #fff;
    display: inline-block;
    font-weight: 600;
    line-height: normal;
    font-size: .75rem;
    text-transform: uppercase;
    overflow: hidden;
    padding: 4px 0.5rem;
    color: #1e2022;
    background: rgba(71,136,244,.1);
}
.card3-body{
    display: flex;
    flex-direction: column;
    flex: 1;
    min-height: 140px;
    position: relative;
    flex-direction: row;
    margin-bottom: 0.625rem;
    border-bottom: 2px solid rgba(151,151,151,.1);
    min-height: unset;
}
.card3-content{
    padding: 10px;
    display: flex;
    flex-direction: column;
}
.card3-content p{
    text-align: left;
    font-size: 1rem;
    height: 50px;
    font-size: .875rem;
    height: 60px;
    overflow: hidden;
}
.card3-content span{
    display: inline-flex;
    align-items: center;

    color: #3b4a54;
}
.livenow{
    position: relative;
    border-radius: 0.25rem;
    color: #fff;
    display: inline-block;
    font-weight: 600;
    line-height: normal;
    font-size: .75rem;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    font-weight: 500;
    gap: 0.625rem;
    padding: 0.25rem 0.625rem;
    background-image: linear-gradient(to top,#f35e5e,#fc988e);
    text-transform: uppercase;
}
.card3-img{
    width: 175px;
    height: 120px;
    display: flex;
    align-items: flex-end;
    padding-bottom: 1.125rem;
}
.card3-img p{
    border-radius: 30px 0px 0px 0px;
    line-height: 2.5;
    font-size: 11px;
    background-color: #1e2022;
    color:#e3e9ef;
    background-repeat: no-repeat;
    margin: 0;
    text-align: right;
    position: absolute;
    right: 0;
    bottom: 0;
}
.card3-img span{
    position: relative;
    z-index: 9;
    display: inline-block;
    vertical-align: middle;
    max-width: 155px;
    width: 80px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-right: 11px;
    text-align: center;
}
.card-footers{
    /*display: flex;*/
    align-items: center;
    justify-content: space-between;
    gap: 4rem;
    margin-bottom: -0.3125rem;
    text-align: center;
}
.card-footers a{
    font-size: .625rem;
    padding: 0.25rem 0.5rem;
    flex: 1;
    outline: 0;
}
.btn-join-class{
    cursor: pointer;
    outline: none;
    text-transform: capitalize;
    transition: all .2s ease-in-out;
    text-decoration: none;
    white-space: nowrap;
    text-align: center;
    display: inline-block;
    background: rgba(32,62,96,255);
    border: 1px solid transparent;
    border-radius: 4px;
    color: #fff;
    padding: 0.375rem 1.5rem;
    line-height: 1.6;
    font-size: .875rem;
}
.btn-view-class{
    cursor: pointer;
    outline: none;
    text-transform: capitalize;
    transition: all .2s ease-in-out;
    text-decoration: none;
    white-space: nowrap;
    text-align: center;
    display: inline-block;

    border: 1px solid black;
    border-radius: 4px;
    color: black;
    padding: 0.375rem 1.5rem;
    line-height: 1.6;
    font-size: .875rem;
}
.test-series .card{
    padding: 15px;
}
.card4-btn{
    text-align: center;
}
.card3{
    padding: 10px;
}
.item {
    width: 25%;
}
.owl-carousel .owl-nav.disabled{
    display:block;
}
.owl-carousel .owl-nav.disabled button{
    background: black;
    border-radius: 50px;
    color: white;
}
/*.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {*/
/*    background: 0 0;*/
/*    color: inherit;*/
/*    background-color: black;*/
/*    border: none;*/
/*    padding: 0!important;*/
/*    font: inherit;*/

/*}*/
.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 73px;
    font-size: 0 !important;
    width: 35px;
    height: 35px;
    color: white;
    background: #000;
    border-radius: 50%;
    cursor: pointer;
    border: none;
    left: -20px;
  }

  @media (max-width: 768px) {
    .owl-carousel .owl-nav button.owl-prev {
     display:none;
    }
    .card3 {
        width: 225px;
    }
  }

  @media (max-width: 480px) {
    .owl-carousel .owl-nav button.owl-prev {
      top: 30px;
      width: 25px;
      height: 25px;
      left: -10px;
    }
    .card3 {
        width: 225px;
    }
  }

/* .owl-carousel .owl-nav button.owl-prev{
    left: -22px;
    position: absolute;
    top: 73px;
    font-size: 0 !important;
    width: 35px;
    height: 35px;
    color: white;
    background: #000;
    border-radius: 50%;
    cursor: pointer;
    border: none;

} */
/* .owl-carousel .owl-nav button.owl-next{
    position: absolute;
    top: 73px;
    font-size: 0 !important;
    width: 35px;
    height: 35px;
    color: white;
    background: #000;
    border-radius: 50%;
    cursor: pointer;
    border: none;
    right: -20px;

} */
.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 73px;
    font-size: 0 !important;
    width: 35px;
    height: 35px;
    color: white;
    background: #000;
    border-radius: 50%;
    cursor: pointer;
    border: none;
    right: -20px;
    background-color:rgba(32,62,96,255) !important;
  }

 .owl-next span{
     color:white ;
 }
  @media (max-width: 768px) {
    .owl-carousel .owl-nav button.owl-next {
      top: 50px;
      width: 30px;
      height: 30px;
      right: -15px !important;
    }

  }

  @media (max-width: 480px) {
    .owl-carousel .owl-nav button.owl-next {
      display:none;
    }
  }



.test-series .card{
    padding: 15px;
}
.card4-btn{
    text-align: center;
}
.card3{
    padding: 10px;
}

.home-demo h2 {
    color: #FFF;
    text-align: center;
    padding: 5rem 0;
    margin: 0;
    font-style: italic;
    font-weight: 300;
}
.owl-carousel .owl-nav.disabled{
    display: block !important;
}
.owl-carousel .owl-nav.disabled button{
    background: black;
    border-radius: 50px;
    color: white;
}
.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 73px;
    font-size: 0 !important;
    width: 35px;
    height: 35px;
    color: white;
    background: #000;
    border-radius: 50%;
    cursor: pointer;
    border: none;
    left: -20px;
    background-color:rgba(32,62,96,255) !important;
  }
  .owl-prev span{
     color:white ;
 }

@media (max-width: 480px) {
    .owl-carousel .owl-nav button.owl-prev{
        display:none;
    }
    .card3 {
        width: 225px;
    }
    .owl-carousel .owl-nav button.owl-next {
        top: 30px;
        width: 25px;
        height: 25px;
        right: -10px;
      }
  }
  .owl-stage .owl-item.active{
      width: 318.333px;
    margin-right: 10px;
  }

  /* ssc */
  .main-item {
      color: white;
      display: flex;
      align-items: flex-end;
      margin-top: 0.3125rem;
      flex-wrap: wrap;
      position: relative;
  }

  .main-item-logo {
      width:100px;
      height:100px;
      border-radius:50%;
      align-self: center;
      position: relative;
      overflow: hidden;
  }

  .main-item-logo img {
      width: 100%;
      height: 100%;
  }

  .main-item h1 {
      flex: 1;
      font-weight: 500;
      font-size: 1.8rem;
      margin-bottom: 0.5rem;
      margin-right: 1rem;
      /* white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; */
      color: rgba(32, 62, 96, 255);
      padding-left: 15px;
  }

  .main-item-enroll {
      color: rgba(32, 62, 96, 255);
      font-weight: 600;
      font-size: .95rem;
      width: 100%;
      margin-top: 0.5rem;
      display: flex;
      align-items: center;
      gap: 0.5rem;
      padding-left: 115px;

  }

  .main-item-enroll span {
      display: flex;
      align-items: center;
      gap: 4px;
  }

  .main-item-cta {
      padding-left: 115px;
      display: flex;
      width: 100%;
  }

  .quiz-header h5 {
      overflow: hidden;
      font-size: .875rem;
      color: #000;
      margin-bottom: 0.5rem;
      font-weight: 600;
      line-height: 1.4;
  }

  .badge-tag {
      margin: 1px;
  }

  .quiz-ex {
      font-size: .75rem;
      color: #86a1ae;
      font-weight: 400;
      margin-bottom: 0.125rem;
      white-space: nowrap;
  }

  .quiz-details {
      margin-bottom: 0.75rem;
      font-size: .75rem;
  }

  .details-count {
      display: flex;
      justify-content: space-between;
      padding: 0.375rem 0;
      color: #86a1ae;
  }

  .badge-tag {
      background-image: url('tb-tag.svg');
  }

  .badge--free {
      text-transform: uppercase;
      background: #25cd71;
      color: #fff;
  }

  .top_course_head {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin: 0 0 20px;
  }

  .user_profile {
      display: flex;
      width: calc(100% - 120px);
      align-items: center;
  }

  .course_wrapper .top_course_head figure {
      width: 50px;
      height: 50px;
      float: none;
      border-radius: 50%;
      overflow: hidden;
  }

  .top_course_fees figure {
      float: left;
      margin-right: 10px;
      width: 250px;
  }

  .user_profile_info {
      width: 100%;
  }

  .college_right {
      padding: 10px;
      overflow: auto;
      max-height: 55vh;

  }

  .college_right {
      padding: 15px;
  }

  .college_right h3 {
      /* padding: 15px; */
  }

  .college_right .list {
      padding: 15px;
  }

  .line {
      display: inline-block;
      align-self: stretch;
      width: 1px;
      min-height: 1em;
      background-color: currentColor;
      opacity: .25;
  }

  .accordian {
      max-width: 650px;
      padding: 0.6rem;
      border-radius: 12px;
  }

  .accordian:first-child {
      background: #f1f0fe;
      border-left: 4px solid rgba(32, 62, 96, 255);
  }

  .accordian:nth-child(2) {
      background: #f1f0fe;
      border-left: 4px solid rgba(32, 62, 96, 255);
  }

  .accordian:nth-child(3) {
      background: #f1f0fe;
      border-left: 4px solid rgba(32, 62, 96, 255);
  }

  .accordian:nth-child(4) {
      background: #f1f0fe;
      border-left: 4px solid rgba(32, 62, 96, 255);
  }
    .accordian:nth-child(5) {
      background: #f1f0fe;
      border-left: 4px solid rgba(32, 62, 96, 255);
  }
    .accordian:nth-child(6) {
      background: #f1f0fe;
      border-left: 4px solid rgba(32, 62, 96, 255);
  }
    .accordian:nth-child(7) {
      background: #f1f0fe;
      border-left: 4px solid rgba(32, 62, 96, 255);
  }
  .accordian:nth-child(8) {
      background: #f1f0fe;
      border-left: 4px solid rgba(32, 62, 96, 255);
  }
    .accordian:nth-child(9) {
      background: #f1f0fe;
      border-left: 4px solid rgba(32, 62, 96, 255);
  }
    .accordian:nth-child(10) {
      background: #f1f0fe;
      border-left: 4px solid rgba(32, 62, 96, 255);
  }
  .accordian_head {
      background-color: transparent;
      padding: 0.5rem;
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 0.7rem;
      cursor: pointer;
  }

  .accordian_toggler {
      align-self: flex-start;
      background-color: transparent;
      font-size: 1.8rem;
      transition: all 0.5s ease;
  }

  .accordian_toggler.active {
      rotate: 133deg;
  }

  .accordian_title {
      background-color: transparent;
      font-size: 1rem;
      font-weight: 500;
  }

  .accordian_body {
      background: transparent;
      display: grid;
      grid-template-rows: 0fr;
      transition: grid-template-rows 0.5s ease;
  }

  .active_body {
      grid-template-rows: 1fr;
  }

  .accordian_description {
      background-color: transparent;
      margin-top: 0.7rem;
      padding-left: 2.3rem;
      font-size: 0.9rem;
      overflow: hidden;
      line-height: 1.2rem;
  }

  /* ssc CGL */
  .main-item-enroll {
      display: flex;
  }

  .main-item-enroll li {
      display: inline-block;
      padding: 10px;
      padding-left: 0px;
  }
