img {
    height: auto;
    width: 100%;
}

.col-print-1 {
    width: 8% !important;
    float: left;
}

.col-print-2 {
    width: 16% !important;
    float: left;
}

.col-print-3 {
    width: 25% !important;
    float: left;
}

.col-print-4 {
    width: 33% !important;
    float: left;
}

.col-print-5 {
    width: 42% !important;
    float: left;
}

.col-print-6 {
    width: 50% !important;
    float: left;
}

.col-print-7 {
    width: 58% !important;
    float: left;
}

.col-print-8 {
    width: 66% !important;
    float: left;
}

.col-print-9 {
    width: 75% !important;
    float: left;
}

.col-print-10 {
    width: 83% !important;
    float: left;
}

.col-print-11 {
    width: 92% !important;
    float: left;
}

.col-print-12 {
    width: 100% !important;
    float: left;
}

@page {
    margin: 50px;
}

body {
    margin-top: 0px;
}

.hide-on-print {
    display: none !important;
}

#total-price {
    font-size: larger;
    font-weight: 600;
}

.description-tour-container {
    border-left: 4px solid #f3921c;
    margin: 10px 10px;
}

.tour-details-info-box-not-included {
    border-left: 4px solid #a11f1f;
    margin: 10px 10px;
}

.tour-details-info-box-included {
    border-left: 4px solid #1fa130;
    margin: 10px 10px;
}

.d-none-print {
    display: block !important;
}

/* .img-background {
    display: block;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -999;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.img-background img {
    width: 400px;
    height: 400px;
    object-fit: contain;
} */