@media only screen and (min-width: 992px) and (max-width: 1042px) {
    .section-menu{
        right:5px
    }
}

@media only screen and (min-width: 1043px) and (max-width: 1060px) {
    .section-menu{
        right:5px
    }
}

@media only screen and (min-width: 1061px) and (max-width: 1067px) {
    .section-menu{
        right:10px
    }
}
@media only screen and (min-width: 1068px) and (max-width: 1084px) {
    .section-menu{
        right:15px
    }
}
@media only screen and (min-width: 1085px) and (max-width: 1123px) {
    .section-menu{
        right:20px
    }
}
@media only screen and (min-width: 1124px) and (max-width: 1199px) {
    .section-menu{
        right:40px
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1294px) {
    .section-menu{
        right:0
    }
}
@media only screen and (min-width: 1295px) and (max-width: 1351px) {
    .section-menu{
        right:10px
    }
}
@media only screen and (min-width: 1352px) and (max-width: 1439px) {
    .section-menu{
        right:60px
    }
}
@media only screen and (min-width: 1440px) and (max-width: 1575px) {
    .section-menu{
        right:80px
    }
}

@media only screen and (min-width: 1576px) and (max-width: 1669px) {
    .section-menu{
        right:140px
    }
}
@media only screen and (min-width: 1670px) and (max-width: 1679px) {
    .section-menu{
        right:180px
    }
}
@media only screen and (min-width: 1680px) and (max-width: 1828px) {
    .section-menu{
        right:200px
    }
}
@media only screen and (min-width: 1829px) and (max-width: 2000px) {
    .section-menu{
        right:300px
    }
}
@media only screen and (min-width: 2001px) and (max-width: 2560px) {
    .section-menu{
        right:420px
    }
}

/* For desktop: */
.col-yegan-1 {width: 8.33%;}
.col-yegan-2 {width: 16.66%;}
.col-yegan-3 {width: 25%;}
.col-yegan-4 {width: 33.33%;}
.col-yegan-5 {width: 41.66%;}
.col-yegan-6 {width: 50%;}
.col-yegan-7 {width: 58.33%;}
.col-yegan-8 {width: 66.66%;}
.col-yegan-9 {width: 75%;}
.col-yegan-10 {width: 83.33%;}
.col-yegan-11 {width: 91.66%;}
.col-yegan-12 {width: 100%;}

@media only screen and (max-width: 991px) {
  /* For mobile phones: */
  /* [class*="col-yegan"] {
    width: 100%;
  } */
  .breadcrumb-area{
    /*display: none;*/
  }
}
@media only screen and (max-width: 991px) {
    .section-menu{
        display: none;
    }
}
@media only screen and (max-width: 991px) {
    .hotel_details_reservation{
        display: none;
    }
}
@media only screen and (max-width: 991px) {
    .hotel_favorite{
        display: none;
    }
}

@media only screen and (max-width: 991px) {
    .mt-5{
        margin-top:2rem !important;
    }
}
@media only screen and (max-width: 991px) {
    .border-bottom-header{
        margin-top:1rem !important;
    }
}
@media only screen and (max-width: 991px) {
    .col-reverse{
        display: flex;
        flex-direction: column-reverse;
    }
}
@media only screen and (max-width: 991px) {
    .hotel_details_overview ul li{
       width: fit-content;
       padding: 0 12px;
    }
}
@media only screen and (max-width: 991px) {
    .hotel_details_overview {
       width: 100%;
    }
}
@media only screen and (max-width: 991px) {
    .hotel_details_overview ul li p i{
       display: none;
    }
}
@media only screen and (max-width: 991px) {
    .example-1{
        overflow: initial;
       height: auto;
        direction: rtl !important;
    }
}
@media only screen and (max-width: 991px) {
    .showMore_showLess {
        display: inline !important;
    }
}
@media only screen and (max-width: 991px) {
    .showMore_showLess_button {
        background-color: transparent;
        border: none;
        color: red;
        display: inline !important;
    }
}

@media only screen and (max-width: 991px) {
    .desktopDescription {
        display: none;
    }
}
@media only screen and (max-width: 991px) {
    .font-size-30{
    font-size: 20px !important;
    }
}

@media only screen and (max-width: 991px) {
    .card-item-list .card-img-carousel{
    width: 100% !important;
    }
}
@media only screen and (max-width: 991px) {
    .body-mobile-details{
        padding-top: 20px !important;
        padding-right: 0 !important;
        padding-left: 0 !important;
        padding-bottom: 0 !important;

    }
}
@media only screen and (max-width: 991px) {
   .margin-top-25{
    margin-top: 0;
   }
}
@media only screen and (max-width: 991px) {
   .amount-day-mobile{
    font-size: 12px;
    font-weight: 700;
    display: flex;
   }
}
@media only screen and (max-width: 991px) {
   .amount-day-mobile-fee{
    font-size: 16px;
    margin-right: auto;
    font-weight: 700;

   }
}

@media only screen and (max-width: 991px) {
    .btn-e24{
        font-size: 12px;
        font-weight: 700;
    }
 }

@media only screen and (max-width: 991px) {
    .details-mobile {
    position: relative;
    top: -30px;
    border-right: none;
 }
}
@media only screen and (max-width: 991px) {
    .card-attributes ul li {
        margin-left:0;
        font-size: 14px;
 }
}
@media only screen and (max-width: 991px) {
    .card-title-yeganeh{
        font-size: 1.1rem;
        font-weight: 700;
    }
}
@media only screen and (max-width: 991px) {
    .example-2{
        height: auto;
    }
}
@media only screen and (max-width: 991px) {
    .padding-top-40px{
        padding-top: 0;
    }
}
@media only screen and (max-width: 991px) {
    #map, #singleMap{
        height: 300px;
    }
}
@media only screen and (max-width: 991px) {
    .title-e24{
        line-height: 30px;
    }
}
@media only screen and (max-width: 991px) {
    .title-e24-mobile{
        text-align: center;
        font-weight: 700;
    }
}
@media only screen and (max-width: 991px) {
    .hotel_additional_facilities_general{
        padding-bottom: 30px;
    }
}
@media only screen and (max-width: 991px) {
    .hotel_additional_facilities_general ul{
       margin-right: 0;
    }
}
@media only screen and (max-width: 991px) {
    .hotel_additional_facilities_special ul{
       margin-right: 0;
    }
}
@media only screen and (max-width: 991px) {
    .hotel_additional_facilities_special .ul_border li span {
        padding: 0;
    }
}
@media only screen and (max-width: 991px) {
    .hotel_additional_facilities_special ul li {
        height: auto;
    }
}
@media only screen and (max-width: 991px) {
    .location-bg{
        padding-bottom: 100px;
    }
}
@media only screen and (max-width: 991px) {
    .hotel_facilities_group_header h4{
        line-height: 30px;
        text-align: center;
        font-weight: 700;
    }
}
@media only screen and (max-width: 991px) {
    .hotel_facilities_available ul{
       margin-right: 0;
    }
}
@media only screen and (max-width: 991px) {
    .card-item-list{
        flex-direction: column;
    }
}
@media only screen and (max-width: 991px) {
    .place-search-mobile{
        display: flex;
        flex-direction: column-reverse;
    }
}
@media only screen and (max-width: 991px) {
    .place-search-mobile-title{
        padding-top: 15px;
    }
}
@media only screen and (max-width: 991px) {
    .display-none{
        display: none;
    }
}

@media only screen and (max-width: 991px) {
    .section--padding{
        padding-top: 20px;
    }
}

@media only screen and (max-width: 991px) {
    .section-padding{
        padding-top: 10px;
    }
}

@media only screen and (max-width: 991px) {
    .table-wrapper{
        box-shadow: 0px 35px 50px rgba( 0, 0, 0, 0.2 );
    }
}

@media only screen and (max-width: 991px) {
    .fl-table {
        border-radius: 5px;
        font-size: 12px;
        font-weight: normal;
        border: none;
        border-collapse: collapse;
        width: 100%;
        max-width: 100%;
        white-space: nowrap;
        background-color: white;
        height: 250px;
    }

    .fl-table td, .fl-table th {
        text-align: center;
        padding: 8px;
    }

    .fl-table td {
        border-right: 1px solid #f8f8f8;
        font-size: 12px;
    }

    .fl-table thead th {
        color: #000;
        background: rgba(128, 137, 150, .1);
    }


    .fl-table thead th:nth-child(odd) {
        color: #000;
        background: rgba(128, 137, 150, .1);
    }

    .fl-table tr:nth-child(even) {
        background: #F8F8F8;
    }
}

@media only screen and (max-width: 991px) {
    .box-sale-mobile{
        width: 100%;
    }
}

@media only screen and (min-width: 414px) and (max-width: 896px) {
    .card-title{
        padding-top: 10px;
    }
}

@media only screen and (min-width: 375px) and (max-width: 576px) {
    .section--padding{
        padding-bottom: 0;
    }
}
figure > img{
    position: relative;
    width: 100%;
}

#moreText {

    /* Display nothing for the element */
    display: none;
}

/* Responsive */

