@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: #000000;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.6px;
}


section h2 {
    font-size: 28px;
    color: #000000;
    text-transform: none;
    font-weight: 700;
    font-style: normal;
    margin-top: 0px;
    position: relative;
    padding-bottom: 0px;
}

.baner-region {
    position: relative;
    background: linear-gradient(90deg, #1CB5E0 0%, #27318bfc 100%);
    padding: 40px 0;
    text-align: left;
}

.baner-region .col-md-8 strong {
    color: #ffce10;
}

.baner-region h1 {
    font-size: 26px;
    line-height: 1.18;
    margin-top: 0px;
    margin-bottom: 10px;
    font-weight: 600;
    color: #fff;
}

.baner-region p {
    color: #fff;
}


.baner-section-h2 h2 {
    color: #fff;
}

.baner-section-a a {
    color: #fff;
}

.baner-region .ms li {
    list-style: outside none none;
    margin: 0;
    padding: 3px 0 3px 25px;
    position: relative;
    text-align: left;
    font-size: 15px;
    color: #fff;
}

.baner-region ol {
    display: flex;
    flex-wrap: wrap;
    padding-left: 20px;
}


.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;
}

.btn-block a {
    margin-bottom: 0px !important;
}

.btn-block {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    margin-bottom: 20px !important;
}

/*form*/
form {
    padding: 0 20px;
}

.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-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-group {
    margin-bottom: 10px !important;
}

.form-box {
    background: #ffffff none repeat scroll 0 0;
    padding: 0px 0px 12px;
    border-radius: 10px;
    display: inline-block;
    width: 100%;
}

.form-control {
    background: #fff none repeat scroll 0 0;
    border-radius: 0px;
    box-shadow: none;
    color: #747678;
    font-size: 13px;
    border: none;
    height: 34px;
    margin-bottom: 0px;
    padding-left: 10px;
    letter-spacing: 0.5px;
    border-bottom: 1px solid #ccc;
    font-family: 'Poppins', sans-serif;
}

button.btnotp {
    right: 15px;
    top: 0px;
    padding: 6px 10px;
}

.form-box .btn {
    background-color: #F15A22;
    border: 0 none;
    color: #fff;
    display: inline-block;
    font-weight: 500;
    margin-top: 0px;
    padding: 6px 14px;
    margin-bottom: 0px;
    letter-spacing: 0.5px;
    text-align: center;
}

div#welcomeDiv {
    display: none;
}

p#msg {
    color: #000000;
    text-align: center;
}

p#msg1 {
    margin-top: 10px;
    margin-bottom: 0px;
    text-align: center;
}

/*form end*/

.pt-0 {
    padding-top: 0px;
}

section p {
    text-align: justify;
}


section {
    position: relative;
    padding: 40px 0;
}

table tr:first-child {
    background: #f15a22;
    font-weight: 600;
    color: #fff;
}

.slick-slider {
    margin: 0 30px;
}

.r-articals {
    margin: 20px auto;
}

.r-articals h2 {
    color: #f15a22;
   text-align: center;
   font-size: 26px;
   margin-bottom: 20px;
}

.r-articals .mentor-descrip {
    box-shadow: 0 5px 6px -6px #7c7c7c;
    background: #b3afaf21;
    border-radius: 20px;
    padding: 0 20px 10px;
    text-align: left;
    min-height: 308px;
}

.r-articals .mentor-descrip a::before {
    color: #fff;
    background-color: #e85728;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    line-height: 19px;
    text-align: center;
    font-size: 15px;
    content: "\f105";
    right: 30px;
    font-family: "FontAwesome";
    position: absolute;
}


.r-articals .mentor-descrip h5 {
    font-size: 17px;
    font-weight: 300;
    margin-top: 20px;
}

.r-articals .mentor-descrip h4 {
    color: #000000;
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 20px;
}

.r-articals .mentor-descrip 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;
}

.r-articals .mentor-descrip {
    min-height: 320px;
}

 .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: -22px !important;
}

.r-articals .slick-next {
    right: -22px;
    background-image: url(https://www.careerlauncher.com/foundation/img/right-arrow.png);
}

.per-bn {
    margin-bottom: 20px;
}



.mb-20 {
    margin: 20px 0px;
}

.btn-click {
    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-click h4 {
    margin: 0;
}

.btn-click h4 i {
    position: absolute;
    right: 30px;
    top: 10px;
}

.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;
    border-top: 1px #bbb solid;
    padding-top: 10px;
}

.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;
}

a.btn.btn-warning {
    background-color: #f15a22;
    border-color: #f15a22;
    margin-bottom: 20px;
    min-width: 250px;
    font-weight: 500;
}

#back-to-top {
    width: 54px;
    height: 54px;
    position: fixed;
    bottom: 30px;
    left: 20px;
    font-size: 27px;
    border-radius: 50%;
    line-height: 54px;
    z-index: 999999;
    display: none;
    color: #fff;
    text-align: center;
    cursor: pointer;
    background: #F15A22;
}

#back-to-top::after {
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    font-size: 18px;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 1;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
    background: -webkit-radial-gradient(center ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}


.ms {
    list-style: outside none none;
    margin: 0 0 0px 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: #333; */
}

.ms li::before {
    color: #FF692E;
    content: "\f0a4";
    font-family: "FontAwesome";
    font-size: 14px;
    left: 0;
    position: absolute;
    top: 4px;
    font-weight: 600;
}

.quizcontest {
    display: block;
    border: 1px solid #eee;
    box-shadow: 0 10px 30px 0 rgba(54, 56, 110, .15);
    background-color: #fff;
    margin: 15px auto;
}

.quizcontest .headingfold {
    display: block;
    padding: 10px 15px;
    background-color: #696df3;
    color: #fff;
    margin-bottom: 10px;
    position: relative;
}

.quizcontest .headingfold 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;
}

.morelinks ul {
    margin: 0;
    padding: 0 15px;
    list-style: none;
}

.morelinks ul li a {
    display: block;
    position: relative;
    /* color: #333; */
    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;
}

/* accordion css start */
.accordion-section .panel-default {
    border: 0;
    background: #EFF2F8;
    padding: 5px !important;
    position: relative;
}

.accordion-section .panel-heading {
    border: 0;
    background: none;

}

.accordion-section .panel-default .panel-title a,
.accordion-section a.accordion-section-title {
    display: block;

}

.accordion-section .panel-default .panel-title a::after,
.accordion-section a.accordion-section-title:after {
    font-family: 'FontAwesome';
    font-style: normal;
    font-size: 22px;
    content: "\f106";
    color: #337ab7;
    position: absolute;
    right: 10px;
}

.accordion-section a.accordion-section-title:after {
    right: 30px;
    content: "\f107";
}

.accordion-section .panel-default .panel-title a.collapsed:after {
    content: "\f107";
}

.accordion-section a.accordion-section-title.active:after {
    content: "\f106";
}

.accordion-section .panel-default .panel-body {
    font-size: 16px;
    color: #222;
}

.accordion-section h5 {
    font-weight: bold;
    color:
        #337ab7;
    font-size: 16px;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #CDD5E3;
}

/* faq block start */

.accordion-panel {
    float: left;
    width: 100%;
    clear: both;
    margin-bottom: 0;
}

.accordion-panel .panel {
    width: 100%;
    margin-bottom: 10px !important;
    box-shadow: inherit;
    padding: 0;
    border: none;
}

.accordion-panel .panel-default>.panel-heading {
    /* color: #333; */
    background-color: #fff;
    border-color: #ffff;
    padding: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.accordion-panel .panel+.panel {
    margin-top: 15px;
}

.accordion-panel .panel-default>.panel-heading a {
    display: block;
    padding: 20px 0px 20px 45px;
    /* color: #333; */
    outline: none;
    box-shadow: 0 5px 15px 0 rgba(68, 68, 68, .1);
    position: relative;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 15px;
    color: inherit;
}

.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: 15px;
}

.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 */


/* accordion css end */

@media only screen and (max-width: 767px) {

    section h2 {
        font-size: 24px;
    }

    section h3 {
        font-size: 18px;
    }

    .table-responsive>.table>tbody>tr>td {
        white-space: normal;
    }



    .recent {
        padding: 25px 10px 10px 10px;
        margin-top: 40px;
    }

    .uld li {
        flex: 100%;

    }

    .form-box h4 {
        font-size: 18px;

    }


}


@media only screen and (min-width: 992px) and (max-width : 1199px){

.r-articals .mentor-descrip h4 {
    min-height: 40px;
}

}