@media screen and (min-width: 1024px) and (max-width: 1567px) {
  .appMenuList {
    gap: 35px;
  }
  .bannerSwiper .swiper-pagination {
    bottom: 3.5rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1366px) {
 a {
    font-size: 0.875rem !important;
}
p {
    font-size: 0.875rem;
    }
    .address_details li {
    font-size: 0.875rem;
  }
  h5 {
    font-size: 1.35rem;
  }
.appMenuList {
    gap: 30px;
}
.bannerSwiper .swiper-pagination {
    bottom: 1.5rem;
}
.header-fixed .logoWrap img {
    width: 85px;
}

.logoWrap img {
    width: 95px;
}
.contactDetails .label {
    font-size: 0.875rem;
}
.topBarDetails ul li span, .topBarDetails ul li a {
    font-size: 0.813rem;
    }
    .contactBtn a {
    padding: 0.638rem 1.325rem;
}
.bannerSwiper .swiper-slide .banner-caption h1 {
    padding-bottom: 1rem;
}
header {
    padding: 0.7rem 0;
  }
  .blogBox .blogDescription h5 a {
    font-size: 1.25rem !important;
  }
}
@media screen and (min-width: 767px) and (max-width: 1024px) {
  .mobileHeader .navbar-collapse {
    padding: 0 3rem !important;
  }
}
@media screen and (max-width: 1024px) {
  .mobileHeader {
    padding: 0.5rem 0px;
    backdrop-filter: initial;
    opacity: 1;
    background-color: #fff;
  }
  .mobileHeader .navbar-nav {
    display: grid;
    row-gap: 1.5rem;
    margin-top: 2.5rem;
  }
  .mobileHeader .navbar-nav li a {
    font-family: "Work Sans", sans-serif;
    font-size: 0.875rem;
    color: var(--black-color);
    font-weight: 500;
  }
  .mobileHeader .navbar-nav li a.btnSite {
    display: block;
    text-align: center;
    border-radius: 14px;
    font-weight: 700 !important;
    margin-top: 1rem;
    padding: 12px 18px;
  }
  .mobileHeader .navbar-nav .nav-item.btnSite {
    padding: 0;
    margin-top: 1rem;
  }
  .mobileHeader .navbar-nav .nav-item.btnSite .cBtn {
    display: block;
    text-align: center;
    border-radius: 14px;
    font-weight: 700 !important;
    padding: 12px 18px;
  }
  .mobileHeader .navbar-nav .nav-item.btnSite .cArrow {
    position: absolute;
    left: 59%;
    top: 25%;
  }
  .mobileHeader .navbar-nav li.webBtn {
    margin: 0px auto;
    width: -moz-fit-content;
    width: fit-content;
  }
  .mobileHeader .navbar {
    padding: 0px;
  }
  .mobileHeader .navbar-logo img {
    width: 5.5rem;
  }
  .mobileHeader .navbar-toggler {
    border: none;
    padding: 6px 4px;
  }
  .mobileHeader .navbar-collapse {
    position: absolute;
    left: 0;
    background-color: #ffffff;
    width: 100%;
    z-index: 111;
    top: 68px;
    padding: 0 1rem;
    height: 100vh;
    transition: -0.1s;
  }
  .mobileHeader .dropdown-toggle {
    width: 100%;
    display: block;
  }
  .mobileHeader .dropdown-toggle:after {
    display: none;
  }
  .mobileHeader .dropdown-toggle svg {
    float: right;
  }
  .mobileHeader .dropdown-top {
    position: inherit;
  }
  .mobileHeader .dropdown-menu {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: none;
    padding: 0;
  }
  .mobileHeader .dropdown-menu li {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 1.5rem;
  }
  .mobileHeader .dropdown-menu li:last-child {
    padding-bottom: 0;
  }
  /* ALL */
  .navbar-toggler:hover {
    cursor: pointer;
  }
  .navbar-toggler:focus {
    box-shadow: none;
  }
  .navbar-toggler .navbar-toggler-icon {
    width: 24px;
    height: 3px;
    background-color: var(--black-color);
    display: block;
    margin: 6px 0px;
    transition: all 0.3s ease-in-out;
    background-image: none;
  }
  .menuHead {
    background-color: var(--green-color);
    padding: 0.625rem 1rem !important;
    margin-bottom: 1.25rem;
  }
  .menuHead ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .menuHead ul li {
    padding: 0 !important;
    font-size: 1rem;
    font-weight: 500;
  }
  /* ONE */
  #hamburger-1.is-active .navbar-toggler-icon:nth-child(2) {
    opacity: 0;
  }
  #hamburger-1.is-active .navbar-toggler-icon:nth-child(1) {
    transform: translateY(10px) rotate(45deg);
  }
  #hamburger-1.is-active .navbar-toggler-icon:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }
  /*menu bar End*/
  .d-xs-block {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
    .single-project .projectSingleGrid {
    padding-left: 10px;
    align-items: flex-start;
    padding-right: 10px;
}
  .projectVideo iframe {
    border-radius: 15px;
    height: 300px;
}
  h1 {
    font-size: 1.75rem;
  }
  h2 {
    font-size: 1.5rem;
  }
  h3 {
    font-size: 1.35rem;
  }
  h4 {
    font-size: 1.25rem;
  }
  h5 {
    font-size: 1.125rem;
  }
  p {
    font-size: 0.875rem !important;
    line-height: 1.5;
  }
  a {
    font-size: 0.875rem;
  }
  .p60 {
    padding: 2rem 0;
  }
   .pb60 {
    padding-bottom: 2rem;
  }
  .g-4,
  .g-5,
  .gy-5 {
    --bs-gutter-y: 1.5rem;
    --bs-gutter-x: 0rem;
  }
  .titleSection {
    margin-bottom: 1.5rem;
  }
  .titleSection h1 {
    margin-bottom: 0.5rem;
  }
  .websiteBtn {
    padding: 0.875rem 1.5rem;
  }
  .bannerSwiper .swiper-slide {
    height: 72vh;
  }
  .bannerSwiper .swiper-pagination {
    bottom: 85px;
}
  .aboutSection .aboutdescription h2 {
    margin-bottom: 0.5rem;
  }
  .aboutSection .aboutImage {
    height: 315px;
  }
  .aboutSection .aboutImage:before {
    width: 84%;
    height: 84%;
  }
  .aboutSection .aboutdescription ul {
    column-gap: 25px;
    row-gap: 15px;
    margin: 1.5rem 0;
  }
  .aboutSection .aboutdescription ul li {
    font-size: 0.875rem;
  }
  .aboutBottom {
    gap: 2.063rem;
  }
  .subHeading {
    font-size: 1rem;
    margin-bottom: 0.5rem;
  }
  .whyEcoteckBox {
    padding: 20px;
    border: 1px solid #6f6f6f;
  }
  .whyEcoteckBox .whyEcoteckImage {
    padding-bottom: 1rem;
  }
  .whyEcoteckBox .whyEcoteckImage img {
    width: 55px;
  }
  .whyEcoteckBox .whyEcoteckDescription h4 {
    margin-bottom: 1rem;
  }
  .showMoreBtn {
    margin-top: 1.5rem;
  }
  .swiper-pagination-bullet {
    width: 14px !important;
    height: 14px !important;
  }
  .blogBox .blogImage {
    height: 220px;
  }
  .blogBox .blogDescription {
    padding: 1.25rem;
  }
  .showMoreBtn .websiteBtn {
    display: block;
  }
  .sectionTitleAndButton {
    padding-bottom: 1.5rem;
  }
  .newsLetter {
    height: 350px;
  }
  .newsLetter .contact_text h1 {
    margin-bottom: 1rem;
    font-size: 1.5rem;
  }
  .newsLetter .contact_text p {
    margin-bottom: 1.5rem;
  }
  .certificatesBox {
    padding: 15px;
    height: 105px;
    border-radius: 5px;
  }
  .certificatesSwiper {
    padding-bottom: 40px;
  }
  footer {
    padding: 3rem 0 2rem;
  }
  footer .footer-logo p {
    margin-top: 1rem;
  }
  footer .socialMedia ul {
    margin-top: 1rem;
    margin-bottom: 2rem;
  }
  footer .footerBottom {
    border-top: 1px solid var(--grey-color);
    padding-top: 2rem;
    margin-top: 2rem;
  }
  footer .footer_menu {
    justify-content: left;
  }
  footer .footer_menu ul {
    margin-top: 1rem;
  }
  footer .address_details ul {
    margin-top: 1rem;
  }
  .address_details {
    margin-top: 2rem;
  }
  .contactDetails .label {
    font-size: 1rem;
  }
  .bannerSwiper .swiper-pagination-bullet-active {
    width: 38px !important;
  }
  .ourWorkText {
    width: 73%;
}
.ourWorkText .linkBtn {
    font-size: 1rem;
    padding: 0.8rem 1.1rem;
  }
  .viewDetail {
    font-size: 1rem;
    bottom: -47px;
}
.rev-col{
    padding-top: 1rem;
}
.rev-col .row {
    flex-direction: column-reverse;
}
.ourProject {
    padding: 2.75rem 0 3rem;
}
.productSectionTitle p {
    margin-bottom: 1.5rem;
}
.productSectionTitle img {
    margin-bottom: 1.5rem;
}
.mbwebbtn.mt-5 {
    margin-top: 1rem !important;
}
.projectSingle {
    margin: 1.75rem 0 2.5rem;
    height: 100%;
}
.projectSingleImage {
    position: relative;
  }
  .projectSingleText {
    padding: 0 1.5rem;
    margin-top: 0.5rem;
}
.projectVideoSection {
    padding-bottom: 2rem;
}
.portfolioSection .col-md-5 .portfolioBox {
    height: 400px;
}
.portfolioSection {
    padding-bottom: 2rem;
}
body .portfolioPopup .modal-dialog {
    max-width: 100% !important;
    top: 50%;
    margin: 0;
}
.thumbSwiper2 {
    /* height: auto; */
}
  .portfolioPopup .btn-close {
    right: 10px;
}
.thumbSwiper {
    height: 85px;
}
.projectSingleGrid {
    grid-template-columns: 1fr;
    gap: 20px;
}


.single-cta {
    display: grid;
    justify-content: center;
}
.view-more-sec {
    margin-top: 30px;
    margin-bottom: 24px;
}
.back-btn img {
    padding-right: 0.5rem;
    width: 32px;
}
.back-btn a {
    font-size: 14px;
}
.thumbSwiper .swiper-slide img, .thumbSwiper2 .swiper-slide img {
    padding: 10px;
}
.swiper-button-next, .swiper-button-prev {
    color: #ebebeb;
}
}
