.baner-region h1 {
    color: #fff;
}

.baner-region p {
    color: #fff;
}

.bg-overlay2 {
    position: absolute;
    height: 100%;
    width: 100%;
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
    background: linear-gradient(270deg, #1CB5E0 0%, #27318bfc 100%);
}

.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 a { color: #fff;}

a.btn.btn-warning {
    min-width: 250px;
    margin-bottom: 0;
}

.btn.btn-warning:hover {
    background-color: #f15a22;
    border-color: #f15a22;
}

div#bannerzone {
    margin-bottom: 10px;
}

section p {
    text-align: justify;
}

.cuet-ad a img {
    margin-bottom: 10px;
}
.pb-0 {
    padding-bottom: 0px;
}


.r-articals {
    margin: 10px auto;
}

.r-articals .slick-slider {
    margin: 0 10px !important;
    padding: 0 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: 330px;
}

.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;
}


@media only screen and (max-width: 767px) {

    .table-responsive>.table>tbody>tr>td,
    .table-responsive>.table>tbody>tr>th,
    .table-responsive>.table>tfoot>tr>td,
    .table-responsive>.table>tfoot>tr>th,
    .table-responsive>.table>thead>tr>td,
    .table-responsive>.table>thead>tr>th {
        white-space: inherit;
    }

    a.btn.btn-warning {
        width: 100%;
    }

    .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);
    }

    .cmb {
        /* width: 50%; */
        max-height: 250px;
    }

    .form-btn {
        display: block !important;
    }

    .quizcontest {
        display: none;
    }

    #myBtn {
        display: none;
        margin-bottom: 20px;
        text-align: center;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

    .baner-region .col-md-4 iframe {
        height: 520px;
    }
    
    .baner-region .col-md-8  {
        width: 50%;
    }
    
    .baner-region .col-md-4  {
        width: 50%;
    }
    }