.baner-region h1 {
    color: #000;
}

.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;}

/* form css */

.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: 16px;
    padding: 9px;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 5px;
    font-weight: 600;
    background: #c54771;
    border-radius: 9px 9px 0 0;
  }
  
  .form-control {
    background: #fff none repeat scroll 0 0;
    border-radius: 0px;
    box-shadow: none;
    color: #8d8e8f;
    font-size: 14px;
    border: none;
    height: 34px;
    margin-bottom: 0px;
    padding-left: 10px;
    letter-spacing: 0.7px;
    border-bottom: 1px solid #ccc;
    font-family: 'Poppins', sans-serif;
  }
  /* form css */
  
  
  /* popup form css */
  
  #GetPDF .modal-dialog {
    margin-top: 90px;
  
  }
  
  #GetPDF .modal-header {
    min-height: 1px;
    border-bottom: none;
  }
  
  #GetPDF .form-box {
    padding: 0;
  }
  
  #GetPDF .form-box h4 {
    border-radius: 5px !important;
  }
  
  .modal-header{
  border-radius: 5px;
  }
  
  #GetPDF .modal-header .close {
    margin-top: 10px;
    margin-right: 10px;
    color: #fff;
    opacity: 1;
  }
  
  .get-pdf-block {background-color: #e9eaff; padding: 15px; margin-bottom: 10px; border-radius: 5px;}
  
  .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%;
  }
  
  
  /* popup form css */
  
  .pb-0{
    padding-bottom: 0 !important;
  }

  .btn-warning:hover {
    /* min-width: 250px; */
    background-color: #F15A22;
}

.btn-warning:focus {
    background-color: #F15A22;
}

div#bannerzone {
    margin-bottom: 10px;
}

section p {
    text-align: justify;
}

.cuet-ad a img {
    margin-bottom: 10px;
}


.r-articals {
    margin: 10px auto;
}


.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;
    }
}