@media (max-width: 1024px) {
  .service-sidebar {
    display: none;
  }
}

@media (max-width: 768px) {
  .hero-single .hero-content .hero-title {
    font-size: 36px;
  }
  .hero-single .hero-content .hero-btn {
    flex-direction: column;
    gap: 10px;
  }
  .hero-single .hero-content .hero-sub-title {
    font-size: 12px;
  }
  .hero-slider.owl-theme .owl-nav .owl-prev {
    bottom: 10px !important;
    right: 110px !important;
  }
  .hero-slider.owl-theme .owl-nav .owl-next {
    bottom: 10px !important;
  }
  .about-left {
    display: none;
  }
  .about-right {
    margin-top: 0;
  }
  .about-right .site-title {
    font-size: 25px;
  }
  .service-area .site-title {
    font-size: 30px;
  }
  .choose-area {
    padding: 50px 0px !important;
  }
  .choose-content .site-title {
    font-size: 30px;
  }
  .testimonial-area .site-title {
    font-size: 25px;
  }
  .faq-area {
    padding: 40px 0px !important;
  }
  .faq-area .site-title {
    font-size: 25px;
  }
  .footer-widget-box {
    margin-bottom: 0px !important;
  }
  .footer-widget-box p{
    margin-bottom: 0px !important;
  }
  .breadcrumb-title span{
    font-size: 18px;
  }
  .about-sec{
    margin: 2px;
  }
  .self-content{
    margin-top: 20px;
  }
  .service-single{
    padding-bottom:0px !important;
  }
  .contact-info-icon i{
        width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 26px;
  }
  .service-item{
    margin-left:16px !important;
  }
  .service-item{
    margin-left:16px;
  }
  .service-details{
    margin-left:16px;
  }
  .contact-area{
    margin-left:16px;
    padding-top:0px;
  }
}

@media (max-width: 480px) {
  .hero-single .hero-content .hero-title {
        font-size: 26px;
    }
    .hero-single .hero-content p{
        font-size: 14px;
    }
    .theme-btn{
        padding:8px 18px;
        font-size: 13px;
    }
    .hero-slider.owl-theme .owl-nav [class*="owl-"]{
        height: 45px;
    width: 45px;
    line-height: 45px;
    font-size: 19px
    ;
    }
    .service-single-list i{
      margin-right:0;
    }
}
