.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;
}

/* 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 */

table p {
    text-align: center;
}

.pb-0{
    padding-bottom: 0 !important;
}

a.btn.btn-warning:hover {
    background-color: #F15A22;
}

div#bannerzone {
    margin-bottom: 10px;
}

section p {
    text-align: justify;
}

.cuet-ad a img{ margin-bottom: 10px;}

@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%;
    }




}




#myBtn {
    padding: 11px;
    font-size: 18px;
    font-weight: bold;
    background: #f15a22;
    color: #fff;
    border-color: #f15a22;
    width: 100%;
    border: inherit;
    line-height: 21px;
    border-radius: 3px;
}



.form-btn {
    display: none;
}


@media only screen and (max-width: 767px) {

    .form-btn {
        display: block !important;
    }

    .quizcontest {
        display: none;
    }

    #myBtn {
        display: none;
        margin-bottom: 20px;
        text-align: center;
    }
}