﻿.privilege_spicejet {
    width: 100%;
    position: relative;
    margin: 10px 0px;
    overflow: hidden;
    box-shadow: 3px 3px 20px 6px #d8d1d17a;
}

    .privilege_spicejet img {
        width: 100%;
        height: auto;
    }

.privilege_text .modal-body ul {
    list-style-type: none;
}

.Privileges .modal-body ul {
    list-style-type: none;
}

.privilege_text {
    color: #fff;
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    left: 0%;
    bottom: -100%;
    width: 100%;
    height: 100%;
    transition: 0.5s;
    cursor: pointer;
}

    .privilege_text .popupbutton {
        text-align: center;
        font-size: 16px;
        color: #fff;
        background-color: #009487;
        padding: 10px 10px 7.5px 10px;
        font-weight: 500;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
    }

.privilege_spicejet:hover .privilege_text {
    bottom: 0;
}

.modal-body {
    position: relative;
}

.close_button_box {
    width: 15px;
    position: absolute;
    top: 5px;
    right: 7px;
    padding: 12px;
}

    .close_button_box img {
        width: 15px;
        position: absolute;
        top: 5px;
        right: 4px;
    }

.close_button {
    cursor: pointer;
}

.close_button_box:hover {
    cursor: pointer;
}

.popupbutton:hover {
    background-color: #333;
    color: #ffffff;
}

@media screen and (max-width:991px) {
    .des_tp_rd span.read-more-content {
        display: block;
    }

    .privilege_text .popupbutton {
        text-align: center;
        font-size: 17px;
        color: #fff;
        background-color: #3797ff;
        padding: 10px 10px 7.5px 10px;
        font-weight: 500;
        position: absolute;
        left: 0;
        top: auto;
        margin-bottom: 0 !important;
        transform: none;
        bottom: 0;
        width: 100%;
        margin-left: 0;
        padding-left: 0;
    }

    .privilege_spicejet {
        width: 100%;
        position: relative;
        box-shadow: 3px 3px 20px 6px #d8d1d17a;
    }

        .privilege_spicejet img {
            width: 100%;
            height: auto;
        }

    .privilege_text #popupbutton {
        text-align: center;
        font-size: 17px;
        color: white;
        background-color: #ff0000;
        padding: 10px 15px 7.5px 15px;
        font-weight: 500;
        position: absolute;
        top: 93.5%;
        left: 50%;
        width: 100%
    }

    .privilege_text {
        color: #fff;
        position: absolute;
        top: 0;
        left: 0;
        background-color: rgba(0,0,0,0.0);
        width: 100%;
        cursor: pointer;
    }

    .privilege_text {
        height: 45px;
        position: relative;
    }

    .privilege_spicejet img {
        padding: 10px;
    }
}

@media screen and (max-width:480px) {
    .privilege_text .popupbutton {
        padding: 5px 10px 2.5px 10px;
    }
}
