@media only screen and (max-width: 1024px) {
  .copyright-body {
    flex-direction: column;
    padding: 0px;
  }
  .copyright-body p {
    font-size: 13px;
    text-align: center;
    padding: 0px;
  }
}

@media only screen and (max-width: 991px) {
  .custom-toggler {
    display: flex;
  }
  .dropdown-menu {
    width: 100%;
    padding: 10px;
  }
  .f-about {
    margin-left: 0vw;
  }
  .navbar-body{
    position: unset;
  }
  .sticky{
    position: fixed;
  }
  
  .mask-custom {
  background-color: white;
}
.nav-link{
text-shadow: none;
    color: var(--secondary-color);
    margin-top: 20px;
}
.navbar-nav{
    border-top:2px  solid var(--secondary-color)
}
}

@media only screen and (max-width: 600px) {
  .cate-card {
    flex-direction: column;
  }
  .cate-card .cate-img {
    width: 100%;
  }
}

@media only screen and (max-width: 320px) {
  .section-item {
    position: relative;
    padding: 50px 5px;
  }
.socailbar{
  display: none;
}
}

@media only screen and (max-width: 425px) {
    .logo
{
    height: 35px;
}
.socailbar{
  width: 20px;
    padding: 5px 0;

}
.socailbar a{
  font-size: 14px;
}
.whatsapp{
  width: 35px;
  height: 35px;
   font-size: 20px;
}

  .test-body .custom-slider-btn {
    right: 50px;
  }
  .test-body .carousel-control-prev {
    left: 90%;
  }
  .copyright-body {
    flex-direction: column;
    padding: 0px;
  }
  .copyright-body p {
    font-size: 13px;
    text-align: center;
    padding: 0px;
  }
  .f-about {
    margin-left: 0vw;
  }
  .cate-card {
    flex-direction: column;
  }
  .cate-card .cate-img {
    width: 100%;
  }
}
