/**
* Base Colors
*/
/**************************
  Media Queries
***************************/
/*************************
  Fonts
**************************/
/*************************
  Button colours
**************************/
/*************************
  Location page colours
**************************/
/*************************
  Form colours
**************************/
/*************************
  Sidebar variables
**************************/
/*************************
  404 button background
**************************/
/*************************
  Results Partial
**************************/
/*************************
  Swiper
**************************/
/*************************
  Footer Top
**************************/
/* Additional Mixins */
.uppercase-title {
  font-family: var(--secondary-font), sans-serif;
  color: #2b2b2b;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 0.15rem;
  text-align: center;
}

.atty-referral__hero {
  min-height: 450px;
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}

@media (max-width: 991px) {
  .atty-referral__hero {
    min-height: 340px;
    background-size: 160%;
  }
}
@media (max-width: 599px) {
  .atty-referral__hero {
    min-height: 190px;
  }
}
.atty-referral__body {
  position: relative;
  background: transparent;
  margin-top: -100px;
}

@media (max-width: 991px) {
  .atty-referral__body {
    width: 80%;
    padding: 20px;
    margin: -50px auto 0;
    background: #FFFFFF;
    z-index: 2;
    position: relative;
    box-shadow: 0px 11px 30px rgba(0, 0, 0, 0.15);
  }
}
@media (max-width: 767px) {
  .atty-referral__body {
    width: 95%;
    padding: 20px 0;
  }
}
.atty-referral__body .main-content.no-bg {
  padding: 0;
}

.atty-referral__body .main-content.no-bg::before {
  background: none;
}

@media (min-width: 1440px) {
  .atty-referral__body .container {
    max-width: 1554px;
  }
}
.atty-referral__body .tab-content h1, .atty-referral__body .accordion-body h1 {
  font-size: 35px;
  line-height: 44px;
}

@media (min-width: 992px) {
  .atty-referral__body .tab-content h1, .atty-referral__body .accordion-body h1 {
    font-size: 35px;
    line-height: 44px;
  }
}
@media (min-width: 1200px) {
  .atty-referral__body .tab-content h1, .atty-referral__body .accordion-body h1 {
    font-size: 46px;
    line-height: 53px;
  }
}
@media (min-width: 1440px) {
  .atty-referral__body .tab-content h1, .atty-referral__body .accordion-body h1 {
    font-size: 64px;
    line-height: 72px;
  }
}
@media (min-width: 992px) {
  .atty-referral__body .tab-content h2:not(.section-title), .atty-referral__body .accordion-body h2:not(.section-title) {
    font-size: 33px;
    line-height: 40px;
  }
}
@media (min-width: 1200px) {
  .atty-referral__body .tab-content h2:not(.section-title), .atty-referral__body .accordion-body h2:not(.section-title) {
    font-size: 40px;
    line-height: 48px;
  }
}
.atty-referral__body .tab-content h2.section-title, .atty-referral__body .accordion-body h2.section-title {
  position: relative;
  font-weight: 400;
  padding-bottom: 26px;
  margin-bottom: 50px;
  font-size: 35px;
  line-height: 44px;
}

@media (min-width: 992px) {
  .atty-referral__body .tab-content h2.section-title, .atty-referral__body .accordion-body h2.section-title {
    font-size: 35px;
    line-height: 44px;
  }
}
@media (min-width: 1200px) {
  .atty-referral__body .tab-content h2.section-title, .atty-referral__body .accordion-body h2.section-title {
    font-size: 46px;
    line-height: 53px;
  }
}
@media (min-width: 1440px) {
  .atty-referral__body .tab-content h2.section-title, .atty-referral__body .accordion-body h2.section-title {
    font-size: 64px;
    line-height: 72px;
  }
}
.atty-referral__body .tab-content h2.section-title::before, .atty-referral__body .accordion-body h2.section-title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 120px;
  height: 3px;
  background-color: var(--color-secondary);
}

.atty-referral__body .top-results {
  padding: 0;
}

.atty-referral__body .top-results .section-title {
  margin-bottom: 40px;
}

.atty-referral__body .top-results .result-item {
  flex-direction: column;
}

.atty-referral__body .top-results .result-item .btn-wrapper {
  margin-top: 10px;
}

.atty-referral__body .top-results .results-grid-slider {
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.12));
}

.atty-referral__body .top-results .results-grid-slider .swiper-button-wrapper {
  justify-content: center;
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .atty-referral__body .top-results .results-grid-slider .swiper-button-wrapper {
    justify-content: end;
  }
}
.atty-referral__body .col-item {
  margin-bottom: 30px;
}

.atty-referral__body .result-item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  max-width: 350px;
  text-align: center;
  height: 100%;
  background-color: #fff;
  padding: 20px 15px;
}

@media screen and (min-width: 768px) {
  .atty-referral__body .result-item {
    max-width: 455px;
    padding: 45px 15px 40px;
  }
}
@media screen and (min-width: 1200px) {
  .atty-referral__body .result-item {
    max-width: 560px;
  }
}
.atty-referral__body .result-item a:not(.btn) {
  display: block;
  width: 100%;
}

.atty-referral__body .result-item a:not(.btn):hover .value {
  color: var(--color-secondary);
}

.atty-referral__body .result-item .record-breaking {
  position: relative;
  max-width: fit-content;
  padding-left: 30px;
  margin: 0 auto 5px;
  margin: 0 auto 5px;
  color: #081A13;
  font-size: 16px;
  font-weight: 600;
  line-height: 23px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.atty-referral__body .result-item .record-breaking svg {
  position: absolute;
  left: 0;
}

@media screen and (min-width: 768px) {
  .atty-referral__body .result-item .record-breaking {
    margin-bottom: 10px;
    letter-spacing: 1.5px;
  }
}
.atty-referral__body .result-item .value {
  margin-bottom: 5px;
  color: #081A13;
  font-family: var(--secondary-font), sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 38px;
  letter-spacing: 0.96px;
  text-transform: uppercase;
  transition: color 0.3s ease-in-out;
}

@media screen and (min-width: 768px) {
  .atty-referral__body .result-item .value {
    font-size: 44px;
    letter-spacing: 1.36px;
  }
}
.atty-referral__body .result-item .category {
  color: #081A13;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.atty-referral__body .bottom-content {
  padding: 40px 0 0;
}

@media screen and (min-width: 768px) {
  .atty-referral__body .bottom-content {
    padding: 80px 0 20px;
  }
}
.atty-referral__body .bottom-content .content {
  margin: 0 auto;
  max-width: 800px;
  text-align: center;
}

.atty-referral__body .bottom-content .content .btn {
  max-width: max-content;
}

.atty-referral__body .results-list {
  padding: 40px 0 0;
}

@media screen and (min-width: 768px) {
  .atty-referral__body .results-list {
    padding: 80px 0 20px;
  }
}
.atty-referral__body .results-list .blog-pagination {
  margin-top: 10px;
}

@media screen and (min-width: 768px) {
  .atty-referral__body .results-list .blog-pagination {
    margin-top: 30px;
  }
}
.atty-referral__tabbed-content {
  box-shadow: 0px 11px 30px rgba(0, 0, 0, 0.15);
}

.atty-referral__tabbed-content .nav-tabs {
  border: 0;
  display: grid;
  grid-template-columns: 1fr 0.8fr 0.8fr;
}

.atty-referral__tabbed-content .nav-item {
  margin: 0;
}

.atty-referral__tabbed-content .nav-link {
  position: relative;
  width: 100%;
  text-align: center;
  font-family: Tinos;
  font-size: 20px;
  line-height: 32px;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  margin: 0;
  padding: 17px 25px;
  border-radius: 0;
  border: 0;
  background: #F6F6F6;
}

@media (max-width: 1399px) {
  .atty-referral__tabbed-content .nav-link {
    font-size: 15px;
    line-height: 20px;
  }
}
@media (max-width: 1199px) {
  .atty-referral__tabbed-content .nav-link {
    font-size: 13px;
  }
}
.atty-referral__tabbed-content .nav-link.active {
  background: #FFFFFF;
}

.atty-referral__tabbed-content .nav-link.active::before {
  content: "";
  position: absolute;
  top: -5px;
  left: 0;
  width: 100%;
  height: 5px;
  background: #355295;
}

.atty-referral__tabbed-content .tab-content {
  padding: 60px;
  background-color: #FFFFFF;
}

.atty-referral__tabbed-content .testimonials {
  padding: 0;
}

.atty-referral__tabbed-content .testimonials .testimonials-content-holder {
  position: relative;
  top: unset;
  right: unset;
  margin-top: -430px;
  margin-left: auto;
}

@media (max-width: 1439px) {
  .atty-referral__tabbed-content .testimonials .testimonials-content-holder {
    width: 100%;
    max-width: 650px;
  }
}
@media (max-width: 1399px) {
  .atty-referral__tabbed-content .testimonials .testimonials-content-holder {
    max-width: 530px;
    margin-top: -350px;
  }
}
@media (max-width: 1199px) {
  .atty-referral__tabbed-content .testimonials .testimonials-content-holder {
    max-width: unset;
    margin-top: 0;
  }
}
.atty-referral__tabbed-content .testimonials .swiper-button-wrapper {
  margin: 0;
  position: absolute;
  left: 30px;
  top: 517px;
}

@media (max-width: 1399px) {
  .atty-referral__tabbed-content .testimonials .swiper-button-wrapper {
    left: 10px;
    top: 410px;
  }
}
@media (max-width: 1199px) {
  .atty-referral__tabbed-content .testimonials .swiper-button-wrapper {
    position: relative;
    top: unset;
    left: unset;
    margin-top: 30px;
  }
}
.atty-referral__tabbed-content .testimonials .btn-wrapper {
  position: absolute;
  left: 250px;
  top: 540px;
}

@media (max-width: 1399px) {
  .atty-referral__tabbed-content .testimonials .btn-wrapper {
    left: 144px;
    top: 432px;
  }
}
@media (max-width: 1199px) {
  .atty-referral__tabbed-content .testimonials .btn-wrapper {
    position: relative;
    top: unset;
    left: unset;
  }
}
.atty-referral__accordion .accordion-body {
  padding: 0;
}

@media (max-width: 767px) {
  .atty-referral__accordion .accordion-button {
    font-size: 15px;
  }
}

/*# sourceMappingURL=page-atty-referral.css.map*/