.main{
    /* background-color: rgb(240, 240, 240); */
    background-color: #fff4f1f0;

}

.bd-placeholder-img{
    object-fit: fill;
}

.img-left{
    /* transform: rotate(-10deg) translateX(-220px); */
    opacity: 0.5;
    /* z-index: 1; */
}

.img-center{
    /* transform: scale(1.1); */
    /* z-index: 3; */
}

.img-right{
    /* transform: rotate(10deg) translateX(220px); */
    opacity: 0.5;
    /* z-index: 2; */
}

.card-body-p{
    color: gray;
}

.card-enquire{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.card-title-attr{
    margin-left: -28px;
    font-weight: bolder;
}

li::marker{
    color: #f36911
}

li{
    font-size: small;
    line-height: 2.0;
}

.itinerary-bg{
    background-color:  rgb(240, 240, 240) ;
    border: none;
    /* padding-right: 0%; */
    /* margin-right: 1%; */
}

.itinerary-bg img{
    height: 140px;
    width: 170px;
    margin-top: 10px;
    margin-bottom: 20px;
    margin-left: 10px;
}

.itinerary-bg  h6{
    font-weight: bolder ;
    margin-top: 10px;
    margin-left: -30px;
}

.itinerary-bg  p{
    font-size: 0.8rem;
    line-height: 1.5;
    margin-left: -30px;

}
.table-row{
    border-color: lightgrey;
    border-radius: 100%;
}

th{
    background-color: #ffe9e2;
}

.btn-enquire{
    background-color: #f36911;
    color: white;
    font-weight: bold;
}

.price-label{
    /* font-size: small; */
    font-size: 14px;
    color: rgb(164, 164, 164);
    /* text-align: center; */
}

.right-border{
    border-right: solid #ffe9e2;
    
}

.price-card{
    background-color: #fff4f1f0 ;
    border: none;
}

.price-card p{
    margin-bottom: 0;
}

.price-in-offer{
    color: #f36911;
    font-weight: bold;
}