.navbar-light .navbar-nav .nav-link {
    color: white;
}

.policies-banner {
    background-size: cover;
    background-position: center;
    min-height: 427px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 64px;
}

.policies-banner .subheading {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 36px;
    color: #cccccc;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.policies-banner .heading {
    height: 68px;
    font-style: normal;
    font-weight: 700;
    font-size: 64px;
    line-height: 68px;
    margin-bottom: 12px;
}

.policies-banner .subheading1 {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    color: #cccccc;
    padding: 0 70px;
}

.policies-banner .subheading2 {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    color: #cccccc;
    padding: 0 70px;
}

.overlay {
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.policies-list {
    list-style: none;
    padding: 0;
    margin: 104px 0;
}

.policies-list li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 64px;
}

.policies-list li h5 {
    font-weight: 600;
    font-size: 24px;
    line-height: 40px;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.policies-list li div {
    width: 90%;
}

.policies-list li p {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #666;
}

.policies-list a {
    color: black;
    font-size: 20px;
    text-decoration: none;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    border: 1px double #ccc;
    text-align: center;
    justify-content: center;
    border-style: double;
}

.policies-terms-heading {
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 40px;
}

.policies .back {
    color: white;
    font-size: 36px;
    text-decoration: none;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    /* border: 1px double #ccc; */
    border: none;
    text-align: center;
    justify-content: center;
    /* border-style: double; */
}

.policies-terms {
    margin: 104px 0;
}

.policies-terms-list {
    list-style: upper-roman;
    padding-left: 20px;
}

.policies-terms-list li {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    text-transform: uppercase;
}

.policies-terms-list li ol {
    margin-top: 16px;
    list-style: decimal;
}

.policies-terms-list li ul {
    margin-top: 16px;
    list-style: disc;
}

.policies-terms-list li ul li {
    margin-bottom: 24px;
}

.policies-terms-list li ul li:last-child {
    margin-bottom: 64px;
}

.policies-terms-list li ol li {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 24px;
    color: #666;
    text-transform: none;
}

.policies-terms-list li ol li:last-child {
    margin-bottom: 64px;
}

.policies-cancellation-list {
    padding-left: 20px;
    list-style: decimal;
}

.policies-cancellation-list li {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 24px;
    color: #666;
}

.policies-cancellation-list li:last-child {
    margin-bottom: 80px;
}

.policies-privary-box {
    margin-bottom: 64px;
}

.policies-privacy-heading1 {
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.policies-privacy-heading2 {
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    text-transform: capitalize;
    margin-bottom: 16px;
}

.policies-privacy-text {
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    color: #666;
    margin-bottom: 24px;
}

.policieis-privary-list {
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    padding-left: 20px;
    list-style: disc;
    color: #666;
}

.policieis-privary-list li {
    margin-bottom: 24px;
}

.policieis-privary-list li:last-child {
    margin-bottom: 62px;
}

.list1 {
    list-style: lower-roman;
}

.list2 {
    margin-top: 24px;
    list-style: lower-alpha;
}

.list3 {
    list-style: decimal;
}

@media (max-width: 767px) {
     .policies-banner {
        margin-top: 48px;
    }
    .policies-terms {
        margin: 80px 0;
    }
    .policies-banner .subheading {
        font-size: 12px;
        line-height: 16px;
    }
    .policies-banner .heading {
        font-size: 32px;
        line-height: 36px;
        /* height: 36px; */
        height: auto;
    }
    .policies-banner .subheading1 {
        font-size: 18px;
        line-height: 22px;
        /* width: calc(100% - 23px); */
        padding: 0 23px;
    }
    .policies-banner .subheading2 {
        font-size: 16px;
        line-height: 20px;
        /* width: calc(100% - 23px); */
        padding: 0 23px;
    }
    .policies-list {
        margin: 80px 23px;
    }
    .policies-list li h5 {
        font-size: 18px;
        line-height: 22px;
    }
    .policies-list li p {
        font-size: 12px;
        line-height: 16px;
    }
    .policies-list a {
        width: 24px;
        height: 24px;
        font-size: 14px;
    }
    .policies-list li div {
        width: 85%;
    }
    .policies-terms-heading {
        font-size: 20px;
        line-height: 36px;
        margin-bottom: 20px;
    }
    .policies-terms-list li {
        font-size: 16px;
        line-height: 20px;
    }
    .policies-terms-list li ol li ol {
        margin-top: 0;
    }
    .policies-terms-list li ol li ol li {
        margin-bottom: 0;
    }
    .policies-terms-list li ol li:last-child {
        margin-bottom: 36px;
    }
    .policies-terms-list li ol li,
    .policies-terms-list li ul li {
        font-size: 16px;
        line-height: 24px;
    }
    .policies-cancellation-list li {
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
    }
    .policies-privary-box {
        margin-bottom: 48px;
    }
    .policies-privacy-heading1 {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 8px;
    }
    .policies-privacy-heading2 {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 8px;
    }
    .policies-privacy-text {
        font-size: 16px;
        line-height: 20px;
    }
    .policieis-privary-list {
        font-weight: 400;
        font-size: 16px;
        line-height: 20px;
    }
    .policieis-privary-list li {
        margin-bottom: 12px;
    }
    .policieis-privary-list li:last-child {
        margin-bottom: 24px;
    }
    .list2 li {
        margin-bottom: 0;
    }
    .policies .back {
        width: 24px;
        height: 24px;
        font-size: 24px;
    }
}
