/*-------------------------------------------------------
  Gravity Forms
--------------------------------------------------------*/

.gform_wrapper.gravity-theme .gfield_label {
  color: #333 !important;
}

.gform_wrapper.gravity-theme .gform_fields {
  grid-gap: 20px !important;
}

.gform_wrapper.gravity-theme .gfield_label {
  margin-bottom: 5px !important;
}

.gform_wrapper.gravity-theme .gsection {
  padding: 20px 0 10px !important;
}

.gform_wrapper .ginput_container input,
.gform_wrapper .ginput_container textarea,
.gform_wrapper .ginput_container select {
  padding: 15px !important;
  line-height: 100% !important;
}

.gform_wrapper .description,
.gform_wrapper .gfield_description,
.gform_wrapper .gform_fileupload_rules {
  font-size: 80% !important;
  padding-top: 5px !important;
  line-height: 120% !important;
}

.gform_legacy_markup_wrapper .top_label input.medium,
.gform_legacy_markup_wrapper .top_label select.medium,
.gform_wrapper .ginput_container_date input {
  width: 100% !important;
}

.gform_legacy_markup_wrapper .gfield_checkbox li input[type="checkbox"],
.gform_wrapper .gfield_checkbox input[type="checkbox"],
.gform_legacy_markup_wrapper .gfield_radio li input[type="radio"],
.gform_wrapper .gfield_radio input[type="radio"] {
  vertical-align: top !important;
  height: auto !important;
}

.gform_wrapper .gfield_checkbox input[type="checkbox"],
.gform_wrapper .gfield_radio input[type="radio"] {
  vertical-align: middle !important;
}

.gform_wrapper .ginput_container_fileupload .gform_button_select_files {
  background: transparent !important;
  border: 0 !important;
  text-decoration: underline !important;
}

.gform_wrapper .ginput_container_fileupload .gform_drop_area {
  background: transparent !important;
  border: 1px dashed #781d7e !important;
}

.carers_section .form_main form *,
.carers_section .gform_wrapper.gravity-theme .gfield_label {
  color: white !important;
}

.carers_section .form_main form li {
  background: none !important;
  padding: 0 !important;
}

/*-------------------------------------------------------
  404 Page
--------------------------------------------------------*/

.error-404 .page-content {
  padding: 60px 0 !important;
}

/*-------------------------------------------------------
  Menu
--------------------------------------------------------*/

header {
  z-index: 20000000;
}

.mobile_search.open {
  justify-content: space-between;
}

.mobile_search .mobilesearch{
  width: calc(100% - 115px);
}

.header-menu-donet{
  margin: 0 auto !important;
}
.header-menu-donet{
    margin-left: 20px !important;
}

.main-menu-back {
  width: auto !important;
  font-size: 14px !important;
  gap: 10px;
  font-weight: 500;
}

html body header a.hide-site{
    font-weight: 700;
    font-size: 15px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #27255F;
    text-align: center;
    color: #FFFFFF;
    padding: 10px;
    justify-content: center;
    right: 10px;
}

.hide-site span {
    display: block;
}
@media screen and (max-width: 991px) {
  .downarrow {
    position: absolute;
    height: 30px;
    width: 30px;
    right: 0;
  }
}

/*-------------------------------------------------------
  Misc
--------------------------------------------------------*/

.link li svg {
  vertical-align: middle;
}

.nav-previous a:hover,
.nav-next a:hover {
  color: #00ac9c;
}

.nav-previous a:before,
.nav-next a:before {
  position: absolute;
  content: "";
  background: #fff;
  top: 0;
  bottom: 0;
  left: 50%;
  right: 50%;
  z-index: -1;
  transition: all 0.2s ease;
  border-radius: 4px;
}

.nav-previous a:hover:before,
.nav-next a:hover:before {
  left: 0;
  right: 0;
}

.nav-previous a,
.nav-next a {
  font-family: "Work Sans";
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.3px;
  line-height: 16px;
  text-align: center;
  background: #00ac9c;
  color: #fff;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  min-width: 140px;
  border-radius: 4px;
  position: relative;
  z-index: 2;
  border: 1px solid #00ac9c;
}

.speak-wrapper {
  padding: 60px 0;
}

#__ba_launchpad {
  position: fixed !important;
  bottom: 15px !important;
  left: 20px !important;
  z-index: 9000000 !important;
}
.contactus-bottom-girl {
  pointer-events: none;
}
header a.hide-site {
  font-size: 19px;
  font-weight: 600;
}
.home .banner-slider-text .color-blue {
  color: #caddff!important;
}
#__ba_launchpad {
  left: 110px !important;
}
header .skip_btn {
  position: absolute;
  top: 0;
  left: 0;
  color: white;
  font-size: 12px;
  font-weight: 600;
  font-family: 'Work Sans';
  background: #781e7e;
  padding: 0 7px;
  line-height: 23px;
}


/*-------------------------------------------------------
Timeline Section
--------------------------------------------------------*/
.timeline-section {
    padding: 40px 0;
}

.timeline-section .timeline-section-header {
    padding: 60px 12px;
    background-color: #27255C;
    text-align: center;
    margin: 0 0 40px;
    position: relative;
    z-index: 1;
}

.timeline-section .timeline-section-header-image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.timeline-section .timeline-section-header h2 {
    font-size: 40px;
    font-weight: 900;
    color: #fff;
    margin: 0 auto;
    max-width: 480px;
}

.timeline-section .timeline-wrap {
    position: relative;
    padding: 12px 0;
}

.timeline-section .timeline-wrap:before {
    content: '';
    height: calc(100% + 0px);
    width: 2px;
    background-color: #781d7e;
    position: absolute;
    left: 280px;
    top: 0px;
}

.timeline-wrap .timeline-item {
    display: flex;
    align-items: flex-start;
    margin: 0 0 54px;
}

.timeline-wrap .timeline-item:last-of-type {
    margin: 0;
}

.timeline-wrap .timeline-item-title {
    font-family: 'Work Sans';
    font-size: 25px;
    font-weight: 800;
    color: #781d7e;
    margin: 0 80px 0 0;
    position: sticky;
    top: 132px;
    width: 240px;
    flex-shrink: 0;
    text-align: right;
}

body.admin-bar .timeline-wrap .timeline-item-title {
    top: 164px;
}

.timeline-wrap .timeline-item-title:after {
    content: '';
    height: 4px;
    width: 18px;
    background-color: #f00;
    position: absolute;
    right: -50px;
    top: 12px
}

.timeline-wrap .timeline-item-content {
    box-shadow: 0px 4px 20px 0px rgba(205, 205, 205, 0.25);
    padding: 24px;
    width: 100%;
    margin: 12px 0 0;
}

.timeline-wrap .timeline-item-content h5 {
    font-weight: 600;
    color: #781d7e;
    margin: 0px 0 8px;
}

.timeline-wrap .timeline-item-content ul {
    list-style: none;
    margin: 0 0 24px;
    padding: 0;
    font-size: 18px;
}

.timeline-wrap .timeline-item-content ul:last-of-type {
    margin: 0;
}

.timeline-wrap .timeline-item-content ul li {
    background: none;
    position: relative;
    margin: 0 0 4px;
    padding: 0 0 0 16px;
}

.timeline-wrap .timeline-item-content ul li:last-of-type {
    margin: 0;
}

.timeline-wrap .timeline-item-content ul li:before {
    content: '';
    display: block;
    position: absolute;
    top: 9px;
    left: 0px;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background: #781D7E;
}

@media (max-width: 992px) {
    .timeline-section .timeline-wrap:before {
        left: 0;
    }
    .timeline-wrap .timeline-item {
        flex-direction: column;
        margin: 0 0 40px 24px;
    }
    .timeline-wrap .timeline-item:last-of-type {
        margin: 0 0 0 24px;
    }
    .timeline-wrap .timeline-item-title {
        position: relative;
        top: 0;
        width: auto;
        margin: 0;
        text-align: left;
    }
    body.admin-bar .timeline-wrap .timeline-item-title {
        top: 0;
    }
    .timeline-wrap .timeline-item-title:after {
        right: auto;
        left: -32px;
    }
}
@media (max-width: 768px) {
    .timeline-section .timeline-section-header h2 {
        font-size: 30px;
    }
    .timeline-wrap .timeline-item-content ul {
        font-size: 16px;
    }
}