/* 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;
  }

  #main_header {
    display: none;
  }

  .small nav {
    padding: 15px 0;
  }

  .small img {
    width: 70px;
  }

  .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);
    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: #1c0707;
    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: var(--theme-color);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    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: 40px;
    line-height: 1.2;
  }

  h2 {
    font-size: 35px;
  }



  p br {
    display: none;
  }


  section {
    padding: 50px 0;
  }

  .banner_sec {
    padding: 102px 0 190px;
    height: 73vh;
  }

  .banner_sec .content {
    background: rgb(0 0 0 / 27%);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 20px 10px;
    border-radius: 8px;
  }

  .banner_sec .heading h1 .span_1 {
    display: block;
    font-size: 30px;
  }

  .banner_sec .heading h1 .span_2 {
    font-weight: 300;
  }

  .main_banner_sec .custom-indicators {
    display: none;
  }

  .home_sec1 .feature_box {
    border-bottom: 1px solid var(--theme-color-fourth);
    border-left: none;
    border-right: none;
    padding: 25px 0px;
  }

  .home_sec1 .box4 {
    border-bottom: 0px;
  }

  .main_banner_sec .call_btn {
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
  }

  .home_sec_3 {
    padding: 50px 0px 456px;
    background: url(../image/home_sec_3_bg_mb.jpg) no-repeat bottom/ cover !important;
  }

  .home_sec_3 h2 br {
    display: none;
  }

  .home_sec_4 .img_box {
    position: initial;
  }

  .home_sec_4 .plate_img {
    position: initial;

    max-width: 100%;
    width: 100%;
    height: auto;
  }

  .home_sec_4 .why_choose_box {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .home_sec_6 .img_box {
    position: initial;
  }

  .home_sec_6 .red_bg {
    padding: 46px 30px;
  }

  .home_sec_6 .burger_img {
    position: initial;
    max-width: 100%;
    width: 100%;
    height: auto;
    top: auto;
    right: auto;
    transform: translateY(0px);
  }

  .home_sec_9 .testimonial-prev,
  .home_sec_9 .testimonial-next {
    display: none;
  }

  .footer_sec .footer_links a {
    font-size: 17px;
  }

  .footer_sec .footer_links li {
    margin-bottom: 22px;
  }

  .footer_sec .divider {
    margin-top: 45px;
  }

  .footer_sec .footer_bottom .privacy_policy {
    justify-content: center;
  }

  .footer_sec .footer_bottom {
    margin-top: 36px;
  }

  .footer_sec .footer_widget h4 {
    display: inline-block;
  }

  .footer_sec .footer_contact li {
    justify-content: center;
  }

  .footer_sec .footer_social {
    justify-content: center;
  }

  .footer_sec {
    padding: 50px 0;
  }

  .footer_sec .footer_top img {
    width: 125px;
  }

  .footer_sec .footer_top {
    margin-bottom: 28px;
  }

  .inner_banner_sec {
    padding-top: 148px;
    padding-bottom: 40px;
  }

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

  .menu_sec1 .title {
    font-size: 32px;
  }

  .menu_sec1 h3 {
    font-size: 24px;
  }
	
/* new css - 11.08.26 */

	.home_sec1 .row > .col-lg-3:last-child .feature_box {
		
		border-bottom : 0 !important;
	}
	.home_sec1 .row > .col-lg-3:last-child{
		border-right: 0 !important;
	}

}


/* Small tablets */
@media (max-width: 768px) {
  .banner_sec {
    padding: 102px 0 190px;
    height: auto;
}

  .home_sec_3 {
    padding: 50px 0px 256px;
  }

  .contact_sec2 .contact_form {
    padding: 20px;
  }

  .menu_sec1 .table td {
    font-size: 14px;
  }

}

/* Mobile */
@media (max-width: 576px) {}

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

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