.phone-parent{
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 29999
}
.phone-footer{
  background: #4b83fb;
  width: 70px;
  padding: 10px;
  padding-top: 3px;
  border-radius: 20px
}

.font-size-25{
  font-size: 25px
}
.height-60{
   height: 60px;
}

.height-245 {
  height: 245px;
}
.min-height-360 {
  min-height: 360px;
}

.counselling-header{
  text-align: center;
  margin-bottom: 80px;
  margin-top: 100px
}

.pt-100{
      padding-top: 100px;
  }
  .pb-100 {
    padding-bottom: 100px;
  }
  .pt-200 {
    padding-top: 200px;
  }

  .mb-300 {
    margin-bottom: 300px;
  }

  .img-couching{
    border-radius: 50px 0px !important;
    
    
  }
  .py-30{
    padding: 20px 0px !important;
  }
 
  
  @media only screen and (max-width: 768px) {
  .mt-sm-50{
    margin-top: 50px !important;
  } 
  }
