@media screen and (max-width:1199.5px) {
  .nav-item {
    padding: 0 7px;
  }
  .search_cart_box a {
    padding-left: 7px;
    padding-right: 7px;
  }
  .service-box {
    height: auto;
  }
  .list_wrapper .list_image {
    max-width: 20%;
  }

}
@media screen and (max-width:991.5px) {
  /* mobile nav start */
  .navbar_menu li a {
    padding: 30px 12px;
    font-size: 1.5rem;
  }
}

@media screen and (max-width:767.5px) {

  .info-section p {
    font-size: 15px;
    line-height: 1.5;
    font-weight: 400;
    margin-bottom: 15px;
    text-align: justify;
  }
  .info-section h1 {
    font-weight: 900;
    font-size: 23px;
    line-height: 27px;
  }
  .info-section h2 {
    font-weight: 700;
    margin-bottom: 10px;
    text-align: left;
    font-size: 19px;
    line-height: 25px;
    color: #000;
  }

  .main_header .logo a {
    font-size: 28px;
  }
  .sec_padding {
    padding: 40px 0;
  }

  /* mobile nav */
  .mobile_menu {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 260px;
    transition: all 0.4s;
    background-color: #f2f2f2;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    transform: translate3d(-105%, 0px, 0px);
    z-index: 99;
    display: block;
  }
  .show_nav {
    transform: translate3d(0px, 0px, 0px);
  }
  .menu_close {
    display: block;
  }
  .mobile_nav li{
    border-bottom: 1px solid #d8d8d8;
  }
  .mobile_nav li a {
    padding: 10px;
    color: var(--secondary-color);
    display: block;
  }
  .list_wrapper .list_image {
    max-width: 30%;
     min-width: 30%;
  }
  .list_wrapper .list_content {
    padding: 15px;
  }
  .list_wrapper .call_icon {
    right: 20px;
    bottom: 10px;
  }
  .list_content .ld_para {
    display: none;
  }
}

@media screen and (max-width:576px) { 
  .form_input_group select, .form_input_group input {
    width: 100%;
  }
  .input-group {
    flex-wrap: unset;
  }
      .section_title {
        font-size: 19px;
        margin-bottom: 7px;
        margin-top: 15px;
    }
  .mc_names a {
    padding: 6px 5px;
    margin: 7px 4px;
    font-size: 14px;
    letter-spacing: normal;
  }
  .about_content p {
    font-size: 13px;
    line-height: 21px;
  }
  .service-box {
    padding: 25px 15px;
  }
  .service-box h3 {
    font-size: 19px;
  }
  .form_input_group .input-group::after {
    right: 48.5%;
  }
  .list_content h3 {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .list_content p {
    font-size: 13px;
    margin-bottom: 10px;
  }
  .list_content ul li:not(:last-child)::after {
    content: none;
  }
  .owl-carousel .item a .new_btn {
    font-size: 10px;
  }
  .list_content ul li:not(:last-child) {
    margin-right: 10px;
  } 
  .list_content ul {
    margin-bottom: 10px;
  }
  .list_detail_btn {
    font-size: 12px;
    padding: 3px 6px;
    margin-right: 10px;
    margin-bottom: 5px;
  }
  .list_content ul span {
    font-size: 12px;
  }
  .ld_left_content, .ld_contact_form , .ld_contact_info {
    padding: 15px;
  }

}

@media screen and (max-width:400px) {
  .list_wrapper .list_content {
    padding: 10px;
  }
  .list_content ul li {
    font-size: 12px;
  }
  .list_wrapper .call_icon {
    right: 10px;
    bottom: 8px;
  }
}

@media screen and (max-width:320px) {
  .top_header a {
    font-size: 1.3rem;
   }
  .top_header a i {
    padding-right: 0px;
   }
   .mob_pad {
    font-size: 1.2rem !important;
   } 
}

@media (min-width:768.5px) {
  .list_wrapper:hover {
    border:none;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }
}