@font-face {
  font-family: "lato";
  src: url("Lato-Regular.ttf");
  font-style: normal;
}

@font-face {
  font-family: "poppins";
  src: url("Poppins-Regular.ttf");
  font-style: normal;
}

body,
html {
  margin: 0;
  padding: 0;
  font-family: "poppins", Arial, sans-serif;
  overflow: hidden;
  height: 100%;
  /* --bs-body-font-family:"poppins", Arial, sans-serif; */
}



.nav-offer {
  border-bottom: 2px solid #052f20 !important;
}

.header {
  background-color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo {
  max-width: 200px;
  height: auto;
}

.allcontent {
  height: 100vh;
  background-image: url("https://artest.betalearnings.com/appointments/images/mainbg3.png");

  overflow: hidden;
}
.cancer {
  background-image: url("https://images.unsplash.com/photo-1631815589968-fdb09a223b1e?auto=format&fit=crop&q=80");
  height: 20px;
  width: 20px;
}
.bodycontent {
  max-width: 700px;
  width: 100%;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  margin: 0 auto;

  background: #fff;
  height: 100vh !important;
  overflow-y: auto;
  overflow-x: hidden;
}

.bodycontent::-webkit-scrollbar {
  width: 4px;

  background-color: #fff;
}

.bodycontent::-webkit-scrollbar-thumb {
  background: #919191;
  border-radius: "5px";
  max-height: 50% !important;
}

.firstheader {
  background-color: #188158;
  color: #fff;
}
.imagefirst {
  display: flex;
  justify-content: center;
  border-radius: 5px;

  /* width: 94%;
  max-width: 821px;
  height: 222px;
  border-radius: 1rem;
  display: flex;
  justify-content: center;
  border-radius: "5px ";
  margin-left: 17px; */
}

.cancer-img {
  border-radius: 11px;
  width: 90%;
}

.imagesecond {
  display: flex;
  justify-content: center;

  padding-bottom: 10px;
}
ul {
  list-style: none;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
  color: #333;
}
li {
  font-family: "Poppins", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #333;
  font-weight: bold;
}
.offerper {
  text-shadow: 0 1px 1px rgba(0,0,0,.3);
  color: #6d349f;
  line-height: 8px;
}

/* .offerTag {
  font-family: oswald, sans-serif;
  background: #6d349f;
  width: 80px;
  height: 80px;
  text-align: center;
  text-transform: uppercase;
  border-radius: 8px;
  color: #FFFFFF;
  text-shadow: 0 1px 1px rgba(0,0,0,.3);
  transform: rotate(-45deg);    
  display: flex;
  align-items: center;
} */
/* .offerper span{
  font-size: 26px;
  opacity: .9;
} */

/* .offerper{
  opacity: .9;
  display: inline-block;
  transform: rotate(44deg);
  line-height: 13px;
} */

/* .offerper small{
  font-size: 10px;
  text-decoration: none;
  line-height: normal;
} */

@media (max-width: 576px) {
  .bodycontent {
    width: 100%;
  }
  .btn {
    margin-right: 1rem;
  }
  .logo {
    max-width: 174px;
  }
}

.top {
  background-color: #f3f1b8 !important;
  padding: 1.5rem !important;
  border-bottom: 0 !important;
  text-align: center;
}

.midhead {
  display: flex;
  justify-content: end;
  align-items: center;
  margin-bottom: 2rem;
}

#openModalBtn{
  background: #6d349f;
    padding: 12px 7px;
    cursor: pointer;
    color: #ffffff;
    font-weight: 800;
    border: 0;
    width: 100%;
    border-radius: 9px;
}

ul > li{
  margin-bottom: 5px;
}

.collection {
  color: #388e3c;
  /* font-size: 12px; */
}
.home {
  color: #388e3c;
  font-size: 13px;
  margin: 0;
}
.title {
  /* font-size: 20px; */
  color: #333;
  margin: 0;
}

.highlight {
  /* font-weight: bold; */
  color: #040404;
}

.greenbutton {
  border: 1px solid green;
  border: 1px solid green;
  padding-left: 23px;
  padding-top: 12px;
  padding-bottom: 13px;
  padding-right: 23px;

  margin-left: 11px;
  border-radius: 16px;
  color: green;
  margin-right: 289px;
}

@media (max-width: 576px) {
  li {
    font-size: 13px;
    margin-top: 3px;
  }
  .book-now {
    margin-left: 8px !important;
  }
}

.pricing {
  border: 1px solid #f1a849;
}

.our-price {
  background-color: #f1a849;
}

.market-price {
  font-size: 18px;
  color: #0f0d0d;
  height: 60px;
  background-color: #fff;
  width: 50%;
  font-weight: bold;
}

.offer-price {
  background-color: #f1a849;
  font-size: 18px;
  color: #0e0c0c;
  font-weight: bold;
  padding-right: 100px;
  align-items: center;
}

.book-now {
  background-color: #178058;
  color: white;
  font-size: 18px;
  font-weight: bold;

  border: none;
  border-radius: 9px;
  cursor: pointer;
  margin-top: 20px;
  width: 95%;
  margin-left: 18px;
  padding-top: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 16px;
}
@media (max-width: 576px) {
  /* .button {
    margin-top: 1px;
  } */

  .greenbutton {
    display: contents;
  }

  .market-price {
    height: 59px;
  }
  .offer-price {
    padding-right: 30px;
  }
}

.imagesecond {
  position: relative;
  color: hsl(0, 0%, 1%);
  font-weight: bold !important;
  letter-spacing: 7px !important;
  overflow: hidden;

  white-space: nowrap;
  animation: typewriter 4s steps(44) 1s 1 normal both,
    blinkTextCursor 500ms infinite;
}

.offerper {
  animation: blinker 1.5s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

@keyframes textAnimate {
  0% {
    stroke-dasharray: 0 50%;
    stroke-dashoffset:  20%;
    fill:hsl(189, 68%, 75%)

  }
  
  100% {
    stroke-dasharray: 50% 0;
    stroke-dashoffstet: -20%;
    fill: hsla(189, 68%, 75%,0%)
  }
  
}



@keyframes typewriter {
  from {
    width: 0;
  }

  to {
    width: 710px;
  }
}

@keyframes blinkTextCursor {
  from {
    border-right-color: hsl(0, 0%, 80%);
  }

  to {
    border-right-color: transparent;
  }
}

@media (max-width: 576px) {
  .imagesecond {
    font-size: 15px;
    letter-spacing: 3px !important;
    padding-right: 10px;
    animation: typewriter 2.5s steps(20) 1s 1 normal both,
      blinkTextCursor 500ms infinite;
    margin-top: 20px;
    margin-left: 7px;
  }

  @keyframes typewriter {
    from {
      width: 0;
    }

    to {
      width: calc(100% - 10px);
    }
  }
}

.features-section {
  text-align: center;
  padding: 0rem 1rem;
  padding-bottom: 2rem;
  background-color: #fff;
}

.features-section h2 {
  font-size: 1.8rem;
  color: #007b35;
  margin-bottom: 2rem;
}

.features-container {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1rem;
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: 6rem;
}

.feature-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 1rem;
  background-color: #f8f8f8;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease-in-out;
}

.feature-item:hover {
  transform: translateY(-5px);
}

.feature-item img {
  width: 50px;
  height: 50px;
  margin-bottom: 0.5rem;
}

.feature-item p {
  font-size: 1rem;
  color: #007b35;
}

.aarthi-color{
  color: #007b35;
}

.aarthi-branchPhone:hover{
  color: #0c9547;
}

#contactCards{
  overflow-y: scroll;
  max-height: 80vh !important;
}

/* .contanct-title {
  font-size: 18px;
  font-weight: bold;
  color: #f1a849;
} */

.contanct-card {
  transition: 0.3s;
  border: none;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 0.5rem;
  margin: 1rem 0.5rem !important;
  /* border-radius: 20%; */
}
/* .contanct-card:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
} */
/* 

.card-title {
  font-size: 16px;
} */
/* .call-button {
  background: #178058;
  color: white;
  padding: 8px 12px;
  border-radius: 5px;
  text-decoration: none;
  display: inline-block;
  font-weight: bold;
}
.call-button:hover {
  background: rgb(37, 118, 55);
  color: #f1a849;
} */

@media (max-width: 768px) {
  .features-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .features-container {
    grid-template-columns: repeat(2, 1fr);
  }

  .features-container .feature-item:nth-child(5) {
    grid-column: span 2;
    justify-self: center;
    margin-bottom: 17px;
  }
  .features-section h2 {
    margin-bottom: 0rem;
  }
  .feature-item p {
    font-size: 0.6rem;
  }
  .feature-item img {
    width: 37px;
    height: 38px;
    margin-bottom: -0.5rem;
  }
}
