.tremsSectionHeader {
  background-image: url("../Images/services/serviceBgSec1.png");
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}

.tremsSectionHeader div {
  height: 100%;
  gap: 1rem;
}
.tremsHeaderText p:first-child {
  font-weight: 700;
  font-size: 24px;
  text-align: center;
}
.tremsHeaderText p:last-child {
  font-weight: 700;
  font-size: 45px;
  text-align: center;
}

.tremsHeaderDescription {
  font-weight: 300;
  font-size: 22px;
  width: 1067px;
}

.terms-wrapper {
  padding: 80px;
  gap: 5rem;
}

.section-title {
  color: #0182a4;
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 700;
}
.section-title1 {
  color: #0182a4;
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 700;
}

.terms-section {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.terms-section1 {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.terms-section3 {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
}

.terms-section p {
  padding: 0px 24px !important;
  font-size: 24px;
  font-weight: 700;
}
.terms-section1 p {
  padding: 0px 24px !important;
  font-size: 20px;
  font-weight: 400;
}

.definition-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 0px 60px !important;
}

.definition-list li {
  list-style-type: disc;
  font-size: 20px;
  font-weight: 400;
}

.definition-list strong {
  color: #000;
}

.terms-container {
  display: flex;
  flex-direction: column;
  gap: 3rem !important;
  padding: 45px 80px;
  background-color: #e4f0f2;
  border-radius: 100px;
}
.terms-container1 {
  display: flex;
  flex-direction: column;
  gap: 3rem !important;
  padding: 45px 80px;
  gap: 5rem;
}

/* .section-title {
  color: #0182a4;
  font-size: 20px;
  margin-bottom: 16px;
  text-transform: uppercase;
} */

/* .terms-section {
  margin-bottom: 50px;
} */

.bullet-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 0px 60px !important;
}

.bullet-list li {
  font-size: 20px;
  font-weight: 400;
  list-style-type: disc;
}

.bullet-list ul {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 0px 60px !important;
}

.plan-grid {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 24px 80px;
  flex-wrap: wrap;
}

.plan-box {
  width: 501px;
  height: 100%;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.plan-box p {
  padding: 0px !important;
  font-weight: 400;
  font-size: 20px;
}
.plan-box p span {
  padding: 0px !important;
  font-weight: 700;
  font-size: 24px;
  background: linear-gradient(180deg, #01989b 0%, #00aa6c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text; /* for Firefox */
  color: transparent;
  display: inline-block;
}

.plan-icon {
  width: 99px;
  height: 74px;
  object-fit: contain;
}

.terms-container1 .terms-section p {
  font-weight: 400;
  font-size: 20px;
}

.sapn {
  background: linear-gradient(85.44deg, #00758e 3.69%, #00aa6c 18.96%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text; /* for Firefox */
  color: transparent;
  display: inline-block;
  font-weight: 400;
  font-size: 20px;
}

.mainAboveFooterDecs {
  padding: 24px 80px;
  width: 100%;
  height: 196px;
  background: linear-gradient(90deg, #00758e 0%, #00aa6c 100%);
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-upper-footer-dec {
  width: 100%;
}
.upper-footer-dec {
  gap: 1rem;
}
.upper-footer-dec p {
  font-weight: 700;
  font-size: 28px;
  color: white;
}
.GetSt {
  width: 188px;
  height: 48px;
  border-radius: 17px;
  background-color: #ffffff;
  border: none;
  font-weight: 600;
  font-size: 24px;
  text-align: center;
  color: #000;
}

@media screen and (max-width: 1024px) and (min-width: 320px) and (max-height: 1366px) and (min-height: 300px) {
  .tremsSectionHeader {
    background-image: url("../Images/services/mainServiceSec1Mob.png");
  }

  .tremsHeaderText p {
    font-weight: 700;
    font-size: 34px;
  }

  .terms-wrapper {
    padding: 40px;
    gap: 2rem;
  }
  .section-title,
  .section-title1 {
    font-size: 24px;
  }
  .terms-section p,
  .terms-section1 p {
    padding: 0px 18px !important;
    font-size: 20px;
  }
  .definition-list {
    padding: 0px 46px !important;
  }
  .definition-list li {
    font-size: 14px;
  }
  .terms-container {
    gap: 2rem !important;
    padding: 40px;
  }
  .bullet-list {
    padding: 0px 30px !important;
  }
  .bullet-list li {
    font-size: 14px;
  }
  .bullet-list ul {
    padding: 0px 30px !important;
  }
  .plan-icon {
    width: 74px;
    height: 55px;
    object-fit: contain;
  }
  .plan-grid {
    padding: 10px;
    justify-content: center !important;
    align-items: center !important;
    flex-wrap: wrap;
  }
  .plan-box {
    width: 70%;
    height: 100%;
    padding: 10px;
    align-items: center;
    gap: 10px;
  }
  .plan-box p span {
    font-size: 19px;
  }
  .plan-box p {
    align-items: center;
    text-align: center;
    padding: 0px 10px !important;
    font-size: 14px !important;
  }
  .terms-container1 {
    gap: 2rem !important;
    padding: 40px;
  }
  .terms-container1 .terms-section p,
  .sapn {
    font-size: 14px;
  }
  .mainAboveFooterDecs {
    padding: 24px;
    height: 100%;
  }
  .upper-footer-dec p {
    font-size: 20px;
}
.upper-footer-dec {
    gap: .5rem;
}
.header-upper-footer-dec {
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    text-align: center;
    gap: 1rem;
}
.GetSt {
    width: 136px;
    height: 36px;
    border-radius: 9px;
    font-size: 16px;
}
}
