/* Large Desktop */
@media (min-width: 1600px) {
  .container {
    max-width: 1480px;
  }
}

/* Full HD */
@media (min-width: 1920px) {
  .container {
    max-width: 1680px;
  }

  section {
    padding: 120px 0;
  }
}

/* 2K / 2560px */
@media (min-width: 2560px) {
  .container {
    max-width: 1920px;
  }
}

/* Tablets */
@media (max-width: 992px) {
  .small {
    display: block;
    transition: all 0.3s ease-in-out;
  }

  .small.sticky-top-1.sticky {
    box-shadow: var(--shadow-base);
  }

  #main_header {
    display: none;
  }

  .small nav {
    padding: 15px 0;
  }

  .small img {
    width: 120px;
  }

  .small nav .container-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
  }

  .small nav .menu {
    width: 40px;
    height: 40px;
    background: var(--theme-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
  }

  .small nav .menu-2 {
    width: 40px;
    height: 40px;
    background: var(--theme-color-second);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
  }

  .small nav .sidebar {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: var(--theme-color-second);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease-in-out;
    z-index: 1000;
  }

  .small.show .sidebar {
    left: 0;
  }

  .small nav .sidebar>ul {
    margin-top: 120px !important;
  }

  .small nav .sidebar>ul>li {
    padding: 10px;

  }

  .small nav .sidebar ul>li:last-child {
    border-bottom: none;
  }

  .small nav .sidebar ul>li>a {
    color: #fff;
    padding: 4px;
    font-size: 17px;
    text-transform: capitalize;
  }

  .small nav .sidebar>ul>li.link-sm {
    position: relative;
  }

  .small nav .sidebar ul li.link-sm i {
    position: absolute;
    top: 3px;
    right: 0px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 19px;
    color: #fff;
    font-weight: 700;
  }

  .small nav .sidebar ul.sub-menu-sm {
    max-height: 0;
    overflow: hidden;
    transition: all .3s ease-in-out;
    margin-top: 0 !important;
  }

  .small nav .sidebar ul.sub-menu-sm li {
    padding: 4px 16px;
  }

  .small .times {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-size: 18px;
    cursor: pointer;
  }

  .small .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease-in-out;
    z-index: 1000;
  }

  .small.show .overlay {
    opacity: 1;
    pointer-events: all;
  }

  ul.list-unstyled.p-0.m-0.sub-menu-sm li a {

    font-size: 14px;
  }

  .small nav .sidebar.show {
    left: 0;
  }


  h1 {
    font-size: 55px;
  }

  h2 {
    font-size: 35px;
  }



  p br {
    display: none;
  }


  section {
    padding: 60px 0;
  }

  .home_banner {
    padding: 50px 0px 640px;
    text-align: center;
    background: url(../image/home_banner_mb.jpg) no-repeat bottom/ cover !important;
  }

  .home_banner .banner_content .sub_heading {
    font-size: 16px;
  }

  .home_banner .trust_bar {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 30px;
  }

  .home_sec1 .counter_box {
    border: none;
  }

  .home_sec3 .service-box:hover {
    transform: translateY(0px);
  }

  .home_sec4 {
    padding-top: 60px;
  }

  .home_sec4 .middle_boxes {
    transform: translateY(0px);
  }

  .home_sec4 .why_choose_box h4 {
    font-size: 20px;
  }

  .home_sec4 .why_choose_box p {
    font-size: 16px;
    line-height: 26px;
  }

  .home_sec4 .why_choose_box .learn_more {

    font-size: 16px;
  }

  .home_sec5 .service-box-2 {
    transform: translateY(0px);
  }

  .home_sec5 .hd_info {
    margin-top: 24px;
  }

  .blog_sec1 .blog_box .blog_img {
    height: initial;
  }

  .blog_sec1 .blog_box .blog_img img {
    width: 100%;
    height: auto;
  }

  .enquire_sec1 .ph_no {
    border: none;
    border-top: 1px solid var(--theme-color);
    border-bottom: 1px solid var(--theme-color);
    padding-inline: 0px;
  }

  .enquire_sec2 form {
    padding: 40px 20px;
  }

  .enquire_sec2 .map iframe {
    height: 450px;
  }

  .main-sec h1 {
    font-size: 28px;
  }

  .main-sec h2 {
    font-size: 26px;
    line-height: 1.4;
  }

  .inner-blog-left-sec .inner-blog-sec1 h3 {

    font-size: 22px;
  }

  .main-sec .inner-blog-comment-form {
    padding: 28px 22px;
  }

  .area_sec2 .area-list {
    display: grid;
    grid-template-columns: auto;
    gap: 15px;
    margin-top: 20px;
  }
}


/* Small tablets */
@media (max-width: 768px) {
  h1 {
    font-size: 45px;
  }

  .home_banner {
    padding: 50px 0px 570px;
  }

  .home_banner .banner_content h2 {
    font-size: 26px;
  }

  .home_banner .banner_content h3 {
    font-size: 22px;
  }

  .home_banner .trust_bar {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
    margin-top: 20px;
  }

  .home_banner .trust_bar .content {
    justify-content: center;
  }

  .home_banner .trust_bar .content p {
    font-size: 14px;
    text-align: left;
    line-height: 24px;
  }

  .home_banner .trust_bar .content img {
    width: 25px;
    height: 25px;
    object-fit: contain;
  }

  .home_sec1 .counter_box {
    border: none;
    display: flex;
    justify-content: center;
    text-align: center;
  }

  .home_sec1 .counter_box .icon {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .home_sec1 .counter_box .icon img {
    width: 80px;
  }

  .home_sec1 .counter_box h3 {
    font-size: 32px;
  }

  .home_sec1 .counter_box p {
    font-size: 14px;
  }


  h2 {
    font-size: 30px;
  }

   .review_sec .owl-next {
    top: initial;
    bottom: -40px;
    right: 40%;
  }

  .review_sec .owl-prev {
    top: initial;
    bottom: -40px;
    left: 40%;
  }

  .service_area .area_wrapper {
    grid-template-columns: repeat(2, 1fr);
  }

  .home_sec8 .send_mail {
    font-size: 16px;
  }

  .home_sec8 .send_mail br {
    display: block;
  }

  .home_sec9 .right_content {
    padding: 32px 21px;
  }


  .footer {
    padding: 60px 0px 465px;
    background: url(../image/footer_bg_mb.jpg) no-repeat bottom/ cover !important;
  }

  .footer .footer_logo img {
    width: 172px;
  }

  .footer .left_box p {
    font-size: 16px;
    line-height: 27px;
  }

  .footer .footer_ul {
    margin-top: 20px;
    gap: 13px;
  }

  .footer .footer_ul a {
    font-size: 16px;
  }

  .footer .copyright_text {
    font-size: 16px;
  }

  .footer .footer_title {
    margin-top: 20px;
  }


  .inner_banner_sec {
    padding: 131px 0 30px;
  }

  .inner_banner_sec .banner_content {
    text-align: center;
  }

  .inner_banner_sec .banner_content h1 {
    font-size: 40px;
    margin-bottom: 5px;
  }

  .inner_banner_sec .banner_content p {
    margin-bottom: 0px;
  }

  .blog_sec1 .blog_box h4 {
    margin-top: 10px;
    font-size: 18px;
  }

  .inner_area_banner {
    padding-top: 148px;
    padding-bottom: 45px;
  }

  .inner_area_banner h1 {
    font-size: 35px;
  }

  .inner_area_banner::before {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.411) 21%, rgba(0, 0, 0, 0.596) 89%);

  }
}

/* Mobile */
@media (max-width: 576px) {
  .home_banner {
    padding: 50px 0px 340px;
  }

  .service_area .area_wrapper {
    grid-template-columns: repeat(1, 1fr);
  }

  .service_area .map_img {
    width: 300px;
    margin: 0px auto;
  }

  .footer {
    padding: 60px 0px 296px;
  }
}

/* Small mobile */
@media (max-width: 480px) {}

/* Very small */
@media (max-width: 360px) {}