<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:300,400,500,700,900&amp;display=swap');
*{margin:0px; padding:0px;}
body{font-size:15px; font-family: 'Roboto', sans-serif; color:#323232; font-weight:400; line-height:25px;letter-spacing: 1.3px;}
p{letter-spacing: 1.3px;}
h1, h2, h3, h4, h5, h6{font-family: 'Roboto', sans-serif;}
a:focus, a:active, a{ outline:0!important; border: 0; }
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: none!important;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}


button {outline: none; }
.mar-50{ margin-top:40px!important;}
.mar-20{ margin-top:20px!important;}
.mar-t-50{ margin-top:20px;}
.mar-btm{ margin-bottom: 30px; }
section {padding:40px 0; position:relative;}
section h2 {
    font-size: 32px;
    line-height: 40px;
    color: #1d274e;
    text-transform: none;
    font-weight: 700;
    font-style: normal;
    margin-top: 0px;
    padding-bottom: 13px;
}
section h2:after {
    background: #f15a22 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    display: block;
    height: 3px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 75px;
}
section h3 {
    font-size: 20px;
    color: #1d274e;
    text-transform: none;
    font-weight: 700;
    font-style: normal;margin-top: 0px;
}


/* ------- Demo 2 wave animation --------- */
.wave-effect {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 150px;
  overflow: hidden;
}

.shape-one {
  z-index: 15;
  opacity: 0.5;
}

.shape-two {
  z-index: 10;
  opacity: 0.75;
}

.shape-three {
  z-index: 5;
}

.wave {
  position: absolute;
  left: 0;
  width: 200%;
  height: 100%;
  background-repeat: repeat no-repeat;
  background-position: 0 bottom;
  transform-origin: center bottom;
}

.waves-shape {
  position: absolute;
  bottom: -1px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.wave-one {
  background-size: 50% 100px;
}

.wave-anim .wave-one {
  animation: move-wave 3s;
  -webkit-animation: move-wave 3s;
  animation-delay: 1s;
}

.wave-two {
  background-size: 50% 120px;
}

.wave-anim .wave-two {
  animation: move_wave 10s linear infinite;
}

.wave-three {
  background-size: 50% 100px;
}

.wave-anim .wave-three {
  animation: move_wave 15s linear infinite;
}

@keyframes move_wave {
  0% {
    transform: translateX(0) translateZ(0) scaleY(1);
  }

  50% {
    transform: translateX(-25%) translateZ(0) scaleY(0.55);
  }

  100% {
    transform: translateX(-50%) translateZ(0) scaleY(1);
  }
}



.video-section .container{
    position: relative;
    z-index: 9;
}


.baner-region {
    position: relative;
    background: url(https://www.careerlauncher.com/ipl/predict-the-winner/images/bg.jpg) center center/cover no-repeat;
    text-align: center;
    padding: 80px 0;
}

.baner-region .bg-overlay {
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
    height: 100%;
    position: absolute;
    right: 0;
    opacity: inherit;
    top: 0;
    width: 100%;
}


.sepreat {
    background-image: url(https://www.careerlauncher.com/delhi/achievers-meet/img/pattern-img.png);
    background-repeat: no-repeat;
    position: absolute;
    content: "";
    top: 50px;
    z-index: 1;
    width: 163px;
    height: 207px;
    left: -34px;
    background-size: 74%;
}

.baner-region h1 {
       font-size: 50px;
    line-height: 1.18;
    margin-top: 0px;
    margin-bottom: 30px;
    font-weight: 600;
    color: #eae9e9;
}
.baner-region h1 span{
    color:dc5320; border-bottom:1px solid #dc5320; color:#dc5320;
}
.baner-region p{ font-size: 16px; color: #fff; line-height: 23px;}
.baner-region p span {
    font-size: 16px;
    font-weight: 600;
}

.baner-region .btn {
    background-color: #F15A22;
    border: 0 none;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    padding: 0px 20px;
    text-align: center;
    border-radius: 2px;
    width: auto;
    line-height: 40px;
    margin: 0 4px;
}

#demo {
    padding: 15px 0 0 0;
}
#demo a {
    color: #f17a4c;
    text-decoration: none; font-weight: 700;
}
#demo a:focus, #demo a:hover {
    color: #f17a4c;
    text-decoration: underline;
   
}
.baner-region h2 {
    font-size: 19px;
    color: #eae9e9;
    line-height: 1.40;
    margin-top: 0px;
    margin-bottom: 15px!important;
    font-weight: 400;
    max-width: 800px;
    text-align: center;
    margin: 0 auto;
}
.baner-region h2:after, .footerregion h2:after, .footerregion .companypartreg h2:after {
    content: inherit;
    display: none;
}

.baner-region h3 {
position: relative;
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 30px;
    padding: 6px 15px;
    display: inline-block;
    color: #ef5b2e;
    margin-top: 0;
    background: #fff;
}

.baner-region h3::after {
    width: 0;
    height: 0;
    border-right: 18px solid #fff;
    border-left: 18px solid transparent;
    border-top: 17px solid transparent;
    position: absolute;
    content: "";
    top: 0px;
    left: -36px;
    border-bottom: 17px solid transparent;
}
.baner-region h3::before {
    width: 0;
    height: 0;
    border-left: 18px solid #fff;
    border-right: 18px solid transparent;
    border-top: 17px solid transparent;
    position: absolute;
    content: "";
    top: 0px;
    right: -36px;
    border-bottom: 17px solid transparent;
}

.baner-region h5 {
    font-size: 21px;
    color: #dc5320;
    margin-top: 0;
    position:relative;
    display: inline-block;
    font-weight: 300;
    border-bottom: 1px solid #fff;
}
.baner-region h5 a{
    color: #fff;
}
.baner-region h5 .fa {
    color: #fff;
    content: "\f107";
    font-family: "FontAwesome";
    font-weight: 600;
    font-size: 22px;
}

.form-box h4 {
    color:#515151;
    font-size: 22px;
    padding-bottom: 5px;
    text-align: center;
    margin-top: 0px;
    font-weight: 600;
}
.form-group {
    margin-bottom: 15px!important;
}
.form-box {
    background: #ffffff none repeat scroll 0 0;
    padding: 25px 25px;
    border-radius: 0px;
    box-shadow:0 0.625rem 0.938rem 0 rgb(59 55 188 / 50%);
}
.form-control {background: #fff none repeat scroll 0 0;border-radius:3px;box-shadow: none;color: #6b7c8a;font-size: 15px;
    border: 1px solid #e0e0e0; height: 38px;margin-bottom: 0px;padding-left: 15px;letter-spacing: 1.2px;}
.form-box .btn {
    background-color: #f15a22;
    border: 0 none;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    margin-top: 0px;
    padding: 8px 30px;
    border-radius: 3px;
    width: 100%;
    margin-bottom: 0px;
    letter-spacing: 1.3px;
}

.ms  {
    list-style: outside none none;
    margin: 0 0 15px 0;
    padding: 0;letter-spacing: 1.3px;
}

.ms  li {
    list-style: outside none none;
    margin: 0;
    padding: 3px 0 3px 25px;
    position: relative;
    text-align: left;
    font-size: 15px;
    color: #333;
}

.ms  li::before {
   color: #FF692E;
    content: "\f0a4";
    font-family: "FontAwesome";
    font-size: 14px;
    left: 0;
    position: absolute;
    top: 4px;  font-weight: 600;   
}
.form-group select {
-moz-appearance: none;
-webkit-appearance: none;
background-image: url("https://www.careerlauncher.com/foundation/img/dropdown.png");
background-position: 96% center;
background-repeat: no-repeat;
}
.form-control:focus {
border-color: none;
outline: 0;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
box-shadow: none;
}
input::placeholder { font-size:14px;color:#8B8B8B;}
.form-group img {
    color:#44355b;
    left: 14px;
    line-height: 64px;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translate(10px, -54%);
    width: 20px;
}
.sub-heading {
    margin-bottom: 30px;
    position: relative;
}
  

.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%;
}
.copntheffil .col-md-4:nth-child(3) ~ * {
    margin-top: 30px;
}
.copntheffil img{width: 100px !important;
    width: 65px !important;
    margin: 8px auto;
    }
.copntheffil h5{color: #1d274e;
    font-size: 18px;
    font-weight: 600;
    margin-top: 20px;
    padding-bottom: 15px;
    margin-bottom: 0px;}
.copntheffil p{line-height: 20px;margin:0;}


.faculty {
    position: relative;
    z-index: 1;
}
.faculty::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    background: url(../img/shape-3.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0.05;
    z-index: -1;
}
.bg-dark {
    background: #6b2ace none repeat scroll 0 0;
}
.faculty img {
    border-radius: 5px;
    width: 70px;
}
.faculty h4 {
    text-transform: capitalize;margin-top: 20px;
    font-weight: 600;color: #fff;
}
.faculty span {
    display: inline-block;
    margin-bottom: 15px;font-weight: 500;
    color: #fff;
}
.faculty p {
    margin: 0;color: #fff;
}
.faculty .item {
    min-height: 240px;
}
.faculty .col-md-6:nth-child(2) ~ * {
    margin-top: 30px;
}
.faculty .client-info {
    position: relative;
    display: block;
}
.faculty .client-info .image, .faculty .client-info .title {
    display: table-cell;
    vertical-align: middle;
}
.faculty .client-info .title {
    padding-left: 20px;
}


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

.schedule-btn{

}

.schedule-btn a.btn{
    background-color: #694f8e;
    color: #fff;
    padding:8px 16px;
    margin:4px;
}

.schedule-btn a.btn10{
background-color: #ee6723;
}


.about{}
.watch::before {
    background: url(../img/dot_flow_1.png) left top no-repeat;
    content: '';
    position: absolute;
    width: 548px;
    height: 150px;
    top: 28px;
    left: -65px;
}
.watch::after {
background: url(../img/dot_box_1.png) left top no-repeat;
    content: '';
    position: absolute;
    width: 183px;
    height: 235px;
    bottom: 25px;
    right: 40px;
}
/*-------------------------------------------------------------------------------------
    video area
---------------------------------------------------------------------------------------*/

.align-middle {
    vertical-align: middle!important;
}
.video-player-wrap{
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 200px;
    background-image: url(https://i.ytimg.com/vi/nes3MJ84m7g/sddefault.jpg);
    background-repeat: no-repeat;
    background-position: left center;
    z-index: 9;
    background-size: cover;
}
.video-player-wrap.wrap {
    background-image: url(https://i.ytimg.com/vi/GBUfKIh1jVw/sddefault.jpg);
}

.video-player-wrap.wrap1 {
    background-image: url(https://i.ytimg.com/vi/ZKRKH7HiohY/sddefault.jpg);
}


.video-player-wrap.wrap2 {
    background-image: url(https://i.ytimg.com/vi/VWVjqoeJiEA/sddefault.jpg);
}
.video-player-wrap.wrap3 {
    background-image: url(https://i.ytimg.com/vi/X4FWRsgK6_4/sddefault.jpg);
}
.video-player-wrap.wrap4 {
    background-image: url(https://i.ytimg.com/vi/Q0Rd4WBk7Kk/sddefault.jpg);
}
.video-player-wrap.wrap5 {
    background-image: url(https://i.ytimg.com/vi/C4rY42Wg5A4/sddefault.jpg);
}


.video-player a {
    display: inline-block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    font-size: 30px;
    line-height: 80px;
    padding: 0 28px;
    background-color: #ff4e56;
color:    #fff;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
}

.video-player a:hover {
    background-color: #ff4e56;
    color: #fff;
}

.video-player a:after {
    content: "";
    position: absolute;
    left: -5px;
    top: -5px;
    height: 90px;
    width: 90px;
    border: 3px solid #ff4e56;
    border-radius: 50%;
    -webkit-animation: icon-bubble 1s infinite forwards linear;
    animation: icon-bubble 1s infinite forwards linear;
}

.video-player a:before {
    content: "";
    position: absolute;
    left: -5px;
    top: -5px;
    height: 90px;
    width: 90px;
    border: 3px solid #ff4e56;
    border-radius: 50%;
    -webkit-animation: icon-bubble 1s infinite forwards linear 0.5s;
    animation: icon-bubble 1s infinite forwards linear 0.5s;
}



.video-cont.two .video-player {
    margin: 50px 0 0;
}

@-webkit-keyframes icon-bubble {
    0% {
        -webkit-transform: scale(0.85);
        transform: scale(0.85);
        opacity: 1;
    }

    25% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        opacity: 0.8;
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0.55;
    }

    75% {
        -webkit-transform: scale(1.32);
        transform: scale(1.32);
        opacity: 0.3;
    }

    100% {
        -webkit-transform: scale(1.4);
        transform: scale(1.4);
        opacity: 0;
    }
}

@-webkit-keyframes icon-bubble {
    0% {
        -webkit-transform: scale(0.85);
        transform: scale(0.85);
        opacity: 1;
    }

    25% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        opacity: 0.8;
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0.55;
    }

    75% {
        -webkit-transform: scale(1.32);
        transform: scale(1.32);
        opacity: 0.3;
    }

    100% {
        -webkit-transform: scale(1.4);
        transform: scale(1.4);
        opacity: 0;
    }
}

@keyframes icon-bubble {
    0% {
        -webkit-transform: scale(0.85);
        transform: scale(0.85);
        opacity: 1;
    }

    25% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        opacity: 0.8;
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0.55;
    }

    75% {
        -webkit-transform: scale(1.32);
        transform: scale(1.32);
        opacity: 0.3;
    }

    100% {
        -webkit-transform: scale(1.4);
        transform: scale(1.4);
        opacity: 0;
    }
}

/* #Colobox css */
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden; -webkit-transform: translate3d(0,0,0);}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}
#cboxOverlay{background:url(../img/bg_img.png) repeat 0 0; opacity: 0.9; filter: alpha(opacity = 90);}
#cboxLoadedContent{position:relative;}
#cboxClose {
    background-image: url(../img/crossiconresu.jpg);
    height: 36px;
    right: 0px;
    top: 5px;
    width: 36px;
    position: absolute;
    border: 0;
    background-repeat: no-repeat;
    font-size: 0;
    background-color: transparent;
    z-index: 999;
}
#inline_content{padding: 20px;}
#colorbox *, #colorbox *:focus{outline: 0px !important;}
.popup-outer{min-width:600px;max-width:600px;}
.fixed {position: fixed;}

.youtube-player {
    position: relative;
    padding-bottom: 56.23%;
    /* Use 75% for 4:3 videos */
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #000;
    margin: 0px;
}
.youtube-player iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: transparent;
}
.youtube-player img {
    bottom: 0;
    display: block;
    left: 0;
    margin: auto;
    max-width: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    height: auto;
    cursor: pointer;
    -webkit-transition: .4s all;
    -moz-transition: .4s all;
    transition: .4s all;
}
.youtube-player img:hover {
    -webkit-filter: brightness(75%);
}
.youtube-player .play {height: 72px;width: 72px;left: 50%;top: 50%;margin-left: -36px;margin-top: -36px;position: absolute;
background: url("//i.imgur.com/TxzC70f.png") no-repeat;cursor: pointer;}
.imagefld-con img {width: 100%; height: 220px;}
.imagefld-cons img {width: 100%; height: 280px;}

/*-------------------------pop up video -------------------------------------------------------*/


#back-to-top{width: 54px;height: 54px;position: fixed;bottom: 30px;right: 20px;font-size: 27px;border-radius: 50%; line-height:54px;z-index: 99;display: none;
color: #fff;text-align: center;cursor: pointer;background:#F15A22;}
#back-to-top::after {position: absolute;z-index: -1;content: '';top: 100%;font-size: 18px;left: 5%;height: 10px;width: 90%;opacity: 1;
background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
background: -webkit-radial-gradient(center ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}


.two-button{
text-align: center;
}

.two-button a{
background-color: #fd5e03;
color: #fff;
text-align: center;
padding: 10px 30px;
margin: 0 5px;
font-size: 16px;
}

.two-button a:hover,
.two-button a:focus{
    background-color: #333;
    color: #fff;
}

.two-button a i{
    margin-right:4px;
}

.two-button .pdf-10{
    background-color: #7c35e9;
}

.rm-link {
    background-color: #ee6723;
    color: #fff !important;
    padding: 3px 6px;
    border-radius: 3px;
    float: left;
    font-size: 13px;
    margin-top:-5px;

}

.mentors-details .col-md-2 {
    width: 25%;
}

.mentors-details .mentor-profile{
   background-color:#fff;
   text-align: left;
   padding: 30px 30px; position: relative;
   min-height: 235px;
   border-radius: 0px; margin-bottom: 30px;

   }

.mentors-details .mentor-profile:before {
    border-top-color: #fff!important;
    border-width: 22px 0px 0px 33px!important;
    margin-left: 0px;
}
.mentors-details .mentor-profile:before {
    top: 100%;
    right: 130px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
} 

.mentors-details .mentor-profile:after {
    content: "";
    background: url(https://dtwhistledev.wpengine.com/wp-content/themes/whistle/images/quote.png) 0px 0px no-repeat;
    width: 81px;
    height: 71px;
    position: absolute;
    font-size: 300px;
    font-weight: normal;
    line-height: 40px;
    color: #ededed;
    left: 9px;
    top: 4px;
    z-index: 999;
}


.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 h5 {
    font-size: 19px;
    margin-top: 0px;
    padding: 0;
    margin-bottom: 10px;
    color: #fff;
}
.mentors-details h6 {
    font-size: 16px;
    margin-top: 0px;
    padding: 0;
    margin-bottom: 10px;
    color: #63ff46;
}

.container-fluid.reslt-four {
    padding: 0 40px;
}
.mentor-profile p {
    line-height: 25px!important;
    margin: 0;

}
/* faq block start */

.accordion-panel{
    float: left;
    width: 100%;
    clear: both;
    margin-bottom: 0;
}

.accordion-panel .panel {
width: 100%;
margin-bottom: 10px !important;
box-shadow: inherit;
padding: 0;
border: none;
}

.accordion-panel .panel-default&gt;.panel-heading {
  color: #333;
  background-color: #fff;
  border-color: #ffff;
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.accordion-panel .panel + .panel {
    margin-top: 15px;
}
.accordion-panel .panel-default&gt;.panel-heading a {
display: block;
    padding: 20px 0px 20px 55px;
    color: #333;
    outline: none;
    box-shadow: 0 5px 15px 0 rgba(68,68,68,.1);
    position: relative;
}

.accordion-panel .panel-default&gt;.panel-heading a:after {
    content: "";
    position: absolute;
    top: 18px;
    display: inline-block;
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: 600;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: transform .25s linear;
    -webkit-transition: -webkit-transform .25s linear;
    border: 1px solid #222;
    border-radius: 50px;
    height: 20px;
    width: 20px;
    line-height: 20px;
    text-align: center;
    left: 22px;
}

.accordion-panel .panel-default&gt;.panel-heading a[aria-expanded="true"] {
  background-color:#c1b4f9;
}

.accordion-panel .panel-default&gt;.panel-heading a[aria-expanded="true"]:after {
  content: "\2212";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.accordion-panel .panel-default&gt;.panel-heading a[aria-expanded="false"]:after {
  content: "\002b";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.accordion-panel h4.panel-title{
  font-weight: 500;
}

.accordion-panel h4.panel-title a{
    text-decoration: none!important;
}

.accordion-panel .arrow-list{
  padding-left:0;
}

.accordion-panel .arrow-list li i{
  margin-right:4px;
}

.accordion-panel .panel .panel-body{
background-color: #fff;
    border: 0;
    padding: 25px 25px 25px;
    -webkit-box-shadow: 0 5px 15px 0 rgba(68,68,68,.1);
    box-shadow: 0 5px 15px 0 rgba(68,68,68,.1);
}


.arrow-list li{
    list-style: none;
}


.schedule-block{
    padding: 20px;
}

/* faq block close */





/* Testimonails start */

#testi{
background-image: url("https://www.careerlauncher.com/sat/coaching-classes/img/banner-bg.jpg");
background-size: cover;
background-position: center;
  padding: 60px 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: 15px;
min-height: 330px;
border-radius: 5px;
color:#fff;
line-height: 21px;
font-size: 14px;
}

#testi .carousel-item .img-box img{
width: 60px;
border-radius: 50%;
display: inline-block;
margin-bottom: 15px;
height: 60px;
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:20px;
  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*/













/* product page css start */


.programs-table ul {
    margin-top: 0px;
    text-align: center;
    border-bottom: 0px;

}


.programs-table ul li {
    float: none;
    display: inline-block;
}

.nav-tabs&gt;li.active&gt;a, .nav-tabs&gt;li.active&gt;a:focus, .nav-tabs&gt;li.active&gt;a:hover {
    color: #fff;
    cursor: default;
    background-color: #694f8e;
    border:none;
    border-bottom-color: transparent;
}
.nav-tabs&gt;li&gt;a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    background: #eaebf5;
    color: #222;
}
.choseprog .checkicon {
  
border-bottom:1px solid #f3f3f3;
padding:10px;
border-left:1px solid #ededed;
border-right:1px solid #ededed;
    background:#fff;
    
    
}
   .choseprog.checkicon:last-child
   {
border-bottom:none;
   }
   .choseprog .btn{border-radius:2px;background-color:#F76C39;font-size:16px;color:#ffffff;padding:0 15px;font-weight:bold;line-height:45px;border-color:#F76C39;text-shadow:initial;width:100%;}

.box select {
    border: 1px solid rgba(68, 53, 91, 0.1);
    border-radius: 2px;
    height: 48px;
    margin-bottom: 10px;
    margin-top: 20px;
    width: 100%;
    padding-left: 10px;
    background: url("/cat-mba/online-classes/img/coupon.png"), url("/cat-mba/online-classes/img/down-arrow-black.png")  #f8f8f8;
        background-repeat: repeat, repeat;
        background-position-x: 0%, 0%;
        background-position-y: 0%, 0%;
    background-position: 5% 50%, 95% 50%;
    background-repeat: no-repeat;
    -webkit-appearance: none;
-moz-appearance: none;
}
.choseprog .checkicon h4{margin:0 0 4px 0;font-size:12px;color:#555555;line-height:1.5}
.feedback_box {
    background: url(../img/quotes-2.png) no-repeat right top #f8f8f8;
    min-height: 445px;
    border: 1px solid #eeeeee;
    padding: 30px;
}

[class^="iconimg"], .choseprog .checkicon .inercon:after, .jcrouselslideco .panel-body a:after{background-image:url("https://clsite-file.s3.amazonaws.com/MBA/2020/cat-mba/online-classes/106960_sprite.png");background-repeat:no-repeat}
.choseprog .checkicon .inercon{padding-left:35px;position:relative}
.choseprog .checkicon .inercon:after{position:absolute;content:"";width:18px;height:18px;left:0;background-position:-2px -110px;top:0}

.box {
    border: 1px solid #4999b8;
    float: left;
    width: 100%;
    overflow: hidden;
    min-height:610px;
    background:#f2f2f2;
    padding:10px;
    margin-top: 20px;
}


.rectangle-31 h4{
    min-height: 50px;
    margin-top: 20px;

}

.feature-content {
    float: left;
    min-height: 305px;
    width: 100%;
}

.rectangle-31 {
    border-radius: 2px;
    width: 100%;
    color: #324850;
    border: 1px solid #ededed;
    background: #f8f8f8;
    min-height: 90px;
    text-align: center;
}

.programs-table .clearfix{
    display: none;
}

/* product page css close */


.number {
    border: 1px solid #d7c3f5;
    padding: 20px 20px;
    text-align: left;
    box-shadow: 0 5px 15px 0 rgb(68 68 68 / 10%);margin-top: 25px;
}
.countsection h3 {
    font-size: 25px;
    color: #f15a22;
    font-weight: 900;
    text-align: center;
    margin-top: 0;
    margin-bottom: 15px;
}
.countsection h4 {
    margin: 0;
    color: #484848;
    text-align: center;
    font-weight: 500;
    font-size: 18px;
}


.author {
    display: inline-block;
    margin: 0px 0px 0px 25px;
    float: right;
}
.author img {
    border: 5px solid #fff;
    max-width: 100px; 
}
.mentors-details span {
    margin: 40px 0px 0px;
}
.mentors-details span {
    float: right;
    text-align: right;
    font-style: normal;
}

.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(https://www.careerlauncher.com/foundation/img/left-arrow.png);

}
.testmonials-pull .slick-next {
    right:0;
    background-image: url(https://www.careerlauncher.com/foundation/img/right-arrow.png);
}
.testmonials-pull .slick-arrow{
    position: absolute;
    z-index: 9;
    border: 0;
    background-repeat: no-repeat;
    font-size: 0;
    top: 32%;
    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%);
}



/* Thank you page */
.thanlkyou{
    background-color:#6b2ace;
    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: 16px;
}
.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;
}

.t-part {
    padding: 5px 10px;
    border: 1px solid #b7b7b7;
    border-radius: 5px;
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 20px;
}

.butns .btn {
    background-color:#F15A22;
    border: 0 none;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    padding: 0px 20px;
    text-align: center;
    border-radius: 2px;
    width: auto;
    line-height: 40px;
}

table thead {
    background: #99e7eb;
    font-size: 15px;
    font-weight: 600;
}
table th{}
table td{ padding:8px 15px!important;}
table {
    text-align: left; letter-spacing:1.2px;
}



.credential{font-family:'Roboto', Helvetica, sans-serif;}
.modal-header {background: #eaeaea;  }
button.close {background:#ff692e;border-radius: 50%;width: 30px;height: 30px;opacity: inherit;color: #fff!important;margin-top: -12px!important;margin-right: -12px; position:relative; z-index:999;}
h4.modal-title {text-align: center;}
button.close:focus, button.close:hover {color: #fff;text-decoration: none;cursor: pointer;filter: alpha(opacity=50);opacity: initial;}
.modal-body p{ font-size:14px;}
.journey-tabs .nav-tabs li, .credential .nav-tabs li {margin-bottom: 0;}
.credential .nav-tabs li a {padding: 5px 15px;}
.journey-tabs .nav-tabs li a, .credential .nav-tabs li a {background-color: #e6e6e6;color: #333;border: none !important;padding: 10px 15px;font-size: 16px;
-moz-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
-webkit-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;}
.journey-tabs .nav-tabs li.active &gt; a, .journey-tabs .nav-tabs li &gt; a:hover, .credential .nav-tabs li.active &gt; a, .credential .nav-tabs li &gt; a:hover {background-color:#405089;color: #fff;font-size: 16px;}
.credential .tab-content {background-color: #f3f3f3;padding: 20px;}
.credential .modal-dialog {width: 350px!important;}
.credential.pane .modal-dialog {width: 450px!important;}
.credential.pane .modal-header {
background: #eaeaea;
height: 0;
padding: 0;
min-height: 0;
border: none;
}


.modal-backdrop.in {
opacity: 0.7;
}



.register {
    position: relative;
}
.register::after {
    background: url(https://www.careerlauncher.com/cbse-ncert/images/testimonials-bg.png) center bottom/cover no-repeat local;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute; z-index: -1;
    left: 0;
    top: 0;
}

.service-item {
    background-color: #fff;
    margin: 0 auto;
    min-height: 350px;
    padding: 25px 20px;
    transition: .5s ease;
    position: relative;
    box-shadow: 0 0 11px 0px rgb(193 226 228);
}
.bg-blue {
    background-color: rgba(229, 180, 0, 0.1)!important;
    border-radius: 50%;
    height: 105px;
    width: 105px;
    line-height: 105px;
    text-align: center;
    padding: 10px;
    display: inline-block;
}
.service-item img {
    width: 100px !important;
    width: 65px !important;
    margin: 8px auto;
}
.service-item h5 {
color: #1d274e;
    font-size: 22px;
    font-weight: 600;
    margin-top: 15px;
    padding-bottom: 10px;
    margin-bottom: 0px;
}
.service-item p {
    line-height: 24px;
    margin: 0;
}
/* mCustom scroll bar settings */
.mCustomScrollbar{
    position: relative;padding-right: 6px;
    height: 170px;
    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);
}





@media only screen and (max-width: 767px) { 
.baner-region::before{ display:none;}
.baner-region h1 {font-size: 24px;margin-top: 0px;}
.baner-region h2 {
    font-size: 16px;
    margin-top: 0px;
    letter-spacing: 1.3px;
}

.baner-region .btn {

    font-size: 17px;
    font-weight: 600;
    padding: 0px 20px;
    text-align: center;
    border-radius: 2px;
    width: 100%;
    line-height: 36px;
    margin: 5px 0px;
}
.baner-region {
    position: relative;
    background: url(https://www.careerlauncher.com/ipl/predict-the-winner/images/bg.jpg) center center/cover no-repeat;
    text-align: center;
    padding: 50px 0;
}
.register::after{ display: none; }

section {padding: 40px 0;position: relative;}
.sepreat {display:none;}
section h2 {font-size: 21px;}
.sub-heading {margin-bottom: 20px; line-height: 25px;} 
.services-icon img {max-width: 50px;}
.services-pad {padding-left: 75px;}
.six-half .col-md-4:nth-child(1) ~ * { margin-top: 30px;}
.six-half h3 { font-size: 18px; margin: 0 0 15px 0;}
.faculty .col-md-6:nth-child(1) ~ * {
    margin-top: 30px;
}
.faculty .item {
    min-height: inherit;
    border: 1px solid #8c4af0;
    padding: 15px;
}
.neet .col-md-4:nth-child(1) ~ * {
    margin-top: 30px;
}
.watch .col-md-5:nth-child(1) ~ * {
    margin-top: 30px;
}
.faculty::after, .watch::before, .watch::after, .about img, .sepreatoradded{ display:none;}
.video-player-wrap, .video-player-wrap.wrap{ height:200px;}
#back-to-top{ bottom:40px;}
.popup-outer {
    min-width: 300px;
    max-width: 90%;
}
.credential.pane .modal-dialog {
    width: 100% !important;
    margin: 0;
    padding: 15px;
}
.mentors-details .col-md-2 {
    width:100%;
}

.programs-table ul li a {
    margin-right: 7px !important;
    letter-spacing: initial !important;
    padding: 10px 7px !important;
}

.register img {
    display: none;
}

.author img {
    border: 5px solid #fff;
    max-width: 70px;
}
.mentors-details h5 {
    font-size: 16px;
    margin-top: 0px;
    padding: 0;
    margin-bottom: 10px;
    color: #fff;
}
.mentors-details h6 {
    font-size: 13px;
    margin-top: 0px;
    padding: 0;
    margin-bottom: 10px;
    color: #63ff46;
}
.mentors-details span {
    margin: 28px 0px 0px;
}
.author {
    display: inline-block;
    margin: 0px 0px 0px 10px;
    float: right;
}
.mentors-details .mentor-profile {
    background-color: #fff;
    text-align: left;
    padding: 20px 20px;
    position: relative;
    min-height: 235px;
    border-radius: 0px;
    margin-bottom: 30px;
}


}

@media only screen and (max-width: 570px) { 
    .timer p{
        position: inherit;
    }

}

</pre></body></html>