@media (min-width: 1500px) {
  .container {
    max-width: 1280px;
  }
}

@media (max-width: 1830px) {
  .container {
    max-width: 1366px;
  }

  .mmheader {
    margin: 0px 8rem;
  }
}

@media only screen and (max-width: 1730px) {
  .mmheader {
    margin: 0px 4rem !important;
  }
}

@media only screen and (max-width: 1600px) {
  .mmheader {
    margin: 0 0;
  }

  .menuWrap .headBtns .themeBtn {
    padding: 0.875rem 1.2rem;
  }

  .bannerImg img {
    width: 88%;
  }

  .bannerImg {
    text-align: right;
  }

  .bannertext h1 {
    font-size: 3.75rem;
  }

  .homeSlider .swiper-pagination {
    left: 1rem;
  }

  .reviewInner .reviewBox {
    margin: 1rem 0;
  }

  .mapSec iframe {
    display: block;
    height: 550px;
  }

  .estimateInnr h4 {
    font-size: 2.5rem;
  }
	
	.mmheader{   margin: 0px 3rem !important; }	
	
}

@media only screen and (max-width: 1440px) {
  html {
    font-size: 14px;
  }

  .bannerImg img {
    width: 80%;
  }

  .main-slider {
    height: 81vh;
  }

  .homeSlider .swiper-pagination {
    flex-direction: row;
    gap: 8px;
    top: initial;
    bottom: 5rem;
  }

  .homeSlider .swiper-pagination:before, .homeSlider .swiper-pagination:after {
    display: none;
  }

  .videoSec {
    padding: 2rem 0 5rem 0;
  }

  .chooseText {
    margin: 0 -3rem 0 5rem;
  }
}

@media only screen and (max-width: 1366px) {
  html {
    font-size: 13px;
  }

  .bannerImg img {
    width: 70%;
  }

  .main-slider {
    height: 71vh;
  }

  .bannertext h1 {
    font-size: 3.5rem;
  }

  .PlayBtn i {
    width: 50px;
    aspect-ratio: 1;
    height: auto;
  }

  .bannerBtn {
    gap: 1rem;
  }

  .teamSec .swiper-button-prev {
    right: 6rem;
  }

  .footerBar a img {
    width: 100px;
  }

  ul.socialIconsFooter li a {
    width: 40px;
    aspect-ratio: 1;
    height: auto;
  }

  .footerRow {
    padding: 4rem 0 2rem 0;
  }

  .col-md-12.mt-5.pt-3 {
    margin-top: 1rem !important;
  }


  .preloader .container-fluid .percentage {
    font-size: 30vw;
  }
}

@media only screen and (max-width: 1199px) {
  html {
    font-size: 12px;
  }

  .main-header {
    padding: 0;
  }

  .menuWrap .menu a {
    padding: 10px 6px;
  }

  .main-header {
    position: relative;
  }

  .menu-Bar {
    display: block;
    top: 50%;
    bottom: initial;
    transform: translateY(-50%);
  }

  .menuWrap.open {
    display: flex;
    left: 0px;
	height: 100%;
  }

  .menuWrap {
    position: fixed;
    left: -210%;
    top: 0;
    /* bottom:0; */
    margin: auto;
    background: var(--primary);
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    transition: all 0.4s ease;
    z-index: 3;
    width: 100vw
  }

  ul.menu li {
    display: block
  }

  ul.menu li a {
    margin-bottom: 10px;
    padding: 0;
    display: block;
    text-align: center;
    margin-bottom: 15px;
    padding-right: 0px;
    margin-right: 0px;
    color: #fff;
    font-size: 15px;
    text-transform: capitalize
  }

  .menuWrap .menu {
    display: block;
  }

  .menu li:hover a, .menu li.active a {
    background: var(--black);
  }

  .menu-Bar span {
    background: var(--black);
  }

  .menu li:hover>a, .menu li.active>a, .menu>li.menu-item-has-children>.sub-menu>li.current-menu-item>a {
    background: var(--black) !important;
  }

  .menu>li.menu-item-has-children>.sub-menu>li {
    background: transparent !important;
  }

  .bannerImg img {
    width: 60%;
  }

  .bannertext p {
    width: 94%;
    margin: 1rem 0;
  }

  .main-slider {
    height: 61vh;
  }

  .bannertext h1 {
    font-size: 3.4rem;
  }

  .homeSlider .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    outline-offset: 3px;
  }

  .homeSlider .swiper-pagination {
    gap: 6px;
  }

  .videoBtn .playVideoBtn {
    width: 80px;
    height: 60px;
  }

  .counterSec ul li img {
    height: 60px;
  }

  .chooseText {
    margin: 0 -3rem 0 2rem;
  }

  .chooseSec .columSec li span {
    font-size: 1.6rem;
  }

  .chooseText h4 {
    font-size: 2.75rem;
  }

  .workBox {
    padding: 2rem 1rem;
  }

  .workBox h3 {
    margin-top: 3rem;
  }

  .blogSec .col-md-12.text-center.mb-5 {
    margin-bottom: 1rem !important;
  }

  .blogFooter li img {
    width: 100px;
    height: 90px;
  }

  section.serDetailSec p {
    margin-bottom: 1rem;
  }

  ul.infoBox li a .iconInfo i {
    width: 70px;
    height: 60px;
  }

  .leadForm h3 {
    margin-bottom: 1rem;
  }

  .mapSec iframe {
    height: 500px;
  }
	
.desktopNav{ display:none; }
.mobileNav{ display:block; height: 80vh; overflow-y: scroll; width: 100%; }
.mobNone{ display:none !important; }
.avoid-sec{ justify-content:center !important; }
.avoid-sec h6{ color:#fff; }	
.avoid-sec .con21 a{ font-size:15px; color:#fff; }
	a.lp-top-btn{ width:100% !important; }
	body.ovr-hiddn{ overflow:hidden; }	
	header.fixed.sticky .main-header {     backdrop-filter: initial !important; }
	header.fixed.sticky .main-header .menu-Bar{ }
	header.fixed.sticky .main-header{ left:0; }
	
	
}

@media only screen and (max-width: 991px) {
  .menuWrap .menu a {
    padding: 8px 10px;
    margin-bottom: 6px;
  }

  .homeSlider .swiper-pagination {
    display: none;
  }

  .bannerImg img {
    width: 50%;
    border-radius: 100%;
    margin-top: 2rem;
  }

  .main-slider {
           height: auto;
        min-height: 600px;
  }

  .bannertext h1 {
    font-size: 3rem;
    width: 50%;
  }

  .bannertext p {
    width: 50%;
  }

  .PlayBtn i {
    width: 40px;
  }

  h4 {
    font-size: 2.5rem;
  }

  .tabsPack {
    display: flex;
    margin: 1rem 0;
  }

  .themeBtn {
    padding: 0.9375rem 1.5rem;
  }

  .bannerBtn {
    flex-direction: column;
    align-items: baseline;
  }

  ul.columsTwo {
    margin: 1rem 0;
  }

  section {
    padding: 3rem 0;
  }

  .serviceBox {
    padding: 6rem 4rem 4rem;
  }

  .serviceFooter {
    height: 50px;
  }

  .serviceBox h6 {
    font-size: 2.5rem;
  }

  .serviceBox h3 {
    font-size: 1.3rem;
  }

  .serviceFooter .iconEnd img {
    width: 30px;
  }

  .serviceFooter .iconEnd {
    width: 55px;
    height: auto;
    aspect-ratio: 1;
    bottom: 1rem;
  }

  .swiper-button-next, .swiper-button-prev {
    width: 40px;
    height: auto;
    aspect-ratio: 1;
  }

  .priceBox .priceHead .priceBlue h3 {
    font-size: 2.5rem;
  }

  .priceBox {
    padding: 2rem 1rem;
  }

  .priceBox .priceHead {
    gap: 1rem;
  }

  .priceBox .priceHead h5 {
    font-size: 1.125rem;
    white-space: nowrap;
  }

  .priceBody ul li {
    padding: 3px 0;
  }

  .priceBody ul {
    padding: 1rem 0;
  }

  .counterSec ul li {
    font-size: 2.5rem;
    margin-right: 4rem;
    padding-right: 4rem;
  }

  .counterSec ul li img {
    height: 50px;
  }

  .chooseText {
    margin: 0 -10rem 0 7rem;
  }

  .chooseSec .columSec li, .chooseSec .columSec li span {
    color: var(--black);
    font-weight: 500;
  }

  .serveList ul li {
    padding: 2px 0;
  }

  .mapBox iframe {
    height: 350px;
  }

  .mapBox h4 {
    font-size: 2rem;
  }

  .reviewBox {
    margin: 1rem 0;
  }

  .blogBox h3 {
    font-size: 1.2rem;
  }

  .blogBox .date {
    gap: 8px;
  }

  .blogBox .date h6 {
    padding: 8px 1rem;
  }

  .blogTwo .blogContnt h3 {
    font-size: 1.5rem;
    margin: 6px 0;
  }

  .footerBar a img {
    width: 80px;
  }

  ul.socialIconsFooter {
    gap: 8px;
  }

  .timeLinks li span {
    display: block;
  }

  .blogFooter li img {
    width: 80px;
    height: 70px;
  }

  .innerBanner .bannertext h1 {
    width: 100% !important;
  }

  .innerBanner {
    height: 30vh !important;
  }

  .shopInner h3 {
    font-size: 1.5rem;
  }

  .featurdBox .selletWrap {
    width: 100%;
  }

  .colectSec, .featurdBox {
    margin-top: 2rem;
  }

  .reviewInner .reviewBox p {
    margin-bottom: 1rem;
  }

  ul.infoBox {
    flex-direction: column;
  }

  ul.infoBox li a {
    height: 90px;
  }
	
	.menuWrap .headBtns .themeBtn{ background:transparent; font-size:15px; }	
	.menuWrap .headBtns{ flex-flow:column; gap: 0; justify-content: center; text-align: center; }	
	
	
}

@media only screen and (max-width: 767px) {
  .bannerImg {
    display: none;
  }

  .bannertext h1 {
    width: 100%;
    font-size: 2.5rem;
  }

  .bannertext p {
    width: 100%;
  }

  .main-slider {
    height: 45vh;
  }

  .abtSec figure {
    margin-bottom: 1rem;
  }

  h4 {
    font-size: 2rem;
  }

  .serBox {
    margin: 1rem 0 4rem;
  }

  .teamBox .user img {
    width: 70%;
  }

  .teamBox {
    padding: 1rem 1rem;
  }

  .callBtn img {
    width: 40px;
  }

  .videoBox h4 br {
    display: none;
  }

  .videoBtn .playVideoBtn {
    height: 50px;
    width: 60px;
  }

  .videoSec {
    padding: 2rem 0 3rem 0;
  }

  .priceBox .priceHead .priceBlue h3 {
    font-size: 2rem;
  }

  .priceBox {
    margin: 1rem 0;
  }

  .counterSec ul li {
    font-size: 2rem;
    margin-right: 2rem;
    padding-right: 2rem;
  }

  .counterSec ul li img {
    height: 40px;
  }

  .chooseSec {
    background: unset;
    padding-bottom: 0;
  }

  .chooseText {
    margin: 0;
  }

  section {
    padding: 3rem 0;
  }

  .chooseSec .columSec li+li {
    margin: 1rem 0;
  }

  .reviewBox p {
    width: 68%;
  }

  .reviewSec .swiper-pagination {
    text-align: center;
  }

  .accordian li {
    margin-bottom: 1rem;
  }

  .workBox {
    margin: 3rem 1rem 1rem;
  }

  .iconImg img {
    width: 40px;
  }

  .blogBox img {
    width: 100%;
  }

  ul.timeLinks {
    display: flex;
    flex-direction: column;
  }

  footer h3 {
    margin-bottom: 4px;
  }

  .footerRow {
    padding: 2rem 0 1rem 0;
  }

  .links li a {
    padding: 3px 0;
  }

  .colectSec, .featurdBox {
    margin-top: 1rem;
  }

  .featurdBox .selletWrap {
    text-align: left;
    margin: 1rem 0;
  }

  .selletWrap p {
    text-align: left;
  }

  .colectSec ul li a {
    padding: 5px 0;
  }

  .selletWrap span {
    text-align: left;
    display: block;
  }

  .reviewInner .reviewBox p {
    width: 100%;
  }

  .whiteBox h4 {
    margin-top: 1rem;
  }

  .col-md-12.mt-4 {
    margin-top: 0 !important;
  }

  .leadForm {
    margin-top: 2rem;
  }

  .leadForm textarea {
    height: 120px;
  }

  .leadForm input, .leadForm textarea {
    margin: 5px 0;
  }

  .mapSec iframe {
    height: 400px;
  }

  .socialMedia h3 {
    margin-bottom: 1rem;
  }

  ul.infoBox {
    margin: 1rem 0;
    flex-flow: wrap;
  }

  .estimateInnr h4 {
    font-size: 2rem;
  }

  .abtInner p {
    margin-bottom: 1rem;
  }
	
	ul.socialIcons{ padding: 0.5rem 3rem !important;}
	.mmheader{ width:100%; margin:0 !important; }
	.main-header .container-fluid{ padding:0 0; }
	header.fixed.sticky .main-header{ backdrop-filter:none; }
	.top-rel p{ font-size: 14px !important; }
	
	
	
}

@media only screen and (max-width: 575px) {

  ul.socialIcons {
    justify-content: center;
    padding: 8px 0rem;
  }

  header:before {
    display: none;
  }

  .navbar-brand img {
    width: 70px;
  }

  .menu-Bar {
    right: 2rem;
  }

  .mmheader {
    border-radius: unset;
  }

  .top-header.spad {
    text-align: center;
  }

  .bannertext h1 {
    font-size: 2.2rem;
    width: 90%;
    line-height: 1.2;
  }

  .tabsPack a {
    padding: 6px 2rem;
    font-size: 1.125rem;
  }

  .teamSec .swiper-button-next, .teamSec .swiper-button-prev {
    display: none;
  }

  .teamSlide {
    padding-top: 1rem;
  }

  .teamBox .user .share a {
    width: 30px;
    height: auto;
    aspect-ratio: 1;
  }

  .teamBox .user img {
    width: 100%;
  }

  .teamFotr {
    padding-top: 10px;
    margin-top: 10px;
  }

  .teamBox {
    margin-bottom: 0;
  }

  section {
    padding: 2rem 0;
  }

  .counterSec ul {
    columns: 2;
    display: block;
  }

  .counterSec ul li {
    margin: 0;
    padding: 0;
    border: unset;
  }

  .chooseText h4 {
    font-size: 2rem;
  }

  .chooseSec .columSec li span {
    font-size: 1.3rem;
  }

  .mapBox iframe {
    height: 250px;
  }

  .mapBox h4 {
    margin: 0;
  }

  .reviewBox p {
    margin-bottom: 1rem;
    width: 80%;
  }

  .faqYears {
    padding: 0.5rem 1rem;
  }

  .faqYears h3 {
    font-size: 2rem;
  }

  .accordian h4::after {
    right: 8px;
    font-size: 1rem;
    width: 1.5rem;
    height: 1.5rem;
  }

  .blogTwo .blogContnt {
    bottom: 1rem;
    padding: 0 1rem;
  }

  .footerBar a {
    text-align: left;
    display: block;
    margin: 6px 0;
  }

  .footerBar .PlayBtn {
    justify-content: left !important;
    display: flex;
  }

  ul.socialIconsFooter li a {
    font-size: 1.2rem;
  }

  .innerBanner {
    height: 25vh !important;
  }

  .leftSide {
    gap: 0;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 10px;
  }

  .saleBoxs {
    flex-direction: column;
  }

  .selletWrap {
    margin: 5px 0;
  }

  .reviewInner .reviewBox {
    padding: 1rem 1rem;
  }

  .reviewInner .reviewBox .user img {
    width: 50px;
  }

  .whiteBox h4 {
    font-size: 1.75rem;
  }

  ul.infoBox {
    flex-direction: column;
  }

  .socialMedia h3 {
    font-size: 1.4rem;
  }

  .leadForm h3 {
    font-size: 2rem;
  }

  .leadForm {
    padding: 2rem 1rem;
  }

  .mapSec iframe {
    height: 300px;
  }

  .estimateInnr h4 {
    font-size: 1.75rem;
  }
}