@media (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
      display: block;
      border: none;
      margin-top: 0;
      top: 150%;
      opacity: 0;
      visibility: hidden;
      transition: .5s;
  }

  .navbar .nav-item:hover .dropdown-menu {
      top: 100%;
      visibility: visible;
      transition: .5s;
      opacity: 1;
  }
}
@media (max-width: 480px) {
    .service-section .service-content{
        height: auto;
    }
    .two-service {
        margin-top: 55px; 
    }
    .service-Box{
        height: auto;
        margin-bottom: 25px;
        padding: 29px 20px;
    }
    .about-us .about-image::after{
        display: none
    }
    .about-us .about-image{
        margin-top: 25px;
    }
    .about-us .about-image img{
        width: 100%;
    } 
    .contact-info::after{
        display: none
    }
    .contact-info::before{
        display: none
    }
    .navbar-brand img {
        width: 110px;
        margin-top: 0px;
    }
    .testimonial-section{ 
        padding: 100px 0;
    }
    .sectors-section{
        padding: 100px 0;
    }
    .faq-section{
        padding: 80px 0;
    }
    .client-section{
        padding: 80px 0;
    }
    .carousel-inner .carousel-item img{
        height: 200px;
    }
    .carousel-caption {
        bottom: 10px;
        left: 7%;
        width: 350px;
    }
    .carousel-caption .btn {
        padding: 5px 16px !important;
        font-size: 9px;
    }
    .carousel-caption h5 {
        font-size: 25px; 
    }
    .carousel-caption p{
        font-size: 14px;
    }
    .appointment-form { 
        padding: 100px 0px 100px 0px; 
    }
    .service-section{
        margin-bottom: 50px;
    }
    .faq-sec {
        padding-right: 0px;
        padding-top: 80px; 
    }
    .testimonial .person .image { 
        margin-bottom: 25px;
    }
    .testimonial { 
        margin: 20px 10px;
        flex-wrap: wrap;
    }
    .owl-nav { 
        top: -40px; 
    }
    .title{
        margin-bottom: 50px;
    }
    .carousel-control-next, .carousel-control-prev{
        width: 8%;
    }
    .about-footer h2 { 
        margin-bottom: 10px; 
        margin-top: 30px;
    }
    .box-main{
        margin-bottom: 18px;
        min-height: auto;
    }
    .info-service h2 {
        padding-top: 20px;
    }
    .service-details .orders-2{
        order: 2!important;
    }
     .service-details .orders-1{
        order: 1 !important;
    }
    
}