/* mobile css */
@media (min-width: 992px) {  /* Remove Media query to enable in responsive */

  .opacity-on-hover .menu-container > .menu-item > .menu-link {
      transition: color .3s ease;
      color: #111 !important;
  }

  .opacity-on-hover .menu-container:hover > .menu-item:not(:hover):not(.current) > .menu-link { color: #D5D5D5 !important; }

}

@media only screen and (max-width: 768px) {
.iframe-vdo{
			height: 200px !important;
		}
  .padding-mobile-0{
      padding:5px !important;
      padding-top: 12px !important; 
  }
  .padding-mobile-1{
    padding-right: 30px !important;
    padding-left: 30px !important;
    padding-top: 10px !important;
}
  .circle-image {
    position: absolute !important;
    bottom: -52px !important;
    left: 32px !important;
    border-radius: 50% !important;
    border: 4px solid white !important;
    width: 25% !important;
  }
  .footer-logo{
    margin: auto !important;
  }
  .text-center-mobile{
    text-align: center !important;
  }
  .center-icon-mob{
    display: flex;
    justify-content: space-evenly;
  }
  .padding-mob-footer{
    padding-left: 30px !important;
  }
  .font-mobile-p{
      font-size: 18px !important;
  }
  .padding-left-1{
      padding-left: 15px !important;
      padding-right: 15px !important;
      font-size: 14px !important;
  }
  .margin-bottom-mobile{
      margin-bottom: 0px !important;
  }
  .img-icon-mobile{
      width: 35px !important;
      height: 35px !important;
  }
  .padding-mobile-button{
    padding-left: 10% !important;
    padding-right: 10% !important;
  }
  .logo img {
    padding: 10px !important;
    }
    .sb-mobile{		
      width: 50% !important;
    }
    #searchQueryInput {
      padding: 0 1.5rem 0 1.5rem !important;
      height: 2.3rem !important;
    }
    .margin-top-mobile{
      margin-top: 0px !important;
    }
    .margin-mobile{
      margin-top: 40px !important;
    }
    .mobile-mar{
      margin-bottom: 50px !important;
    }
}
#stickyFooter {
display: none;
position: fixed;
bottom: 0;
width: 100%;
z-index: 1000;
} 

#stickyFooter.show {
display: block;
}

.menu-item .menu-link{
padding: 20px !important;
}
@media (min-width: 768px) {
#stickyFooter {
    display: none;
}
}
/* Style for the logo */
.logo {
  display: flex;
  align-items: center; /* Vertically center the logo */
}
@media (min-width: 768px) and (max-width: 1024px) {
  
	.padding-tab{
		padding: 10px !important;
	}

	.iframe-vdo{
		height: 300px;
	}

	.banner-tab{
		min-height: 292px !important;
	}

	.slider-top .swiper-slide{
		min-height: 0px !important;
	}
	
  }


.loader__container {
	 --dot-size: 15px;
	 --bs-white-rgb: 255, 255, 255;
	 position: fixed;
	 inset: 0;
	 background-color: rgba(255, 255, 255, 0.5);
	 backdrop-filter: blur(1rem);
	 z-index: 999999;
	 display: flex;
	 place-items: center;
	 place-content: center;
	 gap: calc(var(--dot-size) / 4);
 }

.loader__dot {
	width: var(--dot-size);
	height: var(--dot-size);
	aspect-ratio: 1 / 1;
	border-radius: calc(var(--dot-size) / 2);
	background-color: var(--bs-primary);
	animation: slide 1.5s infinite;
}

.loader__dot:nth-child(1) {
	animation-delay: 0.1s;
	background: #28e200;
}

.loader__dot:nth-child(2) {
	animation-delay: 0.2s;
	background: #ff251b;
}

.loader__dot:nth-child(3) {
	animation-delay: 0.3s;
	background: #f9dd05;
}

.loader__dot:nth-child(4) {
	animation-delay: 0.4s;
	background: #00bfa3;
}

.loader__dot:nth-child(5) {
	animation-delay: 0.5s;
	background: #7803e9;
}

@keyframes slide {
	0% {
		scale: 1;
	}
	50% {
		scale: 2;
		opacity: 0.3;
	}
	100% {
		scale: 1;
	}
}

/* Hide the loader after 5 seconds */
.hidden {
	display: none;
}

.logo img {
  max-height: 50px; /* Adjust the height as needed */
}

.img-icon-desktop{
  width: 30px;
  height: 30px;
}

/* Base styles for scroll container */
.scroll-container {
  overflow-x: auto;
  padding: 10px;
}

.scroll-container a {
  display: inline-block; /* Display buttons as inline-block */
  margin-right: 10px; /* Add spacing between buttons */
}

/* Responsive styles for mobile devices */
@media (max-width: 768px) {
  .scroll-container {
    overflow-x: auto;
    white-space: nowrap; /* Ensure buttons don't wrap on mobile */
    padding: 10px;
    margin-bottom: 10px; /* Add margin between buttons and bottom edge on mobile */
  }

  .scroll-container a {
    display: inline-block; /* Display buttons as inline-block */
    margin-right: 10px; /* Add spacing between buttons */
    margin-bottom: 10px; /* Add margin between buttons on mobile */
  }
  .icon-list{
    justify-content: flex-start !important;
    flex-wrap: wrap !important;
  }
  .divider-margin-1{
    margin: 10px !important;
    margin-left: -15px !important;
  }
  .feature-item{
    justify-content: space-between !important;
    font-size: 14px !important;
  }
  .feature-item img {
    width: 30% !important;
}
.feature-value{
  font-size: 14px !important;
}
/* .margin-end-none{
  margin-right: 0px !important;
  margin-bottom: 18px !important;
} */
.phone-holder{
  margin-left: 0px !important;
}
.mobile-review{
  display: flex;
  flex-direction: column;
}
.mobile-review-img{
  width: 15% !important;
}
.custom-button{
  padding-right: 1.5rem !important;
}
}

.phone-holder{
  margin-left: 129px;
}
.reviews-section{
  font-size: 16px !important;
}


.icon-list {
  display: flex;
  justify-content: space-around;
  align-items: center;
  list-style: none;
  padding: 0;
  flex-wrap: nowrap;
  margin: 0;
}
.icon-list li {
    text-align: center;
    padding: 10px;
}
.icon-list p {
  font-size: 12px !important;
}
.icon-list li img {
    max-width: 35px;
    display: block;
    margin: 0 auto;
}
.feature-list img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 10px;
}
.feature-list {
  padding: 10px 0;
}
.feature-item {
display: flex;
align-items: center;
}

.section-header {
  font-weight: bold;
  font-size: 20px;
}

.custom-section {
display: flex;
align-items: center;
justify-content: center;
height: 100vh;
text-align: center;
}

/* .benefitsandfeatures {
display: flex;
flex-wrap: wrap;
list-style: none;
padding: 0;
margin: 0;
}

.benefitsandfeatures li {
padding: 10px 20px;
margin: 5px;
border-radius: 4px;
text-align: center;
}

@media (max-width: 768px) {
.benefitsandfeatures li {
  width: 100%;
}
} */

.custom-button {
display: flex !important;
align-items: center;
padding: 10px;
border: 1px solid #ddd;
border-radius: 8px;
background-color: #f9f9f9;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
text-decoration: none;
color: #333;
width: 100%;
}
.custom-button img {
width: 24px;
height: 24px;
margin-right: 10px;
}
.custom-button .title {
margin-right: auto;
}
.custom-button .description {
font-weight: normal;
font-size: 12px;
}
.custom-button .distance {
margin-left: auto;
}



#video-slider-mute {
position: absolute;
top: auto;
left: auto;
right: 20px;
bottom: 10px;
width: 40px;
height: 40px;
border-radius: 50%;
background-color: var(--cnvs-contrast-0);
color: var(--cnvs-contrast-1000);
font-size: 1.25rem;
border: 0;
}

#video-slider-mute i {
position: relative;
left: 1px;
}

#video-slider-mute i:nth-of-type(2),
#video-slider-mute.video-muted i:nth-of-type(1) { display: none; }

#video-slider-mute.video-muted i:nth-of-type(2) { display: block; }


.sticky-footer {
position: fixed;
bottom: 0;
left: 0;
width: 100%;
background-color: #fff;
color: #fff;
z-index: 1030;
padding: 10px 0;
border-top-left-radius: 2rem;
border-top-right-radius: 2rem;
}
.sticky-footer .btn-whatsapp {
background-color: #25D366;
color: #fff;
border: none;
border-radius: 50%;
width: 40px;
height: 40px;
display: flex;
align-items: center;
justify-content: center;
}
.sticky-footer .btn-whatsapp:hover {
background-color: #1da851;
}

.close {
position: absolute;
top: 15px;
left: 0px;
color: #f1f1f1;
font-size: 40px;
transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

button.btn-close {
position: absolute;
cursor: pointer;
height: 30px;
width: 30px;
right: -9px;
top: -15px;
padding: 0px;
color: #ffffff;
font-family: Arial;
font-weight: 100;
font-size: 17px !important;
line-height: 29px !important;
border: 2px solid #ffffff;
border-radius: 26px !important;
box-shadow: 0px 0px 15px 1px rgb(2 2 2 / 75%);
text-shadow: 0px 0px 0px rgb(0 0 0 / 23%);
background-color: rgba(0, 0, 0, 1);
font-size: 15px;
line-height: 15px;
opacity: 1;
background-size: 16px;
z-index: 3;
position: absolute;
text-align: center;
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");

}

.scroll-container::-webkit-scrollbar {
width: 5px;
height: 5px;
}

.scroll-container::-webkit-scrollbar-track {
background: #f1f1f1;
border-radius: 10px;
}

.scroll-container::-webkit-scrollbar-thumb {
background: #d6d6d6;
border-radius: 10px;
}

.scroll-container::-webkit-scrollbar-thumb:hover {
background: #e0e0e0;
}


.button:hover {
animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
transform: translate3d(0, 0, 0);
perspective: 1000px;
color: #000;
}

@keyframes shake {
10%, 90% {
  transform: translate3d(-1px, 0, 0);
}
20%, 80% {
  transform: translate3d(2px, 0, 0);
}

30%, 50%, 70% {
  transform: translate3d(-2px, 0, 0);
}
40%, 60% {
  transform: translate3d(2px, 0, 0);
}
}




.searchBar {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  }
  
  #searchQueryInput {
  width: 100%;
  height: 2.8rem;
  background: #f5f5f5;
  outline: none;
  border: none;
  border-radius: 1.625rem;
  padding: 0 10.5rem 0 1.5rem;
  font-size: 1rem;
  }
  
  #searchQuerySubmit {
  width: 3.5rem;
  height: 2.8rem;
  margin-left: -3.5rem;
  background: none;
  border: none;
  outline: none;
  }
  
  #searchQuerySubmit:hover {
  cursor: pointer;
  }


  .button-header {
  background-image: linear-gradient(to bottom, #00B1FF, #006BFF);
  border: 0 !important;
}


.menu-container .menu-link{
  padding: 20px !important;
}


.stick-popup{
  background-color: transparent !important;
  border: 0 !important;
}