@import url('https://fonts.googleapis.com/css2?family=Baloo+Bhaina+2&display=swap');
/*@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css');*/

 .container-fluidi{
     width: 40%;
     margin: 0 auto;
     margin-top:2%;
     font-family: 'Baloo Bhaina 2', cursive;
 
 }
 .container-fluidi h2{
     color: hotpink;
     position:relative;
     width:23rem;
 }
 .container-fluidi h2:after{
     content:"";
     position: "absolute";
     bottom:0;
     right:12px;
     width:67px;
     height:2px;
     background-color:hotpink;
 }
 .accordion{
     width:100%;
     padding: 0 5px;
     border: 2px solid #6db5ff;
     cursor: pointer;
     border-radius: 50px;
     display: flex;
     margin: 10px 0;
     align-items: center;
 }
 .accordion .icon{
     margin: 0 10px 0 0;
     width:30px;
     height:30px;
     background: url('images/bgplus.png') no-repeat 8px 7px #6db5ff;
     border-radius: 50%;
     float:left;
     transition: all .5s ease-in;
 }
 
 .accordion h5{
     font-size: 22px;
     margin:0;
     padding: 3px 0 0 0;
     font-weight: normal;
     color: #1f5c9a;
 }
 .panel{
     padding: 0 15px;
     border-left: 1px solid #6db5ff;
     margin-left: 25px;
     font-size: 14px;
     text-align: justify;
     overflow: hidden;
     max-height: 0;
     transition: all .5s ease-in;
     
 }
 .container{
     
     font-family: 'Baloo Bhaina 2', cursive;
 
 }
 
 .icon-bar {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.icon-bar a {
  display: block;
  text-align: center;
  padding: 16px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
}

.icon-bar a:hover {
  background-color: #000;
}

.facebook {
  background: #3B5998;
  color: white;
}

.twitter {
  background: #55ACEE;
  color: white;
}

.google {
  background: #dd4b39;
  color: white;
}

.linkedin {
  background: #007bb5;
  color: white;
}

.whatsapp {
  background: #075e54;
  color: white;
}

  @media screen and (max-width: 920px) {
  .card {
    height:auto;
  }
  .topbar{
      height:65px;
  }
  

    .icon-bar{
        display:none;
    }

  .nav{
      text-align:center;
      margin-top:85px !important;
      
  }
}
 
 