svg {
  flex-shrink: 0;
}

.lead-form {
  padding: 0 2rem;
}

.home-slider-section .swiper .swiper-slide .slider-contents h3 {
  font-family: "Raleway", sans-serif !important;
  letter-spacing: -2px;
}
.text-content-wrapper {
  line-height: 1.6;
  
}
.text-content-wrapper ul{
  display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}
.bg-contain {
  background-size: contain;
}
.home-slider-section .swiper .swiper-slide:nth-child(2n) {
  background-color: #e5f3f4;
}
@media screen and (min-width: 992px) {
  .home-slider-section .swiper .swiper-slide .slider-contents .content-area {
    position: relative;
    z-index: 4;
  }
  .footer-items-bottom .social-container {
    margin: 0;
  }
}

@media screen and (min-width: 992px) and (max-width: 1440px) {
  body {
    font-size: 14px !important;
  }
  .container {
    width: 100%;
    max-width: 1200px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
  }
}

@media screen and (max-width: 992px) {
  .about-section .container .about-area .text-area {
    max-width: 100%;
  }
  .home-slider-section {
    min-height: calc(750px - var(--header-height));
  }
  .home-slider-section .swiper .swiper-slide .slider-contents img {
    height: auto;
    object-position: 0 !important;
  }
  .home-slider-section .swiper .swiper-slide .slider-contents .content-area {
    /* bottom: 50px; */
  }
  .home-slider-section .swiper .swiper-slide .slider-contents p br {
    display: none;
  }
  .social-container {
    margin: 0 auto;
    margin-bottom: 2rem;
  }
  .footer .container {
    flex-direction: column-reverse;
  }
}
.footer-items-bottom .container {
  justify-content: space-between;
  align-items: center;
}

.footer-menu {
  margin-bottom: 1rem;
}
td {
  padding: 0.5rem;
}
.pointer{
  cursor: pointer;
}
.social-container a{
  padding: .5rem;
  background-color: #F0F0F0;
  border-radius: 5px;
  width: 23px;
  height: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
}