html {
    /*scroll-behavior: smooth;*/
}

.wrapper {
    padding-top: 195px;
}

.slick-slide {
    outline: none;
}

.slick-prev,
.slick-prev,
.slick-next,
.slick-next {
    opacity: 1;
}

.slick-prev,
.slick-next {
    top: 50%;
}

.nav {
    box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.2);
}

.container-full {
    width: 100%;
    display: inline-block;
    margin-bottom: 15px;
}

.container-full:last-child {
    margin-bottom: 0px;
}

.head {
    display: inline-block;
    width: 100%;
}

.dynamic-modules-wrapper .container-full:last-child {
    margin-bottom: 0;
}

.hub-button,
.hub-button:hover,
.hub-button:before {
    font-size: 16px;
    line-height: 22px;
    font-family: Boots_Sharp_regular, arial, sans-serif;
    background: #04054b;
    border: 0px solid;
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
    padding: 8px 20px;
    display: inline-block;
    text-align: center;
    border: 2px solid #05054b;
}

.v-align {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
}

.b-align {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: bottom;
    -ms-flex-align: bottom;
    align-items: bottom;
    -ms-flex-line-pack: bottom;
    align-content: bottom;
}

.head h2 {
    float: left;
    margin: 0;
    font-size: 24px;
    line-height: 29px;
    font-family: Boots_Sharp_regular, arial, sans-serif;
    color: #04054b;
}

.hub-nav {
    overflow: auto;
}

.hub-nav .slick-slider .slick-arrow:before {
    border-color: #fff;
}

.hub-nav .slick-slider .slick-arrow {
    height: 24px;
    width: 24px;
    display: none !important;
}

.hub-nav .slick-slider .slick-arrow:focus-visible {
    outline: solid 2px #fff !important;
}

.hub-nav .slick-slider .slick-arrow.slick-next {
    right: -20px;
}

.hub-nav .slick-slider .slick-arrow.slick-prev {
    left: -20px;
}

.hub-nav ul {
    padding: 0;
    margin: 0;
}

.hub-nav li {
    list-style: none;
    float: left;
    padding: 0px 1%;
}

.hub-nav a {
    float: left;
    display: block;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    line-height: 19px;
    font-family: Boots_Sharp_regular, arial, sans-serif;
    white-space: nowrap;
}

.hub-nav a:hover {
    color: #ffffff;
    border-bottom: 1px solid;
}

.hub-nav a.active {
    color: #ffffff;
    border-bottom: 1px solid;
    font-family: Boots_Sharp_bold, arial, sans-serif;
}

.hub-nav .icon {
    display: none;
}

.banner-hub-section {
    background-repeat: no-repeat;
    background-color: #fde7f4;
    padding: 50px 0;
    width: 100%;
    background-position: bottom right;
    background-size: cover;
    aspect-ratio: 1600 / 325;
    width: 100%;
    display: flex;
    align-items: flex-end;
}

.banner-hub-section h1 {
    font-size: 24px;
    line-height: 29px;
    font-family: Boots_Sharp_bold, arial, sans-serif;
    color: #050542;
}

.banner-hub-section p {
    font-size: 15px;
    line-height: 20px;
    font-family: Boots_Sharp_regular, arial, sans-serif;
    color: #050542;
}

.banner-hub-section .text-component {
    max-width: 500px;
    width: 100%;
}

.mobile-hub {
    display: none;
}

.desktop-hub {
    display: block;
}

.graduate-schemes-section h2 {
    font-size: 26px;
    line-height: 32px;
    font-family: Boots_Sharp_bold, arial, sans-serif;
    color: #04054b;
}

.graduate-schemes-section p {
    font-size: 16px;
    line-height: 19px;
    font-family: Boots_Sharp_regular, arial, sans-serif;
    color: #333333;
    margin: 0;
}

/* accordion left panel start */
.scheme-highlight {
    position: relative;
    padding: 20px;
}

.schemes-list .scheme-highlight:after {
    left: 100%;
    top: 30%;
    border: solid transparent;
    border-width: 16px;
    border-left-width: 18px;
    content: ' ';
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    opacity: 0;
}

.swiper-slide-thumb-active .scheme-highlight:after {
    opacity: 1;
}

.scheme-highlight:after {
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #e5eff8;
    border-width: 10px;
    margin-top: -10px;
}

.scheme-highlight:before {
    border-color: rgba(194, 225, 245, 0);
    border-left-color: #e5eff8;
    border-width: 16px;
    margin-top: -16px;
}

.details-section .icon {
    width: 33px;
    height: 40px;
    float: left;
    margin-right: 15px;
    background-size: contain;
}

.details-section .icon img {
    filter: gray;
    /* IE6-9 */
    -webkit-filter: grayscale(1);
    /* Google Chrome, Safari 6+ & Opera 15+ */
    filter: grayscale(1);
    /* Microsoft Edge and Firefox 35+ */
    opacity: 0.5;
}

.details-section .swiper-slide-thumb-active .scheme-highlight .box-head .icon img {
    -webkit-filter: grayscale(0);
    filter: none;
    opacity: 1;
}

.details-section .head {
    width: 100%;
    font-size: 18px;
    font-family: Boots_Sharp_regular, arial, sans-serif;
    padding: 3.5% 4%;
    color: #595959;
    display: flex;
    flex-wrap: nowrap;
}

.details-section .head button {
    display: flex;
    align-items: center;
    width: 100%;
    font-size: 18px;
    font-family: Boots_Sharp_regular, arial, sans-serif;
    color: #595959;
    background-color: transparent;
    text-align: left;
    border: 0;
    padding: 0;
}

.details-section .swiper-slide.active .head {
    width: 100%;
    font-size: 18px;
    line-height: 20px;
    font-family: Boots_Sharp_bold, arial, sans-serif;
    padding: 2% 4%;
    color: #04054b;
}

.details-section .box-head {
    width: 100%;
    font-size: 18px;
    font-family: Boots_Sharp_bold, arial, sans-serif;
    padding: 0 0 20px;
}

.details-section .box-head button {
    display: flex;
    align-items: center;
    color: #04054b;
    width: 100%;
    font-size: 18px;
    font-family: Boots_Sharp_bold, arial, sans-serif;
    background: transparent;
    text-align: left;
    border: 0;
    padding: 0;
}

.details-section .head button::before,
.details-section .box-head button::before {
    content: none;
}

.details-section p {
    font-size: 14px;
    line-height: 17px;
    font-family: Boots_Sharp_regular, arial, sans-serif;
    margin: 0;
}

.scheme-highlight .head {
    padding: 4% 0;
}

.details-section .swiper-slide {
    list-style: none;
    cursor: pointer;
    padding-right: 20px;
}

.schemes-container .scheme-highlight ul {
    margin: 0;
    padding: 0;
    margin: 20px 0 10px;
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
    width: 100%;
}

.schemes-container .scheme-highlight li {
    float: left;
    list-style: none;
    cursor: default;
    font-size: 12px;
    font-family: Boots_Sharp_regular, arial, sans-serif;
    color: #04054b;
    margin-right: 20px;
}
@media screen and (max-width: 767px) {
    .hub-nav {
        overflow: visible;
    }

    .details-section .box-head {
        padding-bottom: 0;
    }

    .details-section .box-head button {
        justify-content: center;
    }
}

.schemes-container .scheme-highlight li .icon {
    width: 20px;
    height: 24px;
    float: left;
    margin-right: 5px;
}

.schemes-container .scheme-highlight li:first-child .icon {
    width: 30px;
    height: 24px;
}

.degree-icon {
    background: url('../img/hub/degree.svg') no-repeat;
}

.hour-icon {
    background: url('../img/hub/hour.svg') no-repeat;
}

.location-icon {
    background: url('../img/hub/location.svg') no-repeat;
}

.optometrist-hub .hour-icon {
    background: url('../img/hub/hour-white.svg') no-repeat;
}

.optometrist-hub .location-icon {
    background: url('../img/hub/location-white.svg') no-repeat;
}

.details-section .swiper-slide:not(.swiper-slide-thumb-active) .scheme-highlight {
    background: none;
}

.details-section .swiper-slide:not(.swiper-slide-thumb-active) .inner-content {
    display: none;
}

/* .details-section .swiper-slide.active .scheme-highlight {
    display: block;
}

.details-section .swiper-slide.active .head {
    display: none;
}

.details-section .swiper-slide .scheme-highlight .box-head {
    display: none;
} */

.details-section .swiper-slide-thumb-active .scheme-highlight .box-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    color: #04054b;
    flex-wrap: nowrap;
}

/* accordion left panel end */
/* accordion start */
.accordion-and-details-section {
    margin: 20px 0;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    max-width: 100%;
}

.accordion-and-details-section ul {
    margin: 0;
    padding: 0;
}

.accordion-and-details-section .details-section {
    width: 44%;
}

.accordion-and-details-section .schemes-details-wrapper {
    display: inline-block;
    width: 56%;
}

.accordion-and-details-section .schemes-details-wrapper .swiper-wrapper {
    height: auto !important;
}

.accordion-and-details-section .accordion-section {
    width: 100%;
    float: right;
    border: 3px solid #fde7f4;
    box-sizing: border-box;
}

.accordion-and-details-section .slide-view-content {
    padding: 10px;
}

.accordion-and-details-section .accordion-section.active {
    display: block;
}

.accordion-and-details-section .accordion {
    margin-top: 23px 0;
    line-height: 1.6;
    padding: 0;
}

.accordion-and-details-section .accordion button {
    position: relative;
    font-size: 16px;
    margin: 0 0 3px 0;
    cursor: pointer;
    line-height: 40px;
    color: #04054b;
    font-weight: bold;
    font-family: Boots_Sharp_regular, arial, sans-serif;
    background: transparent;
    width: 100%;
    text-align: left;
    padding: 0;
}

.accordion-and-details-section .accordion button::after {
    content: '';
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 8px;
    right: 0;
    font-weight: bold;
    font-size: 2em;
    text-align: center;
    background: url('../img/hub/arrow-down.svg') no-repeat;
    top: 50%;
    transform: translateY(-50%);
    z-index: 11;
}

.accordion-and-details-section .accordion button.opened {
    color: #04054b;
}

.accordion-and-details-section .accordion button.opened::after {
    content: '';
    line-height: 110%;
    background: url('../img/hub/arrow-down.svg') no-repeat;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    top: 40%;
}

.accordion-and-details-section .accordion .acc-content {
    height: 0;
    overflow: hidden;
    border-bottom: 1px solid #04054b;
    color: #333333;
    font-family: Boots_Sharp_regular, arial, sans-serif;
    font-size: 16px;
}

.accordion-and-details-section .accordion {
    margin-bottom: 15px;
}

.accordion-and-details-section .hub-button {
    margin: 15px 15px 15px 0;
    float: left;
    width: auto;
    padding: 8px 20px;
}

.hub-button:focus-visible {
    outline-offset: -6px;
}

.hub-button.popup-trigger:focus-visible {
    outline-offset: -6px;
}

.scheme-details .hub-popups {
    float: left;
}

.our-benefits {
    font-size: 32px;
    font-family: Boots_Sharp_regular, arial, sans-serif;
    color: #04054b;
    margin: 15px 0;
    width: 100%;
    text-align: center;
}

.our-benefits .title {
    font-size: 32px;
    font-weight: 600;
    font-family: Boots_Sharp_regular, arial, sans-serif;
    margin: 0 0 15px;
}

.our-benefits p {
    font-size: 16px;
    font-family: Boots_Sharp_regular, arial, sans-serif;
}

.footer-note {
    text-align: center;
    font-size: 12px;
    color: #05054b;
    margin: 0 auto;
    clear: both;
}

/* Accordion end */
.schemes-nav-mobile {
    margin-top: 20px;
}

.schemes-nav-mobile .slick-arrow {
    height: 30px;
    width: 30px;
    font-size: 0;
    background: transparent;
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
}

.schemes-nav-mobile .slick-arrow:focus-visible {
    outline: solid 2px #05054b !important;
}

.schemes-nav-mobile .slick-next-icon,
.schemes-nav-mobile .slick-prev-icon {
    opacity: 0;
    position: absolute;
}

.schemes-nav-mobile .slick-arrow:before {
    content: '';
    height: 14px;
    width: 14px;
    position: static;
    border-left: 2px solid #05054b;
    border-bottom: 2px solid #05054b;
    border-radius: 0;
    padding: 0;
    background: none;
    display: block;
}

.schemes-nav-mobile .slick-arrow.slick-next {
    left: auto;
    right: -10px;
    transform: translateY(-50%) rotate(225deg);
}

.schemes-nav-mobile .slick-arrow.slick-disabled {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
}

.schemes-nav-mobile .slick-slide {
    font-family: Boots_Sharp_regular, arial, sans-serif;
    font-size: 18px;
    color: #808080;
    text-align: center;
    margin-bottom: 14px;
    margin-top: 4px;
    white-space: nowrap;
}

.schemes-nav-mobile .slick-slide .div-icon {
    padding: 7px 15px;
    border-radius: 4px;
    outline: none;
    background: none;
    font-size: unset;
    color: unset;
    font-family: unset;
    overflow: visible;
    border: none;
}

.schemes-nav-mobile .slick-slide .div-icon::after {
    display: none;
}

.schemes-nav-mobile .slick-current {
    font-family: Boots_Sharp_regular, arial, sans-serif;
    color: #03044b;
}

.schemes-nav-mobile .slick-arrow {
    outline-offset: -6px;
    margin: -3px;
}

.schemes-nav-mobile .slick-current .div-icon {
    position: relative;
    text-align: center;
    position: relative;
    background: #e5eff8;
    border: 0 solid #e5eff8;
}

.schemes-nav-mobile .slick-current .div-icon:after,
.schemes-nav-mobile .div-icon:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: ' ';
    height: 8px;
    width: 8px;
    position: absolute;
    border-radius: 0;
    pointer-events: none;
    transition: none;
}

.schemes-nav-mobile .slick-current .div-icon:after {
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #e5eff8;
    border-width: 8px;
    margin-left: -8px;
}

.schemes-nav-mobile .slick-current .div-icon:before {
    border-color: rgba(194, 225, 245, 0);
    border-top-color: #e5eff8;
    border-width: 8px;
    margin-left: -8px;
}

#hub-nav-sticky {
    position: fixed;
    top: 122px;
    width: 100%;
    left: 0;
    background: #05054b;
    z-index: 99;
    overflow-y: hidden;
}

#hub-nav-sticky.sticky {
    top: 80px;
}

/* Our Application Process start */
.our-application-slider .application-for {
    margin: 30px 0;
}

.our-application-slider .slide-left {
    float: left;
    width: 100%;
    max-width: 46%;
    margin: 20px 3.5% 20px 0;
}

.our-application-slider .slide-left h3 {
    color: #05054b;
}

.our-application-slider .slide-left .description h3 {
    margin-top: 20px;
}

.our-application-slider .slide-right {
    float: right;
    width: 100%;
    max-width: 50.5%;
}

.our-application-slider .slide-right a.popup-youtube {
    display: block;
    position: relative;
}

.image_wrapper {
    display: inline-block;
    position: relative;
}

.our-application-slider .slide-right img {
    margin: 20px 0;
}

.our-application-section .discription {
    width: 100%;
    display: inline-block;
    font-size: 16px;
    font-family: Boots_Sharp_regular, arial, sans-serif;
}

.our-application-section .discription .head {
    width: 100%;
    display: inline-block;
}

.our-application-section .discription .head h2 {
    float: left;
    margin: 0;
    font-size: 24px;
    line-height: 29px;
    font-family: Boots_Sharp_regular, arial, sans-serif;
    color: #04054b;
}

.our-application-section .discription .head .hub-button {
    float: right;
}

.our-application-slider .application-for .v-align {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    display: -webkit-flex !important;
}

.our-application-section .application-for .discription span {
    width: 100%;
    display: inline-block;
    margin-bottom: 2px;
    font-size: 16px;
    line-height: 16px;
    font-family: Boots_Sharp_regular, arial, sans-serif;
}

.our-application-section .application-for .discription span:first-child {
    margin-top: 10px;
}

.color-block {
    position: absolute;
    top: 0;
    right: 0;
    width: 47.5%;
    height: 100%;
    z-index: 0;
    transform: translateZ(0);
}

.our-application-slider .color-block.pink {
    z-index: -1;
}

.color-block.pink {
    background: #fde7f4;
}

.color-block {
    -webkit-transition: left 1650ms cubic-bezier(0.42, 0, 0.005, 1);
    -moz-transition: left 1650ms cubic-bezier(0.42, 0, 0.005, 1);
    -ms-transition: left 1650ms cubic-bezier(0.42, 0, 0.005, 1);
    -o-transition: left 1650ms cubic-bezier(0.42, 0, 0.005, 1);
    transition: left 1650ms cubic-bezier(0.42, 0, 0.005, 1);
}

.our-application-slider .slick-slide .stage-thumb {
    position: relative;
    background: transparent;
    padding: 0;
    margin: 4px;
    text-align: left;
}

.our-application-slider .slick-slide .stage-thumb::before {
    transition: none;
}

.our-application-slider .slick-current.slick-active .stage-thumb::before {
    content: '';
    width: 100%;
    position: absolute;
    top: 12px;
    right: 4px;
    z-index: -9;
}

.application-nav .stage-thumb::after {
    content: '';
    border-top: 1px dashed #000;
    width: 100%;
    position: absolute;
    top: 12px;
    right: -12px;
    z-index: -9;
    border-radius: 0;
}

.application-nav .stage-thumb.swiper-slide-thumb-active::after,
.application-nav .stage-thumb.swiper-slide-thumb-active ~ .stage-thumb::after {
    display: none;
}

.our-application-slider .stage-thumb span.number {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 60px;
    background: #e5eff8;
    float: left;
    font-size: 50px;
    font-family: Boots_Sharp_regular, arial, sans-serif;
    padding: 4px 8px 0 0;
    overflow: hidden;
    color: #fff;
    cursor: pointer;
    text-align: right;
}

.our-application-slider .application-nav .swiper-slide-thumb-active span.number {
    background: #04054b;
}

.our-application-slider button {
    background: none;
    overflow: visible;
}

.our-application-slider button::before {
    display: none;
}

.our-application-slider .stage-thumb span.stage {
    position: relative;
    bottom: 8px;
    left: 5px;
    top: 8px;
    font-size: 12px;
    line-height: 16px;
    margin-top: 10px;
    font-family: Boots_Sharp_regular, arial, sans-serif;
    cursor: pointer;
}

.our-application-slider .swiper-slide-thumb-active span.stage {
    color: #04054b;
    font-family: Boots_Sharp_bold, arial, sans-serif;
}

#hints-tips .stage-thumb ul {
    max-width: 100%;
}

#hints-tips .stage-thumb > ul > li {
    width: 49%;
}

#hints-tips .stage-thumb > ul > li ul {
    margin: 0 10px 10px 60px;
    padding: 0;
}

#hints-tips .stage-thumb > ul > li ul li {
    list-style: disc;
    padding-bottom: 12px;
    font-size: 13px;
    font-family: Boots_Sharp_regular, arial, sans-serif;
    line-height: 16px;
    color: #04054b;
}

.break {
    width: 100% !important;
}

/* Our Application Process end */

/* Integrated Core Development Programme start */
.integrated-core-section .integrated-core-section-inner {
    background: #04054b;
    color: #fff;
    margin: 50px 0;
    padding: 40px 0;
}

.integrated-core-section .head {
    margin-bottom: 12px;
    color: #fff;
    display: inline-block;
}

.discription-left .head h2 {
    font-size: 24px;
    line-height: 31px;
    font-family: Boots_Sharp_bold, arial, sans-serif;
    color: #fff;
    margin: 0;
}

.discription-left p,
.discription-left ul {
    margin: 0 0 10px;
    font-size: 14px;
    line-height: 19px;
    font-family: Boots_Sharp_regular, arial, sans-serif;
    color: #fff;
    text-align: justify;
}

.discription-left {
    width: 60%;
    float: left;
    padding-right: 16px;
    box-sizing: border-box;
}

.video-right {
    width: 40%;
    float: right;
    position: relative;
}

.video-right .popup-youtube {
    position: absolute;
    top: -79px;
    right: 0;
    width: 100%;
    float: left;
}

.video-right .popup-youtube.has-video::after {
    content: '';
    background: url('../img/hub/play-button.svg') no-repeat;
    width: 75px;
    height: 75px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-size: cover;
}

.video-right .popup-youtube img {
    width: 100%;
}

.our-application-section .slide-right a.popup-youtube:after {
    background: url('../assets/build/images/play.svg') no-repeat;
    background-size: contain;
    content: "";
    float: left;
    height: 72px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 72px;
}

/* Integrated Core Development Programme end */
/* popup start */
.mfp-zoom-in {
    /* start state */
    /* animate in */
    /* animate out */
}

.mfp-zoom-in .mfp-with-anim {
    opacity: 0;
    transition: all 0.2s ease-in-out;
    transform: scale(0.8);
}

.mfp-zoom-in.mfp-bg {
    opacity: 0;
    transition: all 0.3s ease-out;
}

.mfp-zoom-in.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: scale(1);
}

.mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-zoom-in.mfp-removing .mfp-with-anim {
    transform: scale(0.8);
    opacity: 0;
}

.mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
}

.popup-common.blue-popup {
    background: #e5eff8;
    padding: 25px;
}

.mfp-close-btn-in .mfp-close {
    overflow: hidden;
    color: #04054b !important;
    background: #e5eff8 url(../assets/build/images/close.svg) no-repeat center;
    background-size: 14px;
    font-family: Boots_Sharp_regular, arial, sans-serif;
    width: 45px !important;
    height: 45px;
    border-radius: 50%;
    opacity: 1;
}

.mfp-close-btn-in .button:before,
.mfp-close-btn-in button:before {
    background: transparent;
}

.popup-click .hub-button {
    border-radius: 7px;
}

.popup-common {
    background: #fff;
    max-width: 80%;
    height: auto;
    margin: 0 auto;
    position: relative;
}

.popup-common .stage-thumb::before {
    content: '';
    width: 100%;
    position: absolute;
    top: 12px;
    left: 4px;
    z-index: -9;
}

.popup-common .stage-thumb span.number {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 50px;
    background: #04054b;
    float: left;
    font-size: 50px;
    font-family: Boots_Sharp_regular, arial, sans-serif;
    padding: 4px 8px 0 0;
    overflow: hidden;
    color: #fff;
    cursor: pointer;
    text-align: right;
}

.popup-common .stage-thumb span.stage {
    font-size: 20px;
    font-family: Boots_Sharp_regular, arial, sans-serif;
    cursor: pointer;
    margin-left: 10px;
    color: #04054b;
}

.popup-common li {
    list-style: none;
    max-width: 100%;
    float: left;
}

.popup-common .stage-thumb li p {
    font-size: 13px;
    font-family: Boots_Sharp_regular, arial, sans-serif;
    line-height: 15px;
    color: #04054b;
    float: left;
    margin: 0 10px 10px 60px;
    clear: both;
}

.be-yourself {
    max-width: 200px;
    width: 21%;
    float: left;
}

.be-yourself h4 {
    font-size: 30px;
    font-family: Boots_Sharp_regular, arial, sans-serif;
    color: #04054b;
    margin: 15px 0;
}

.be-yourself p {
    font-size: 13px;
    font-family: Boots_Sharp_regular, arial, sans-serif;
    line-height: 15px;
    color: #04054b;
    float: left;
}

.stage-thumb > ul {
    margin: 0;
    padding: 0;
    max-width: 49%;
    float: left;
}

.popup-common .stage-thumb {
    max-width: 79%;
}

.popup-common .stage-thumb.full-width {
    max-width: 100%;
}

#benefits.popup-common .stage-thumb span.number {
    padding: 10px 0px 0px 0;
    margin: 0 auto;
}

#benefits.popup-common .stage-thumb span.stage {
    width: 100%;
    text-align: center;
    margin: 10px 0;
}

#benefits.popup-common .stage-thumb span.number img {
    display: block;
    margin: 0 auto;
    padding: 0;
}

#benefits.popup-common .stage-thumb li:nth-child(4) span.number {
    padding-top: 13px;
}

#benefits.popup-common .stage-thumb li:nth-child(2) span.number {
    padding-top: 14px;
}

#benefits.popup-common ul {
    width: 100%;
    max-width: 100%;
}

#benefits.popup-common li {
    width: 33%;
}

#benefits.popup-common .stage-thumb {
    max-width: 100%;
}

#benefits.popup-common .stage-thumb li p {
    margin: 0 10px 30px 60px;
}

#benefits.our-benefits h4 {
    margin: 10px 0;
}

/* popup end */
/* Our culture start */
ul.horizontal-tabs {
    margin: 25px 0 30px 0;
    padding: 0px;
    list-style: none;
}

ul.horizontal-tabs li {
    background: none;
    color: #04054b;
    display: inline-block;
    margin: 10px 3%;
    padding: 0;
    cursor: pointer;
    font-size: 24px;
    line-height: 29px;
    font-family: Boots_Sharp_regular, arial, sans-serif;
}

ul.horizontal-tabs li button {
    font-size: 24px;
    line-height: 29px;
    font-family: Boots_Sharp_regular, arial, sans-serif;
    color: #04054b;
    background-color: transparent;
    border: none;
    border-radius: 0;
    width: 100%;
}

ul.horizontal-tabs li.current button {
    border-bottom: 1px solid #04054b;
    font-weight: bold;
}

ul.horizontal-tabs li:first-child {
    margin: 0;
}

.horizontal-tab-content {
    display: none;
    padding: 0;
    margin-bottom: 100px;
}

.horizontal-tab-content.current {
    display: inherit;
}

.our-culture-section {
    position: relative;
}

.our-culture-section .head {
    width: 100%;
    margin-bottom: 20px;
    display: inline-block;
}

.our-culture-section .head h2 {
    width: 100%;
}

.our-culture-section .head {
    width: 100%;
}

.our-culture-slider .image {
    position: relative;
    width: 50%;
    float: left;
}

.our-culture-slider .image .slide-image-wrapper {
    padding-bottom: 32px;
}

.our-culture-slider a.popup-youtube:focus-visible img,
.common-single-slider a.popup-youtube:focus-visible img {
    outline: 3px solid #05054b;
    outline-offset: -3px;
}

.our-culture-slider .para {
    max-width: 46%;
    float: right;
    margin-left: 4%;
    font-size: 15px;
    line-height: 25px;
    font-family: Boots_Sharp_regular, arial, sans-serif;
}

.our-culture-slider .popup-youtube::after,
.our-team-section .popup-youtube::after {
    content: '';
    background: url(../img/hub/play-button.svg) no-repeat;
    background-size: contain;
    width: 72px;
    height: 72px;
    float: left;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.culture-slider.v-align {
    display: flex !important;
}

.our-culture-slider .slick-list {
    padding-bottom: 40px;
}

.graduates-stories-section .slick-list {
    padding-bottom: 0px;
}

.our-culture-slider .slide-count-wrap {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-family: Boots_Sharp_bold, arial, sans-serif;
    color: #04054b;
}

.pill-controlled-slider .slide-count-wrap {
    position: absolute;
    bottom: 0px;
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-family: Boots_Sharp_bold, arial, sans-serif;
    color: #04054b;
}

.our-culture-slider .slick-prev,
.our-culture-slider .slick-next {
    width: 46px;
    height: 45px;
    margin: 0;
    padding: 0;
}

.graduates-stories-section .slick-next {
    left: calc(50% - 21px);
}

.our-culture-slider .slick-prev:before,
.our-culture-slider .slick-next:before {
    width: 46px;
    height: 45px;
    float: left;
    line-height: 45px;
    position: static;
    background-size: 100% 100%;
    margin: 0;
    padding: 0;
    z-index: 999;
    color: transparent;
    background-color: transparent;
}

.our-culture-slider .slick-next {
    left: 48.5%;
}

.our-culture-slider .slick-prev:before {
    background: url('../img/hub/left-arrow.svg') no-repeat;
}

.our-culture-slider .slick-next:before {
    background: url('../img/hub/right-arrow.svg') no-repeat;
}

.color-block.left {
    top: 60px;
    left: -11%;
    width: 55.5%;
    height: 100%;
}

.graduates-stories-section .slick-prev,
.graduates-stories-section .slick-next {
    width: 46px;
    height: 45px;
    margin: 0;
    padding: 0;
}

.graduates-stories-section .slick-prev:focus-visible,
.graduates-stories-section .slick-next:focus-visible {
    outline: 2px solid #05054b !important;
}

.our-culture-slider .slick-prev:focus-visible,
.our-culture-slider .slick-next:focus-visible {
    outline: 2px solid #05054b !important;
}

.graduates-stories-section .slick-prev:before,
.graduates-stories-section .slick-next:before {
    width: 46px;
    height: 45px;
    float: left;
    line-height: 45px;
    position: static;
    background-size: 100% 100%;
    margin: 0;
    padding: 0;
    z-index: 999;
    color: transparent;
    background-color: transparent;
}

.graduates-stories-section .slick-prev:before {
    background: url('../img/hub/left-arrow.svg') no-repeat;
}

.graduates-stories-section .slick-next:before {
    background: url('../img/hub/right-arrow.svg') no-repeat;
}

.our-culture-slider img {
    width: 100%;
    padding: 4px;
}

/* Our culture end */
/* Graduates Stories start */
#graduates-stories {
    position: relative;
    margin-bottom: 40px;
}

.graduates-stories-section .text-image-block {
    width: 100%;
    padding: 50px 0px 50px;
    display: flex !important;
}

.graduates-stories-section .text-image-block .image {
    float: left;
    width: 50%;
    position: relative;
}

.graduates-stories-section .text-image-block .common-slider-para {
    float: right;
    width: 44%;
    margin: 40px 0% 0px 2%;
    padding: 0px 0% 0% 70px;
    position: relative;
}

.graduates-stories-section .extended.container {
    display: block !important;
}

.graduates-stories-section .text-image-block .common-slider-para:before {
    content: '';
    background: url(../img/hub/quotes.png);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
    width: 70px;
    height: 80px;
    position: absolute;
    top: -40px;
    left: -15px;
    opacity: 0.6;
}

.graduates-stories-section .text-image-block .image {
    padding-bottom: 30px;
}

.graduates-stories-section .text-image-block .image img {
    width: 100%;
}

.graduates-stories-section .head {
    width: 100%;
    display: inline-block;
}

.graduates-stories-section .color-block.blue {
    height: calc(100% - 31px);
    left: 45%;
    width: 55%;
}

.common-slider-para p {
    color: #04054b;
    font-size: 15px;
    line-height: 25px;
    font-family: Boots_Sharp_regular, arial, sans-serif;
}

.common-slider-para .name {
    color: #04054b;
    font-size: 18px;
    line-height: 22px;
    font-family: Boots_Sharp_regular, arial, sans-serif;
    margin: 20px 0 10px 0;
}

.common-slider-para a.read {
    font-size: 16px;
    line-height: 19px;
    font-family: Boots_Sharp_regular, arial, sans-serif;
    text-decoration: underline;
    float: left;
    margin-top: 10px;
    color: #04054b;
}

.common-slider-para .hub-button {
    float: right;
}
.graduates-stories-section .text-image-block .common-slider-para .hub-button {
    background: #fff;
    color: #05054b;
    border: 2px solid #fff;
}

.graduates-stories-section .text-image-block .common-slider-para .hub-button:hover {
    border-color: #05054b;
    background: #05054b;
    color: #fff;
}
/*
.theme-wrapper.optometrist-hub .text-image-block .common-slider-para .hub-button:hover {
    background: #00778B;
    color: #fff;
}*/

/* .common-slider-para p span{
    font-size: 200px;
    line-height: 240px;
    color:#fff;
    font-family: Boots_Sharp_regular, arial, sans-serif;
}  .slick-dots li.slick-active button:before{
    content: "";
    background: url(../img/slider_drag.png);
    width: 66px;
    height: 66px;
} */

/* Graduates Stories end */

/* What a day at Boots looks like start start */
.day-at-boots-section h2 {
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
}

.day-at-boots-section .image-plugin {
    width: 49.5%;
    float: left;
}

.day-at-boots-section .image-plugin img {
    width: 100%;
}

.day-at-boots-section .only-images {
    width: 49%;
    float: right;
}

.day-at-boots-section .only-images .two-images {
    width: 100%;
    margin-bottom: 2.5%;
    display: inline-block;
}

.day-at-boots-section .only-images img {
    width: 100%;
    float: left;
    text-align: center;
}

.day-at-boots-section .only-images .two-images img {
    width: 48.5%;
}

.day-at-boots-section .only-images .two-images img.left {
    float: left;
}

.day-at-boots-section .only-images .two-images img.right {
    float: right;
}

.day-at-boots-section .social-share {
    border: 2px solid #fde7f4;
    padding: 6% 10px;
    display: inline-block;
    width: 100%;
    margin-top: 18px;
}

.day-at-boots-section .social-share ul li a span {
    background-size: 100% 100%;
    width: 34px;
    height: 37px;
    margin: 0 2%;
}

.day-at-boots-section .social-share h3 {
    margin: 15px 0;
    width: 100%;
    text-align: center;
    font-size: 28px;
    padding: 0;
    color: #04054b;
}

.day-at-boots-section .social-share ul {
    padding: 0;
    width: 230px;
    margin: 0 auto;
}

.day-at-boots-section .social-share ul li {
    float: left;
    list-style: none;
    margin: 0 2.8%;
}

.day-at-boots-section .social-share ul li a span {
    font-size: 34px;
    width: 31px;
    height: 31px;
    float: left;
    line-height: 30px;
    font-family: FontAwesome, 'Open Sans', Arial, sans-serif;
    display: inline-flex;
    align-items: center;
}

 
.day-at-boots-section .social-share ul li a:hover {
    color: #454545;
}

/* What a day at Boots looks like start end */
/* our team start */
.common-single-slider-wrapper {
    position: relative;
}

.common-single-slider .slick-prev,
.common-single-slider .slick-next {
    width: 46px;
    height: 45px;
    margin: 0;
    padding: 0;
    left: -50px;
}

.common-single-slider .slick-next {
    left: auto;
    right: -40px;
}

.common-single-slider .slick-prev:focus-visible,
.common-single-slider .slick-next:focus-visible {
    outline: 2px solid #05054b !important;
}

.common-single-slider .slick-prev:before,
.common-single-slider .slick-next:before {
    width: 46px;
    height: 45px;
    float: left;
    line-height: 45px;
    position: static;
    background-size: 100% 100%;
    margin: 0;
    padding: 0;
    z-index: 999;
    color: transparent;
    background-color: transparent;
}

.common-single-slider .slick-prev:before {
    background: url('../img/hub/left-arrow.svg') no-repeat;
}

.common-single-slider .slick-next:before {
    background: url('../img/hub/right-arrow.svg') no-repeat;
}

.our-team-section {
    margin: 40px 0;
    position: relative;
}

.our-team-section h2 {
    width: 100%;
    margin-bottom: 20px;
}

.our-team-section p {
    margin-bottom: 20px;
}

.our-team-section .common-slider-para {
    float: left;
    width: 46%;
    margin-right: 3%;
    padding-top: 26px;
}

.our-team-section .image {
    float: right;
    width: 50%;
    margin: 40px 0;
    position: relative;
}

.our-team-section .image img {
    width: 100%;
}

.our-team-section .text-image-block.v-align {
    display: flex !important;
    justify-content: space-between;
}

.our-team-section .color-block.pink {
    height: 100%;
    left: -150px;
    top: 0;
    width: calc(60% + 150px);
}

.our-team-section .common-slider-para h2 {
    color: #04054b;
}

.our-team-section .common-slider-para a.read {
    font-size: 18px;
    line-height: 22px;
    font-family: Boots_Sharp_regular, arial, sans-serif;
    text-decoration: none;
    display: contents;
}

/* our team end */

.graduate-specific-queries-section h2 {
    width: 100%;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.graduate-specific-queries-section .accordion-and-details-section {
    width: 100%;
}

.graduate-specific-queries-section .accordion-and-details-section .accordion-section {
    width: 100%;
    padding: 0;
    border: 0px solid #fde7f4;
    border-top: 1px solid;
    border-color: #05054b !important;
}

.graduate-specific-queries-section .accordion-and-details-section .accordion h3 {
    font-size: 20px;
    line-height: 24px;
    font-family: Boots_Sharp_bold, arial, sans-serif;
}

.graduate-specific-queries-section .accordion-and-details-section .accordion h3 span {
    margin-right: 15px;
    color: #04054b;
    position: absolute;
    transform: translateY(-50%);
    z-index: 11;
    top: 50%;
}

.graduate-specific-queries-section p {
    font-size: 16px;
    line-height: 19px;
    color: #333333;
    margin-bottom: 15px;
}

.graduate-specific-queries-section .accordion div {
    border-bottom: 1px solid #05054b;
    font-family: Boots_Sharp_bold, arial, sans-serif;
}

.graduate-specific-queries-section .accordion div span {
    float: left;
    margin-right: 25px;
    font-size: 20px;
    line-height: 24px;
    font-family: Boots_Sharp_bold, arial, sans-serif;
    color: #04054b;
}

.graduate-specific-queries-section .accordion-and-details-section .hub-button {
    margin: 15px auto 15px auto;
    float: none;
    display: block;
}

span.view-all {
    width: 100%;
    display: inline-block;
    text-align: center;
}

.hub-faqs-container span.view-all {
    padding-top: 30px;
}

span.view-all .view-all-faqs {
    display: inline-block !important;
}

span.view-all .view-all-faqs:focus-visible {
    outline-offset: -5px;
}

.no-queries-section {
    width: 100%;
    padding: 40px 0;
    background: #e5eff8;
    display: inline-block;
    margin-bottom: -6px;
}

.no-queries-section .title {
    font-size: 26px;
    line-height: 34px;
    color: #04054b;
    float: left;
    margin: 0 10px 0 0;
    width: auto;
}

.no-queries-section .hub-button {
    float: left;
}

.no-queries-section .no-queries-text {
    max-width: 555px;
    margin: 0 auto;
    width: 100%;
}
.optometrist-hub .text-component .hub-button {
    margin-top: 16px;
}
.optometrist-hub .no-queries-section .title {
    margin: 0 20px 0 0;
}

.pill-controlled-slider-box {
    position: relative;
}

.pill-controlled-slider-nav .ui-slider-pip {
    position: absolute;
    width: 7px;
    height: 7px;
    top: 31px;
    border-radius: 50%;
    background: grey;
    color: transparent;
    z-index: 1;
}

.pill-controlled-slider-nav .ui-slider-tip {
    display: none;
}

/* Back to top */
.back-to-top {
    position: fixed;
    bottom: 160px;
    right: 50px;
    text-align: center;
    color: #04054b;
    z-index: 10;
    display: none;
}

.back-to-top .arrow {
    width: 40px;
    height: 40px;
    background: url(../img/hub/arrow-down.svg);
    border-radius: 50%;
    background-size: 16px;
    background-repeat: no-repeat;
    background-color: #e5eff8;
    background-position: center;
    transform: rotate(180deg);
    margin: 0 auto;
    box-shadow: 0px -2px 3px -1px #888888;
}

#resources {
    margin-bottom: 0;
}

.resources-section .resource-list {
    display: inline-block;
    width: 100%;
    clear: both;
    padding: 22px 0 0;
    list-style: none;
    margin-bottom: 0;
}

.resources-section h2 {
    text-align: center;
    display: block;
    width: 100%;
}

.resources-section .resource-list li {
    width: 50%;
    float: left;
    margin-bottom: 16px;
}

.resources-section .resource-list li a {
    font-size: 16px;
}

.resources-section .resource-list li a img {
    width: 36px;
    vertical-align: middle;
    padding-right: 12px;
}

/* Template specific styling start */
/* apprenticeship */
.theme-wrapper.apprenticeship-hub .swiper-slide-thumb-active .scheme-highlight,
.theme-wrapper.apprenticeship-hub .color-block.pink,
.theme-wrapper.apprenticeship-hub .color-block.blue,
.theme-wrapper.apprenticeship-hub .no-queries-section {
    background: rgb(0, 174, 187);
}

.theme-wrapper.apprenticeship-hub .scheme-highlight:after,
.theme-wrapper.apprenticeship-hub .scheme-highlight:before {
    border-left-color: rgb(0, 174, 187);
}

.theme-wrapper.apprenticeship-hub .accordion-and-details-section .accordion-section,
.theme-wrapper.apprenticeship-hub .day-at-boots-section .social-share {
    border-color: rgb(0, 174, 187);
}

.theme-wrapper.apprenticeship-hub .schemes-nav-mobile .slick-current .div-icon {
    background: rgb(0, 174, 187);
}

.theme-wrapper.apprenticeship-hub .schemes-nav-mobile .slick-current .div-icon:before,
.theme-wrapper.apprenticeship-hub .schemes-nav-mobile .slick-current .div-icon:after {
    border-top-color: rgb(0, 174, 187);
}
.theme-wrapper.apprenticeship-hub .banner-hub-section h1,
.theme-wrapper.apprenticeship-hub .banner-hub-section p {
    color: #04054b;
}
/* graduates */
.theme-wrapper.graduates-hub .swiper-slide-thumb-active .scheme-highlight,
.theme-wrapper.graduates-hub .color-block.pink,
.theme-wrapper.graduates-hub .color-block.blue,
.theme-wrapper.graduates-hub .no-queries-section {
    background: rgb(0, 174, 187);
}

.theme-wrapper.graduates-hub .details-section p {
    color: #04054b;
}

.theme-wrapper.graduates-hub .scheme-highlight:after,
.theme-wrapper.graduates-hub .scheme-highlight:before {
    border-left-color: rgb(0, 174, 187);
}

.theme-wrapper.graduates-hub .accordion-and-details-section .accordion-section,
.theme-wrapper.graduates-hub .day-at-boots-section .social-share {
    border-color: rgb(0, 174, 187);
}

.theme-wrapper.graduates-hub .schemes-nav-mobile .slick-current .div-icon {
    background: rgb(0, 174, 187);
}

.theme-wrapper.graduates-hub .schemes-nav-mobile .slick-current .div-icon:before,
.theme-wrapper.graduates-hub .schemes-nav-mobile .slick-current .div-icon:after {
    border-top-color: rgb(0, 174, 187);
}

/* pharmacy */
/* .theme-wrapper.pharmacy-hub,
.theme-wrapper.apprenticeship-hub {
    padding-top: 70px;
} */

.theme-wrapper.pharmacy-hub .swiper-slide-thumb-active .scheme-highlight,
.theme-wrapper.pharmacy-hub .color-block.pink,
.theme-wrapper.pharmacy-hub .color-block.blue,
.theme-wrapper.pharmacy-hub .no-queries-section {
    background: rgb(159, 210, 195);
}

.theme-wrapper.pharmacy-hub .details-section .swiper-slide-thumb-active .box-head button,
.theme-wrapper.graduates-hub .details-section .swiper-slide-thumb-active .box-head button,
.theme-wrapper.early-career .details-section .swiper-slide-thumb-active .box-head button,
.theme-wrapper.apprenticeship-hub .details-section .swiper-slide-thumb-active .box-head button,
.theme-wrapper.pharmacy-hub .color-block.pink .box-head button,
.theme-wrapper.pharmacy-hub .color-block.blue .box-head button,
.theme-wrapper.pharmacy-hub .no-queries-section .box-head button {
    color: #04054b;
}

.theme-wrapper.pharmacy-hub .details-section p {
    color: #363636;
}

.theme-wrapper.pharmacy-hub .scheme-highlight:after,
.theme-wrapper.pharmacy-hub .scheme-highlight:before {
    border-left-color: rgb(159, 210, 195);
}

.theme-wrapper.pharmacy-hub .accordion-and-details-section .accordion-section,
.theme-wrapper.pharmacy-hub .day-at-boots-section .social-share {
    border-color: rgb(159, 210, 195);
}

.theme-wrapper.pharmacy-hub .schemes-nav-mobile .slick-current .div-icon {
    background: rgb(159, 210, 195);
}

.theme-wrapper.pharmacy-hub .schemes-nav-mobile .slick-current .div-icon:before,
.theme-wrapper.pharmacy-hub .schemes-nav-mobile .slick-current .div-icon:after {
    border-top-color: rgb(159, 210, 195);
}

/* optometrist */
.theme-wrapper.optometrist-hub .scheme-highlight,
.theme-wrapper.optometrist-hub .color-block.pink,
.theme-wrapper.optometrist-hub .color-block.blue,
.theme-wrapper.optometrist-hub .no-queries-section {
    background: #005f70;
}

.theme-wrapper.optometrist-hub .details-section .swiper-slide-thumb-active .scheme-highlight button,
.theme-wrapper.optometrist-hub .scheme-highlight p,
.theme-wrapper.optometrist-hub .scheme-highlight li,
.theme-wrapper.optometrist-hub ul.horizontal-tabs li,
.theme-wrapper.optometrist-hub .our-culture-slider .slide-count-wrap,
.theme-wrapper.optometrist-hub .common-slider-para p,
.theme-wrapper.optometrist-hub .common-slider-para .name,
.theme-wrapper.optometrist-hub .common-slider-para a.read,
.theme-wrapper.optometrist-hub .our-team-section .common-slider-para h2 {
    color: #fff;
}

.theme-wrapper .details-section .scheme-highlight button {
    color: #595959;
    font-family: Boots_Sharp_regular, arial, sans-serif;
    line-height: 1.1;
}

.theme-wrapper.optometrist-hub ul.horizontal-tabs li.current button {
    color: #fff;
    border-bottom: 1px solid #fff;
}
.theme-wrapper.optometrist-hub .swiper-slide-thumb-active .scheme-highlight:after,
.theme-wrapper.optometrist-hub .swiper-slide-thumb-active .scheme-highlight:before {
    border-left-color: #005f70;
}
.theme-wrapper.optometrist-hub .accordion-and-details-section .accordion-section,
.theme-wrapper.optometrist-hub .day-at-boots-section .social-share {
    border-color: #005f70;
}
.theme-wrapper.optometrist-hub .schemes-nav-mobile .slick-current .div-icon {
    background: #005f70;
    color: #fff;
}

/* Early Career  */
.theme-wrapper.early-career .swiper-slide-thumb-active .scheme-highlight,
.theme-wrapper.early-career .no-queries-section {
    background: #ef8b19;
}
.theme-wrapper.early-career .color-block.pink,
.theme-wrapper.early-career .color-block.blue {
    background: #ef8b19;
}
/*
.theme-wrapper.early-career .details-section .icon img {
	filter: none;
    opacity: 1;
}
*/
.theme-wrapper.early-career .details-section .swiper-slide.active .scheme-highlight .box-head,
.theme-wrapper.early-career .details-section p,
.theme-wrapper.early-career .details-section .scheme-highlight li {
    color: #05054b;
}
.theme-wrapper.early-career .scheme-highlight:after,
.theme-wrapper.early-career .scheme-highlight:before {
    border-left-color: #ef8b19;
}
.theme-wrapper.early-career .accordion-and-details-section .accordion-section,
.theme-wrapper.early-career .day-at-boots-section .social-share {
    border-color: #ef8b19;
}
.theme-wrapper.early-career .schemes-nav-mobile .slick-current .div-icon {
    background: #ef8b19;
}
.theme-wrapper.early-career .schemes-nav-mobile .slick-current .div-icon:before,
.theme-wrapper.early-career .schemes-nav-mobile .slick-current .div-icon:after {
    border-top-color: #ef8b19;
}
.theme-wrapper.early-career .banner-hub-section h1,
.theme-wrapper.early-career .banner-hub-section p {
    color: #04054b;
}
.theme-wrapper.early-career .details-section .head h3 {
    color: #04054b;
}

.theme-wrapper.optometrist-hub .schemes-nav-mobile .slick-current .div-icon:before,
.theme-wrapper.optometrist-hub .schemes-nav-mobile .slick-current .div-icon:after {
    border-top-color: #005f70;
}

.theme-wrapper.optometrist-hub .swiper-slide-thumb-active .scheme-highlight .box-head .icon img {
    filter: brightness(0) invert(1);
}

#benefits.popup-common .stage-thumb .without-icon span.stage {
    text-align: left;
}
#benefits.popup-common .stage-thumb .without-icon p {
    margin-left: 0px;
}
#benefits.popup-common .without-icon {
    padding-left: 20px;
}
.optometrist-hub .no-queries-section .no-queries-text {
    display: flex;
    justify-content: center;
}
.optometrist-hub .no-queries-section .title {
    font-size: 24px;
    font-weight: normal;
    color: #fff;
}
.optometrist-hub .no-queries-section .hub-button {
    background: #fff;
    color: #04054b;
    border: 2px solid #fff;
}

.optometrist-hub .no-queries-section .hub-button:focus-visible {
    outline-offset: -6px;
}

/* Flow social plugin styling */

.day-at-boots-section .social-shortcode .ff-stream {
    min-height: auto !important;
    background: transparent;
    padding-top: 0;
}

.day-at-boots-section .social-shortcode .ff-stream .ff-stream-wrapper {
    margin-top: 0;
}

.day-at-boots-section .social-shortcode .ff-loadmore-wrapper {
    display: none;
}

/* Template specific styling end */
/* Resource */
ul.resources {
    list-style: none;
    text-align: left;
}

ul.resources li {
    margin-bottom: 16px;
}

ul.resources li a {
    font-size: 15px;
    display: flex;
    align-items: center;
}

ul.resources li a:before {
    content: '';
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 36px;
    width: 36px;
    margin-right: 12px;
}

ul.resources li a.document:before {
    background-image: url('../img/app-hub/download-blue-icon.svg');
}

ul.resources li a.video:before {
    background-image: url('../img/app-hub/video-blue-icon.svg');
}
.pill-controlled-slider .slide-image-wrapper {
    background-color: #e7eff7;
}

@media screen and (min-width: 1401px) {
    .day-at-boots-section .social-shortcode .social-share {
        padding: 16px 10px 36px;
    }
    .graduates .integrated-core-section {
        margin: 180px 0;
    }
    .graduates .video-right .popup-youtube {
        top: -160px;
    }
}

@media screen and (max-width: 1400px) {
    .video-right .popup-youtube {
        top: -60px;
    }

    .integrated-core-section {
        padding: 30px 0;
    }

    .our-culture-slider .slick-next {
        left: 48.1%;
    }

    .graduates-stories-section .color-block.blue {
        height: calc(100% - 31px);
    }

    /* What a day at Boots looks like start start */
    .day-at-boots-section .social-share {
        padding: 4% 10px;
    }

    /* What a day at Boots looks like start end */
    /* our team start */
    .our-team-section h2 {
        width: 100%;
        margin-bottom: 12px;
    }

    .our-team-section p {
        margin-bottom: 26px;
    }

    /* our team end */
}

@media screen and (max-width: 1279px) {
    #hub-nav-sticky {
        top: 135px;
    }
}

@media screen and (max-width: 1250px) {
    .banner-hub-section .text-component {
        max-width: 380px;
        margin-top: 16px;
    }

    .popup-common .stage-thumb span.stage {
        font-size: 16px;
    }

    .popup-common .stage-thumb li p {
        font-size: 12px;
        margin: 0 0 3px 60px;
    }

    .be-yourself h4 {
        font-size: 24px;
    }

    .be-yourself {
        width: 19%;
    }

    .popup-common .stage-thumb span.number {
        width: 35px;
        height: 35px;
        font-size: 35px;
        line-height: 39px;
    }

    .be-yourself {
        width: 30%;
    }

    .popup-common .stage-thumb {
        max-width: 70%;
    }

    .popup-common .stage-thumb ul {
        max-width: 100%;
    }

    /* Our Application Process end */
    .popup-common.blue-popup {
        padding: 30px 15px;
    }

    .popup-common {
        overflow: auto;
    }

    .color-block.left {
        left: -15%;
        width: 56.5%;
    }

    /* What a day at Boots looks like start start */
    .day-at-boots-section .social-share {
        margin-top: 13px;
    }

    .day-at-boots-section .social-share h3 {
        margin: 0 0 13px 0;
        font-size: 26px;
        line-height: 28px;
        margin: 0 0 13px 0;
    }

    /* What a day at Boots looks like start end */
}

@media screen and (max-width: 1100px) {
    .hub-button,
    .hub-button:hover,
    .hub-button:before {
        font-size: 16px;
    }

    .details-section .scheme-highlight li .icon {
        margin-right: 4px;
    }

    /* Our Application Process start */

    .application-nav.stage-5 .slick-slide .stage-thumb .stage,
    .application-nav.stage-5 .slick-slide:last-child .stage-thumb {
        bottom: 0px;
        left: 0px;
        top: 0px;
        max-width: 100%;
        width: 100%;
        float: left;
    }

    .our-application-slider .stage-5 .border .stage-thumb::before {
        top: 24px;
    }
    /* Our Application Process end */

    /* Integrated Core Development Programme start */
    .video-right .popup-youtube::after {
        width: 55px;
        height: 55px;
        background-size: 100% 100%;
    }

    .integrated-core-section .head {
        margin-bottom: 10px;
    }

    .discription-left .head h2 {
        font-size: 21px;
        line-height: 24px;
    }

    .discription-left .head p {
        margin: 0 0 10px;
        font-size: 13px;
        line-height: 18px;
    }

    .integrated-core-section {
        padding: 10px 0;
    }

    .video-right .popup-youtube {
        top: -22px;
    }

    .discription-left {
        padding-right: 1%;
    }

    /* Integrated Core Development Programme end */
    /* Our culture start */
    .our-culture-slider .slick-next {
        left: 47%;
    }

    .our-culture-slider .para {
        max-width: 44%;
        margin-left: 6%;
    }

    /* Our culture end */
    /* Graduates Stories start */
    .common-slider-para p {
        font-size: 16px;
        line-height: 18px;
    }

    .common-slider-para .name {
        margin: 12px 0 6px 0;
    }

    .graduates-stories-section .color-block.blue {
        height: 100%;
        right: 0;
        left: inherit;
        top: 5%;
        width: 56%;
    }

    .day-at-boots-section .social-share {
        margin-top: 11px;
    }

    /* Graduates Stories end */
    .our-team-section .color-block.pink {
        height: 100%;
        top: 50%;
        transform: translateY(-50%);
    }

    .graduates-stories-section .text-image-block .common-slider-para .hub-button {
        font-size: 15px;
        padding: 0 13px;
    }

    .graduates-stories-section .text-image-block .common-slider-para a.read {
        font-size: 15px;
    }
}

@media screen and (min-width: 768px) {
    .theme-wrapper .swiper-tab-thumbs-view .scheme-highlight {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    #hub-nav-sticky {
        top: 70px;
    }

    .head h2 {
        font-size: 22px;
    }

    .mobile-hub {
        display: block;
        padding: 0 15px;
    }

    .desktop-hub {
        display: none;
    }

    .banner-hub-section {
        background: none !important;
        padding: 0 0 28px;
        display: block;
    }

    .banner-hub-section .mobile-hub {
        padding: 0;
    }

    .banner-hub-section h1 {
        font-size: 22px;
        color: #04054b;
        margin-bottom: 8px;
    }

    .banner-hub-section p,
    .theme-wrapper.apprenticeship-hub .banner-hub-section p {
        color: #333333;
    }

    .banner-hub-section img {
        width: 100%;
    }

    .hub-nav ul {
        display: flex;
    }

    .accordion-and-details-section .details-section,
    .accordion-and-details-section .accordion-section {
        width: 100%;
    }

    .scheme-highlight:before {
        border: 0;
    }

    .schemes-list .scheme-highlight:after {
        right: 51px;
        margin: 0;
        left: 50%;
        transform: rotate(90deg);
        top: 100%;
        margin-left: -12px;
        border-width: 12px;
        border-left-width: 12px;
    }

    .schemes-container .details-section.vertical-list-to-swiper {
        margin-bottom: 30px;
        padding: 0 30px;
        display: flex;
        justify-content: center;
    }

    .schemes-container .swiper-nav-wrapper .swiper-button-next,
    .schemes-container .swiper-nav-wrapper .swiper-button-prev {
        margin-top: -30px;
    }

    .mobile-graduate-schemes-section .head {
        padding: 0;
        margin: 2% 1%;
    }

    .mobile-graduate-schemes-section .active .head {
        display: block;
    }

    .mobile-graduate-schemes-section .head {
        width: auto;
        float: left;
    }

    .details-section .swiper-slide {
        width: auto;
        height: auto;
        max-width: 100%;
        padding-right: 0;
    }

    .details-section .swiper-slide.active:before {
        content: '';
        position: absolute;
        width: 20px;
        height: 100%;
        top: 0;
        left: -20px;
        display: none;
    }

    .details-section .swiper-slide.active:after {
        content: '';
        position: absolute;
        width: 20px;
        height: 100%;
        top: 0;
        right: -20px;
        display: none;
    }

    /* Schemes */

    .schemes-list > li.active,
    .schemes-details-wrapper .scheme-details.active {
        display: block;
        position: relative;
    }

    .accordion-and-details-section {
        margin: 0px 0 20px 0;
    }

    .schemes-container .vertical-list-to-swiper {
        margin: 20px 0 0;
    }

    .details-section .scheme-highlight .inner-content,
    .details-section .scheme-highlight .icon {
        display: none;
    }

    .details-section .scheme-highlight {
        border-radius: 4px;
        padding: 10px;
        margin-bottom: 20px;
    }

    .accordion-and-details-section .schemes-details-wrapper {
        width: 100%;
        margin: 0;
    }

    .accordion-and-details-section .accordion-section {
        border-top: 0px solid;
    }

    .accordion-and-details-section .hub-button {
        font-size: 14px;
        margin: 15px 2px 15px 0;
    }

    .accordion-and-details-section .hub-button:last-child {
        margin-right: 0;
    }

    .details-section .schemes-list {
        min-height: 60px;
    }

    .details-section .scheme-highlight li:first-child .icon {
        width: 22px;
    }

    .details-section .scheme-highlight li .icon {
        width: 12px;
    }

    .details-section .scheme-highlight li:last-child .icon {
        width: 14px;
    }

    .graduate-schemes-section h2 {
        font-size: 22px;
        line-height: 24px;
    }

    .hub-nav .slick-current .slick-active li a {
        color: #fff;
        border-bottom: 1px solid;
        font-family: Boots_Sharp_bold, arial, sans-serif;
    }

    .wrapper {
        padding-top: 100px;
    }

    #hub-nav-sticky {
        position: fixed;
    }

    .nav {
        box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.2);
        position: fixed;
    }

    #benefits.popup-common li {
        width: 100%;
    }

    #benefits.popup-common .stage-thumb span.number {
        margin: 0 10px 0 0;
    }

    #benefits.popup-common .stage-thumb span.stage {
        width: 62%;
        text-align: left;
        margin: 0 0 0px 0;
        float: right;
    }

    .popup-common .stage-thumb span.number {
        width: 50px;
        height: 50px;
        padding: 13px 8px 0 0;
    }

    #benefits.popup-common .stage-thumb li p {
        margin: 0 10px 30px 62px;
        float: left;
    }

    /* Our Application Process start */
    .our-application-slider .stage-thumb span.stage {
        bottom: 0;
        left: 0;
        top: 0;
        padding: 0 6px;
        text-align: left;
        position: relative;
        display: block;
        width: 100%;
        float: left;
    }

    .our-application-slider .application-for {
        margin: 10px 0;
    }

    .our-application-slider .slide-left {
        max-width: 100%;
    }

    .our-application-slider .slide-right {
        /* display: none; */
        float: left;
        max-width: 100%;
        display: block;
    }

    .our-application-section .slide-right .color-block {
        display: none;
    }

    .our-application-slider .slide-right img {
        margin: 0;
        width: 100%;
    }

    .application-nav .stage-thumb::after {
        top: 24px;
    }

    .our-application-section .discription .head h2 {
        font-size: 22px;
        width: 64%;
    }

    .our-application-section .discription .head .hub-button {
        width: 35%;
        font-size: 12px;
        line-height: 14px;
    }

    .our-application-section .discription .head .hub-button::before {
        content: '';
        background: url(../img/hub/idea.svg) no-repeat;
        background-size: contain;
        background-position: center;
        max-width: 26px;
        height: 24px !important;
        display: inline-block;
        position: static;
        margin: 0 !important;
        padding: 0 !important;
        width: 100%;
        top: 7px;
        position: absolute;
        left: 20px;
    }

    .our-application-section .discription .head .hub-button {
        width: 35%;
        font-size: 9px;
        line-height: 14px;
        height: 60px;
        max-width: 65px;
        position: relative;
        padding-top: 30px;
        border: none;
    }

    .our-application-section .discription .head .hub-button:hover {
        background: #05054b;
        color: #fff;
        display: inline-block;
        outline-offset: 2px;
        outline: 2px solid #05054b;
    }

    .be-yourself {
        width: 100%;
        margin-bottom: 10px;
    }

    .be-yourself h4 {
        margin-top: 0;
    }

    /* Our Application Process end */
    .popup-common.blue-popup {
        padding: 25px;
    }

    /* Integrated Core Development Programme start */
    .discription-left {
        width: 100%;
    }

    .video-right {
        width: 100%;
    }

    .video-right .popup-youtube {
        display: block;
        position: static;
        margin: 0 auto;
        text-align: center;
        max-width: 460px;
        float: none;
        display: block;
    }

    .integrated-core-section {
        padding: 20px 0;
    }

    .discription-left {
        padding-bottom: 20px;
        padding-right: 0;
    }

    /* Integrated Core Development Programme end */
    .color-block.left {
        left: -10%;
        width: 120%;
    }

    .our-culture-slider .popup-youtube::after,
    .our-team-section .popup-youtube::after {
        width: 40px;
        height: 40px;
    }

    .our-culture-slider .image {
        width: 100%;
        margin: 0 auto;
        float: none;
    }

    .our-culture-slider img {
        padding-bottom: 0;
    }

    .our-culture-slider .para {
        max-width: 100%;
        margin-top: 8%;
    }

    .our-culture-slider .slick-prev,
    .our-culture-slider .slick-next {
        top: 69% !important;
    }

    .our-culture-slider .slick-prev {
        left: 0;
    }

    .our-culture-slider .slick-next {
        left: inherit;
        right: 0;
    }

    .graduates-stories-section .slick-next {
        top: 69% !important;
    }
    .graduates-stories-section .slick-prev {
        left: 10px !important;
    }
    .graduates-stories-section .slick-next {
        left: inherit !important;
        right: 10px !important;
    }

    ul.horizontal-tabs li:first-child {
        margin-right: 24px;
    }

    ul.horizontal-tabs li {
        font-size: 20px;
        line-height: 26px;
    }

    #hints-tips .stage-thumb ul li {
        width: 100%;
        margin-bottom: 8px;
    }

    #hints-tips .stage-thumb {
        max-width: 100%;
    }

    #hints-tips .stage-thumb span.stage {
        width: calc(100% - 60px);
    }

    #hints-tips .popup-common .stage-thumb span.number {
        width: 40px;
        height: 40px;
        padding: 9px 8px 0 0;
    }

    #hints-tips .popup-common .stage-thumb li p {
        margin: 0 0 3px 51px;
    }

    /* Graduates Stories start */
    #graduates-stories {
        margin-bottom: 0px;
    }

    .grad_desktop .slide-count-wrap {
        font-size: 16px;
        font-family: Boots_Sharp_bold, arial, sans-serif;
        color: #04054b;
        display: inline-block;
        margin-left: 62px;
        padding-top: 10px;
    }

    .grad_desktop .hub-button {
        float: right;
        margin-right: 10px;
    }

    .graduates-stories-section .slick-prev:before,
    .graduates-stories-section .slick-next:before {
        display: none;
    }

    .graduates-stories-section .slick-prev {
        top: auto;
        left: 10px;
        bottom: -90px;
        background: url('../img/hub/left-arrow.svg') no-repeat !important;
        width: 46px;
        height: 46px;
    }

    .graduates-stories-section .slick-next {
        top: auto;
        left: 100px;
        bottom: -90px;
        background: url('../img/hub/right-arrow.svg') no-repeat !important;
        width: 46px;
        height: 46px;
    }

    .grad_desktop {
        padding-top: 25px;
    }

    .grad_desktop .hub-button {
        width: 150px;
    }

    .graduates-stories-section .text-image-block .image {
        width: 100%;
    }

    .graduates-stories-section .color-block.blue {
        height: 86%;
        right: inherit;
        left: 0;
        top: 16%;
        width: 100%;
        bottom: 0;
    }

    .graduates-stories-section .text-image-block {
        padding: 24px 0;
        display: block !important;
    }

    .graduates-stories-section .text-image-block .common-slider-para {
        float: inherit;
        width: 100%;
        margin: 80px auto 20px;
        z-index: 9;
        display: inline-block;
        padding: 0 15px 0 60px;
    }

    .graduates-stories-section .text-image-block .common-slider-para:before {
        width: 40px;
        height: 60px;
        top: -32px;
        left: 20px;
    }

    .graduates-stories-section .graduates {
        padding-bottom: 0;
        margin-bottom: 10px;
    }

    .horizontal-tab-content {
        margin-bottom: 30px;
    }

    .graduates-stories-section .extended.container {
        padding: 0;
        position: relative;
    }

    .graduates-stories-section .head {
        width: 96%;
        margin-left: 2.5%;
    }

    /* Graduates Stories end */
    /* What a day at Boots looks like start start */
    .day-at-boots-section .image-plugin {
        width: 100%;
    }

    .day-at-boots-section .only-images .two-images {
        margin-top: 2.5%;
    }

    .day-at-boots-section .only-images {
        width: 100%;
    }

    .day-at-boots-section h2 {
        margin-top: 60px;
    }

    .day-at-boots-section .social-share {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    #day-at-boots .extended.container {
        padding: 0;
    }

    .day-at-boots-section .social-share {
        width: 100%;
        margin: 0;
    }

    /* What a day at Boots looks like start end */
    /* Our team start */
    .our-team-section {
        margin: 0;
    }

    .our-team-section .head {
        width: 95%;
        margin: 20px 2.5% 0;
    }

    .our-team-section .common-slider-para {
        width: 100%;
    }

    .our-team-section .image {
        width: 100%;
        margin: 0;
    }

    .our-team-section .extended.container {
        padding: 0;
    }

    .our-team-section .color-block.pink {
        width: 100%;
        top: 50%;
        left: 0;
        height: 100%;
    }

    .our-team-section .common-slider-para {
        width: 100%;
        padding: 20px 32px 15px;
        text-align: center;
        margin: 0;
    }

    .theme-wrapper.apprenticeship-hub .our-team-section .common-slider-para,
    .theme-wrapper.graduates-hub .our-team-section .common-slider-para {
        background-color: rgb(0, 174, 187);
    }

    .theme-wrapper.pharmacy-hub .our-team-section .common-slider-para {
        background-color: rgb(159, 210, 195);
    }

    .our-team-section .common-slider-para h2 {
        font-size: 22px;
    }

    .resources-section {
        margin-top: 24px;
    }

    .resources-section .resource-list li {
        width: 100%;
    }

    /* Our team end */
    .graduate-specific-queries-section .accordion-and-details-section .accordion h3 {
        font-size: 16px;
        line-height: 20px;
    }

    .graduate-specific-queries-section .accordion-and-details-section .hub-button:last-child {
        margin-right: auto;
    }

    .no-queries-section {
        padding: 30px 0;
    }

    .no-queries-section .title {
        font-size: 18px;
        line-height: 24px;
        width: 100%;
        margin: 0 10px 10px 0;
    }

    .no-queries-section span {
        width: 100%;
        display: inline-block;
    }

    .no-queries-section .no-queries-text {
        max-width: 300px;
    }

    .no-queries-section .hub-button,
    .no-queries-section .hub-button:hover {
        float: none;
        display: block;
        margin: auto;
    }

    .optometrist-hub .no-queries-section .title {
        margin: 0 10px 10px 0;
    }
    .optometrist-hub .no-queries-section .no-queries-text {
        flex-direction: column;
    }
    .optometrist-hub .our-culture-slider .para {
        color: #fff;
        margin-left: 0;
    }

    .back-to-top {
        bottom: 54px;
        right: 12px;
    }

    .common-single-slider .slick-prev {
        left: 6px;
        top: 40.5%;
    }

    .common-single-slider .slick-next {
        right: 6px;
        top: 40.5%;
    }

    ul.horizontal-tabs li {
        margin: 10px 0;
    }

    #prereg-stories.container-full,
    #introduction.container-full {
        /*margin-top: 25px;*/
    }

    #hub-nav-sticky.container-full {
        top: 70px;
        max-height: 60px;
    }

    .our-application-slider button {
        padding: 0;
    }

    .our-application-slider .stage-thumb span.number {
        height: 45px;
        width: 45px;
    }
}

@media screen and (max-width: 700px) {
    .our-culture-slider .para {
        margin-top: 11%;
    }

    .our-culture-slider .slick-prev,
    .our-culture-slider .slick-next {
        top: 63% !important;
    }

    .graduate-specific-queries-section p {
        float: right;
    }

    .graduate-specific-queries-section {
        margin-top: 25px;
    }

    .graduates-stories-section .slick-prev,
    .graduates-stories-section .slick-next {
        top: 63% !important;
    }
}

@media screen and (max-width: 480px) {
    /* Our Application Process start */

    .application-nav .swiper-slide .stage-thumb .stage,
    .application-nav .swiper-slide:last-child .stage-thumb {
        max-width: 100%;
        width: 100%;
        float: left;
    }

    /* Our Application Process end */
    .our-benefits h4 {
        font-size: 23px;
        margin: 0 0 5px;
    }

    .our-culture-slider .para {
        margin-top: 15%;
    }

    .our-culture-slider .slick-prev,
    .our-culture-slider .slick-next {
        top: 51.8% !important;
    }

    .graduates-stories-section .slick-prev,
    .graduates-stories-section .slick-next {
        top: 51.8% !important;
    }

    .our-culture-slider .slide-count-wrap {
        bottom: -40px;
    }

    #our-culture .color-block.left {
        height: calc(100% - 35px);
    }
}

@media screen and (max-width: 380px) {
    .our-culture-slider .slick-prev,
    .our-culture-slider .slick-next {
        top: 37.8% !important;
    }

    .our-culture-slider .para {
        margin-top: 17%;
    }
}

@media screen and (max-width: 320px) {
    .our-culture-slider .slick-prev,
    .our-culture-slider .slick-next {
        top: 40.8% !important;
    }

    .graduates-stories-section .slick-prev,
    .graduates-stories-section .slick-next {
        top: 40.8% !important;
    }

    .our-culture-slider .para {
        margin-top: 17%;
    }
}

@media only screen and (min-width: 480px) {
    .footer {
        margin-top: 0;
    }
}

@media screen and (max-width: 768px) {
    .desktop-only {
        display: none;
    }
    .mfp-hidescroll {
        overflow: hidden;
    }

    .mfp-mobilescroll {
        overflow: scroll;
    }
}
@media screen and (min-width: 767px) {
    .mobile-only {
        display: none;
    }
    .mfp-hidescroll {
        overflow: hidden;
    }
    .mfp-mobilescroll {
        overflow: scroll;
    }
}

/* tab css for hub page */

@media (min-width: 768px) and (max-width: 1024px) {
    .banner-hub-section.large-content {
        background-position: -800px top;
    }

    .footer .Social ul li.disability-badge {
        background-position: 100% !important;
    }

    .footer .Social ul li.ban-the-box-fl {
        background-position: 15% !important;
    }
}

/* adpative height issue for application process*/
.application-for .slick-slide {
    height: auto;
    min-height: 1px;
}

/* FAQ alignment */
.graduate-specific-queries-section .accordion-and-details-section .accordion h3 span:nth-child(1),
.graduate-specific-queries-section .accordion div span:nth-child(1) {
    float: left;
    max-width: 25px;
}

.graduate-specific-queries-section .accordion-and-details-section .accordion h3 span:nth-child(2),
.graduate-specific-queries-section p {
    margin-right: 5px;
    max-width: 100%;
    width: calc(100% - 100px);
    float: left;
}

.graduate-specific-queries-section .accordion-section {
    border-color: #05054b;
}

.graduate-specific-queries-section p {
    font-size: 16px;
    line-height: 19px;
    color: #333333;
    margin-bottom: 15px;
}

@media only screen and (max-width: 320px) {
    .graduate-specific-queries-section p {
        max-width: 85%;
    }
}

.graduate-specific-queries-section .accordion-and-details-section .accordion h3 {
    display: flex;
}

.graduate-specific-queries-section .accordion div {
    width: 100%;
}

/* hub faq accessibility */
.accordion .hub-faq-question-label {
    display: block;
    color: #05054b;
    font-size: 20px;
    font-weight: normal;
    font-family: Boots_Sharp_bold, arial, sans-serif;
    line-height: 24px;
    text-align: left;
    border-radius: 0;
    position: relative;
    background: #fff;
    max-width: 100%;
    width: 100%;
    float: left;
    height: auto;
    padding: 10px 36px;
}

/* Franchise Intro Css start here */
@media only screen and (min-width: 768px) {
    .banner-hub-section.franchise-intro .text-component {
        max-width: 450px;
    }

    .banner-hub-section.franchise-intro .container.extended {
        position: relative;
    }

    .banner-hub-section.franchise-intro a.hub-button {
        position: absolute;
        right: 18%;
        top: 45%;
        background: #005f70;
        z-index: 9;
        border-radius: 0;
        margin-top: 0;
        text-transform: uppercase;
        border: 2px solid #005f70;
    }

    .banner-hub-section.franchise-intro a.hub-button:hover {
        background: #fff;
        color: #005f70;
        display: inline-block;
    }

    .banner-hub-section.franchise-intro {
        position: relative;
        padding: 60px 0 60px;
    }
}

@media only screen and (min-width: 1300px) {
    .banner-hub-section.franchise-intro a.hub-button {
        top: 55%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 960px) {
    .banner-hub-section.franchise-intro a.hub-button {
        right: 5%;
    }
}

@media only screen and (min-width: 980px) and (max-width: 1024px) {
    .banner-hub-section.franchise-intro a.hub-button {
        right: 14%;
    }
}
/* Franchise Intro Css end here */

.optometrist-hub .degree-icon {
    background: url(../img/hub/degree-white.svg) no-repeat;
}

.application-nav.stage-5.slick-initialized.slick-slider .slick-track {
    width: 100% !important;
    transform: translate(0px, 0px) !important;
}

.hub-button:hover {
    background: #fff;
    color: #05054b;
    display: inline-block;
}

.optometrist-hub .no-queries-section .hub-button:hover {
    background: #04054b;
    color: #fff;
    float: none;
    display: block;
    margin: auto;
    border-color: #05054b;
}
.graduates-stories-section.slick-initialized.slick-slider {
    margin-bottom: 0;
}
