<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&amp;display=swap');
/*@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&amp;display=swap');*/
body{
font-family: "Roboto", sans-serif;
color: #333;
font-size: 15px; letter-spacing: 0.9px;
line-height: 1.4;
}


h1,h2,h3,h4,h5,h6{
font-family: 'Poppins', sans-serif;
color: #333;
line-height: 1.2;
    font-weight: 600;
}
img {
max-width: 100%;
vertical-align: top;
height: auto;
}
.orange {
    color: #ee6723;
}
a{
    color: #337ab7;
  -webkit-transition: ease-in-out 0.5s;
-moz-transition: ease-in-out 0.5s;
-o-transition: ease-in-out 0.5s;
transition: ease-in-out 0.5s;
outline:none;
}

a:hover,
a:focus{
    color: #ee6723;
}

.link-color a{
    color:#333;
}


.btn-new{
background-color:#04407d;
color:
#fff !important;
padding: 8px 6px;
border-radius: 3px;
font-size: 13px;
margin-top: 10px;
      -webkit-transition: ease-in-out 0.5s;
-moz-transition: ease-in-out 0.5s;
-o-transition: ease-in-out 0.5s;
transition: ease-in-out 0.5s;
}

.btn-new:hover{
    background-color:#333;
}


.form-action{
    text-align: center;
}

.form-action .btn-new{
background-color: #feee00;
    padding: 10px 25px;
    font-size: 16px;
    margin-top: 15px;
    display: inline-block;
    font-weight: 600;
    text-decoration: none;
    color: #333!important;
}

.msg-block {
    background-color: #272742;
    padding: 20px 70px;
    justify-content: space-between;
    align-items: center;
    border-radius: 20px;
}

.msg-block h3 {
font-size: 28px;
    margin-top: 10px;
    color: #fff;
    margin-bottom: 0;
}

.msg-block .btn{
    background-color: #fae12e;
    border: 0 none;
    color: #111;
    font-size: 14px;
    font-weight: 600;
    padding: 6px 20px;
    text-align: center;
    border-radius: 2px;
    width: 100%;
    line-height: 20px;
    white-space: normal;
}





iframe{
    width: 100%;
}
ul{
  margin:0;
  padding: 0; 
}
ul li{
  list-style: none;
}
button:focus{
  outline: none;
}
.red-required {
color: #F00;
margin-left: 2px;

}

.grey-bg {
 background-color:#f9f5f0;

}

.pg-block{
    padding:40px 0;
}

i{
    margin-right:4px;
}

section{
    position: relative; padding: 40px 0;
}

.feature_box
{
padding: 15px 0 0;
    box-shadow: 0 10px 30px 0 rgb(54 56 110 / 15%);
    background-color: #fff;
    text-align: center;
    min-height: 405px;
}
.feature_box.ones {
    min-height: inherit;
}
.feature_box a {
    color: #000;
    text-decoration: none;
}

.feature_box p
{
    margin: 0px;
}
.feature_box &gt;img
{
 margin-bottom: 15px;  
 max-height: 75px;
    
}



.our-programs .container-fluid {
    padding-right: 50px;
    padding-left: 50px;
    margin-right: auto;
    margin-left: auto;
}

.knowmentors .container-fluid {
    padding-right: 50px;
    padding-left: 50px;
    margin-right: auto;
    margin-left: auto;
}

/* mCustom scroll bar settings */
.mCustomScrollbar{
    position: relative;
    height: 130px;
    overflow: auto;
    -ms-touch-action: pinch-zoom;
    touch-action: pinch-zoom;margin-bottom: 0px;
}
.mCustomScrollBox {
    position: relative;
    overflow: hidden;
    height: 100%;
    max-width: 100%;
    outline: none;
    direction: ltr;
}
.mCSB_container {
    overflow: hidden;
    width: auto;
    height: auto;
}
.mCSB_inside &gt; .mCSB_container {
    margin-right: 10px;
}
.mCSB_scrollTools {
    position: absolute;
    width: 16px;
    height: auto;
    left: auto;
    top: 0;
    right: 0;
    bottom: 0;
}
.mCSB_scrollTools .mCSB_draggerContainer {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    height: auto;
}
.mCSB_scrollTools .mCSB_dragger {
    cursor: pointer;
    width: 100%;
    height: 30px;
    z-index: 1;
}
.mCSB_scrollTools .mCSB_draggerRail {
    width: 6px;
    height: 100%;
    margin: 0 auto;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    background-color: rgba(0, 0, 0, .1);
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    position: relative;
    width: 4px;
    height: 100%;
    margin: 0 auto;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    text-align: center;
    background-color:#f15a22;
}
.currentafbox .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    background-color: rgb(105, 204, 68);
}

/* hearder-start*/
.ggg .btn {
    background-color: #de4037;
    border: 0 none;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    padding: 0px 20px;
    text-align: center;
    border-radius: 2px;
    width: 100%;
    line-height: 45px;
    opacity: inherit;
    margin-top: 20px;
}

.modal-header {
    background: #eaeaea;
}
h4.modal-title {
    text-align: center;
}

.form-box h4 {
    color: #000000;
    font-size: 16px;
    padding-bottom: 0px;
    margin-top: 0px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 12px;
}

.form-box p {
    color: #fff;
    font-size: 11px;
    text-align: center;
    background: #f2602a;
    border-radius: 50px;
    padding: 3px 4px;margin-bottom: 15px;
}
.credential .modal-dialog {
width: 350px!important;
}

#testi1 .carousel-item {
background-color: rgba(255, 255, 255, 0.15);
text-align: center;
padding: 0px;

border-radius: 5px;
color: #fff;
min-height: inherit;
}

#header{
    position: fixed;
    top: 0;
    width:100%;
    z-index: 99;
    background-color: #fff;
    -moz-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.2);
    box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.2);
    
}

#header a.navbar-brand{
height: auto;
padding: 0;
}

#header a.navbar-brand img {
 max-height: 62px;
}

.banner-wrapper{
    position: relative;
    background: url(https://clsite-file.s3.amazonaws.com/6858_cucet-Eligibility.jpg) center center/cover no-repeat;
    overflow: hidden;
    padding: 40px 0;
    text-align: left;
    
}

.banner-wrapper:before{
    content: '';
    position: absolute;
    z-index: 9;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    background-color: rgb(0, 0, 0);
    opacity: 0.2;
}


.bg {
animation: slide 3s ease-in-out infinite alternate;
background-image: linear-gradient(
-60deg
, #ff0000 50%, #2900ff 50%);
bottom: 0;
left: -50%;
opacity: .3;
position: absolute;
right: -50%;
top: 0;
z-index: 1;
}
.bg2 {
animation-direction: alternate-reverse;
animation-duration: 4s;
}

.bg3 {
animation-duration: 5s;
}

@keyframes slide {
0% {
transform: translateX(-25%);
}
100% {
transform: translateX(25%);
}
}  

.home-content {
    position: relative;
    z-index: 99;
    color: #ffffff;
}
.yellowclr{
    color: #feee00;
}

.banner-wrapper .container{
    position:relative;
}

.banner-wrapper h1 {
    color: #fff;
    font-size: 44px;
    font-weight: bold;
    margin-top: 0;
}

.banner-wrapper h2.page-title {
    color: #fff;
    font-weight: 500;
    font-size: 17px;
    line-height: 28px;
    margin: 15px 0 20px;
    position: relative;
}

.banner-wrapper h2.page-title:before,
.banner-wrapper h2.page-title:after{
position: absolute;
content: "";
width: 22px;
height: 22px;
background-size: 22px;
background-repeat: no-repeat;
margin: 0 10px;
    
}


.banner-info h3 {
    color: #ffffff;
    letter-spacing: 0.9px;
    border-left: 5px solid #fef244;
    padding-left: 10px;
    font-size: 17px;
    margin-bottom: 20px;
}

.banner-wrapper h2 i{
font-size: 22px;
color:#fff;
    display: none;
}


.banner-info .btn{
    font-size:20px;
}

.banner-info .btn:hover,
.banner-info .btn:focus{
background-color: #17826e;
} 

.gettext{
margin: 0 0 15px 0;
font-size: 20px;
line-height: 28px;
color: #fff;
}

.gettext span.big-text{
    color: #feee00;
}


.winner-goal{
        position: relative;
    clear: both;
}

.winner-goal ul{
    padding-left: 20px;
}

.winner-goal li{
position: relative;
margin-bottom: 20px;
font-size: 16px;
background-color: #de4037;
width: 45%;
float: left;
padding-left: 30px;
min-height: 40px;
display: flex;
justify-content: left;
align-items: center;
color: #fff;
border-radius: 3px;
margin-right: 29px;
}

.winner-goal li span{
    width: 30px;
    height: 30px;
    background-color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 5px;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.winner-goal li img{
display: inline-block;
max-height: 20px;
vertical-align: middle;
}

.choose-goal{
    position: relative;
    clear: both;
}

.choose-goal ul{

}

.choose-goal ul li{
display: inline-block;
}

.choose-goal ul li a{
color: #fff;
padding: 7px 30px;
border: 1px #fff solid;
border-radius: 30px;
display: inline-block;
margin: 5px 0;
text-decoration: none;
}

.choose-goal ul li a:hover,
.choose-goal ul li a:focus{
    border-color: #feee00;
}

.choose-goal ul li a i{
    margin-right: 4px;
}

.form-group.col-md-6.icon-mobile {
    padding-right: 8px;
}
.form-group.col-md-6.icon-email {
    padding-left: 8px;
}

.right-con-hed {
    background: #fff;
    padding: 15px 20px;
    position: relative;
    margin-top: 0px;
    border-radius: 0px;
}

.right-con-hed h3{
color: #333;
font-size: 17px;
padding-bottom: 5px;
text-align: center;
margin-top: 0px;
font-weight: 600;
}

.right-con-hed input#submit {
    background-color: #f15a22;
    color: #fff!important;
    border-radius: 3px;
    display: inline-block;
    width: auto;
    padding: 5px 20px;
    border: none;
    font-size: 15px;
    line-height: 22px;
    margin-top: 5px;
    letter-spacing: 0.9px;
    font-weight: 600;
}

.right-con-hed .form-control {
    background: #fff none repeat scroll 0 0;
    border-radius: 3px;
    box-shadow: none;
    color: #6b7c8a;
    font-size: 15px;
    font-weight: 400;
    border: 1px solid #e0e0e0;
    height: 36px;
    margin-bottom: 0px;
    letter-spacing: 0.8px;
    padding: 0px 0px 0 10px;
}
.form-group select {
    -moz-appearance: none;
    -webkit-appearance: none;
    background-image: url("https://www.careerlauncher.com/cuet/cuet-eligibility/images/dropdown.png")!important;
    background-position: 96% center!important;
    background-repeat: no-repeat!important;
}

.price-wrap {
    border-bottom: 1px solid #d8e4ef;
    padding-bottom: 10px;
    margin-bottom: 0px;
}

.price-wrap .amount {
    font-weight: bold;
    font-size: 27px;
    color: #000000;
    display: block;
    margin-bottom: 5px;
    font-family: 'Poppins', sans-serif;
}
.price-wrap .amount .fa {
    color: #f15a22; font-size: 33px;
}
.price-wrap .duration {
    color: #808080;
    font-size: 15px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}

.form-group {
    margin-bottom: 10px;
}

.right-con-hed img {
    position: absolute;
    color: #44355b;
    line-height: 64px;
    left: 26px;
    width: 21px;
    text-align: center;
    top: 50%;
    -moz-transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
}


.btn-orange{
background-color: #f15922;
border-radius: 3px;
color: #fff;
padding: 10px 20px;
}





/* hearder-close*/

/* content wrapper start */

h2.block-title {
    position: relative;
    margin-bottom: 20px;
    font-size: 26px;
    font-weight: bold;
    clear: both;
    margin-top:0;

}


h2.block-title.text-center:before{
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.reslt-region .grid {
    padding: 10px;
    box-shadow: 0 5px 15px 0 rgb(68 68 68 / 10%);
    position: relative;
    background: #fff;
    border: 1px solid #498ab5;
    text-align: center;
    margin-bottom: 10px;
}

.reslt-region .icon img {
    max-width: 50px;
}

.reslt-region p {
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 0px;
    color: #555;
    letter-spacing: 0.6px;
}

.reslt-region p strong {
    font-size: 15px;
}



.slick-dots{
    display: none!important;
}

.slick-slide &gt; div{
  padding: 0 10px;
}


.slick-prev, 
.slick-next{
z-index: 9;
width: 42px;
height: 25px;
line-height: 25px;
position: absolute;
border-radius: 0px;
border: none;
font-size: 0px;
background-color: transparent;
top: -40px;
cursor: pointer;
padding: 0;
}

.slick-prev{
right: 26px;
}
.slick-next{
    right: 0;
}

.slick-prev:before, 
.slick-next:before {
font-family: FontAwesome;
color: #333;
opacity: 1;
background-color: #feee00;
width: 25px;
height: 25px;
line-height: 25px;
display: inline-block;
text-align: center;
border-radius: 50%;
font-size: 12px;
}

.slick-prev::before {
    content: "\f053";
}

.slick-next::before {
    content: "\f054";
}

.help-block{
background-color:#eeeded;
padding: 10px;
margin-top: 20px;
margin-bottom: 0;
}

#traid{
    display: none;
}



.service-item {
    background-color: #fff;
    margin: 0 auto 15px auto;
    padding: 15px 20px;
    transition: .5s ease;
    position: relative;
    box-shadow: 0 5px 47.2px 11.8px rgb(19 30 74 / 10%);
    min-height: 370px;
    text-align: center;
}

.service-item:hover {
    transform: translateY(-10px);
}

.service-item img {
    width: 90px;
    margin: 0 auto;
    margin-bottom: 20px;
    border-radius: 50%;
    height: 90px;
    background-color: #eee;
    padding: 5px;
}

.service-item h3 {
    color: #1d274e;
    font-size: 22px;
    font-weight: 600;
    margin-top: 0;
}

.service-item p strong{
        color: #e95d30;
}

.service-item p:last-child {
    margin-bottom: 0;
}








.sixth-part {
    float: left;
    width: 100%;
    background-color: #fff;
    margin-bottom: 15px;
    border: 1px #f3f1ef solid;
    border-radius: 50px;
    position: relative;
    display: inline-block;
    padding: 10px;
        box-shadow: 0px 2px 16px 0px rgb(213 180 180 / 14%);
}

.services-icon {
    float: left;
    background-color: #efebc7;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
}

.services-icon img {
    max-width: 25px;
    vertical-align: middle;
}

.services-pad {
    padding-left: 20px;
    float: left;
    margin-top: 10px;
    width: 85%;
}

.services-pad h3 {
    font-size: 18px;
    margin: 0 0 10px 0;
    font-weight: 600;
    margin-bottom: 0;
}


/* result-wraper start*/

.result-item img {
    max-height: 110px;
    border-radius: 50%;
    width: 59px;
    height: 60px;
    border: 1px solid #f15a22;
    padding: 2px;
}

.result-wraper .result-item{background-color: #fff;min-height: 150px;float: left;width: 16.66666667%;
  padding: 12px 6px;position: relative;
text-align: center;border: 1px #eee solid;-webkit-transition: ease-in-out 0.5s;-moz-transition: ease-in-out 0.5s;-o-transition: ease-in-out 0.5s;
transition: ease-in-out 0.5s;}

.result-wraper .result-item:hover{
border-color: #ff692e;
}

.result-wraper .result-item .result-user img{
border-radius: 50%;
width: 90px;
height: 90px;
border: 4px #ffe7e7 solid;
}
.result-wraper .result-item p {
    margin-bottom: 0px;
    font-size: 12px;
}
.result-wraper .result-item h3 {
    font-size: 15px;
    color: #f15a22;
    margin: 5px 0 5px;
    font-weight: 600;
    line-height: inherit;
}
.result-wraper .result-item h6 {
    font-size: 18px;
    color: #333;
    margin: 15px 0 5px;
    font-weight: 600;
    line-height: inherit;
}
.result-wraper .result-item h5 {
    font-size: 15px;
    color: #333;
    font-weight: 500;
}
.result-wraper h4 {
    font-size: 20px;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 0px;
    position: relative;
    text-align: center;
    background: #ffefb5;
    padding: 10px 0;
}

/* result-wraper close*/



#testi1.whychoose-block{
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e2f3f3+50,2989d8+50,e2f3f3+50,fbffd0+50 */
background: #e2f3f3; /* Old browsers */
background: -moz-linear-gradient(left,  #e2f3f3 50%, #2989d8 50%, #e2f3f3 50%, #fbffd0 50%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #e2f3f3 50%,#2989d8 50%,#e2f3f3 50%,#fbffd0 50%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #e2f3f3 50%,#2989d8 50%,#e2f3f3 50%,#fbffd0 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2f3f3', endColorstr='#fbffd0',GradientType=1 ); /* IE6-9 */

}


#testi1 .our-result-block{


}

#testi1 .our-promise-block{

}



#testi1 .content-body{
    padding: 10px;
    float: left;
    width: 100%;
}

#testi1 .content-body h3{
    text-align: center;
    font-size: 20px;
    margin: 0 0 10px 0;
}

#testi1 .col-md-6{
    padding: 0;
}


.item-topper{
    position: relative;
    float: left;
    width: 49.5%;
    background-color: #fff;
    padding: 35px 5px 5px 5px;
    border-radius: 50px;
    margin-right: 5px;
    text-align: center;
    margin-top: 20px;
}

.item-topper:last-child{
    margin-right: 0;
}

.item-topper:before{
    content: "";
    background-image: url(https://clsite-file.s3.amazonaws.com/MBA/2020/cat-mba/online-classes/106960_rank.png);
    position: absolute;
    top: -15px;
    left: 50%;
    background-size: 50px;
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    transform: translateX(-50%);

}

.item-topper span{
 display: block;
 font-size:18px;
 font-weight: 600;
}



#testi1 .our-promise-block .winner-goal li{
    position: relative;
    font-size: 14px;
    width: 48%;
    float: left;
    min-height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    text-align: center;
    padding-top: 38px;
    padding-bottom: 5px;
}

#testi1 .our-promise-block .winner-goal li .icon-img{
}




#testi{
background-image: url("https://clsite-file1.s3.amazonaws.com/106960_normal-testi.jpg");
background-size: cover;
background-position: center;
    padding: 35px 0;
    position: relative;
}


#testi:before{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color:
rgba(0, 0, 0, 0.6);
content: "";

}

#testi h2{
    color: #fff;
}

.carousel-item{
background-color:
rgba(255, 255, 255, 0.15);
text-align: center;
padding: 15px;
min-height:300px;
border-radius: 5px;
color:#fff;
}

.carousel-item .img-box img{
height: 80px;
width: 80px;
border-radius: 50%;
display: inline-block;
margin-bottom: 15px;
background-color: #fff;
padding: 3px;
}


.carousel-item .overview {
text-transform: capitalize;
color:#abeadb;
font-size: 14px;
font-weight: 400;
    font-style: italic;
}

.carousel-item .overview strong {
color: #feee00;
    font-weight: 500;
}


.test-user{
    font-size:20px;
    font-weight: 600;
    color: #feee00;
}

p.testimonial{
margin:15px 0;
}

.navbar .navbar-brand &gt; img {
    max-height: 44px!important;

}

.carousel-item .img-box i{
font-size: 20px;
background-color:#fff;
color:#ee6723;
width: 50px;
height: 50px;
border-radius: 50%;
line-height: 40px;
margin: 10px 0;
border: 5px #ddd solid;
}


.program-content {
text-align: center;
background-color: #fff;
padding:30px 18px;
box-shadow:0 0 11px 0px rgba(196, 184, 184, 0.2);
 -webkit-transition: ease-in-out 0.5s;
-moz-transition: ease-in-out 0.5s;
-o-transition: ease-in-out 0.5s;
transition: ease-in-out 0.5s;
}


.program-content .program-img{
width: 90px;
height: 90px;
margin: 0 auto;
background-color: #ffef0a99;
border-radius: 50%;
line-height: 100px;
}

.program-content .program-img img{
max-height: 55px;
vertical-align: middle;
}

.program-content .program-dt{
    position: relative;
}

.yellow-bg{
    background-color: #ffef0a99;
}

.yellow-bg .program-img{
    background-color: #fff!important;
}


.startlearningblock{
    padding:70px 0;
}

.startlearningblock .row{
display: flex;
grid-column: span 24;
-moz-box-pack: justify;
justify-content: space-between;
-moz-box-align: center;
align-items: center;

}

.learningcontent{
    padding-right:50px;

}

.learningcontent h3{
font-size: 20px;
margin-bottom: 15px;
}

.learningcontent .buttons a{
background-color: #feee00;
border-radius: 3px;
color: #333;
padding: 10px 30px;
font-size: 16px;
font-weight: 600;
}

.multiboxwrap{
    height: 586px;
-moz-box-align: center;
align-items: center;
display: flex;
}


.multiboxleft{
}

.multiboxitem{
margin-bottom: 24px;
border-radius: 8px;
box-shadow: 0px 16px 32px 0px rgba(222, 231, 238, 0.4);
width: 265px;
height: 180px;
background-size: 140px !important;
background-position: right bottom !important;
}

.multiboxitem1{
background: rgb(255, 255, 255) 
url("https://clsite-file1.s3.amazonaws.com/106960_cl-edge-Courses.png") no-repeat scroll 0% 0%;
}

.multiboxitem2{
background: rgb(255, 255, 255) 
url("https://clsite-file1.s3.amazonaws.com/106960_cl-edge-Educators.png") no-repeat scroll 0% 0%;
}
.multiboxitem3{
background: rgb(255, 255, 255) 
url("https://clsite-file1.s3.amazonaws.com/106960_cl-edge-LIVE-Classes.png") no-repeat scroll 0% 0%;
}
.multiboxitem4{
background: rgb(255, 255, 255) 
url("https://clsite-file1.s3.amazonaws.com/106960_cl-edge-Video-Lessons.png") no-repeat scroll 0% 0%;
}
.multiboxitem5{
background: rgb(255, 255, 255) 
url("https://clsite-file1.s3.amazonaws.com/106960_cl-edge-Questions-Online.png") no-repeat scroll 0% 0%;
}
.multiboxitem6{
background: rgb(255, 255, 255) 
url("https://clsite-file1.s3.amazonaws.com/106960_cl-edge-Past-Year-Papers.png") no-repeat scroll 0% 0%;
}
.startcontent{
    padding-left: 24px;
padding-top: 24px;
display: flex;
flex-direction: column;
}

.tag-text{
    font-size: 20px;
line-height: 150%;
color: rgb(60, 72, 82);
margin-bottom: 8px;
}

.tagvalue{
display: flex;
}

.tagcount{
font-size: 40px;
font-weight: bold;
color: rgb(60, 72, 82);
line-height: 120%;
}
.tagplus{
font-size: 40px;
font-weight: bold;
color:rgb(247, 159, 45);
line-height: 120%;
}


.multiboxright{
padding-left: 24px;
}





.innerboxesdesgin {
    display: block;
    background-color: #fff;
    float: left;
    width: 100%;
    border: 1px solid #eee;
    border-radius: 8px;
    margin-top: 20px;
}
.innerboxesdesgin .headinginer {
    padding: 15px 5px;
    background-color: #13438f;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    margin-bottom: 0px;
}
.innerboxesdesgin .headinginer h2 {
    margin-top: 0;
    color: #fff;
    font-size: 17px;
    margin-bottom: 0;
    text-align: center;
    line-height: inherit;
    padding-bottom: initial;
}

.innerboxesdesgin .headinginer h2 span{
    display: block;
    font-size: 14px;
}

.innerboxesdesgin .headinginer h2:after { content: inherit; display: none; }

.innerboxesdesgin ul {
    margin: 0;
    padding: 0;
    list-style: none;
    color: #58585a;
    letter-spacing: 0.5px;
    padding: 10px;
    min-height: 425px;
}
.innerboxesdesgin ul li {
    border-bottom: 1px solid #eee;
    font-weight: 400;
    color: #333C41;
    padding: 8px 0;
    position: relative;
    padding-left: 15px;
    line-height: 18px;
    text-align: left;
    font-size: 13px;
    letter-spacing: 0.9px;
}

.innerboxesdesgin ul li:last-child{
    border-bottom: none;
}


.innerboxesdesgin ul li:before {
    content: "\f105";
    font-family: FontAwesome;
    color: #ff692e;
    font-size: 16px;
    margin-right: 8px;
    display: inline-block;
    text-align: center;
    position: absolute;
    left: 0;
}


.btn-click {
    display: none;
}








.socialshareicon {
position: fixed;
left: 0;
top: 50%;
z-index: 9999;
-moz-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.socialshareicon &gt; a {
clear: both;
display: block;
}
.socialshareicon .fa {
clear: none;
float: left;
width: 28px;
line-height: 28px;
text-align: center;
-webkit-transition: ease-in-out 0.3s;
-moz-transition: ease-in-out 0.3s;
-o-transition: ease-in-out 0.3s;
transition: ease-in-out 0.3s;
color: white;
}
.socialshareicon .fa-facebook {
background: #3B5998;

}
.socialshareicon .fa-twitter {
background: #55ACEE;
}
.socialshareicon .fa-google-plus {
background: #dd4b39;
display: none!important;
}
.socialshareicon .fa-linkedin {
background: #007bb5;
}
.socialshareicon .fa-reddit-alien {
background: #ff4200;
display: none!important;
}
.socialshareicon .fa-tumblr {
background: #395976;
display: none!important;
}
.socialshareicon .fa-pinterest-p {
background: #cb2027;
display: none!important;
}
.socialshareicon .fa-whatsapp {
background: #199c0e;

}


#navbar-collapse-1{
    display: none!important;
}



/* content wrapper close */

/*Thank You page css start*/

/* Thank you page */
.thanlkyou{
    background-color:#604684;
    padding-top: 50px;
    padding-bottom: 80px;
    text-align: center;
}
.thanlkyou img{
    
}
.thanlkyou h2{
    margin-top: 20px;
    font-weight: bold;
    color: #fff;
/*    letter-spacing: 2px;*/
    font-size: 32px;
}
.thanlkyou p{
    color: #fff;
   /* letter-spacing: 1px;*/
    font-size: 18px;
}
.thanlkyou p span{
    position: relative;
}
.thanlkyou p span strong{
        position: relative;
    z-index: 2;
}
.thanlkyou p span:after {
    position: absolute;
    bottom: 4px;
    width: 100%;
    left: 0;
    height: 5px;
    background: #fbd1c2;
    content: '';
    z-index: 1;
    opacity: .3;
}
.contfldthh {
    margin-top: -46px;
}
.boxesiner {
    padding: 15px;
    border: 1px solid rgba(171, 171, 171, .4);
    box-shadow: 0 2px 6px rgba(0, 0, 0, .20);
    margin-bottom: 20px;
    border-radius: 15px;
    float: left;
    width: 100%;
    clear: both;
    text-align: center;
    background-color: #fff;
    font-size: 16px;
}




.navbar-toggle{
    display: none!important;
}

.feature_box h4 {
    margin-top: 0;
    color: #000000;
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 10px;
}

.feature_box &gt; a &gt;img {
    margin-bottom: 15px;
    max-height: 75px;
}

.process .col-md-4:nth-child(3) ~ * {
    margin-top: 30px;
}
/*Thank You page css close*/


/* responsive */

@media only screen and (max-width: 767px) {

.banner-info h3 {
       font-size: 13px;
    margin-bottom: 20px;
    margin-top: 10px;
}
.right-con-hed {
   
    margin-top: 15px;
    border-radius: 7px;
}

.result-wraper .result-item {
    min-height: 183px;
    float: left;
    width: 50%;
}

.process .col-md-4:nth-child(1) ~ * {
    margin-top: 30px;
}

.knowmentors .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.reslt-region .grid{
    min-height: 145px;
}

.our-programs .col-md-3 {
    width: 100%;
}

.our-programs .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
}

.feature_box h4 {
    margin-top: 10px;
    color: #000;
/*    font-size: 12px;*/
    font-weight: 700;
    margin-bottom: 0px;
}
.feature_box {
    padding: 10px 5px;
    box-shadow: 0 10px 30px 0 rgb(54 56 110 / 15%);
    background-color: #fff;
    min-height: 100px;
    margin-bottom: 15px;
}
.mCustomScrollbar {
    position: relative;
    height: initial;
   
}
.feature_box p {
    margin: 0px;
/*    display: none;*/
}
.feature_box img {
    width: 45px; margin-bottom: 8px;
}


.services-pad{
    width: 78%;
}

.services-pad h3 {
    font-size: 14px;
}

    #testi1 .our-result-block{
        background-color: transparent;
    }

    .item-topper {
    width: 100%;
    margin-right: 0;
    margin-top: 30px;
}

#testi1 .our-promise-block .winner-goal li {
    position: relative;
    font-size: 14px;
    width: 46%;
    float: left;
    min-height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

   

.hidecontent {
    display: none;
}

.btn-click {
    font-size: 14px;
    color: #0b76d8;
    margin-top: 15px;
}

.show_hide {
    display: inline-block;
}

.less_hide {
    display: none;
}

.showcontent {
    display: block;
}

.showcontent + .show_hide {
    display: none;
}

.showcontent ~ .less_hide {
    display: block;
}

.innerboxesdesgin ul{
    min-height: inherit;
}

    .banner-wrapper h1{
        font-size:30px;
    }
    h2.block-title{
        font-size:22px;
    }
.h3, h3 {
 font-size: 18px;
}   
    

.banner-wrapper h2.page-title {
        font-size: 15px;
    line-height: 24px;
}

.choose-goal{
    text-align: center;
}

.program-content{
    margin-bottom:15px;
}

.startlearningblock {
    padding: 35px 0;
}

.startlearningblock .row {
    display: inherit;
}


.learningcontent {
padding-right: 0;
margin-bottom: 30px;
}

.multiboxwrap{
    height: auto;
}

.multiboxleft{
    width: 50%;
}
.multiboxright {
    padding-left: 15px;
    width: 50%;
}

.multiboxitem{
width: 100%;
height: 100px;
margin-bottom: 15px;
background-size: 75px !important;
}

.startcontent {
    padding-left: 15px;
}

.tagcount {
    font-size: 18px;
}

.tagplus {
    font-size: 18px;
}
.tag-text {
font-size: 14px;
line-height: 16px;

}

.winner-goal ul {
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
}

.winner-goal li{
width: 48%;
margin-right: 5px;
padding: 25px 5px 5px 5px;
text-align: center;
font-size: 12px;
justify-content: center;
}


.winner-goal li span {
/*    width: 32px;
    height: 32px;
    background-color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 32px;
    display: inline-block;
    position: absolute;
    left: 50%;
    top: -12px;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);*/
}

.winner-goal li img {
    max-height: 20px;
}

.msg-block h3 {
    font-size: 22px;
    margin-top: 0;
    color: #fff;
    margin-bottom: 20px;
}

.msg-block {
    padding: 20px 30px;
}
    
}


@media only screen and (max-width: 480px) {
    .banner-wrapper h1{
        font-size:24px;
    }
    
        h2.block-title{
        font-size:20px;
    }
    
.choose-goal ul li a{
padding: 7px 16px;
margin: 5px 0;
font-size: 13px;
}   

.sixth-part {
border-radius: 0;
    text-align: center;
    min-height: 125px;

}

.services-icon {
    float: none;
    margin: 0 auto;
}

.services-pad {
    padding-left:0;
    width: 100%;
}
    
}


.pdf-tabs {
border-bottom: none;
margin-top: 5px;margin-bottom: 30px;
display: inline-block;
width: 100%;
text-align: center;
}
.pdf-tabs li a {
    background: #06273f !important;
    border-radius: 0px;
    padding: 8px 26px;
    display: inline-block;
    text-decoration: none;
    border: none;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
}
.pdf-tabs li {list-style: none;display: inline-block;margin-right: 1px;padding: 0 !important;}
.pdf-tabs li a.active {
background:#F15A22!important;
position: relative; border: none;color: #fff;
}
.pdf-tabs li a.active:hover, .pdf-tabs li a.active:focus {
border: none;
}
.pdf-tabs li a.active:after {
width: 0;
height: 0;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
border-top: 10px solid #F15A22;
position: absolute;
content: "";
top: 40px;
left: 42%;
}

.pdf-tabs li.active a {
color:   #fff !important;
}

.result-item img {
    max-height: 110px;
    border-radius: 50%;
    width: 59px;
    height: 60px;
    border: 1px solid #f15a22;
    padding: 2px;
}

.result-wraper .result-item{background-color: #fff;min-height: 140px;float: left;width: 16.66666667%;
  padding: 12px 6px;position: relative;
text-align: center;border: 1px #eee solid;-webkit-transition: ease-in-out 0.5s;-moz-transition: ease-in-out 0.5s;-o-transition: ease-in-out 0.5s;
transition: ease-in-out 0.5s;}

.result-wraper .result-item:hover{
border-color: #ff692e;
}

.result-wraper .result-item .result-user img{
border-radius: 50%;
width: 90px;
height: 90px;
border: 4px #ffe7e7 solid;
}
.result-wraper .result-item p {
    margin-bottom: 0px;
    font-size: 12px;
}
.result-wraper .result-item h3 {
    font-size: 15px;
    color: #f15a22;
    margin: 5px 0 5px;
    font-weight: 600;
    line-height: inherit;
}
.result-wraper .result-item h6 {
    font-size: 18px;
    color: #333;
    margin: 15px 0 5px;
    font-weight: 600;
    line-height: inherit;
}
.result-wraper .result-item h5 {
    font-size: 14px;
    color: #333;
    font-weight: 600;
    margin: 0;
}
.result-wraper h4 {
    font-size: 20px;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 0px;
    position: relative;
    text-align: center;
    background: #ffefb5;
    padding: 10px 0;
}

.testmonials-pull {
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    background-image: url("https://clsite-file.s3.amazonaws.com/MBA/2020/cat-mba/cat-scholarship-test/106960_slider-1.jpg");
    position: relative; 
}
.testmonials-pull:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    content: "";
}

.testmonials-pull .slick-prev{
    left:0!important;
    background-image: url(../img/left-arrow.png);

}
.testmonials-pull .slick-next {
    right:0;
    background-image: url(../img/right-arrow.png);
}
.testmonials-pull .slick-arrow{
    position: absolute;
    z-index: 9;
    border: 0;
    background-repeat: no-repeat;
    font-size: 0;
    top: 50%;
    width: 35px !important;
    height: 35px !important;
    padding: 0;
    cursor: pointer;
    background-color:#f15a22!important;
    background-size: 18px;
    background-position: center;
    border-radius: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}


.pdf-tabs {
border-bottom: none;
margin-top: 5px;margin-bottom: 30px;
display: inline-block;
width: 100%;
text-align: center;
}

/* Slider */
.slick-slider{
	position: relative;
	display: block;
	box-sizing: border-box;		
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;		
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
	clear:both;
	padding:0;
}		
.slick-list{
	position: relative;		
	display: block;
	overflow: hidden;		
	margin: 0;
	padding: 0;
}
.slick-list:focus{
	outline: none;
}
.slick-list.dragging{
	cursor: pointer;
	cursor: hand;
}		
.slick-slider .slick-track,
.slick-slider .slick-list{
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}		
.slick-track{
	position: relative;
	top: 0;
	left: 0;		
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.slick-track:before,
.slick-track:after{
	display: table;		
	content: '';
}
.slick-track:after{
	clear: both;
}
.slick-loading .slick-track{
	visibility: hidden;
}		
.slick-slide{
	display: none;
	float: left;		
	height: 100%;
	min-height: 1px;
	margin-bottom: 0px;
}
[dir='rtl'] .slick-slide{
	float: right;
}
.slick-slide.slick-loading img{
	display: none;
}
.slick-slide.dragging img{
	pointer-events: none;
}
.slick-initialized .slick-slide{
	display: block;
}
.slick-loading .slick-slide{
	visibility: hidden;
}
.slick-vertical .slick-slide{
	display: block;		
	height: auto;		
	border: 1px solid transparent;
}
.slick-arrow.slick-hidden{
	display: none;
}		
.slick-dots{
	display:none !important;
}
.sub-heading {
    margin-bottom: 20px;
    position: relative;
}
.testmonials-pull .slick-arrow{
	position: absolute;
	top: 50%;
	z-index: 9;
	border: 0;
	background-color: transparent;
	background-repeat: no-repeat;
	font-size: 0;
	width: 14px;
	height: 24px;
	padding: 0;
	cursor: pointer;
}
.testmonials-pull .slick-arrow:focus{
	outline:0 !important;
}
.testmonials-pull .slick-prev{
	background-image: url(/cat-mba/images/left-arrow.png);
	left: -10px;
}
.testmonials-pull .slick-next{
	background-image: url(/cat-mba/images/right-arrow.png);
	right: -10px;
}
.difnt-con-pag-acod h2{
	margin-top: 0;
	color: #fff;
	font-weight: bold;
	margin-bottom: 0px;
}
.box-top .categorydefin{
	display:none;
}
.box-top p{
	font-size: 15px;
    background-image: initial;
	min-height:220px;
}
.boxes-testmonials{
	transform:initial;
	-webkit-transform:initial;
	position:relative;
}
.readmoretest {
	margin-top:10px;
}
.readmoretest a{
	line-height: 41px;
    padding: 0 22px;
    font-size: 14px;
    background-color: #ff692e;
    color: #fff;
    border-radius: 0;
    font-weight: bold;
    border-color: transparent;
}
.readmoretest a:hover{
	background-color: #ff692e;
	color:#fff;
	border-color: #ff692e;
}
/* Min height define boxes category wise */
.box-top p, .box-bttm h3, .box-bttm h4{
	font-family:'Roboto', Helvetica, sans-serif;
    color: #000;
	line-height: 1.6;
	text-align:center;
}
.box-bttm h3, .box-bttm h4{
	line-height: 1.1;
}
/* #night classes */
.night-classes-test .box-top p{
	min-height: 240px;
}
.mentors-details .col-md-2 {
    width: 25%;
}

.mentors-details .mentor-profile{
   background-color: rgba(103, 103, 103, 0.5);
   text-align: center;
   padding: 25px 15px;
   min-height: 260px;
   border-radius: 5px;
   color: #fff;
   }

.mentors-details .mentor-profile img,
.mentors-details .mentor-profile i{
    border-radius: 50%;
    display: inline-block;
    margin-bottom: 15px;
    border: 3px #fff solid;
    width: 80px;
    height: 80px;
    background-color: #fff;
    padding: 3px;
}

.mentors-details .mentor-profile i{
    text-align: center;
font-size: 34px;
line-height: 80px;
}

.mentors-details .mentor-profile h5{
    font-size: 16px;
    margin-top: 0px;
    padding: 0;
    margin-bottom: 10px;
	color: white;
}
.container-fluid.reslt-four {
    padding: 0 40px;
}
.mentor-profile p {
    line-height: 23px!important;
    margin: 0;
    font-size: 14px!important;
}



#testi{
background-image: url("https://www.careerlauncher.com/sat/coaching-classes/img/banner-bg.jpg");
background-size: cover;
background-position: center;
  padding: 40px 0;
}


#testi:before{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color:
rgba(0, 0, 0, 0.6);
content: "";
}

#testi h2{
  color: #fff;
}

#testi .carousel-item{
background-color:
rgba(255, 255, 255, 0.15);
text-align: center;
padding: 25px 15px;
min-height: 300px;
border-radius: 5px;
color:#fff;
line-height: 21px;
font-size: 14px;
}

#testi .carousel-item .img-box img{
width: 75px;
border-radius: 50%;
display: inline-block;
margin-bottom: 15px;
height: 75px;
padding: 3px;
background-color: #fff;
}

#testi .carousel-item .overview {
text-transform: capitalize;
color:#abeadb;
font-size: 14px;
font-weight: 400;
  font-style: italic;
}

#testi .carousel-item .overview strong {
color: #f5b325;
  font-weight: 500;
}

.test-user{
  font-size:16px;
  font-weight: 600;
  color: #f5b325;
  margin-bottom: 10px;
}

#testi .carousel-item .img-box i{
font-size: 20px;
background-color:#fff;
color:#ee6723;
width: 50px;
height: 50px;
border-radius: 50%;
line-height: 40px;
margin: 10px 0;
border: 5px #ddd solid;
}

.slick-dots{
    display: none!important;
}

#testi .slick-slide &gt; div{
  padding: 0 10px;
}

#testi .slick-prev, 
#testi .slick-next{
z-index: 9;
width: 42px;
height: 25px;
line-height: 25px;
position: absolute;
border-radius: 0px;
border: none;
font-size: 0px;
background-color: transparent;
top: -40px;
cursor: pointer;
padding: 0;
}

#testi .slick-prev{
right: 26px;
}
#testi .slick-next{
    right: 0;
}

#testi .slick-prev:before, 
#testi .slick-next:before {

    font-family: FontAwesome;
    font-size: 16px;
    color: #fff;
    opacity: 1;
    background-color: #ee6723;
    width: 25px;
    height: 25px;
    line-height: 25px;
    display: inline-block;
    text-align: center;
}

#testi .slick-prev::before {
    content: "\f053";
}

#testi .slick-next::before {
    content: "\f054";
}


/* Testimonails close*/


.white, .text-white {
    color: #ffffff;
}

.ms ul {
    padding: 15px;
    background: #f5faff;
}

.ms ul li {
    list-style: outside none none;
    margin: 0;
    padding: 7px 0 7px 22px;
    position: relative;
    text-align: left;
    color: #333;
    font-size: 14px;
}

.ms ul li::before {
    color: #ffffff;
    content: "\f00c";
    font-family: "FontAwesome";
    font-size: 9px;
    left: 0;
    position: absolute;
    top: 9px;
    font-weight: 600;
    background: #f26530;
    border-radius: 5px;
    height: 15px;
    width: 15px;
    line-height: 15px;
    text-align: center;
}

.mst ul {
    
}

.mst ul li {
    list-style: outside none none;
    margin: 0;
    padding: 7px 0 7px 22px;
    position: relative;
    text-align: left;
    color: #333;
    font-size: 14px;
}

.mst ul li::before {
    color: #ffffff;
    content: "\f00c";
    font-family: "FontAwesome";
    font-size: 9px;
    left: 0;
    position: absolute;
    top: 9px;
    font-weight: 600;
    background: #f26530;
    border-radius: 5px;
    height: 15px;
    width: 15px;
    line-height: 15px;
    text-align: center;
}

.butns img {
    margin: 0px auto;
    max-height: 400px;
}

.butnsi .btn {
    background-color: #F15A22;
    border: 0 none;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    margin-top: 30px;
    padding: 0px 15px;
    text-align: center;
    border-radius: 3px;
    line-height: 36px;
}

.lkuiop{ background: #e9fafd; }

.process .service-item {
    background-color: #fff;
    margin: 0 auto;
    min-height: 220px;
    padding: 15px 10px;
    transition: .5s ease;
    position: relative;
    box-shadow: 0 5px 47.2px 11.8px rgb(19 30 74 / 10%);
}
.process .service-item .mCustomScrollbar {
    position: relative;
    height: 200px;
    overflow: auto;
    -ms-touch-action: pinch-zoom;
    touch-action: pinch-zoom;
}

.process .service-item h5 {
    color: #1d274e;
    font-size: 21px;
    font-weight: 600;
    margin-top: 20px;
    padding-bottom: 15px;
    margin-bottom: 0px;
}
.process .service-item img {
    margin: 8px auto;
}
.process .service-item p{ margin-bottom: 0px; }


.copntheffil{
position: relative;
z-index: 1;
overflow: hidden;
}
.copntheffil::after {
    position: absolute;
    left: 50%;
    top: 0;
    content: "";
    height: 150%;
    width: 200%;
    background: #f5f5ff;
    z-index: -1;
    transform: translate3d(-50%,-50%,0);
    border-radius: 50%;
}

.requirement h6{font-size: 16px;
    color: #222;
    line-height: 24px; margin:0;}


.bg-dark {
    background: #6b2ace none repeat scroll 0 0;
}


.white, .text-white {
    color: #ffffff;
}
.neet{ background: #eefeff;}


.sepreat {
    background-image: url(../img/pattern-img.png);
    background-repeat: no-repeat;
    position: absolute;
    content: "";
    top: 50px;
    z-index: 1;
    width: 98px;
    height: 144px; left: -27px;
}


/* mCustom scroll bar settings */
.mCustomScrollbar{
    position: relative;
    height: 100px!important;
    overflow: auto;
    -ms-touch-action: pinch-zoom;
    touch-action: pinch-zoom;
}
.mCustomScrollBox {
    position: relative;
    overflow: hidden;
    height: 100%;
    max-width: 100%;
    outline: none;
    direction: ltr;
}
.mCSB_container {
    overflow: hidden;
    width: auto;
    height: auto;
}
.mCSB_inside &gt; .mCSB_container {
    margin-right: 10px;
}
.mCSB_scrollTools {
    position: absolute;
    width: 16px;
    height: auto;
    left: auto;
    top: 0;
    right: 0;
    bottom: 0;
}
.mCSB_scrollTools .mCSB_draggerContainer {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    height: auto;
}
.mCSB_scrollTools .mCSB_dragger {
    cursor: pointer;
    width: 100%;
    height: 30px;
    z-index: 1;
}
.mCSB_scrollTools .mCSB_draggerRail {
    width: 6px;
    height: 100%;
    margin: 0 auto;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    background-color: rgba(0, 0, 0, .1);
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    position: relative;
    width: 4px;
    height: 100%;
    margin: 0 auto;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    text-align: center;
    background-color:#f15a22;
}
.currentafbox .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    background-color: rgb(105, 204, 68);
}
</pre></body></html>