@media (max-width: 991.98px) {
  .logoNav__wrap .logo img {
    width: 110px;
  }
  .navList {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 99999;
    width: 100%;
    max-width: 400px;
    height: 100%;
    transform: translateX(130%);
    background-color: var(--color-blue);
    display: flex;
    flex-direction: column;
    transition: transform 0.4s ease; /* smooth animation */
  }

  .navList.active {
    transform: translateX(0);
	          height: 100vh;
        overflow: auto;
        padding-bottom: 50px;
  }

  .navList ul {
    flex-direction: column;
    margin-top: 70px;
  }
  .closeMenu {
    position: absolute;
    left: 20px;
    top: 20px;
    cursor: pointer;
  }
  .burgurMenu {
    cursor: pointer;
    font-size: 30px;
  }

  .hero,
  .hero .carousel-item img {
    height: 60vh;
  }
  .hero .carousel-caption h1 {
    font-size: 30px;
  }
  .heroIconsContainer {
    margin-top: -30px;
  }
  .heroIcons__wrap {
    flex-wrap: wrap;
  }
  .heroIcons__item {
    margin-bottom: 20px;
  }

  .homeServices {
    margin-top: 40px;
  }
  .siteHeadings .siteHeadings__mainhead h3 {
    font-size: 26px;
  }
  .reviewSwipArrows .swiper-button-next {
    right: 5px;
  }

  .reviewSwipArrows .swiper-button-prev {
    right: 14%;
  }
  .homeServicesSlider {
    margin-top: 0;
  }

  .smileImage {
    margin-top: 0;
  }
  .verifyGoogle {
    margin-top: 20px;
  }

  .aboutus .buttonsGroup {
    flex-direction: column;
  }
  .espacos__videoWrap {
    min-height: 350px;
  }
  .espacos__video {
    margin-top: 25px;
  }

  .ourTeam {
    margin-top: 25px;
  }
  .ourTeamSlide {
    margin-top: 25px;
  }

  .teamCard .teamCard__info .blueBtn {
    visibility: visible;
    opacity: 1;
  }
  .footerSocial {
    margin-top: 20px;
  }

  .footer__second,
  .footer__third,
  .footer__fourth {
    margin-top: 40px;
  }

  /* ========== ABOUT PAGE OPEN ========== */
  .pageHeader {
    height: 70vh;
  }
  .pageHeader h2 {
    font-size: 30px;
  }
  .twoColDiv,
  .teamInner,
  .toggleWrap {
    margin-top: 30px;
  }
  .twoColDiv__right .buttonsGroup {
    flex-wrap: wrap;
  }
  .teamInner__Card .myBtn {
    visibility: visible;
    opacity: 1;
  }

  .twoColDiv .twoColDiv__right h5,
  .toggleWrap__left h3 {
    font-size: 19px;
  }
  .toggleWrap .toggleWrap__left {
    padding-right: 0;
  }
  .toggleWrap__right img {
    margin-top: 30px;
    width: 100%;
    height: 400px;
    object-fit: cover;
  }
  .marginBtoom {
    margin-bottom: 30px;
  }
  /* ========== ABOUT PAGE CLOSE ========== */

  .homeAbout {
    margin-top: 30px;
  }
  .homeAbout__right img {
    height: 350px;
  }
  .homeAbout__left {
    margin-top: 20px;
	      padding-left: unset !important;
  }
	.sec_right .homeAbout__left {
    padding-right: unset !important;
	}
  .homeAbout__right {
    margin-top: 20px;
  }
  .servicDewa {
    margin-top: 30px;
  }
  .servicDewa__Card {
    height: 350px;
    margin-bottom: 20px;
  }
  .servicDewa__Card img {
    height: 350px;
  }
  .whyChooseUs {
    margin-top: 30px;
  }
  .whyChooseUs__inner .swiper-slide .buttonsGroup {
    display: block;
  }
  .homeCta {
    margin-top: 30px;
  }
  .homeCta__detail h4 {
    font-size: 28px;
  }

  .faqsWrap {
    margin-top: 30px;
  }
  .singleTeam__right {
    padding-inline: unset;
  }
  .tags {
    margin-top: 20px;
  }
  .tags h2 {
    font-size: 26px;
  }
  .ruekaVut {
    margin-top: 145px;
  }
  .contactUs {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .contactUs__left {
    padding-left: unset;
  }
	.hero .carousel-item .carousel-caption{
		padding: 0 20px;
	}
	    .reviewSwipArrows .swiper-button-next,
	 .reviewSwipArrows .swiper-button-prev{
        top: 160px;
    }
	.homeServices .lineBtm{
		    margin-bottom: 80px;
	}
	.gReviewSlide {
		    margin-top: 60px;
	}
	.homeBlog .blueBorderBtn{
		    margin-top: 15px;
	}
	.navList i{
		color:#fff;
	}
	.menu-item:hover > .dropdown-menu {
    position: static !important;
    margin: 0 !important;
		    transform: none !important;
}
	.navList ul li a{
		text-align: center;
	}
	.navList a:active,.navList a:hover{
		    display: block;
		color:#fff;
	}
}
