.site-header {
    background-color: #F4FAFF;
}
.contact-banner-section {
    padding: 245px 0px 24px;
    background-color: var(--blue-bayoux);
}
.contact-banner-content {
    text-align: center;
}
.contact-banner-content h1 {
    font-size: 60px;
    color: var(--white);
    font-weight: 400;
    line-height: 120%;
}
.contact-options-section {
    background-color: var(--blue-bayoux);
    padding: 24px 0px 100px;
}
.contact-cards-flex {
    gap: 20px;
    align-items: flex-start;
}
.contact-card {
    width: calc(33% - 10px);
    background-color: var(--white);
    border-radius: 10px;
    box-shadow: 0 0 44.3px 0 rgba(169, 197, 216, 0.14);
    padding: 24px 16px;
}
.contact-card-icon {
    margin: 0 auto;
    display: block;
    text-align: center;
}
.contact-card-title {
    margin: 26px 0px;
    text-align: center;
}
.contact-card-title h4 {
    font-size: 32px;
    font-weight: 400;
    line-height: 100%;
    color: var(--gray-scale);
}
.contact-card-link {
    text-align: center;
}
.contact-card-link a {
    font-size: 24px;
    text-transform: uppercase;
    font-family: 'Bebas Neue';
    color: var(--blue-bayoux);
    line-height: normal;
    font-weight: 400;
}

/*  */

.try-before-buy-section {
    padding: 100px 0px;
    background-color: var(--alabaster);
}
.try-before-buy-main {
    max-width: 954px;
    margin: 0 auto;
}
.try-before-buy-left, .try-before-buy-right {
    width: 50%;
}
.try-before-buy-image, .try-before-buy-image img {
    width: 100%;
    height: 100%;
}
.see-yourself-section .try-before-buy-right {
    background-color: var(--white);
    padding: 36px 19px;
}
.see-yourself-section .try-before-buy-head h2 {
    font-size: 48px;
    text-align: center;
    font-weight: 400;
    line-height: 120%;
    color: var(--mako);
}
.try-before-buy-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.try-before-buy-logo img {
    margin: 0 auto;
    display: block;
}
.try-before-copy {
    text-align: center;
}
.see-yourself-section .try-before-copy p {
    font-size: 16px;
    line-height: 125%;
    font-weight: 400;
    color: var(--slate-gray);
}
.try-before-link {
    margin: 26px 0px 0px;
    text-align: center;
}

.see-yourself-section .try-before-buy-logo {
    margin: 60px 0px;
}

.see-yourself-section .try-before-copy {
    max-width: 429px;
}
.try-before-list-content {
    margin: 26px 0px 0px 24.5px;
}
.try-before-list-content h5 {
    font-size: 24px;
    color: #798292;
    font-weight: 400;
    margin: 0 0 26px;
}
.try-before-list-content ul li {
    display: flex;
    gap: 16px;
    align-items: center;
    font-size: 16px;
    color: #798292;
    font-weight: 400;
    line-height: 125%;
}
.try-before-list-content ul li:not(:last-child) {
    margin-bottom: 16px;
}
.try-before-list-content ul li img {
    width: 26px;
    height: 26px;
}

/*  */

.contact-timings-section {
    padding: 100px 0px;
    background-color: #F4FAFF;
}
.contact-timings-container {
    height: 554px;
    border-radius: 10px;
    position: relative;
    padding: 40px 59px;
	overflow: hidden;
}
.contact-timings-container::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(90deg, rgba(122, 122, 122, 0.00) -1.95%, rgba(26, 26, 24, 0.60) 100%);
    border-radius: 10px;
}
.contact-timings-content {
    position: relative;
    z-index: 1;
    max-width: 441px;
    margin-left: auto;
}
.contact-timings-content span {
    color: #D8D8D8;
    line-height: 125%;
    font-size: 16px;
}
.contact-timings-box {
    margin: 6px 0px 24px;
}
.contact-timings-box:last-child {
    margin-bottom: 0px;
}
.contact-timings-day h2 {
    color: var(--white);
    font-weight: 400;
    line-height: 120%;
}
.contact-timings-box-two .contact-timings-day h2 {
    font-size: 40px;
}
.contact-timings-duration h4 {
    font-size: 26px;
    color: var(--white);
    font-weight: 400;
}
.contact-timings-box-two .contact-timings-duration h4 {
    font-size: 18px;
}
.contact-timings-day {
    margin: 0 0 6px;
}
.contact-banner-content p {
	display: none;
}
.contact-timings-container-desktop, .contact-timings-container-mobile {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.contact-timings-container-desktop {
    display: block;
}
.contact-timings-container-mobile {
    display: none;
}
@media only screen and (max-width: 1028px) {
    .contact-card {
        width: calc(33% - 11px);
    }
    .contact-options-section {
        padding: 24px 0px 80px;
    }
    .see-yourself-section {
        padding: 80px 0px;
    }
    .contact-timings-section {
        padding: 80px 0px;
    }
}
@media only screen and (max-width: 992px) {
    .contact-banner-section {
        padding: 180px 0px 24px;
    }
    .contact-card-link a {
        font-size: 20px;
    }
    .contact-options-section {
        padding: 24px 0px 60px;
    }
    .contact-banner-content h1 {
        font-size: 40px;
    }
    .see-yourself-section {
        padding: 60px 0px;
    }
    .see-yourself-section .try-before-buy-logo {
        margin: 40px 0px;
    }
    .try-before-buy-logo img {
        max-width: 150px;
    }
    .contact-timings-section {
        padding: 60px 0px;
    }
    .contact-timings-container {
        padding: 40px 20px;
        height: 450px;
    }
    .contact-timings-content {
        max-width: 340px;
    }
}
@media only screen and (max-width: 600px) {
    .contact-banner-section {
        padding: 130px 0px  40px;
    }
    .contact-banner-content p {
		display: block;
        margin: 16px 0px 0px;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 125%;
        color: #D8D8D8;
    }
    .contact-options-section {
        background-color: #F8F8F8;
        padding: 28px 0px 40px;
    }
    .contact-card {
        width: 100%;
    }
    .contact-card-link a {
        font-size: 16px;
    }
    .see-yourself-section {
        padding: 36px 0px;
        background-color: var(--white);
    }
    .try-before-buy-left {
        display: none;
    }
    .see-yourself-section .try-before-buy-right {
        width: 100%;
        padding: 0px;
    }
    .see-yourself-section .try-before-buy-head h2 {
        font-size: 36px;
    }
    .try-before-buy-logo img {
        max-width: 183px;
    }
    .see-yourself-section .try-before-buy-logo {
        margin: 36px 0px 66px;
    }
    .try-before-list-content {
        max-width: 220px;
    }
    .contact-timings-container {
        padding: 40px 20px;
        height: 450px;
    }
    .contact-timings-content {
        max-width: 340px;
    }
    .contact-timings-section {
        padding: 40px 0px;
    }
    .contact-timings-container {
        padding: 16px;
        height: 301px;
    }
    .contact-timings-day h2 {
        font-size: 40px;
    }
    .contact-timings-box-two .contact-timings-day h2 {
        font-size: 26px;
    }
    .contact-timings-duration h4 {
        font-size: 18px;
    }
    .contact-timings-box-two .contact-timings-duration h4 {
        font-size: 16px;
    }
	.contact-timings-container-desktop {
		display: none;
	}
	.contact-timings-container-mobile {
		display: block;
	}
}