.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 */
}

.border-add {
  border: 1px solid #E1E4ED;
  border-radius: 10px !important;
}

.card {
  border: 1px solid #E1E4ED;
  border-radius: 20px !important;
}

.sub-heading {
  font-size: 30px !important;
  font-weight: 800 !important;
}

img.padding-banner {
  padding-top: 50px;
  padding-bottom: 50px;
  padding-right: 50px;
  padding-left: 50px;
}

.text-larger {
  font-size: 24px !important;
}

.text-extralarger {
  font-size: 24px !important;
  line-height: 2rem !important;
}

#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;
}

.display-6 {
  font-size: 30px !important;
}

.info-box {
  background-color: #D0EBFF;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
}

.info-box .info-item {
  border-right: 1px solid #ccc;
}

.info-box .info-item:last-child {
  border-right: none;
}

.owl-dots {
  display: none;
}

.text-sublarger {
  font-size: 22px !important;
}

.btn-yellow {
  background-color: #FFDD38 !important;
  color: #000;
}

.grid-switch-content:not(.col-grid)>div {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.grid-switch-content .card-img {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
  border-radius: 0.25rem 0.25rem 0 0;
}

@media (min-width: 768px) {
  .grid-switch-content:not(.col-grid) .card-img {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .grid-switch-content .col-full .card-img {
    border-radius: 0.25rem 0 0 0.25rem;
  }

}

@media (max-width: 768px) {
  .mobile-vh-10 {
    height: 15vh !important;
  }

  .margin-mobile1 {
    margin-top: 0px !important;
    padding-top: 0px !important;
    margin-bottom: 25px !important;
  }
  .padding-mobile-2{
		padding-right: 0px !important;
		padding-left: 20px !important;
		padding-top: 0px !important;
	}

  .btn-yellow {
    font-size: 16px !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;
	}
	#searchQueryInput {
		padding: 0 1.5rem 0 1.5rem !important;
		height: 2.3rem !important;
	}
  .sb-mobile{		
		width: 50% !important;
	}

  img.padding-banner {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    padding-right: 0px !important;
    padding-left: 0px !important;
  }

  .banner-text {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: center;
    font-size: x-large;
  }

  .mobile-display-2 {
    font-size: 24px !important;
  }

  .text-larger {
    font-size: 15px !important;
  }

  .mobile-margin-top {
    margin-top: 3rem !important;
  }

  .mobile-display-6 {
    font-size: 20px !important;
    margin-bottom: 20px !important;
  }

  .fw-normal {
    font-size: 18px !important;
  }

  /* .margin-mobile {
    margin-top: 40px !important;
  } */

  .padding-mobile-1 {
    padding-right: 5px !important;
    padding-left: 5px !important;
    padding-top: 0px !important;
    padding-bottom: 5px !important;
  }
  .card-hei{
        min-height: auto;
    height: 40px !important;
  }

  .p-md {
    padding: 0 !important;
  }

  .sub-heading,
  .display-4,
  .display-6 {
    font-size: 24px !important;
  }

  .logo img {
    padding: 10px !important;
  }
}

.owl-carousel.with-carousel-dots .owl-nav [class*="owl-"] {
  background-color: #000 !important;
  color: #fff !important;
}

.grey-dot {
  width: 7px;
  height: 7px;
  background-color: #4E9FFF;
  border-radius: 50%;
  display: inline-block;
  margin-right: 5px;
}


.banner-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  text-align: center;
}



.accordion-item {
  border: none !important
}

.option input[type="radio"] {
  transform: scale(1.5);
  margin-right: 10px;
  margin-top: 10px;
}

.sub-text {
  font-size: 12px !important;
  color: #636363 !important;
  font-weight: 600 !important;
}

.sub-rate {
  font-size: 24px;
  font-weight: 800;
  line-height: 32px;
  color: #19213D;
}

.sub-month {
  font-size: 20px;
  font-weight: 800;
  line-height: 28px;
  color: #19213D;
}

.button-dark:hover {
  color: #FFF !important;
  background-color: #2C96FF !important;
}

.button-dark,
.rounded-face {
  color: #2C96FF !important;
  border: 2px solid #2C96FF !important;
}

.button-xlarge {
  background-color: #2C96FF !important;
  border: 2px solid #2C96FF !important;
}

.w-85 {
  width: 85% !important;
}

.img-round {
  border-radius: 35px !important;
}

.card-img {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
  border-radius: 0.25rem 0.25rem 0 0;
}

.card-hei {
  min-height: auto;
  height: 55px;
}

.investment-range {
  background-color: #ffffff !important;
  border-radius: 10px !important;
  border: 1px solid #c7c7c7;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.investment-range .content {
  flex: 1;
}

.font-clr {
  color: #2E054E !important;
}

.divider {
  --cnvs-divider-color: #b6babd;
}

.check-cat {
  border: 2px solid #2E054E;
}

.bg-cuimg {
  position: absolute;
  top: -202px;
  /* right: 176px; */
  bottom: 0px;
  width: 541px;
  background: url(../images/contact-us.png);
  background-size: cover;
  /* padding: 10% !important; */
  background-size: cover;
  background-position: center;
  height: 404px;
}

.input-group-lg>.form-control {
  font-size: 1rem;
}

.button.button-xlarge {
  font-size: 1rem;
}

.fs-10 {
  font-size: 10px !important;
}


#stickyFooter {
  display: none;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 1000;
}

#stickyFooter.show {
  display: block;
}

@media (min-width: 768px) {
  #stickyFooter {
      display: none !important;
  }
}

.sticky-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #F5F5F5 !important;
  color: #fff;
  z-index: 1030;
  padding: 10px 0;
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
}

.bg-no-color-btn:hover{
  color: #000 !important;

}



.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;
}

/* 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; }

}


.popupformmodel 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");

}

