<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:#222; font-weight:400; line-height:25px; letter-spacing: 0.5px;}
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;
}


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

section h3{ margin-top: 0px;margin-bottom: 20px; color: #222;}

.haif-bg .blink{
    color: #ff0000!important;
    font-size: 28px;
}
.pt-0{
    padding-top: 0 !important;
}

.pb-0{
    padding-bottom: 0 !important;
}

.button-wrap{
  background-color: #3a3973;
  padding: 20px 0;
}

.button-wrap a.btn-blue{
background-color: #ffdd2b;
    border: 0 none;
    color: #222;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 10px;
    padding: 0px 15px;
    text-align: center;
    border-radius: 3px;
    width: 100%;
    line-height: 35px;
    margin-right: 5px;
        -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;
}

.button-wrap a.btn-blue:hover{
  background-color: #f15a22;
  color: #fff;
}

.button-wrap p{
    color: #fff;
    font-size: 16px;
}

.blink_me {
animation: blinker 2s linear infinite;
}

@keyframes blinker {
50% {
opacity: 0;
}
}


.button-wrap h3{

    color: #fff;
}


.img-responsive{display:initial; width: 100%;}
.header-region{
	/* background: url("https://clsite-file1.s3.amazonaws.com/6858_cat-reapters.jpg"); */
    background:#ccecff;
    padding-top: 50px;
    padding-bottom: 50px;
}
/* .bg-overlay {
    background: linear-gradient(to right, #1c4ab2, #9424ea);
    opacity: 0.7;
    position: absolute;
    height: 100%;
    width: 100%;
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
} */
.info-msg {    padding: 10px;
    margin-bottom: 10px;
    display: inline-block;
    clear: both;
}
.info-msg a {
    background-color: #e85222;
    color: #fff;
    padding: 4px 12px;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    border-radius: 5px;
    text-decoration: none;
}
.info-msg p {
    font-size: 16px!important;
}

.header-region .container-fluid {
    padding-right: 80px;
    padding-left: 80px;
    margin-right: auto;
    margin-left: auto;
}




/* mCustom scroll bar settings */
.mCustomScrollbar{
    position: relative;padding-right: 6px;
    height: 100px;
    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);
}


/* ------- Demo 2 wave animation --------- */
.wave-effect {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  margin: auto;
  height: 120px;
  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);
  }
}


.logo{margin-bottom:0px}
.whitecolor *{color:#fff}
.left-cont-hed h1 {
    font-size: 40px;
    line-height: 1.18;
    margin-top: 0px;
    margin-bottom: 15px;
    font-weight: bold;
    color: #222;
}

.left-cont-hed h1 span {
    /* border-bottom: 1px solid #fbe41a;*/  color: #222; 
}


.left-cont-hed p{line-height:1.67;font-size:18px;}
.left-cont-hed h3 {
    margin-top: 0;
    font-size: 19px;
    font-weight: bold;
    margin-bottom: 10px;
   color: #222;

}

.msiil ul{
    list-style: outside none none;
    margin: 0 0 20px 0;padding: 0;
}

.msiil ul li {
    list-style: outside none none;
    margin: 0;
    padding: 3px 0 3px 25px;
    position: relative;
    text-align: left;
    font-size: 15px;
    color: #222;
}
.msiil ul li::before {
   color: #2c74b2;
    content: "\f00c";
    font-family: "FontAwesome";
    font-size: 14px;
    left: 0;
    position: absolute;
    top: 4px;  font-weight: 600;   
}


.redio {
    margin-bottom: 10px;
}
.redio label {
    color: #888888;
    font-weight: bold;
    margin-right: 10px;
}
input[type="radio"], input[type="checkbox"] {
    line-height: normal;
    margin: 4px 0 0;
}
.redio input {
    margin-right: 2px !important;
}
.whte{ background: #fff;}
.neet {
    background: #f7fbff;
}

section.lat h2:after {
    margin: initial;
}

table ul {
    list-style: outside none none;
    margin: 0 0 15px 0;
    padding: 0;
}

table ul li {
    list-style: outside none none;
    margin: 0;
    padding: 3px 0 3px 23px;
    position: relative;
    text-align: left;
    font-size: 15px;
    color: #222;
}

table ul li::before {
color: #2c74b2;
    content: "\f00c";
    font-family: "FontAwesome";
    font-size: 14px;
    left: 0;
    position: absolute;
    top: 4px;
    font-weight: 600;
}

.mjui ul {
    list-style: outside none none;
    margin: 0 0 15px 0;
    padding: 0;
}

.mjui ul li {
    list-style: outside none none;
    margin: 0;
    padding: 3px 0 3px 23px;
    position: relative;
    text-align: left;
    font-size: 15px;
    color: #222;
}

.mjui ul li::before {
color: #2c74b2;
    content: "\f00c";
    font-family: "FontAwesome";
    font-size: 14px;
    left: 0;
    position: absolute;
    top: 4px;
    font-weight: 600;
}


.footerregion h2:after{ content: inherit; }

.footerregion h2 {
    margin-top: 0;
    font-family: Roboto,sans-serif;
    margin-bottom: 10px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    line-height: inherit;
    padding-bottom: inherit;
}


table tr:first-child {
    background: #e6f1ff !important;
    color: #000;
    font-size: 17px;
    font-weight: 600;
    }
    table p {
    margin-bottom: 0px;
    }
    
    
    .table-bordered &gt; tbody &gt; tr &gt; td, .table-bordered &gt; tbody &gt; tr &gt; th, .table-bordered &gt; tfoot &gt; tr &gt; td, .table-bordered &gt; tfoot &gt; tr &gt; th, .table-bordered &gt; thead &gt; tr &gt; td, .table-bordered &gt; thead &gt; tr &gt; th {
    border: 0px;
    }
    .table-responsive {
    min-height: .01%;
    overflow-x: auto;
    border-radius: 20px 20px 0 0;
    }
    table td {
    padding: 14px 10px !important;
    }
    .table-bordered {
    border: 0px;
    }
    .table-striped &gt; tbody &gt; tr:nth-of-type(odd) {
    background-color: #f0f8fd;
    }
    table {
    background-color: #f9fbfe;
    }
    table p {
    margin-bottom: 0;
    }

.left-cont-hed h3 ~ h3{
	margin-top: 30px;
}
.marig{ margin: 20px 0;border-bottom: 2px solid #ededed;padding: 30px 0;}
.marig h4{ font-weight: 600; color: #222;font-size: 20px;}
.marig ul {list-style: outside none none;margin:0 0 10px 0;padding: 0;}
.marig ul li {
    list-style: outside none none;
    margin: 0;
    padding: 2px 0 2px 27px;
    position: relative;
}
.marig ul li::before {
    color:#fff;
	content: "\f105";
	font-family: "FontAwesome";
	font-size: 12px;
	left: 0;
	position: absolute;
	top: 5px;
	background:#FF692E;
    border-radius: 50%;
    width: 17px;
    height: 17px;
    line-height: 17px;
    text-align: center;
}



.btn1 {
    background-color: #e85222;
    border: 0 none;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    margin-top: 0px;
    padding: 6px 30px;
    border-radius: 3px;
    width: 100%;
    margin-bottom: 20px;
    text-align: center; display: none;
}
.btn2 {
    background-color: #e85222;
    border: 0 none;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    margin-top: 0px;
    padding: 6px 30px;
    border-radius: 3px;
    width: 100%;
    margin-bottom: 0px;
    text-align: center;
}


.clander-icon img {
    position: absolute;
    left: 16px;
    max-width: 32px;
    top: 0;
}

.clander-icon {
    position: relative;
}


.dark-region{background-color:#392848;padding:50px 0}
.dark-region strong{margin-bottom:10px;display:block}
.dark-region p{margin-bottom:0;opacity:0.8;font-weight:400}
.sysetmaifild{padding-top:20px;padding-bottom:130px}
.blankbgfor{height:135px;background-color:#f6f6f6;position:absolute;left:0;top:0;width:100%}
.sysetmaifild .nav-tabs li a{float:left;width:198px;height:214px;background-image:url("https://clsite-file.s3.amazonaws.com/MBA/2020/cat-mba/webinar/106960_step-inactive.png");border:0px !important;background-color:transparent !important;padding:0;margin:0;color:#000;text-align:center;padding-top:60px}
.sysetmaifild .nav-tabs li:nth-child(1) a{z-index:26}
.sysetmaifild .nav-tabs li:nth-child(2) a{z-index:25}
.sysetmaifild .nav-tabs li:nth-child(3) a{z-index:24}
.sysetmaifild .nav-tabs li:nth-child(4) a{z-index:23}
.sysetmaifild .nav-tabs li:nth-child(5) a{z-index:22}
.sysetmaifild .nav-tabs li a:hover, .sysetmaifild .nav-tabs li.active a{position:relative;z-index:99;background-image:url("https://clsite-file.s3.amazonaws.com/MBA/2020/cat-mba/webinar/106960_step-active.png")}
.sysetmaifild .nav-tabs li a:hover strong, .sysetmaifild .nav-tabs li a:hover p,
.sysetmaifild .nav-tabs li.active a strong, .sysetmaifild .nav-tabs li.active a p{color:#fff}
.sysetmaifild .nav-tabs li strong{display:block;line-height:40px;font-size:36px;color:#000;margin-bottom:8px}
.sysetmaifild .nav-tabs li p{font-size:15px;font-weight:500;line-height:1.38;text-align:center;color:#9b9b9b}
.sysetmaifild .nav-tabs&gt;li{margin:0;padding:0}
.sysetmaifild .nav-tabs&gt;li + li{margin-left:-80px}
.sysetmaifild .nav-tabs li:nth-child(2n){margin-top:61px}
.experience-region{background-color:#f6f6f6;padding-top:80px;padding-bottom:163px}
.ftr{background-image:url("../img/foot-bg.jpg");background-position:50%;background-size:cover;background-repeat:no-repeat;padding:10px 0;border-top:10px solid #f16137}
.ftr h3
{
	color:#f3f3f3 !important;
	font-size:24px;
}
.left-cont-hed h4 {
    font-size: 17px!important;
    margin-bottom: 10px!important;
    margin-top: 10px!important;
    color: #222222!important;
    font-weight: 600!important;
    display: inline-block;
}

.two-part p {
    margin-bottom: 0px!important;
    font-size: 16px;
}
.two-part {
    background: #add5ec;
    padding: 10px 10px;
    text-align: center;
    border-radius: 50px;
}
.right-con-hed {
    border-radius: 2px;
    margin-top: 0px;
    background: #fff;
    padding: 20px 15px;
}

.earlys{ position: relative; }
.earlys::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;
}




.testmonials-pull {
    background: inherit;
  }
  .testmonials-pull .slick-prev {
    background-image: url(https://www.careerlauncher.com/foundation/img/left-arrow.png);
    left: 0!important;
  }
  .testmonials-pull .slick-next {
    right: 0px;
    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: 50%;
    width: 30px !important;
    height: 30px !important;
    padding: 0;
    cursor: pointer;
    background-color: #e85222!important;
    background-size: 13px;
    background-position: center;
    border-radius: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .slick-track {
    padding: 7px 0;
  }
  .testmonials-pull {
    background: inherit;

  }

  .slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 55px 0 0;
}





.testmonilineer {
    background: #e6f1ff !important;
    position: relative;
    padding: 80px 10px 25px;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0px 3px 6px #a0a0a084;
}

.img-box {
    top: -58px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transition: all .5s ease-out;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    position: absolute;
}
.img-box img {
    border-radius: 50%;
    width: 120px;
    height: 120px;
    background: #fff;
}
.test-user {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 5px;
}
.overview {
    font-size: 12px;
    margin: 0;
    color: #222;
    margin-bottom: 0px;
}
a.knowmore {
    margin-top: 10px;
    display: inline-block;
    font-weight: 600;
}
.menti .col-md-4:nth-child(3) ~ * {
    margin-top: 25px;
}

.ribbon {
    position: absolute;
    right: -26px;
    top: 10px;
    font-size: 14px;
    line-height: 30px;
    font-weight: 700;
    color: #ffffff;
    padding: 0px 24px;
    background-color: #0669bf;
    text-transform: uppercase;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.facultyregion .img-box {
    margin-bottom: 10px;
}

.facultyregion  .img-box img{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 1px solid #6b2ace;
    padding: 8px;
}
.facultyregion  .item p{
    
}
.facultyregion  .item p:last-child{
    margin-bottom: 0;
}
.facultyregion  .test-user{
    font-weight: bold;
    font-size: 20px;margin-bottom: 5px;
}

.facultyregion .overview {
    font-size: 15px;
    margin: 0;
    color: #f15a22;margin-bottom: 10px;
}
.greug {
    background: #f8f8e8;
    padding: 20px 20px;margin-top: 30px;
}

.scnd {
    background: #e8f8e9;
    padding: 20px 20px;margin-top: 30px;
}

.fst {
    background: #f8e8e8;
    padding: 20px 20px;
}

.menti{background:#fff;color:#222333;padding:40px 0;}

.menti h3 {
    margin-top: 0px;
    color: #222333;
    font-weight: 600;
    text-align: left;
}
.menti img{ width: 65px; height: 65px;border: 1px solid #000000;background:#fff;}
.two-four {
    background: #fff;
	border-radius: 5px;
	color:#555;
    padding: 20px 15px;min-height: 205px;
}



/* 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;
    font-size: 32px;
}
.thanlkyou p{
    color: #fff;
    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;
}


section {
    position: relative;
}
.sub-heading {
    margin-bottom: 20px;
    position: relative;
}

section h2 {
    font-size: 28px;
    font-weight: 700;
    margin-top: 0px;
}
/* section h2:after {
 background: #ff0000 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    display: block;
    height: 3px;
    left: 0;
    position: absolute;
    right: 0;
    width: 55px;margin: 0 auto;
} */
.mg-80 {
    margin-top: 80px;
}

.right-con-hed h3 {
    color: #222;
    margin-top: 0;
    font-size: 21px;
    margin-bottom: 15px;
    font-weight: 600;
}
.form-horizontal{background:#fff}
.right-con-hed .form-group {
    margin-bottom: 15px!important;
}


.right-con-hed .form-control{
background: #fff none repeat scroll 0 0;
    border-radius: 3px;
    box-shadow: none;
    color: #222;
    font-size: 15px;
    border: 1px solid #e0e0e0;
    height: 35px;
    margin-bottom: 0px;
    padding-left: 10px;
}

.right-con-hed img{position:absolute;color:#44355b;line-height:64px;left:17px;width:25px;text-align:center;top:50%;transform:translate(0, -50%)}
.right-con-hed-thankyou{border-radius:2px;background-color:#fff;margin-top:165px;text-align:center;padding:30px 0px}
.right-con-hed-thankyou h3{border-radius:2px;background-color:#fff;text-align:center}
.right-con-hed-thankyou img{align-self:center}
.right-con-hed button{line-height:64px;padding:0;font-size:16px;background-color:#ff692e;color:#fff;border-radius:0;font-weight:bold}
.experience-region .blankbgfor{height:466px;background-color:#fff}
.top-exp-con h1{font-size:32px;margin:0;color:#342e37;font-weight:bold;margin-bottom:12px}
.top-exp-con p{line-height:1.81;font-size:16px;color:#555555;margin-bottom:50px}
.top-exp-con .video-cont{margin-bottom:20px}
.top-exp-con .video-cont img{box-shadow:0 8px 30px 0 rgba(0, 0, 0, 0.1)}
.copntheffil h5 {
    color: #8f8f8f;
    font-weight: 400;
    font-size: 20px;
    margin-top: 0;
}

input[placeholder], [placeholder], *[placeholder] {
    color: #222 !important;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #222!important;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #222!important;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #222!important;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color:    #222!important;
}
::-ms-input-placeholder { /* Microsoft Edge */
    color:    #222!important;
}

::placeholder { /* Most modern browsers support this now. */
    color:    #222!important;
}

.headinglef h3{font-weight:bold;font-size:48px;color:#342e37;line-height:1.17;margin-top:0}
.headinglef h3 span{color:#ff692e}
.nav-tabs{border-bottom:0}
.sysetmaifild .tab-content{margin-top:50px}
.sysetmaifild .tab-content h5{margin-top:23px;font-size:16px;line-height:1.38;color:#555555;font-weight:bold;margin-bottom:11px}
.sysetmaifild .tab-content p{font-size:13px;font-weight:500;line-height:1.69;color:#9b9b9b}
.howtostartr{background-color:#ffffff;padding-top:79px;padding-bottom:51px}
.howtostartr h2{font-size:32px;font-weight:bold;color:#342e37;margin-top:0;margin-bottom:12px}
.howtostartr p{font-size:16px;line-height:1.81;color:#555555;margin-bottom:34px}
.howtostartr .btn-warning{border-radius:2px;background-color:#ff692e;font-size:24px;color:#ffffff;padding:10px 19px;font-weight:bold;line-height:48px;border-color:#ff692e;text-shadow:initial;margin-right:10px}
.howtostartr .btn-warning-outline{border-radius:2px;background-color:transparent;font-size:13px;color:#ff692e;padding:0 15px;font-weight:bold;line-height:48px;border-color:#ff692e;text-shadow:initial}
.howtostartr .Rectangle-35{height:1px;opacity:0.1;background-color:#44355b;width:100%;margin-top:39px;margin-bottom:44px}
.howtostartr .queri{font-size:16px;line-height:1.81;color:#555555}
.howtostartr .queri strong{font-weight:bold;color:#342e37}
.choseprog{background-color:transparent;padding-bottom:70px;margin-top:-330px}
.choseprog .whitebgcon{padding-top:49px;padding-bottom:32px;background-color:#fff;margin-bottom:20px}
.whitebgcon h2{font-size:32px;color:#342e37;font-weight:bold;margin:0 0 48px 0}
.whitebgcon .nav-tabs{padding-right:80px}
.whitebgcon .nav-tabs li{margin:0;position:relative;width:100%}
.whitebgcon .nav-tabs li:after{position:absolute;content:"";left:0;bottom:0;height:1px;opacity:0.1;background-color:#44355b;width:calc(100% - 65px);left:50px}
.whitebgcon .nav-tabs li a{border:0;padding:20px 0;padding-left:50px;margin:0;font-size:11px;font-weight:bold;color:#555555;border-radius:0;position:relative}
.whitebgcon .nav-tabs li:hover a:after, .whitebgcon .nav-tabs li.active a:after{width:0;height:0;border-top:40px solid transparent;border-bottom:40px solid transparent;border-left:30px solid #44355b;position:absolute;content:"";right:-30px;top:0}
.whitebgcon .nav-tabs li:hover a:before, .whitebgcon .nav-tabs li.active a:before{position:absolute;content:"";width:5px;height:100%;background-color:#44355b;left:-5px;top:0;border-top-left-radius:5px;border-bottom-left-radius:5px}
.whitebgcon .nav-tabs h6{margin:0 0 10px 0;font-size:13px}
.whitebgcon .nav-tabs strong{font-weight:bold;margin-right:15px}
.whitebgcon .nav-tabs span{color:#9b9b9b;margin-right:15px;text-decoration:line-through}
.whitebgcon .nav-tabs .orange{font-weight:bold;color:#ff692e}
.whitebgcon .nav-tabs li a:hover, .whitebgcon .nav-tabs li.active a{border:0 !important;background-color:#44355b;color:#fff !important}
.testinomilas{background-image:linear-gradient(to bottom, #44355b, #642e5a);padding-top:388px;padding-bottom:340px;margin-top:-267px}
.testinomilas h2{font-size:32px;line-height:1.25;color:#ffffff;margin:0 0 32px 0;font-weight:bold}
.testinomilas h3{margin:0 0 11px 0;font-size:18px;color:#fff;font-weight:bold}
.testinomilas h5{opacity:0.6;font-size:13px;line-height:1.54;color:#ffffff}
.imagecont{position:absolute;left:50%;transform:translate(-50%, 0);width:167px;height:145px;background-image:url(../img/quotes.png);top:-100px}
.ftr nav ul{margin:0;padding:0}
.ftr nav li{list-style:none;margin:0;padding:0}
.ftr nav li a{opacity:0.6;font-size:11px;line-height:2.18;color:#ffffff !important}
.ftr h5{font-weight:bold;font-size:13px;color:#ffffff}
.choseprog .tab-pane h3{font-size:16px;font-weight:500;color:#342e37;margin:0 0 28px 0}
.choseprog .checkicon h4{margin:0 0 4px 0;font-size:11px;font-weight:bold;color:#555555;line-height:1.5}
.choseprog .checkicon{margin-bottom:12px}
.choseprog .checkicon p{font-size:11px;line-height:1.45;color:#848484}
.choseprog .tab-pane select{margin-top:20px;width:100%;border:solid 1px rgba(68, 53, 91, 0.1);height:48px;border-radius:2px;margin-bottom:20px}
.choseprog .offeconpr{font-size:11px;margin-bottom:12px}
.choseprog .offeconpr strong{color:#ff692e}
.choseprog .offeconpr span{text-decoration:line-through;color:#9b9b9b;font-size:11px;margin-left:15px}
.choseprog .pricetage{margin-bottom:28px}
.choseprog .pricetage span{font-family:'Libre Franklin';font-size:11px;color:#9b9b9b;font-weight:500}
.choseprog .pricetage strong{float:right;font-size:18px;font-weight:bold;color:#342e37}
.choseprog .btn{border-radius:2px;background-color:#ff692e;font-size:16px;color:#ffffff;padding:0 15px;font-weight:bold;line-height:48px;border-color:#ff692e;text-shadow:initial;width:100%}
.program h5{margin:46px 0 10px 0;font-size:13px;line-height:1.69;color:#555555}
.program p{margin:0;font-size:13px;line-height:1.69;color:#9b9b9b}
.Read-all-FAQs{text-align:center;margin-top:40px;font-size:13px;color:#3c91e6;cursor:pointer;margin-bottom:59px}
.checkdis{background:url(../img/coupon.png) no-repeat 15px center;padding-left:40px}
.chevron-circle-right{right:0}
.chevron-circle-left{left:0}
.chevron-circle-right{background:url(../img/down-16.png) no-repeat}
.chevron-circle-left{background:url(../img/left-white.png) no-repeat}
.col-img-responsive02 span{color:#fff}
.col-img-responsive02{display:none;background:none repeat scroll 0 0 rgba(0, 0, 0, 0.6);height:100%;position:absolute;width:100%}
.carousel-control{width:5%}
.panel-body{position:relative;padding:0px}
.btn-primary{background-color:#337ab7;border-color:#2e6da4;border-radius:0;bottom:-15px;color:#fff;position:relative;width:100%;-webkit-box-shadow:0px 4px 5px 0px rgba(0,0,0,0.38);-moz-box-shadow:0px 4px 5px 0px rgba(0,0,0,0.38);box-shadow:0px 4px 5px 0px rgba(0,0,0,0.38)}
.btn-primary{background-color:#ff7700;border-color:#fff}
.panel-default{-webkit-box-shadow:0px 0px 3px rgba(0,0,0,0.10);-moz-box-shadow:0px 0px 3px rgba(0,0,0,0.10);box-shadow:0px 0px 3px rgba(0,0,0,0.10);border-radius:0;border:solid 1px rgba(68, 53, 91, 0.1);margin-top:5px;margin-left:4px}
.panel-heading{padding:0px;position:relative}
.panel-heading img{text-align:center;width: 160px;}
.carousel-control.left{background-image:none}
.carousel-control.right{background-image:none}
.carousel-control{top:calc(100% + 20px);opacity:1}
.guru-head{font-size:18px;font-weight:bold;text-align:left;color:#342e37}
.guru-head p{font-size:13px;font-weight:500;line-height:1.69;text-align:left;color:#555555}
.jcrouselslideco{z-index:9}
.jcrouselslideco .panel-body{padding:32px 20px 32px 32px}
.jcrouselslideco .panel-body h4{margin:0;font-size:18px;line-height:1.2;margin-bottom:10px;font-weight:bold;color:#342e37}
.jcrouselslideco .panel-body p{font-size:13px;font-weight:500;line-height:1.69;color:#555555;margin:0 0 20px 0;min-height:45px}
.jcrouselslideco .panel-default&gt;.panel-heading{background-color:#f6f6f6;border-color:transparent;padding:13px;}
.carousel-control.left{text-align:left}
.carousel-control.right{text-align:right}
.navbar-brand.fixed-theme,
.navbar-container.fixed-theme,
.navbar.navbar-fixed-top.fixed-theme,
.navbar-brand,
.navbar-container{transition:0.5s;-webkit-transition:0.5s}
#header{background-color:transparent;border:0px;position:absolute;left:0;top:0;width:100%;padding:20px 0;margin-top:17px}
#header .navbar-brand{margin:0;padding:0;height:initial}
#brand2{display:none}
#navbar &gt; ul.nav:first-child{padding-left:60px}
#navbar .nav .dropdown &gt; a{padding:0 20px 0 16px;line-height:41px;font-size:13px;background-repeat:no-repeat;background-position:right center;background-image:url(../img/down-arow.png);margin-right:16px;background-color:transparent;color:#fff}
#navbar .nav .dropdown &gt; a:focus, #navbar .nav .dropdown &gt; a:hover{background-color:transparent}
.navbar-right li + li{}
.navbar-nav&gt;li&gt;a{padding:0;line-height:41px;font-size:13px;color:#fff}
.navbar-nav&gt;li .contennone{pointer-events:none;font-weight:bold}
.navbar-nav .contennone .fa{margin-top:11px;float:left;margin-right:3px}
.navbar-nav .btn{line-height:41px;padding:0 22px;font-size:13px;background-color:#ff692e;color:#fff;border-radius:0;font-weight:bold;font-family:'Libre Franklin'}
.nav&gt;li&gt;.btn:focus, .nav&gt;li&gt;.btn:hover{text-decoration:none;background-color:#ff692e;color:#222}
#header.fixed-theme{position:fixed;margin-top:0;box-shadow:0 2px 8px 0 rgba(0, 0, 0, 0.1);background-color:#fff;top:0;left:0;width:100%}
#header.fixed-theme #brand{display:none}
#header.fixed-theme #brand2{display:block}
#header.fixed-theme #navbar .nav .dropdown &gt; a{background-image:url(../img/down-arrow-black.png);color:#555555}
#header.fixed-theme .navbar-nav&gt;li .contennone{color:#342e37}
#header.fixed-theme .navbar-nav .contennone .fa{color:#342e37}
#header .navbar-nav&gt;li&gt;.dropdown-menu{border:0;box-shadow:0 2px 8px 0 rgba(0, 0, 0, 0.5);padding:0}
#header.fixed-theme .navbar-nav&gt;li&gt;.dropdown-menu{margin-top:21px}
#header .dropdown-menu&gt;li&gt;a{line-height:25px;font-size:13px}
.planenroll{display:inline}
.inlinecont{display:inline}
label input[type="radio"] ~ i.fa.fa-circle-o{color:#c8c8c8;display:inline}
label input[type="radio"] ~ i.fa.fa-dot-circle-o{display:none}
.fa-dot-circle-o:before{font-size:19px}
.fa-dot-circle-o:after{font-size:19px}
label input[type="radio"]:checked ~ i.fa.fa-circle-o{display:none;font-size:19px}
label input[type="radio"]:checked ~ i.fa.fa-dot-circle-o{color:#000000;display:inline;font-size:16px}
label:hover input[type="radio"] ~ i.fa{color:#000000;font-size:16px}
.fa-circle-o:before{font-size:19px}
div[data-toggle="buttons"] label{display:inline;padding:6px 12px;margin-bottom:0;font-size:13px;font-weight:normal;line-height:2em;text-align:left;white-space:nowrap;vertical-align:top;cursor:pointer;background-color:none;border:0px solid
#c8c8c8;font-weight:500;border-radius:3px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none;color:#342e37}
label{color:#342e37;font-size:13px}
label.btn{width:100%;float:left}
div[data-toggle="buttons"] label:hover{color:#000000}
div[data-toggle="buttons"] label:active, div[data-toggle="buttons"] label.active{-webkit-box-shadow:none;box-shadow:none}
.btn-group-vertical&gt;.btn, .btn-group-vertical&gt;.btn-group, .btn-group-vertical&gt;.btn-group&gt;.btn{display:inline !important;padding-left:0px}
.ftr nav ul{margin:0;padding:0}
.ftr nav li{list-style:outside none none;margin:0;padding:0}
.ftr nav li a{color:#ffffff !important;font-size:13px;line-height:2.18;opacity:0.6}
.ftr nav li ul{margin-left:10px}
.ftr nav li ul li{list-style:outside none none;margin:0;padding:4px 0 0 14px;position:relative}
.ftr nav li ul li .fa{position:absolute;left:0px;top:8px}
.arrow-right{border-bottom:8px solid transparent;border-right:8px solid #f16136;border-top:8px solid transparent;height:0;position:absolute;right:90px;top:47%;width:0;z-index:1000}
.right-con-hed .icon-pincode img{top:20px;transform:initial}
.nav-tabs &gt; li{display:inline-block;float:none}
.nav-tabs &gt; li.active &gt; a, .nav-tabs &gt; li.active &gt; a:focus, .nav-tabs &gt; li.active &gt; a:hover{border-width:0;border-bottom:4px solid #ff692e}
.nav-tabs &gt; li &gt; a{border:none;color:#9b9b9b;font-weight:600}
.nav-tabs &gt; li.active &gt; a, .nav-tabs &gt; li &gt; a:hover{border-bottom:4px solid #ff692e;color:#000 !important;background:transparent;font-weight:600;font-family:"Libre Franklin";font-size:13px}
.iconcontfldtabs.nav-tabs &gt; li &gt; a::after{content:"";height:2px;position:absolute;width:100%;left:0px;bottom:-1px;transition:all 250ms ease 0s;transform:scale(0)}
.iconcontfldtabs.nav-tabs &gt; li.active &gt; a::after, .nav-tabs &gt; li:hover &gt; a::after{transform:scale(1)}
.tab-nav &gt; li &gt; a::after{background:#21527d none repeat scroll 0% 0%;color:#fff}
.tab-pane{padding:15px 0}
.card{background:#FFF none repeat scroll 0% 0%;box-shadow:0px 1px 3px rgba(0, 0, 0, 0.3);margin-bottom:30px}
a:focus{outline:none}
.workingcont{display:block !important}
[class^="iconimg"], .choseprog .checkicon .inercon:after, .jcrouselslideco .panel-body a:after{background-image:url("https://clsite-file.s3.amazonaws.com/MBA/2020/cat-mba/webinar/106960_sprite.png");background-repeat:no-repeat}
[class*="formimag"]{position:absolute;left:17px;width:25px;height:24px;top:50%;transform:translate(0, -50%)}
span[class$="-name"]{background-position:-2px -2px}
span[class$="-email"]{background-position:-2px -29px}
span[class$="-mobile"]{background-position:-2px -56px}
span[class$="-location"]{background-position:-2px -83px;top:20px;transform:initial}
.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}
.jcrouselslideco .panel-body a{font-size:13px;color:#ff692e;line-height:40px;padding-left:50px;float:left;position:relative}
.jcrouselslideco .panel-body a:after{width:40px;height:40px;content:"";position:absolute;background-position:-29px -90px;left:0;top:0}
span[class*="nxtprevi"]{width:32px;height:16px;float:left}
span[class$="previcon"]{background-position:-2px -130px}
span[class$="nexticon"]{background-position:-37px -133px;float:right}
.sprite{background-image:url(../img/spritesheet.png);background-repeat:no-repeat;display:block;margin-left:50%;transform:translate(-50%, 0);margin-top:52px}
.sprite-benefits-classes{width:160px;height:120px;background-position:-5px -5px}
.sprite-benefits-ebook{width:160px;height:120px;background-position:-175px -5px}
.sprite-benefits-gurus{width:160px;height:120px;background-position:-5px -135px}
.sprite-benefits-interaction{width:160px;height:120px;background-position:-175px -135px}
.sprite-benefits-recordings{width:160px;height:120px;background-position:-5px -265px}
.sprite-stats-1{width:128px;height:128px;background-position:-175px -265px}
.sprite-stats-2{width:128px;height:128px;background-position:-345px -5px}
.sprite-stats-3{width:128px;height:128px;background-position:-345px -143px}
.sprite-stats-4{width:128px;height:128px;background-position:-313px -281px}


#clockdiv{
	font-family: sans-serif;
	color: #fff;
	display: inline-block;
	font-weight: 100;
	text-align: center;
	font-size: 30px;
}

#clockdiv &gt; div{
	padding: 10px;
	border-radius: 3px;
	background: #00BF96;
	display: inline-block;
}

#clockdiv div &gt; span{
	padding: 15px;
	border-radius: 3px;
	background: #00816A;
	display: inline-block;
}

.smalltext{
	padding-top: 5px;
	font-size: 16px;
}
.tableconbtfld {
	    background-color: #ecebeb;
    padding: 30px 0;
    color: #000;
    font-size: 15px;
}
.tableconbtfld  h3{
	    margin-top: 0;
    margin-bottom: 25px;
    font-weight: bold;
}
.tableconbtfld  table{
	background-color:#fff;	
}
.tableconbtfld  tr td{
	    padding: 10px 20px !important;
}
.tableconbtfld  tr:first-child{
	background-color: #c5c5c5;
    font-weight: bold;
    font-size: 16px;
}
.tableconbtfld  td{

}
.slotslected{
	border-bottom: 1px solid #eceaee;
    padding: 10px 20px;
    text-align: center;
}
.slotslected label{
	font-size: 16px;
    margin-bottom: 0;
    margin-left: 10px;
}

#header-region .navbar-toggle{
    display: none !important;
}
li a.stu-login{
    display: none !important;
}

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

#lsq-chatbot {
    display: none;
}

@media only screen and (max-width: 768px){
	.two-part{ margin-bottom: 0px; background: #add5ec;
        padding: 10px 10px;
        text-align: center;
        border-radius: 10px;}
	.header-region{
		margin-top: 0 !important;
    	/* padding: 20px 0 !important; */
	}
    .navbar-brand&gt;img{
        width: inherit !important;
    }
	.left-cont-hed h1{
		font-size: 27px;
		margin-bottom: 10px;
	}

    .testmonilineer {
        padding: 45px 10px 25px;
    }
    .copntheffil .col-md-3:nth-child(1) ~ * {
        margin-top: 60px;
    }
    .img-box img {
        width: 80px;
        height: 80px;
    }
    .img-box {
        top: -40px;
    }
     .btn1{ display: block;}


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

.left-cont-hed h3 {
    margin-top: 0;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 22px;
}
.left-cont-hed [class$="icon"] strong {
    font-size: 14px;
   
}

.msiil ul li {
    font-size: 13px;
}

.wave-effect {

    display: none;
}

section h2 {
    font-size: 23px;
    line-height: 30px;
}

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

.menti .col-md-6:nth-child(1) ~ * {
    margin-top: 20px;}

    .two-part{
        margin-bottom: 10px;
    }



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