.bg{
    background: #E7F3FC;
    height: 4rem;
     
    
}

.bg p{
    font-size: 2rem;
    line-height: 4rem;
    font-weight: 600;
}

.light {
 
    padding:1rem 1rem;
}


p,li{
    font-size: 2rem;
}
p{
        text-align: justify;
}

.list p{
    color: #000;
    padding-left: 1rem;

}

.list{
    padding-left: 2.5rem;
}


 
.archived-post-comment-row form {
    display: flex;
    flex-direction: column;
}

.archived-post-comment-row form input {
    border: none;
    box-shadow: 0px 3px 4px 2px #c1c1c1;
    font-size: 1.6rem;

}

.archived-post-comment-row form textarea {
    margin-top: 3rem;
    border: none;
    box-shadow: 0px 3px 4px 2px #c1c1c1;
    font-size: 1.6rem;

}

.submit-btn {
    background: #119FFE;
    color: #fff;
    font-size: 2rem;
    font-weight: 500;
    width: 100px;
    border-radius: 5px;
    text-align: center;
    padding: 0.5rem 1rem;
    margin-top: 3rem;
    margin-left: 1.2rem;
}

.ac-sub{
    padding: 2rem;

}

  
.ac-label {
    position: relative;
    padding: 2rem;
    display: block;
    font-size: 20px;
    font-weight: 500;
    cursor: pointer;
    background-color: #E7F3FC;
    transition: background-color .15s ease-in-out;
}
  
  .ac-input:checked + label, .ac-label:hover {
    background-color: #daf8c7;
  }
  
  .ac-label:after, .ac-input:checked + .ac-label:after {
    font: var(--fa-font-solid);
    content: "\F107";
    position: absolute;
    display: block;
    right: 0;
    top: 0;
    width: 2em;
    height: 100%;
    line-height: 2.25em;
    font-size: 30px;

    text-align: center;
    background-color: #E7F3FC;
    transition: background-color .15s ease-in-out;
  }


  .ac-input:checked ~ .ac-text, .ac-sub .ac-input:checked ~ .ac-sub-text {
    opacity: 1;
    height: auto;
    background: #f1f1f1;
    margin-top: -1rem;
}
  .ac-label:hover:after, .ac-input:checked + .ac-label:after {
    background-color: #daf8c7;
  }
  
  .ac-input:checked + .ac-label:after {
    content: "\f106";
  }
  
  .ac-input {
    display: none;
  }
  
  .ac-text, .ac-sub-text {
    opacity: 0;
    height: 0;
    margin-bottom: .5em;
    transition: opacity .5s ease-in-out;
    overflow: hidden;
  }
  
 
  .ac-sub .ac-label {
    background: none;
    font-weight: 600;
    padding: .5em 2em;
    margin-bottom: 0;
  }
  
  .ac-sub .ac-label:checked {
    background: none;
    border-bottom: 1px solid whitesmoke;
  }
  
  .ac-sub .ac-label:after, .ac-sub .ac-input:checked + .ac-label:after {
    left: 0;
    background: none;
  }
  
  .ac-sub .ac-input:checked + label, .ac-sub .ac-label:hover {
    background: none;
  }
  
  .ac-sub-text {
    padding: 0 1em 0 2em;
  }
  
  .top-down{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.news .dropdown select {
    width:100%;
    margin:0;
    background:none;
    border: 1px solid transparent;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    appearance: none;
    -webkit-appearance: none;
    font-size:1.25em;
    color: #444;
    line-height:1.3;
    padding: 12px 24px;
  }
 
.news {
padding: 0rem;
box-shadow: 0px 5px 7px 4px #c1c1c1;
border-radius: 1rem;
float: right;
width: Auto;
}


.news .dropdown::after {
font: var(--fa-font-solid);
content: "\f0d7";
position: absolute;
font-size: 30px;
top: 40%;
right: 0em;
color: #f9d857;
margin-top: -12px;
margin-right: 1rem;

}
.seema{
  font-size: 20px;
  color: #0834AC;
  float: right;
}

@media (max-width:700px) {
  .top-down{
      display: block;
  }
  .news {
    margin: 1rem 2rem;
      float: left;
      width: 90%;
  }

  .bg {
    margin-top: 2rem;
    display: flex;
    background: #E7F3FC;
    height: auto;
    justify-content: space-between;
}
.row {
  margin-right: 0rem !important;
  margin-left: 0rem !important;}
  p{
    font-size: 1.4rem;
  }
  input{
    margin-top: 2rem;
  }
  


 
  
 
}   