p#msg1 {
    text-align: center;
}

.get-pdf-block {
    background-color: #e9eaff;
    padding: 15px;
    margin-bottom: 10px;
    border-radius: 5px;
}
#GetPDF .form-box h4 {
    border-radius: 5px;
}
#GetPDF .modal-header .close {
    margin-top: 10px;
    margin-right: 10px;
    color: #fff;
    opacity: 1;
}
#GetPDF .form-box {
    padding: 0;
}
#GetPDF .modal-header {
    min-height: 1px;
    border-bottom: none;
}
.btn.btn-warning {
    background-color: #f15a22;
    border-color: #f15a22;
}

.enquirenowwrap {
    position: fixed;
    z-index: 9999;
    top: 50%;
    right: -55px;
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    z-index: 99;
}

.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;
}


.programitem {
    padding:0px;
    background-color: #f8f8f8;
    text-align: center;
    margin-bottom: 0px;
    padding-bottom: 20px;
    border-radius: 8px;
    border: 1px solid #e8e8e8;
    overflow: hidden;
    min-height: 390px;
}

.programitem p {
    margin-top: 10px;
    margin-bottom: 0px;
    text-align: left;
    font-size: 11px;
    line-height: 18px;
}

.mange{ padding: 0 0 0 15px;}

.programitem h3 {
    font-size: 15px;
    font-weight: 600;
    text-align: left;
    color: #e85222;
}
.programitem ul {

}
.programitem ul li{
  font-size: 13px;
}
.btnfld.twobtns {
    text-align: right;
    position: absolute;
    bottom: 20px;
    right: 28px;
}

.btnfld a {
    color: #fff;
    background-color: #e85222;
    padding: 6px 30px 6px 15px;
    border-radius: 4px;
    font-size: 14px;
    position: relative;
}
.btnfld a span:before {
    content: "\f178";
    font-family: FontAwesome;
    position: absolute;
    right: 10px;
    top: 3px;
}


section p {
    text-align: justify;
}

section table p {
    text-align: center;
}

table  {
    text-align: center;
}

.orange {
    color: #e85222;
}

.form-region {
    padding: 0;
    padding-bottom: 20px;
}

form {
    padding: 0 20px;
}

.form-box h4 {
    color: #fff;
    font-size: 18px;
    padding: 10px 15px;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 15px;
    background: #c54771;
    border-radius: 9px 9px 0 0;
}

.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%;
}


h2#Suggested {
    font-size: 24px;
}

.r-articals .mentor-descrip-artical {
    box-shadow: 0 5px 6px -6px #7c7c7c;
    background: #b3afaf21;
    border-radius: 20px;
    padding: 0 20px 10px;
    text-align: left;
}

.r-articals .mentor-descrip-artical a {
    position: absolute;
    display: contents;
}

.r-articals .mentor-descrip-artical a::before {
    color: #fff;
    background-color: #e85728;
    width: 30px;
    height: 30px;
    border-bottom-right-radius: 10px;
    line-height: 30px;
    text-align: center;
    font-size: 15px;
    content: "\f105";
    right: 15px;
    font-family: "FontAwesome";
    position: absolute;
    bottom: 0px;
}


.r-articals .mentor-descrip-artical h5 {
    font-size: 17px;
    font-weight: 300;
    margin-top: 20px;
}

.r-articals .mentor-descrip-artical h4 {
    position: relative;
    color: #000000;
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 20px;
}

.r-articals .mentor-descrip-artical p {
    text-align: left;

}

.r-articals .imag {
    position: relative;
    margin: 0 -20px;
}

.r-articals .imag img {
    border-radius: 20px 20px 0 0;
}

.r-articals .imag span {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #3e4c8d;
    padding: 2px 20px;
    color: #fff;
    border-radius: 0 20px 0 0;
}

.ms li::before {
    color: #FF692E !important;
    content: "\f0a4" !important;

}

/* 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;
}

.Subject-wise ul li {
    padding: 0px;
    margin: 2px;
}

.Subject-wise .nav-tabs>li>a {
    margin-right: 0px;
    border-bottom: 1px solid #9a274d;
    background: #fff;
    border-radius: 2px;
}

.Subject-wise .nav-tabs>li>a:hover {
    color: #fff;
    cursor: default;
    background-color: #9a274d;
    border: none;
    border-bottom-color: transparent;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    color: #fff;
    cursor: default;
    background-color: #9a274d;
    border: none;
    border-bottom-color: transparent;
    padding: 8px 10px !important;
}

.Subject-wise .nav-tabs>li.active>a:after {
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #9d254d !important;
    position: absolute;
    content: "";
    bottom: -10px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.Subject-wise .nav-tabs>li>a:hover:after {
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #9d254d !important;
    position: absolute;
    content: "";
    bottom: -12px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}


/* Thank you page */
.thanlkyou {
    background-color: #6b2ace;
    padding-top: 50px;
    padding-bottom: 80px;
    text-align: center;
}

.thanlkyou img {}

.thanlkyou h2 {
    margin-top: 20px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 0.5px;
    font-size: 32px;
}

.thanlkyou p {
    color: #fff;
    letter-spacing: 0.5px;
    font-size: 18px;
}

.thanlkyou p span {
    position: relative;
}

.thanlkyou p span strong {
    position: relative;
    z-index: 2;
}

.thanlkyou p span:after {
    position: absolute;
    bottom: 4px;
    width: 100%;
    left: 0;
    height: 5px;
    background: #fbd1c2;
    content: '';
    z-index: 1;
    opacity: .3;
}

.contfldthh {
    margin-top: -46px;
}

.boxesiner {
    padding: 15px;
    border: 1px solid rgba(171, 171, 171, .4);
    box-shadow: 0 2px 6px rgba(0, 0, 0, .20);
    margin-bottom: 20px;
    border-radius: 15px;
    float: left;
    width: 100%;
    clear: both;
    text-align: center;
    background-color: #fff;
    font-size: 16px;
}

.butns .btn {
    background-color: #F15A22;
    border: 0 none;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    padding: 0px 20px;
    text-align: center;
    border-radius: 2px;
    width: auto;
    line-height: 40px;
}

.footerregion h2:after {
    content: inherit;
}

.footerregion h2 {
    padding-bottom: 0;
    line-height: inherit;
}

.copntheffil {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.copntheffil::after {
    position: absolute;
    left: 50%;
    top: 0;
    content: "";
    height: 150%;
    width: 200%;
    background: #f5f5ff;
    z-index: -1;
    transform: translate3d(-50%, -50%, 0);
    border-radius: 50%;
}


.light-blue {
    background: #F0FBFF;
}


.howtostartr .Rectangle-35 {
    height: 1px;
    opacity: .1;
    background-color: #44355b;
    width: 100%;
    margin-top: 39px;
    margin-bottom: 44px;
}

.howtostartr .queri {
    font-size: 16px;
    line-height: 1.81;
    color: #555;
}



.downloadpdf {
    position: fixed;
    z-index: 9999;
    top: 50%;
    left: -125px;
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    z-index: 99;

}

.downloadpdf a {
    font-size: 14px;
    border-radius: 0 0 10px 10px;
    line-height: 29px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    background: #0b2edf;
    padding: 8px 8px;
    font-weight: 600;
    text-decoration: none;
}

#openform .modal-header {
    border-bottom: none;
    background-color: #fff420;
}

#openform .modal-header h4 {
    margin: 0;
    color: #000;
}

#openform .modal-header .close {
    opacity: 1;
    position: absolute;
    right: 10px;
    top: 10px;
    text-shadow: inherit;
    margin: 0;
}

#openform .form-box {
    box-shadow: inherit;
    padding: 0;
}

a.btn.btn-warning {
    background-color: #f15a22;
    border-color: #f15a22;
}

/* 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 0px 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 */
.ex_btn {
    margin: 10px auto;
}

.ex_btn a {
    display: block;
    color: #fff;
    background-color: #f15a22;
    border-color: #f15a22;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    border-radius: 4px;
}


/* mCustom scroll bar settings */
.mCustomScrollbar {
    position: relative;
    height: 380px;
    overflow: auto;
    -ms-touch-action: pinch-zoom;
    touch-action: pinch-zoom;
    margin-bottom: 20px;
}

.mCustomScrollBox {
    position: relative;
    overflow: hidden;
    height: 100%;
    max-width: 100%;
    outline: none;
    direction: ltr;
}

.mCSB_container {
    overflow: hidden;
    width: auto;
    height: auto;
}

.mCSB_inside>.mCSB_container {
    margin-right: 15px;
}

.mCSB_scrollTools {
    position: absolute;
    width: 16px;
    height: auto;
    left: auto;
    top: 0;
    right: 0;
    bottom: 0;
}

.mCSB_scrollTools .mCSB_draggerContainer {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    height: auto;
}

.mCSB_scrollTools .mCSB_dragger {
    cursor: pointer;
    width: 100%;
    height: 30px;
    z-index: 1;
}

.mCSB_scrollTools .mCSB_draggerRail {
    width: 6px;
    height: 100%;
    margin: 0 auto;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    background-color: rgba(0, 0, 0, .1);
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    position: relative;
    width: 4px;
    height: 100%;
    margin: 0 auto;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    text-align: center;
    background-color: #f15a22;
}

.currentafbox .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: rgb(105, 204, 68);
}

/*  */


.tc-sticky {
    position: fixed;
    top: 65px;
    z-index: 999;
    width: 100%;
    background: #e9eaff;
    padding: 10px 0;
}

.table-sec {
    padding-bottom: 0;
}

.table-sec.tc-sticky {
    padding-bottom: 10px;
}

.table-content .btn-click {
    color: #000;
    display: block;
    font-size: 15px;
    padding: 11px 15px;
    width: 100%;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 2px;
    line-height: 22px;
    background-color: #fff;
    box-shadow: 0 5px 15px 0 rgb(68 68 68 / 10%);
    cursor: pointer;
    border: 1px solid #81addd;
    border-radius: 5px
}

.table-content .btn-click h4 {
    margin: 0;
    display: flex;
    justify-content: space-between;
}

.table-content .btn-click h4 i {
    right: 10px;
    top: 10px;
}

.table-content .btn-click h4 .fa-angle-up {
    display: none;
}

.table-content .btn-click h4.arrowup .fa-angle-down {
    display: none;
}

.table-content .btn-click h4.arrowup .fa-angle-up {
    display: inline-block;
}

.table-content .slide-program {
    display: none;
    margin-top: 10px;
    border-top: 1px #bbb solid;
    padding-top: 10px;
}

.table-content .slide-program a {
    color: #000;
    display: block;
    margin-bottom: 10px;
    font-size: 15px;
    background-color: #fff;
    box-shadow: 0 5px 15px 0 rgb(68 68 68 / 10%);
    padding: 10px 20px;
}



@media only screen and (max-width: 767px) {
    .tc-sticky {
        top: 65px;
    }
}




@media only screen and (max-width: 767px) {

    .r-articals .slick-arrow {
        position: absolute;
        z-index: 9;
        border: 0;
        background-repeat: no-repeat;
        font-size: 0;
        top: 50%;
        width: 30px !important;
        height: 30px !important;
        padding: 0;
        cursor: pointer;
        background-color: #e85222 !important;
        background-size: 13px;
        background-position: center;
        border-radius: 50%;
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }


    .r-articals .slick-prev {
        background-image: url(https://www.careerlauncher.com/foundation/img/left-arrow.png);
        left: 0 !important;
    }

    .r-articals .slick-next {
        right: 0px;
        background-image: url(https://www.careerlauncher.com/foundation/img/right-arrow.png);
    }


    a.btn.btn-warning {
        background-color: #f15a22;
        border-color: #f15a22;
        margin-bottom: 10px;
        min-width: 100%
    }

    .quizcontest.morelinks {
        width: 100%;
        margin: 0 auto;
    }

    .cmb {
        width: 100%;
    }

    .strip {
        font-size: 10px;
    }

    table td {
        white-space: normal !important;
    }

    .downloadpdf {
        position: fixed;
        z-index: 9999;
        top: 66px;
        left: 0;
        -moz-transform: inherit;
        -webkit-transform: inherit;
        transform: inherit;
        z-index: 99;
        width: 100%;
    }

    p {
        text-align: justify;
    }

    .downloadpdf a {
        font-size: 14px;
        line-height: 18px;
        color: #fff;
        text-align: center;
        cursor: pointer;
        background: #0b2edf;
        padding: 8px 8px;
        font-weight: 600;
        width: 100%;
        text-decoration: none;
        border-radius: 0;
        display: inline-block;
    }

    .two-left .col-md-6 {
        width: 50% !important;
    }

    .two-left .col-md-12 {
        width: 100% !important;
    }


    .baner-region::before {
        display: none;
    }

    .baner-region h1 {
        margin-top: 0px;
    }

    /*section {padding: 40px 0;position: relative;}*/

    .sub-heading {
        margin-bottom: 20px;
        line-height: 25px;
    }

    .popup-outer {
        min-width: 300px;
        max-width: 90%;
    }

    .programs-table ul li a {
        margin-right: 7px !important;
        letter-spacing: initial !important;
        padding: 10px 7px !important;
    }

}

@media only screen and (max-width: 1199px) {


    .r-articals .slick-arrow {
        position: absolute;
        z-index: 9;
        border: 0;
        background-repeat: no-repeat;
        font-size: 0;
        top: 50%;
        width: 30px !important;
        height: 30px !important;
        padding: 0;
        cursor: pointer;
        background-color: #e85222 !important;
        background-size: 13px;
        background-position: center;
        border-radius: 50%;
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }



    .r-articals .slick-prev {
        background-image: url(https://www.careerlauncher.com/foundation/img/left-arrow.png);
        left: 0 !important;
    }

    .r-articals .slick-next {
        right: 0px;
        background-image: url(https://www.careerlauncher.com/foundation/img/right-arrow.png);
    }
}

@media only screen and (min-width: 992px) and (max-width : 1199px) {
.r-articals .mentor-descrip-artical h4 {
    font-size: 14px;
}

}