body{
    margin:0;
    padding:0;
    font-family: 'Nunito Sans', sans-serif;
}
html {
    scroll-behavior: smooth;
    overflow-x: hidden;
  }
  ::-webkit-scrollbar {
    width: 8px;
    height: 8px;
  }
  
  ::-webkit-scrollbar-thumb {
    background: #CE5F0A;
  }
  ::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  .float{
    position:fixed;
    width:60px;
    height:60px;
    bottom:40px;
    left:20px;
    background-color:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:30px;
    box-shadow: 2px 2px 3px #999;
    z-index:100;
  }
  .my-float{
    margin-top:16px;
  }
  .modal-body {
    height: 500px;
    overflow: auto;
}
  /*--------------------------------------------------------------
# scroll top
--------------------------------------------------------------*/
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 15px;
  font-weight: bold;
  border: none;
  outline: none;
  background-color: #FF6000;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}