  .iconss{
    text-align: center;
  }
  .iconss a{
    color: #fff;
  }
    .iconss i{
      cursor: pointer;
      margin: 5px 10px;
      font-size: 30px;
      transition: 0.2s ease-in;
      /*filter: drop-shadow(0px 0.5px 1px black);*/
    }

    .iconss:hover i{
      opacity: 0.1;
    }
  
    .iconss i:hover{
      opacity: 1;
    }

    .copyrightt span{
        color: white;
        font-size: 16px;
        text-shadow: 0px 0px 3px black;
    }
    
  
  @media (max-width: 15000px) {
    .copyrightt{
      padding: 10px;
      width: 65%;
    }
    .footer-contact{
      width: 31%;
      text-align: center;
    }
  }

    @media (max-width: 899px) {
      .copyrightt {
        display: none;
      }
      .footer-contact {
        width: 100%;
      }
    }
    
    
    /*for collapsible */
  .collapsible {
    /*background-color: #0d2b51;*/
    border: none;
    color: white;
    padding: 30px 5px 14px 0px;
    cursor: pointer;
    width: -webkit-fill-available;
    text-align: left;
    border-bottom: 1px solid #ffffffa8;
    font-size: 1.2rem;
    margin: 0px 8px 27px 8px;
  }

    .content {
      display: none;
      overflow: hidden;
      /*color:#374c67;*/
      color:#0a3d7d;
      text-align: left;
      background-color: rgb(250, 250, 250);
      box-shadow: 1px 3px 0px 16px white;
    }

.content p {
    color: rgb(10 58 119 / 80%);
    font-size: 0.85rem;
    line-height: 19px;
    word-spacing: 1px;
}

.content-box {
  padding: 13px 25px 1px 25px;
  transition: all ease-in-out 0.4s;
  border-radius: 10px;
  margin: 8px 5%;
  background: white;
    /*-webkit-box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);*/
    /*box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);*/
        text-align: justify;
    box-shadow: 0 6px 16px #d6e2f3;
}

.content-box:hover {
  box-shadow: 0px 0px 0px 0px #fffffff3;
}

/*end*/