@font-face {
  font-family: 'Metropolis Medium';
  src: url('../font/Metropolis-Medium.eot');
  src: url('../font/Metropolis-Medium.eot?#iefix') format('embedded-opentype'),
    url('../font/Metropolis-Medium.woff2') format('woff2'),
    url('../font/Metropolis-Medium.woff') format('woff'),
    url('../font/Metropolis-Medium.svg#Metropolis-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-00FE;
}


@font-face {
  font-family: 'Metropolis';
  src: url('../font/Metropolis-Regular.eot');
  src: url('../font/Metropolis-Regular.eot?#iefix') format('embedded-opentype'),
    url('../font/Metropolis-Regular.woff2') format('woff2'),
    url('../font/Metropolis-Regular.woff') format('woff'),
    url('../font/Metropolis-Regular.svg#Metropolis-Regular') format('svg');
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-00FE;
}

@font-face {
  font-family: 'Metropolis';
  src: url('../font/Metropolis Bold.eot');
  src: url('../font/Metropolis Bold.eot?#iefix') format('embedded-opentype'),
    url('../font/Metropolis Bold.woff2') format('woff2'),
    url('../font/Metropolis Bold.woff') format('woff'),
    url('../font/Metropolis Bold.svg#Metropolis Bold') format('svg');
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-00FE;
}

body {
  font-family: 'Metropolis';
}

html {
  scroll-behavior: smooth;
}

@keyframes scaleUp {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(0.95);
  }

  100% {
    transform: scale(1);
  }
}

.animate-scaleUp {
  animation: scaleUp 0.3s ease-in-out;
}




.video .icon {
  transform: translate(-50%, -50%);
}

.banner .icon {
  transform: translate(-50%, -50%);
}

header nav a::after,
header nav a::before {
  transform: translate(0, -50%);
}

.blog-slider button {
  width: fit-content;
}

.blog-slider p {
  background: linear-gradient(to right, #e60857 0%, #e60857 0%, #e60857 50%, #ea32732b 100%);
  color: #fff;
}

.loader {
  width: 30px;
  margin: auto;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 4px solid #f5f6f7;
  border-right-color: rgb(165, 163, 163);
  animation: l2 1s infinite linear;
}


.stellarnav {
  width: auto;
}

.stellarnav>ul>li>a {
    padding: 6px 16px;
    color: #000;
}
.stellarnav>ul>li>a.active{
  color: #f20155;
}

footer .menu li a.active{
  color: #ffffff8f;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  background: #fff;
  box-shadow: 0 0 10px #000;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  font-size: 23px;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
}

.ph-desktop {
  display: none;
}

footer ul li a:hover {
    color: #ffffff8f;
}

.home-contact ul li a:hover {
    color: #ffffff8f;
}

header nav ul li a:hover {
    color: #e60857;
}

@media only screen and (max-width: 1024px) {
 header .ph-desktop .btn-button {
    border: 1px solid #fff !important;
    margin-top: 11px;
    margin-left: 14px;
}

header .phone-number {
    margin-top: 11px;
    align-items: center;
    margin-left: -13px;
}
header .phone-number p{
  display: none;
}

header .phone-number img {
    filter: brightness(0) invert(1);
    width: 70%;
}

  .phone-icon {
    display: none !important;
  }

  .ph-desktop {
    display: block;
  }

  #about .icon-image {
    width: 30%;
  }

  .banner h1 {
    font-size: 30px;
  }

  .banner p {
    font-size: 15px;
  }

  .video-wrap {
    max-width: 78%;
  }

  .stellarnav>ul>li>a {
    padding: 6px 20px;
    font-size: 16px;
  }

  .stellarnav.mobile ul {
    background: #a2cd43;
  }

  .stellarnav ul li a {
    color: #fff;
    font-weight: bold;
  }

  .stellarnav .icon-close:after,
  .stellarnav .icon-close:before {
    border-bottom: solid 3px #ffffff;
    width: 17px;
  }
}

@media only screen and (max-width: 991px) {
  #about .icon-image {
    width: 12%;
  }

  .partner-slider .swiper-slide {
    display: flex;
    justify-content: center;
  }

  .blog-slider2 img {
    height: 114px;
    object-fit: cover;
  }

 .blog-slider2 .swiper-button-next {
    bottom: 0;
    top: unset;
    left: 53%;
}

 .blog-slider2 .swiper-button-prev {
    bottom: 0;
    top: unset;
    right: 53%;
    left: unset;
}

  .blog-slider2 {
    padding-bottom: 48px;
  }

  .blog-slider .swiper-button-next {
    bottom: 0;
    top: unset;
    left: 57%;
  }

  .blog-slider .swiper-button-prev {
    bottom: 0;
    top: unset;
    right: 50%;
    left: unset;
  }

  .blog-slider {
    padding-bottom: 48px;
  }
}

@media only screen and (max-width: 820px) {
  .banner h1 {
    font-size: 27px;
  }

  #about .icon-image {
    width: 12%;
  }

  .swiper-button-next:after,
  .swiper-button-prev:after {
    background: #fff;
    box-shadow: 0 0 10px #000;
    width: 33px;
    height: 32px;
    border-radius: 50%;
    font-size: 16px;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
  }
}

@media only screen and (max-width: 768px) {
  .banner h2 {
    font-size: 18px;
  }

.banner .videoimage {
    width: 6rem;
    height: 6rem;
}
}

@media only screen and (max-width: 600px) {
  .blog-slider2 .swiper-button-next {
    bottom: 0;
    top: unset;
    left: 53%;
}

 .blog-slider2 .swiper-button-prev {
    bottom: 0;
    top: unset;
    right: 53%;
    left: unset;
}
  .home-contact ul li img {
    width: 2.5rem;
    height: 2.5rem;
    flex: 0 0 2.5rem;
  }

  .home-contact button {
    width: 100%;
  }

  .home-contact p {

    padding-bottom: 1.75rem;

  }

  footer h2 {
    margin-bottom: 11px !important;
    font-size: 18px;
  }

  .bottom-footer {
    text-align: center;
  }

  p {
    font-size: 14px !important;
  }

  .banner-form .form-wrap {
    padding-left: 10px;
    padding-right: 10px;
  }

  .banner-form button {
    width: 100%;
  }

  #about .icon-image {
    width: 31%;
  }

  #insurance-1 h2,
  #insurance-3 h2,
  #insurance-5 h2 {
    margin-top: 15px;
  }

  #insurance-2 h2,
  #insurance-4 h2,
  #insurance-6 h2 {
    margin-bottom: 15px;
  }

  .partner-slider .swiper-slide {
    display: flex;
    justify-content: center;
  }
}


.select2-container--default .select2-selection--single {
  background-color: transparent !important;
  border: 1px solid #fff;
  border-radius: 4px;
  height: 64px;
  display: flex;
  justify-content: start;
  align-items: center;
  padding-left: 9px;
  color: #fff;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #fff transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -9px;
  margin-top: 15px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #fff;
}

.banner-form .select2-container--default .select2-selection--single {
  border-color: #d9d9d9;
  height: 53px;
}

.banner-form .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #2a2929 !important;
  font-size: 12px;
}

/*  */
.text-danger {
  color: #dc2626 !important;
  font-size: 12px;
}

.blog-details a:hover {
  color: #f40057;
}

#about .box:last-child {
  margin-bottom: 0;
}

