.other-pages-banner-section {
    background-color: #F4FAFF;
    padding: 175px 0px 60px;
    position: relative;
}
.other-pages-banner-content {
    text-align: center;
}
.other-pages-banner-content h1 {
    font-weight: 400;
    line-height: 120%;
	font-size: 100px;
	color: #40444B;
}
.other-pages-banner-section::before {
    position: absolute;
    content: "";
    width: 189px;
    height: 189px;
    border-radius: 50%;
    background-color: rgba(104, 239, 207, 0.70);
    opacity: 0.4;
    filter: blur(130px);
    top: 40px;
    left: calc((100vw - 1240px) * (119 / 120));
    pointer-events: none;
    touch-action: none;
}

/*  */

.other-services-container {
    overflow: hidden;
}
.other-services-section {
    padding: 100px 0px;
    background-color: #F4FAFF;
}
.other-services-head {
    max-width: 634px;
    margin: 0 auto 48px;
    text-align: center;
}
.other-services-head h2 {
    text-transform: uppercase;
    font-weight: 400;
    line-height: 120%;
    margin: 0 0 16px;
}
.other-services-head p {
    font-size: 16px;
    line-height: 125%;
    color: var(--slate-gray);
}
.other-services-thumbs-slider .swiper-slide {
    width: max-content;
}
.other-services-thumbs-slider .swiper-slide span {
    padding: 0 0 20px;
    font-size: 16px;
    line-height: 125%;
    color: #6C757D;
    text-align: center;
    font-weight: 400;
    font-family: 'Raanana', sans-serif;
/*     transition: .2s ease-in-out; */
    display: block;
    position: relative;
    min-height: 50px;
	cursor: pointer;
}
.other-services-thumbs-slider {
    border-bottom: 2px solid #E4E4E4;
}
.other-services-main-slider {
    margin: 32px 0px 0px;
}
.other-services-thumbs-slider .swiper-slide.swiper-slide-thumb-active span  {
    text-transform: uppercase;
    color: #50697C;
    font-size: 24px;
    font-family: 'Bebas Neue';
}
.other-services-thumbs-slider .swiper-slide span::after {
    position: absolute;
    content: "";
    width: 0;
    height: 4px;
    background-color: #50697C;
    bottom: -2px;
    left: 0;
    right: 0;
    border-radius: 4px;
    transition: .2s ease-in-out;
    margin: auto;
}
.other-services-thumbs-slider .swiper-slide.swiper-slide-thumb-active span::after {
    width: 100%;
}
.slide-image img {
    width: 100%;
    height: 100%;
}
.slide-image {
    border-radius: 10px;
    overflow: hidden;
}
.slide-button .prim-btn-text, .slide-button .prim-btn-icon-shown {
    background-color: var(--white);
}
.slide-button .prim-btn-text {
    color: var(--gray-scale);
    font-size: 16px;
    padding: 12.8px 40px;
}
.slide-button .prim-btn-icon-shown svg path {
    fill: var(--blue-bayoux);
}
.other-services-main-slider .swiper-slide {
    position: relative;
}
.slide-button {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}
.other-services-controls {
    position: relative;
    margin: 30px 0px 0px;
}
.other-services-controls-flex {
    display: flex;
    gap: 26px;
    align-items: center;
    justify-content: center;
}
.other-services-button-prev, .other-services-button-next {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: var(--blue-bayoux);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px !important;
    left: 0;
    right: 0;
    cursor: pointer;
    position: relative;
}
.other-services-button-prev::after, .other-services-button-next::after {
    display: none;
}
.other-services-button-prev svg, .other-services-button-next svg {
    width: 20px;
}
.other-services-button-prev.swiper-button-disabled {
    background-color: rgba(230, 230, 230, 0.34) !important;
    opacity: 1 !important;
}
.other-services-button-prev.swiper-button-disabled svg path {
    fill: #50697CBD;
}
.outer-dot.swiper-pagination-bullet {
    width: 22px;
    height: 4px;
    opacity: 1;
    background-color: var(--alto);
    border-radius: 4px;
    transition: .3s ease-in-out;
    cursor: pointer;
}
.outer-dot.swiper-pagination-bullet-active {
    width: 42px;
    background-color: var(--blue-bayoux);
}
.other-services-swiper-pagination {
    bottom: auto !important;
    top: -5px !important;
    position: relative;
    max-width: max-content;
}

/*  */

.bike-pickup-section {
    padding: 80px 0px;
    background-color: var(--blue-bayoux);
    position: relative;
    overflow: hidden;
}
.bike-pickup-content h2 {
    color: var(--white);
    line-height: 120%;
    font-weight: 400;
}
.bike-pickup-copy {
    margin: 16px 0px;
    max-width: 366px;
}
.bike-pickup-copy p {
    color: #D1D1D1;
    font-weight: 400;
    line-height: 176.7%;
}
.bike-pickup-link .prim-btn-icon-shown, .bike-pickup-link .prim-btn-text {
    background-color: var(--white);
}
.bike-pickup-link .prim-btn-text {
    color: var(--gray-scale);
    font-size: 16px;
    padding: 12.8px 40px;
}
.bike-pickup-link .prim-btn-icon-shown svg path {
    fill: var(--blue-bayoux);
}
.bike-pickup-bg {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    height: 100%;
}
.bike-pickup-main {
    position: relative;
    z-index: 2;
}
.bike-pickup-bg-image {
    max-width: 844px;
    height: 100%;
}
.bike-pickup-bg-image img {
    width: 100%;
    max-width: 100%;
    object-fit: cover;
    height: 100%;
}
.rentals-bike-pickup-section {
    padding: 60px 0px;
}
.rentals-bike-pickup-section .bike-pickup-copy {
    max-width: 455px;
}
.bike-pickup-rectangle {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
}
.bike-pickup-rectangle img {
    display: block;
    height: 100%;
}
.bike-pickup-bg-mobile {
    display: none;
}
.bike-pickup-bg-mobile {
    display: none;
}       
.bike-pickup-section-services .bike-pickup-content h2 {
    font-size: 72px;
}
.gmc-main-link .primary-button:hover .prim-btn-text, .bike-pickup-link .primary-button:hover .prim-btn-text {
    background-color: var(--log-cabin);
    color: var(--white);
}
.gmc-main-link .primary-button:hover .prim-btn-icon-shown svg path, .bike-pickup-link .primary-button:hover .prim-btn-icon-shown svg path {
    fill: var(--white);
}
.gmc-main-link .primary-button .prim-btn-text {
    padding: 12.8px 40px;
}
@media only screen and (max-width: 1028px) {
    .other-services-section {
        padding: 80px 0px;
    }
	.other-pages-banner-content h1 {
		font-size: 60px;
	}
	.bike-pickup-section-services .bike-pickup-content h2 {
		font-size: 48px;
	}
}

@media only screen and (max-width: 992px) {
	.other-pages-banner-content h1 {
		font-size: 48px;
	}
    .other-pages-banner-section {
        padding: 130px 0px 40px;
    }
    .other-services-section {
        padding: 60px 0px;
    }
    .bike-pickup-section {
        padding: 40px 0px;
    }
    .bike-pickup-bg-image {
        max-width: 650px;
    }
	.bike-pickup-section-services .bike-pickup-content h2 {
		font-size: 42px;
	}
}
@media only screen and (max-width: 600px) {
	.other-pages-banner-content h1 {
		font-size: 40px;
	}
    .other-pages-banner-section {
        padding: 120px 0px 38px;
    }
    .other-services-controls .other-services-swiper-pagination {
        display: none;
    }
    .slide-image {
        height: 295px;
    }
    .slide-image img {
        object-fit: cover;
    }
    .slide-button {
        bottom: 20px;
    }
    .other-services-section {
        padding: 42px 0px;
    }
    .other-services-head {
        margin: 0 auto 24px;
    }
    .other-services-main-slider {
        margin: 0px;
    }
    .other-services-desktop-thumbs {
        display: none;
    }
    .other-services-thumbs-slider {
        position: absolute;
        left: 0;
        right: 0;
        bottom: -14px;
        border-bottom: 0px;
        top: auto;
        width: 70%;
        margin: auto;
    }
    .other-services-container {
        position: relative;
    }
    .other-services-controls-flex {
        justify-content: space-between;
    }
    .other-services-controls {
        margin: 40px 0px 0px;
    }
    .other-services-thumbs-slider .swiper-slide span {
        display: inline-block;
        font-size: 16px;
        padding: 0 0 6px;
    }
    .other-services-thumbs-slider .swiper-slide {
        text-align: center;
    }
    .other-services-thumbs-slider .swiper-slide.swiper-slide-thumb-active span {
        font-size: 16px;
        min-height: auto;
        padding: 0 0 6px;
    }
    .other-services-thumbs-slider .swiper-slide span::after {
        bottom: 0px;
    }
    .bike-pickup-bg-desktop, .bike-pickup-rectangle {
        display: none;
    }
    .bike-pickup-bg-mobile {
        display: block;
        margin: -100px 0px 0px;
    }
    .bike-pickup-section {
        padding: 40px 0px 0px;
    }
    .bike-pickup-mobile-bg img {
        margin-left: auto;
    }
    .bike-pickup-copy p {
        font-size: 16px;
    }
    .bike-pickup-copy {
        max-width: 270px;
        margin: 8px 0px 16px;
    }
    .bike-pickup-link .prim-btn-text {
        padding: 12.8px 24px;
    }
	.bike-pickup-section-services .bike-pickup-content h2 {
		font-size: 40px;
	}
	.other-services-thumbs-slider .swiper-slide span {
		font-family: 'Bebas Neue';
	}
}