/************Policy*************/

.policy {
    padding: 50px 0px;
}

    .policy h3 {
        font-size: 25px;
        line-height: 35px;
        font-weight: 600;
        text-transform: capitalize;
        margin: 20px 0px 10px;
        padding: 0px;
        color: #003399;
    }


.master-wrapper-page {
    width: 100%;
}

.center-1 {
    margin-top:0px;
}

.topic-page .page-title {
    background: url(../img/inner-banner-img.png);
    background-size: cover;
    background-position: center;
}

    .topic-page .page-title h1 {
        padding-top: 120px;
        padding-bottom: 120px;
        color: #fff;
        font-size: 50px;
        font-family: "Outfit", serif;
        text-transform: uppercase;
        font-weight: 600;
}

.legal-box {
    padding: 15px;
    border-radius: 15px;
    box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.1);
    margin: 15px 0px;
}

@media (min-width: 1024px) {

    .lightbox-controls {
        bottom: -50px;
    }

    .lightbox:hover .lightbox-controls {
        bottom: 10px;
    }
}
    @media(max-width:768px) {
        .topic-page .page-title h1 {
            padding-top: 90px !important;
            padding-bottom: 90px !important;
            font-size: 35px;
            font-weight: 600;
        }
    }

@media (max-width: 600px) {
    .master-column-wrapper {
        margin: 0 0px;
    }
        .topic-page .page-title h1 {
            padding-top: 50px !important;
            padding-bottom: 50px !important;
            font-size: 35px;
            font-weight: 600;
        }
    p {
        font-size: 14px;
    }

    .policy {
        padding: 0px 0px !important;
    }
}