.invoice {
    background-color: #eee;
    padding-top: 2%;
}

.invoice .warp {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
    width: 100%;
    margin-top: 2%;
    margin-bottom: 10px;
    padding: 2% 2% 2% 2%;

}

.warp .img {
    border: none !important;
    border-radius: none !important;
    width: 100%;
    text-align: center;
    padding-top: 2%;
    padding-bottom: 2%;
}

table td tr {
    margin-top: 1%;
    margin-bottom: 1%;
}

table td {
    font-size: 15px;
    padding-bottom: 10px;
}

.show_max_text {
    display: inline-block;
    height: 40px;
    overflow: hidden;
}

.tifin_booking a {
    color: black;
    text-decoration: none;
}

.tifin_booking a:hover {
    cursor: progress;
    text-decoration: none;
}

.tifin_booking p {

    margin-top: 10px;



}

.cd p {
    font-size: 12px;


}

.rupe b {
    font-size: 15px;


}

.con {
    margin-top: 50px !important;
    padding-top: 50px !important;
}



@media (max-width: 999px) {
    .crd {
        display: flex;
        flex-direction: column;
        justify-content: center !important;
        align-self: center !important;
        flex-wrap: wrap;

    }
}

.pendingStatus font b {
    color: orange;
}

@media screen and (max-width: 768px) {

    .OurContactHeader h2 {
        font-size: 35px !important;
    }


}

@media screen and (max-width: 576px) {

    .OurContactHeader h2 {
        font-size: 28px !important;
    }


}

.contact_others {
    display: flex;
    align-items: center;
    justify-content: center;
}

.font_11 {
    font-size: 11px;
}

.border_bottom_1222 {
    border-bottom: 1px solid #c59d5f;
}