@media (min-width: 320px) and (max-width: 575px) {
  .header-section .navbar-nav .nav-item .nav-link {
    margin-left: 0;
    margin-bottom: 1rem;
    text-align: center;
    color: #161616;
  }
  .header-section .navbar-brand img {
    width: 4rem;
  }
  .header-section .navbar-brand {
    width: 120px;
    padding: 0;
  }
  .header-section .fa-bars {
    font-size: 1.7rem;
    color: #161616;
  }
  .header-section .navbar-toggler {
    border: 0;
  }
  .hero-section {
    background-size: cover;
  }
  .hero-txt-wrap .hero-social {
    text-align: left;
    margin-bottom: 1rem;
  }
  .hero-txt-wrap .hero-social ul li {
    display: inline-block;
  }
  .hero-txt-wrap .hero-social ul li a {
    margin-right: 1rem;
  }
  .hero-txt-wrap .hero-social ul li a i {
    color: #ffffff;
  }
  br {
    display: none;
  }
  .hero-txt-wrap {
    text-align: center;
  }
  .hero-txt-wrap h1 {
    font-size: 2rem;
    line-height: 140%;
  }
  .hero-txt-wrap p {
    width: 90%;
    margin: 0 auto;
    font-size: 14px;
  }
  .hero-txt-wrap .hero-bttn {
    margin-left: 0;
  }
  .about-txt p {
    width: 100%;
  }
  .about-txt h2 {
    font-size: 2.5rem;
  }
  .benifit-main-wrap {
    width: 100%;
    grid-template-columns: repeat(1, 1fr);
  }
  .benifit-main-wrap .benifit-item-txt {
    padding: 1.5rem;
    border: 2px solid #161616 !important;
    margin-bottom: 2rem;
  }
  .pa-y4 {
    padding: 2rem 0;
  }
  .packages-txt {
    margin-bottom: 1.5rem;
  }
  .packages-section::before {
    top: 5px;
    width: 22%;
    height: 16%;
  }
  .customer-review-txt {
    width: 100%;
    padding: 1rem;
    padding-top: 2rem;
  }
  .customer-review-txt p {
    width: 100%;
  }
  .customer-review-txt .avatar {
    top: -60px;
  }
  .customer-review-txt .avatar img {
    width: 5rem;
    height: 5rem;
  }
  .slider-arrows {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .faq-section::before {
    height: 21%;
  }
  .contact-section::before {
    top: 25%;
  }
}
@media (min-width: 575px) and (max-width: 767px) {
  .header-section .navbar-nav .nav-item .nav-link {
    margin-left: 0;
    margin-bottom: 1rem;
    text-align: center;
    color: #ffffff;
  }
  .header-section .navbar-brand img {
    width: 4rem;
  }
  .header-section .navbar-brand {
    width: 120px;
    padding: 0;
  }
  .header-section .fa-bars {
    font-size: 1.7rem;
    color: #161616;
  }
  .header-section .navbar-toggler {
    border: 0;
  }
  .hero-section {
    background-size: cover;
  }
  .hero-txt-wrap .hero-social {
    text-align: left;
    margin-bottom: 1rem;
  }
  .hero-txt-wrap .hero-social ul li {
    display: inline-block;
  }
  .hero-txt-wrap .hero-social ul li a {
    margin-right: 1rem;
  }
  .hero-txt-wrap .hero-social ul li a i {
    color: #ffffff;
  }
  br {
    display: none;
  }
  .hero-txt-wrap {
    text-align: center;
  }
  .hero-txt-wrap h1 {
    font-size: 2.5rem;
    line-height: 140%;
  }
  .hero-txt-wrap p {
    width: 90%;
    margin: 0 auto;
    font-size: 14px;
  }
  .hero-txt-wrap .hero-bttn {
    margin-left: 0;
  }
  .about-txt p {
    width: 100%;
  }
  .about-txt h2 {
    font-size: 2.5rem;
  }
  .benifit-main-wrap {
    width: 100%;
    grid-template-columns: repeat(1, 1fr);
  }
  .benifit-main-wrap .benifit-item-txt {
    padding: 1.5rem;
    border: 2px solid #161616 !important;
    margin-bottom: 2rem;
  }
  .pa-y4 {
    padding: 2rem 0;
  }
  .packages-txt {
    margin-bottom: 1.5rem;
  }
  .packages-section::before {
    top: 5px;
    width: 22%;
    height: 16%;
  }
  .customer-review-txt {
    width: 100%;
    padding: 1rem;
    padding-top: 2rem;
  }
  .customer-review-txt p {
    width: 100%;
  }
  .customer-review-txt .avatar {
    top: -60px;
  }
  .customer-review-txt .avatar img {
    width: 5rem;
    height: 5rem;
  }
  .slider-arrows {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .faq-section::before {
    height: 21%;
  }
  .contact-section::before {
    top: 25%;
  }
}
