/*
Compile-Minify: true
Compile-Area: everywhere
Compile-OutputGroup: headtag
Compile-Exports: refund
Compile-Dependencies: 
*/

.refund-section-top img {
  width: 100%;
  height: 318px;
  object-fit: cover;
  border-radius: 16px;
}

.refund-path-con {
  position: absolute;
  top: 30%;
  left: 2.5%;
}

.refund-path-con a {
  font-family: Inter;
  font-size: 12px;
  font-weight: 600;
  line-height: 15px;
  text-decoration: none;
  color: #F2F0EA;
}

.refund-us-text {
  position: absolute;
  top: 50%;
  left: 2.5%;
  font-family: Oswald;
  font-size: 48px;
  font-weight: 700;
  line-height: 71px;
  color: #F2F0EA;
}

.refund-section-bottom-left {
  width: 32%;
  padding-left: 25px;
  position: sticky;
  top: 0;
  height: fit-content;
}

.refund-search-form {
  width: 70%;
  border-bottom: 1px solid #383634;
  padding: 10px;
}

.refund-section-bottom-left .side-nav {
  width: 50%;
  padding: 30px;
}

.refund-section-bottom-left .side-nav a {
  font-family: Inter;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  color: #383634;
}

.refund-search-form input[type="search"]{
  border: none;
  background-color: #F2F0EA;
  outline: none;
}

.refund-search-form button {
  border: none;
  outline: none;
}

/* .refund-section-bottom-right {
  width: 60%;

} */

.refund-section-bottom-right > div {
  width: 74%;
  margin: 0 auto;
}

.refund-section-bottom-right .headings.main-heading {
  font-size: 2.75rem !important;
  font-weight: bolder;
  text-align: center;
}

.refund-section-bottom-right .headings {
  font-family: 'RefregratorDx', sans-serif !important;
  font-size: 1.125rem !important;
  font-weight: 700;
  line-height: 160%;
  text-transform: uppercase;
  padding-top: 30px;
  letter-spacing: .18rem;
}

.refund-section-bottom-right h4 {
  font-weight: bold;
}

.refund-section-bottom-right .description {
  color: #4d4d4d !important;
}

@media (min-width: 576px) and (max-width: 768px) {
  .refund-section-bottom-left .side-nav {
    display: none;
  }

  .refund-section-bottom-left {
    display: none;
  }

  .refund-section-bottom-right {
    width: 95.5%;
  }

  .refund-section-bottom-right > div {
    width: 100%;
  }
}

@media screen and (max-width: 576px) {
  .refund-section-bottom-left .side-nav {
    display: none;
  }

  .refund-section-bottom-left {
    display: none;
  }

  .refund-section-bottom-right {
    width: 95.5%;
  }

  .refund-section-bottom-right > div {
    width: 100%;
  }
}