@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');

* {
    margin: 0px;
    padding: 0px;
}

body {
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    color: #323232;
    font-weight: 400;
    line-height: 25px;
}

p {}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
}

a:focus,
a:active,
a {
    outline: 0 !important;
    border: 0;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: none !important;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

h6 {
    font-size: 19px;
    margin-top: 30px;
}

.btn-highlights {
    color: #fff !important;
    background: linear-gradient(263.28deg, #9d254d 1.1%, #db2763 141.83%);
    border-color: #eb7fa2;
    font-size: 18px !important;
    padding: 7px 12px;
    width: fit-content;
    border-radius: 5px;
    font-weight: bold;
}

.flip-card {
    background-color: transparent;
    width: 100%;
    height: 293px;
    perspective: 1000px;
    /* Remove this if you don't want the 3D effect */
}

.flip-card h3 {
    font-size: 27px;
    color: #ffffff;
    text-transform: none;
    font-weight: 600;
    font-style: normal;
    margin-top: 0px;
    position: absolute;
    bottom: 0;
    line-height: 30px;
    background: #000712bd;
    padding: 8px 35px;
    margin-bottom: 0px;
    width: 100%;
}

/* This container is needed to position the front and back side */
.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-card-front,
.flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
}

/* Style the front side (fallback if image is missing) */
.flip-card-front {
    background-color: #bbb;
    color: black;
}

.flip-card-front img {
    width: 100%;
}

/* Style the back side */
.flip-card-back {
    background-color: #1a2d99;
    color: white;
    transform: rotateY(180deg);
    padding: 30px 20px;
}

.flip-card-back h1 {
    font-size: 24px;
    margin-top: 0;
}

button {
    outline: none;
}

.mar-165 {
    margin-top: 165px;
}

.mar-20 {
    margin-top: 20px !important;
}

.mar-t-30 {
    margin-top: 20px;
}

section {
    padding: 40px 0;
    position: relative;
}

section h2 {
    font-size: 28px;
    color: #1d274e;
    text-transform: none;
    font-weight: 700;
    font-style: normal;
    margin-top: 0px;
}

section h2 span {
    color: #e85728;

}

section h3 {
    font-size: 20px;
    color: #1d274e;
    text-transform: none;
    font-weight: 700;
    font-style: normal;
    margin-top: 0px;
}

h5 {
    color: #8f8f8f;
    font-weight: 400;
    font-size: 25px;
    margin-top: 0;
}

.video-section .container {
    position: relative;
    z-index: 9;
}



.baner-region {
    position: relative;
    background: #edeef9;

}

.baner-region {
    /* background: url(https://clsite-file.s3.amazonaws.com/106960_GMAT-online-live-classes.png) no-repeat; */
    background: #edeef9;
    width: 100%;
    background-position: center center;
    background-size: cover;
    position: relative;
    padding: 50px 0;
}

/* .baner-region::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: rgb(0 0 0 / 58%);
} */
/*.banner-bg-shape {
    position: absolute;
    background-image: url(https://themebeyond.com/html/convoke/img/banner/banner_shape.png);
    width: 1091px;
    height: 100%;
    background-repeat: no-repeat;
    z-index: -1;
    left: 140px;
    top: 0;
}*/

.baner-region .riht-padd ul li::before {
    color: #ffffff;
    content: "\f00c";
    font-family: "FontAwesome";
    font-size: 10px;
    left: 0;
    position: absolute;
    top: 7px;
    background: #e85222;
    width: 17px;
    height: 16px;
    line-height: 17px;
    text-align: center;
    border-radius: 5px;
}

.baner-region .riht-padd ul li {
    list-style: outside none none;
    margin: 0;
    padding: 4px 0 4px 27px;
    position: relative;
    color: #000;
}

.sepreatoradded {
    background-image: url(../img/sepe.png);
    background-repeat: no-repeat;
    position: absolute;
    content: "";
    bottom: 49px;
    z-index: 1;
    width: 88px;
    height: 49px;
    background-size: 74%;
}

.btn-toolbar {
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 12px;
}

.btn-secondary {
    color: #fff;
    background: linear-gradient(263.28deg, #ff6a56 1.1%, #fdaf4d 141.83%);
    border-color: #ff6a56;
}

.btn-secondary img {
    margin: 0 5px 0 0px;
}

.btn-group-lg>.btn,
.btn-lg {
    padding: 10px 15px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 9px;
    font-weight: 600;
}

.btn-secondary.focus,
.btn-secondary:focus,
.btn-secondary:hover {
    color: #fff;
    background-color: #e74f0e;
    border-color: #db4b0d;
}

.btn-light.focus,
.btn-light:focus,
.btn-light:hover {
    color: inherit;
    background-color: inherit;
    border-color: inherit;
}

.btn-light {
    color: #fff;
    background: linear-gradient(263.28deg, #9d254d 1.1%, #db2763 141.83%);
    border-color: #eb7fa2;
    font-size: 18px;
}

.btn-yllow.focus,
.btn-yllow:focus,
.btn-yllow:hover {
    color: #fff;
    background-color: #f2b201;
    border-color: #f2b201;
}

.btn-yllow {
    color: #fff;
    background-color: #f2b201;
    border-color: #f2b201;
}

.riht-padd {
    padding-right: 0px;
}

.common-form .btn.btn-warning {
    background-color: #e85222 !important;
    color: #fff;
    padding: 10px 30px;
    display: inline-block;
    font-size: inherit !important;
    font-weight: 700;
    border: 0;
}

.baner-region h1 {
    font-size: 40px;
    line-height: 1.18;
    margin-top: 0;
    margin-bottom: 20px;
    font-weight: 600;
    color: #000;
}

.baner-region h5 {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    margin-top: 25px;
}

.banner-img {
    position: relative;
    text-align: center;
    z-index: 1;
    margin-left: 73px;
    padding-right: 35px;
}

.banner-img::before {
    content: "";
    position: absolute;
    top: -22px;
    left: 50px;
    width: 600px;
    height: 600px;
    background: linear-gradient(147.92deg, rgba(255, 255, 255, .4) 11.41%, rgba(255, 255, 255, 0) 90.25%);
    border-radius: 50%;
    z-index: -1;
}

.image {
    position: absolute;
    bottom: -459px;
    left: -5px;
}


.baner-region p {
    font-size: 15px;
    color: #000;
    line-height: 26px;
}

.baner-region p span {
    font-size: 16px;
    font-weight: 600;
}

#demo {
    padding: 15px 0 0 0;
}

#demo a {
    color: #f17a4c;
    text-decoration: none;
    font-weight: 700;
}

#demo a:focus,
#demo a:hover {
    color: #f17a4c;
    text-decoration: underline;

}

.baner-region h2 {
    font-size: 22px;
    color: #000000;
    line-height: 1.40;
    margin-top: 15px;
    margin-bottom: 15px;
    font-weight: 600;
    background: #00000026;
    display: inline-block;
    border-radius: 50px;
    padding: 3px 15px;
}


.form-box h4 {
    color: #ffffff;
    font-size: 19px;
    padding: 10px;
    text-align: center;
    margin-top: 0px;
    font-weight: 600;
    background: #9d254d;
}

.form-group {
    margin-bottom: 15px !important;
}

form {
    padding: 15px 20px 25px;
}

.form-box {
    background: #ffffff none repeat scroll 0 0;
    padding: 0px;
    border-radius: 0px;
}

.form-control {
    background: #fff none repeat scroll 0 0;
    border-radius: 3px;
    box-shadow: none;
    color: #6b7c8a;
    font-size: 14px;
    font-weight: 400;
    border: 1px solid #e0e0e0;
    height: 36px;
    margin-bottom: 0px;
    padding-left: 15px;
}

.form-box .btn {
    background-color: #e85222;
    border: 0 none;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    margin-top: 0px;
    padding: 8px 10px;
    border-radius: 3px;
    width: 100%;
    margin-bottom: 0px;
}

.content-h {
    padding: 30px;
    background: #ffffff;
    box-shadow: 1px 4px 20px -2px rgb(0 0 0 / 10%);
    border-bottom: 3px solid #e85222;
    position: absolute;
    left: -60px;
    top: 50px;
}

.ms {
    list-style: outside none none;
    margin: 0 0 15px 0;
    padding: 0;
}

.ms li {
    list-style: outside none none;
    margin: 0;
    padding: 3px 0 3px 25px;
    position: relative;
    text-align: left;
    font-size: 15px;
    color: #333;
}

.ms li::before {
    color: #FF692E;
    content: "\f0a4";
    font-family: "FontAwesome";
    font-size: 14px;
    left: 0;
    position: absolute;
    top: 4px;
    font-weight: 600;
}

.form-group select {
    -moz-appearance: none;
    -webkit-appearance: none;
    background-image: url("https://www.careerlauncher.com/cuet/online-classes/images/dropdown.png");
    background-position: 96% center;
    background-repeat: no-repeat;
}

.form-control:focus {
    border-color: none;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: none;
}

input::placeholder {
    font-size: 14px;
    color: #8B8B8B;
}

.form-group img {
    color: #44355b;
    left: 14px;
    line-height: 64px;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translate(10px, -54%);
    width: 20px;
}

.sub-heading {
    margin-bottom: 15px;
    position: relative;
}

.services-icon {
    float: left;
}

.services-pad {
    padding-left: 84px;
}

.six-half h3 {
    font-size: 20px;
    margin: 0 0 15px 0;
    font-weight: 500;
}

.six-half .col-md-4:nth-child(3)~* {
    margin-top: 30px;
}

.service-item {
    background-color: #fff;
    margin: 0 auto;
    min-height: 350px;
    padding: 30px 28px;
    transition: .5s ease;
    position: relative;
    box-shadow: 0 5px 47.2px 11.8px rgba(19, 30, 74, .1);
}

.process .service-item {
    background-color: #fff;
    margin: 0 auto;
    min-height: 340px;
    padding: 25px 15px;
    transition: .5s ease;
    position: relative;
    box-shadow: 0 5px 47.2px 11.8px rgb(19 30 74 / 10%);
}

.process .service-item h5 {
    color: #000106;
    font-size: 20px;
    font-weight: 600;
    margin-top: 15px;
    padding-bottom: 5px;
    margin-bottom: 0px;
}

.process .service-item p {
    margin-bottom: 0px;
}

.process .service-item img {
    margin: 8px auto;
    border-radius: 50px;
    width: 75px;
    height: 75px;
    border: 3px solid #3f51b5;
    padding: 2px;
}

.process .service-item h6 {
    color: #e85222;
    font-size: 17px;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 15px;
}

.lgt {
    background: #f6fafb;
}

.bg-blue {
    background-color: rgba(229, 180, 0, 0.1) !important;
    border-radius: 50%;
    height: 105px;
    width: 105px;
    line-height: 105px;
    text-align: center;
    padding: 10px;
    display: inline-block;
}

.copntheffil {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.copntheffil::after {
    position: absolute;
    left: 50%;
    top: 0;
    content: "";
    height: 150%;
    width: 200%;
    background: #f5f5ff;
    z-index: -1;
    transform: translate3d(-50%, -50%, 0);
    border-radius: 50%;
}

.copntheffil .col-md-4:nth-child(3)~* {
    margin-top: 30px;
}

.copntheffil img {
    width: 100px !important;
    width: 65px !important;
    margin: 8px auto;
}

.copntheffil h5 {
    color: #1d274e;
    font-size: 18px;
    font-weight: 600;
    margin-top: 20px;
    padding-bottom: 15px;
    margin-bottom: 0px;
}

.copntheffil p {
    line-height: 20px;
    margin: 0;
}

.requirement h6 {
    font-size: 16px;
    color: #222;
    line-height: 24px;
    margin: 0;
}

.faculty {
    position: relative;
    z-index: 1;
}

.faculty::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    background: url(../img/shape-3.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0.05;
    z-index: -1;
}

.bg-dark {
    background: #6b2ace none repeat scroll 0 0;
}

.faculty img {
    border-radius: 5px;
    width: 70px;
}

.faculty h4 {
    text-transform: capitalize;
    margin-top: 20px;
    font-weight: 600;
    color: #fff;
}

.faculty span {
    display: inline-block;
    margin-bottom: 15px;
    font-weight: 500;
    color: #fff;
}

.faculty p {
    margin: 0;
    color: #fff;
}

.faculty .item {
    min-height: 240px;
}

.faculty .col-md-6:nth-child(2)~* {
    margin-top: 30px;
}

.faculty .client-info {
    position: relative;
    display: block;
}

.faculty .client-info .image,
.faculty .client-info .title {
    display: table-cell;
    vertical-align: middle;
}

.faculty .client-info .title {
    padding-left: 20px;
}


.white,
.text-white {
    color: #ffffff;
}

.neet {
    background: #eefeff;
}

.schedule-btn {}

.schedule-btn a.btn {
    background-color: #694f8e;
    color: #fff;
    padding: 8px 16px;
    margin: 4px;
}

.schedule-btn a.btn10 {
    background-color: #ee6723;
}


.about {}

.watch::before {
    background: url(../img/dot_flow_1.png) left top no-repeat;
    content: '';
    position: absolute;
    width: 548px;
    height: 150px;
    top: 28px;
    left: -65px;
}

.watch::after {
    background: url(../img/dot_box_1.png) left top no-repeat;
    content: '';
    position: absolute;
    width: 183px;
    height: 235px;
    bottom: 25px;
    right: 40px;
}

/*-------------------------------------------------------------------------------------
    video area
---------------------------------------------------------------------------------------*/

.align-middle {
    vertical-align: middle !important;
}

.video-player-wrap {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 200px;
    background-image: url(https://i.ytimg.com/vi/nes3MJ84m7g/sddefault.jpg);
    background-repeat: no-repeat;
    background-position: left center;
    z-index: 9;
    background-size: cover;
}

.video-player-wrap.wrap {
    background-image: url(https://i.ytimg.com/vi/GBUfKIh1jVw/sddefault.jpg);
}

.video-player-wrap.wrap1 {
    background-image: url(https://i.ytimg.com/vi/ZKRKH7HiohY/sddefault.jpg);
}


.video-player-wrap.wrap2 {
    background-image: url(https://i.ytimg.com/vi/VWVjqoeJiEA/sddefault.jpg);
}

.video-player-wrap.wrap3 {
    background-image: url(https://i.ytimg.com/vi/X4FWRsgK6_4/sddefault.jpg);
}

.video-player-wrap.wrap4 {
    background-image: url(https://i.ytimg.com/vi/Q0Rd4WBk7Kk/sddefault.jpg);
}

.video-player-wrap.wrap5 {
    background-image: url(https://i.ytimg.com/vi/C4rY42Wg5A4/sddefault.jpg);
}


.video-player a {
    display: inline-block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    font-size: 30px;
    line-height: 80px;
    padding: 0 28px;
    background-color: #ff4e56;
    color: #fff;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
}

.video-player a:hover {
    background-color: #ff4e56;
    color: #fff;
}

.video-player a:after {
    content: "";
    position: absolute;
    left: -5px;
    top: -5px;
    height: 90px;
    width: 90px;
    border: 3px solid #ff4e56;
    border-radius: 50%;
    -webkit-animation: icon-bubble 1s infinite forwards linear;
    animation: icon-bubble 1s infinite forwards linear;
}

.video-player a:before {
    content: "";
    position: absolute;
    left: -5px;
    top: -5px;
    height: 90px;
    width: 90px;
    border: 3px solid #ff4e56;
    border-radius: 50%;
    -webkit-animation: icon-bubble 1s infinite forwards linear 0.5s;
    animation: icon-bubble 1s infinite forwards linear 0.5s;
}



.video-cont.two .video-player {
    margin: 50px 0 0;
}

@-webkit-keyframes icon-bubble {
    0% {
        -webkit-transform: scale(0.85);
        transform: scale(0.85);
        opacity: 1;
    }

    25% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        opacity: 0.8;
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0.55;
    }

    75% {
        -webkit-transform: scale(1.32);
        transform: scale(1.32);
        opacity: 0.3;
    }

    100% {
        -webkit-transform: scale(1.4);
        transform: scale(1.4);
        opacity: 0;
    }
}

@-webkit-keyframes icon-bubble {
    0% {
        -webkit-transform: scale(0.85);
        transform: scale(0.85);
        opacity: 1;
    }

    25% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        opacity: 0.8;
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0.55;
    }

    75% {
        -webkit-transform: scale(1.32);
        transform: scale(1.32);
        opacity: 0.3;
    }

    100% {
        -webkit-transform: scale(1.4);
        transform: scale(1.4);
        opacity: 0;
    }
}

@keyframes icon-bubble {
    0% {
        -webkit-transform: scale(0.85);
        transform: scale(0.85);
        opacity: 1;
    }

    25% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        opacity: 0.8;
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0.55;
    }

    75% {
        -webkit-transform: scale(1.32);
        transform: scale(1.32);
        opacity: 0.3;
    }

    100% {
        -webkit-transform: scale(1.4);
        transform: scale(1.4);
        opacity: 0;
    }
}

/* #Colobox css */
#colorbox,
#cboxOverlay,
#cboxWrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}

#cboxWrapper {
    max-width: none;
}

#cboxOverlay {
    position: fixed;
    width: 100%;
    height: 100%;
}

#cboxMiddleLeft,
#cboxBottomLeft {
    clear: left;
}

#cboxContent {
    position: relative;
}

#cboxLoadedContent {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

#cboxTitle {
    margin: 0;
}

#cboxLoadingOverlay,
#cboxLoadingGraphic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
    cursor: pointer;
}

.cboxPhoto {
    float: left;
    margin: auto;
    border: 0;
    display: block;
    max-width: none;
    -ms-interpolation-mode: bicubic;
}

.cboxIframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
    padding: 0;
    margin: 0;
}

#colorbox,
#cboxContent,
#cboxLoadedContent {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}

#cboxOverlay {
    background: url(../img/bg_img.png) repeat 0 0;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

#cboxLoadedContent {
    position: relative;
}

#cboxClose {
    background-image: url(../img/crossiconresu.jpg);
    height: 36px;
    right: 0px;
    top: 5px;
    width: 36px;
    position: absolute;
    border: 0;
    background-repeat: no-repeat;
    font-size: 0;
    background-color: transparent;
    z-index: 999;
}

#inline_content {
    padding: 20px;
}

#colorbox *,
#colorbox *:focus {
    outline: 0px !important;
}

.popup-outer {
    min-width: 600px;
    max-width: 600px;
}

.fixed {
    position: fixed;
}

.youtube-player {
    position: relative;
    padding-bottom: 56.23%;
    /* Use 75% for 4:3 videos */
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #000;
    margin: 0px;
}

.youtube-player iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: transparent;
}

.youtube-player img {
    bottom: 0;
    display: block;
    left: 0;
    margin: auto;
    max-width: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    height: auto;
    cursor: pointer;
    -webkit-transition: .4s all;
    -moz-transition: .4s all;
    transition: .4s all;
}

.youtube-player img:hover {
    -webkit-filter: brightness(75%);
}

.youtube-player .play {
    height: 72px;
    width: 72px;
    left: 50%;
    top: 50%;
    margin-left: -36px;
    margin-top: -36px;
    position: absolute;
    background: url("//i.imgur.com/TxzC70f.png") no-repeat;
    cursor: pointer;
}

.imagefld-con img {
    width: 100%;
    height: 220px;
}

.imagefld-cons img {
    width: 100%;
    height: 280px;
}

/*-------------------------pop up video -------------------------------------------------------*/

.sepreat {
    background-image: url(../img/pattern-img.png);
    background-repeat: no-repeat;
    position: absolute;
    content: "";
    top: 50px;
    z-index: 1;
    width: 98px;
    height: 144px;
    left: -15px;
}

#back-to-top {
    width: 54px;
    height: 54px;
    position: fixed;
    bottom: 30px;
    left: 20px;
    font-size: 27px;
    border-radius: 50%;
    line-height: 54px;
    z-index: 99;
    display: none;
    color: #fff;
    text-align: center;
    cursor: pointer;
    background: #F15A22;
}

#back-to-top::after {
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    font-size: 18px;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 1;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
    background: -webkit-radial-gradient(center ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}


.two-button {
    text-align: center;
}

.two-button a {
    background-color: #fd5e03;
    color: #fff;
    text-align: center;
    padding: 10px 30px;
    margin: 0 5px;
    font-size: 16px;
}

.two-button a:hover,
.two-button a:focus {
    background-color: #333;
    color: #fff;
}

.two-button a i {
    margin-right: 4px;
}

.two-button .pdf-10 {
    background-color: #7c35e9;
}

.rm-link {
    background-color: #ee6723;
    color: #fff !important;
    padding: 3px 6px;
    border-radius: 3px;
    float: left;
    font-size: 13px;
    margin-top: -5px;

}

/* faq block start */

.accordion-panel {
    float: left;
    width: 100%;
    clear: both;
    margin-bottom: 0;
}

.accordion-panel .panel {
    width: 100%;
    margin-bottom: 10px !important;
    box-shadow: inherit;
    padding: 0;
    border: none;
}

.accordion-panel .panel-default>.panel-heading {
    color: #333;
    background-color: #fff;
    border-color: #ffff;
    padding: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.accordion-panel .panel+.panel {
    margin-top: 15px;
}

.accordion-panel .panel-default>.panel-heading a {
    display: block;
    padding: 20px 0px 20px 55px;
    color: #333;
    outline: none;
    box-shadow: 0 5px 15px 0 rgba(68, 68, 68, .1);
    position: relative;
}

.accordion-panel .panel-default>.panel-heading a:after {
    content: "";
    position: absolute;
    top: 18px;
    display: inline-block;
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: 600;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: transform .25s linear;
    -webkit-transition: -webkit-transform .25s linear;
    border: 1px solid #222;
    border-radius: 50px;
    height: 20px;
    width: 20px;
    line-height: 20px;
    text-align: center;
    left: 22px;
}

.accordion-panel .panel-default>.panel-heading a[aria-expanded="true"] {
    background-color: #c1b4f9;
}

.accordion-panel .panel-default>.panel-heading a[aria-expanded="true"]:after {
    content: "\2212";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.accordion-panel .panel-default>.panel-heading a[aria-expanded="false"]:after {
    content: "\002b";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.accordion-panel h4.panel-title {
    font-weight: 500;
}

.accordion-panel h4.panel-title a {
    text-decoration: none !important;
}

.accordion-panel .arrow-list {
    padding-left: 0;
}

.accordion-panel .arrow-list li i {
    margin-right: 4px;
}

.accordion-panel .panel .panel-body {
    background-color: #fff;
    border: 0;
    padding: 25px 25px 25px;
    -webkit-box-shadow: 0 5px 15px 0 rgba(68, 68, 68, .1);
    box-shadow: 0 5px 15px 0 rgba(68, 68, 68, .1);
}


.arrow-list li {
    list-style: none;
}


.schedule-block {
    padding: 20px;
}

/* faq block close */





/* Testimonails start */

#testi {
    background-image: url("https://www.careerlauncher.com/sat/coaching-classes/img/banner-bg.jpg");
    background-size: cover;
    background-position: center;
    padding: 60px 0;
}


#testi:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color:
        rgba(0, 0, 0, 0.6);
    content: "";
}

#testi h2 {
    color: #fff;
}

#testi .carousel-item {
    background-color:
        rgba(255, 255, 255, 0.15);
    text-align: center;
    padding: 15px;
    min-height: 330px;
    border-radius: 5px;
    color: #fff;
    line-height: 21px;
    font-size: 14px;
}

#testi .carousel-item .img-box img {
    width: 60px;
    border-radius: 50%;
    display: inline-block;
    margin-bottom: 15px;
    height: 60px;
    padding: 3px;
    background-color: #fff;
}

#testi .carousel-item .overview {
    text-transform: capitalize;
    color: #abeadb;
    font-size: 14px;
    font-weight: 400;
    font-style: italic;
}

#testi .carousel-item .overview strong {
    color: #f5b325;
    font-weight: 500;
}

.test-user {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    margin-bottom: 5px;
    margin-top: 15px;
}

p.overview {
    color: #e85222;
}

.slick-slide>div {
    margin: 0 10px;
}

.kkl .slick-slide>div {
    margin: 0 0px;
}

#testi .carousel-item .img-box i {
    font-size: 20px;
    background-color: #fff;
    color: #ee6723;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 40px;
    margin: 10px 0;
    border: 5px #ddd solid;
}

.slick-dots {
    display: none !important;
}

#testi .slick-slide>div {
    padding: 0 10px;
}

#testi .slick-prev,
#testi .slick-next {
    z-index: 9;
    width: 42px;
    height: 25px;
    line-height: 25px;
    position: absolute;
    border-radius: 0px;
    border: none;
    font-size: 0px;
    background-color: transparent;
    top: -40px;
    cursor: pointer;
    padding: 0;
}

#testi .slick-prev {
    right: 26px;
}

#testi .slick-next {
    right: 0;
}

#testi .slick-prev:before,
#testi .slick-next:before {

    font-family: FontAwesome;
    font-size: 16px;
    color: #fff;
    opacity: 1;
    background-color: #ee6723;
    width: 25px;
    height: 25px;
    line-height: 25px;
    display: inline-block;
    text-align: center;
}

#testi .slick-prev::before {
    content: "\f053";
}

#testi .slick-next::before {
    content: "\f054";
}


/* Testimonails close*/













/* product page css start */


.programs-table ul {
    margin-top: 0px;
    text-align: center;
    border-bottom: 0px;

}


.programs-table ul li {
    float: none;
    display: inline-block;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    color: #fff;
    cursor: default;
    background-color: #694f8e;
    border: none;
    border-bottom-color: transparent;
}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    background: #eaebf5;
    color: #222;
}

.choseprog .checkicon {

    border-bottom: 1px solid #f3f3f3;
    padding: 10px;
    border-left: 1px solid #ededed;
    border-right: 1px solid #ededed;
    background: #fff;


}

.choseprog.checkicon:last-child {
    border-bottom: none;
}

.choseprog .btn {
    border-radius: 2px;
    background-color: #F76C39;
    font-size: 16px;
    color: #ffffff;
    padding: 0 15px;
    font-weight: bold;
    line-height: 45px;
    border-color: #F76C39;
    text-shadow: initial;
    width: 100%;
}

.box select {
    border: 1px solid rgba(68, 53, 91, 0.1);
    border-radius: 2px;
    height: 48px;
    margin-bottom: 10px;
    margin-top: 20px;
    width: 100%;
    padding-left: 10px;
    background: url("/cat-mba/online-classes/img/coupon.png"), url("/cat-mba/online-classes/img/down-arrow-black.png") #f8f8f8;
    background-repeat: repeat, repeat;
    background-position-x: 0%, 0%;
    background-position-y: 0%, 0%;
    background-position: 5% 50%, 95% 50%;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.choseprog .checkicon h4 {
    margin: 0 0 4px 0;
    font-size: 12px;
    color: #555555;
    line-height: 1.5
}

.feedback_box {
    background: url(../img/quotes-2.png) no-repeat right top #f8f8f8;
    min-height: 445px;
    border: 1px solid #eeeeee;
    padding: 30px;
}

[class^="iconimg"],
.choseprog .checkicon .inercon:after,
.jcrouselslideco .panel-body a:after {
    background-image: url("https://clsite-file.s3.amazonaws.com/MBA/2020/cat-mba/online-classes/106960_sprite.png");
    background-repeat: no-repeat
}

.choseprog .checkicon .inercon {
    padding-left: 35px;
    position: relative
}

.choseprog .checkicon .inercon:after {
    position: absolute;
    content: "";
    width: 18px;
    height: 18px;
    left: 0;
    background-position: -2px -110px;
    top: 0
}

.box {
    border: 1px solid #4999b8;
    float: left;
    width: 100%;
    overflow: hidden;
    min-height: 610px;
    background: #f2f2f2;
    padding: 10px;
    margin-top: 20px;
}


.rectangle-31 h4 {
    min-height: 50px;
    margin-top: 20px;

}

.feature-content {
    float: left;
    min-height: 305px;
    width: 100%;
}

.rectangle-31 {
    border-radius: 2px;
    width: 100%;
    color: #324850;
    border: 1px solid #ededed;
    background: #f8f8f8;
    min-height: 90px;
    text-align: center;
}

.programs-table .clearfix {
    display: none;
}

/* product page css close */






/* Thank you page */
.thanlkyou {
    background-color: #6b2ace;
    padding-top: 50px;
    padding-bottom: 80px;
    text-align: center;
}

.thanlkyou img {}

.thanlkyou h2 {
    margin-top: 20px;
    font-weight: bold;
    color: #fff;
    font-size: 32px;
}

.thanlkyou p {
    color: #fff;
    font-size: 18px;
}

.thanlkyou p span {
    position: relative;
}

.thanlkyou p span strong {
    position: relative;
    z-index: 2;
}

.thanlkyou p span:after {
    position: absolute;
    bottom: 4px;
    width: 100%;
    left: 0;
    height: 5px;
    background: #fbd1c2;
    content: '';
    z-index: 1;
    opacity: .3;
}

.contfldthh {
    margin-top: -46px;
}

.boxesiner {
    padding: 15px;
    border: 1px solid rgba(171, 171, 171, .4);
    box-shadow: 0 2px 6px rgba(0, 0, 0, .20);
    margin-bottom: 20px;
    border-radius: 15px;
    float: left;
    width: 100%;
    clear: both;
    text-align: center;
    background-color: #fff;
    font-size: 16px;
}

.butns .btn {
    background-color: #e85222;
    border: 0 none;
    color: #fff;
    padding: 7px 12px;
    text-align: center;
    border-radius: 2px;
    width: auto;
    white-space: inherit;
}

table thead {
    background: #99e7eb;
    font-size: 15px;
    font-weight: 600;
}

table th {}

table td {
    padding: 8px 15px !important;
}

table {
    text-align: left;
}


.testom {
    background: #fff;
    padding: 30px;
}

.testom img {
    width: 75px;
    height: 75px;
    border: 3px solid #3f51b5;
    padding: 2px;
}

/* mCustom scroll bar settings */
.mCustomScrollbar {
    position: relative;
    height: 95px;
    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: 15px;
}

.mCSB_scrollTools {
    position: absolute;
    width: 16px;
    height: auto;
    left: auto;
    top: 0;
    right: 0;
    bottom: 0;
}

.mCSB_scrollTools .mCSB_draggerContainer {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    height: auto;
}

.mCSB_scrollTools .mCSB_dragger {
    cursor: pointer;
    width: 100%;
    height: 30px;
    z-index: 1;
}

.mCSB_scrollTools .mCSB_draggerRail {
    width: 6px;
    height: 100%;
    margin: 0 auto;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    background-color: rgba(0, 0, 0, .1);
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    position: relative;
    width: 4px;
    height: 100%;
    margin: 0 auto;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    text-align: center;
    background-color: #f15a22;
}

.currentafbox .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: rgb(105, 204, 68);
}


.service-item .mCustomScrollbar {
    position: relative;
    height: 130px;
    overflow: auto;
    -ms-touch-action: pinch-zoom;
    touch-action: pinch-zoom;
    margin-bottom: 0px;
}

.testmonials-pull {
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    background: #f6fafb;
    position: relative;
}

.testmonials-pull .slick-prev {
    left: 0 !important;
    background-image: url(https://www.careerlauncher.com/foundation/img/left-arrow.png);

}

.testmonials-pull .slick-next {
    right: 0;
    background-image: url(https://www.careerlauncher.com/foundation/img/right-arrow.png);
}

.testmonials-pull .slick-arrow {
    position: absolute;
    z-index: 9;
    border: 0;
    background-repeat: no-repeat;
    font-size: 0;
    top: 50%;
    width: 35px !important;
    height: 35px !important;
    padding: 0;
    cursor: pointer;
    background-color: #e85222 !important;
    background-size: 18px;
    background-position: center;
    border-radius: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.tw-half {
    box-shadow: 0 5px 30px 0 rgba(153, 153, 153, 0.2);
    padding: 15px 15px 15px 30px;
    background: #fff;
    margin-bottom: 15px;
}

.tw-half h5 {
    font-size: 18px;
}

.kkl {
    background: #fff;
}

@media only screen and (max-width: 767px) {
    .banner-img::before {
        display: none;
    }

    .banner-img {
        display: none;
    }

    .riht-padd {
        padding-right: 15px;
    }

    .baner-region .riht-padd ul li {
        position: relative;
        font-size: 13px;
        line-height: 22px;
    }

    /* .baner-region h5 {
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    margin-top: 20px;
} */
    .btn-light {
        font-size: 14px;
        width: 100%;
        margin-bottom: 8px;
        padding: 5px;
    }

    .form-box h4 {
        color: #ffffff;
        font-size: 17px;
    }

    .btn-secondary {
        font-size: 16px;
        width: 100%;
    }

    .btn-toolbar {
        flex-wrap: wrap;
        justify-content: flex-start;
        margin-top: 25px;
    }


    .baner-region h1 {
        font-size: 22px;
        margin-top: 0px;
    }

    .baner-region p {
        font-size: 13px;
        line-height: 23px;
    }

    .test-user {
        font-size: 17px;
    }

    p.testimonial {
        font-size: 13px;
        line-height: 20px;
    }

    .testom {
        background: #fff;
        padding: 20px;
    }

    h5 {
        font-size: 18px;
        margin-top: 0;
    }

    .flip-card h3 {
        font-size: 18px;
        line-height: 21px;
        padding: 8px 25px;

    }

    /* .butns .btn {
    
    font-size: 12px;    padding: 0px 8px;   
    line-height: 35px;
} */
    h6 {
        font-size: 15px;
        margin-top: 30px;
    }

    .process .service-item p {
        margin-bottom: 0px;
        font-size: 13px;
        line-height: 20px;
    }

    .process .service-item {
        min-height: inherit;
        padding: 15px 15px;
        margin-bottom: 15px;
    }

    .form-box .btn {
        font-size: 13px;
        padding: 8px 10px;

    }

    .baner-region h2 {
        font-size: 18px;
        margin-top: 0px;
    }

    section {
        padding: 40px 0;
        position: relative;
    }

    .sepreat {
        display: none;
    }

    section h2 {
        font-size: 20px;
    }

    .sub-heading {
        margin-bottom: 20px;
        line-height: 25px;
    }

    .services-icon img {
        max-width: 50px;
    }

    .services-pad {
        padding-left: 75px;
    }

    .six-half .col-md-4:nth-child(1)~* {
        margin-top: 30px;
    }

    .six-half h3 {
        font-size: 18px;
        margin: 0 0 15px 0;
    }

    .faculty .col-md-6:nth-child(1)~* {
        margin-top: 30px;
    }

    .faculty .item {
        min-height: inherit;
        border: 1px solid #8c4af0;
        padding: 15px;
    }

    .copntheffil .col-md-4:nth-child(1)~* {
        margin-top: 30px;
    }

    .watch .col-md-5:nth-child(1)~* {
        margin-top: 30px;
    }

    .faculty::after,
    .watch::before,
    .watch::after,
    .about img,
    .sepreatoradded {}

    .video-player-wrap,
    .video-player-wrap.wrap {
        height: 200px;
    }

    #back-to-top {
        bottom: 40px;
    }

    .popup-outer {
        min-width: 300px;
        max-width: 90%;
    }

    .content-h {
        position: inherit;
        left: inherit;
        top: inherit;
    }

    .about a {

        float: inherit;

    }


    .credential.pane .modal-dialog {
        width: 100% !important;
        margin: 0;
        padding: 15px;
    }

    .mentors-details .col-md-2 {
        width: 100%;
    }

    .programs-table ul li a {
        margin-right: 7px !important;
        padding: 10px 7px !important;
    }

}

@media only screen and (max-width: 570px) {
    .timer p {
        position: inherit;
    }

}