@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&display=swap');

* {
    margin: 0px;
    padding: 0px;
}

body {
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    color: #323232;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 0.8px;
}

p {
    letter-spacing: 0.8px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    letter-spacing: 0.8px;
}

a:focus,
a:active,
a {
    outline: 0 !important;
    border: 0;
}


.text-black {
    clear: both;
    color: #000 !important;
    font-weight: 600;
}

.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;
}

.navbar-brand>img {
    max-height: 80px !important;
    aspect-ratio: 2/1;
}

a.outline-links {
    padding: 5px 15px;
    border: 2px solid #e85222;
    display: block;
    border-radius: 5px;
    color: #fff;
    margin-bottom: 10px;
    background: #e85222;
}

a.outline-links:hover {
    background: #e85222;
    color: #fff;
    border: 2px solid #e85222;
    text-decoration: none;
}

/* .exam-alert {
    background-color: #fc0;
    padding: 8px 0
}
.exam-alert h5 {
    color: #000;
    font-size: 17px;
    margin: 0
}
.exam-alert a {
    background-color: #004caa;
    color: #fff;
    font-size: 15px;
    padding: 5px 8px;
    display: inline-block;
    border: 1px solid #004caa
} */

.form-group input[type="file"]::file-selector-button {
    background: #5c72ff;
    background-image: linear-gradient(to right, #ff5c5c, #ff3f3f);
    position: absolute;
    right: 19px;
    top: 33px;
    border: inherit;
    padding: 8px 10px;
    border-radius: 3px 3px 3px 3px;
    color: #fff;
    font-size: 13px;

}

.faq {
    padding: 40px 0;
}

.faq h2 {
    margin-bottom: 20px;
}

.ghh {
    position: relative;
    margin-bottom: 10px;
}

.marker-primary.marker-ribbon {
    background-color: #012b55;
}

.pos-absolute {
    position: absolute;
    top: -18px;
}

.col-md-6 .rest {
    min-height: 85px;
}

.marker-ribbon {
    margin-left: -10px;
    box-shadow: 1px 1px 1px rgb(28 39 60 / 16%);
}

.marker {
    background-color: #012b55;
    color: #ffffff;
    padding: 8px 10px;
    font-size: 10px;
    z-index: 1;
}

.marker-ribbon h5 {
    font-size: 17px;
    font-weight: 600;
    margin: 0;
}

.recent {
    padding: 20px 15px 15px 15px;
    box-shadow: 5px 5px 5px rgb(0 0 0 / 20%);
    border: 1px solid #ddd;
    background: #fff;
    margin-top: 38px;
}

.demof {
    margin: 0px 0;
}

.demof ul {
    padding: 0;
    list-style: none;
    margin-bottom: 0;
    width: 100%;
}

.demof li {
    padding: 4px 0 4px 24px;
    height: auto;
    font-size: 14px;
    letter-spacing: 0.2px;
    border-bottom: 1px solid #f3f3f3;
    position: relative;
    color: #000;
}

.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: 5px;
    font-weight: 600;
    background: #9d254d;
    border-radius: 30px;
    height: 16px;
    width: 17px;
    text-align: center;
    line-height: 17px;
}

.demof a {
    color: #f15a22 !important;
    padding: 0px 0 !important;
    margin: 0px !important;
    font-weight: 500;
    font-size: 12px;
}

.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);
}

.socialshareicon>a {
    float: left;
    background: inherit;
    border: 0px;
    padding: 0px 5px;
}

.socialshareicon .fa-facebook {
    background: #3B5998;
    color: white;
}

.socialshareicon .fa-instagram {
    background: #8a3293;
    color: white;
}

.socialshareicon .fa-telegram {
    background: #039be5;
    color: white;
}

.socialshareicon .fa {
    clear: none;
    float: left;
    width: 28px;
    line-height: 28px;
    text-align: center;
}

.socialshareicon img {
    max-width: 28px;
}

.exam-alert {
    text-align: left;
}


.counter-box {
    display: block;
    background: #00000070;
    padding: 15px 20px 5px;
    text-align: center;
    border-radius: 15px;
    border: 1px dashed #fff101;
    margin-top: 20px;
}

.counter-box p {
    color: #fff !important;
    font-weight: 500;
    font-size: 18px !important;
    margin-top: 10px !important;
}

.counter-box i {
    font-size: 60px;
    margin: 0 0 15px;
    color: #d2d2d2
}

.counter {
    display: block;
    font-size: 30px;
    font-weight: 700;
    color: #fff;
}


.tooltip {
    font-size: 16px;
    padding: 5px 10px;
}

.mar-top-15 {
    margin-top: 15px !important;
}

.mar-top-25 {
    margin-top: 25px;
}

section {
    padding: 50px 0;
}

.baner-region {
    background-image: url(https://clsite-file1.s3.amazonaws.com/6858_race-bnrr.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    padding: 50px 0;
    overflow: hidden;
    position: relative;
}

.baner-region:before {
    height: 100%;
    position: absolute;
    right: 0;
    opacity: inherit;
    top: 0;
    width: 100%;
    content: "";
    background: rgb(0 0 0 / 77%) none repeat scroll 0 0;
}


.baner-region .container-fluid {
    padding: 0 30px;
}

.baner-region h3 {
    color: #fff;
    display: inline-block;
    padding: 2px 0px 2px 15px;
    font-size: 21px;
    margin-top: 0;
    font-weight: 300;
    /* border-left: 4px solid #ffe202; */
}

.baner-region h1 {
    font-size: 40px;
    color: #eeee3a;
    font-weight: 700;
    margin-top: 0px;
}

.baner-region p {
    color: #fff;
    font-size: 15px;
    margin-top: 0px;
    letter-spacing: 0.6px;
}

.baner-region h2 {
    font-size: 20px;
    color: #ffffff;
    margin-top: 10px;
    font-weight: 500;
}

.baner-region-n {
    list-style: outside none none;
    margin: 0 0 15px 0;
    padding: 0;
}

.baner-region-n li {
    list-style: outside none none;
    margin: 0;
    padding: 3px 0 3px 33px;
    position: relative;
    text-align: left;
    font-size: 15px;
    color: #fff;
}

.baner-region-n li::before {
    color: #fbfbfb;
    content: "\f00c";
    font-family: "FontAwesome";
    font-size: 11px;
    left: 0;
    position: absolute;
    top: 4px;
    font-weight: 600;
    background: #ff6935;
    border-radius: 25%;
    width: 22px;
    height: 21px;
    line-height: 21px;
    text-align: center;
}

.baner-region small {
    color: #fff;
}

.achievers-block {
    margin-top: 20px;
}

.innerlefthe .grid {
    padding: 5px 15px 5px 35px;
    position: relative;
    text-align: left;
    display: inline-block;
    margin-right: 5px;
}

.innerlefthe .icon {
    position: absolute;
    left: 0px;
}

.innerlefthe .icon img {
    max-width: 32px;
}

.innerlefthe .count {
    font-size: 18px;
    font-weight: 400;
    color: #3a3973;
}

.innerlefthe .grid p strong {
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 0px;
}

.lab-no {
    font-size: 13px;
    font-weight: 400;
    padding: 5px;
}

.innerlefthe .grid p {
    margin-top: 0px;
}

.innerlefthe {
    display: block;
    vertical-align: top;
    position: relative;
    border-bottom: 1px solid #ff692e;
    padding-right: 10px;
    padding-left: 15px;
    border-left: 1px solid #ff692e;
    border-top: 1px solid #ff692e;
    border-right: 1px solid #ff692e;
    padding-top: 20px;
    color: #fff;
    margin-top: 35px;
    margin-bottom: 15px;
    margin-top: 0;
    padding-left: 30px;
    position: relative;
}

.innerlefthe .detail-text strong {
    position: absolute;
    top: -13px;
    left: 20px;
    font-size: 18px;
    letter-spacing: 1.3px;
    background-color: #ebf4fa;
    color: #333;
    padding: 0 10px;
}

.thre-plus h4 {
    font-size: 16px;
    color: #ddee3a;
    font-weight: 600;
    margin: 0 0 7px 0;
    text-align: left;
    letter-spacing: 0.5px;
}

.counter-section {
    padding: 20px 0;
    background: #eeeeee;
}

.counter-section h5 {
    font-size: 25px;
    font-weight: 800;
    color: #e85222;
    margin-top: 0;
}

.counter-section p {
    font-size: 15px;
    line-height: 22px;
    color: #000000;
    font-family: 'Roboto';
    margin: 0;
}


.promo-card {
    margin-bottom: 0px;
    background-color: transparent;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    padding: 25px 0px;
    text-align: left;
}

.scnd {
    background-color: #fbe6ad8c;
}

.thrd {
    background-color: #addffb8c;
}

small {
    text-align: right;
}

.promo-card .promo-icon {
    display: inline-block;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    background-color: #ecf0f2;
    text-align: center;
    margin: 0 auto 10px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    line-height: 75px;
}

.promo-card .promo-icon img {
    width: 50px;
}

.promo-card .promo-icon i {
    font-size: 43px;
    line-height: 86px;
    margin: 0 auto;
    color: #1B7261;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.promo-card h3 {
    font-size: 21px;
    margin-bottom: 10px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    font-weight: 600;
    margin-top: 5px;
}

.promo-card p {
    margin: 0;
    color: #000;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.promo-card:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.sec-title {
    margin-bottom: 30px;
}

.sec-title h6 {
    font-size: 21px;
    color: #e85222;
    margin: 0;
    font-weight: 300;
    margin-bottom: 18px;
}

.sec-title h1 {
    font-size: 30px;
    color: #222222;
    font-weight: bold;
    margin: 0px 0;
}

.sec-title p {
    padding-top: 15px;
}

.bg-blue {
    position: relative;
    background: #f7fbff;

}

.image2 {
    width: 100%;
    margin-right: 0%;
    border: 1px solid #ddd;
    text-align: center;
    border-radius: 2px;
    margin-top: 0px;
    background-color: #fff;
    padding: 5px;
    box-shadow: -1px 0px 16px 0px rgb(0 0 0 / 12%);
}

.rest {
    margin: 15px 0;
    background: #fff;
    padding: 5px 20px;
    border: 1px solid #436070;
    border-radius: 15px;
}

.rest h5 {
    position: relative;
    font-size: 16px;
    line-height: 25px;
    padding: 0 0 0 65px;
    font-weight: 300;
}

.rest img {
    position: absolute;
    left: 0;
    width: 50px;
}

.product-grid {
    width: 50%;
    margin-bottom: 15px;
    float: left;
}

.product-box {
    text-align: center;
    margin: 0 7px 0 0;
}

#available-block a.btn-new {
    display: inline-block;
    color: #000;
    font-size: 14px;
    padding: 0 5px;
    width: 100%;
    background: #ffffff;
    line-height: 48px;
    border-radius: 2px;
    border: 2px solid #333;
    font-weight: 500;
}

#available-block a.btn-new:hover {
    background: #e85222;
    color: #fff;
    border: 2px solid #e85222;
    text-decoration: inherit;
}

.product-grid2 {
    width: 100%;
    margin-bottom: 15px;
    float: left;
}

.container-fluid {
    padding: 0 85px;
}


/* features start */
.features-box {
    background-color: #e0ebf6;
    min-height: 380px;
    border-radius: 20px;
    margin-bottom: 20px;

}

#features .col-md-4:nth-child(3)~* {
    margin-top: 30px;
}

.features-img {
    background: #ebf3fa;
}


.features-box .features-img {
    text-align: left;
    padding: 20px 30px;
    border-radius: 20px 0 50px 0;
}

.features-body {
    padding: 20px 20px;
}

.features-box .features-body h3 {
    margin: 10px 0 20px;
    font-size: 20px;
}

.features-box .features-body p:last-child {
    margin-bottom: 0;
}


/* features close */

.scnd-part {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 15px;
}

.scnd-part h4 {
    margin-top: 0;
}

.scnd-part p {
    margin-bottom: 0;
}

.ms ul {
    list-style: outside none none;
    margin: 0 0 10px 0;

}

.ms ul li {
    list-style: outside none none;
    margin: 0;
    padding: 2px 0 2px 25px;
    position: relative;
    text-align: left;
    font-size: 15px;
    letter-spacing: 0.8px;
}

.ms ul li::before {
    color: #FF692E;
    content: "\f00c";
    font-family: "FontAwesome";
    font-size: 14px;
    left: 0;
    position: absolute;
    top: 4px;
    font-weight: 600;
}

.msi ul {
    list-style: outside none none;
    margin: 0 0 10px 0;

}

.msi ul li {
    list-style: outside none none;
    margin: 0;
    padding: 2px 0 2px 25px;
    position: relative;
    text-align: left;
    font-size: 15px;
    letter-spacing: 0.8px;
}

.msi ul li::before {
    color: #FF692E;
    content: "\f00c";
    font-family: "FontAwesome";
    font-size: 14px;
    left: 0;
    position: absolute;
    top: 4px;
    font-weight: 600;
}

/* .testmonials-pull {
    background: inherit;
} */

.slick-list {
    margin: 0 50px;
}

.testmonials-pull .slick-prev {
    background-image: url(https://www.careerlauncher.com/foundation/img/left-arrow.png);
    left: 0px !important;
}

.testmonials-pull .slick-next {
    right: 0px !important;
    background-image: url(https://www.careerlauncher.com/foundation/img/right-arrow.png);
}

.rsrch .slick-next {
    right: 6%;
    background-image: url(https://www.careerlauncher.com/foundation/img/right-arrow.png);
}

.rsrch .slick-prev {
    background-image: url(https://www.careerlauncher.com/foundation/img/left-arrow.png);
    left: 7% !important;
}

.testmonials-pull .slick-arrow {
    position: absolute;
    z-index: 9;
    border: 0;
    background-repeat: no-repeat;
    font-size: 0;
    top: 50%;
    width: 40px !important;
    height: 40px !important;
    padding: 0px;
    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%);
}

.slick-track {
    padding: 7px 0;
}


/* mentor start */


.two-way {
    background: #2B2A29;
}

.mentor-box {
    margin-bottom: 0px;
    position: relative;
    padding: 25px 20px 25px 200px;
    background: #eaeaea;
    min-height: 232px;
}

.mentor-greybox {
    margin-bottom: 15px;
}

.mentor-greybox p {
    margin-bottom: 10px;
}

.mentor-greybox h3 {
    color: #000;
    font-size: 22px;
    margin-top: 15px;
}

.mentorimg {
    position: absolute;
    left: 20px;
}

.mentorimg img {
    max-width: 170px;
}

.mentor-box p {
    color: #000000;
    font-size: 15px;
    letter-spacing: 0.3px;
}

.white,
.text-white {
    color: #ffffff !important;
}

.three-prt {
    box-shadow: 0 10px 30px 0 rgb(54 56 110 / 15%);
    padding: 20px;
}

.three-prt h4 {
    background: #fbe5d6;
    position: relative;
    padding: 10px 10px 10px 50px;
    border-radius: 50px;
}

.three-prt h4 span {
    position: absolute;
    background: #9a2e56;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    border-radius: 50px;
    left: 3px;
    top: 3px;
    font-weight: bold;
}

/* mentor close */

.sujl .mCustomScrollbar {
    position: relative;
    height: 400px;
}


/* mCustom scroll bar settings */
.mCustomScrollbar {
    position: relative;
    height: 130px;
    overflow: auto;
    -ms-touch-action: pinch-zoom;
    touch-action: pinch-zoom;
    margin-bottom: 10px;
}

.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);
}

.cent img {
    max-width: 1050px;
    margin: 0 auto;
    margin-bottom: 30px;
}


.boxex-con2 {
    background: #edf6ff;
    padding: 20px;
    min-height: 262px;
}

.boxex-con2 h5 {
    font-size: 40px;
    font-weight: 700;
    color: #222;
    line-height: 28px;
    padding-bottom: 15px;
    margin-bottom: 20px;
    position: relative;
}

.boxex-con2 h5::before {
    position: absolute;
    content: '';
    background: #e85222;
    bottom: 0px;
    left: 0px;
    width: 45px;
    height: 3px;
}

.boxex-con2 h4 {
    font-size: 19px;
}

.boxex-con2 p {
    margin-bottom: 0px;
}

.copntheffil .col-md-4:nth-child(3)~* {
    margin-top: 30px;
}

.leadership img {
    width: 100%;
    border-radius: 10px;
    max-height: 130px;
}

.name {
    text-align: center;
}

.name h3 {
    font-size: 19px;
    margin-top: 15px;
    margin-bottom: 10px;
}

.name a {
    background: #e85222;
    padding: 5px 15px;
    color: #fff;
    border-radius: 5px;
    font-size: 13px;
}



.credential .modal-dialog {
    width: 750px !important;
}

.credential .modal-body img {
    width: 100%;
}

.credential .modal-body h3 {
    margin-top: 0;
}

button.close {
    background: #ff692e;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    opacity: inherit;
    color: #fff !important;
    margin-top: -8px !important;
    margin-right: 0px;
    position: relative;
    z-index: 999;
    position: absolute;
    right: -9px;
}

h4.modal-title {
    text-align: left;
}

button.close:focus,
button.close:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: initial;
}

.modal-body p {
    font-size: 15px;
}

.credential .modal-body {
    position: relative;
    padding: 25px;
}

.credential .modal-header {
    min-height: 0px;
    padding: 0px 25px;
    border-bottom: none;
    background: #f7f7f7;
}

.form-box .form-region {
    background-color: #eeeeee;
    padding: 15px;
}

.form-box h3 {
    background-color: #f15a22;
    font-size: 16px;
    padding: 15px 10px;
    border-left: none;
    width: 100%;
    margin-bottom: 0px;
    text-align: center;
    font-weight: 600;
}

p#msg {
    color: #333;
    text-align: center;
    margin: 10px;
}

p#msg1 {
    margin: 5px;
}

.form-group {
    margin-bottom: 15px !important;
}

.form-box {}

.form-control {
    background: #f7f7f7;
    border-radius: 3px;
    box-shadow: none;
    color: #000;
    font-size: 15px;
    font-weight: 400;
    border: 1px solid #f7f7f7;
    height: 40px;
    margin-bottom: 0px;
    padding-left: 15px;
    box-shadow: 0px 3px 6px #00000029;
}

.form-box .btn {
    background-color: #e85222;
    border: 0 none;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    margin-top: 0px;
    padding: 9px 18px;
    border-radius: 3px;
    margin-bottom: 0px;
}

input.form-control::placeholder {
    font-size: 15px;
    color: #000;
}

.ms-options-wrap>button:focus,
.ms-options-wrap>button {
    background: #f7f7f7;
    border-radius: 3px;
    box-shadow: none;
    color: #000;
    font-size: 15px;
    font-weight: 400;
    border: 1px solid #f7f7f7;
    height: 40px;
    margin-bottom: 0px;
    padding-left: 15px;
    box-shadow: 0px 3px 6px #00000029;
}

.ms-options-wrap>.ms-options>ul li {
    margin: 0 10px;
}

.ms-options-wrap>.ms-options>ul label {
    color: #000;
    font-weight: 400;

}

.ms-options-wrap>.ms-options {
    position: relative;
}

button.btnotp {
    background: #5c72ff;
    background-image: linear-gradient(to right, #ff5c5c, #ff3f3f);
    position: absolute;
    right: 19px;
    top: 4px;
    border: inherit;
    padding: 4px 10px;
    border-radius: 3px 3px 3px 3px;
    color: #fff;
    font-size: 13px;
}


.faq .panel-default>.panel-heading {
    background-color: #fff;
    color: #333;
}

.faq .panel-default>.panel-heading,
.panel-default {}

.faq .panel-default .panel-title a {
    display: block;
    padding: 5px;

}

.faq .panel-default .panel-title a:after {
    font-family: 'FontAwesome';
    font-style: normal;
    font-size: 2rem;
    content: "\f106";
    color: #333;
    float: right;
    margin-top: -2px;
    margin-right: -8px;
}

.faq .panel-default .panel-title a.collapsed:after {
    content: "\f107";
}

.faq .panel-default .panel-body {
    font-size: 15px;
    color: #666666;
    font-family: 'Roboto', Helvetica, sans-serif;
}

.faq .panel {
    margin-bottom: 10px;
}

h3.panel-title {
    font-weight: 500;
}

.butns .btn {
    background: #e85222;
    border: none;
    border-radius: 5px;
    color: #ffffff;
    line-height: 42px;
    font-family: 'Roboto';
    padding: 0 15px;
    font-size: 16px;
    font-weight: 600;
    margin-top: 15px;
}






.btn-click h4 {
    font-size: 15px;
    margin-bottom: 0;
    font-weight: 500;
    cursor: pointer;
    position: relative;
}

.btn-click {
    color: #fff;
    display: block;
    font-size: 15px;
    padding: 0px 0px;
    width: 100%;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 2px;
    line-height: 22px;
}


.btn-click h4 {
    font-size: 15px;
    margin-bottom: 0;
    font-weight: 500;
    cursor: pointer;
    position: relative;
    border: 2px solid #333;
    line-height: 48px;
    color: #000;
    margin-top: 0;
}

.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;
}

.btn-click h4 i {
    position: absolute;
    right: 10px;
    top: 17px;
}

.slide-program {
    display: none;
    margin-top: 0px;
    border: 1px #333 solid;
    padding-top: 10px;
}

.slide-program a {
    color: #240000;
    display: block;
    padding: 4px 0px;
    font-size: 14px;
    font-weight: 500;
}

/* Thank you page */
.thanlkyou {
    background-color: #6f1e3e;
    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: 16px;
}

.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;
}

.t-part {
    padding: 5px 10px;
    border: 1px solid #b7b7b7;
    border-radius: 5px;
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 20px;
}


ul.nav.nav-tabs {
    justify-content: center;
    display: flex;
    border: none;
    margin: 30px auto;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    color: #fff;
    cursor: default;
    border: none;
    border-bottom-color: cornsilk;
    background-color: #3f51b5;
    font-weight: 600;
}

.nav-tabs>li>a {
    color: #333;
    font-weight: 400;
    border-bottom: 2px solid #3f51b5;
}

.nav-tabs>li.active>a:after {
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #3f51b5;
    bottom: -10px;
    position: absolute;
    content: "";
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.nav-tabs>li>a:hover {
    color: #fff;
    cursor: default;
    border: none;
    border-bottom-color: cornsilk;
    background-color: #3f51b5;
    font-weight: 600;
}

.nav-tabs>li>a:hover:after {
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #3f51b5;
    bottom: -10px;
    position: absolute;
    content: "";
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.testmonials-pull .nav>li>a {
    padding: 10px !important;
}

@media only screen and (max-width: 767px) {

    body {
        font-size: 14px;
    }

    section {
        padding: 30px 0;
    }

    .promo-card {
        padding: 20px 0px;
    }

    .col-md-6 .rest {
        min-height: 60px;
    }

    .rest {
        margin: 15px 0;
        padding: 10px;
    }

    .rest h5 {
        position: relative;
        font-size: 14px;
        line-height: 25px;
        padding: 0 0 0 50px;
        margin: 0;
    }

    .rest img {
        position: absolute;
        left: 0;
        width: 38px;
    }

    .image2 {
        max-width: 100px;
        margin: 10px auto;
    }

    .form-box .sec-title {
        margin-bottom: 30px;
        text-align: center;
    }

    #leadership .col-md-2 {
        width: 100%;
    }

    .credential .modal-dialog {
        width: 100% !important;
        padding: 10px 20px 0 0px;
    }

    .credential .modal-body h3 {
        margin-top: 15px;
        font-size: 19px;
    }

    .credential .modal-body h5 {
        font-size: 13px;
    }

    .modal-body p {
        font-size: 13px;
    }

    button.close {
        width: 25px;
        height: 25px;
        margin-top: -10px !important;
        margin-right: 0px;
        right: -6px;
    }

    .cent img {
        max-width: 100%;
        margin: 0 auto;
        margin-top: 30px;
    }

    .container-fluid {
        padding: 0 15px;
    }

    .mentor-box {
        margin-bottom: 0px;
        position: relative;
        padding: 20px 10px 20px 10px;
        background: #eaeaea;
    }

    .mentorimg {
        position: relative;
        left: 0;
    }

    .sec-title h1 {
        font-size: 23px;

    }

    .thre-plus h4 {
        margin-bottom: 20px;
    }

    .baner-region h1 {
        font-size: 27px;
        margin-top: 0px;
        line-height: initial;
    }

    .baner-region h2 {
        font-size: 16px;
        color: #ffe202;
        margin-top: 10px;
    }

    .baner-region p {
        font-size: 14px;
    }

    .baner-region-n li {
        font-size: 14px;

    }

    .ms ul li {
        font-size: 14px;
    }

    .counter-box p {
        font-size: 10px !important;
        margin-top: 5px !important;
        line-height: 18px;
    }

    .counter-box {
        margin-top: 10px;
        padding: 10px 5px 5px;
    }

    .counter {
        display: block;
        font-size: 20px;
    }

    .baner-region h3 {
        color: #fff;
        display: inline-block;
        padding: 2px 0px 2px 8px;
        font-size: 11px;
        margin-top: 0;
        font-weight: 300;
        /* border-left: 2px solid #ffe202; */
    }

    .form-box h3 {
        background-color: #f15a22;
        font-size: 16px;
        padding: 15px 10px !important;
        border-left: none;
        width: 100%;
        margin-bottom: 0px;
        text-align: center;
        font-weight: 600;
    }

    .counter-section .col-md-3:nth-child(1)~* {
        margin-top: 20px;
    }

    .two-way .col-md-6:nth-child(1)~* {
        margin-top: 20px;
    }

    .copntheffil .col-md-4:nth-child(1)~* {
        margin-top: 20px;
    }

    #leadership .col-md-2 {
        width: 50%;
        float: left;
    }

    .leadership img {
        width: 95%;
        border-radius: 10px;
        height: 115px;
    }

    .name h3 {
        font-size: 18px;
        margin-top: 10px;
        margin-bottom: 8px;
    }

    .name {
        text-align: center;
        margin-bottom: 20px;
    }

    .name a {
        padding: 5px 12px;
        font-size: 12px;
    }

    .panel-title {
        font-size: 14px;
    }

    .faq .panel-default .panel-body {
        font-size: 14px;
        font-family: 'Roboto', Helvetica, sans-serif;
    }

    .butns .btn {
        line-height: 34px;
        font-size: 14px;
        margin-top: 10px;
        margin-bottom: 15px;
    }

    .baner-region {
        padding: 30px 0;

    }

    .credential .modal-body img {
        width: 40%;
        border-radius: 50%;
    }

    .credential .modal-body {
        position: relative;
        padding: 15px;
        text-align: center;
    }

    .sec-title h6 {
        font-size: 16px;
        margin-bottom: 18px;
        font-weight: 400;
    }

    #available-block a.btn-new {
        font-size: 12px;
    }

    .joining .col-md-3:nth-child(1)~* {
        margin-top: 20px;
    }

    .features-box .features-body h3 {
        margin: 10px 0 10px;
        font-size: 20px;
    }

    .features-box {
        min-height: inherit;
    }

    iframe {
        height: fit-content;
    }

    .mentor-greybox h3 {
        color: #000;
        font-size: 21px;
        margin-top: 15px;
    }

    .mentorimg img {
        max-width: 140px;
    }

    .testmonials-pull .slick-prev {
        background-image: url(https://www.careerlauncher.com/foundation/img/left-arrow.png);
        left: 10px !important;
    }

    .testmonials-pull .slick-next {
        right: 10px !important;
        background-image: url(https://www.careerlauncher.com/foundation/img/right-arrow.png);
    }


}

@media only screen and (max-width: 570px) {}

@media (min-width: 1024px) {


    .features-box {
        background-color: #e0ebf6;
        min-height: 421px;
        border-radius: 20px;

    }

    /* .joining .col-md-3 {
        width: 50% !important;
      
    }

    .joining .col-md-3 .features-box {
        min-height: 310px;
        margin-bottom: 30px;
        text-align: center;
    }

    .joining .col-md-3 .features-box .features-img {
        text-align: center;
        padding: 20px 30px;
        border-radius: 20px 0 50px 0;
    } */

}

@media (min-width: 1199px) {
#leadership .col-md-2 {
    width: 14.28%;
}

}

@media (max-width: 1199px) {
    #leadership .col-md-2 {
        margin-bottom: 20px;
    }
    
    }