.py-10{
    padding: 10px 0;
}

.px-20{
    padding: 0 20px;
}


.mt-30{
    margin-top: 30px;
}

.text-center{
    text-align: center;
}
.priviliage-card-section{
    padding: 100px 10px;
    position: relative;
}
.privilage-table{
    display: flex;
    position: relative;
}
.priviliage-card-section .second-title{
    font-size: 22px;
    line-height: 30px;
    color: #000;
    font-weight: 600;
    border-bottom: 2px solid #DE0925;
    display: inline;
    margin-bottom: 30px;
}


.privilege-sidebar{
    width: 30%;
    margin: 30px 10px;
}

.privilege-main{
    width: 70%;
    padding: 10px 5px;
    position: relative;
    margin: 10px 0;
}




.privilege-sidebar h6{
    color: #fff;
    background-color: #DE0925;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    text-align: center;
    padding: 10px 5px;
}

.privilage-table .tab{
    padding: 8px 15px;
    background-color: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    margin: 2px 0;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;

}

.privilage-table .tab.active{
    background-color: #506190;
    color: #fff;
}

.privilige-single-card{
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;
    padding: 15px 20px;
    border-radius: 10px;
    background-color: #43507b;
    display: flex;
    margin: 10px 0;
}

.privilige-single-card::after{
    content: '';
    position: absolute;
    /* background-image: url('../img/privilege/new-logo-logo.png'); */
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: block;
    opacity: 0.2;
    height: 200px;
    width: 200px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;

}




.privilige-single-card .property-name{
    font-size: 20px;
    font-weight: 700;
    color: rgb(255, 255, 255);
    position: relative;
    border-bottom: 2px solid #DE0925;
    display: inline-block;
    margin-bottom: 5px;
}

.privilige-single-card .off{
    font-size: 26px;
    font-weight: 600;
    color: #000000;
    position: relative;
    background-color: #fff;
    display: inline-block;
    padding: 10px;
    margin: 5px 0;
    padding-right: 25px;
    clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
    box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;
}


.privilige-single-card .address {
    display: flex;
    margin-top: 10px;
}

.privilige-single-card .address i{
    color: #fff;
    font-size: 18px;
    margin-right: 10px;
}

.privilige-single-card .address span{
    font-size: 14px;
    display: block;
    color: #fff;
}

.privilige-single-card .number{
    display: flex;
    margin-top: 10px;
}

.privilige-single-card .number i{
    color: #fff;
    font-size: 18px;
    margin-right: 10px;
}

.privilige-single-card .number a{
    font-size: 14px;
    display: block;
    color: #fff;
}


.privilige-single-card .website{
    display: flex;
    margin-top: 10px;
}

.privilige-single-card .website i{
    color: #fff;
    font-size: 18px;
    margin-right: 10px;
}

.privilige-single-card .website a{
    font-size: 14px;
    display: block;
    color: #fff;
}

.privilige-single-card .offer-valid{
    display: flex;
    margin-top: 10px;
}

.privilige-single-card .offer-valid i{
    color: #fff;
    font-size: 18px;
    margin-right: 10px;
}

.privilige-single-card .offer-valid span{
    font-size: 14px;
    display: block;
    color: #fff;
}

.privilige-single-card .left{
    width: 50%;
}

.privilige-single-card .right{
    width: 50%;
    padding: 20px;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.privilige-single-card .right img{
    position: relative;
    border-radius: 20px;
}



@media screen and (max-width: 767px) {
    #side_bar_content{
        width: 100%;
    }
    #icon{
        position: absolute;
        left: -30px;
        top: -30px;
        background: #de2229;
        color: white;
        border-radius: 5px;
    }

    .privilige-single-card{
        flex-direction: column;
    }
    .privilige-single-card .left{
        width: 100%;
    }
    
    .privilige-single-card .right{
        width: 100%;
        padding: 30px;
        z-index: 2;
    }
    #side_bar{
        position: absolute;
        z-index: 1;
        background: white;
        left: -320px;
        transition: 0.9s ease;
        display: block;
        width: 220px;
        background-color: antiquewhite;
    }

}


@media only screen and (min-width:767px){
    #icon{
        display: none;
    }



}


#side_bar.active{
    transform: translateX(315px);
}

.privilage-table .side-bar{
    height: 700px;
    overflow-y: scroll;
}

.privilage-table .privilege-main{
    height: 700px;
    overflow-y: scroll;
}

.privilige-single-card .offer-1{
    border: 2px solid white;
    padding: 10px 10px;
    margin: 10px 0;
    min-width: 200px;
    
}
.privilige-single-card .offer-1 h5{
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    color: #fff;
}


.privilage-table .countries-icon{
    font-size: 16px;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.privilage-table .countries-icon i{
    margin-left: 5px;
    font-size: 18px;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}
