@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&display=swap');

* {
    margin: 0px;
    padding: 0px;
}

p {
    letter-spacing: 0.5px;
    text-align: justify;
}


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;
}

.btn.btn-warning {
    background-color: #f15a22;
    border-color: #f15a22;
}

.d-none {
    display: none !important;
}

.d-flex {
    display: flex;
}

.flex-wrap {
    flex-wrap: wrap;
}

.flex-xl-nowrap {
    flex-wrap: nowrap;
}

.justify-content-center {
    justify-content: center;
}

.justify-content-space-between {
    justify-content: space-between;
}


.align-items-center {
    align-items: center;
}

.align-items-baseline {
    align-items: baseline !important;
}

.flex-xs-wrap-reverse {
    flex-wrap: wrap-reverse;
}

/* margin css start*/
.m-0 {
    margin: 0px !important;
}

.m-10 {
    margin: 10px !important;
}

.m-20 {
    margin: 20px !important;
}

.m-30 {
    margin: 30px !important;
}

.m-40 {
    margin: 40px !important;
}

.m-50 {
    margin: 50px !important;
}

/* margin css end*/

/* margin top css start*/
.mt-0 {
    margin-top: 0px !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

/* margin top css end*/

/* margin bottom css start*/

.mb-0 {
    margin-bottom: 0px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

/* margin bottom css end*/

/* padding css start*/
.p-0 {
    padding: 0px !important;
}

.p-10 {
    padding: 10px !important;
}

.p-20 {
    padding: 20px !important;
}

.p-30 {
    padding: 30px !important;
}

.p-40 {
    padding: 40px !important;
}

.p-50 {
    padding: 50px !important;
}

/* padding css end*/

/* padding top css start*/
.pt-0 {
    padding-top: 0px !important;
}

.pt-10 {
    padding-top: 10px !important;
}

.pt-20 {
    padding-top: 20px !important;
}

.pt-30 {
    padding-top: 30px !important;
}

.pt-40 {
    padding-top: 40px !important;
}

.pt-50 {
    padding-top: 50px !important;
}

/* padding top css end*/

/* padding bottom css start*/

.pb-0 {
    padding-bottom: 0px !important;
}

.pb-10 {
    padding-bottom: 10px !important;
}

.pb-20 {
    padding-bottom: 20px !important;
}

.pb-30 {
    padding-bottom: 30px !important;
}

.pb-40 {
    padding-bottom: 40px !important;
}

.pb-50 {
    padding-bottom: 50px !important;
}

/* padding bottom css end*/

.gry {
    background: #fffafa;
}

.main-bg {
    background: #edf6ff;
}

.three-buttons a {
    background: #9a2e56;
    display: block;
    padding: 10px 10px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border-radius: 5px;
}

.three-buttons a.blue {
    background: #0b2edf;
}

.three-buttons a.orange {
    background: #f15a22;
}

.three-buttons a span {
    display: block;
}

.three-buttons .col-md-12:nth-child(1)~* {
    margin-top: 15px;
}

.gini {
    margin-top: 20px;
}


.shadow {
    box-shadow: 0 7px 8px -1px rgb(160 160 160 / 10%);
    z-index: 999;
}

.programs-table {
    margin-bottom: 15px
}

.programs-table ul {
    margin: 0;
    padding: 0
}

.pdf-tabs {
    border-bottom: none;
    margin-top: 5px;
    display: inline-block
}

.pdf-tabs li a {
    background: #067293 !important;
    border-radius: 3px;
    padding: 10px 25px;
    display: inline-block;
    text-decoration: none;
    border: none !important;
    color: #fff !important;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer !important
}

.pdf-tabs li {
    list-style: none;
    margin-right: 10px;
    padding: 0 !important
}

.pdf-tabs li a.active {
    background: #f15a22 !important;
    position: relative;
    border: none;
    color: #fff;
    cursor: pointer
}

.pdf-tabs li a.active:focus {
    color: #fff
}


.pdf-tabs li a.active:focus,
.pdf-tabs li a.active:hover {
    border: none;
    color: #fff
}

.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: "";
    bottom: -8px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.enquirenowwrap {
    position: fixed;
    z-index: 9999;
    top: 50%;
    right: -55px;
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    z-index: 99;
}



.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:before {
    background-color: #f5f5ff !important;
}


button.theme-btn.btn-arrow.blue {
    background-color: #0250b0 !important;
    border: 0 none;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    padding: 0px 20px;
    text-align: center;
    width: auto;
    line-height: 40px;
}

button.theme-btn.btn-arrow.syllabus-btn {
    padding: 12px;
    line-height: normal;
}

.table-bordered>tbody>tr>td {
    text-align: center;
}


.stream-section:after {
    background: #f5f5ff;
}

a.banner-chip {
    margin-bottom: 20px;
    display: inline-block;
}



button.theme-btn.btn-arrow a {
    color: #fff;
}


.orange {
    color: #f15a22;
}

.box.Topics {
    background: none;
    border: 1px dashed #f15a22;
    border-left: none;
    border-right: none;
}

.red-text {
    color: red;
}

.enquirenowwrap #enquirenow {
    width: 140px;
    font-size: 18px;
    border-radius: 0 0 10px 10px;
    line-height: 29px;
    color: #000001;
    text-align: center;
    cursor: pointer;
    background: #fae12e;
    padding: 2px;
    font-weight: 600;
    text-decoration: none;
    display: none;
}


button {
    outline: none;
}

.mar-165 {
    margin-top: 165px;
}

.mar-20 {
    margin-top: 20px !important;
}

.mar-t-30 {
    margin-top: 20px;
}

.tp picture {
    border: 1px solid #ccc;
    display: block;
}

section {
    padding: 30px 0;
    position: relative;
}

section h1 {
    font-size: 30px;
    color: #000;
    text-transform: none;
    font-weight: 700;
    font-style: normal;
    margin-top: 0px;
    position: relative;
    padding-bottom: 8px;
}

.date_stamp p {
    font-size: 12px !important;
    margin: 10px 0px;
    text-align: center;
    background-color: #0000007a;
}


section h2 {
    font-size: 26px;
    color: #000;
    text-transform: none;
    font-weight: 700;
    font-style: normal;
    margin-top: 0px;
    position: relative;
}


h5 {
    font-size: 18px;
    font-weight: 600;
    color: #000;
}

h3 {
    font-size: 21px;
    font-weight: 600;
    color: #000;
}

.fac-deatils {
    border: 2px solid #f00;
    border-radius: 15px;
    padding: 15px 10px;
    min-height: 127px;
}

.fac-deatils img {
    border-radius: 12px;
    width: 100%;
}

.fac-deatils h5 {
    font-weight: 600;
    font-size: 20px;
    margin: 0px 0 5px 0;
}

.fac-deatils h6 {
    font-weight: 500;
    font-size: 15px;
    margin: 0px 0 5px 0;
    color: #f15a22;
}

.fac-deatils,
.fac-deatils p {
    letter-spacing: 0.5px;
}

.fac-deatils p {
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 0;
}

.facility span {
    font-size: 17px;
    padding-top: 20px;
    display: inline-block;
    font-weight: 500;
    color: #f00;
}

.facility .col-md-4:nth-child(3)~* {
    margin-top: 30px;
}

.theme-accordion-s1 .panel-heading .collapsed::before {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
}

.theme-accordion-s1 .panel-heading a::before {
    font-family: FontAwesome;
    content: "\f107";
    font-size: 15px;
    font-size: 20px;
    position: absolute;
    right: 10px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s
}

.theme-accordion-s1 .panel-heading .collapsed {
    background-color: #fff;
    color: #000;
    -webkit-box-shadow: 0 5px 15px 0 rgba(68, 68, 68, .1);
    box-shadow: 0 5px 15px 0 rgba(68, 68, 68, .1)
}

.theme-accordion-s1 .panel-heading a {
    background: #f16136;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    display: block;
    padding: 10px 20px;
    position: relative
}

.theme-accordion-s1 .panel-default {
    background: 0 0;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.theme-accordion-s1 .panel-heading {
    background-color: transparent;
    padding: 0;
    border-radius: 0
}

.panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd
}

.panel-group .panel-heading {
    border-bottom: 0;
    border-bottom-color: currentcolor
}

.theme-accordion-s1 .panel-heading+.panel-collapse>.panel-body {
    background-color: #fff;
    border: 0;
    padding: 15px 20px 5px;
    -webkit-box-shadow: 0 5px 15px 0 rgba(68, 68, 68, .1);
    box-shadow: 0 5px 15px 0 rgba(68, 68, 68, .1)
}

.theme-accordion-s1 .panel+.panel {
    margin-top: 15px
}

.box {

    float: left;
    width: 100%;
    overflow: hidden;
    background: #f2f2f2;
    padding: 10px;

}

.rectangle-31 {
    border-radius: 2px;
    width: 100%;
    color: #324850;
    border: 1px solid #ededed;
    background: #f8f8f8;
    min-height: 90px;
    text-align: center;
    padding: 10px 0 0;
}

.rectangle-31 h4 {
    font-weight: 600;
}

.rectangle-31 h5 {
    color: #f15a22;
}

.feature-content {
    float: left;
}

.choseprog .checkicon {
    border-bottom: 1px solid #f3f3f3;
    padding: 10px;
    border-left: 1px solid #ededed;
    border-right: 1px solid #ededed;
    background: #fff;
}

.choseprog .checkicon .inercon {
    padding-left: 30px;
    position: relative;
}

.choseprog .checkicon h4 {
    margin: 0 0 4px 0;
    font-size: 13px;
    color: #333;
    line-height: 1.5;
    font-weight: 400;
    padding: 0px;
    font-family: 'Roboto', sans-serif;
}

.choseprog .checkicon .inercon:after {
    position: absolute;
    content: "";
    width: 18px;
    height: 18px;
    left: 0;
    background-position: -2px -110px;
    top: 0px;
}

[class^="iconimg"],
.choseprog .checkicon .inercon:after,
.jcrouselslideco .panel-body a:after {
    background-image: url(https://clsite-file.s3.amazonaws.com/MBA/2020/cat-mba/video-lectures/6858_sprite.png);
    background-repeat: no-repeat;
}

.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("https://clsite-file.s3.amazonaws.com/MBA/2020/cat-mba/video-lectures/6858_coupon.png"), url("https://clsite-file.s3.amazonaws.com/MBA/2020/cat-mba/video-lectures/6858_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 .btn {
    border-radius: 2px;
    background-color: #f15a22;
    font-size: 16px;
    color: #ffffff;
    padding: 0 15px;
    font-weight: bold;
    line-height: 36px;
    border-color: #f15a22;
    text-shadow: initial;
}

label.more {
    display: none;
}


.rm-link {
    background-color: transparent;
    color: #f15a22 !important;
    padding: 3px 6px;
    border-radius: 0;
    float: left;
    font-size: 14px;
    border: 1px solid #ee6723;
}

.currentafbox {
    margin-bottom: 25px;
}

.quizcontest {
    display: block;
    border: 1px solid #eee;
    box-shadow: 0 10px 30px 0 rgba(54, 56, 110, .15);
    background-color: #fff;
}

.morelinks .headingfold {
    margin-bottom: 0;
}

.quizcontest .headingfold h2 {
    margin: 0;
    font-size: 19px;
    font-weight: 700;
    display: inline-block;
    vertical-align: top;
    background-image: url(https://clsite-file.s3.amazonaws.com/CIVIL_SERVICE/2020/upsc/6858_quiz1.png);
    background-size: 21px auto;
    background-repeat: no-repeat;
    padding-left: 30px;
    background-position: left center;
    line-height: 26px;
    color: #fff;
}

.quizcontest .headingfold {
    display: block;
    padding: 10px 15px;
    background-color: #696df3;
    color: #fff;
    margin-bottom: 10px;
    position: relative;
}

.quizcontest .headingfold h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.5px;
    display: inline-block;
    vertical-align: top;
    background-image: url(https://clsite-file.s3.amazonaws.com/ALL/2020/upsc/106960_quiz1.png);
    background-size: 21px auto;
    background-repeat: no-repeat;
    padding-left: 30px;
    background-position: left center;
    line-height: 26px;
}

.morelinks ul {
    margin: 0;
    padding: 0 15px;
    list-style: none;
}

.morelinks ul li a {
    display: block;
    position: relative;
    color: #333;
    font-size: 15px;
    padding: 8px 0px 8px 25px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    line-height: 21px;
}

.morelinks ul li a::before {
    color: #FF692E;
    content: "\f00c";
    font-family: "FontAwesome";
    font-size: 14px;
    left: 0;
    position: absolute;
    top: 7px;
    font-weight: 600;
}

.video-section .container {
    position: relative;
    z-index: 9;
}


.baner-region h1 {
    font-size: 30px;
    line-height: 1.18;
    margin-top: 0px;
    margin-bottom: 0px;
    font-weight: 600;
    color: #000;
}

.baner-region p {
    color: #000;
}

.baner-region h3 {
    font-size: 18px;
    color: #eae9e9;
    line-height: 1.40;
    margin-top: 0px;
    margin-bottom: 10px;
    font-weight: 600;
}


.form-box h4 {
    color: #fff;
    font-size: 20px;
    padding: 12px;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 5px;
    font-weight: 500;
    background: #c54771;
    border-radius: 9px 9px 0 0;
}

.form-box h4 span {
    margin: 0;
    color: #ffe16d;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    border-radius: 20px;
    margin-bottom: 0px;
    padding: 3px 0px 0;
    font-weight: 700;
    display: block;
    width: 100%;
}

.form-region {
    padding: 0;
}

.form-region .row {
    padding: 15px;
}

/* 
form {
    padding: 0 20px;
}

.form-group {
    margin-bottom: 15px !important;
}

.form-box {
    background: #ffffff none repeat scroll 0 0;
    padding: 0px 0px 12px;
    border-radius: 10px;
}

.form-control {
    background: #fff none repeat scroll 0 0;
    border-radius: 0px;
    box-shadow: none;
    color: #747678;
    font-size: 13px;
    border: none;
    height: 34px;
    margin-bottom: 0px;
    padding-left: 10px;
    letter-spacing: 0.7px;
    border-bottom: 1px solid #ccc;
    font-family: 'Poppins', sans-serif;
} */

.tc-sticky {
    position: fixed;
    top: 6%;
    z-index: 999;
    width: 100%;
    background: #e9eaff;
    padding: 15px 0;
}

.table-sec {
    padding-bottom: 0;
}

.table-sec.tc-sticky {
    padding-bottom: 10px !important;
}

.table-content .btn-click {
    color: #000;
    display: block;
    font-size: 15px;
    padding: 11px 15px;
    width: 100%;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 2px;
    line-height: 22px;
    background-color: #fff;
    box-shadow: 0 5px 15px 0 rgb(68 68 68 / 10%);
    cursor: pointer;
    border: 1px solid #81addd;
    border-radius: 5px
}

.table-content .btn-click h4 {
    margin: 0;
    display: flex;
    justify-content: space-between;
}

.table-content .btn-click h4 i {
    right: 10px;
    top: 10px;
}

.table-content .btn-click h4 .fa-angle-up {
    display: none;
}

.table-content .btn-click h4.arrowup .fa-angle-down {
    display: none;
}

.table-content .btn-click h4.arrowup .fa-angle-up {
    display: inline-block;
}

.table-content .slide-program {
    display: none;
    margin-top: 10px;
    border-top: 1px #bbb solid;
    padding-top: 10px;
}

.table-content .slide-program a {
    color: #000;
    display: block;
    margin-bottom: 10px;
    font-size: 15px;
    background-color: #fff;
    box-shadow: 0 5px 15px 0 rgb(68 68 68 / 10%);
    padding: 10px 20px;
}

.modal-dialog {
        width: 350px;
        margin: 30px auto;
    }

@media only screen and (max-width: 767px) {
    .tc-sticky {
        top: 65px;
    }

    .modal-dialog {
        width: 100%;
        margin: 30px auto;
    }
    div#GetPDF {
    padding: 0 15px!important;
}
}


.baner-region {
    position: relative;
    overflow: hidden;
    padding: 40px 0;
}

.categoory {
    margin-top: 20px;
}

.categoory .col-md-4:nth-child(3)~* {
    margin-top: 30px;
}

.six img {
    margin: 0px auto;
    max-height: 400px;
}

.ms li::before {
    color: #FF692E !important;
    content: "\f0a4" !important;

}


.sub-heading {
    margin-bottom: 15px;
    position: relative;
}


.mentor-profile .mCustomScrollbar {
    position: relative;
    height: 100px;
    overflow: auto;
    -ms-touch-action: pinch-zoom;
    touch-action: pinch-zoom;
    margin-bottom: 20px;
}


/* mCustom scroll bar settings */
.mCustomScrollbar {
    position: relative;
    height: 380px;
    overflow: auto;
    -ms-touch-action: pinch-zoom;
    touch-action: pinch-zoom;
    margin-bottom: 20px;
}

.mCustomScrollBox {
    position: relative;
    overflow: hidden;
    height: 100%;
    max-width: 100%;
    outline: none;
    direction: ltr;
}

.mCSB_container {
    overflow: hidden;
    width: auto;
    height: auto;
}

.mCSB_inside>.mCSB_container {
    margin-right: 15px;
}

.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);
}


/* 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>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 */

.Subject-wise .nav-tabs {
    border-bottom: none;
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}

.Subject-wise ul li {
    padding: 0px;
    margin: 2px;
}

.Subject-wise .nav-tabs>li>a {
    margin-right: 0px;
    border-bottom: 1px solid #9a274d;
    background: #fff;
    border-radius: 2px;
    color: #000;
}

.Subject-wise .nav-tabs>li>a:hover {
    color: #fff;
    cursor: default;
    background-color: #9a274d;
    border: none;
    border-bottom-color: transparent;
}

.Subject-wise .nav-tabs>li.active>a,
.Subject-wise .nav-tabs>li.active>a:focus,
.Subject-wise .nav-tabs>li.active>a:hover {
    color: #fff;
    cursor: default;
    background-color: #9a274d;
    border: none;
    border-bottom-color: transparent;
    padding: 11px 10px !important;
}

.Subject-wise .nav-tabs>li.active>a:after {
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #9d254d !important;
    position: absolute;
    content: "";
    bottom: -9px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.Subject-wise .nav-tabs>li>a:hover:after {
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #9d254d !important;
    position: absolute;
    content: "";
    bottom: -12px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-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: 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;
}

.butns .btn {
    background-color: #F15A22;
    border: 0 none;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    padding: 0px 20px;
    text-align: center;
    border-radius: 2px;
    width: auto;
    line-height: 40px;
}

.butns .btn a {
    color: #fff;
}

.c-banner {
    margin: 0px 0px 38px 0px;
}


.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%);
}

.footerregion h2:after {
    content: inherit;
}

.footerregion h2 {
    padding-bottom: 0;
    line-height: inherit;
}

.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%;
}

.service-item {
    background-color: #fff;
    margin: 0 auto;
    min-height: 340px;
    padding: 25px 20px;
    transition: .5s ease;
    position: relative;
    box-shadow: 0 0 11px 0px rgb(0 0 0 / 20%);
}

.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 h5 {
    color: #1d274e;
    font-size: 18px;
    font-weight: 600;
    margin-top: 20px;
    padding-bottom: 15px;
    margin-bottom: 0px;
}

.service-item img {
    width: 65px !important;
    margin: 8px auto;
}

.service-item p {
    line-height: 20px;
    margin: 0;
}

.six .col-md-4:nth-child(3)~* {
    margin-top: 30px;
}



.light-blue {
    background: #F0FBFF;
}


.howtostartr .Rectangle-35 {
    height: 1px;
    opacity: .1;
    background-color: #44355b;
    width: 100%;
    margin-top: 39px;
    margin-bottom: 44px;
}

.howtostartr .queri {
    font-size: 16px;
    line-height: 1.81;
    color: #555;
}

.two-left .col-md-6,
.two-left .col-md-12 {
    width: 33.33% !important;
}


.home-content .col-md-12>.row .two-left:last-child .row>.col-md-6:nth-child(2) {
    display: none;
}



.downloadpdf {
    position: fixed;
    z-index: 9999;
    top: 50%;
    left: -125px;
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    z-index: 99;

}


.nav-tabs>li::before {
    display: none;
}

form button.theme-btn.btn-arrow {
    margin-top: 20px;
}

img.img-responsive.sticker {
    /* margin-top: 40px; */
}

.baner-region h3 {
    border-radius: 10px;
    clear: both;
    color: #ffce10;
    margin-top: 0px;
    display: inline-block;
    padding: 8px 20px;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    border-left: 5px solid #fff;
    border-right: 5px solid #fff;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    width: 100%;
}

p#msg {
    color: #000;
    text-align: center;
}

p#msg1 {
    text-align: center;
    margin-top: 10px;
}

#welcomeDiv {
    display: none;
}

.form-box {
    margin-top: 0px;
}

.marker-primary.marker-ribbon {
    background-color: #012b55;
}

.demof li {
    padding: 4px 0 4px 30px;
    height: auto;
    border-bottom: 1px solid #f3f3f3;
    position: relative;
}

.demof ul li::before {
    color: #ffffff;
    content: "\f105";
    font-family: "FontAwesome";
    font-size: 12px;
    left: 0;
    position: absolute;
    top: 8px;
    font-weight: 600;
    background: #9d254d;
    border-radius: 30px;
    height: 19px;
    width: 19px;
    text-align: center;
    line-height: 19px;
}

.demof a {
    color: #f15a22 !important;
    padding: 0px 0 !important;
    margin: 0px !important;
    font-weight: 500;
    font-size: 14px;
}

.marker {
    background-color: #012b55;
    color: #ffffff;
    padding: 8px 10px;
    font-size: 10px;
    z-index: 1;
}

.marker-ribbon h5 {
    font-size: 17px;
    font-weight: 600;
    margin: 0;
    color: #fff;
}

.pos-absolute {
    position: absolute;
    top: -15px;
    left: 5px;
}

.recent {
    padding: 25px 10px 20px 15px;
    box-shadow: 5px 5px 5px rgb(0 0 0 / 20%);
    border: 1px solid #ddd;
    background: #fff;
    min-height: 170px;
}

.recent .mCustomScrollbar {
    position: relative;
    overflow: auto;
    -ms-touch-action: pinch-zoom;
    touch-action: pinch-zoom;
    height: 124px;
    margin-bottom: 0;
}

.marker-primary.marker-ribbon::after {
    border-bottom-color: #0b0e2b !important;
}

.marker-ribbon::after {
    content: '';
    position: absolute;
    top: 32px;
    left: 0;
    border-bottom: 7px solid #b4bdce;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    transform: rotate(45deg);
}

.ex_btn {
    margin: 10px auto;
}

.ex_btn a {
    display: block;
    color: #fff;
    background-color: #f15a22;
    border-color: #f15a22;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    border-radius: 4px;

}

.downloadpdf a {
    font-size: 14px;
    border-radius: 0 0 10px 10px;
    line-height: 29px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    background: #0b2edf;
    padding: 8px 8px;
    font-weight: 600;
    text-decoration: none;
}

#openform .modal-header {
    border-bottom: none;
    background-color: #fff420;
}

#openform .modal-header h4 {
    margin: 0;
    color: #333;
}

#openform .modal-header .close {
    opacity: 1;
    position: absolute;
    right: 10px;
    top: 10px;
    text-shadow: inherit;
    margin: 0;
}

#openform .form-box {
    box-shadow: inherit;
    padding: 0;
}

.programitem {
    padding: 15px;
    box-shadow: 0 10px 30px 0 rgba(54, 56, 110, .15);
    background-color: #fff;
    text-align: center;
    margin-bottom: 30px;
}

.programitem .imagefld {
    margin-bottom: 15px;
}

.programitem h3 {
    margin-top: 0;
    color: #000000;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 10px;
    background: #fae12e;
    padding: 5px 5px;
}

.programitem p {

    letter-spacing: .5px;
    line-height: 1.7;
    min-height: 105px;
    margin: 0;
    text-align: center;
    font-size: 15px;
}

.programitem .btnfld {
    margin-top: 15px;
    text-align: left;
}



.globalbtn {
    background-color: #f15a22;
    color: #fff;
    font-size: 14px;
    padding: 5px 8px;
    width: 100%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    border: 1px solid #f15a22;
}

.outlinebtn {
    color: #f15a22;
    background-color: #fff;
    border: 1px solid #f15a22;
    float: right;
}

.twobtns>* {
    width: 48%;
}

.globalbtn:hover {
    background-color: #39bb08;
    color: #fff;
    text-decoration: none;
    border-color: #39bb08;
}

.categoory {
    margin-top: 20px;
}

.categoory .col-md-4:nth-child(3)~* {
    margin-top: 30px;
}


#GetPDF .modal-dialog {
    margin-top: 90px;

}

#GetPDF .modal-header {
    min-height: 1px;
    border-bottom: none;
}

#GetPDF .form-box {
    padding: 0;
}

#GetPDF .form-box h4 {
    border-radius: 5px;
}

#GetPDF .modal-header .close {
    margin-top: 10px;
    margin-right: 10px;
    color: #fff;
    opacity: 1;
}

.get-pdf-block {
    background-color: #e9eaff;
    padding: 15px;
    margin-bottom: 10px;
    border-radius: 5px;
}

@media only screen and (max-width: 767px) {

    .Subject-wise .nav-tabs>li.active>a,
    .Subject-wise .nav-tabs>li.active>a:focus,
    .Subject-wise .nav-tabs>li.active>a:hover {
        padding: 8px 10px !important;
    }

    .Subject-wise .nav>li>a {
        padding: 7px 10px !important;
    }

    .baner-region h3 {
        text-align: center;
    }

    .programitem {
        padding: 10px 15px;
        box-shadow: 0 10px 30px 0 rgb(54 56 110 / 15%);
        background-color: #fff;
        text-align: center;
        margin-bottom: 15px;
        min-height: 145px;
    }

    .programitem p {
        min-height: initial;
    }

    .recent {
        padding: 25px 10px 10px 10px;
        margin-top: 40px;
    }

    .demof li {
        padding: 4px 0 4px 30px;
        font-size: 12px;
    }

    .demof a {
        font-size: 12px !important;
    }

    .form-box h4 {
        font-size: 17px;

    }

    .table-responsive>.table>tbody>tr>td {
        white-space: normal;
    }

    .six .col-md-4:nth-child(1)~* {
        margin-top: 30px;
    }

    .fac-deatils .col-md-4:nth-child(1)~* {
        margin-top: 0px;
    }

    .fac-deatils h5 {
        font-weight: 600;
        font-size: 17px;
        margin: 0px 0 5px 0;
    }

    .fac-deatils {
        border: 2px solid #f00;
        border-radius: 15px;
        padding: 10px 10px;
        min-height: inherit;
    }

    section h1 {
        font-size: 26px;
    }

    h3 {
        font-size: 17px;
        font-weight: 600;
    }

    .col-md-4.media-bnr {
        /*padding-left: 0;
    padding-right: 0;*/
    }

    .box-area,
    .box-area div {

        min-height: inherit;
    }

    #products .box {


        clear: both;
        border: 1px #f2ecec solid;
        margin-bottom: 10px;
        min-height: inherit;
        overflow: inherit;
        padding: 0 0 10px 0;
        background-color: #fff;
        border-radius: 7px;
        margin-top: 0;
        -moz-box-shadow: 2px 4px 8px 1px rgb(227 222 227);
        -webkit-box-shadow: 2px 4px 8px 1px rgb(227 222 227);
        box-shadow: 2px 4px 8px 1px rgb(227 222 227);
    }

    #products .box .rectangle-31 {
        background-color: #081875;
        padding: 10px;
        margin-bottom: 0;
        min-height: inherit;
        color: #fff;
        border-radius: 7px 7px 0 0;
    }

    #products .box .rectangle-31 h4 {
        font-size: 15px;
        margin-top: 0;
        color: #fff;
        margin-bottom: 5px;
        padding: 0;
    }



    #products .box .rectangle-31 h5 {
        font-size: 16px;
        margin-bottom: 0;
        color: #fff618 !important;
    }


    #products .box .rectangle-31 h5 strong,
    #products .box .rectangle-31 h5 span {
        color: #fff618 !important;
    }

    #products .box .rectangle-31 h5 strike {
        color: #fdd2ae;
    }

    #products .feature-content {
        width: 100%;
    }

    #products .box .pricetbtn {
        text-align: center;
        margin-top: 5px;
    }

    #products .box .pricetbtn a {
        background-color: #f76c39;
        border-radius: 3px;
        padding: 4px 8px;
        display: inline-block;
        color: #fff;
        line-height: 18px;
        font-size: 13px;
        width: auto;
        font-weight: 500;
    }

    .choseprog #products .box .checkicon {
        padding: 5px;
        list-style: none;
    }

    .choseprog #products .box .checkicon .inercon {
        padding-left: 25px;
    }


    #products .feature-content .col-md-12:nth-child(n + 4) {
        display: none;
    }

    #products .feature-content .col-md-12.showList:nth-child(n + 4) {
        display: list-item;
    }

    #products .box label.more {
        color: #0b76d8;
        font-weight: 500;
        display: none;
        cursor: pointer;
        clear: both;
        margin-top: 5px;
        float: left;
        width: 100%;
        padding-left: 30px;
        font-size: 13px;
    }

    #products .box label.more.showMe {
        display: block;
    }

    #products .box label.more~div {
        display: none;
    }

    #products .box label.more~.pricetbtn {
        display: block;
    }



    .downloadpdf {
        position: fixed;
        z-index: 9999;
        top: 66px;
        left: 0;
        -moz-transform: inherit;
        -webkit-transform: inherit;
        transform: inherit;
        z-index: 99;
        width: 100%;
    }

    .downloadpdf a {
        font-size: 14px;
        line-height: 18px;
        color: #fff;
        text-align: center;
        cursor: pointer;
        background: #0b2edf;
        padding: 8px 8px;
        font-weight: 600;
        width: 100%;
        text-decoration: none;
        border-radius: 0;
        display: inline-block;
    }

    .two-left .col-md-6 {
        width: 50% !important;
    }

    .two-left .col-md-12 {
        width: 100% !important;
    }


    .baner-region::before {
        display: none;
    }

    .baner-region h1 {
        font-size: 24px;
        margin-top: 0px;
    }

    section {
        padding: 40px 0;
        position: relative;
    }

    section h2 {
        font-size: 21px;
    }

    .sub-heading {
        margin-bottom: 20px;
        line-height: 25px;
    }

    .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%;
    }

    .programs-table ul li a {
        margin-right: 7px !important;
        letter-spacing: initial !important;
        padding: 10px 7px !important;
    }

}

@media only screen and (max-width: 570px) {}

@media screen and (max-width: 600px) {

    #card table {
        border: 0;
    }

    #card table thead {
        display: none;
    }

    #card table tr {
        margin-bottom: 20px;
        display: block;
        border-bottom: 2px solid #ddd;
        box-shadow: 2px 2px 1px #dadada;

    }

    #card table td {
        display: block;
        text-align: right;
        font-size: 13px;
    }

    #card table td:last-child {
        border-bottom: 0;
    }

    #card table td::before {
        content: attr(data-label);
        float: left;
        text-transform: uppercase;
        font-weight: bold;
    }

    #card tbody {
        line-height: 0 !important;
    }

}


@media only screen and (min-width: 768px) and (max-width : 991px) {
    .tc-sticky {
        position: fixed;
        top: 5%;
    }
}

@media only screen and (min-width: 992px) and (max-width : 1199px) {

    .navbar-brand>img {
        max-height: 28px !important;
    }

    .programitem {
        min-height: 400px;
    }

    .programitem h3 {
        font-size: 13px;
    }

    .twobtns>* {
        width: 100%;
        margin-bottom: 10px;
    }

    .tc-sticky {
        position: fixed;
        top: 3%;
    }

}