@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100&display=swap');
@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,500,600,700);
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

* {
    margin: 0px;
    padding: 0px;
}

body {
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    color: #000;
    font-weight: 400;
    line-height: 23px !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
}

ol {
    padding-left: 15px;
}

ol li {
    padding-left: 10px;
}
ol li::marker {
    font-weight: bold;
}

.red {
    color: #ff0000;
}

.ipm-banner h1 {
    margin-top: 0px;
}


.appicon {
    margin-top: 15px;
}

.appicon img {
    max-height: 55px;
}


#myCarousel23 .item img {
    border-radius: 15px;
    border: 1px solid #e6f2ff;
}

.carousel-control.left,
.carousel-control.right {
    background-image: none;
}

.orange {
    color: #811d3f;
}

section {
    padding: 35px 0;
    position: relative;
}

section h2 {
    color: #000;
    font-size: 28px;
    margin-bottom: 20px;
    margin-top: 0;
}



.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*/

.w-100 {
    width: 100%;
}

.text-white {
    color: #fff;
}

/* testimonial css*/

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
    clear: both;
    padding: 0;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: 0;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0px;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
}

.slick-track:after,
.slick-track:before {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
    margin-bottom: 0;
}

[dir=rtl] .slick-slide {
    float: right;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-dots {
    display: none !important;
}

.slick-slider .mCustomScrollbar {margin-bottom: 20px;}

.testmonials-pull {
    padding-top: 40px;
    padding-bottom: 40px;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    background-image: url(/cat-mba/images/testmonials-bg.jpg);
    color: #000;
}

.testmonials-pull .slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 9;
    border: 0;
    background-color: transparent;
    background-repeat: no-repeat;
    font-size: 0;
    width: 14px;
    height: 24px;
    padding: 0;
    cursor: pointer;
}

.testmonials-pull .slick-arrow:focus {
    outline: 0 !important;
}

.testmonials-pull .slick-prev {
    background-image: url(/cat-mba/images/left-arrow.png);
    left: -10px;
}

.testmonials-pull .slick-next {
    background-image: url(/cat-mba/images/right-arrow.png);
    right: -10px;
}

.difnt-con-pag-acod h2 {
    margin-top: 0;
    color: #fff;
    font-weight: 700;
    margin-bottom: 0;
}

.box-top .categorydefin {
    display: none
}

.box-top p {
    font-size: 15px;
    background-image: initial;
    min-height: 220px
}

.boxes-testmonials {
    transform: initial;
    -webkit-transform: initial;
    position: relative
}

.readmoretest {
    margin-top: 10px
}

.readmoretest a {
    line-height: 41px;
    padding: 0 22px;
    font-size: 14px;
    background-color: #ff692e;
    color: #fff;
    border-radius: 0;
    font-weight: 700;
    border-color: transparent
}

.readmoretest a:hover {
    background-color: #ff692e;
    color: #fff;
    border-color: #ff692e
}

.box-bttm h3,
.box-bttm h4,
.box-top p {
    font-family: Roboto, Helvetica, sans-serif;
    color: #000;
    line-height: 1.6;
    text-align: center
}

.box-bttm h3,
.box-bttm h4 {
    line-height: 1.1
}

.night-classes-test .box-top p {
    min-height: 240px
}

/* testimonial css*/


/* header css start */

#header-region {
    background: none;
    border: 0 none;
    font-size: 15px;
    margin-bottom: 0;
    padding: 10px 0;
    width: 100%;
    z-index: 111;
    color: #4f4f4f;
    background: #fff;
    box-shadow: 0 1px 6px 0px rgba(0, 0, 0, .2);
}

.header-region .navbar-nav>li>a {
    background-color: transparent;
    color: #3b3b3b;
    font-weight: 500;
    line-height: 42px;
    padding: 0 3px;
    z-index: 111;
    font-size: 14px;
    margin-right: inherit;
    width: inherit;
    height: inherit;
    font-family: 'Roboto', sans-serif;
}

.header-region .navbar-nav>li>a.stu-login {
    border: 1px solid #e85222;
    border-radius: 5px;
    line-height: 32px;
    padding: 0 12px;
    margin-top: 5px;
    background: #e85222;
    color: #fff;
}

.header-region .navbar-nav>li>a.stu-login:hover {
    background-color: #e85222 !important;
    color: #fff !important;
}

.header-region .navbar-nav>li>a.stu-login img {
    width: 20px;
}

.header-region .navbar-nav>li>a.stu-login1 {
    border: 1px solid #e85222;
    border-radius: 5px;
    line-height: 32px;
    padding: 0 12px;
    margin-top: 5px;
    background-color: #fff;
    color: #000;
}

.header-region .navbar-nav>li>a.stu-login1 img {
    width: 20px;
}

.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:hover {
    color: #3b3b3b !important;
    background-color: transparent !important;
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover {
    color: #3b3b3b !important;
    background-color: transparent !important;
}

.header-region .navbar-right>li {
    margin: 0 5px;
}

.header-region .navbar-right>li:last-child {
    margin-right: 0;
}

.header-region .navbar-nav>li>.dropdown-menu {
    top: calc(100% + 12px);
    min-width: 220px;
    border-radius: 0;
    padding: 0;
    border: none;
}

.header-region .navbar-nav>li>.dropdown-menu li a {
    line-height: 35px;
    font-size: 15px;
    border-bottom: 1px solid #f2f2f2;
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background-color: transparent;
    border-color: #337ab7;
}

.navbar-brand>img {
    max-height: 42px;
}

.navbar-brand {
    height: auto;
    padding-bottom: 1px;
    padding-top: 1px;
}

.header-call .popup-header-link {
    background: 0 0;
    color: #4f4f4f;
    width: auto;
    float: left;
    margin-right: 15px;
    position: relative;
}

.header-region .navbar-nav>li.iconforweb>a b {
    font-weight: 500;
}

.header-region .navbar-nav>li>a.btnsamecont {
    background-color: #ff692e;
    border-radius: 3px;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    padding: 0px 30px;
    line-height: 41px;
    margin-top: 5px;
}

#header-region.fixedheader {
    position: fixed;
    left: 0;
    width: 100%;
    top: 0;
}

.callphoneno2,
.callphoneno3,
.callphoneno4 {
    display: none;
}

.header-region .navbar-nav>li>.dropdown-menu li {
    list-style: none;
}

.header-region .navbar-nav>li>.dropdown-menu li a {
    line-height: 40px;
    font-size: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0 25px;
}

.header-region .navbar-nav>li>.dropdown-menu li a {
    color: #000 !important;
}

.header-region .dropdown-submenu>a::before {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-left-color: transparent;
    border-style: solid;
    border-width: 4px 0 4px 4px;
    border-left-color: #333;
    margin-top: 5px;
    margin-right: -10px;
    margin-top: 18px;
}

#header-region .dropdown-menu {
    border: none;
}

.header-region .navbar-nav>li>.dropdown-menu li ul {
    min-width: 260px;
    border-radius: 0;
    padding: 0;
    background-color: #eaeaea;
    left: 100%;
    top: 0px;
}


#header-region ul li i.fa.fa-whatsapp {
    color: #ffffff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50px;
    background: #20ab4b;
    margin-right: 5px;
}

#header-region ul li i.fa.fa-phone {
    color: #ffffff;
    background: #f15e29;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50px;
    margin-right: 5px;
}

#header-region ul li i {
    font-size: 17px;
    font-weight: 600;
}

.carts img {
    vertical-align: middle;
    height: 26px;
}


.sub-nav-region {
    background-color: #054477;
    border-top: medium none;
    padding: 0px;

}

.sub-nav-region .navbar-collapse>ul {
    width: 100%;
}

.sub-nav-region .navbar-nav>li {
    color: #fff;
    font-weight: 400;
    padding: 0;
    line-height: 40px;
    margin-right: 13px !important;
    font-size: 14px;
}

.sub-nav-region .navbar-nav>li>a {
    color: #fff;
    font-weight: 400;
    padding: 0;
    line-height: 40px;
    background-color: transparent;
    font-size: 14px;
}

.sub-nav-region .navbar-nav>li.open>a {
    background-color: transparent
}

.sub-nav-region .navbar-nav>li>.dropdown-menu {
    padding: 0;
    border: 0;
    border-radius: 0;
    background-color: #f5f5f5
}

.sub-nav-region .dropdown-menu>li>a {
    line-height: 1.6;
    padding: 7px 20px;
    color: #000;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    font-size: 14px;
    font-weight: 400
}

.sub-nav-region .dropdown-menu>li>a:hover {
    background-color: #fff;
    color: #000
}

.sub-nav-region li a.stu-login {
    border: 1px solid #e85222;
    border-radius: 5px;
    line-height: 23px;
    padding: 0 12px;
    margin-top: 7px;
    background: #e85222;
    color: #fff;

}

.sub-nav-region .navbar-collapse>ul li.score-cal {
    float: right;
}

.navbar-header>label {
    display: none
}

.dropdown-submenu1 {
    position: relative
}

.dropdown-submenu1 ul {
    display: none;
    color: #000;
    text-align: left;
    padding: 0
}

.dropdown-submenu1 ul li {
    list-style: none;
    text-decoration: none;
    line-height: 20px;
    color: #000;
    /* border-bottom: 1px solid rgba(0, 0, 0, .2); */
    font-size: 14px;
    font-weight: 400;
    background: #f5f5f5;
}

.dropdown-submenu1:hover ul {
    display: block;
    text-decoration: none;
    width: 220px;
    position: absolute;
    left: 100%;
    top: 0;
    margin-top: -1px;
    margin-left: -1px;
}



.dropdown-submenu1 ul li a {
    text-decoration: none;
    padding: 7px 20px;
    color: #000;
    font-weight: 400;
    display: block;
    white-space: normal;
}

.dropdown-submenu1 ul li a:hover {
    color: #000000
}

.dropdown-submenu1 .dropdown-menu>li>a:hover {
    background-color: #fff;
    color: #000000
}

.searchbar .form-group {
    margin-bottom: 0px;
    margin-top: 5px;
}

.searchbar .form-control {
    box-shadow: none;
    height: 30px;
    border: none;
    padding-right: 10px;
    margin-top: 5px;
    border-radius: 0;
}

.searchbar .fa {
    color: #e85222;
    font-size: 16px;
    margin-top: 5px;
}

li.dropdown.search-right {
    float: right;
    margin-right: 0px !important;
    min-width: 280px;
}

.searchbar {
    position: relative;
}

.searchresult .dropdown {
    z-index: 99999;
    position: absolute;
    top: 35px;
    padding: 0px;
}

.searchresult ul li {
    line-height: 24px;
    list-style: none;
}

.searchresult ul li a {
    background: #f7f7f7;
    display: block;
    padding: 4px 15px;
    border-bottom: 1px solid #ccc;
    font-size: 13px;
    color: #000;
    line-height: 20px;
}

.searchresult ul li a:hover {
    text-decoration: none;
}


.center-list .contact-info {
    box-shadow: 0 0 11px 0px rgb(0 0 0 / 20%);
    padding: 20px;
    border-radius: 10px;
    min-height: 245px;
}

.center-list .contact-info ul.contact-list {
    padding-left: 0px;
}

.center-list .contact-info .contact-list li {
    position: relative;
    padding: 11px 0px 11px 26px;
    list-style: none;
    border-bottom: 1px solid #eeeeee;

}

.center-list .contact-info h3 {
    margin-top: 0px;
    font-size: 21px;
    text-align: center;
}

.center-list .contact-info .contact-list li span {
    color: #f65935;
    font-size: 16px;
    margin-right: 7px;
    position: absolute;
    top: 15px;
    left: 0;
}

/* sub-nav-region cuet */

body.cuet-product li.dropdown.cuet-sub-nav .dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 4px 0 4px 4px;
    border-left-color: #333;
    margin-top: 5px;
    margin-right: -10px;
}

#sub-nav-region\ cuet .navbar-nav>li {
    margin-right: 14px;
}

#sub-nav-region\ cuet .navbar-collapse>ul {
    width: 100%;
    position: relative;
}

#sub-nav-region\ cuet li.bnhuop {
    position: absolute;
    right: 5px;
}

#sub-nav-region\ cuet li.bnhuop a {
    display: inline-block;
    padding: 0px 10px !important;
    margin: 0;
}

.cuet-sub-nav img,
#sub-nav-region\ cuet .bnhuop img {
    max-width: 20px !important;
    vertical-align: middle !important;
}

.cuet-sub-nav .animate-charcter,
#sub-nav-region\ cuet .animate-charcter {
    background-image: linear-gradient(-225deg, #f8ed22 0%, #ff3b7c 29%, #f8ed22 67%, #fff800 100%);
    background-size: auto auto;
    background-clip: border-box;
    background-size: 200% auto;
    color: #fff;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textclip 2s linear infinite;
    display: inline-block;
    font-size: 16px !important;
    font-weight: 700 !important;
}

@keyframes textclip {
    to {
        background-position: 200% center;
    }
}

.cuet-sub-nav .blinkss,
#sub-nav-region\ cuet .blink {
    text-decoration: blink;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 0.8s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-direction: alternate;
    color: #ffeb3b !important;
    font-weight: 600 !important;
}

@-webkit-keyframes blinker {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

/* sub-nav-region cuet */

/* thankyou page */

.thankyou {
    background-color: #fff;
    padding-top: 20px;
    padding-bottom: 60px;
    text-align: center;
}

.thankyou h2 {
    margin-top: 20px;
    font-weight: bold;
    color: #000;
    font-size: 32px;
    font-family: 'Roboto', sans-serif;
}

.thankyou h5 {
    font-weight: 400;
    color: #000;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
}

.thankyou p {
    color: #000;
    font-size: 16px;
}

.thanks-msg {
    background: #e6f2ff;
    padding: 30px;
    border: 1px solid #b7d4f3;
    border-radius: 20px;
    min-height: 400px;
}

.thanks-msg h2 span.orange {
    color: #811d3f;
}

/* thankyou page */

/* Footer ad */

footer.footer-area.text-center.footer-ad {
    background-color: black;
    color: #fff;
    padding: 10px;
}

footer.footer-area.text-center.footer-ad p {
    margin-bottom: 0;
}

/* Footer ad */

.tickers {
    background: #f7f7f7;
    text-align: center;
    padding: 7px 0;
    line-height: inherit;
    position: relative;
    /* display: none; */
}

.tickers ul {
    display: inline-block;
    margin-bottom: 0;
    padding: 0;
    width: 100%;
}

.tickers li {
    display: inline-block;
    font-size: 14px;
    list-style-type: none;
    letter-spacing: 0.8px;
    font-weight: 500;
    margin: 0 10px 0 0px;
    line-height: 24px;
}

.tickers li span {
    display: block;
    font-size: 4.5rem;
}

.tickers b {
    font-size: 17px;
    padding-right: 20px;
}

.tickers b a {
    color: #e85222;
    font-weight: bold;
    padding: 0x 8px;
    border-bottom: 1px solid #e85222;
}

.tickers b a:hover {
    text-decoration: none;
}

#countdown span {
    color: #e85222;
    background: none;
    display: inline-block;
    margin-right: 5px;
    font-size: 23px;
    width: inherit;
    font-weight: bold;
    padding: inherit;
    border-radius: inherit;
}

.tick-btn {
    padding: 5px;
    background: #e85222;
    color: #fff;
    border-radius: 3px;
    font-size: 13px;
    line-height: 1px;
    margin-left: 10px;
}

.tick-btn:hover {
    color: #fff;
}

/* marque */
#marque {
    background: #e85222;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 30px;
    color: #fff;
    padding: 5px 5px;
    z-index: 999;
}

#marque a {
    color: #fff;
}

.suggest-reading-sec .suggest-reading-block {
    background-color: #e6f2ff;
    border-bottom-right-radius: 10px;
}

.suggest-reading-sec .suggest-reading-block h3 {
    font-size: 18px;
    padding: 10px;
    color: #000;
    margin-top: 0;
    font-weight: 500;

}

.suggest-reading-sec .suggest-reading-block a::before {
    color: #fff;
    background-color: #9a2e56;
    width: 25px;
    height: 25px;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
    line-height: 25px;
    text-align: center;
    font-size: 15px;
    content: "\f105";
    right: 15px;
    font-family: "FontAwesome";
    position: absolute;
    bottom: 10px;
}

/* ipm article css start */

.ipm-banner-2 .breadcrumb {
    text-align: center;
}
            .ipm-article-sec .ipm-article-block {
    border: 1px solid #e7f2fe;
    border-radius: 5px;
}

.ipm-article-sec .ipm-article-block img {
    min-height: 250px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.ipm-article-sec .ipm-article-block .ipm-article-block-content {
    padding: 0px 15px;
}

.ipm-article-sec .ipm-article-block .ipm-article-block-content h3 {
    font-size: 18px;
}

.ipm-article-sec .ipm-article-block .ipm-article-block-content h3 a{
    color: #000;
}

.ipm-article-sec .ipm-article-block .ipm-article-block-content h3 a::after {
    content: "\f105";
    font-family: 'FontAwesome';
    right: 30px;
    position: absolute;
    font-size: 18px;
}

.ipm-article-sec .ipm-article-block .ipm-article-block-timestamp {
    text-align: right;
    padding: 0 15px;
    color: #00000080;
}

.ipm-article-sec .ipm-article-block .ipm-article-block-content .mCustomScrollbar {
    height: 80px;
    margin-bottom: 10px;
}

/* ipm article css end */


/* Bottom fix bar */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
.bottom-offer-bar {
    font-family: "Montserrat", sans-serif!important;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #ffeaea;
    padding: 12px 20px;

    z-index: 9999;
}
.ready-start {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}

.bottom-offer-bar p {
  margin-bottom: 0px!important;
  font-weight: 500;
  font-size: 16px;
}

.btn-group-offer {
  display: flex;
  align-items: center;
  gap: 10px;
}
.btn-group-offer .btn {
    background: #e85222;
    color: #fff;
    letter-spacing: 0.5px;
    font-weight: 600;
    border-radius: 10px;
    padding: 5px 10px;
    font-size: 14px;
    margin-bottom: 0;
    line-height: normal;
}

.close-offer {
    font-size: 35px;
    cursor: pointer;
}
.mobile-in{display: none;}

/* Bottom fix bar */


@media all and (max-width: 767px) {

    .navbar-brand>img {
        max-height: 25px!important;
        max-width: 140px!important;

    }

    li.dropdown.search-right {
        float: inherit;
        margin-right: 10px !important;
        width: 100%;
    }

    .searchbar .form-control {
        box-shadow: none;
        height: 30px;
        background: #ebe8e8;
    }

    .searchbar .btn {
        color: #e85222;
        background-color: #ebe8e8;
        border-color: unset;
        padding: 5px 12px;
        border-radius: 0;
        border: 0px;
        margin-top: 5px;
    }

    .tickers {
        background: #f7f7f7;
        text-align: left;
        padding: 7px 0;
        line-height: inherit;
        position: relative;
        display: none;
        text-align: center;
    }

    .tickers ul {
        display: inline-block;
        margin-bottom: 0;
        padding: 0;
        width: 100%;
    }

    .tickers li {
        font-size: 11px;
    }

    .tickers li span {
        font-size: 14px !important;
    }

    .tickers b {
        font-size: 13px;
        display: flex;
        text-align: center;
    }

    .tickers a {
        display: flex;
        width: max-content;
    }

    .tick-btn {
        padding: 15px;
        background: #e85222;
        color: #fff !important;
        border-radius: 3px;
        font-size: 13px;
        line-height: 1px;
        margin: 0 auto;
    }





}

/* header css start */


.ipm-banner,
.mba-banner {
    background: #e6f2ff;
    padding: 25px 0;
}


.baner-region {
    background-color: #e6f2ff;
    position: relative;
    overflow: hidden;
    text-align: left;
    z-index: 1;
}

.baner-region h1 {
    margin-top: 0px;
    font-size: 29px;
}

.baner-region h2 a {
    font-size: 22px;
    margin-bottom: 10px;

}

.baner-region h3 {
    margin-top: 10px;
}

.baner-region h3 a {
    font-size: 20px;
}

.baner-region .session-details h3 {
    font-size: 20px;
    margin-bottom: 0px;
}

.baner-region .session-details h4 {
    font-size: 17px;
}

.baner-region .session-details h4 span {
    font-weight: 400;
}



/* Form css */
.form-region {
    background-color: #ffffff;
    border-radius: 5px;
    margin-top: 0px;
    padding: 15px 15px;
    margin-bottom: 0px;
}

.form-region h3 {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 20px;
    text-align: center;
}

.form-region h4 {
    color: #000;
    text-align: center;
    font-size: 18px;
    margin-top: 0;
}
.form-region h4 span {
    display: block;
    font-size: 16px;
    font-weight: 400;
    margin: 5px auto;
}

.date_stamp p {
    font-size: 12px;
    padding: 3px;
    margin: 15px 0px;
    text-align: center!important;
    background-color: #c1e0f3;
    border-left: none;
}

.form-region .form-group {
    position: relative;
}
#showHide strong {
    font-size: 14px;
    font-weight: 500;
}
.form-region .form-control {
    border: 1px solid #e0e0e0;
    border-radius: 3px;
    height: 36px;
    box-shadow: initial;
}

.form-region select {
    background: url(/images/br_down.png) no-repeat right #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-position-x: 95%;
}

.form-region .btn-block {
    background-color: #e85222;
    border: 0px;
    border-radius: 4px;
    font-size: 15px;
    font-weight: bold;
    line-height: 24px;
    color: #fff;
}

.form-control::placeholder {
    font-size: 15px;
    color: #555;
}

button.btnotp {
    background: #e85526;
    position: absolute;
    right: 5px;
    top: 4px;
    border: inherit;
    padding: 3px 6px;
    border-radius: 3px 3px 3px 3px;
    color: #fff;
    font-size: 14px;
}

button.btnotp-2 {
    right: 20px;
    top: 4px;
}

.change {
    position: fixed !important;
    width: 100%;
    transition: all 0.5s ease 0s;
    z-index: 999 !important;
    top: 0px;
    background: #2A3040;
    box-shadow: none;
    left: 0;
    border-radius: 0px !important;
}

.butns .btn {
    background-color: #fff;
    color: #000;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    padding: 15px 20px;
    border-radius: 0px;
    width: 100%;
    line-height: 40px;
    position: relative;
    box-shadow: 0px 4px 20px 0px rgba(71, 117, 192, 0.10);
    border: 1px solid #e1ecf9;
    text-align: center;
    overflow: hidden;
}

.butns .btn:after {
    content: "\f105";
    font-family: 'FontAwesome';
    right: -12px;
    position: absolute;
    font-size: 20px;
    background: #e6f2ff;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    bottom: -4px;
}

.butns .btn img {
    max-width: 42px;
    display: block;
    margin: 0 auto;
}

.mba-achiviers {
    margin-top: 20px;
    background: #edf6ff;
    border-radius: 15px;
    padding: 10px 16px;
    color: #000;
    border: 1px solid #81addd;
}

.mba-achiviers h5 {
    font-size: 20px;
}

.bright {
    display: flex;
    column-count: inherit;
    column-gap: 10px;
    align-items: center;
}

.bright img {
    max-height: 35px;
}

.bright span {
    font-size: 22px;
    font-weight: 600;
}

.bright p {
    margin-bottom: 0px;
    font-size: 13px;
    font-weight: 400;
}

.my-btn .btn {
    border: 1px solid #e1ecf9;
    outline: 0 none;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.9s ease-out;
    -moz-transition: all 0.9s ease-out;
    -ms-transition: all 0.9s ease-out;
    -o-transition: all 0.9s ease-out;
    -moz-transform: perspective(1px) translateZ(0px);
    -webkit-transform: perspective(1px) translateZ(0px);
    -o-transform: perspective(1px) translateZ(0px);
    -ms-transform: perspective(1px) translateZ(0px);
    transform: perspective(1px) translateZ(0px);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: color;
    transition-property: color;
    vertical-align: middle;
}

.my-btn .btn::before {
    background-color: #fff;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -moz-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    -o-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    z-index: -1;
}

.my-btn .btn:hover::before,
.my-btn .btn:focus::before,
.my-btn .btn:active::before {
    -moz-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -o-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

.my-btn .btn:hover {
    color: #000;
    border-color: #721b3814;
}

.my-btn .btn::before {
    background-color: #721b3814;
}

.margin-50 {
    margin-top: 50px;
}

.margin-bottom-30 {
    margin-bottom: 30px;
}

.margin-40 {
    margin-top: 40px !important;
}

.margin-20 {
    margin-top: 20px !important;
}

.margin-30 {
    margin-top: 30px !important;
}

.margin-100 {
    margin-top: 100px !important;
}


.msii2 ul {
    list-style: outside none none;
    margin: 0 0 0px 0;
    padding: 0;
}

.msii2 ul li {
    list-style: outside none none;
    margin: 0;
    padding: 6px 0 6px 15px;
    position: relative;
    text-align: left;
    width: 100%;
    line-height: 20px;
}

.msii2 ul li a {
    color: #000;
}

.msii2 ul li::before {
    color: #000000;
    content: "\f105";
    font-family: "FontAwesome";
    font-size: 15px;
    left: 0;
    position: absolute;
    background: transparent;
    text-align: center;
    top: 6px;
}

.clar {
    display: block;
}

.bg-grey {
    background: #e6f2ff !important;
}

.bg-white {
    background-color: #fff !important;
}


.modal {
    top: 30px;
}

/* mCustom scroll bar settings */
.mCustomScrollbar {
    position: relative;
    height: 120px;
    overflow: auto;
    -ms-touch-action: pinch-zoom;
    touch-action: pinch-zoom;
    margin-bottom: 0px;
}

.mCustomScrollBox {
    position: relative;
    overflow: hidden;
    height: 100%;
    max-width: 100%;
    outline: none;
    direction: ltr;
}

.mCSB_container {
    overflow: hidden;
    width: auto;
    height: auto;
}

.mCSB_inside>.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: #811d3f;
}

.currentafbox .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: rgb(105, 204, 68);
}


.latest-noti {
    background: #ffffff;
    padding: 22px 16px;
    border-radius: 15px;
    box-shadow: 0px 4px 20px 0px rgba(71, 117, 192, 0.10);
    border: 1px solid #e1ecf9;
}

.latest-noti h2 {
    font-size: 20px;
    margin-bottom: 5px;
}

.latest-noti.msii2 a {
    color: #811d3f;
    font-weight: bold;
}

.testmonials-pull {
    background: transparent;
}

.mentor-descrip {
    background: #fff;
    border-radius: 10px;
    padding: 0px 10px 10px;
    text-align: left;
    /* box-shadow: 0px 5px 17px 0px rgb(70 70 70 / 10%); */
}

.slick-track {
    /* padding: 0px 0; */
}

.imag {
    /* margin: 0 -15px; */
    background: url(https://www.careerlauncher.com/cat-mba/images/bg-mentor.jpg) no-repeat top center;
    background-size: cover;
}


.imag img {
    border-radius: 10px 10px 0 0;
    margin: 0 auto;
    max-height: 210px;
    object-fit: contain;
}

.mentor-descrip h4 {
    margin-top: 20px;
    margin-bottom: 5px;
    position: relative;
}

.mentor-descrip a h4,
.mentor-descrip a p {
    color: #000;
}

.mentor-descrip a h4:hover,
.mentor-descrip a p:hover {
    text-decoration: none;
}

.mentor-descrip h4:after {
    content: "\f105";
    font-family: 'FontAwesome';
    right: 10px;
    position: absolute;
    font-size: 18px;
}

.mentor-descrip .h4-after-hide::after {
    display: none;
}

.mentor-descrip p {
    margin-bottom: 0px;
}

.testmonials-pull .slick-prev {
    background-image: url(https://www.careerlauncher.com/cat-mba/images/left-arrow-angle.png) !important;
    right: 26px !important;
    left: inherit;
}

.testmonials-pull .slick-next {
    right: 0px;
    background-image: url(https://www.careerlauncher.com/cat-mba/images/right-arrow-angle.png) !important;
}


.testmonials-pull .slick-arrow {
    position: absolute;
    z-index: 9;
    border: 0;
    background-repeat: no-repeat;
    font-size: 0;
    top: -5%;
    width: 30px !important;
    height: 30px !important;
    padding: 0;
    cursor: pointer;
    background-color: transparent !important;
    background-size: 25px;
    background-position: center;
    border-radius: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.same .btn {
    background: #9D254D;
    border: 1px solid #9D254D;
    color: #fff;
    display: inline-block;
    margin-top: 15px;
    text-align: center;
    border-radius: 5px;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    padding: 10px 25px;
}

.mba-colleges a {
    padding: 2px 15px;
    border: 2px solid #811d3f;
    display: inline-block;
    border-radius: 50px;
    font-size: 14px;
    color: #000;
    margin-bottom: 10px;
}

.mba-colleges a:hover {
    background: #9d254d;
    color: #fff;
    border: 2px solid #9d254d;
    text-decoration: none;
}

.articles h3 {
    font-size: 13px;
    margin-top: 15px;
    margin-bottom: 5px;
}

.articles h3 a {
    color: #000;
}

a.links {
    color: #000;
    display: block;
    font-weight: 500;
    border: none !important;
    margin-bottom: 0px !important;
    font-size: 16px !important;
}

a.links:hover {
    background: transparent;
    color: inherit;
}

.latest-noti a.links {
    margin-top: 5px !important;
}

.articles p {
    font-size: 12px;
    line-height: 19px;
}

.articles img {
    border-radius: 6px;
}

.author {
    position: relative;
    padding-left: 85px;
}

.author img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
}

.ratings span {}

.ratings h4 {
    font-size: 18px;
    margin-top: 0px;
    margin-bottom: 5px;
    color: #000000;
}

.ratings h5 {
    font-size: 15px;
    margin-top: 0px;
    padding: 0;
    margin-bottom: 10px;
    color: #811d3f;
    font-weight: 400;
}

.ratings h6 {
    font-size: 14px;
    margin-top: 0px;
    padding: 0;
    margin-bottom: 10px;
    color: #000;
    font-weight: 400;
}

.ratings {
    position: relative;
    margin-bottom: 30px;
}

i.fa.fa-star.gry {
    color: #ccc;
}

.star-rating i {
    color: #9d254d;
}

.star-rating {
    position: absolute;
    right: 0;
}

/* accordion-section css start */
.accordion-section .panel-default>.panel-heading,
.panel-default {
    border: 0;
    background: transparent;
    padding: 7px 10px;
}

.accordion-section .panel-default .panel-title a {
    display: block;

}

.accordion-section .panel-default .panel-title a:after {
    font-family: 'FontAwesome';
    font-style: normal;
    font-size: 18px;
    content: "\f106";
    color: #000;
    float: right;
    margin-top: 2px;
    margin-right: -8px;
}

.accordion-section .panel-default .panel-title a.collapsed:after {
    content: "\f107";
}

.accordion-section .panel-default .panel-body {
    color: #000
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 15px;
    color: inherit;
    font-weight: 400;
}

/* accordion-section css start */

.articles {
    background: #F8F8F8;
    padding: 0px 0 0 15px;
    border-radius: 6px;
    min-height: 175px;
}

.row.no-pad {
    margin-right: 0;
    margin-left: 0;
}

.row.no-pad>[class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}

.copntf .col-md-6:nth-child(2)~* {
    margin-top: 15px;
}

.ratee .col-md-6:nth-child(2)~* {
    /* margin-top: 45px; */
}

.shadow {
    box-shadow: 0 7px 8px -1px rgb(160 160 160 / 10%);
    /* z-index: 9; */
}

.carousel-control {
    width: 5%;
    opacity: .8;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
    width: 30px;
    height: 30px;
    margin-top: -25px;
    font-size: 40px;
}

li.suty {
    display: none;
}

.grey-clr p {
    color: #8a8a8a;
    font-size: 11px;
}

.algn-midd {
    display: flex;
    align-items: center;
}

.cat-coaching-block ul {
    list-style: none;
    padding-left: 0 !important;
}

.cat-coaching-block ul li {
    list-style: none;
    margin: 0 !important;
    padding: 6px 0 6px 30px !important;
    position: relative;
    text-align: left;
    font-size: 14px;
    color: #000;
}

.cat-coaching-block ul li:before {
    color: #ffffff;
    content: "\f00c";
    font-family: "FontAwesome";
    font-size: 10px;
    left: 0;
    position: absolute;
    top: 8px;
    font-weight: 100;
    background: #9a2e56;
    border-radius: 5px;
    width: 18px;
    height: 17px;
    line-height: 17px;
    text-align: center;
}


.program-box {
    box-shadow: 3px 3px 16px #504e4e29;
    border: 1px solid #dbd7d7;
    border-radius: 16px;
    padding: 10px 15px;
    margin-top: 0px;
    background: #fff;
    overflow: hidden;

}


.feature-content {
    height: 190px;
    overflow: auto;
}

.feature-content::-webkit-scrollbar {
    width: 5px;
    background-color: #F5F5F5;
}

.feature-content::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #F5F5F5;
    border-radius: 10px;
}

.feature-content::-webkit-scrollbar-thumb {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #ced0d3;
    border-radius: 10px;
}

.feature-content .tophead h6{
    color: #9d254d;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 5px;
}

.feature-content h4 {
    padding: 8px 0 8px 24px;
    position: relative;
    text-align: left !important;
    width: 100%;
    line-height: 22px;
    font-size: 14px !important;
    color: #667085 !important;
    font-weight: 400 !important;
    margin-bottom: 0px !important;
    margin-top: 0 !important;
}

.feature-content h4::before {
    color: #811d3f;
    content: "\f00c";
    font-family: "FontAwesome";
    font-size: 14px;
    left: 0;
    position: absolute;
    top: 9px;
}

.program-box h4 {
    color: #101828;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 0px;
    min-height: 35px;
}

.program-box h5 {
    text-align: center;
    color: #101828;
    padding: 5px;
    border-radius: 20px;
    border: 1px solid #811d3f;
    margin-bottom: 15px;
    margin-top: 0;
    font-size: 16px;
}


.program-highlight .nav-tabs .nav-item.show .nav-link,
.program-highlight .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #f06432;
    border-color: var(--bs-nav-tabs-link-active-border-color);
}

.program-highlight .nav-tabs {
    border-bottom: none;
    column-gap: 10px;
}

.program-highlight .nav-tabs .nav-link {
    background: #e3e3e3;
    color: #101828;
}

.program-box strike.setPrice0 {
    padding-right: 5px;
}

.box-area .pricetbtn {
    margin: 10px 15px;
}

.program-box .pricetbtn .cta {
    width: 100%;

}



.cta {
    background: #f06432;
    border-radius: 8px;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    padding: 9px 15px;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
}

.mt-30 {
    margin-top: 30px;
}

.col-md-12.pricetbtn {
    float: inherit;
}

.cta:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

/* Product with image */

.box-area.with-img .program-box {
    padding: 0px ;

}

.testmonials-pull .box-area .slick-slide>div {
    padding: 0 0px;
}

.box-area.with-img .program-box .rectangle-31 img {
    width: 100%;
}

.box-area.with-img .program-box h5 {
    margin: 15px;
}

.box-area.with-img .feature-content {
    margin-right: 15px;
}

/* .box-area.with-img .pricetbtn {
    margin: 10px 15px;
} */

.box-area.with-img .feature-content h4 {
    background-color: transparent;
}

/* Product with image */

.ms ul {
    list-style: outside none none;
    margin: 0 0 0px 0;
    padding: 0;
}

.ms ul li {
    list-style: outside none none;
    margin: 0;
    padding: 3px 0 3px 25px;
    position: relative;
    text-align: left;
    /* color: #333; */
}

.ms ul li::before {
    color: #811d3f;
    content: "\f00c";
    font-family: "FontAwesome";
    font-size: 14px;
    left: 0;
    position: absolute;
    top: 4px;
    font-weight: 400;
}

.ms ul li ul li {
    list-style: outside none none;
    margin: 0;
    padding: 3px 0 3px 15px;
    position: relative;
    text-align: left;
    /* color: #333; */
}

.ms ul li ul li::before {
    content: "";
    font-family: "FontAwesome";
    font-size: 14px;
    left: 0;
    position: absolute;
    top: 11px;
    font-weight: 400;
    width: 5px;
    height: 5px;
    border-radius: 50px;
    background: #054477;
}


button.close {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    opacity: inherit;
    color: #ff692e !important;
    position: absolute;
    z-index: 999;
    right: 10px;
    top: 10px;
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    font-size: 27px;
}

#eventmyModal .modal-body button.close {
    background: #ff692e;
    margin-top: -20px !important;
    margin-right: 0;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    opacity: inherit;
    color: #ffffff !important;
    position: absolute;
    z-index: 999;
    right: -10px;
    top: 10px;
    float: right;
    font-size: 21px !important;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    font-size: 27px;
  }

button.close:hover {
    opacity: 1;
}

#colleges-popup button.close {
    font-size: 18px;
    font-weight: bold;
    width: 25px;
    height: 25px;
}


.program-box .pricetbtn .cta:hover {
    color: #fff;
}

.modal-body h2 {
    font-size: 26px;
    color: #000;
    text-transform: none;
    font-weight: 700;
    font-style: normal;
    margin-top: 0px;
    text-align: center;
}

#colleges-popup .modal-body {
    min-height: 500px;
}

#colleges-popup .mCustomScrollbar {
    height: 426px;
}

.modal-header {
    border-bottom: none !important;
    min-height: 0px;
    padding: 0px 25px;
    border-bottom: none;
    background: #f7f7f7;
}


.service-item {
    background-color: #fff;
    margin: 0 auto;
    min-height: 270px;
    padding: 25px 10px;
    transition: .5s ease;
    position: relative;
    /* box-shadow: 0 5px 47.2px 11.8px rgba(19, 30, 74, .1); */
    text-align: center;
    margin-top: 10px;
}

.service-item:hover {
    transform: translateY(-10px)
}

.service-item img {
    width: 50px !important;
    margin: 0 auto;
    margin-bottom: 0;
    margin-bottom: 20px
}

.service-item h3 {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    margin-top: 0;
    padding-bottom: 15px;
    margin-bottom: 0
}

.service-item p {
    margin-bottom: 0
}


.service-item-2 {
    background-color: #f0fbff;
    margin: 0 auto;
    min-height: 170px;
    padding: 25px 20px;
    transition: .5s ease;
    position: relative;
    /* box-shadow: 0 5px 47.2px 11.8px rgba(19, 30, 74, .1); */
    text-align: center;
}

.service-item-2:hover {
    transform: translateY(-10px)
}

.service-item-2 img {
    width: 50px !important;
    margin: 0 auto;
    margin-bottom: 0;
    margin-bottom: 20px
}

.service-item-2 h3 {
    color: #1d274e;
    font-size: 17px;
    font-weight: 600;
    margin-top: 0;
    padding-bottom: 15px;
    margin-bottom: 0
}

.service-item-2 p {
    margin-bottom: 0
}

.boxex-con {
    padding: 20px 20px;
    border-radius: 30px;
    background: #ffffff;
    min-height: 270px;
    border: 1px solid #811d3f;
    margin: 10px 0;
    text-align: center;
}

.boxex-con img {
    margin-bottom: 15px;
    max-height: 50px;
    text-align: center;
}

.boxex-con h3 {
    position: relative;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 8px;
    margin-top: 0;
}

.shadow .mCustomScrollbar {
    height: 90px;
}

.rectangle-31 h5 strong {
    color: #811d3f;
    font-size: 16px;
}


table tr:first-child {
    background: #cfe3f9 !important;
    color: #000;
    font-size: 16px;
    font-weight: 500;
}

table p {
    margin-bottom: 0px;
}

.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border: 0px;
}

.table-responsive {
    min-height: .01%;
    overflow-x: auto;
    border-radius: 20px 20px 0 0;
}

table td {
    padding: 10px 10px !important;
}

.table-bordered {
    border: 0px;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f0f8fd;
}

table {
    background-color: #f9fbfe;
}

.count-box {
    background-color: #9d254d;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    font-weight: 700;
    border-radius: 50%;
    color: #fff;
    margin-bottom: 20px;
    font-size: 20px;
}

#back-to-top {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 67px;
    left: 20px;
    font-size: 24px;
    border-radius: 50%;
    line-height: 40px;
    z-index: 999999;
    display: none;
    color: #000;
    text-align: center;
    cursor: pointer;
    box-shadow: 0 1px 4px 0 rgb(54 54 54 / 20%);
    background: #ffffff;
}

#back-to-top::after {
    position: absolute;
    z-index: -1;
    content: '';
    top: 35%;
    left: 29%;
    background: #b1a9a9;
    width: 15px;
    height: 1px;
}

/* ---achievers-block -- */

.achievers-block {
    position: relative;
    clear: both;
    float: left;
    width: 100%;
    margin-bottom: 20px;
    margin-top: 20px;
}

.achievers-block h2 {
    font-size: 24px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.achievers-item {
    padding-top: 0;
    background-color: #fdfdfdfa;
    float: left;
    width: 52%;
    margin-top: 15px;
    position: relative;
    border: 1.9px #811d3f dashed;
    border-radius: 12px;
}

.achievers-item:before {
    content: "";
    background-image: url(https://clsite-file.s3.amazonaws.com/MBA/2020/cat-mba/online-classes/106960_rank.png);
    position: absolute;
    top: -30px;
    left: 50%;
    background-size: 65px;
    background-repeat: no-repeat;
    width: 65px;
    height: 65px;
    margin: 0 auto;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
}

.count-block {
    position: relative;
    float: left;
    padding: 5px;
    text-align: center;
    width: 50%;
    border-right: 1px #ededed solid;
    margin-bottom: 5px;
}

.count-block h4 {
    color: #811d3f;
    margin: 20px 0 5px;
    font-weight: 700;
}

.count-block .counter-count {
    font-size: 24px;
    font-weight: 600;
}

.count-block p {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0;
}

.count-block:last-child {
    border-right: none;
}

/* ---achievers-block -- */


/*----------------testimonial-------------------------*/

.slick-prev {
    background-image: url(/cat-mba/images/left-arrow-angle.png) !important;
    right: 26px !important;
    left: inherit;
}

.slick-next {
    right: 0px;
    background-image: url(/cat-mba/images/right-arrow-angle.png) !important;
}


.slick-arrow {
    position: absolute;
    z-index: 9;
    border: 0;
    background-repeat: no-repeat;
    font-size: 0;
    top: -10%;
    width: 30px !important;
    height: 30px !important;
    padding: 0;
    cursor: pointer;
    background-color: transparent !important;
    background-size: 25px;
    background-position: center;
    border-radius: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}


.student-testimonial {
    background-color: #e6f2ff;
    text-align: center;
    padding: 15px;
    min-height: 280px;
    border-radius: 5px;
    line-height: 21px;
    font-size: 14px;
}

.student-testimonial .img-box img {
    width: 60px;
    border-radius: 50%;
    display: inline-block;
    margin-bottom: 15px;
    height: 60px;
    padding: 3px;
    background-color: #fff;
}

.student-testimonial .overview {
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 400;
    font-style: italic;
}

.student-testimonial .overview strong {
    font-weight: 500;
}

.test-user {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.student-testimonial .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;
}

/*----------------testimonial-------------------------*/

.ofer {
    display: none;
}

#locationcont .programs-table ul {
    text-align: center;
    border-bottom: none;
}

#locationcont .pdf-tabs {
    list-style: none;
    margin-top: 0px;
    margin-bottom: 20px;
}

#locationcont .programs-table ul li {
    float: none;
    display: inline-block;
}

#locationcont .pdf-tabs li {
    display: inline-block;
    position: relative;
    margin-right: 0px;
    border: 1px solid #e7edf3;
}

#locationcont .pdf-tabs a.active {
    color: #333;
    position: relative;
    background-color: #e7edf3;
    font-weight: 600;
}

#locationcont .pdf-tabs li a {
    display: block;
    background-color: transparent;
    padding: 10px 25px;
    color: #333;
    font-size: 16px;
    text-decoration: none !important;
    position: relative;
    border-radius: 0;
    border: none !important;
    cursor: pointer !important;
    font-weight: 400;
    margin-right: 0px;
}

#locationcont .pdf-tabs li a.active:after {
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #e7edf3;
    position: absolute;
    content: "";
    bottom: -12px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.programs-table-2 .pdf-tabs a.active {
    color: #fff !important;
    position: relative;
    background-color: #9d254d !important;
    font-weight: 600;
}

.programs-table-2 .pdf-tabs li a.active:after {
    border-top: 12px solid #9d254d !important;
    bottom: -10px;
}

.programs-table-2 ul.nav.nav-tabs.pdf-tabs {
    border-bottom: none;
    text-align: center;
}

.align-itemm {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.faclty .imag img {
    border-radius: 10px 10px 0 0;
    margin: 0 auto;
    width: 100%;
}

a.stu-login {
    border: 1px solid #e85222;
    border-radius: 5px;
    line-height: 32px;
    padding: 10px 15px;
    margin-top: 5px;
    background: #e85222;
    color: #fff;
}

.percentile_cat_result {
    margin-top: 10px;
    margin-bottom: 10px;
}

.percentile_cat_result h5 {
    color: #fff !important;
    text-align: left;
    display: inline-block;
    padding: 8px 18px;
    font-size: 18px;
    border-radius: 10px;
    margin-bottom: 2px;
    background: #9d254d;
    border: 0px;
}

.percentile_cat_result h5 span {
    color: #ffe621;
    font-size: 23px;
    font-weight: bold;
}

.percentile_cat_result p small {
    color: #000;
}

.mobile-6reason .boxex-con {
    padding: 20px 20px 10px;
    border-radius: 30px;
    background: #ffffff;
    min-height: 230px;
    border: 1px solid #811d3f;
    margin: 10px 0;
    text-align: center;
}

.three-seson .service-item {
    background-color: #fff;
    margin: 0 auto;
    min-height: 226px;
    padding: 25px 10px;
    transition: .5s ease;
    position: relative;
    /* box-shadow: 0 5px 47.2px 11.8px rgba(19, 30, 74, .1); */
    text-align: center;
    margin-top: 10px;
}

.small-text {
    font-size: 12px;
    font-weight: 500;
    padding-right: 10px;
}



/* accordian css */
.accordion-section .panel-default {
    border: 0;
    background: transparent;
    position: relative;

}

.accordion-section .panel-heading {
    border: 0;
    background: none;

}

.accordion-section .panel-default>.panel-heading,
.panel-default {
    border: 0;
    background: transparent;
    padding: 7px;
    color: #000;
}

.accordion-section .panel-default .panel-title a,
.accordion-section a.accordion-section-title {
    display: block;

}

.accordion-section .panel-default .panel-title a::after,
.accordion-section a.accordion-section-title:after {
    font-family: 'FontAwesome';
    font-style: normal;
    font-size: 22px;
    content: "\f106";
    color: #811d3f;
    position: absolute;
    right: 10px;
}

.accordion-section a.accordion-section-title:after {
    right: 30px;
    content: "\f107";
}

.accordion-section .panel-default .panel-title a.collapsed:after {
    content: "\f107";
}

.accordion-section a.accordion-section-title.active:after {
    content: "\f106";
}

.accordion-section .panel-default .panel-body {}

.accordion-section h5 {
    font-weight: 400;
    color: #000000;
    font-size: 16px;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #CDD5E3;
}

.product-grids a {
    color: #000;
    display: block;
    font-size: 15px;
    padding: 6px 12px;
    width: 100%;
    background-color: transparent;
    border-radius: 30px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 10px;
    border: 2px solid #811d3f;
}

.product-grids a:hover {
    background: #811d3f;
    color: #fff;
    text-decoration: none;
}

/* accordian css */



.thre-plus {
    margin: 15px 0 0;
    padding: 15px 8px 12px;
    border-radius: 20px;
    position: relative;
    width: 100%;
    border: 1px solid #811d3f;
}


.thre-plus h4 {
    font-size: 18px;
    margin: 0 0 0px 0;
    letter-spacing: 0.5px;
    text-align: center;
}

.thre-plus h5 {
    font-size: 18px;
    text-align: center;
    font-weight: 600;
    margin-top: 5px;
    line-height: 23px;
    margin-bottom: 0;
}

.thre-plus span {
    color: #811d3f;
}

/* cat-mba ipm classroom */
.form-field-block {
    display: flex;
    flex-wrap: wrap;
    align-items: end;
    column-gap: 20px;
    justify-content: center;
}

/* cat-mba ipm classroom */


/*****footer-block-start****/


.caret-sub {
    right: 10px;
    position: absolute;
    top: 13px;
    color: #635e5e;
}

.foot h3 {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 8px;
    margin-top: 0;
}

.foot ul li {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    list-style: none;
}

.foot li {
    color: #fff;
    font-size: 13px;
    font-weight: 100;
    line-height: 22px;
    list-style: none;
}

.foot li a {
    color: #fff;
}

.foot li ul li {
    color: #fff;
    font-size: 12px;
    font-weight: 100;
    line-height: 22px;
    list-style: none;
}

.blue {
    background: #131a22;
    padding: 20px 0;
}

.foot li ul {
    margin-left: 10px;
    padding-left: 0;
}

.nav_first li {
    display: inline;
    color: #ddd;
    padding: 0 0.6em;
    font-size: 12px;
}

.nav_first li a {
    color: #fff;
}

.box2 {
    width: 100%;
    float: left;
    padding: 30px;
    background: #fbfbfb;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    text-align: center;
}

.duration {
    text-align: center;
    font-size: 14px;
    color: #9e9e9e;
    padding: 20px 0;
}

.factsmyt-region h3 {
    font-size: 16px;
    font-weight: 700;
}

.factsmyt-region {
    padding: 40px 0;
    position: relative;
}

.factsmyt-region h3 a {
    color: #333;
}

.bottom-region {
    padding: 40px 0;
    background: #232f3e none repeat scroll 0 0;
}

.bottom-region-btm {
    background: #131a22 none repeat scroll 0 0;
    padding: 10px 0;
    text-align: center;
}

.bottom-region-btm ul {
    margin-bottom: 0;
}

.backi {
    background: #485769;
    padding: 8px 0;
}

.backi a {
    font-size: 13px;
    color: #fff;
}

.footi {
    margin-top: 30px;
}

.cari {
    background: #232f3e;
    border-top: 1px solid #3a4553;
    padding: 15px 0;
}

.cari ul {
    margin-bottom: 0;
    padding: 0;
}

.footer-region ul li {
    font-size: 14px;
    line-height: 31px;
}

.seven-col-grid {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

.seven-col-grid {
    width: 12.5%;
}

.navFooterDescText {
    color: #767676;
    display: block;
    font-size: 10px;
    line-height: 110%;
    margin-bottom: 1px;
}

.seven-col-grid a {
    color: #337cbb;
}

.six-col-grid {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

.six-col-grid {
    max-width: 80%;
    width: 16.66%;
}

.navFooterDescText {
    color: #767676;
    display: block;
    font-size: 10px;
    line-height: 110%;
    margin-bottom: 1px;
}

.six-col-grid a:hover {
    color: #337cbb;
}

.blue h3 {
    color: #fff;
    font-size: 16px;
    text-align: left;
    margin-bottom: 15px;
    margin-top: 0;
    font-weight: 600;
    padding-bottom: 10px;
    position: relative;
}

.blue h3::before {
    background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
    width: 104px;
}

.blue h3::after {
    background: #e16038 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
    width: 40px;
}

.footerregion {
    font-family: Roboto, sans-serif;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 400;
    letter-spacing: 0.4px;
}

.footerregion>div {
    clear: both;
}

.footerregion .backtotop {
    background-color: #485769;
    padding: 8px 0;
    clear: both;

}

.footerregion .footerlinksre {
    background-color: #232f3e;
    padding-top: 25px;
    padding-bottom: 25px;
}

.footerregion .logoregionco {
    border-top: 1px solid #3a4553;
    background-color: #232f3e;
    padding-top: 15px;
    padding-bottom: 15px;
}

.footerregion .companypartreg {
    background-color: #131a22;
    padding: 25px 0 40px 0;
}

.footerregion .companypartreg h2 {
    position: relative;
    padding-bottom: 8px;
    text-align: left;
}

.footerregion .companypartreg h2:before {
    background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
    width: 104px;
}

.footerregion .companypartreg h2:after {
    background: #e16038 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
    width: 40px;
}

.footerregion ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footerregion .twocolumn li:after {
    display: none;
}

.footerregion .twocolumn li {
    padding-left: 0;
    margin-right: 10px;
    float: left;
    margin-top: 10px;
}

.footerregion h2 {
    margin-top: 0;
    font-family: Roboto, sans-serif;
    margin-bottom: 10px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.7px;
    text-align: left;
}

.footerregion a {
    color: #fff;
    font-size: 12px;
    line-height: 25px;
    font-weight: 300;
    letter-spacing: 0.2px;
}

.footerregion a i {
    margin-right: 10px;
}

.footerregion li i {
    margin-right: 5px;
}

.footerregion .panel-group {
    padding: 0;
    margin: 0;
}

.footerregion .panel-group .panel {
    border: 0;
    background-color: transparent;
}

.footerregion .panel-default>.panel-heading {
    border: 0;
    padding: 0;
    line-height: initial;
    border-radius: 0;
    background-color: transparent;
}

.footerregion .panel-default>.panel-heading a {
    font-weight: 400;
    position: relative;
}

.footerregion .panel-default>.panel-heading a:after {
    content: "\f105";
    font-family: FontAwesome;
    font-size: 13px;
    top: -4px;
    opacity: 0.5;
    transform: rotate(90deg);
    color: #fff;
    position: absolute;
    right: -15px;
}

.footerregion .panel-group .panel+.panel {
    margin-top: 0;
}

.logoregionco ul {
    margin-top: 8px;
}

.logoregionco ul li {
    display: inline-block;
    padding: 0 5px;
}

.logoregionco ul li a {
    font-size: 12px;
    line-height: initial;
}

.companypartreg ul:not(.privcno) li {
    float: left;
    width: 32.66%;
    margin-bottom: 15px;
}

.companypartreg ul:not(.privcno) li:nth-child(7) {
    margin-left: 16.66%;
}

.companypartreg ul:not(.privcno) li a {
    line-height: 1;
    color: #ddd;
}

.companypartreg ul:not(.privcno) li span {
    color: #767676;
    font-size: 11px;
    line-height: 14px;
    display: block;
    font-weight: 400;
}

.footerregion ul.privcno {
    text-align: center;
    font-size: 11px;
    color: #fff;
    line-height: 25px;
    margin-top: 10px;
}

.footerregion ul.privcno li {
    display: inline-block;
    vertical-align: top;
    padding: 0 10px;
    font-size: 12px;
}

.footerregion ul.privcno li a {
    font-size: 12px;
}

.footerlinksre li {
    position: relative;
    padding-left: 0px;
}

.footerlinksre .ft li {
    display: inline-block;
    width: 50%;
}

.footerregion #back-to-top {
    cursor: pointer;
    display: none;

}

.footerregion .glyphicon-chevron-up {
    transform: rotate(-46deg);
    -webkit-transform: rotate(-46deg);
    -moz-osx-font-smoothing: grayscale;
    left: -9px;
    right: 0;
    top: -5px;
    position: relative;
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
}

/* .logo-ft img {
    padding-bottom: 15px;
} */

.logo-ft p {
    color: #fff;
}



.footer-block {
    background-color: #f7fbff;
    padding: 30px 0;
}

.footer-block ul {
    padding-left: 0;
}

.footer-block ul li {
    list-style: none;
    position: relative;
    margin-bottom: 5px;
}

.footer-block ul li a {
    color: #333;
    text-decoration: none;
    font-weight: normal;
}

.footer-block ul li:before {
    content: "\f00c";
    font-family: FontAwesome;
    color: #ff692e;
    font-size: 16px;
    margin-right: 3px;
    display: inline-block;
    text-align: center;
}

span.btn-text {
    display: block;
    margin-top: -17px;
}

a.stu-login {
    border: 1px solid #e85222;
    border-radius: 5px;
    line-height: 32px;
    padding: 10px 15px;
    margin-top: 5px;
    background: #e85222;
    color: #fff;
}

img.expore.cat-zone {
    max-width: 53px;
}

a.outline-links {
    padding: 2px 15px;
    border: 2px solid #811d3f;
    display: inline-block;
    border-radius: 50px;
    color: #000;
    margin-bottom: 10px;
}

a.outline-links:hover {
    background: #9d254d;
    color: #fff;
    border: 2px solid #9d254d;
    text-decoration: none;
}

.out-line {
    border: 1px solid #81addd;
    padding: 15px 20px 10px 15px;
    border-radius: 20px;
    background: #edf6ff;
}

/*****footer-block-start****/

.footer-block {
    padding: 30px 0;
}

.footer-block ul {
    padding-left: 0;
}

.footer-block ul li {
    list-style: none;
    position: relative;
    margin-bottom: 5px;
}

.footer-block ul li a {
    color: #333;
    text-decoration: none;
    font-weight: normal;
}

.footer-block ul li:before {
    content: "\f105";
    font-family: FontAwesome;
    color: #ff692e;
    font-size: 16px;
    margin-right: 3px;
    display: inline-block;
    text-align: center;
}

.footer-block h2 {
    color: #333;
}

.footer-block h2 span a.btn {
    color: #000;
    font-weight: bold;
    border-bottom: none;
    margin-top: 0px;
    margin-left: 20px;
}


/*****footer-block-close****/


/*****social-icon-css****/

.share-icon {
    position: fixed;
    right: 0;
    top: 50%;
    z-index: 99;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.share-icon>a {
    clear: both;
    display: block;
}

.share-icon .telegram-icon {
    background: #2aabee;
    margin-bottom: 2px;
    font-size: 22px;
    clear: none;
    float: left;
    width: 38px;
    line-height: 38px;
    text-align: center;
    -webkit-transition: ease-in-out 0.3s;
    -moz-transition: ease-in-out 0.3s;
    -o-transition: ease-in-out 0.3s;
    transition: ease-in-out 0.3s;
    border-radius: 5px;
    padding: 10px;
}

.share-icon i.fa-instagram {
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f09433', endColorstr='#bc1888', GradientType=1);

    margin-bottom: 2px;
    font-size: 22px;
}

.share-icon i.fa-whatsapp {
    background: #00E26B;
    margin-bottom: 2px;
    font-size: 22px;
}

.share-icon i.fa-phone {
    background: #F06432;
}

.share-icon i {
    clear: none;
    float: left;
    width: 38px;
    line-height: 38px;
    text-align: center;
    -webkit-transition: ease-in-out 0.3s;
    -moz-transition: ease-in-out 0.3s;
    -o-transition: ease-in-out 0.3s;
    transition: ease-in-out 0.3s;
    color: white;
    border-radius: 5px;
}

/*****social-icon-css****/


/* breadcrumb css */
section.breadcrumbouter {
    padding: 0 !important;
    background: #e6f2ff;
}

.breadcrumb {
    margin-bottom: 0;
    background-color: #e6f2ff;
    padding-left: 0;
    padding-top: 15px;
}

.breadcrumb>li>a {
    color: #000;
}

.breadcrumb>li:first-child {
    padding-left: 0;
}

.breadcrumb>li+li:before {
    content: "\f105";
    font-family: 'FontAwesome';
    color: #121212;
}

.breadcrumbouter .breadcrumb {
    margin-bottom: 0;
    background-color: transparent;
    border-radius: 0;
    padding: 8px 0;
    margin: 0;
}

.breadcrumb>.active {
    color: #e85222;
}

/* breadcrumb css */

/* cuet list icon css */

.cuet-list li::before {
    content: "\f0a4" !important;
}


@media only screen and (max-width: 767px) {

.ready-start {
    gap: 0px;
}

.bottom-offer-bar p {
   display: none;
}
.bottom-offer-bar {
    bottom: 36px;
    padding: 5px 20px;
    z-index: 9999;
}
.dsk-in{display: none;}
.mobile-in {
    display: block;
  font-size: 12px;
}

    .six-col-grid {
        width: 50% !important;
        margin-bottom: 12px;
    }

    .m-btm {
        margin-bottom: 12px;
    }

    .seven-col-grid {
        width: 40.28% !important;
    }

    .foot {
        margin-left: 0;
        padding-left: 0;
    }

    .nav_first {
        margin-left: 0;
        padding-left: 0;
    }

    .achievers-item {
        width: 100%;
    }

    .companypartreg ul:not(.privcno) li {
        display: inline-flex;
        width: 47.66%;
        margin-bottom: 15px;
    }

    .companypartreg ul:not(.privcno) li:nth-child(7) {
        margin-left: 0;
    }

    .logo-ft {
        text-align: center;
    }

    .logo-ft img {
        padding-bottom: 15px;
        max-width: 115px;
    }

    .footerregion h2 {

        margin-bottom: 10px;
        font-size: 15px;
        font-weight: 400;
        letter-spacing: 0.7px;
        text-align: left;
        margin-top: 20px;
    }

    .footerlinksre li {
        position: relative;
        padding-left: 0px;
        display: inline-flex;
        width: 31%;
        margin-right: 2%;
    }

    .footerlinksre .ft li {
        display: inline-block;
        width: 31%;
    }

    .footerregion a {
        color: #fff;
        font-size: 10px;
        line-height: 15px;
        font-weight: 300;
        letter-spacing: 0.3px;
        margin: 5px 0;
    }




}


/*****footer-block-close****/


@media only screen and (max-width: 767px) {

    section {
        padding: 30px 0;
    }

    section h2 {
        font-size: 20px;
        margin-bottom: 20px;
        text-align: center;
    }

    .cat-coaching-block h3 {
        text-align: center;
    }

    section h3 {
        font-size: 18px;
    }

    .baner-region h1 {
        text-align: center;
        font-size: 28px;
    }

    .baner-region h3 {
        text-align: center;
    }


    .bright span {
        font-size: 18px;
        font-weight: 600;
    }

    .bright img {
        max-height: 30px;
    }

    .bright {
        column-gap: 15px;
        align-items: center;
        margin-bottom: 10px;
        justify-content: center;
    }

    .mba-achiviers h5 {
        font-size: 20px;
        margin-top: 0;
    }

    .mba-achiviers {
        padding: 10px 10px 5px;
        margin: 15px 0;
        text-align: center;
    }

    .verloop-button {
        display: none !important;
    }

    .form-region {
        margin-top: 20px;
        margin-bottom: 0px;
    }

    .algn-midd {
        display: inherit;
        align-items: center;
    }

    .ipm-banner,
    .mba-banner {
        background: #e6f2ff;
        padding: 30px 0 30px;
    }

    /* .ipm-banner h1,h2,p {padding-left: 15px; padding-right: 15px;} */

    .ipm-banner .container,
    .mba-banner .container {
        padding-right: 0px;
        padding-left: 0px;
    }

    .ipm-banner .container .row,
    .mba-banner .container .row {
        margin: 0;
    }

    /* .ipm-banner .container .row .col-md-8,
    .mba-banner .container .row .col-md-8 {
        padding-left: 0px;
        padding-right: 0px;
    } */

    .ipm-banner .breadcrumbouter,.ipm-banner .content {
        padding: 0 15px;
    }

    .butns .btn {
        background-color: #fff;
        color: #000;
        display: inline-block;
        font-size: 12px;
        font-weight: 500;
        padding: 0px 5px;
        text-align: left;
        border-radius: 10px;
        box-shadow: 0px 2px 6px 0px rgba(71, 117, 192, 0.10);
    }

    .butns .btn img {
        max-width: 20px;
        margin-right: 5px;
        display: inherit;
        margin-top: 0px;
    }

    .no-padd .col-md-6.col-xs-6 {
        padding-right: 5px;
        padding-left: 5px;
    }

    .butns .btn:after {
        content: "\f105";
        font-family: 'FontAwesome';
        right: 5px;
        position: absolute;
        font-size: 16px;
        background: transparent;
        bottom: inherit;
        width: initial;
        height: inherit;
        line-height: inherit;
        border-radius: inherit;
    }

    .copntf .col-md-6:nth-child(2)~* {
        margin-top: 15px;
    }

    .latest-noti.msii2 ul li {
        font-size: 12px;
        color: #000;
        line-height: 22px;
        padding-right: 15px;
    }

    .same .btn {
        width: 100%;
    }

    .imag img {}

    .mentor-descrip h4 {
        margin-bottom: 5px;
        font-size: 14px;
    }

    .mba-colleges a {
        padding: 2px 8px;
        border: 2px solid #e85222;
        display: inline-block;
        border-radius: 50px;
        font-size: 12px;
        color: #000;
        margin-bottom: 10px;
        font-weight: 600;
    }

    .articles {
        background: #F8F8F8;
        padding: 0px 0 0 15px;
        border-radius: 6px;
    }

    .articles h3 {
        font-size: 14px;
        margin-top: 10px;
        margin-bottom: 5px;
    }

    .articles p {
        font-size: 12px;
        line-height: 17px;
    }

    .grey-clr p {
        color: #8a8a8a;
        font-size: 10px;
    }

    .articles img {
        border-radius: 6px;
        min-height: 134px;
    }

    .row.no-pad {
        margin-right: 0;
        margin-left: 0;
    }

    .row.no-pad>[class*='col-'] {
        padding-right: 0;
        padding-left: 0;
    }

    .articles-con .col-md-4:nth-child(1)~* {
        margin-top: 15px;
    }

    .mba-colleges.examm a {
        padding: 0px 14px;
        border: 2px solid #e85222;
        display: inline-block;
        border-radius: 50px;
        font-size: 12px;
        color: #000;
        margin-bottom: 10px;
    }

    .ratings h5 {
        font-size: 12px;
        margin-top: 0px;
        padding: 0;
        margin-bottom: 5px;
        color: #e85222;
        font-weight: 500;
    }

    .ratings h6 {
        font-size: 12px;
        margin-top: 0px;
        padding: 0;
        margin-bottom: 10px;
        color: #000000;
        font-weight: 400;
    }

    .ratings h4 {
        font-size: 18px;
        margin-top: 0px;
        margin-bottom: 5px;
        color: #000000;

    }

    .author img {
        width: 55px;
        height: 55px;
        border-radius: 50%;
        position: absolute;
        left: 0;
        top: 0;
    }

    .author {
        position: relative;
        padding-left: 65px;
    }

    .ratee .col-md-6:nth-child(1)~* {
        margin-top: 30px;
    }

    .m-hids {
        display: none;
    }

    .col-md-4.media-bnr {
        background: #f7f7f7;
    }

    .latest-noti {
        margin-top: 20px;
    }

    .latest-noti h2 {
        font-size: 20px;
        margin-bottom: 5px;
        margin-top: 0;
    }

    .slick-track {
        padding: 0px 0px;
    }


    .testmonials-pull .slick-slider {
        /* margin-top: 30px; */
    }

    .testmonials-pull .slick-list {
        /* padding-top: 20px */
    }

    li.suty {
        display: block;
    }

    a.links {
        font-weight: 600;
        font-size: 14px !important;
    }

    .panel-title {
        font-size: 14px;
        font-weight: 600;
    }

    .panel-body {
        padding: 15px 5px 5px;
    }

    .carousel-indicators .active {
        width: 12px;
        height: 12px;
        margin: 0;
        background-color: #2b3991;
    }

    .carousel-indicators li {
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 1px;
        text-indent: -999px;
        cursor: pointer;
        background-color: #9f9f9f;
        border: none;
        border-radius: 10px;
    }

    .carousel-indicators {
        position: absolute;
        bottom: -43px;
        left: 50%;
        z-index: 15;
        width: 60%;
        padding-left: 0;
        margin-left: -30%;
        text-align: center;
        list-style: none;
    }

    #myCarousel23 .item img {
        border-radius: 0px;
    }

    .latest-noti a.links {
        margin-top: 20px !important;
    }

    .ratee .col-md-6:nth-child(1)~* {
        margin-top: 45px;
    }


    #colleges-popup .modal-dialog {
        width: inherit !important;
    }


    .modal-body h2 {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .modal-header .close {
        right: 0px;
        top: 18px;
    }

    .boxex-con {
        min-height: inherit !important;
    }

    .mobile-6reason .boxex-con {
        min-height: inherit !important;
    }

    /* .service-item p {
        margin-bottom: 0;
        display: none;
    } */

    .service-item {
        min-height: 135px;
        padding: 15px 8px;
        margin-bottom: 20px;
    }

    /* .service-item h3 {
        font-size: 13px;
        font-weight: 500;
        padding-bottom: 0;
    } */

    .service-item-2 {
        margin-bottom: 12px;
    }

    .table-responsive>.table>tbody>tr>td,
    .table-responsive>.table>tbody>tr>th,
    .table-responsive>.table>tfoot>tr>td,
    .table-responsive>.table>tfoot>tr>th,
    .table-responsive>.table>thead>tr>td,
    .table-responsive>.table>thead>tr>th {
        white-space: normal;
    }

    #back-to-top {
        bottom: 70px !important;
        right: 45%;
        font-size: 24px;
        color: #000;

    }

    .footerregion .companypartreg {
        padding: 25px 0 40px 0 !important;
    }

    span.btn-text {
        margin-top: -27px;
        padding-left: 25px;
    }

    .small-banners img {
        margin: 0 auto;
    }

    /* cat-mba ipm classroom */

    .form-field-block .form-group {
        width: 100%;
        text-align: center;
    }

    /* cat-mba ipm classroom */

    .tickers ul {
        width: 100% !important;
    }

    .program-box {
        margin-bottom: 15px;
    }

    .slick-arrow {
        top: 45%;
        background-color: #c5bfbff5 !important;
    }

    .slick-prev {
        background-image: url(/cat-mba/images/left-arrow-angle.png) !important;
        /* right: 0px !important; */
        left: 0;
    }

    .ipm-article-sec .ipm-article-block img {
        min-height: inherit;
        max-height: 125px;
        width: 100%;
    }

}


@media only screen and (max-width: 1199px) {

    /* -------header css start ----------- */
    #header-region .navbar-nav {
        margin: 0px;
    }


    i.caret-sub.fa.fa-caret-right {
        display: none;
    }

    .header-region .dropdown-submenu>a::before {
        transform: rotate(90deg);
    }

    li.dropdown.dropdown-submenu.open ul.dropdown-menu {
        display: block !important;
        position: relative !important;
        width: 100% !important;
    }

    li.dropdown.dropdown-submenu.open ul.dropdown-menu li a {
        color: #000000 !important;
    }

    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none;
    }

    .dropdown-menu {
        left: 0 !important;
    }

    .navbar-toggle .icon-bar {
        background-color: #fff;
    }

    .navbar-inverse.header-region .navbar-toggle .icon-bar {
        background-color: #000;
    }


    .navbar-inverse.header-region .navbar-toggle:focus,
    .navbar-inverse.header-region .navbar-toggle:hover {
        background-color: transparent;
    }

    #header-region .navbar-header {
        margin: 0px !important;
        width: 100%;
    }

    #header-region.navbar-inverse .navbar-collapse,
    .navbar-inverse .navbar-form {
        border-color: #101010;
        margin: 10px !important;
        display: none !important;
    }

    #header-region.navbar-inverse .navbar-collapse.in {
        display: block !important;
    }

    #header-region.navbar-inverse .navbar-collapse.show {
        display: block !important;
        margin: 10px 0 !important;
    }

    #header-region.navbar-inverse .navbar-collapse.show .nav-item {
        margin: 0;
    }

    #header-region.navbar-inverse .navbar-collapse.show .nav-item a {
        padding: 0 10px;
    }

    #header-region {
        font-size: 16px;
        margin-bottom: 0;
        padding: 10px 0px;

    }

    #header-region .navbar-toggle {
        margin-bottom: 0px;
        margin-right: 0px;
        margin-top: 3px;
        display: block;
    }

    .navbar-toggle {
        background-color: transparent;
        border-color: transparent !important;
        padding: 5px 0px 3px;
        margin-top: 10px;
    }

    .header-region .navbar-nav>li>.dropdown-menu li ul li a {
        color: #727272 !important;
        font-size: 14px;
    }

    .header-region .navbar-nav>li>.dropdown-menu li ul {
        background-color: transparent;

    }

    .navbar-inverse .navbar-nav>li>a.stu-login {
        border: 1px solid #e85222;
        border-radius: 5px;
        line-height: 25px;
        padding: 6px 12px !important;
        margin-top: 5px;
        background: #e85222;
        color: #fff !important;
        width: fit-content;
        margin: 5px;
    }

    .navbar-inverse .navbar-nav>li>a.stu-login {
        display: block !important;
    }

    .callphoneno2,
    .callphoneno3,
    .callphoneno4 {
        position: relative;
        z-index: 999;
        display: inline !important;
        bottom: inherit;
    }

    .callphoneno2 .menu-head-link,
    .callphoneno3 .menu-head-link,
    .callphoneno4 .menu-head-link {
        margin-left: 0;
        width: 34%;
        position: fixed;
        left: 0;
        bottom: 0;
    }

    .menu-head-link {
        float: left;
    }

    .callphoneno2 .header-call .popup-header-link {
        background-color: #fc0;
    }

    .callphoneno4 .header-call .popup-header-link {
        background-color: #fc0;
    }

    .callphoneno2 .header-call .popup-header-link,
    .callphoneno3 .header-call .popup-header-link,
    .callphoneno4 .header-call .popup-header-link {
        width: 100%;
        padding: 7px 8px;
        margin-right: 0;
        border-radius: 0;
        min-height: inherit;
        line-height: 20px;
    }


    .callphoneno4 .header-call .popup-header-link {
        background-color: #03a5ff;
    }

    .callphoneno2 .header-call .popup-header-link .icon-header,
    .callphoneno3 .header-call .popup-header-link .icon-header,
    .callphoneno4 .header-call .popup-header-link .icon-header {
        float: left;
        padding-right: 6px;
        color: #000;
        font-size: 22px;
        line-height: 16px;
    }

    .callphoneno2 .header-call .popup-header-link .icon-header img,
    .callphoneno3 .header-call .popup-header-link .icon-header img,
    .callphoneno4 .header-call .popup-header-link .icon-header img {
        max-height: 22px;
    }

    .callphoneno3 .menu-head-link {
        right: 0;
        left: initial;
    }

    .callphoneno3 .header-call .popup-header-link {
        background-color: #0da501;
    }

    .callphoneno2 .header-call .popup-header-link b {
        color: #000;
    }

    .popup-header-link b {
        font-size: 15px;
        line-height: 20px;
        vertical-align: top;
        float: left;
        font-weight: 500;
        color: #000;
    }


    .twnd {
        left: 33% !important;
    }

    .thrsd {
        left: 66% !important;
    }

    .header-region .navbar-nav>li.iconforweb {
        display: none;
    }




    li a.stu-login {
        line-height: 28px;
        padding: 0 5px;
        margin-top: 0px;
        color: #fff;
        font-size: 9px;
        display: inline-block;
        float: right;
        margin-right: 10px;
        font-weight: bold;
    }

    li a.stu-login img {
        width: 18px;
        display: none;
    }

    .algn-midd {
        display: initial;
        align-items: center;
    }

    li.suty {
        list-style: none;
        display: block;
    }

    .navbar-nav>.dropdown,
    .navbar-nav>li {
        border-bottom: 1px solid #ccc;
        width: 100%;
    }

    .sub-nav-region .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
        padding-left: 20px;
    }

    .sub-nav-region .caret {
        float: right !important;
        margin-top: 20px;
    }

    .sub-nav-region .navbar-collapse>ul {
        width: initial;
    }

    .header-region .navbar-nav>li>a.stu-login1 {
        display: none;
    }

    .header-region .navbar-nav>li>a.stu-login {
        display: none!important;
    }

    .header-region .navbar-right>li:last-child {
        display: none;
    }

    .header-region .navbar-nav>li>a.stu-login:nth-last-child(n-4) {
        float: left;
        margin-top: 10px;
    }

    section#sub-nav-region\ cuet {
        display: none;
    }

    li.bnhuop.ic-sm.cuet-sub-nav {
        display: flex;
    }

    li.bnhuop.ic-sm.cuet-sub-nav a {
        width: fit-content;
    }

    /* -------header css end ----------- */

    #locationcont .pdf-tabs li a {
        padding: 7px 15px !important;
    }

    #locationcont .pdf-tabs li a.active:after {
        bottom: -8px;
    }

    #back-to-top {
        bottom: 46px;
        right: 45%;
        font-size: 24px;
        color: #000;

    }

    .baner-region h1 span {
        display: block;
    }

    .percentile_cat_result h5 {
        text-align: center;
        font-size: 16px;
    }

    .percentile_cat_result h5 span {
        display: block;
    }

    .tickers ul {
        width: 50%;
    }

}


@media only screen and (min-width: 768px) and (max-width : 991px) {
    .achievers-item {
        width: 100%;
    }

    .tickers li {
        font-size: 10px;
    }

    .tickers b {
        font-size: 10px;
    }

    #countdown span {
        font-size: 15px;
    }

    .ratings h5 {
        font-size: 12px;
    }
}

@media only screen and (min-width: 992px) and (max-width : 1199px) {

    .butns .btn {
        font-size: 13px;
    }

    .articles {
        padding: 15px;
    }

    .articles .col-md-8.col-xs-8 {
        width: 100%;
    }

    .articles .col-md-4.col-xs-4 {
        width: 100%;
    }

    .articles img {
        max-height: 100px;
        object-fit: cover;
        width: 100%;
    }

    .achievers-item {
        width: 80% !important;
    }

    .mobile-6reason .boxex-con {
        min-height: 336px !important;
    }

    .boxex-con {
        min-height: 1px !important;
    }

    .slick-arrow {
        top: -6%;
    }



}

#lsq-chatbot {
    position: fixed;
    border: none;
    width: 170px;
    z-index: 999999;
    bottom: 68px !important;
}

.chatbot-opened {
    height: min(70vh, 586px) !important;
}

@media only screen and (max-width: 768px) {
    .chatbot-opened {
        position: fixed;
        height: 100% !important;
        width: 100% !important;
        max-width: 100% !important;
        bottom: 0 !important;
        right: 0 !important;
        left: 0 !important;
        top: 0 !important;
    }
}

@media only screen and (min-width: 1200px) {
/* Dynamic widths for 2 columns */
table tbody tr td:nth-child(2):nth-last-child(1),
table tbody tr td:nth-child(1):nth-last-child(2) {
  width: 50%;
}

/* Dynamic widths for 3 columns */
table tbody tr td:nth-child(1):nth-last-child(3),
table tbody tr td:nth-child(2):nth-last-child(2),
table tbody tr td:nth-child(3):nth-last-child(1) {
  width: 33.33%;
}

/* Dynamic widths for 4 to 10 columns */
table tbody tr td:nth-child(1):nth-last-child(4),
table tbody tr td:nth-child(2):nth-last-child(3),
table tbody tr td:nth-child(3):nth-last-child(2),
table tbody tr td:nth-child(4):nth-last-child(1) {
  width: 25%;
}

table tbody tr td:nth-child(1):nth-last-child(5),
table tbody tr td:nth-child(2):nth-last-child(4),
table tbody tr td:nth-child(3):nth-last-child(3),
table tbody tr td:nth-child(4):nth-last-child(2),
table tbody tr td:nth-child(5):nth-last-child(1) {
  width: 20%;
}

table tbody tr td:nth-child(1):nth-last-child(6),
table tbody tr td:nth-child(2):nth-last-child(5),
table tbody tr td:nth-child(3):nth-last-child(4),
table tbody tr td:nth-child(4):nth-last-child(3),
table tbody tr td:nth-child(5):nth-last-child(2),
table tbody tr td:nth-child(6):nth-last-child(1) {
  width: 16.66%;
}

/* Repeat the pattern for up to 10 columns */

}

/*exit popup css start*/
.row.d-flex.justify-content-center.align-items-center.flex-wrap {
    padding: 0 20px;
}

#exitModal{font-family: "Montserrat", sans-serif;}
#exitModal .modal-body {
position: relative;
padding: 15px 0px 5px;
}
#exitModal .modal-body p {
    letter-spacing: 0;
    font-size: 16px;
    line-height: 22px;
}
#exitModal .modal-body strong {
    font-size: 20px;
}
.anrod img {
    max-width: 100px;
}
#exitModal .modal-body .claer {
display: block;
}
#exitModal .modal-content {
text-align: center;
}
#exitModal .modal-dialog {
width: 450px;
margin: 30px auto;
}
#exitModal .modal-header {
    padding: 7px 20px;
    background: #da6220;
}
#exitModal h4 {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    background: inherit;
}
#exitModal .btnorange {
color: #fff;
background-color: #e85526;
border-color: #e85526;
}

#exitModal .btnwhite {
    color: #000000;
    background-color: #e7dfdf;
    border: 1px solid #e7dfdf !important;
}

#exitModal .btns {
    display: inline-block;
    padding: 7px 10px;
    margin-bottom: 0;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0px;
    width: 49%;
    white-space: break-spaces;
    line-height: 20px;
    min-height: 56px;
}

#exitModal button.close {
color: #ffffff !important;
right: 5px;
top: 5px;
}
.red-alert{color: #ff0000;}
#exitModal .modal-body h5 {
    font-size: 18px;
    font-weight: 600;
}
#exitModal .form-group {
    margin-bottom: 12px;
}
#exitModal .input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #ffffff;
    text-align: center;
    background-color: #e85526;
    border: 1px solid #e85526;
    border-radius: 4px 0 0 4px;
    min-width: 42px;
}
#exitModal .modal-footer {
    padding: 0px 0px 0;
    text-align: center;
    border-top: 0px;
}
#exitModal .form-control {

    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    border: 2px solid #e85526;

}

@media only screen and (max-width: 767px) {

  #exitModal .modal-dialog {
    width: 100%;
    padding: 0 10px;
}
#exitModal img {
    max-width: 35%;
    margin: 0 auto;
    margin-bottom: 15px;
}
#exitModal .btns {
    font-size: 15px;

}
}

/* exit popup css end */


.mkp-learning {
    background: #f8fafc;
    padding: 0;
    box-shadow: 0 4px 6px -1px #0000001a, 0 2px 4px -2px #0000001a;
    border: 1px solid #b0d2f5;
    border-radius: 10px;
}
.mkp-learning p.text {
    font-size: 20px;
}

.mkp-learning h1 {
    font-size: 36px;
    margin-top: 0;
}
.get-app{ padding-left: 50px;}
.app-area{padding: 20px 0;}



@media only screen and (max-width: 767px) {
.get-app {
    padding-left: 0px;
}
.mkp-learning {
    padding: 20px 20px 0;
    text-align: center;
}
.mkp-learning h1 {
        font-size: 26px;
        margin-top: 0;
    }
}