@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100;200;300;400;500;600;700;800;900&display=swap');
:root {
    --purple-color: #7b3996;
    --blue-color: #103861;
}

body {
    font-family: "Outfit", sans-serif !important;
}

.leave {
    background-image: url(https://www.cleansupply.co.uk/files/uploaded/page_attachments/attachment/6ae350be6f9bd4ec4aa627abb505f92b);
    background-position: top;
    background-size: cover;
    padding: 40px 0px;
}

.leave-content {
    max-width: 700px;
}

.leave-head h1 {
    font-weight: 400 !important;
    font-size: 55px;
    color: var(--purple-color);
}

.leave-small-head {
    margin-top: 20px;
}

.leave-small-head h2 {
    font-size: 25px;
    font-weight: 300;
    color: var(--blue-color);
}

.leave-small-head h2 strong {
    font-size: 25px;
    font-weight: 600;
    color: var(--blue-color);
}

.leave-card {
    position: relative;
    border-radius: 10px;
    max-width: 450;
    padding-right: 45px;
    margin-top: 25px
}

.leave-card-img {
    position: absolute;
    right: -38px;
    top: -15px;
    max-width: 90px;
}

.leave-card h6 {
    font-size: 16px;
    font-weight: 600;
    color: var(--purple-color);
    margin-bottom: 0px !important;
    line-height: 20px;
}

.leave-card-head p {
    margin-bottom: 0px !important;
}

.leave-card-botom {
    margin-top: 8px;
}

.leave-card-botom p {
    font-size: 15px;
    margin-bottom: 0px !important;
}

.leave-card-botom a {
    font-size: 15px;
    font-weight: 600;
}

.leave-bottom {
    margin-top: 25px;
    max-width: 310px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
}

.leave-bottom p {
    font-size: 14px;
    font-weight: 400;
    color: var(--blue-color);
    text-transform: uppercase;
}

.leave-bottom a {
    color: var(--blue-color);
    font-size: 14px;
    font-weight: 600;
}

.switch {
    margin-top: 100px;
}

.switch-l-head {
    font-size: 22px;
    font-weight: 600;
    line-height: 24px;
    color: var(--purple-color);
}

.switch-l-desc {
    font-size: 16px;
    margin-top: 15px;
    max-width: 260px;
}

.switch-l-btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 190px;
    background-color: var(--purple-color);
    height: 42px;
    font-size: 15px;
    color: white;
    font-weight: 500;
    border-radius: 20px;
    text-decoration: none;
    text-align: center;
}

.switch-center {
    text-align: center;
}

.switch-c-head {
    text-align: center;
}

.switch-c-head h6 {
    font-size: 35px;
    line-height: 40px;
    color: var(--purple-color);
    font-weight: 400;
}

.switch-c-img {
    margin-top: 10px;
}

.switch-c-alt {
    margin-top: 10px;
    color: var(--purple-color);
}

.switch-right {
    text-align: center;
}

.switch-r-desc {
    margin-top: 15px;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: var(--purple-color);
}

.started {
    background-color: #F8F8F8;
    margin-top: 100px;
    padding: 50px 0px;
}

.content-head {
    font-size: 45px;
    color: var(--purple-color);
    font-weight: 400;
    text-align: center;
    margin-top: 25px;
}

.content-desc {
    text-align: center;
    color: var(--blue-color);
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 25px;
}

.started-card {
    text-align: center;
    margin-top: 20px;
}

.started-card-head {
    font-size: 20px;
    font-weight: 600;
    margin-top: 25px;
    margin-bottom: 25px;
    color: var(--purple-color);
}

.started-card-img {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
}

.started-card-desc {
    font-size: 18px;
    max-width: 350px;
    font-weight: 300;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

.started-card-desc a {
    font-weight: 600;
    color: var(--purple-color);
}

.started-alt-btn {
    margin-top: -35px;
    text-align: center;
}

.started-alt-btn a span {
    color: white !important;
}

.pricing-table {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.pricing-head-card {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 70px;
    background-color: #F2F2F2;
    border-radius: 3px;
    border: 2px solid black;
    font-size: 18px;
    color: var(--blue-color);
    font-weight: 700;
}

.pricing-bottom-card {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
    background-color: white;
    border-radius: 3px;
    border: 2px solid black;
    font-size: 18px;
    color: black;
    font-weight: 300;
    text-align: center;
    padding: 5px;
}

.pricing-card-mobile-head {
    display: none;
}

.pricing-table-head {
    display: grid;
    gap: 10px;
    grid-auto-rows: minmax(100px, auto);
    grid-template-columns: [column1-start] 19% [column1-end column2-start] 19% [column2-end column3-start] 34% [column3-end column4-start] 24% [column4-end];
}

.pricing-table-bottom {
    margin-top: 10px;
    display: grid;
    gap: 10px;
    grid-auto-rows: minmax(50px, auto);
    grid-template-columns: [column1-start] 19% [column1-end column2-start] 19% [column2-end column3-start] 34% [column3-end column4-start] 24% [column4-end];
}

.pricing-info {
    font-weight: 500;
    color: var(--blue-color);
    margin-top: 10px;
    text-align: right;
}

.pricing-alt-table {
    border: 2px solid black;
}

.pricing-alt-table thead tr th {
    color: var(--purple-color);
    font-size: 16px;
    background-color: #F2F2F2;
    font-weight: 600;
}

.pricing-table-img {
    width: 100%;
}

.pricing-table-img img {
    width: 100%;
    height: 225px;
    object-fit: cover;
}

.pricing-what-card {
    margin-top: 35px;
    padding: 20px;
    border: 2px solid var(--blue-color);
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.pricing-what-card-head {
    text-align: center;
    font-size: 20px;
    color: var(--purple-color);
    font-weight: 600;
    text-decoration: underline;
}

.pricing-what-card-list ul {
    margin-top: 10px;
}

.pricing-what-card-list ul li span {
    color: var(--blue-color);
}

.what-line {
    font-weight: 300;
    text-decoration: line-through;
}

.what-bold {
    font-weight: 600;
}

.pricing-bottom-btn a {
    height: 45px;
    width: 180px;
    border-radius: 15px;
    border-radius: 15px;
    background-color: var(--purple-color);
    display: flex;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: white;
    font-weight: 600;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}

.s-form {
    margin-top: 80px;
    background-image: url(https://www.cleansupply.co.uk/files/uploaded/page_attachments/attachment/6ae350be6f9bd4ec4aa627abb505f92b);
    background-position: bottom;
    background-size: cover;
    padding: 60px 0px;
}

.s-form-text {
    max-width: 700px;
}

.s-form-head {
    text-align: center;
}

.s-form-head h6 {
    color: var(--purple-color);
    font-size: 30px;
    font-weight: 400;
}

.s-form-head h6 strong {
    font-size: 35px;
    font-weight: 600;
}

.s-form-desc {
    text-align: center;
}

.contact-card-form .form-floating input {
    font-size: 15px;
    font-weight: 500;
    padding: 16px 15px;
}

.contact-card-form .form-floating>label {
    left: 15px;
}

.enqurie-card {
    margin-right: auto;
    max-width: 700px;
    background-color: #f4f4f4;
    padding: 30px 25px;
    border-radius: 7px;
}

.enqurie-card-head {
    font-size: 30px;
    font-weight: 700;
    color: #018fa6;
    line-height: 35px;
    margin-bottom: 8px;
}

.enqurie-card hr {
    height: 2px;
    background-color: var(--purple-color);
    width: 100%;
    opacity: 1 !important;
}

.form-folder .form-label {
    font-size: 15px !important;
    color: #0a0a0a !important;
}

.friday {
    margin-top: 80px;
}

.friday-head h6 {
    color: var(--purple-color);
    font-size: 30px;
    font-weight: 400;
}

.friday-head h6 strong {
    font-size: 35px;
    font-weight: 700;
}

.friday-body-number {
    font-size: 14px;
    font-weight: 300;
}

.friday-body-list li {
    font-size: 14px;
    font-weight: 300;
}

.friday-body-list {
    margin-bottom: .5rem !important;
}

.friday-body {
    margin-top: 20px;
    margin-bottom: 30px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.started-alt-btn span {
    display: none;
}

.poly-contact-btn {
    background-color: var(--purple-color);
    padding: .4rem;
    font-size: 15px;
    color: white;
    text-decoration: none;
    border-radius: 8px;
    margin-left: 5px;
    margin-right: 5px;
}

.poly-contact-btn:hover {
    color: white;
}

.s-form-img-card {
    height: 500px;
    object-fit: cover;
    border: 2px solid var(--purple-color);
    border-radius: 10px;
}

.s-form-img-card img {
    height: 500px;
    object-fit: cover;
    width: 100%;
    object-position: right;
    border-radius: 7px;
}

.btn-light-purple {
    background-color: #f1f1f1 !important;
    color: var(--purple-color) !important;
}

@media only screen and (max-width: 1200px) {}

@media only screen and (max-width: 992px) {
    .s-form {
        background-position: right;
    }
    .s-form-img-card {
        height: 350px;
    }
    .s-form-img-card img {
        height: 350px;
    }
    .leave {
        padding-right: 197px;
    }
    .s-form-head h6 {
        color: white !important;
    }
    .s-form-head h6 strong {
        color: white !important;
    }
    .s-form-desc {
        color: white !important;
    }
    .s-form-desc p {
        color: white !important;
    }
    .started-alt-btn img {
        display: none !important;
    }
    .started-alt-btn span {
        display: block;
    }
    .started-alt-btn a {
        height: 45px;
        width: 180px;
        border-radius: 15px;
        border-radius: 15px;
        background-color: var(--purple-color);
        display: flex;
        text-decoration: none;
        align-items: center;
        justify-content: center;
        font-size: 16px;
        color: white !important;
        font-weight: 600;
        margin-left: auto;
        margin-right: auto;
        margin-top: 30px;
    }
}

@media only screen and (max-width: 768px) {
    .switch-c-alt p br {
        display: none;
    }
    .leave-head h1 {
        font-size: 35px;
    }
    .pricing-alt-table thead th {
        min-width: 100px;
    }
    .leave-small-head h2 {
        font-size: 17px;
    }
    .leave-card-head h6 {
        font-size: 15px;
    }
    .leave-small-head h2 strong {
        font-size: 20px;
    }
    .leave-card-botom p {
        font-size: 14px;
    }
    .leave-content {
        max-width: 450px;
    }
    .leave-bottom {
        margin-left: unset;
    }
    .leave {
        padding-right: 0px;
    }
    .pricing-table-head {
        display: none;
        grid-template-columns: [column1-start] 50% [column1-end column2-start] 50% [column2-end];
    }
    .pricing-table-bottom {
        margin-top: 15px;
        border-radius: 5px;
        border: 2px solid #efefef;
        background-color: #f8f8f8;
        padding: 15px 10px;
        justify-content: center;
        grid-template-columns: [column1-start] 45% [column1-end column2-start] 45% [column2-end];
    }
    .pricing-card-mobile-head {
        display: block;
    }
    .pricing-bottom-card {
        display: grid;
        font-size: 15px;
        text-align: center;
        height: unset;
    }
    .pricing-card-mobile-head {
        font-weight: 600;
        font-size: 15px;
    }
    .switch-left {
        text-align: center;
    }
    .switch-l-desc {
        margin-left: auto;
        margin-right: auto;
    }
    .switch-l-btn a {
        margin-left: auto;
        margin-right: auto;
    }
    .switch {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .started {
        margin-top: 0px;
        padding: 30px 0px;
    }
    .switch-center {
        margin-top: 30px;
    }
    .switch-c-head h6 {
        font-size: 25px;
        line-height: 30px;
    }
    .content-head {
        font-size: 30px;
    }
    .started-card-img {
        max-width: 120px;
    }
    .started-card-head {
        margin-top: 10px;
        margin-bottom: 15px;
        font-size: 18px;
    }
    .started-card-desc {
        font-size: 15px;
    }
    .started-alt-btn {
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 10px;
    }
    .pricing-alt-table thead tr th {
        font-size: 14px;
    }
    .pricing-alt-table tbody tr td {
        font-size: 14px;
    }
    .pricing-what-card-head {
        font-size: 18px;
    }
    .pricing-what-card-list ul li span {
        font-size: 15px;
    }
    .s-form-head h6 {
        font-size: 25px;
    }
    .s-form-head h6 strong {
        font-size: 30px;
    }
    .friday-head h6 {
        font-size: 25px;
    }
    .friday-head h6 strong {
        font-size: 30px;
    }
    .pricing-table-1 {
        background-color: var(--purple-color) !important;
    }
    .pricing-table-2 {
        background-color: var(--blue-color) !important;
    }
    .pricing-table-3 {
        background-color: #00838F !important;
    }
    .pricing-table-4 {
        background-color: #e85647 !important;
    }
}

@media only screen and (max-width: 576px) {
    .leave {
        background-position-x: -850px;
    }
    .leave-card {
        padding: 0px;
        padding-right: 43px;
    }
    .switch-l-btn a {
        margin-left: unset;
    }
    .leave-card-img {
        right: -28px;
        max-width: 60px;
    }
    .leave-content {
        max-width: 280px;
    }
    .leave-small-head h2 {
        font-size: 17px;
    }
    .leave-small-head h2 strong {
        font-size: 20px;
    }
    .leave-head h1 {
        font-size: 23px;
    }
    .leave-card-head h6 {
        font-size: 14px;
    }
    .leave-card-botom p {
        font-size: 13px;
    }
    .leave-card-botom a {
        font-size: 13px;
    }
    .leave {
        padding: 50px 0px;
    }
}