.practice-practice {
  gap: var(--dl-space-space-oneandhalfunits);
  display: flex;
  position: relative;
  align-items: flex-start;
  padding-top: var(--dl-space-space-threeunits);
  border-color: #B4B9C6;
  flex-direction: column;
  border-top-width: 1px;
}
.practice-heading {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.practice-header {
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
}
@media(max-width: 767px) {
  .practice-practice {
    padding-top: var(--dl-space-space-oneandhalfunits);
  }
  .practice-header {
    font-size: 20px;
    line-height: 24px;
  }
}

.features1-section {
  position: relative;
}
.features1-heading {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-items: center;
  flex-direction: row;
}
.features1-header {
  color: rgb(86 92 89);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
}
.features1-text {
  color: rgb(86 92 89);
  width: 100%;
  max-width: 300px;
  line-height: 24px;
}
.features1-divider {
  border: 2px dashed rgba(120, 120, 120, 0.4);
  display: none;
}

@media(max-width: 991px) {
  .features1-section {
    border-right-width: 0px;
  }
  .features1-divider {
    width: 80px;
    height: 1px;
    display: flex;
    border-color: #ffffff;
    border-width: 0px;
    background-color: #ffffff;
  }
}
@media(max-width: 767px) {
  .features1-header {
    font-size: 20px;
    line-height: 24px;
  }
  .features1-text {
    font-size: 14px;
    line-height: 21px;
  }
}
@media(max-width: 479px) {
  .features1-root-class-name {
    align-self: flex-start;
  }
}

.testimonial-card3-testimonial-card {
  display: flex;
  padding: var(--dl-space-space-twounits);
  max-width: var(--dl-size-size-maxwidth);
  align-items: center;
  flex-direction: column;
}
.testimonial-card3-icon {
  width: var(--dl-size-size-small);
  margin-bottom: var(--dl-space-space-twounits);
}
.testimonial-card3-testimonial {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.testimonial-card3-text {
  color: var(--dl-color-gray-500);
  font-size: 1.25rem;
  text-align: center;
  margin-bottom: var(--dl-space-space-threeunits);
}
.testimonial-card3-image {
  width: 60px;
  height: 60px;
  object-fit: cover;
  flex-shrink: 0;
  border-radius: var(--dl-radius-radius-round);
  margin-bottom: var(--dl-space-space-halfunit);
}
.testimonial-card3-text1 {
  font-size: 1.5rem;
  font-weight: 300;
}
@media(max-width: 767px) {
  .testimonial-card3-icon {
    height: var(--dl-size-size-small);
  }
}
@media(max-width: 479px) {
  .testimonial-card3-testimonial-card {
    padding-left: var(--dl-space-space-unit);
    padding-right: var(--dl-space-space-unit);
  }
}

.home-container {
  width: 100%;
  display: flex;
  overflow: auto;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
  scroll-behavior: smooth;
}
.home-modal {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  display: none;
  z-index: 200;
  position: fixed;
  align-items: center;
  padding-left: var(--dl-space-space-fiveunits);
  padding-right: var(--dl-space-space-fiveunits);
  flex-direction: column;
  backdrop-filter: blur(4px);
  justify-content: center;
}
.home-practices {
  display: flex;
  padding: var(--dl-space-space-oneandhalfunits);
  box-shadow: 0px 0px 25px -2px rgba(66, 68, 90, 0.4);
  align-items: center;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  background-color: #ffffff;
}
.home-heading {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: row;
  padding-bottom: var(--dl-space-space-oneandhalfunits);
  justify-content: space-between;
}
.home-header {
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
}
.home-close {
  width: 24px;
  cursor: pointer;
  height: 24px;
  transition: 0.3s;
}
.home-close:hover {
  opacity: 0.9;
}
.home-grid {
  gap: var(--dl-space-space-threeunits);
  flex: 1;
  display: grid;
  align-items: flex-start;
  flex-direction: column;
  grid-template-columns: repeat(2, 1fr);
}
.home-section {
  gap: var(--dl-space-space-oneandhalfunits);
  display: flex;
  align-items: flex-start;
  padding-top: var(--dl-space-space-threeunits);
  border-color: #B4B9C6;
  flex-direction: column;
  border-top-width: 1px;
}
.home-heading01 {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.home-header01 {
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
}
.home-caption {
  max-width: 385px;
  line-height: 24px;
}
.home-text {
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
.home-image {
  width: 12px;
  object-fit: cover;
}
.home-section1 {
  gap: var(--dl-space-space-oneandhalfunits);
  display: flex;
  align-items: flex-start;
  padding-top: var(--dl-space-space-threeunits);
  border-color: #B4B9C6;
  flex-direction: column;
  border-top-width: 1px;
}
.home-heading02 {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.home-header02 {
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
}
.home-caption1 {
  max-width: 385px;
  line-height: 24px;
}
.home-text01 {
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
.home-image01 {
  width: 12px;
  object-fit: cover;
}
.home-section2 {
  gap: var(--dl-space-space-oneandhalfunits);
  display: flex;
  align-items: flex-start;
  padding-top: var(--dl-space-space-threeunits);
  border-color: #B4B9C6;
  flex-direction: column;
  border-top-width: 1px;
}
.home-heading03 {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.home-header03 {
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
}
.home-caption2 {
  max-width: 385px;
  line-height: 24px;
}
.home-text02 {
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
.home-image02 {
  width: 12px;
  object-fit: cover;
}
.home-section3 {
  gap: var(--dl-space-space-oneandhalfunits);
  display: flex;
  align-items: flex-start;
  padding-top: var(--dl-space-space-threeunits);
  border-color: #B4B9C6;
  flex-direction: column;
  border-top-width: 1px;
}
.home-heading04 {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.home-header04 {
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
}
.home-caption3 {
  max-width: 385px;
  line-height: 24px;
}
.home-text03 {
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
.home-image03 {
  width: 12px;
  object-fit: cover;
}
.home-section4 {
  gap: var(--dl-space-space-oneandhalfunits);
  display: flex;
  align-items: flex-start;
  padding-top: var(--dl-space-space-threeunits);
  border-color: #B4B9C6;
  flex-direction: column;
  border-top-width: 1px;
}
.home-heading05 {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.home-header05 {
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
}
.home-caption4 {
  max-width: 385px;
  line-height: 24px;
}
.home-text04 {
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
.home-image04 {
  width: 12px;
  object-fit: cover;
}
.home-section5 {
  gap: var(--dl-space-space-oneandhalfunits);
  display: flex;
  align-items: flex-start;
  padding-top: var(--dl-space-space-threeunits);
  border-color: #B4B9C6;
  flex-direction: column;
  border-top-width: 1px;
}
.home-heading06 {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.home-header06 {
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
}
.home-caption5 {
  max-width: 385px;
  line-height: 24px;
}
.home-text05 {
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
.home-image05 {
  width: 12px;
  object-fit: cover;
}
.home-hero {
  width: 100%;
  /* height: 100vh; */
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: column;
}
.home-navbar {
  width: 100%;
  display: flex;
  z-index: 100;
  max-width: 1440px;
  align-items: center;
  padding-top: var(--dl-space-space-oneandhalfunits);
  padding-left: var(--dl-space-space-fiveunits);
  padding-right: var(--dl-space-space-fiveunits);
  padding-bottom: var(--dl-space-space-oneandhalfunits);
  justify-content: space-between;
}
.home-text06 {
  color: var(--dl-color-gray-black);
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
}
.home-left {
  gap: var(--dl-space-space-twounits);
  display: flex;
  align-items: center;
  justify-content: left;
  font-size:20px
}
.home-links {
  gap: var(--dl-space-space-oneandhalfunits);
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-link {
  cursor: pointer;
  font-style: normal;
  transition: 0.3s;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}
.home-link:hover {
  opacity: 0.9;
}
.home-link01 {
  cursor: pointer;
  font-style: normal;
  transition: 0.3s;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}
.home-link01:hover {
  opacity: 0.9;
}
.home-link02 {
  cursor: pointer;
  font-style: normal;
  transition: 0.3s;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}
.home-link02:hover {
  opacity: 0.9;
}
.home-right {
  gap: var(--dl-space-space-oneandhalfunits);
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
.home-phone {
  gap: var(--dl-space-space-halfunit);
  cursor: pointer;
  display: flex;
  align-items: center;
  border-width: 0px;
  flex-direction: row;
  justify-content: center;
}
.home-image06 {
  width: 18px;
  object-fit: cover;
}
.home-text07 {
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
.home-social-whatsapp {
  width: 60px;
  object-fit: cover;
  text-decoration: none;
}
.home-social-instagram2 {
  width: 60px;
  object-fit: cover;
  text-decoration: none
  ;
}
.home-social-instagram1 {
  display: contents;
}
.home-burger-menu {
  display: none;
  align-items: center;
  justify-content: center;
}
.home-icon1 {
  width: var(--dl-size-size-xsmall);
  height: var(--dl-size-size-xsmall);
}
.home-mobile-menu {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  display: none;
  padding: 32px;
  z-index: 1000;
  position: fixed;
  flex-direction: column;
  justify-content: space-between;
  background-color: #fff;
}
.home-nav {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.home-container01 {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-space-space-threeunits);
  justify-content: space-between;
}
.home-menu-close {
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-icon3 {
  width: var(--dl-size-size-xsmall);
  height: var(--dl-size-size-xsmall);
}
.home-nav1 {
  flex: 0 0 auto;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.home-link04 {
  margin-bottom: var(--dl-space-space-unit);
  text-decoration: none;
}
.home-link05 {
  margin-bottom: var(--dl-space-space-unit);
  text-decoration: none;
}
.home-link06 {
  margin-bottom: var(--dl-space-space-unit);
  text-decoration: none;
}
.home-image08 {
  width: 24px;
  object-fit: cover;
  text-decoration: none;
  background-color: var(--dl-color-gray-black);
}
.home-main {
  flex: 1;
  width: 100%;
  display: flex;
  z-index: 100;
  max-width: 1440px;
  align-items: stretch;
  padding-left: var(--dl-space-space-fiveunits);
  flex-direction: row;
  justify-content: space-between;
}
.home-content {
  gap: var(--dl-space-space-threeunits);
  display: flex;
  align-items: flex-start;
  padding-top: var(--dl-space-space-oneandhalfunits);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-oneandhalfunits);
  justify-content: center;
}
.home-heading07 {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
.home-header07 {
  color: var(--dl-color-gray-black);
  width: 100%;
  font-size: 62px;
  max-width: 750px;
  font-style: normal;
  font-weight: 600;
  line-height: 74px;
}
.home-caption6 {
  width: 100%;
  font-size: 18px;
  max-width: 600px;
  line-height: 27px;
}
.home-text10 {
  font-size: 18px;
  line-height: 27px;
}
.home-text13 {
  font-size: 18px;
  line-height: 27px;
}
.home-text16 {
  font-size: 18px;
  line-height: 27px;
}
/* .home-image09 {
  flex: 1;
  display: flex;
  align-items: flex-end;
  padding-right: var(--dl-space-space-fiveunits);
  flex-direction: row;
  justify-content: center; */
}
.home-image10 {
  flex-direction: row;
  display: flex;
  width: 539px;
  height: 682px;
  object-fit: cover;
  object-fit: scale-down; 
  max-width: 100%;
}
.home-background {
  right: 0px;
  width: 37%;
  bottom: 0px;
  height: 100%;
  display: flex;
  position: absolute;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-end;
  background-color: #D0F4FD;
}
.home-features {
  gap: 120px;
  width: 100%;
  display: flex;
  max-width: 100%;
  align-items: center;
  padding-top: 120px;
  padding-left: var(--dl-space-space-fiveunits);
  padding-right: var(--dl-space-space-fiveunits);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-fiveunits);
  background-color: rgba(144, 247, 198, 0.31);
}
.home-section6 {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: space-between;
}
.home-content1 {
  gap: var(--dl-space-space-oneandhalfunits);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
.home-header08 {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
.home-heading08 {
  font-size: 56px;
  max-width: 600px;
  font-style: normal;
  font-weight: 600;
}
.home-capton {
  width: 665px;
  font-size: 18px;
  max-width: 600px;
  line-height: 27px;
}
.home-image11 {
  width: 666px;
  height: 517px;
  object-fit: cover;
}
.home-section7 {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
.home-content2 {
  gap: var(--dl-space-space-oneandhalfunits);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
.home-header09 {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
.home-heading09 {
  font-size: 56px;
  max-width: 600px;
  font-style: normal;
  font-weight: 600;
}
.home-capton1 {
  font-size: 18px;
  max-width: 600px;
  line-height: 27px;
}
.home-text19 {
  font-size: 18px;
  line-height: 27px;
}
.home-image12 {
  width: 50%;
  height: 523px;
  object-fit: cover;
}
.home-practices1 {
  gap: var(--dl-space-space-threeunits);
  width: 100%;
  max-width: 100%;
  align-items: flex-start;
  padding-top: 120px;
  padding-left: var(--dl-space-space-fiveunits);
  padding-right: 120px;
  flex-direction: row;
  padding-bottom: 120px;
  background-color: var(--dl-color-primary-300);
}
.home-heading10 {
  gap: var(--dl-space-space-oneandhalfunits);
  color: var(--dl-color-gray-white);
  display: flex;
  /* align-items: flex-start; */
  flex-direction: column;
  text-align: center;
}
.home-text23 {
  font-size: 52px;
  font-style: normal;
  text-align: center;
  font-weight: 600;
}
.home-text24 {
  font-size: 18px;
  text-align: center;
  line-height: 27px;
}
.home-content3 {
  gap: var(--dl-space-space-fourunits);
  color: var(--dl-color-gray-white);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.home-grid1 {
  gap: var(--dl-space-space-threeunits);
  flex: 1;
  /* display: grid; */
  align-items: flex-start;
  flex-direction: column;
  grid-template-columns: repeat(2, 1fr);
}
.home-practice-wrapper {
  text-decoration: none;
}
.home-practice-wrapper01 {
  text-decoration: none;
}
.home-practice-wrapper02 {
  text-decoration: none;
}
.home-practice-wrapper03 {
  text-decoration: none;
}
.home-practice-wrapper04 {
  text-decoration: none;
}
.home-practice-wrapper05 {
  text-decoration: none;
}
.home-practice-wrapper06 {
  text-decoration: none;
}
.home-practice-wrapper07 {
  text-decoration: none;
}
.home-practice-wrapper08 {
  text-decoration: none;
}
.home-practice-wrapper09 {
  text-decoration: none;
}
.home-practice-wrapper10 {
  text-decoration: none;
}
.home-practice-wrapper11 {
  text-decoration: none;
}
.home-practice-wrapper12 {
  text-decoration: none;
}
.home-practice-wrapper13 {
  text-decoration: none;
}
.home-practice-wrapper14 {
  text-decoration: none;
}
.home-practice-wrapper15 {
  text-decoration: none;
}
.home-practice-wrapper16 {
  text-decoration: none;
}
.home-practice-wrapper17 {
  text-decoration: none;
}
.home-practice-wrapper18 {
  text-decoration: none;
}
.home-practice-wrapper19 {
  text-decoration: none;
}
.home-practice-wrapper20 {
  text-decoration: none;
}
.home-practice-wrapper21 {
  text-decoration: none;
}
.home-features1 {
  width: 100%;
  display: flex;
  z-index: 100;
  position: relative;
  align-self: flex-end;
  align-items: stretch;
  padding-top: var(--dl-space-space-fiveunits);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-fiveunits);
  justify-content: center;
  background-color: var(--dl-color-primary-100);
}
.home-heading11 {
  color: rgb(86 92 89);
  font-size: 56px;
  max-width: auto;
  align-self: center;
  font-style: normal;
  text-align: center;
  font-weight: 600;
  padding-bottom: var(--dl-space-space-twounits);
}
.home-content4 {
  gap: var(--dl-space-space-threeunits);
  flex: 1;
  width: 1200px;
  display: flex;
  max-width: 1440px;
  align-self: center;
  align-items: stretch;
  padding-left: var(--dl-space-space-fiveunits);
  padding-right: var(--dl-space-space-fiveunits);
  flex-direction: row;
  justify-content: center;
}
.home-heading12 {
  color: var(--dl-color-gray-white);
  display: none;
  font-size: 56px;
  max-width: auto;
  align-self: center;
  font-style: normal;
  text-align: center;
  font-weight: 600;
  padding-bottom: var(--dl-space-space-twounits);
}
.home-container02 {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  padding: 60px 60px 60px 60px;
  align-items: flex-start;
  background-color: var(--dl-color-gray-black);
}
.home-header10 {
  gap: var(--dl-space-space-unit);
  width: 100%;
  display: flex;
  align-self: center;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
.home-heading13 {
  color: var(--dl-color-gray-white);
  font-size: 56px;
  max-width: auto;
  align-self: center;
  font-style: normal;
  font-weight: 600;
}
.home-capton2 {
  color: var(--dl-color-gray-white);
  width: 100%;
  max-width: 100%;
  line-height: 27px;
  font-size: 18px;
}
/* .home-text29 {
  line-height: 70px;
} */
.home-testimonial {
  width: 100%;
  display: flex;
  padding: var(--dl-space-space-threeunits);
  max-width: var(--dl-size-size-maxwidth);
  align-items: center;
  flex-direction: column;
}
.home-text31 {
  color: var(--dl-color-gray-black);
  font-size: 3rem;
}
.home-container03 {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
}
.home-link08 {
  color: var(--dl-color-primary-300);
  font-style: normal;
  font-weight: 700;
  padding-top: var(--dl-space-space-threeunits);
  text-decoration: underline;
}
.home-book {
  gap: var(--dl-space-space-fiveunits);
  width: 100%;
  height: 824px;
  display: flex;
  max-width: 1440px;
  align-items: center;
  padding-top: 120px;
  padding-left: var(--dl-space-space-fiveunits);
  padding-right: var(--dl-space-space-fiveunits);
  flex-direction: column;
  padding-bottom: 120px;
  justify-content: center;
}
.home-section8 {
  width: 100%;
  height: 776px;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
.home-content5 {
  gap: var(--dl-space-space-oneandhalfunits);
  display: flex;
  align-items: normal;
  flex-direction: column;
  justify-content: flex-start;
}
.home-heading14 {
  gap: var(--dl-space-space-oneandhalfunits);
  display: flex;
  align-items: center;
  flex-direction: column;
}
.home-text34 {
  font-size: 56px;
  max-width: 600px;
  font-style: normal;
  text-align: center;
  font-weight: 600;
}

.home-content-map {
  font-size: 16px;
  max-width: 600px;
  font-style: normal;
  text-align: center;
  font-weight: 600;
}

.home-form {
  gap: var(--dl-space-space-fourunits);
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.home-inputs {
  gap: var(--dl-space-space-twounits);
  width: 100%;
  display: flex;
  max-width: 600px;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.home-date {
  width: 100%;
  display: flex;
  align-items: flex-end;
  flex-direction: row;
  justify-content: center;
}
.home-image13 {
  width: 20px;
  object-fit: cover;
  border-color: #B4B9C6;
  padding-bottom: var(--dl-space-space-unit);
  border-bottom-width: 1px;
}
.home-lower {
  gap: var(--dl-space-space-twounits);
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
.home-button {
  gap: var(--dl-space-space-oneandhalfunits);
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
.home-book1 {
  width: 100%;
}
.home-text36 {
  color: var(--dl-color-gray-white);
  font-size: 10px;
  max-width: 700px;
  text-align: left;
  line-height: 15px;
}
.home-text38 {
  font-style: normal;
  font-weight: 600;
}
.home-text40 {
  font-style: normal;
  font-weight: 600;
}
.home-content6 {
  gap: var(--dl-space-space-oneandhalfunits);
  /* width: 490px; */
  /* height: 454px; */ */ */
  max-width: 401px; */
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
}
.home-iframe {
  width: 400px;
  height: 400px;
}
.home-footer {
  width: 100%;
  display: flex;
  box-shadow: 5px 5px 10px 0px #d4d4d4;
  align-items: center;
  padding-top: var(--dl-space-space-twounits);
  padding-left: var(--dl-space-space-threeunits);
  padding-right: var(--dl-space-space-threeunits);
  padding-bottom: var(--dl-space-space-twounits);
  justify-content: space-around;
  background-color: #000000;
}
.home-text42 {
  color: rgb(255, 255, 255);
  background-color: rgba(217, 217, 217, 0);
}
.home-text43 {
  color: rgb(255, 255, 255);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px;
}
.home-social2 {
  text-decoration: none;
  float: left;
}
.home-image14 {
  width: 24px;
  object-fit: cover;
}
.home-container05 {
  display: contents;
}
.home-container07 {
  display: contents;
}
.home-container09 {
  display: contents;
}
.home-container10 {
  right: 1em;
  bottom: 100px;
  margin: auto;
  padding: var(--dl-space-space-fiveunits);
  z-index: 10000;
  position: fixed;
  align-self: flex-end;
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  
}
.home-container11 {
  display: inline-grid;
  float: right;
}

.home-container11:hover {
  opacity: 0.5;
}

@media(max-width: 991px) {
  .home-hero {
    flex: 1;
    /* height: 0px; */
  }
  .home-navbar {
    z-index: 1000;
  }
  .home-links {
    display: none;
  }
  .home-right {
    display: none;
  }
  .home-burger-menu {
    display: flex;
    padding: var(--dl-space-space-unit);
    border-radius: var(--dl-radius-radius-round);
    background-color: #2461FF;
  }
  .home-icon1 {
    fill: white;
  }
  .home-container01 {
    width: 921px;
    height: 34px;
  }
  .home-text08 {
    font-style: normal;
    font-weight: 700;
  }
  .home-main {
    flex-direction: column;
  }
  .home-content {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .home-header07 {
    max-width: 75%;
  }
  .home-caption6 {
    max-width: 75%;
  }
  .home-text09 {
    max-width: 75%;
  }
  .home-text11 {
    max-width: 75%;
  }
  .home-text12 {
    max-width: 75%;
  }
  .home-text14 {
    max-width: 75%;
  }
  .home-text15 {
    max-width: 75%;
  }
  .home-text17 {
    max-width: 75%;
  }
  .home-image09 {
    flex: 0 0 auto;
    align-items: flex-end;
    padding-right: var(--dl-space-space-twounits);
    justify-content: flex-end;
  }
  .home-background {
    left: 0px;
    width: 100%;
    bottom: 0px;
    height: 55%;
    position: absolute;
    justify-content: flex-end;
  }
  .home-features {
    gap: var(--dl-space-space-threeunits);
  }
  .home-section6 {
    gap: var(--dl-space-space-twounits);
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
  }
  .home-image11 {
    width: 100%;
  }
  .home-section7 {
    gap: var(--dl-space-space-twounits);
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
  }
  .home-image12 {
    width: 100%;
  }
  .home-practices1 {
    flex-direction: column;
  }
  .home-features1 {
    padding-top: var(--dl-space-space-fourunits);
    flex-direction: row;
    padding-bottom: var(--dl-space-space-fourunits);
  }
  .home-heading11 {
    display: none;
  }
  .home-content4 {
    flex-direction: column;
  }
  .home-heading12 {
    display: flex;
  }
  .home-text31 {
    text-align: center;
  }
  .home-container03 {
    flex-direction: column;
  }
  .home-section8 {
    gap: var(--dl-space-space-twounits);
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
  }
}
@media(max-width: 767px) {
  .home-navbar {
    padding-left: var(--dl-space-space-oneandhalfunits);
    padding-right: var(--dl-space-space-oneandhalfunits);
    padding-bottom: var(--dl-space-space-unit);
  }
  .home-burger-menu {
    display: flex;
  }
  .home-main {
    gap: var(--dl-space-space-threeunits);
    align-items: flex-end;
    padding-left: var(--dl-space-space-oneandhalfunits);
    justify-content: center;
  }
  .home-header07 {
    font-size: 32px;
    max-width: 70%;
    line-height: 38px;
  }
  .home-caption6 {
    font-size: 16px;
    max-width: 70%;
    line-height: 24px;
  }
  .home-text09 {
    font-size: 16px;
    max-width: 70%;
    line-height: 24px;
  }
  .home-text11 {
    font-size: 16px;
    max-width: 70%;
    line-height: 24px;
  }
  .home-text12 {
    font-size: 16px;
    max-width: 70%;
    line-height: 24px;
  }
  .home-text14 {
    font-size: 16px;
    max-width: 70%;
    line-height: 24px;
  }
  .home-text15 {
    font-size: 16px;
    max-width: 70%;
    line-height: 24px;
  }
  .home-text17 {
    font-size: 16px;
    max-width: 70%;
    line-height: 24px;
  }
  .home-features {
    padding-top: var(--dl-space-space-fourunits);
    padding-left: var(--dl-space-space-oneandhalfunits);
    padding-right: var(--dl-space-space-oneandhalfunits);
    padding-bottom: var(--dl-space-space-fourunits);
  }
  .home-heading08 {
    font-size: 30px;
    line-height: 36px;
  }
  .home-capton {
    font-size: 14px;
    max-width: 80%;
    line-height: 21px;
  }
  .home-heading09 {
    font-size: 30px;
    line-height: 36px;
  }
  .home-capton1 {
    font-size: 14px;
    max-width: 90%;
    line-height: 21px;
  }
  .home-text20 {
    font-size: 14px;
    max-width: 80%;
    line-height: 21px;
  }
  .home-text22 {
    font-size: 14px;
    max-width: 80%;
    line-height: 21px;
  }
  .home-practices1 {
    padding-top: var(--dl-space-space-fourunits);
    padding-left: var(--dl-space-space-oneandhalfunits);
    padding-right: var(--dl-space-space-oneandhalfunits);
    padding-bottom: var(--dl-space-space-fourunits);
  }
  .home-heading10 {
    gap: var(--dl-space-space-unit);
  }
  .home-text23 {
    font-size: 30px;
    line-height: 36px;
  }
  .home-text24 {
    font-size: 14px;
    line-height: 21px;
    max-width: 100%;
  }
  .home-text25 {
    font-size: 14px;
    line-height: 21px;
  }
  .home-text26 {
    font-size: 14px;
    line-height: 21px;
  }
  .home-text28 {
    font-size: 14px;
    line-height: 21px;
  }
  .home-content3 {
    gap: var(--dl-space-space-threeunits);
    width: 100%;
  }
  .home-grid1 {
    gap: var(--dl-space-space-twounits);
    width: 100%;
    grid-template-columns: repeat(1, 1fr);
  }
  .home-heading11 {
    display: none;
    font-size: 30px;
    line-height: 36px;
  }
  .home-content4 {
    padding-left: var(--dl-space-space-oneandhalfunits);
    padding-right: var(--dl-space-space-oneandhalfunits);
  }
  .home-heading12 {
    display: flex;
    font-size: 30px;
    line-height: 36px;
  }
  .home-heading13 {
    font-size: 30px;
    line-height: 36px;
  }
  .home-capton2 {
    /* font-size: 14px; */
    width: 100%;
    max-width: 300px;
    line-height: 24px;
    text-align: center;
  }
  .home-testimonial {
    padding-left: var(--dl-space-space-twounits);
    padding-right: var(--dl-space-space-twounits);
  }
  .home-book {
    gap: var(--dl-space-space-twounits);
    padding-top: var(--dl-space-space-fourunits);
    padding-left: var(--dl-space-space-oneandhalfunits);
    padding-right: var(--dl-space-space-oneandhalfunits);
    padding-bottom: var(--dl-space-space-fourunits);
  }
  .home-heading14 {
    gap: var(--dl-space-space-unit);
  }
  .home-text34 {
    font-size: 24px;
  }
  
  .home-content-map {
    font-size: 24px;
  }
  .home-form {
    gap: var(--dl-space-space-threeunits);
  }
  .home-inputs {
    gap: var(--dl-space-space-oneandhalfunits);
  }
  .home-footer {
    padding-left: var(--dl-space-space-twounits);
    padding-right: var(--dl-space-space-twounits);
  }
  .home-text42 {
    text-align: center;
    margin-left: var(--dl-space-space-unit);
    margin-right: var(--dl-space-space-unit);
  }
  .home-text43 {
    font-size: 12px;
    line-height: 18px;
  }
}
@media(max-width: 479px) {
  .home-navbar {
    padding: var(--dl-space-space-unit);
  }
  .home-mobile-menu {
    padding: 16px;
  }
  .home-container01 {
    width: 360;
    height: 32px;
  }
  .home-text08 {
    font-style: normal;
    font-weight: 700;
  }
  .home-content {
    padding-right: var(--dl-space-space-oneandhalfunits);
  }
  .home-header07 {
    max-width: 80%;
  }
  .home-caption6 {
    max-width: 100%;
  }
  .home-text09 {
    max-width: 100%;
  }
  .home-text11 {
    max-width: 100%;
  }
  .home-text12 {
    max-width: 100%;
  }
  .home-text14 {
    max-width: 100%;
  }
  .home-text15 {
    max-width: 100%;
  }
  .home-text17 {
    max-width: 100%;
  }
  .home-image10 {
    max-width: 100%;
  }
  .home-background {
    height: 571px;
  }
  .home-content1 {
    width: 337px;
  }
  .home-header08 {
    width: 356px;
    margin-right: 0px;
  }
  .home-heading08 {
    width: 343px;
    font-size: 28px;
    text-align: left;
    line-height: 36px;
    margin-right: var(--dl-space-space-unit);
  }
  .home-capton {
    width: 478px;
  }
  .home-image11 {
    align-self: center;
  }
  .home-header09 {
    width: 360px;
  }
  .home-heading09 {
    width: 344px;
    font-size: 29px;
    align-self: flex-start;
    font-style: normal;
    text-align: left;
    font-weight: 600;
    line-height: 36px;
  }
  .home-capton1 {
    width: 390px;
  }
  .home-text24 {
    width: 364px;
    font-size: 14px;
    line-height: 21px;
  }
  .home-text25 {
    font-size: 14px;
    line-height: 21px;
  }
  .home-text26 {
    font-size: 14px;
    line-height: 21px;
  }
  .home-text27 {
    font-size: 18px;
    line-height: 27px;
  }
  .home-text28 {
    font-size: 14px;
    line-height: 21px;
  }
  .home-features1 {
    height: 824px;
    margin-top: 0px;
  }
  .home-heading11 {
    display: none;
    font-size: 29px;
    align-self: flex-start;
    font-style: normal;
    text-align: left;
    font-weight: 600;
    line-height: 36px;
  }
  .home-content4 {
    width: 478px;
    height: 740px;
    align-self: center;
    align-items: center;
  }
  .home-heading12 {
    font-size: 29px;
    align-self: flex-start;
    font-style: normal;
    text-align: left;
    font-weight: 600;
    line-height: 36px;
  }
  .home-heading13 {
    font-size: 29px;
    align-self: flex-start;
    font-style: normal;
    text-align: left;
    font-weight: 600;
    line-height: 36px;
  }
  .home-testimonial {
    padding-top: var(--dl-space-space-twounits);
    padding-left: var(--dl-space-space-unit);
    padding-right: var(--dl-space-space-unit);
    padding-bottom: var(--dl-space-space-twounits);
  }
  .home-book {
    height: 1053px;
    padding-top: 35px;
    padding-left: var(--dl-space-space-halfunit);
    padding-right: var(--dl-space-space-halfunit);
  }
  .home-section8 {
    height: 966px;
  }
  .home-heading14 {
    align-self: center;
  }
  .home-text34 {
    align-self: center;
    text-align: center;
  }
  .home-content-map {
    align-self: center;
    text-align: center;
  }
  

  .home-text36 {
    color: var(--dl-color-gray-white);
    font-size: 10px;
    line-height: 15px;
  }
  .home-text38 {
    font-style: normal;
    font-weight: 600;
  }
  .home-text40 {
    font-style: normal;
    font-weight: 600;
  }
  /* .home-content6 {
    width: 380;
  } */
  .home-iframe {
    width: 380px;
  }
  .home-footer {
    padding: var(--dl-space-space-unit);
    flex-direction: column;
  }
  .home-text42 {
    color: rgb(255, 255, 255);
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: var(--dl-space-space-unit);
    background-color: rgba(217, 217, 217, 0);
  }
  /* .home-container10 {
    width: 60px;
  } */
}

.two-column-list {
  font-size: 20px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.two-column-list li {

  padding: 5px;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}