section p {
    text-align: justify;
}

.baner-region h1 {
    color: #fff;
    font-size: 26px;
}

.baner-region h2 {
    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(90deg, #1CB5E0 0%, #27318bfc 100%); */
    background: radial-gradient(circle farthest-corner at 10% 20%, rgba(100, 43, 115, 1) 0%, rgba(4, 0, 4, 1) 90%);
}

section.baner-region li {
    color: #fff;
}

.pb-0 {padding-bottom: 0px;}
.strip {
    background: #f3b3c6;
    color: black;
    border-radius: 5px;
    margin-bottom: 10px;
    font-size: 12px;
}

.form-box {
    background: #e7e7e7 none repeat scroll 0 0;
    padding: 12px;
    border-radius: 0px;
}

.form-box h4 {
    color: #515151;
    font-size: 19px;
    padding-bottom: 5px;
    text-align: center;
    margin-top: 0px;
    font-weight: 600;
}

.form-control {
    background: #fff none repeat scroll 0 0;
    border-radius: 3px;
    box-shadow: none;
    color: #6b7c8a;
    font-size: 18px;
    border: 1px solid #e0e0e0;
    height: 55px;
    margin-bottom: 0px;
    padding-left: 15px;
    letter-spacing: 1.2px;
}

/* The Modal (background) */
.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 999999;
    /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}

button.close {
    background: #ff692e;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    opacity: inherit;
    color: #fff !important;
    margin-top: -4px !important;
    margin-right: 0px;
    position: relative;
    z-index: 999;
    position: absolute;
    right: 12px;
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    /* Could be more or less, depending on screen size */
}

.btn.btn-warning:hover { 
    background-color: #f15a22;
    border-color: #f15a22;
}



#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;
}

.quizcontest {
    display: block;
    border: 1px solid #eee;
    box-shadow: 0 10px 30px 0 rgba(54, 56, 110, .15);
    background-color: #fff;
    margin-top: 20px;
}

.morelinks .headingfold {
    margin-bottom: 0;
}

.quizcontest .headingfold {
    display: block;
    padding: 10px 15px;
    background-color: #f15a22;
    color: #fff;
    margin-bottom: 10px;
    position: relative;
}

.quizcontest .headingfold h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: .7px;
    display: inline-block;
    vertical-align: top;
    background-image: url(https://clsite-file.s3.amazonaws.com/ALL/2020/upsc/106960_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: 6px 0px 6px 5px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    line-height: 21px;
}

.form-btn {
    display: none;
}

.baner-region h3 {
    font-size: 15px;
    color: #eae9e9;
    line-height: 1.40;
    margin-top: 0px;
    margin-bottom: 10px;
    font-weight: 600;
    background: #0000007a;
    display: inline-block;
    border-radius: 50px;
    padding: 4px 12px;
}

@media only screen and (max-width: 767px) {

    .strip {
        font-size: 10px;
    }

    .form-btn {
        display: block !important;
    }

    .quizcontest {
        display: none;
    }

    #myBtn {
        display: none;
        margin-bottom: 20px;
        text-align: center;
    }

    .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;
    }

}


@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%;
    }
    }