section.baner-region .col-md-8 {
  padding-left: 0px;
  padding-right: 0px;
}

.date_stamp p {
  font-size: 12px;padding: 5px; margin: 10px 0px;text-align: center;background-color: #0000007a; 
}


section p { text-align: justify;}


.bg-overlay2 {
  position: absolute;
  height: 100%;
  width: 100%;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
  background: radial-gradient( circle farthest-corner at 10% 20%, rgba(100,43,115,1) 0%, rgba(4,0,4,1) 90% );
  }

.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 */
}



#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;
}


@media only screen and (max-width: 767px) { 

.date_stamp p {
  font-size: 9px;
  max-width: 100%;
  text-align: center;
}

.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;
}


}