/*Start- for FAQ*/
.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

.active, .accordion:hover {
  background-color: #ccc; 
}

.panel {
  padding: 0 18px;
  display: none;
  background-color: white;
  overflow: hidden;
}

/*End- for FAQ*/
.pstyl{
    font-size: 22px;
    text-align: justify;
    color: white;
    font-family: math;
    }
.myh1{
    color: deeppink;
    font-weight: 700;
    text-align:center;
    background-color: white;
    }
     .nowcalling{
          display:block;
          position:fixed;
          bottom:0;
          width:100%;
          z-index:9999
          
      }
      .lcol{
          background-color:#fd4a5c
          
      }
      .rcol{
          background-color:#60ea60
          
      }
      .lcol,.rcol{
          float:left;
          width:50%;
          height:38px;
          text-align:center
          
      }
@media (max-width: 767px) {
        .hidden-mobile {
          display: none;
        }
      }
@media (max-width: 952px){
    .hidden-mobile {
          display: none;
        }
      }
@media (max-width: 858px){    
    .hidden-mobile {
          display: none;
        }
      }

    