.short-description {
    background-color: rgba(238, 238, 238, 0.89);
    padding: 10px;
}

.bg-readonly {
    background-color: #e9ecef;
}

.image_company_icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #eeeeee;
}

.popular-tours__img {
    height: 200px;
    overflow: hidden;
}

.calculate_btn {
    margin-top: 23px;
}

.max_price {
    position: absolute;
    font-size: 9pt;
    color: red;
    bottom: 0;
}

#airplane {
    width: 20%;
}

.table_parent {
    width: 100%;
    overflow-x: auto;
    padding: 0 !important;
}

@media screen and (min-width: 900px) {
    .table_parent > ul {
        width: 100% !important;
    }
}

.small {
    font-size: 10pt !important;
    color: black !important;
}

strong {
    font-weight: bold !important;
}

.company_logo {
    width: 200px;
    height: auto;
}

.text-left {
    text-align: left !important;
}

.company_logo_tours {
    width: 100px;
    height: auto;
}

.company_logo_tours {
    width: 100px !important;
    height: auto;
}

.direction-ltr {
    direction: ltr !important;
}

.w-30 {
    width: 30% !important;
}

.margin-top-4 {
    margin-top: 4px !important;
}

.category_image {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    margin-left: 10px;
    box-shadow: 0px 0px 2px #363636;
    margin-top: 3px;
}

.border-none {
    border: none !important;
}

.pdf-nav {
    display: flex;
    justify-content: space-around;
    padding: 20px 10px;
    margin: 10px 0;
    background-color: rgb(255, 255, 255);
    box-shadow: 0 10px 30px 0 rgb(0 0 0 / 5%);
    border-radius: var(--thm-border-radius);
}

.modal-show {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

}
.modal-show > img{
    max-height: 80vh;
}

.modal-show button.btn {
    position: absolute;
    left: 10px;
    bottom: 10px;

}

.modal-show button.btn-close {
    position: absolute;
    right: 10px;
    top: 10px;

}
.bg-overlay-modal{
    background-color: rgba(0,0,0,.8);
    top: 0;
    display: block;
    left: 0;
    bottom: 0;
    right: 0;
    position: fixed;
    z-index: 100;
    transition: all ease-in-out 1s;

}
.my-modal{
    display: block;
    position: fixed;
    border-radius: 6px;
}

@media screen and (max-width: 700px) {
    .modal-show {
        width: 90vw;
        max-width:450px;
        height: auto;
    }
}

@media screen and (min-width: 700px) {
    .modal-show {
        width: 75vw;
        max-width:450px;
        height: auto;
    }
}

.box-shadow{
    float: right;
    margin: 20px 0px;
    box-shadow: 5px -2px 15px #98989891;
    border-radius: 15px;
    padding: 30px;
    width:100%;
    background:white;
}

.tour-info-new {
    width: 100%;
    direction: rtl;
    color: #737373;
    font-size: 12px;
    float: right;
    margin-bottom: 10px;
    background: #fff;
    display: flex;
    border-radius: 10px;
    box-shadow: 0px 0px 5px #98989891;
    line-height: 45px;
}
.tour-info-new p{
    margin:0 !important;
}
.tour-info-new .qu {
    margin-bottom: 0;
    display: flex;
    background: #EF5B0C;
    color: white;
    padding: 0px 10px;
    border-radius: 0 10px 10px 0;
    width: 99px;
    align-items: center;
    justify-content: center;
}

.tour-info-new .ans {
    width: 70%;
    float: right;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.download-button-wrapp {
    width: 100%;
    float: right;
    margin: 10px;
    text-align: center;
    position: relative;
    direction: rtl;
}
.download-button-wrapp .but-box {
    width: 150px;
    padding: 0 2px;
    margin-bottom: 10px;
    position: relative;
    display: inline-block;
}
.download-button-wrapp button {
    width: 100%;
    margin: 0 auto;
    padding: 10px 10px;
    padding-left: 10px;
    font-family: IRANSansWeb;
    position: relative;
    background: #007ac5;
    border: none;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    color: #fff;
    padding-left: 45px;
    cursor: pointer;
    border-radius: 10px;
    box-shadow: 0px 0px 5px #98989891;
}

.airline-wrapp {
    width: 100%;
    float: right;
    text-align: center;
    margin-top: 15px;
    border-top: 1px solid #9898983d;
    border-bottom: 1px solid #9898983d;
    padding: 10px 0px;
}
.airline-wrapp div {
    width: 50%;
    float: right;
    height: 60px;
    color: #737373;
}

.reserve{
    color: #1746A2;
    font-size: 14px;
    margin: 16px;
}
.table-tour-wrapper {
    width: 100%;
    float: right;
    border-radius: 15px;
    box-shadow: 5px -2px 15px #98989891;
    margin-bottom: 20px;
    background: #fff;
}
.tour-table {
    width: 100%;
    float: right;
    clear: both;
}

.tlt-table {
    width: 100%;
    float: right;
    padding: 10px 0px;
    background-color: #0077c5;
    border-radius: 10px 10px 0 0;
}
.hotel_info_header{
    background-color: #EF5B0C;
    color: white;
}
.bg_base {
    background-color: #f69866;
    color: white;
}

.color_base {
    color: #f69866;
}

.section_over{
    margin-top:-180px;
    z-index:9;
}
.bg-gray{
    background-color: #eeeeee;
}

.cursor-pointer{
    cursor: pointer !important;
}
