main.main-section {
  max-width: 850px;
  margin: 30px auto;
}
.top_section_main{
max-width: 80% !important;
margin:0 auto;

}

.reset-btn{
background: #cd2f2b;
color: #fff;
border:none;
padding:10px 20px;
border-radius: 5px;
}

.cover-page-form input.cover-input-text {
background: #7e7f82; 
color: #fff!IMPORTANT;
border-width: 0px;
width: 100%;
margin: 0 auto;
margin-bottom: 20px;
}  
.cover-page-form input.cover-input-text:focus {
  color: #212529;
  background-color:  #7e7f82;
  border-color: transparent;
  outline: 0;
  box-shadow: none;
}
.cover-page-form input.btn.sub-btn {
  background: #cd2f2b;
  color: #fff;
}
.cover-page-form input.btn.sub-btn:focus{
  box-shadow: none;
}
main.main-section .answer-result {
  margin-top: 30px;
}
main.main-section .search-result .typing-demo pre#result2 {
  text-align: start;
}
/* modal css start here */
.site-modal #exampleModal1 .modal-dialog-centered1 .modal-content1 {
  padding: 40px 30px;
  border-radius: 20px;
  background: #cacaca;
  box-shadow: 0 0 6px 1px #cacaca;
  position: relative;
}
.site-modal .cover-modal-button {
  background: #cd2f2b;
  color: #fff;
  margin-top: 20px;
}
.site-modal .cover-modal-button:focus {
  box-shadow: none;
}
.modal-content {
  background: #3e3b3b;
}
.sub_to_premium {
  box-shadow: none;
  width: fit-content;
  text-align: center;
  background: #cd2f2b;
  border-radius: 0.25rem;
  color: #fff;
  margin-top: 5px;
}
.sub_to_premium .btn{
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;

  color: #ffffff;
}

.btn-close {
  position: absolute;
  right: 32px;
  top: 7px;
  opacity: 1;
}
#premium_text{
    background-color:#cd2f2b;
    padding: 0px 5px 1px 5px;
    margin-left: 2px;
    font-size: 12px;
    font-weight: 600;
    border-radius: 3px;
    float: left;
    color: #ffffff;
}
.btn-close:before, .btn-close:after {
  position: absolute;
  left: 16px;
  top: 10px;
  content: ' ';
  height: 16px;
  width: 2px;
  background-color: #fff;
}
.btn-close:before {
  transform: rotate(45deg);
}
.btn-close:after {
  transform: rotate(-45deg);
}
.btn-close{
  background:none;
}
.inner_instructions {
  width: 520px;
  margin: 0 auto;
}
/* modal css end here */
/*--spinner css--*/
.loader {
border: 16px solid #f3f3f3;
border-radius: 50%;
border-top: 16px solid #3498db;
width: 100px;
height: 100px;
-webkit-animation: spin 2s linear infinite; /* Safari */
animation: spin 2s linear infinite; 
}

/* Safari */
@-webkit-keyframes spin {
0% { -webkit-transform: rotate(0deg); }
100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}
.typing-demo{
text-align: center;
position: relative;
display: flex;
justify-content: center;
}
.radio_btn{
width:100%;
display: block;
}
.site-modal #exampleModal .modal-dialog-centered .modal-content {
  padding: 40px 30px;
  border-radius: 20px;
  background: #cacaca;
  box-shadow: 0 0 6px 1px #cacaca;
  position: relative
}
.site-modal #exampleModal .modal-dialog-centered .modal-content .modal-header h5 {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
.site-modal #exampleModal .modal-dialog-centered .modal-content .modal-header {
  padding: 0;
  padding-bottom: 10px;
  color: #000000;
  border: 0;
}
.site-modal #exampleModal .modal-dialog-centered .modal-content .modal-header button {
  position: absolute;
  background: #cd2f2b;
  padding: 20px;
  width: 34px;
  height: 34px;
  border-radius: 100px;
  right: 10px;
  top: 8px;
}
.site-modal #exampleModal .modal-dialog-centered .modal-content .modal-header button:focus {
box-shadow: unset;
}
.site-modal #exampleModal .modal-dialog-centered .modal-content .modal-header button:hover {
  opacity: 0.8;
}
.site-modal #exampleModal  .modal-dialog-centered .modal-content .modal-body {
  padding: 0;
}
.site-modal #exampleModal  .modal-dialog-centered .modal-content .modal-body form .radio_btn {
  padding-bottom: 10px;
  color: #000000;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}
.site-modal #exampleModal  .modal-dialog-centered .modal-content .modal-body form .radio_btn input {
border: 1px solid red;
width: 30px;
height: 18px;
}
.site-modal #exampleModal  .modal-dialog-centered .modal-content .modal-body form input {
border: 1px solid #565656;
padding: 8px 10px;
width: 100%;
font-size: 12px;
font-weight: 500;
border-radius: 6px;
}
.site-modal #exampleModal  .modal-dialog-centered .modal-content .modal-body form input:focus-visible {
outline: none;
}
.site-modal #exampleModal  .modal-dialog-centered .modal-content .modal-body form button {
margin-top: 10px;
padding: 6px 22px;
background: #cd2f2b;
border-radius: 8px;
border: 1px solid #cd2f2b;
color: #ffffff;
font-size: 14px;
font-weight: 600;
}
.site-modal #exampleModal  .modal-dialog-centered .modal-content .modal-body form button:hover {
background: none;
color: #cd2f2b;
}

@media screen and (max-width: 768px){
 
}
  

@media screen and (max-width: 768px){
  #premium_text {
   float: none;

 }
}
 