.with-care {
    text-align: center;
    padding: 6rem 0;
}

section.dedicated {
  padding: 6rem 0;
}

section.Improving {
    background-color: #f8f9fa;
    padding: 0 0 18rem 0;
}

.about-li {
  font-family: "Source Sans Pro",sans-serif;
  color: #1b3942;
  letter-spacing: .108em;
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 9px;
  font-weight: 600;
  align-items: center;
  display: flex;
  justify-content: center;
  gap: 20px;
}

/* ////section2//// */

.slide-img img{
    border-radius: 7rem 0px 7rem 0px;
}

section.banner-img {
    margin-top: -22rem;
}

.established{
    font-family: var(--e-global-typography-text-font-family), sans-serif;
}

/* section 3 */
.ordered-list{
    display: grid;
}

.listed {
    padding-left: 22px;
}

.passage-obligated {
    font-size: 28px;
    line-height: 1.5em;
    color: #373737;
}

section.our-Commitment {
    padding-bottom: 6rem;
}


/* section 4 */
section.achieving-goal {
    background-color: #F9F3EB;
    padding: 6rem 0;
}
/* FAQ card */
/*================================================*/

.faq-card {
    border-radius: 20px;
}

.faq-content h1 {
  font-size: 32px;
  text-align: center;
  color: var(--primary-dark-color);
}

.faq-accordion {
  padding: 8px 0;
  border-bottom: 2px solid hsl(0deg 1.93% 83.14%);
}

input.tgg-title {
  appearance: unset;
  all:unset;
}

.faq-accordion-title label{
  display: flex;
  align-items: center;
  cursor: pointer;
  justify-content: space-between;
}

.faq-accordion-content {
  color: var(--neutral-soft-color);
  overflow: hidden;
  max-height: 0;
  transition: max-height .4s ease-in-out;
}

.faq-accordion .tgg-title:checked + div>label>span {
    will-change: transform;
    transform: rotate(180deg);
  }

.faq-accordion .tgg-title:checked ~ .faq-accordion-content{
  will-change: max-height;
  max-height: 80px;
}

.faq-accordion-title h2 {
    font-size: 28px!important;
    margin: 0;
}

/* secttion 5 */

section.front-lines {
    padding: 6rem 0;
}


/* our service */
section.peace-of-mind {
  padding: 6rem 0;
}

.parah1 {
  border: 1px solid #d69d22;
  border-width: 0px 0px 0px 2px;
  padding: 0 35px!important;
}

/* careers */
.form-input-careers {
  width: 100%;
  margin-bottom: 15px;
  padding: 10px;
  border-radius: 20px;
  outline: none;
  border: none!important;
  color: #726d6d;
  background-color: #f1eee1;
}

.form-name {
  display: flex;
  gap: 20px;
  align-items: baseline;
  justify-content: space-between;
}

.btn.btn-secondary.dropdown-toggle.form-input-careers {
  border-radius: 22px;
  border-color: transparent!important;
  color: gray!important;
  padding: 10px 26px;
  font-weight: 400;
  font-size: large;
  background-color: #f1eee1!important;
  outline: none;
}

button.submit-btnn {
  padding: 12px 40px;
  background-color: #f1eee1;
  border-radius: 22px;
  font-weight: 600;
  color: #565656;
}

.form-section {
  border: 1px solid #cbcbcb;
  border-width: 0px 0px 0px 1px;
  padding: 0 40px!important;
}

section.Careers-with-us {
  padding: 6rem 0;
}

/* request care */
iframe#mod-directions-map-passive-iframe {
  width: 100%;
}