@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@300;400;500;600;700;800&display=swap');

* {
    margin: 0px;
    padding: 0px;
}

body {
    /* font-size: 15px;
    font-family: 'Roboto', sans-serif;
    color: #323232;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0.6px; */
}

p {

    text-align: justify;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
}

.d-none {
    display: none !important;
}

.d-flex {
    display: flex;
}

.flex-wrap {
    flex-wrap: wrap;
}

.flex-nowrap {
    flex-wrap: nowrap;
}

.justify-content-center {
    justify-content: center;
}

.justify-content-space-between {
    justify-content: space-between;
}


.align-items-center {
    align-items: center;
}

.flex-xs-wrap-reverse {
    flex-wrap: wrap-reverse;
}

.gap-10 {
    gap: 10px;
}

/* 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*/

a:focus,
a:active,
a {
    outline: 0 !important;
    border: 0;
}

.marin-70 {
    margin-top: 47px;
}

.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;
}


a.btn.btn-warning {
    background-color: #e85222;
    border-color: #e85222;
}


.white,
.text-white {
    color: #ffffff;
}

section.preparation h2::after {
    margin: 0 auto;
}

.enquirenowwrap {
    position: fixed;
    top: 50%;
    right: -55px;
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    z-index: 9999;
}


.enquirenowwrap #enquirenow {
    width: 140px;
    font-size: 18px;
    border-radius: 0 0 10px 10px;
    line-height: 29px;
    color: #000001;
    text-align: center;
    cursor: pointer;
    background: #fae12e;
    padding: 2px;
    font-weight: 600;
    text-decoration: none;
    display: none;
}

.fb-comments {
    background-color: #f3f2fd;
    padding: 15px;
    border-radius: 20px;
    border: 2px #eee solid;
    overflow: hidden;

}

.shadow {
    box-shadow: 0 7px 8px -1px rgb(160 160 160 / 10%);
}


button {
    outline: none;
}

.mar-165 {
    margin-top: 165px;
}

.mar-20 {
    margin-top: 20px !important;
}

.mar-t-30 {
    margin-top: 20px;
}

section {
    padding: 30px 0;
    position: relative;
}

section h2 {
    font-size: 28px;
    color: #000;
    text-transform: none;
    font-weight: 700;
    font-style: normal;
    margin-top: 0px;
    position: relative;
}

/* section h2::after {
    background: #ff0000 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    display: block;
    height: 3px;
    left: 0;
    position: absolute;
    right: 0;
    width: 55px;

} */



section.facility h2::after {
    margin: 0 auto;
}




.our-blog .boxefldscon .row {
    background-color: transparent !important;
    border-bottom: 1px #ff692e dashed;
    padding: 0 0 10px 0 !important;
    margin: 0 -15px 10px -15px !important;
}

.contflglob .image-con {
    float: left;
    width: 45px;
}

.contflglob .image-con img {
    max-width: 32px;
    margin-bottom: 10px;
}

.contflglob .fild-contnet {
    float: left;
    width: calc(100% - 45px);
    line-height: 34px;
}

.contflglob h3 {
    line-height: 36px;
    margin: 0;
}

.contflglob h3.line-hgt {
    line-height: 18px;
    margin: 0;
}

.rm-link {
    background-color: transparent;
    color: #e85222 !important;
    padding: 3px 6px;
    border-radius: 0;
    float: left;
    font-size: 14px;
    border: 1px solid #ee6723;
}

.quizcontest {
    display: block;
    border: 1px solid #eee;
    box-shadow: 0 10px 30px 0 rgba(54, 56, 110, .15);
    background-color: #fff;
}

.morelinks .headingfold {
    margin-bottom: 0;
}

.quizcontest.morelinks.currentafbox.gini h2 {
    margin: 0;
    font-size: 19px;
    font-weight: 700;
    display: inline-block;
    vertical-align: top;
    background-image: url(https://clsite-file.s3.amazonaws.com/CIVIL_SERVICE/2020/upsc/6858_quiz1.png);
    background-size: 21px auto;
    background-repeat: no-repeat;
    padding-left: 30px;
    background-position: left center;
    line-height: 26px;
    color: #fff;
}

.quizcontest.morelinks.currentafbox.gini h2::after {
    display: none;
}

.quizcontest.morelinks.currentafbox.gini ul li a {
    text-align: left;
}

.quizcontest .headingfold {
    display: block;
    padding: 10px 15px;
    background-color: #696df3;
    color: #fff;
    margin-bottom: 10px;
    position: relative;
}

.quizcontest .mCustomScrollbar {
    position: relative;
    height: 375px;
    overflow: auto;
    -ms-touch-action: pinch-zoom;
    touch-action: pinch-zoom;
}

.inerdivconfld {
    padding: 0 15px;
    text-align: left;
}

.inerdivconfld p {
    line-height: 23px;
}

.our-blog .boxefldscon .btn-new {
    font-size: 12px;
    padding: 3px 5px;
    border-radius: 3px;
    line-height: 20px;
}

.btn-new {
    background-color: #ff692e;
    color: #fff;
    display: inline-block;
    text-align: center;
    border: none;
    font-size: 16px;
}

.quizcontest .headingfold h3 {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: .7px;
    display: inline-block;
    vertical-align: top;
    background-image: url(https://clsite-file.s3.amazonaws.com/ALL/2020/upsc/106960_quiz1.png);
    background-size: 21px auto;
    background-repeat: no-repeat;
    padding-left: 30px;
    background-position: left center;
    line-height: 26px;
}

.sub-nav-region .navbar-nav>li {
    color: #fff;
    font-weight: 400;
    padding: 0;
    line-height: 40px;
    /*margin-right: 30px!important;*/
    font-size: 14px;
}

.sub-nav-region .navbar-nav>li.bnhuop {
    margin-right: 0px !important;
}

.sub-nav-region .navbar-nav>li.bnhuop img {
    max-width: 20px !important;
}


.morelinks ul {
    margin: 0;
    padding: 0 15px;
    list-style: none;
}

.morelinks ul li a {
    display: block;
    position: relative;
    color: #000;
    font-size: 15px;
    padding: 8px 0px 8px 25px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    line-height: 21px;
}

.morelinks ul li a::before {
    color: #FF692E;
    content: "\f0a4";
    font-family: "FontAwesome";
    font-size: 14px;
    left: 0;
    position: absolute;
    top: 7px;
    font-weight: 600;
}

.video-section .container {
    position: relative;
    z-index: 9;
}

.baner-region {
    position: relative;

    padding: 40px 0;
}

.baner-region .bg-overlay {
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    height: 100%;
    position: absolute;
    right: 0;
    opacity: inherit;
    top: 0;
    width: 100%;
}

.banner-area::before {
    background: url(https://www.careerlauncher.com/cat-mba/testseries20sep_new/images/path-354.png) left top no-repeat;
    content: '';
    position: absolute;
    width: 265px;
    height: 90px;
    top: -1px;
}

.banner-area::after {
    background: url(https://www.careerlauncher.com/cat-mba/testseries20sep_new/images/group66.png)bottom left no-repeat;
    content: '';
    position: absolute;
    width: 265px;
    height: 232px;
    bottom: 0;
    background-size: 49%;
    opacity: 0.5;
}

.banner-area .vectr {
    position: absolute;
}


.banner-area {
    background: #2468cd url(https://www.careerlauncher.com/cat-mba/testseries20sep_new/images/banner-bg.png) right bottom no-repeat;
    position: relative;
}

.bg-overlay {
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    height: 100%;
    position: absolute;
    right: 0;
    opacity: inherit;
    top: 0;
    width: 100%;
}

.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%;
}

.baner-region h1 {
    font-size: 30px;
    margin-top: 0px;
    margin-bottom: 10px;
    font-weight: 700;
    color: #ffffff;
}

.baner-region h3 {
    border-radius: 10px;
    clear: both;
    color: #ffce10;
    margin-top: 0px;
    display: inline-block;
    padding: 8px 20px;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    border-left: 5px solid #fff;
    border-right: 5px solid #fff;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}


.baner-region h3.tagline {
    border-radius: 20px;
    clear: both;
    color: #000;
    display: inline-block;
    background: rgb(254 208 0);
    padding: 6px 20px;
    font-size: 16px;
    text-align: center;
    font-weight: 600;
    margin: 0 0 20px 0;
}

.baner-region h5 {
    color: #fff;
    font-size: 17px;
    margin-bottom: 30px;
}

.baner-region h5 span {
    color: #ffce10;
    font-weight: 700;
}

.baner-region h1 span {
    color: #ffce10;
    font-weight: 700;
}

.part-three {
    background: #003c6cb8;
    margin: 10px 0 0;
    padding: 10px 25px;
    border-radius: 20px;
    z-index: 1111;
}

.thre-plus {
    padding: 5px;
    border: 1px solid #9f9f9f75;
    text-align: center;
    border-radius: 15px;
}

.thre-plus p {
    text-align: center;
}

.thre-plus img {
    display: inline-block;
    max-width: 50px;
}

.container.inw {
    max-width: 1100px;
}

.In-science,
.In-english {
    margin-top: 12px;
}

.part-three .col-md-6.col-xs-6 {
    padding-left: 0px;
    padding-right: 12px;
}

.no-bdr {
    border: inherit !important;
    margin-top: 0px;
}

.thre-plus h4 {
    font-size: 15px;
    color: #f8bd0d;
    font-weight: 600;
    margin: 0 0 5px 0;
}

.thre-plus.no-bdr h4 {
    font-size: 20px;
    margin-top: 8px;
    margin-bottom: 0;
}

.thre-plus p {
    color: #fff;
    line-height: 20px;
    margin-bottom: 0px;
}

.service {
    background-color: #d8eff6;
    margin: 0 auto;
    min-height: 187px;
    padding: 15px;
    transition: .5s ease;
    position: relative;
    margin-top: 10px;
    border-radius: 30px;
}

.service p {
    line-height: initial;
    margin-bottom: 5px;
}

.preparation h5 {
    font-size: 13px;
    font-weight: 600;
    margin-top: 10px;
    text-align: center;
    margin-bottom: 0px;
}

.fac-deatils {
    border: 2px solid #f00;
    border-radius: 15px;
    padding: 15px 10px;
    min-height: 127px;
}

.fac-deatils img {
    border-radius: 12px;
}

.fac-deatils h5 {
    font-weight: 600;
    font-size: 20px;
    margin: 0px 0 5px 0;
}

.fac-deatils h6 {
    font-weight: 500;
    font-size: 15px;
    margin: 0px 0 5px 0;
    color: #e85222;
}

.fac-deatils,
.fac-deatils p {
    letter-spacing: 0.6px;
}

.fac-deatils p {
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 0;
}

.facility span {
    font-size: 17px;
    padding-top: 20px;
    display: inline-block;
    font-weight: 500;
    color: #f00;
}

.facility .col-md-4:nth-child(3)~* {
    margin-top: 30px;
}

.fac-deatils-span {
    padding-top: 78px;
}


.blri1 {
    background: #ffe9e9;
}

.blri2 {
    background: #e9eaff;
}

.blri3 {
    background: #eae9ff;
}

.preparation h3 {
    font-weight: 600;
    font-size: 25px;
    font-weight: bold;
    margin-top: 7px;

}

.container-form label.control-label {
    margin-bottom: 10px;
    font-weight: 600;
    display: inline-block;
    text-align: left;
    background-color: #fff;
    margin-top: -12px;
    float: left;
    padding: 0 10px;
}

.container-form {
    margin: 20px 0;
    width: 33.33%;
    position: relative;
    padding: 0 5px;
    float: left;
}

.container-forminner {
    padding: 0 10px;
    border: 1px #fae12e solid;
    min-height: 160px;
    border-radius: 20px;
    box-shadow: 2px 4px 8px 1px rgb(243 239 239);
}

.container-forminner label.chek {
    width: 100%;
    margin-right: 0;
    font-weight: 400;
}

.programForm .butn .btn {
    margin-top: 10px;
    margin-bottom: 15px;
}

.butn .btn {
    background-color: #e85222;
    border: 0 none;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 0px 20px;
    text-align: center;
    border-radius: .375rem;
    width: auto;
    line-height: 40px;
    letter-spacing: 1.1px;
    margin-top: 25px;
}

.king {
    background: #fff5ee;
}

/*Meltingpot Form close*/

.chek {
    display: block;
    display: inline-block;
    position: relative;
    padding-left: 35px;
    margin-right: 50px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.chek input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.chek .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    background-color: #eee;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.chek:hover input~.checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.chek input:checked~.checkmark {
    background-color: #ff4b4b;
    border-radius: 50%;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.chek input:checked~.checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.chek .checkmark:after {
    top: 8px;
    left: 8px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: white;
}


.redu {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.redu input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 0px;
}

/* On mouse-over, add a grey background color */
.redu:hover input~.checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.redu input:checked~.checkmark {
    background-color: #e85222;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.redu input:checked~.checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.redu .checkmark:after {
    left: 10px;
    top: 7px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


.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: 1px 0 1px 25px;
    position: relative;
    text-align: left;
    width: 100%;
}

.msii2 ul li::before {
    color: #FF692E;
    content: "\f0a4";
    font-family: "FontAwesome";
    font-size: 14px;
    left: 0;
    position: absolute;
    top: 2px;
    font-weight: 600;
}

.programe-list {
    background-color: #fbffd0;
    padding: 0;
}


.three-part1 {
    padding: 15px 0px;
}

.three-part2 {
    /*    background: #f6f9e6;*/
    padding: 15px 0;
}

.programe-list h3 {
    margin: 0 0 15px 0;
    font-size: 20px;
    font-weight: 600;
}

.product-gridii {
    margin-bottom: 15px;
    text-align: center;
}

.hvr-shutter-out-vertical {
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgb(0 0 0 / 0%);
    position: relative;
    background: #cdb4ff;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    padding: 10px 5px;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    color: #222;
    border-radius: 3px;
    font-weight: 500;
}

.hvr-shutter-out-vertical:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #2098D1;
    -webkit-transform: scaleY(0);
    transform: scaleY(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;
}

.hvr-shutter-out-vertical:hover,
.hvr-shutter-out-vertical:focus,
.hvr-shutter-out-vertical:active {
    color: white;
}

.hvr-shutter-out-vertical:hover:before,
.hvr-shutter-out-vertical:focus:before,
.hvr-shutter-out-vertical:active:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.notfication {
    padding: 15px 0;
    background-color: #f5f5f5;
}

.breaking-news-ticker {

    width: 100%;
    border: solid 1px #e85222;
    background: #FFF;
    line-height: 41px;
    border-radius: 2px;

}

.breaking-news-ticker .demof {
    margin: 0px 0;
}

.breaking-news-ticker .demof ul {
    padding: 0;
    list-style: none;
    width: 100%;
}

.breaking-news-ticker .demof li {
    padding: 0px 0;
    height: auto;
    border-bottom: none;
}

.breaking-news-ticker .demof a {
    color: #3a3a3a !important;
    padding: 0px 0 !important;
    margin: 0px !important;
    font-weight: 600;
}

.bn-label {
    background-color: #e85222;
    color: #FFF;
    font-weight: bold;
    padding: 0 0px 0 10px;
    font-size: 18px;
    position: relative;
}

.bn-label::before {
    width: 0;
    height: 0;
    border-left: 20px solid #e85222;
    border-right: 20px solid transparent;
    border-top: 22px solid transparent;
    position: absolute;
    content: "";
    top: -1px;
    right: -40px;
    border-bottom: 20px solid transparent;
}

.bn-news {
    font-size: 16px;
}


.exam-btn ul {
    margin-top: 0px;
    padding: 0;
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.exam-btn ul li {
    list-style: none;
    padding: 7px 5px;
    border: 1px solid #ccc;
    width: 33%;
    text-align: center;
    margin-bottom: 5px;
    font-size: 12px;
    font-weight: 600;
    transition: all .5s ease-in-out;
    display: flex;
    justify-content: center;
    line-height: 18px;
    align-items: center;
}

.exam-btn-new ul {
    display: block;

}

.exam-btn-new ul li {
    display: inline-block;
    align-items: inherit;
    justify-content: inherit;
    vertical-align: top;
    height: 100%;
    width: 49%;
}

.exam-btn ul li:hover {
    color: #fff;
    background: #219ccf;
    text-decoration: none;
    transition: all .5s ease-in-out;
}

.exam-btn ul li:hover a {
    color: #fff;
}

.form-box h4 span {
    margin: 0;
    color: #ffe16d;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    border-radius: 20px;
    margin-bottom: 0px;
    padding: 3px 0px 0;
    font-weight: 700;
    display: block;
    width: 100%;
}

.form-box h4 {
    color: #fff;
    font-size: 20px;
    padding: 9px;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 5px;
    font-weight: 600;
    background: #c54771;
    border-radius: 9px 9px 0 0;
}

form {
    padding: 0 20px;
}

form.programForm {
    padding: 0 0px;
}

.form-group {
    margin-bottom: 10px !important;
}

.form-box {
    background: #ffffff none repeat scroll 0 0;
    padding: 0px 0px 12px;
    border-radius: 10px;
}

.form-control {
    background: #fff none repeat scroll 0 0;
    border-radius: 0px;
    box-shadow: none;
    font-size: 13px;
    border: none;
    height: 34px;
    margin-bottom: 0px;
    padding-left: 10px;
    letter-spacing: 0.7px;
    border-bottom: 1px solid #ccc;
    font-family: 'Poppins', sans-serif;
}

input::placeholder {
    color: #747678;
    font-size: 13px;
}

.form-box .btn {
    background-color: #e85222;
    border: 0 none;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    margin-top: 0px;
    padding: 8px 30px;
    border-radius: 23px;
    margin-bottom: 0px;
    letter-spacing: 0.7px;
}


.programitem {
    padding: 15px;
    box-shadow: 0 10px 30px 0 rgba(54, 56, 110, .15);
    background-color: #fff;
    text-align: center;
    margin-bottom: 30px;
}

.programitem .imagefld {
    margin-bottom: 15px;
}

.programitem h3 {
    margin-top: 0;
    color: #000000;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 10px;
    background: #fae12e;
    padding: 5px 5px;
}

.programitem p {
    color: #585858;
    letter-spacing: .5px;
    line-height: 1.7;
    min-height: 105px;
    margin: 0;
    text-align: left;
}

.programitem .btnfld {
    margin-top: 15px;
    text-align: left;
}


.globalbtn {
    background-color: #e85222;
    color: #fff;
    font-size: 14px;
    padding: 5px 8px;
    width: 100%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    border: 1px solid #e85222;
}

.outlinebtn {
    color: #e85222;
    background-color: #fff;
    border: 1px solid #e85222;
    float: right;
}

.twobtns>* {
    width: 48%;
}

.globalbtn:hover {
    background-color: #39bb08;
    color: #fff;
    text-decoration: none;
    border-color: #39bb08;
}

.categoory {
    margin-top: 20px;
}

.categoory .col-md-4:nth-child(3)~* {
    margin-top: 30px;
}

.ms {
    list-style: outside none none;
    margin: 0 0 15px 0;
    letter-spacing: 1.1px;
}

.ms li {
    list-style: outside none none;
    margin: 0;
    padding: 3px 0 3px 25px;
    position: relative;
    text-align: left;
    font-size: 15px;
    color: #000;
}

.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("../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 {
    color: #747678;
    font-size: 13px;
}

.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: 20px;
    position: relative;
}


/*-------------------------------------------------------------------------------------
    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/DlCABOFj4kE/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/IN-_YIU0Dbs/sddefault.jpg);
}

.video-player-wrap.wrap1 {
    background-image: url(https://i.ytimg.com/vi/wYuH6hi53VE/sddefault.jpg);
}


.video-player-wrap.wrap2 {
    background-image: url(https://i.ytimg.com/vi/SzM81qIx8VQ/sddefault.jpg);
}

.video-player-wrap.wrap3 {
    background-image: url(https://i.ytimg.com/vi/ri1gnQthgwI/sddefault.jpg);
}

.video-player-wrap.wrap4 {
    background-image: url(https://i.ytimg.com/vi/nG37tIJzIQ0/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(https://www.careerlauncher.com/foundation/img/bg_img.png) repeat 0 0;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

#cboxLoadedContent {
    position: relative;
}

#cboxClose {
    background-image: url(https://www.careerlauncher.com/foundation/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 -------------------------------------------------------*/



/* 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: #000;
    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 20px 20px 55px;
    color: #000;
    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);
}

/* faq block close */



/* Testimonails start */

#testi {
    background-image: url("https://www.careerlauncher.com/sat/coaching-classes/img/banner-bg.jpg");
    background-size: cover;
    background-position: center;
    padding: 60px 0;
}


#testi:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color:
        rgba(0, 0, 0, 0.6);
    content: "";
}

#testi h2 {
    color: #fff;
}

#testi .carousel-item {
    background-color:
        rgba(255, 255, 255, 0.15);
    text-align: center;
    padding: 15px;
    min-height: 330px;
    border-radius: 5px;
    color: #fff;
    line-height: 21px;
    font-size: 14px;
}

#testi .carousel-item .img-box img {
    width: 60px;
    border-radius: 50%;
    display: inline-block;
    margin-bottom: 15px;
    height: 60px;
    padding: 3px;
    background-color: #fff;
}

#testi .carousel-item .overview {
    text-transform: capitalize;
    color: #abeadb;
    font-size: 14px;
    font-weight: 400;
    font-style: italic;
}

#testi .carousel-item .overview strong {
    color: #f5b325;
    font-weight: 500;
}

.test-user {
    font-size: 20px;
    font-weight: 600;
    color: #f5b325;
    margin-bottom: 10px;
}

#testi .carousel-item .img-box i {
    font-size: 20px;
    background-color: #fff;
    color: #ee6723;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 40px;
    margin: 10px 0;
    border: 5px #ddd solid;
}

.slick-list {
    margin: 0 30px;
}

.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;
}


/* Thank you page */
.thanlkyou {
    background-color: #6b2ace;
    padding-top: 50px;
    padding-bottom: 80px;
    text-align: center;
}

.thanlkyou img {}

.thanlkyou h2 {
    margin-top: 20px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 2px;
    font-size: 32px;
}

.thanlkyou p {
    color: #fff;
    letter-spacing: 1px;
    font-size: 18px;
}

.thanlkyou p span {
    position: relative;
}

.thanlkyou p span strong {
    position: relative;
    z-index: 2;
}

.thanlkyou p span:after {
    position: absolute;
    bottom: 4px;
    width: 100%;
    left: 0;
    height: 5px;
    background: #fbd1c2;
    content: '';
    z-index: 1;
    opacity: .3;
}

.contfldthh {
    margin-top: -46px;
}

.boxesiner {
    padding: 15px;
    border: 1px solid rgba(171, 171, 171, .4);
    box-shadow: 0 2px 6px rgba(0, 0, 0, .20);
    margin-bottom: 20px;
    border-radius: 15px;
    float: left;
    width: 100%;
    clear: both;
    text-align: center;
    background-color: #fff;
    font-size: 16px;
}

.butns .btn {
    background-color: #e85222;
    border: 0 none;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    padding: 0px 16px;
    text-align: center;
    border-radius: 3px;
    width: auto;
    line-height: 34px;
}

/* table thead {
    background: #e85222;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
} */

/* table th {}

table td {
    padding: 8px 15px !important;
}

table {
    text-align: left;
    letter-spacing: 1.2px;
} */

.mentor-profile .mCustomScrollbar {
    position: relative;
    height: 100px;
    overflow: auto;
    -ms-touch-action: pinch-zoom;
    touch-action: pinch-zoom;
    margin-bottom: 20px;
}


/* mCustom scroll bar settings */
.mCustomScrollbar {
    position: relative;
    height: 380px;
    overflow: auto;
    -ms-touch-action: pinch-zoom;
    touch-action: pinch-zoom;
    margin-bottom: 20px;
}

.mCustomScrollBox {
    position: relative;
    overflow: hidden;
    height: 100%;
    max-width: 100%;
    outline: none;
    direction: ltr;
}

.mCSB_container {
    overflow: hidden;
    width: auto;
    height: auto;
}

.mCSB_inside>.mCSB_container {
    margin-right: 15px;
}

.mCSB_scrollTools {
    position: absolute;
    width: 16px;
    height: auto;
    left: auto;
    top: 0;
    right: 0;
    bottom: 0;
}

.mCSB_scrollTools .mCSB_draggerContainer {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    height: auto;
}

.mCSB_scrollTools .mCSB_dragger {
    cursor: pointer;
    width: 100%;
    height: 30px;
    z-index: 1;
}

.mCSB_scrollTools .mCSB_draggerRail {
    width: 6px;
    height: 100%;
    margin: 0 auto;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    background-color: rgba(0, 0, 0, .1);
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    position: relative;
    width: 4px;
    height: 100%;
    margin: 0 auto;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    text-align: center;
    background-color: #e85222;
}

.currentafbox .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: rgb(105, 204, 68);
}



.testmonials-pull {
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    /*background-image: url("https://clsite-file.s3.amazonaws.com/MBA/2020/cat-mba/cat-scholarship-test/106960_slider-1.jpg");*/
    background: #e9eaff;
    position: relative;
}

/*.testmonials-pull:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    content: "";
}*/

.testmonials-pull .slick-prev {
    left: 0 !important;
    background-image: url(https://www.careerlauncher.com/foundation/img/left-arrow.png);

}

.testmonials-pull .slick-next {
    right: 0;
    background-image: url(https://www.careerlauncher.com/foundation/img/right-arrow.png);
}

.testmonials-pull .slick-arrow {
    position: absolute;
    z-index: 9;
    border: 0;
    background-repeat: no-repeat;
    font-size: 0;
    top: 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%);
}

.footerregion h2:after {
    content: inherit;
}

.footerregion h2 {
    padding-bottom: 0;
    line-height: inherit;
}


.outline-links {
    font-size: 15px;
    font-weight: bold;
    /*color: #000;*/
    margin-bottom: 15px;
    display: block;
    text-align: center;
    border: 1px solid #777 !important;
    padding: 8px 7px;
}

.outline-links {
    background: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: relative;
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: color;
    transition-property: color;
    vertical-align: middle;
}

.outline-links:hover {
    color: #fff;
    text-decoration: none;
    border-color: #006699;
}

.outline-links:before {
    background: #006699 none repeat scroll 0 0;
    bottom: 0;
    color: #fff;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50% 0 0;
    transform-origin: 50% 0 0;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    transition-property: transform, -webkit-transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    width: 100%;
    z-index: -1;
}

.outline-links:hover:before {
    color: #000;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}


.weekly ul.nav.nav-pills {
    margin-bottom: 0px;
}

.weekly ul.nav.nav-pills li a {
    background: #e8e8e8;
    border-radius: 0;
    font-weight: 500;
    font-size: 15px;
    padding: 7px 15px;
    margin-right: 12px;
    color: #525558;
    border-radius: 5px 5px 0 0;
}

.weekly ul.nav.nav-pills li.active a {
    background: #694f8e;
    font-weight: 500;
    color: #fff;
}

.weekly li:last-child {
    margin-right: 0px;
}

.timeline {
    padding: 0;
    list-style: none;
    display: block;
}

.timeline li {
    display: flex;
    border-bottom: 1px solid #97b8c3;
}

.tab-content {
    padding: 15px 0;
}

.heads {
    background-color: #fff9f0;
    padding: 20px 20px;
    text-align: center;
    width: 220px;
}

.heads h6 {
    color: #525558;
    font-size: 20px;
    letter-spacing: 0;
    font-weight: 700;
    margin-bottom: 0px;
}

.leftfldtim {
    padding: 20px 20px;
    text-align: center;
    width: 200px;
    position: relative;
}

.leftfldtim:before {
    background: #8aadb9;
    position: absolute;
    right: 0;
    content: "";
    width: 2px;
    height: 64%;
    top: 15px;
}

.leftfldtim h3 {
    margin-top: 0;
    font-weight: 400;
    position: relative;
    font-size: 16px;
    color: #354d55;
    line-height: 35px;
    margin-bottom: 0;
    padding-left: 30px;
}

.leftfldtim h3::before {
    position: absolute;
    content: '';
    top: -6px;
    left: 0px;
    width: 44px;
    height: 44px;
    background-image: url(https://www.careerlauncher.com/online-preparation/webinar/images/time.png);
    background-size: 72%;
    background-position: center;
    opacity: 0.8;
    background-repeat: no-repeat;
}

.rightfldtim {
    margin-left: 10px;
    width: calc(100% - 260px);
    padding: 20px 20px;
    position: relative;
}

.rightfldtim h3 {
    margin-top: 0;
    font-weight: 400;
    position: relative;
    font-size: 16px;
    color: #354d55;
    line-height: 35px;
    margin-bottom: 0;
    padding-left: 50px;
}

.rightfldtim h3 span {
    font-size: 14px;
    color: #929292;
}

.rightfldtim h3::before {
    position: absolute;
    content: '';
    top: -6px;
    left: 0px;
    width: 44px;
    height: 44px;
    background-image: url(https://www.careerlauncher.com/online-preparation/webinar/images/topic.png);
    background-size: 72%;
    background-position: center;
    opacity: 0.8;
    background-repeat: no-repeat;
}

.facultyfldtim {
    padding: 20px 10px;
    text-align: left;
    width: 270px;
    position: relative;
}

h3 span {
    color: #e85222 !important;
}

.facultyfldtim h3 {
    margin-top: 0;
    font-weight: 400;
    position: relative;
    font-size: 16px;
    color: #354d55;
    line-height: 35px;
    margin-bottom: 0;
    padding-left: 50px;
}

.facultyfldtim h3::before {
    position: absolute;
    content: '';
    top: -6px;
    left: 0px;
    width: 44px;
    height: 44px;
    background-image: url(https://www.careerlauncher.com/online-preparation/webinar/images/faculty.png);
    background-size: 72%;
    background-position: center;
    opacity: 0.8;
    background-repeat: no-repeat;
}

.artu {
    margin-top: 30px;
}

.mentors-details.gtry {
    display: none;
}



/*.tp{ margin-top:10px; }*/
.note {
    background: #eef3ff;
}

.marker-primary.marker-ribbon {
    background-color: #012b55;
}

.marker {
    background-color: #012b55;
    color: #ffffff;
    padding: 8px 10px;
    font-size: 10px;
    z-index: 1;
}

.marker-ribbon {
    margin-left: -10px;
    box-shadow: 1px 1px 1px rgb(28 39 60 / 16%);
}

.pos-absolute {
    position: absolute;
    top: -15px;
}

.marker-primary.marker-ribbon::after {
    border-bottom-color: #0b0e2b;
}

.marker-ribbon::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    border-bottom: 7px solid #b4bdce;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    transform: rotate(45deg);
}

.marker-ribbon h5 {
    font-size: 17px;
    font-weight: 600;
    margin: 0;
}



.recent {
    padding: 25px 5px 0px 20px;
    box-shadow: 5px 5px 5px rgb(0 0 0 / 20%);
    border: 1px solid #ddd;
    background: #fff;
    max-height: 186px;
}

.recent .mCustomScrollbar {
    position: relative;
    height: 220px;
    overflow: auto;
    -ms-touch-action: pinch-zoom;
    touch-action: pinch-zoom;
    margin-bottom: 0px;
}

.demof {
    margin: 0px 0;
}

.demof ul {
    padding: 0;
    list-style: none;
    width: 100%;
}

.demof li {
    padding: 6px 0 6px 30px;
    height: auto;
    border-bottom: 1px solid #f3f3f3;
    position: relative;
    font-size: 14px;
    line-height: 20px;
}

.demof li img {
    margin-top: 6px;
    margin-left: 8px;
}

.demof ul li::before {
    color: #ffffff;
    content: "\f105";
    font-family: "FontAwesome";
    font-size: 12px;
    left: 0;
    position: absolute;
    top: 8px;
    font-weight: 600;
    background: #9d254d;
    border-radius: 30px;
    height: 19px;
    width: 19px;
    text-align: center;
    line-height: 19px;
}

.demof a {
    color: #e85222 !important;
    padding: 0px 0 !important;
    margin: 0px !important;
    font-weight: 500;
    font-size: 14px;
}

.green-theme-btn {
    background: #e85222;
    border: 1px solid #e85222;
    font-size: 13px;
    padding: 3px 7px;
    color: #fff;
    margin-top: 5px;
}


.banner-area p {
    color: #fff;
}

.slide-program2.second {
    background: none;
}

.btn-click2 {
    position: relative;
    color: #000;
    display: block;
    font-size: 15px;
    padding: 11px 15px;
    width: 100%;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 2px;
    line-height: 22px;
    background-color: #fff5ee;
    box-shadow: 0 5px 15px 0 rgb(68 68 68 / 10%);
    cursor: pointer;
}


.btn-click2 h4 {
    margin: 0;
}

.btn-click2 h4 i {
    position: absolute;
    right: 30px;
    top: 10px;
}

.btn-click2 h4 .fa-angle-up {
    display: none;
}

.btn-click2 h4.arrowup .fa-angle-down {
    display: none;
}

.btn-click2 h4.arrowup .fa-angle-up {
    display: inline-block;
}

.slide-program2 {
    display: none;
    margin-top: 10px;
    border-top: 1px #bbb solid;
    padding-top: 10px;
}

.slide-program2 a {
    color: #000;
    display: block;
    margin-bottom: 10px;
    font-size: 15px;
    background-color: #fff;
    box-shadow: 0 5px 15px 0 rgb(68 68 68 / 10%);
    padding: 10px 20px;
}



@media only screen and (max-width: 767px) {

    .flex-xs-nowrap {
        flex-wrap: nowrap;
    }

    .recent {
        padding: 25px 10px 10px 10px;
        margin-top: 40px;
    }

    .demof li {
        padding: 4px 0 4px 30px;
        font-size: 12px;
    }

    .demof a {
        font-size: 12px;
    }

    .marker-ribbon h5 {
        font-size: 14px;
        font-weight: 600;
        margin: 0;
    }

    .baner-region h5 {
        color: #fff;
        font-size: 12px;
        margin-bottom: 15px;
    }

    .no-bdr {
        border: inherit !important;
        margin-top: 0px;
    }



    p {
        letter-spacing: 0.9px;
        text-align: justify;
        font-size: 14px;
    }

    .mentors-details.gtry {
        display: block;
    }

    .mentors-details.gtry1 {
        display: none;
    }


    .nome {
        display: none;
    }

    .author img {
        border: 3px solid #e9eaff !important;
        width: 60px !important;
        height: 60px !important;
        border-radius: 50%;
    }

    .mentors-details h5 {
        font-size: 15px !important;
    }

    .author {
        margin: 0px 0px 0px 5px !important;
        float: right !important;
    }

    .mentors-details h6 {
        font-size: 10px !important;
        margin-bottom: 0px !important;
        letter-spacing: 0px !important;
    }


    .In-science,
    .In-english {
        margin-top: 0;
    }

    .thre-plus {
        margin-bottom: 7px;
        border: 1px solid #9e697b !important;
    }

    .part-three .col-md-6.col-xs-6 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .container-form {
        width: 100%;
    }

    .container-forminner {
        min-height: inherit;
    }



    .fac-deatils {
        border: 2px solid #f00;
        border-radius: 15px;
        padding: 10px 10px;
        min-height: inherit;
    }

    .container-form label.control-label {
        margin-bottom: 10px;
        font-weight: 600;
        display: block;
        text-align: left;
    }

    .service {
        min-height: inherit!important;
    }

    .preparation h3 {
        font-weight: 600;
        font-size: 17px;
    }

    .chek {
        padding-left: 32px;
        margin-right: 12px;
        font-size: 14px;

    }

    .marin-70 {
        margin-top: 20px;
    }

    .fac-deatils h5 {
        font-weight: 600;
        font-size: 15px;
        margin: 0px 0 5px 0;
    }

    .fac-deatils h6 {
        font-size: 14px;

    }

    .fac-deatils p {
        font-weight: 500;
        font-size: 14px;
    }

    .facility .col-md-4:nth-child(1)~* {
        margin-top: 15px;
    }

    .fac-deatils .col-md-4:nth-child(1)~* {
        margin-top: 0px;
    }

    .fac-deatils-span {
        padding-top: 0px;
    }

    .thre-plus {
        padding: 6px 0px;
        border-right: inherit;
        border-bottom: 1px solid #9e697b;
    }

    .no-bdr {
        border: inherit !important;
        border-bottom: inherit;
    }

    .thre-plus p {
        color: #fff;
        line-height: 20px;
        margin-bottom: 0px;
        font-size: 11px !important;
        text-align: center;
    }

    .thre-plus h4 {
        color: #f8bd0d;
        font-weight: 600;
        margin: 0 0 5px 0;
    }

    .part-three {
        margin: 20px 0;
        padding: 5px 15px;
        border-radius: 10px;
    }

    .bn-label::before {
        content: none;
    }

    .breaking-news-ticker .recent {
        padding: 5px 10px 5px;
    }

    .breaking-news-ticker .demof a {
        font-size: 14px;
    }

    .breaking-news-ticker .demof li {
        padding: 0px 0;
        height: auto;
        border-bottom: none;
        line-height: 20px;
    }


    .hvr-shutter-out-vertical {
        font-size: 12px;
    }

    .exam-btn-new ul {
        display: flex;
    }

    .exam-btn-new ul li {
        display: flex;
        justify-content: center;
        align-items: center;
        min-height: 50px;
    }

    .programitem p {
        min-height: initial;
    }

    .programitem .btnfld {}

    .categoory .col-md-4:nth-child(2)~* {
        margin-top: 15px;
    }

    .quizcontest {
        margin-top: 25px;
    }

    .programitem h3 {
        margin-top: 0;
        color: #2b2f58;
        font-size: 16px;
        font-weight: 700;
        margin-bottom: 10px;
    }

    .programitem {
        padding: 10px 15px;
        box-shadow: 0 10px 30px 0 rgb(54 56 110 / 15%);
        background-color: #fff;
        text-align: center;
        margin-bottom: 15px;
        min-height: 145px;
    }

    .contflglob .fild-contnet {
        float: left;
        width: calc(100% - 45px);
        line-height: 22px;
        font-size: 13px;
    }

    #myCarousel23 {
        margin-bottom: 15px;
    }

    .form-box h4 {

        font-size: 17px;

    }

    .banner-area::after {
        display: none;
    }

    .form-control {
        height: 30px;

    }

    .form-box .btn {

        font-size: 15px;

        margin-top: 0px;
        padding: 5px 30px;

    }

    .form-box {
        background: #ffffff none repeat scroll 0 0;

    }

    .about-us img {
        display: none;
    }

    .baner-region::before {
        display: none;
    }

    .baner-region h1 {
        font-size: 26px;
        margin-top: 0px;
        text-align: center;
    }

    .baner-region h1 span {
        color: #ffce10;
        font-weight: 700;
        font-size: 21px;
    }

    section {
        padding: 40px 0;
        position: relative;
    }

    section h2 {
        font-size: 26px;
    }

    .sub-heading {
        margin-bottom: 20px;
        line-height: 25px;
    }

    .watch .col-md-5:nth-child(1)~* {
        margin-top: 15px;
    }

    .faculty::after,
    .watch::before,
    .watch::after,
    .about img,
    .sepreatoradded {
        display: none;
    }

    .video-player-wrap,
    .video-player-wrap.wrap {
        height: 184px;
    }

    #back-to-top {
        bottom: 40px;
    }

    .popup-outer {
        min-width: 300px;
        max-width: 90%;
    }

    .programs-table ul li a {
        margin-right: 7px !important;
        letter-spacing: initial !important;
        padding: 10px 7px !important;
    }


    .weekly ul.nav.nav-pills li a {
        background: #e8e8e8;
        border-radius: 0;
        font-weight: 500;
        font-size: 15px;
        padding: 10px 8px !important;
        margin-right: 0px;
        margin-bottom: 0px;
        color: #525558;
    }

    .nav-pills>li+li {
        margin-left: inherit;
        margin-right: 5px;
    }

    .nav-pills>li {
        width: 32% !important;
        margin-right: 5px;
        margin-bottom: 5px;
    }

    .timeline li {
        display: flex;
        flex-direction: column;
        border: 1px solid #cabcb7;
        margin-bottom: 15px;
        padding: 10px 15px;
        box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
    }

    .leftfldtim {
        width: 100%;
        padding: 0px 0px 10px;
        text-align: left;

    }

    .leftfldtim::before {
        display: none;
    }

    .facultyfldtim {
        width: 100%;
        padding: 0px 0px 0px;
        text-align: left;
    }

    .rightfldtim {
        width: 100%;
        margin-left: 0;
        border-top: 0;
        padding: 0px 0px 10px;
    }

    .leftfldtim h3,
    .rightfldtim h3,
    .facultyfldtim h3 {
        line-height: 25px;
    }

    .leftfldtim h3 {
        padding-left: 50px;
    }




}

@media only screen and (max-width: 570px) {}

@-webkit-keyframes blinker {
    from {
        opacity: 1.0;
    }

    to {
        opacity: 0.0;
    }
}

.blink {
    text-decoration: blink;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 0.6s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-direction: alternate;
    color: #fff;
}

.analsis {
    position: fixed;
    bottom: 20px;
    left: 5px;
    font-size: 20px;
    -webkit-animation-name: example;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: 3;
    animation-name: example;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    border-radius: 15px;
    color: #030303;
    text-align: center;
    cursor: pointer;
    background: #d8f0ba;
    font-weight: 800;
    padding: 15px 10px;
    letter-spacing: 0.6px;
    z-index: 999999;
}

.analsis h4 {
    font-weight: 700;
    font-size: 17px;
    margin: 0;
}

.analsis h5 {
    border: 0px;
    background: #ff6600;
    display: inline-block;
    padding: 5px 12px;
    border-radius: 25px;
    margin-bottom: 0px;
    font-size: 13px;
    font-weight: 600;
}

.analsis h5 a {
    color: : #fff !important;
}


.credent button.close {
    background: #ff0000;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    opacity: inherit;
    color: #fff !important;
    top: -10px !important;
    z-index: 999;
    position: absolute;
    right: -8px;
    font-size: 24px;
}

.credent .modal-body {
    position: relative;
    padding: 0px 0px 0px;
}

.credent .modal-content {
    border: 0px;
}

.credent .modal-header {
    min-height: 0px;
    padding: 0px;
    border-bottom: none;
    background: none;
}

.credent .modal-dialog {
    width: 365px;
    margin: 30px auto;
}

button.close:focus,
button.close:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: initial;
}

@media only screen and (max-width: 767px) {
    .credent .modal-dialog {
        width: 280px;
        margin: 30px auto;
    }
    p.bhuivv {
    text-align: center;
}

}

.c-banner {
    margin: 0px 0px 38px 0px;
}

@media only screen and (max-width: 767px) {
    .c-banner {
        margin: 10px 0px 60px 0px;
    }
}

.three-buttons img:first-child {
    margin-top: 5px;
}

.three-buttons img {
    margin-bottom: 5px;
    text-align: center;
}

.credential .modal-dialog {
    width: 320px !important;
}

.credential.yout .modal-dialog {
    width: 850px !important;
}


button.close {
    background: #ff692e;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    opacity: inherit;
    color: #fff !important;
    margin-top: 4px !important;
    margin-right: -7px;
    position: relative;
    z-index: 999;
    position: absolute;
    right: 12px;
}

h4.modal-title {
    text-align: center;
}

button.close:focus,
button.close:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: initial;
}

.modal-body p {
    font-size: 14px;
}

.credential .modal-body {
    position: relative;
    padding: 25px;
}

.modal-body .btn {
    background: #e85222;
    border: 1px solid #e85222;
    color: #fff;
    font-size: 16px;
    margin-bottom: 10px;
    width: 100%;
}

.credential .modal-header {
    min-height: 16.43px;
    padding: 10px 25px;
    border-bottom: none;
    background: #f7f7f7;
}

.exam-btn ul li {
    list-style: none;
    padding: 7px 5px;
    border: 1px solid #ccc;
    width: 24%;
    text-align: center;
    margin-bottom: 15px;
    font-size: 13px;
    transition: all .5s ease-in-out;
    display: flex;
    justify-content: center;
    line-height: 18px;
    align-items: center;
    border-radius: 5px;
    font-weight: 400;
}


.btn-click {
    color: #fff;
    display: block;
    font-size: 13px;
    padding: 7px 5px;
    width: 24%;
    background: #5a7fc9;
    border-radius: 2px;
    line-height: 18px;
    text-align: center;
    position: relative;
    max-height: 33px;
    border-radius: 5px;
    border: 1px solid #5a7fc9;
}

.btn-click h4 {
    font-size: 14px;
    margin: 0px;
    font-weight: 500;
    cursor: pointer;
    position: relative;
}


.btn-click h4 i {
    position: absolute;
    right: 0;
    top: 3px;
}

.btn-click h4 .fa-angle-up {
    display: none;
}

.btn-click h4.arrowup .fa-angle-down {
    display: none;
}

.btn-click h4.arrowup .fa-angle-up {
    display: inline-block;
}

.slide-program {
    display: none;
    margin-top: 10px;
    padding: 10px;
    background: #5a7fc9;
    z-index: 999999;
    position: relative;
}

.slide-program a {
    color: #fff;
    display: block;
    margin-bottom: 5px;
    font-size: 12px;
    text-align: left;
    position: relative;
    padding-left: 14px;
}

.slide-program a:before {
    content: "";
    width: 5px;
    height: 4px;
    background: #fff;
    position: absolute;
    border-radius: 50px;
    left: 0;
    top: 7px;
}

.modal-body {
    padding: 0;

}



.modal-header {
    padding: 0;
    border-bottom: none;
    min-height: inherit;
    position: relative;

}

.close {
    position: absolute;
    right: 0;
}



@media only screen and (max-width: 767px) {
    section h1 {
        margin-top: 20px;
    }

    .downloadpdf {
        left: 0;
    }

    .exam-btn ul li {

        padding: 7px 5px;
        border: 1px solid #ccc;
        width: 49%;
        text-align: center;
        margin-bottom: 10px;
        font-size: 10px;
        font-weight: 500;
    }

    .btn-click {
        width: 100%;
    }

}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner-area::after {
        display: none;
    }

    .pos-absolute {
        top: 15px !important;
    }

    .preparation ul.nav.nav-pills a {
        padding: 10px !important;
    }

    .exam-btn ul li {
        min-height: 50px;
    }

    .btn-click {
        min-height: 50px;
        padding: 15px 10px;
    }

}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .navbar-brand>img {
        max-height: 25px !important;
    }

    .preparation .col-md-8 h5 {
        min-height: 30px;
    }

    .facility .col-md-4 .fac-deatils {
        min-height: 164px;
    }

    .exam-btn ul li {
        min-height: 50px;
    }

    .btn-click {
        min-height: 50px;
        padding: 15px 10px;
    }

}