@media (max-width: 991.98px){
  .navbar-collapse {
    background-color: #fff;
    border-radius: 13px;
    padding: 20px;
    text-align: center;
    margin: 20px;
    box-shadow: 5px 5px 10px rgb(0 0 0 / 10%);
  }
  .nav-item{
    padding: 7px 0;
  }
  .dropdown-menu{
    text-align: center;
    padding: 20px;
  }
  footer{
    text-align: center;
  }
  .reasons span{
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .contact-wrap{
    text-align: center;
  }
  .note{
    text-align: center;
  }
  .copyright a{
    display: block !important;
    float: none!important;
  }
  .copyright p{
    display: block !important;
  }
  .yel-txt-wrap{
    padding-top: 45px;
  }
  #effects-2{
    text-align: center;
  }
  #effects-2 p{
    text-align: left;
  }
  .left-border{
    margin-bottom: 20px;
  }
  #statistics{
    text-align: center;
  }
  .line-dot{
    display: none;
  }
}
/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {}

/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {  }