.RTL {
    direction: rtl;
}
*, body, header, footer, article, section {
    font-family: 'iransans';
}
body {
    direction: rtl;
    background-color: #F0F0F0 !important;
}
body.bg-white {
    background-color: #F0F0F0 !important;
    overflow-x: hidden;
}
.footer-Round-cerve::before {
    display: none;
}
ul {
    padding: 0;
    margin: 0;
}
h1, h2, h3, h4, h5, h6 {
    font-family: IRANSans_Bold, sans-serif;
    margin-top: 10px;
    margin-bottom: 10px;
}
.btn-primary:hover,.btn-primary:focus,.btn-primary:active,
.btn-primary:active:focus:not(:disabled):not(.disabled),
.btn:focus, .btn:active, .btn:hover{
    box-shadow: none!important;
    outline: 0 !important;
}
.z-0{
    z-index: 0;
}
.z-1{
    z-index: 1;
}
.z-2{
    z-index: 2;
}
.fontSize_13{
    font-size: 13px !important;
}
.fontSize_16{
    font-size: 16px !important;
}
.fontSize_17 {
    font-size: 17px;
}
.link-V1:hover{
    color: #4d4d4d;
    text-decoration: none;
}
.bg-light{
    background-color: #efefef !important;
}
.nowrap{
    white-space: nowrap;
}
*:focus {
    outline: none !important;
}
.boxShodow_V3{
    box-shadow: 0px 2px 6px 0px  hsla(0,0%,0%,0.2);
}
.form-control:focus {
    border-color: inherit !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    background-color: #f0f0f0;
    color: #686a6dd1;

}
.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 4.5px 7.5px;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn:focus {
    border-color: inherit !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
input[type="text"].input_icon::-webkit-input-placeholder {
    font-size: 12px;


}
#ListHotel {
    padding-top: 3px;
    background: #F0F0F0;
    padding-bottom: 20px;
}
.Destination:before {
    background-image: url("/img/hotel.svg");
    display: inline-block;
    content: ' ';
    background-size: 28px 28px;
    height: 28px;
    width: 28px;
    margin-left: 10px;
    vertical-align: middle;
    filter: invert(66%) sepia(92%) saturate(2536%) hue-rotate(339deg) brightness(103%) contrast(102%);
}
.EntryDate, .DateOfDeparture {
    color: #4D4D4D;
    font-size: 14px;
    text-align: center;
}
.ColorButton_1 {
    background-color: #fb882a;
}
.ColorButton_1:hover {
    background-color: rgba(251, 136, 42, 0.86);
}
.ColorButton_2 {
    background-color: #62c2d0;
    -webkit-appearance: none;
    filter: none !important;
    padding-top: 3px;
    padding-bottom: 7px;
}
input[type="text"].input_icon {
    width: 100%;
    border: 0px solid #aaa;
    border-radius: 4px;
    margin: 8px 0;
    outline: none;
    padding: 8px;
    box-sizing: border-box;
    transition: 0.3s;
    background-color: #f0f0f0;
    font-size: 14px;
}
.inputWithIcon input[type="text"] {
    padding-right: 40px;
}
.inputWithIcon {
    position: relative;
}
.inputWithIcon i {
    position: absolute;
    right: 0;
    top: 2px;
    padding: 9px 8px;
    color: #aaa;
    transition: 0.3s;
}
.inputWithIcon_Left input[type="text"] {
    /*padding-left: 40px;*/
}
.inputWithIcon_Left {
    position: relative;
}
.inputWithIcon_Left i {
    position: absolute;
    left: 0;
    top: 2px;
    padding: 9px 8px;
    color: #aaa;
    transition: 0.3s;
}
.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: none !important;
    border-radius: .25rem;
}
.BoxShadow {
    box-shadow: 0 2px 10px -7px grey;
}
.SortLine {
    background-color: #fff;
    line-height: 60px;
    height: auto;
    vertical-align: middle;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -webkit-box-shadow: 0 12px 12px 0 rgba(181, 181, 181, .11);
    -moz-box-shadow: 0 12px 12px 0 rgba(181, 181, 181, .11);
    -ms-box-shadow: 0 12px 12px 0 rgba(181, 181, 181, .11);
    -o-box-shadow: 0 12px 12px 0 rgba(181, 181, 181, .11);
    box-shadow: 0 12px 12px 0 rgba(181, 181, 181, .11);
    border: 1px solid #dedede;
    flex-flow: nowrap;
    -webkit-transition: ease all .3s;
    -moz-transition: ease all .3s;
    transition: ease all .3s;
    border-top: none;
    border-bottom: none;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.SortLineItem_Nab, .SortLineItem {
    flex: 1;
    text-align: center;
    justify-content: center;
    cursor: pointer;
    display: table-cell;
    width: 170px;
    font-size: 14px;
    border-top-right-radius: 4px;
}
.sort-active a {
    text-decoration: none;
    filter: invert(63%) sepia(15%) saturate(3446%) hue-rotate(340deg) brightness(99%) contrast(98%);

}
.SortLineItem_Nab:hover a {
    text-decoration: none;
    filter: invert(63%) sepia(15%) saturate(3446%) hue-rotate(340deg) brightness(99%) contrast(98%);

}
.SortLineItem + .SortLineItem {
    border-right: 1px solid #dedede;
}
.SortLineItem_Nab.sort-active {
    color: #fb8829;
    box-shadow: inset 0 -3px 0 0 #fb8829;
}
.SortLine .SortLineItem.SortLineItemBox.sort-active {
    color: #fb8829;
    box-shadow: inset 0 -3px 0 0 #fb8829;
}
.SortLineItem_Nab + .SortLineItem_Nab {
    border-right: 1px solid #dedede;
}
.mg-bt-10 {
    margin-bottom: 10px;
}
.colorText {
    color: #4D4D4D;
    font-size: 14px;
}
.font_Size14 {
    font-size: 14px !important;
}
.font_Size15 {
    font-size: 14px !important;
}
.mt-2-5 {
    margin-top: 21px;
}
.HotelLocation .HotelStar {
    float: left;
    margin-right: 10px;
    position: relative;
    top: -1px;
}
.HotelStar.s1 {
    background-position: 0 -64px;
}
.HotelStar.s2 {
    background-position: 0 -48px;
}
.HotelStar.s3 {
    background-position: 0 -32px;
}
.HotelStar.s4 {
    background-position: 0 -16px;
}
.HotelStar.s5 {
    background-position: 0 0;
}
.HotelStar {
    background-image: url(/img/stars.png);
    background-repeat: no-repeat;
    width: 78px;
    height: 15px;
    display: inline-block;
    vertical-align: middle;
}
.fontSize_12 {
    font-size: 12px !important;
}
.btn-outline-orange {
    color: #fb882a;
    background-color: transparent;
    background-image: none;
    border-color: #fb882a;
}
.btn-outline-orange:hover {
    color: #ffffff;
    background-color: #fb882a;
    border-color: #fb882a;
}
.offer .OFFER li {
    list-style: none;
    display: inline-block;
    float: left;
}
.item_one {
    background-color: rgba(251, 136, 42, 0.8);
    padding: 7.5px 22px 7.5px 15px !important;
    font-size: 13px;
    height: 35px;

}
.triangle-2 {
    width: 30px;
    height: 60px;
    border-right: solid 30px rgb(200, 30, 50);
    border-bottom: solid 30px transparent;
    border-top: solid 30px transparent;
}
.triangle-2 {
    width: 10px;
    height: 10px;
    border-right: solid 18px rgb(255, 255, 255);
    border-bottom: solid 10px transparent;
    border-top: solid 10px transparent;
    right: 40px;
    /* transform: rotate(180deg); */
    top: 7.2px;
}
.item_two {
    background-color: #fb882a;
    padding: 5px 2px 5.2px 6px;
    color: white;
    width: 25%;
    height: 35px;
    text-align: center;
}
.colo_orange {
    color: #fb882a !important;
    font-size: 16px;
    list-style-type: none;
}
.Map_icon {
    font-size: 16px !important;
}
.accordion h1 {
    text-align: center;
    margin: 1.5em 0 0;
    font-size: 3em;
    letter-spacing: 1px;
    text-shadow: 0 1px 2px #666;
}
.accordion {
    margin: -9px auto;
    /* max-width: 30em; */
}
.toggle {
    display: none;
}
.option {
    position: relative;
    margin-bottom: 0em;
}
.accordion .option .title,
.accordion .option .content {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    transition: all 0.2s;
}
.title {
    background: #fff;
    padding: 1em;
    display: block;
    color: #7A7572;
    font-family: IRANSans_Bold;
    text-align: right;
}
.title:before {
    content: '';
    position: absolute;
    left: 1.78em;
    top: 1.25em;
    width: 2px;
    height: 0.75em;
    background-color: #7A7572;
    transition: all 0.2s;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.title:after {
    content: '';
    position: absolute;
    left: 1.25em;
    top: 1.25em;
    width: 2px;
    height: 0.75em;
    background-color: #7A7572;
    transition: all 0.2s;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.sidebar_title:after {
    content: '';
    position: absolute;
    left: 1.25em;
    top: 1.25em;
    width: 2px;
    height: 0.75em;
    background-color: #7A7572;
    transition: all 0.2s;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.sidebar_title:before {
    content: '';
    position: absolute;
    left: 1.78em;
    top: 1.25em;
    width: 2px;
    height: 0.75em;
    background-color: #7A7572;
    transition: all 0.2s;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.content {
    overflow: hidden;
    background-color: #fff;
}
.option .content {
    max-height: 0;
}
.content p {
    margin: 0;
    padding: 0.5em 1em 1em;
    font-size: 0.9em;
    line-height: 1.5;
}
.toggle:checked + .title, .toggle:checked + .title + .content {
    box-shadow: 3px 3px 6px #ddd, -3px 3px 6px #ddd;
    font-family: IRANSans_Bold;
}
.toggle:checked + .title + .content {
    max-height: 600px;
}
.toggle:checked + .title:before {
    -webkit-transform: rotate(45deg) !important;
    transform: rotate(45deg) !important;
    left: 19px;
}
.toggle:checked + .title:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 27px;
}
.border-T {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.border-B {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.boxShodow_V2 {
    box-shadow: 3px 3px 6px -7px #ddd, -3px 3px 6px #ddd;
}
.boxShodow_V3{
    box-shadow: 0px 2px 6px 0px  hsla(0,0%,0%,0.2);
}
.RemoveFilter {
    background-color: white !important;
    padding: 11px;
    height: 60px;
    border-radius: 4px;
}
#amount, #amount2 {
    border: 0;
    color: #4d4d4d;
    font-family: IRANSans_Bold;
    width: 100%;
    font-size: 13px;
    float: left;
    margin-top: -30px;
    text-align: left;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 11px solid #62c2cf !important;
    font-weight: normal;
    color: #555555;
    border-radius: 100% !important;
    cursor: grab !important;
    left: 0;
}
.ui-slider-range {
    cursor: pointer;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    border-bottom-right-radius: 10px !important;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    border-bottom-left-radius: 10px !important;
}
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    border-top-right-radius: 10px !important;
}
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    border-top-left-radius: 10px !important;
}
.ui-widget-content {
    border: 1px solid #d6d5d5 !important;
    color: #222222;
}
.cbx {
    margin: auto;
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
    width: 100%;
}
.cbx span {
    display: inline-block;
    vertical-align: middle;
    transform: translate3d(0, 0, 0);
    padding: 3px 13px 3px 0px;
    color: #4D4D4D;
}
.cbx span:first-child {
    position: relative;
    width: 18px;
    height: 18px;
    border-radius: 3px;
    transform: scale(1);
    vertical-align: middle;
    border: 1px solid #9098A9;
    transition: all 0.2s ease;
}
.cbx span:last-child {
    margin-top: -4px;
    margin-right: -5px;
}
.cbx:hover span:first-child {
    border-color: #62c2d0;
}
.inp-cbx:checked + .cbx span:first-child {
    background: #62c2d0;
    border-color: #62c2d0;
    animation: wave 0.4s ease;
}
.inp-cbx:checked + .cbx span:first-child svg {
    stroke-dashoffset: 0;
}
.inp-cbx:checked + .cbx span:first-child:before {
    transform: scale(3.5);
    opacity: 0;
    transition: all 0.6s ease;
}
@keyframes wave {
    50% {
        transform: scale(0.9);
    }
}
.Quality_Hotel li {
    list-style: none;
    text-align: right;
}
.form-control::-webkit-input-placeholder {
    color: #a9a9a9 !important;
}
.Map_icon {
    border: 2px solid #fb8829;
    padding: 3px 8px;
    border-radius: 4px;
    float: right;
    cursor: pointer;
}
.offer_r {
    border: 2px solid red;
    padding: 2px 3px 4px 3px;
    border-radius: 4px;
    float: left !important;
    background-color: #ff4949;
    color: #fff !important;
}
.Fix_bottom {
    width: 100%;
    background-color: #ffffff;
    z-index: 999;
    position: fixed;
    right: 0;
    bottom: 0;
    box-shadow: 0 10px 9px 7px grey; /* border-top: 4px solid #fb8829; */
}
.Filter_mobile li {
    list-style: none;
    display: inline-block;
    margin: -2px 35px -2px 15px;
}
.Filter_mobile {
    width: 100%;
    padding: 8px;
}
.Filter_mobile li a:hover {
    color: #fb882a;

}
.modal-header .close {
    padding: 1rem;
    margin: -10px 201px -1rem auto !important;
}
.modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: block;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #cccccc !important;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
}
.Line {
    width: 2px;
    height: 22px;
    background-color: #7d7d7d8f;

}
.ResultFindHotel {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
#suggestionList {
    width: 100%;
}
#availableProperties > h4 {
    color: red;
    text-align: center;
    margin-top: 80px
}
.hotels_loading_area {
    text-align: center;
    border-radius: 7px;
    margin: 0 auto;
    line-height: 28px;
    padding: 0 0 9px 0;
}
.hotels_loading_area img {
    width: 120px !important;
    height: 120px !important;
}
.hotels_loading_area .wait_title {
    font-family: IRANSans_Bold;
    font-size: 15px;
    margin: -3px 0 3px 0;
}
.hotels_loading_area .wait_description {
    font-size: 14px;
}
#ListHotel .container .col-md-12 .row .col-xl-3 {
    margin: auto;
}
#ListHotel .container .col-md-12 .row .col-xl-3 > p {
    margin: auto;
}
.hotelPaginator {
    text-align: center;
    padding-top: 25px;
}
.hotelPaginator a {
    border-radius: 100%;
    width: 40px;
    height: 40px;
    background: #fff;
    border: solid 1px #ddd;
}
.hotelPaginator a.active {
    background: #fb882a;
}
.hotelPaginator a:hover {
    background: #fb882a;
}
#hotel-in .form-group.search_btn_area {
    width: 15%;
}
.inputWithIcon #hi_input_city {
    width: 100%;
    border-radius: 5px;
    margin-right: 0;
    height: 100%;
    padding-right: 25px;
}
#city_search_result {
    width: 100%;
    margin-right: 0;
    position: absolute;
    z-index: 1021;
    min-width: 400px;
}
#search_result_content {
    margin-top: -5px;
    background: #fff;
    overflow-y: auto;
    max-height: 250px;
    min-height: 250px;
    border-radius: 5px;
    border: solid 1px #ddd;
    font-size: 14px;
    text-align: right;
}
#hotel_not_found {
    margin-top: -5px;
    background: #fff;
    overflow-y: auto;
    max-height: 250px;
    border-radius: 5px;
    border: solid 1px #a1a1a1;
    text-align: center;
}
#hotel_not_found span {
    text-align: center;
    float: none;
    font-size: 15px;
}
#search_result_content li.active {
    background: #ccc;
}
#search_result_content li:hover{
    background: #ccc;
}
#cityList > h3{
    font-family: IRANSans_Bold;
    background: #62C2D0;
    margin: 0;
    height: 35px;
    text-align: center;
    color: #fff;
    padding-top: 3px;
    font-size: 17px;
}
#cityList ul {
    margin: 0;
    padding-right: 40px;
    list-style: none;
}
#cityList ul li{
    clear: both;
    margin-right: -40px;
    height: 30px;
    border-bottom: solid 1px #ddd;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
#cityList ul li span.left {
    float: left;
    margin-left: 10px;
    font-size: 14px;
    margin-top: 2px;
}
#cityList ul li span.right {
    float: right;
    margin-right: 10px;
    margin-top: 2px;
    white-space: nowrap;
    width: 75%;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
}
#propertyList {
    margin: 0;
    clear: both;
}
#propertyList > h3 {
    font-family: IRANSans_Bold;
    height: 35px;
    background: #62C2D0;
    margin: 0;
    text-align: center;
    color: #fff;
    padding-top: 5px;
    font-size: 17px;
}
#propertyList > ul {
    margin: 0;
    padding-right: 40px;
    list-style: none;
}
#propertyList > ul li {
    clear: both;
    margin-right: -40px;
    height: 30px;
    border-bottom: solid 1px #ddd; cursor: pointer;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
#propertyList > ul li span.property_name {
    float: right;
    width: 75%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 2px;
    font-size: 14px;
}
#propertyList > ul li span.property_name span.hotel_type {
    padding-right: 10px;
    font-size: 14px;
}
#propertyList > ul li span.property_discount {
    float: right;
    width: 30%;
    color: red;
    font-size: 12px;
    margin-top: 5px;
    text-align: center;
}
#propertyList > ul li span.property_score {
    float: right;
    width: 25%;
    padding-top: 6px;
    overflow: hidden;
    height: 24px;
}
#propertyList > ul li span.property_score span {
    float: left;
}
#propertyList > ul li span.property_score span:first-child {
    margin-left: 10px;
}
.fa-star {
    color: #CFCFCF;
    font-size: 18px !important;
}
.inputWithIcon img#hi_loader  {
    float: left;
    margin-top: -40px;
    width: 25px;
    margin-left: 30px;
    display: none;
}
.read-more-state ~ .read-more-trigger:before {
    content: '';
    font-size: 12px;
    position: absolute;
    margin: -2px 8px 8px 41px;
    left: 42%;
    width: 48px;
    height: 30px;
    background-image: url(/img/down-arrow2.svg);
    background-repeat: no-repeat;
    background-position: left;
    line-height: 31px;
    background-size: 16px;
    text-align: right;
    filter: invert(28%) sepia(0%) saturate(703%) hue-rotate(199deg) brightness(97%) contrast(87%);
    color: #4D4D4D;
    transition-duration: 300ms;
}
.textInfo p {
    text-align: justify !important;
}
.read-more-state {
    display: none;
}
.read-more-target {
    opacity: 0;
    max-height: 0;
    font-size: 0;
    transition: .25s ease;
}
.read-more-state:checked ~ .read-more-wrap .read-more-target {
    opacity: 1;
    max-height: 999em;
}
.read-more-state ~ .read-more-trigger:before {
    content: '';
    font-size: 12px;
    position: absolute;
    margin: -2px 8px 8px 41px;
    left: 42%;
    width: 48px;
    height: 30px;
    background-image: url("/img/down-arrow2.svg");
    background-repeat: no-repeat;
    background-position: left;
    line-height: 31px;
    background-size: 16px;
    text-align: right;
    filter: invert(28%) sepia(0%) saturate(703%) hue-rotate(199deg) brightness(97%) contrast(87%);
    color: #4D4D4D;
    transition-duration: 300ms;
}
.read-more-state ~ .read-more-trigger:before {
    content: '';
    font-size: 12px;
    position: absolute;
    margin: -2px 8px 8px 41px;
    left: 55%;
    width: 48px;
    height: 30px;
    background-image: url("/img/down-arrow2.svg");
    background-repeat: no-repeat;
    background-position: left;
    line-height: 31px;
    background-size: 16px;
    text-align: right;
    filter: invert(28%) sepia(0%) saturate(703%) hue-rotate(199deg) brightness(97%) contrast(87%);
    color: #4D4D4D;
    transition-duration: 300ms;
}

.read-more-trigger {
    cursor: pointer;
    display: inline-block;
    padding: 0px .5em;
    color: #666;
    font-size: .9em;
    line-height: 2;
    /* border: 1px solid #ddd; */
    border-radius: .25em;
    position: absolute;
    bottom: -7px;
    left: 42%;
}
.hiddenRow .accordian-body p {
    font-size: 12px;
}
.no_comment {
    text-align: center;
    padding-top: 20px;
    font-size: 15px;
    color: #6E6E6E;
    margin-bottom: 25px;
}
#no_description {
    text-align: center;
    padding-top: 20px;
    font-size: 15px;
    color: #6E6E6E;
}
.fixed-header {
    position: unset;
}
table#roomsTable {
    padding-bottom: 20px;
}
section#Information .boxShodow_V3 p.text-center a.btn-outline-danger{
    -webkit-appearance: none;
}
.title_SuggestHotel {
    position: absolute;
    bottom: 30%;
    text-align: center;
    font-size: 18px;
    margin-right: auto;
    margin-left: auto;
    left: 0;
    right: 0;
    font-family: IRANSans_Medium;
}
.Price_number_SuggestHotel {
    font-size: 15px;
    font-family: IRANSans_Medium;
}
#roomsTable input.roomCount {
    font-size: 14px;
}
.clearfix {
    display: none;
}
.searchBox {
    padding-left: 0;
}
.PartOneNameCityHotel {
    /*margin-left: -30px;*/
    /*margin-right: -30px;*/
}
#hotel-price {
    font-size: 18px;
}
#hotel-price-unit {
    font-size: 15px;
}
.MapModal .modal-content {
    /*width: 800px;*/
    height: 450px;
    /*left: 100px;*/
}
.MapModal .modal-body .table-responsive {
    height: 100%;
    overflow: unset;
}
.facility_option {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
}
.hotel-payment-confirm {
    display: -webkit-box;
    margin: 0;
}
.hotel-payment-confirm label {
    display: flex;
}
#submitInfo.disabled {
    cursor: not-allowed;
}
.ColorButton_1.ml-3 {
    margin-left: 0 !important;
}
.datepicker-plot-area .toolbox {
    direction: rtl;
}
.datepicker-plot-area .toolbox button {
    font-size: 14px;
    padding: .25rem .5rem;
}
.Fix_bottom_item {
    width: 50%;
    height: 60px;
    padding: 10px;
}
.Fix_bottom_item.right p{
    padding-bottom: 0;
}
.Fix_bottom_item.left p{
    float: none;
    font-size: 14px;
    margin-top: -5px;
}
.Fix_bottom_item.left h4 {
    float: none;
    margin-top: 5px;
    margin-bottom: 0;
}
.datepicker-container {
    z-index: 999;
}
.tac {
    width: 100%;
}
div.loadMore {
    text-align: center;
    margin-top: 20px;
}
div.loadMore .btn{
    background: #fff;
    border: solid 1px #ddd;
    font-size: 14px;
    color: #262626;
    padding: 6px 15px 11px 15px;
    font-family: IRANSans_Medium;
    margin-bottom: 15px;
}
.form-control:focus {
    background-color: #ddd !important;
}
.col-md-push-8 {
    right: 66.66666667%;
}
.col-md-pull-4 {
    left: 33.33333333%;
}
.btn-outline-danger {
    border-color: #dc3545 !important;
}
span.hotel-min-price {
    font-size: 18px !important;
}
span.crossedPrice {
    font-size: 13px;
}
span.hotelPrice {
    font-size: 16px;
    font-family: IRANSans_Bold;
}
.Offer_Discount {
    float: left;
}
.font_Size18 {
    font-size: 18px !important;
}
.font_Size20{
    font-size: 20px;
}
.target_price {
    background-color: #62c2d0!important;
    color: #FFFFFF;
}
.font_weight_iransans_bold {
    font-family: IRANSans_Bold;
}
.count_days_box {
    margin-top: 8px;
    height: 37px;
    border-radius: 5px;
    text-align: center;
    color: #495057;
    background: #F0EFF0;
    padding-top: 6px;
    font-size: 14px;
    box-shadow: 0px 2px 6px 0px hsla(0,0%,0%,0.2);
    white-space: nowrap;
}
.count_days_box span {
    font-size: 14px;
}
.error_field {
    color: rgb(255,0,0);
    float: right;
    font-size: 13px;
}
.MapModal .modal-body .table-responsive#map_tr {
    text-align: center;
}
.h_Address_hotelKhareji{
    height: 80px;
}
.tooltip .tooltip-inner {
    background-color: #62C2D0;
    color: #FFFFFF;
    font-family: sans-serif;
}
.tooltip .arrow:before {
    border-bottom-color: #62C2D0 !important;
    border-top-color: #62C2D0 !important;
}
.ShowMap > button {
    padding: 10px 0px 16px 2px;
    font-size: 14px;
    margin: 0 0 15px 0;
}
.modal-header-A {
    display: -webkit-box;
    display: -ms-flexbox;
    display: block;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #62c2d0 !important;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
    background-color: #82CED9;
    color: white;
}
.LinkAbout:hover{
    color:#fc8728;
}
.img-gallery_388x221{
    width: 388px;
    height: 228px;
    margin: 0px 0px 16px  0px;
    background-size: cover;
    object-fit: cover;
    background-position: center;
}
.img-gallery_266x266 {
    width: 262px;
    height: 194px;
    margin: 0px 0 0px 16px;
    background-size: cover;
    object-fit: cover;
    background-position: center;
}
.img-gallery_735x474 {
    width: 100%;
    height: 474px;
    margin: 0px 0 0px 16px;
    background-size: cover;
    object-fit: cover;
    background-position: center;
}
.img-gallery-filter-black img{
    -webkit-filter: brightness(0.5);
}
.img-gallery-filter-black p{
    position: absolute;
    bottom: 34%;
    text-align: center;
    width: 100%;
    z-index: 1;
    cursor: pointer;
}
.titleHotelOut p{
    font-family: 'Roboto', sans-serif;
}
span.Coffey {
    background-image: url("/img/coffee-cup.svg");
    display: inline-block;
    content: ' ';
    height: 28px;
    width: 28px;
    margin-left: 10px;
    vertical-align: middle;
    filter: invert(27%) sepia(5%) saturate(2%) hue-rotate(27deg) brightness(105%) contrast(91%);
}
span.NOCoffey {
    background-image: url("/img/coffee-cup.svg");
    display: inline-block;
    content: ' ';
    height: 28px;
    width: 28px;
    vertical-align: middle;
    filter: invert(76%) sepia(13%) saturate(3%) hue-rotate(314deg) brightness(107%) contrast(96%);
    margin: 0 0 0 5px;
}
.MealIncluded {
    font-size: 14px;
    padding-top: 6px;
}
span.banknoteIcon {
    background-image: url("/img/banknote.svg");
    display: inline-block;
    content: ' ';
    height: 28px;
    width: 28px;
    margin-left: 10px;
    vertical-align: middle;
    filter: invert(27%) sepia(5%) saturate(2%) hue-rotate(27deg) brightness(105%) contrast(91%);
    margin: -3px 0px 0px 16px;
}
.ListPriceHotelOut > li{
    display: inline;
    margin-left: 20px;

}
span.NOCoffey:after {
    content: "/";
    position: absolute;
    color: #696969;
    font-size: 25px;
    left: 9px;
    opacity: 0.4;
}
.ListPriceHotelOut{

}
.font-family-en{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.contact-dropdown{
    width: 300px;
}
.contact-dropdown button{
    background-color: transparent;
    border:none;
}
span.bin {
    background-image: url(/img/dustbin.svg);
    display: inline-block;
    content: ' ';
    height: 15px;
    width: 19px;
    /* margin-left: 10px; */
    vertical-align: middle;
    background-size: 15px;
    filter: invert(20%) sepia(45%) saturate(5301%) hue-rotate(351deg) brightness(100%) contrast(91%);
    background-repeat: no-repeat;
    cursor: pointer;
}
.content-dropdown{
    display: none;
    background-color: white;
    padding: 10px;
}
.minus-passenger, .plus-passenger {
    width: 20px;
    height: 20px;
    background: #f2f2f2;
    /* border-radius: 4px; */
    padding: 6px 5px 8px 5px;
    border: 1px solid #ddd;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    font-size: 7px;
    cursor: pointer;
    margin: 0px -5px 0 -4px;
}
input.counter-passenger {
    height: 20px;
    width: 25px;
    text-align: center;
    font-size: 10px;
    border: none;
    /* border-radius: 4px; */
    display: inline-block;
    vertical-align: middle;
    border-top: 1px solid #cccc;
    border-bottom: 1px solid #cccc;
}
.FullOnline{
    transform: rotate(90deg);
    background-color:#57B171;
    color: white;
    right: -29px;
    width: 77px;
    text-align: center;
    top: 38%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.ribbon-wrapper {
    width: 85px;
    height: 88px;
    overflow: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
}
.ribbon-wrapper .ribbon {
    text-align: center;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    position: relative;
    padding: 3px 0;
    top: 15px;
    left: -3px;
    width: 119px;
    background-color: #6ac259;
    color: #fff;
}
.ribbon-wrapper .ribbon span {
    font-size: 12px;
}
.btn-more-price-single{
    background-color:transparent !important;
    border: none !important;
    cursor: pointer;
}
.Fix-box-night {
    border: 1px dashed #cecece;
    width: 100px;
    height: 100px;
    text-align: center;
    background: #FFFFFF;
    font-size: 10px;
}
.Fix-box-onDay p {
    color: #fff;
}
.Fix-box-Day p {
    color: #000 !important;
}
.Fix-box-Day {
    width: 100px;
    height: 100px;
    text-align: center;
    background: #FFFFFF;
    font-size: small;
}
.Fix-box-onDay {
    width: 100px;
    height: 100px;
    text-align: center;
    background: #62c2d1;
    font-size: small;
}
.handle-counter input {
    width: 29px;
    max-height: 25px;
    text-align: center;
    border: 1px solid #ccc;
    font-size: 12px;
    margin: 1px -5px 1px -5px;
    padding-top: 0;
    padding-bottom: 1px;
    border-radius: 0;
}
.MoreHotelDitale{
    text-align: right;
    padding: 0;
    margin: 0;
}
.MoreHotelDitale li{
    display: inline;
    color: #4d4d4d;
    font-size: 14px;
    text-align: right;
}
.btn_conterleft {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    color: white;
    margin: 0;
    font-size: 13.5px;
    border: navajowhite;
    cursor: pointer;
    max-height: 25px;
    margin-top: 3px;
    padding-top: 0;
    padding-bottom: 1px;
}
.btn_conterRight {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    color: white;
    font-size: 13.5px;
    max-height: 25px;
    border: navajowhite;
    cursor: pointer;
    padding-top: 0;
    padding-bottom: 1px;
}
.night_box {
    /*margin-left: 15px;*/
}
.night_box p {
    font-size: 11.5px;
}
.text-align-right {
    text-align: right;
}
.modal-dialog {
    display: inline-table;
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .EntryDate #goDate {
        font-size: 14px;
    }

    .DateOfDeparture #returnDate {
        font-size: 14px;
    }

    .fa-map-marker-alt.ml-2 {
        margin-left: 0 !important;
    }

    .MapModal::before {
        height: unset;
    }
}
.filter-hotel-modal .modal-dialog {
    display: unset;
}
.filter-hotel-modal .modal-content {
    max-height: 80%;
    overflow: scroll;
}
.view_reserve {
    padding-bottom: 8px;
}
.new_search {
    padding-bottom: 6px;
}
.name-passenger-area {
    max-width: unset;
}
.rooms-area {
    background: #F0F0F0;
}
.roomsTR {
    margin-bottom: .5rem !important;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.roomsTR:hover {
    overflow: hidden;
    background-color: #f5f5f5 !important;
}
.extra_service {
    padding-right: 15px;
}
.Info-Row {
    padding-top: 5px;
}
.score-box {
    padding-top: 3px;
    padding-left: 0;
}
.score {
    min-width: 30px;
    height: 30px;
    background-color: #002752;
    text-align: center;
    font-size: 24px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    padding-bottom: 1px;
    line-height: 31px;
    margin-left: 0 !important;
    padding-left: 5px;
}
.tagel {
    width: 22px;
    height: 30px;
    border-left: solid 23px rgb(0, 39, 82);
    border-bottom: solid 13px transparent;
    border-top: solid 15px transparent;
}
.hotel-btn-group {
    padding-top: 10px;
}
.single-score {
    margin: 0 0 -35px -24px;
    min-width: 150px;
}
.tool {
    left: 20px;
    bottom: 3px;
    position: relative;
}
.price-starting-box {
    min-width: 200px;
}
.sharing-area {
    min-width: 150px;
}
.hi-total-point {
    height: 45px;
    background-color: #f6f6f6;
    margin-left: -.5rem !important;
    margin-right: -.5rem !important;
    padding: 13px .7rem 10px .7rem;
    margin-bottom: 11px;
}
.hi-total-point .float-right {
    font-size: 13px;
}
.hi-total-point .float-left {
    margin: -2px 0 0 8px;
}
.hi-total-point .colo_orange {
    font-size: 13px;
}
.hi-total-point .colo_orange:first-child {
    font-size: 14px;
}
.Fix-box-onDay .new_price {
    font-size: 13px;
}
.booking-point:after {
    content: '|';
    color: #696969;
    font-size: 40px;
    position: absolute;
    left: 15px;
    opacity: .2;
}
.make-me-sticky {
    z-index: 1;
}
.informationHotel .InfoLineItem {
    cursor: default;
}
.rooms_amount {
    font-family: IRANSans_Bold;
    font-size: 15px;
}
.error_container div, .error_container div ul {
    width: 100%;
}
.error_container div ul li {
    list-style: none;
    text-align: right;
    margin-right: 15px;
    margin-left: -15px;
}
.hotel_not_found {
    padding: 35px 0 37px 0 !important;
    text-align: center;
    color: #f00;
    font-family: IRANSans_Medium;
}
.confirm_reserve_area {
    display: none;
}
.filter_star_area .Quality_Hotel, .filter_type_area .Quality_Hotel {
    width: 100%;
    line-height: 30px;
    margin-bottom: 10px !important;
}
.Destination {
    font-weight: normal !important;
}
.modal-open .modal {
    text-align: center;
}
#hi_input_city {
    box-shadow: 0px 2px 6px 0px  hsla(0,0%,0%,0.2);
}
.filter-hotel-modal {
    width: 90%;
    margin: 0 auto;
}
.filter-hotel-modal .modal-header {
    padding-top: 0;
}
.filter-hotel-modal .modal-header h5 {
    margin-top: 5px;
}
#Modal_Sort {
    margin-top: -13px;
}
.mobile_score_view {
    display: none;
}
#Fasility {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 10px;
}
#Map, #comment, #Suggest {
    padding-top: 10px;
}
.form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef !important;
    opacity: 1;
}
.InfoAndGallery {
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: 15px;
}
.total_price_passengers {
    font-size: 17px;
}
.passengers_input_area:last-child {
    margin-bottom: 10px !important;
}
.map_6 {
    padding-bottom: 56.25% !important;
}
#submitReservation textarea {
    border-color:transparent;
    color: #4d4d4d;
    padding: 13px;
    width: 100%;
    height: 80px;
}
#submitReservation textarea:focus {
    border-bottom: 2px solid #cccccc;
}
.choose_room_txt {
    position: absolute;
    top: -14px;
    font-size: 10px;
}
.LoadingSpiner {
    position: absolute;
    width: 89%;
    height: 100%;
    background-color: #f1f1f1;
    display: flex;
    justify-content: center;
}
.loader {
    display: block;
    position: relative;
    /* left: 50%; */
    top: 28%;
    width: 80px;
    height: 80px;
    /* margin: -75px 0 0 -75px; */
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #802c50;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    display: flex;
    justify-content: center;
    justify-items: center;
}
.loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #62c2d1;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}
.loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #fb882a;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}
@-webkit-keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.Trust{
    text-align: center;
}
.Trust li {
    list-style: none;
    display: inline-block;
    margin: 0px 40px;
    text-align: center;
    font-size: 14px;
}

.bg-pattern {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAIElEQVQoU2O8ffv2f1VVVUYGAoCgApj+UYV4Q5Lo4AEAZwMEC6M7CdcAAAAASUVORK5CYII=) repeat;
    background-color: white;
}

span.icon-warranty {
    background-image: url("/img/warranty.svg");
    display: block;
    content: ' ';
    height: 36px;
    width: 36px;
    background-size: 36px;
    vertical-align: middle;
    margin: 8px auto;
}

span.icon-vocher {
    background-image: url("/img/voucher.svg");
    display: block;
    content: ' ';
    height: 36px;
    width: 36px;
    background-size: 36px;
    vertical-align: middle;
    margin: 8px auto;
}

span.icon-doorknob {
    background-image: url("/img/doorknob.svg");
    display: block;
    content: ' ';
    height: 36px;
    width: 36px;
    background-size: 36px;
    vertical-align: middle;
    margin: 8px auto;
}

span.icon-discount_a {
    background-image: url("/img/discount.svg");
    display: block;
    content: ' ';
    height: 36px;
    width: 36px;
    background-size: 36px;
    vertical-align: middle;
    margin: 8px auto;
}

span.icon-100_hotel {
    background-image: url("/img/100_hotel.svg");
    display: block;
    content: ' ';
    height: 36px;
    width: 36px;
    background-size: 36px;
    vertical-align: middle;
    margin: 8px auto;
}
.rooms_filter_item {
    float: right;
    color: #4d4d4d;
    border: 1px solid #AFAFAF;
    background-color: #fff;
    border-radius: 7px;
    font-size: 14px;
    padding: 5px 10px 8px 10px;
    margin-left: 6px;
    cursor: pointer;
    -webkit-transition: ease all .2s;
    -moz-transition: ease all .2s;
    transition: ease all .2s;
}
.rooms_filter_item_active {
    float: right;
    border: 1px solid #fb882a;
    color: #fb882a;
    background-color: #fff;
    border-radius: 7px;
    font-size: 14px;
    font-family: IRANSans_Bold;
    padding: 5px 10px 8px 10px;
    margin-left: 6px;
    cursor: pointer;
    -webkit-transition: ease all .2s;
    -moz-transition: ease all .2s;
    transition: ease all .2s;
}
.bld_filter {
    margin-left: 0 !important;
}
.rooms_filter_item:hover, .rooms_filter_item_active:hover {
    background-color: #dfdfdf;
}
.rooms_filter_item:last-child {
    margin-left: 0 !important;
}
#rooms_loading {
    display: none;
    position: absolute;
    z-index: 9;
    width: 97%;
    text-align: center;
    margin-top: 80px;
}
.ColorButton_2 .loading_btn {
    margin-top: 6px !important;
}


.st-alert {
    border: 5px solid green;
    border-radius: 50px;
    padding: 20px;
    background-color: #fff;
    text-align: center;
}
.st-alert-small {
    border: 5px solid green;
    border-radius: 30px;
    padding: 10px 0px 10px;
    background-color: #fff;
}
.st-alert .error-field {
    display: block;
    color: red;
    font-weight: 500;
    font-size: 16px;
    line-height: 27px;
}
.st-alert .btn {
    font-size: 14px;
}
.st-alert-small .btn {
    font-size: 15px;
    padding-top: 4px;
}

.footer-Round-cerve::before {
    /* background-color: red; */
    content: "";
    background-image: url(../../images/index4/footer-top-gray.svg);
    background-size: 100% 100%;
    display: block;
    background-repeat: no-repeat;
    position: absolute;
    height: 105px;
    width: 100%;
    margin-top: -25px;
    z-index: 1;
    transform: initial;
}
.foreign-selected {
    background-color: #ffcece !important;
    border: 2px solid #ff0000 !important;
}

@media (max-width: 575.98px) {
    .score-box {
        padding-left: 15px;
        padding-bottom: 10px;
    }

    .suporting{
        font-size: 16px;
    }
    .totalPrice_Off{
        padding-right: 46%;
    }
    .bt_Shadow {
        box-shadow: 0 18px 40px -12px rgb(252, 135, 35)
    }

    .btn:focus {
        border-color: transparent !important;
        -webkit-box-shadow: 0 15px 40px -12px rgb(252, 135, 35) !important;
        box-shadow: 0 15px 40px -12px rgb(252, 135, 35) !important;
    }

    .title_information_section {
        margin-top: -14px;
        width: 55%;
        text-align: center !important;
    }

    .LTR {
        direction: ltr;
    }

    .green-color {
        font-size: 19px;
        color: #33B361;
        text-align: center;
    }

    #searchNewHotel .ColorButton_1 {
        width: 100%;
    }

    .countdown {
        margin: 0 auto;
        width: 100%;
        background-color: #62C2D0;
        text-align: center;
    }

    .header-timer {
        opacity: 0.7;
        background-color: #62C2D0;
        color: white;
        padding: 19px 0;
        font-family: IRANSans_Bold;
        font-size: 17px;
    }

    .dot:before {
        content: ':';
        color: #dee2e6;
        position: absolute;
        left: 49%;
    }

    .countdown .square , .countdown-wating .square {
        display: inline-block;
        padding: 10px;
        margin: 5px;
    }

    .countdown .digits , .countdown-wating .digits{
        font-size: 47px;
        background: transparent;
        color: #fff;
        padding: 20px 10px;
        border-radius: 5px;
        width: 88px;
    }

    .countdown .text ,.countdown-wating .text {
        margin-top: 10px;
        color: #fff;
        font-size: 34px;
    }

    .fontSize_23{
        font-size: 23px;
        font-family: IRANSans_Bold;
    }

    .circe {
        height: 300px;
        width: 300px;
        border-radius: 100%;
        background-color: rgba(98, 194, 208, 0.27);
        position: absolute;
        margin: 0 auto;
        top: 45%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .svg-comferm {
        position: relative;
        z-index: 2;
        margin: 32% 0px 0 0px;
    }

    .codere {
        background-color: #dee2e6;
        padding: 5px;
        border: 3px dashed rgba(151, 151, 151, 0.58);
        top: 67%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-6%, -179%);
        z-index: 2;
    }

    .btn-ok {
        background-color: #71BF79;
        box-shadow: 0 18px 40px -12px rgba(113, 191, 121, 0.46);
        border-radius: 3px;
        padding: 10px 67px;
    }
    .header-wating-timer {
        opacity: 0.7;
        background-color: #fc8628;
        color: white;
        padding: 19px 0;
        font-family: IRANSans_Bold;
        font-size: 17px;
    }
    .countdown-wating {
        margin: 0 auto;
        width: 100%;
        background-color: #fc8728;
        text-align: center;
    }
    .svg-nok {
        position: relative;
        z-index: 2;
        margin: 6% 0px 0 0px;
    }
    .circe_nok {
        height: 300px;
        width: 300px;
        border-radius: 100%;
        background-color: rgba(98, 194, 208, 0.27);
        position: absolute;
        margin: 0 auto;
        top: 29%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-56%, -29%);
    }
    .green_light{
        background: #EEFEF1;
        border: 1px dashed rgba(65, 196, 90, 0.82);
        border-radius: 7px;
    }
    span.ShopOnline {
        background-image: url("/img/language.svg");
        display: inline-block;
        content: ' ';
        height: 28px;
        width: 28px;
        margin-left: 10px;
        vertical-align: middle;
        filter: invert(90%) sepia(21%) saturate(7049%) hue-rotate(70deg) brightness(92%) contrast(63%);
        background-size: 28px;
    }
    span.ShopOffLine {
        background-image: url("/img/language.svg");
        display: inline-block;
        content: ' ';
        height: 28px;
        width: 28px;
        margin-left: 10px;
        vertical-align: middle;
        filter: invert(39%) sepia(97%) saturate(1386%) hue-rotate(326deg) brightness(101%) contrast(107%);
        background-size: 28px;
    }
    .text-green{
        color: #33B361;
    }
    .border-red{
        background: #FFFFFF;
        border: 1px dashed #FF515B;
        border-radius: 7px;
    }
    .text-red{
        color: #FF515B;
    }
    .price{
        padding-right: 51%;
    }
    .totalPrice{
        padding-right: 22%;
    }
    #hi_night_count {
        display: block;
        margin-top: -9px;
    }
    /*.search_city_btn {*/
        /*display: none !important;*/
    /*}*/
    /*#city_search_result {*/
        /*top: 90px !important;*/
    /*}*/
    #hotel_not_found {
        border: 0 !important;
    }
    .inputWithIcon img#hi_loader {
        margin: 0 !important;
    }
    #search_result_content {
        border: 0 !important;
        margin-top: 40px;
    }
    .PartOneNameCityHotel {
        /*margin-right: -15px;*/
        /*margin-left: -30px;*/
    }
    .top_actions_area {
        padding-right: 7px;
        padding-left: 7px;
    }
    .PartOneNameCityHotel #collapseExample {
        margin-right: 0;
    }
    .p-xs-0 {
        padding: 0 !important;
    }
    .list_search_box {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    #availableProperties > h4 {
        font-size: 18px;
    }
    .fa-star {
        font-size: 16px !important;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .score-box {
        padding-left: 15px;
        padding-bottom: 10px;
    }
    .count_days_box {
        width: 100%;
        margin-top: 8px;
        margin-bottom: 0px;
        margin-left: 9px;
    }
    .price-starting-box .ColorButton_2 {
        margin: 7px 0 0 0;
    }
    #hotel-search-box .col-md-2:last-child {
        display: block !important;
    }
    .SortLine .SortLineItemBox:last-child {
        display: none;
    }
    .suporting{
        font-size: 16px;
    }
    .totalPrice_Off{
        padding-right: 10%;
    }
    .price{
        padding-right: 68%;

    }
    .totalPrice{
        padding-right: 81%;
    }
    .bt_Shadow {
        box-shadow: 0 18px 40px -12px rgb(252, 135, 35)
    }

    .btn:focus {
        border-color: transparent !important;
        -webkit-box-shadow: 0 15px 40px -12px rgb(252, 135, 35) !important;
        box-shadow: 0 15px 40px -12px rgb(252, 135, 35) !important;
    }

    .title_information_section {
        margin-top: -14px;
        width: 16%;
        text-align: center !important;
    }

    .LTR {
        direction: ltr;
    }

    .green-color {
        font-size: 19px;
        color: #33B361;
        text-align: center;
    }


    .countdown {
        margin: 0 auto;
        width: 100%;
        background-color: #62C2D0;
        text-align: center;
    }

    .header-timer {
        opacity: 0.7;
        background-color: #62C2D0;
        color: white;
        padding: 19px 0;
        font-family: IRANSans_Bold;
        font-size: 17px;
    }

    .dot:before {
        content: ':';
        color: #dee2e6;
        position: absolute;
        left: 49%;
    }

    .countdown .square , .countdown-wating .square {
        display: inline-block;
        padding: 10px;
        margin: 5px;
    }

    .countdown .digits , .countdown-wating .digits{
        font-size: 47px;
        background: transparent;
        color: #fff;
        padding: 20px 10px;
        border-radius: 5px;
        width: 100px;
    }

    .countdown .text ,.countdown-wating .text {
        margin-top: 10px;
        color: #fff;
        font-size: 34px;
    }

    .fontSize_23{
        font-size: 23px;
        font-family: IRANSans_Bold;
    }

    .circe {
        height: 300px;
        width: 300px;
        border-radius: 100%;
        background-color: rgba(98, 194, 208, 0.27);
        position: absolute;
        margin: 0 auto;
        top: 45%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .svg-comferm {
        position: relative;
        z-index: 2;
        margin: 32% 0px 0 0px;
    }

    .codere {
        background-color: #dee2e6;
        padding: 5px;
        border: 3px dashed rgba(151, 151, 151, 0.58);
        top: 67%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-17%, -157%);
        z-index: 2;
    }

    .btn-ok {
        background-color: #71BF79;
        box-shadow: 0 18px 40px -12px rgba(113, 191, 121, 0.46);
        border-radius: 3px;
        padding: 10px 67px;
    }
    .header-wating-timer {
        opacity: 0.7;
        background-color: #fc8628;
        color: white;
        padding: 19px 0;
        font-family: IRANSans_Bold;
        font-size: 17px;
    }
    .countdown-wating {
        margin: 0 auto;
        width: 100%;
        background-color: #fc8728;
        text-align: center;
    }
    .svg-nok {
        position: relative;
        z-index: 2;
        margin: 6% 0px 0 0px;
    }
    .circe_nok {
        height: 300px;
        width: 300px;
        border-radius: 100%;
        background-color: rgba(98, 194, 208, 0.27);
        position: absolute;
        margin: 0 auto;
        top: 29%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-56%, -29%);
    }
    .green_light{
        background: #EEFEF1;
        border: 1px dashed rgba(65, 196, 90, 0.82);
        border-radius: 7px;
    }
    span.ShopOnline {
        background-image: url("/img/language.svg");
        display: inline-block;
        content: ' ';
        height: 28px;
        width: 28px;
        margin-left: 10px;
        vertical-align: middle;
        filter: invert(90%) sepia(21%) saturate(7049%) hue-rotate(70deg) brightness(92%) contrast(63%);
        background-size: 28px;
    }
    span.ShopOffLine {
        background-image: url("/img/language.svg");
        display: inline-block;
        content: ' ';
        height: 28px;
        width: 28px;
        margin-left: 10px;
        vertical-align: middle;
        filter: invert(39%) sepia(97%) saturate(1386%) hue-rotate(326deg) brightness(101%) contrast(107%);
        background-size: 28px;
    }
    .text-green{
        color: #33B361;
    }
    .border-red{
        background: #FFFFFF;
        border: 1px dashed #FF515B;
        border-radius: 7px;
    }
    .text-red{
        color: #FF515B;
    }
    #hi_night_count {
        display: block;
        margin-top: -9px;
    }
    #searchNewHotel .p-lg-0 {
        padding: 0 !important;
    }
    #search_result_content {
        margin-top: 30px;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    #searchNewHotel .m-lg-0{
        padding: 0;
    }
    .count_days_box {
        margin-left: 0;
    }
    #hotel-search-box .ColorButton_2 {
        width: 87px;
        margin-right: 17px;
    }
    #hotel-search-box .fa-map-marker-alt {
        right: -1px;
        top: 10px;
    }
    .suporting{
        font-size: 16px;
    }
    .totalPrice_Off{
        padding-right: 18%;
    }
    .price{
        padding-right: 26%;
    }
    .totalPrice{
        padding-right: 0;
        font-size: 12px;
    }
    .bt_Shadow {
        box-shadow: 0 18px 40px -12px rgb(252, 135, 35)
    }

    .btn:focus {
        border-color: transparent !important;
        -webkit-box-shadow: 0 15px 40px -12px rgb(252, 135, 35) !important;
        box-shadow: 0 15px 40px -12px rgb(252, 135, 35) !important;
    }

    .title_information_section {
        margin-top: -14px;
        width: 16%;
        text-align: center !important;
    }

    .LTR {
        direction: ltr;
    }

    .green-color {
        font-size: 19px;
        color: #33B361;
        text-align: center;
    }


    .countdown {
        margin: 0 auto;
        width: 100%;
        background-color: #62C2D0;
        text-align: center;
    }

    .header-timer {
        opacity: 0.7;
        background-color: #62C2D0;
        color: white;
        padding: 19px 0;
        font-family: IRANSans_Bold;
        font-size: 17px;
    }

    .dot:before {
        content: ':';
        color: #dee2e6;
        position: absolute;
        left: 49%;
    }

    .countdown .square , .countdown-wating .square {
        display: inline-block;
        padding: 10px;
        margin: 5px;
    }

    .countdown .digits , .countdown-wating .digits{
        font-size: 47px;
        background: transparent;
        color: #fff;
        padding: 20px 10px;
        border-radius: 5px;
        width: 100px;
    }

    .countdown .text ,.countdown-wating .text {
        margin-top: 10px;
        color: #fff;
        font-size: 34px;
    }

    .fontSize_23{
        font-size: 23px;
        font-family: IRANSans_Bold;
    }

    .circe {
        height: 300px;
        width: 300px;
        border-radius: 100%;
        background-color: rgba(98, 194, 208, 0.27);
        position: absolute;
        margin: 0 auto;
        top: 45%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .svg-comferm {
        position: relative;
        z-index: 2;
        margin: 32% 0px 0 0px;
    }

    .codere {
        background-color: #dee2e6;
        padding: 5px;
        border: 3px dashed rgba(151, 151, 151, 0.58);
        top: 67%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-17%, -157%);
        z-index: 2;
    }

    .btn-ok {
        background-color: #71BF79;
        box-shadow: 0 18px 40px -12px rgba(113, 191, 121, 0.46);
        border-radius: 3px;
        padding: 10px 67px;
    }
    .header-wating-timer {
        opacity: 0.7;
        background-color: #fc8628;
        color: white;
        padding: 19px 0;
        font-family: IRANSans_Bold;
        font-size: 17px;
    }
    .countdown-wating {
        margin: 0 auto;
        width: 100%;
        background-color: #fc8728;
        text-align: center;
    }
    .svg-nok {
        position: relative;
        z-index: 2;
        margin: 6% 0px 0 0px;
    }
    .circe_nok {
        height: 300px;
        width: 300px;
        border-radius: 100%;
        background-color: rgba(98, 194, 208, 0.27);
        position: absolute;
        margin: 0 auto;
        top: 29%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-56%, -29%);
    }
    .green_light{
        background: #EEFEF1;
        border: 1px dashed rgba(65, 196, 90, 0.82);
        border-radius: 7px;
    }
    span.ShopOnline {
        background-image: url("/img/language.svg");
        display: inline-block;
        content: ' ';
        height: 28px;
        width: 28px;
        margin-left: 10px;
        vertical-align: middle;
        filter: invert(90%) sepia(21%) saturate(7049%) hue-rotate(70deg) brightness(92%) contrast(63%);
        background-size: 28px;
    }
    span.ShopOffLine {
        background-image: url("/img/language.svg");
        display: inline-block;
        content: ' ';
        height: 28px;
        width: 28px;
        margin-left: 10px;
        vertical-align: middle;
        filter: invert(39%) sepia(97%) saturate(1386%) hue-rotate(326deg) brightness(101%) contrast(107%);
        background-size: 28px;
    }
    .text-green{
        color: #33B361;
    }
    .border-red{
        background: #FFFFFF;
        border: 1px dashed #FF515B;
        border-radius: 7px;
    }
    .text-red{
        color: #FF515B;
    }
    #search_result_content {
        margin-top: 30px;
    }
}
@media (min-width: 992px) and (max-width: 1199.98px) {

    .suporting{
        font-size: 16px;
    }
    .totalPrice_Off{
        padding-right: 10%;
    }
    .bt_Shadow {

        box-shadow: 0 18px 40px -12px rgb(252, 135, 35)
    }

    .btn:focus {
        border-color: transparent !important;
        -webkit-box-shadow: 0 15px 40px -12px rgb(252, 135, 35) !important;
        box-shadow: 0 15px 40px -12px rgb(252, 135, 35) !important;
    }

    .title_information_section {
        margin-top: -14px;
        width: 16%;
        text-align: center !important;
    }

    .LTR {
        direction: ltr;
    }

    .green-color {
        font-size: 19px;
        color: #33B361;
        text-align: center;
    }


    .countdown {
        margin: 0 auto;
        width: 100%;
        background-color: #62C2D0;
        text-align: center;
    }

    .header-timer {
        opacity: 0.7;
        background-color: #62C2D0;
        color: white;
        padding: 19px 0;
        font-family: IRANSans_Bold;
        font-size: 17px;
    }

    .dot:before {
        content: ':';
        color: #dee2e6;
        position: absolute;
        left: 49%;
    }

    .countdown .square , .countdown-wating .square {
        display: inline-block;
        padding: 10px;
        margin: 5px;
    }

    .countdown .digits , .countdown-wating .digits{
        font-size: 47px;
        background: transparent;
        color: #fff;
        padding: 20px 10px;
        border-radius: 5px;
        width: 100px;
    }

    .countdown .text ,.countdown-wating .text {
        margin-top: 10px;
        color: #fff;
        font-size: 34px;
    }

    .fontSize_23{
        font-size: 23px;
        font-family: IRANSans_Bold;
    }

    .circe {
        height: 300px;
        width: 300px;
        border-radius: 100%;
        background-color: rgba(98, 194, 208, 0.27);
        position: absolute;
        margin: 0 auto;
        top: 45%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .svg-comferm {
        position: relative;
        z-index: 2;
        margin: 32% 0px 0 0px;
    }

    .codere {
        background-color: #dee2e6;
        padding: 5px;
        border: 3px dashed rgba(151, 151, 151, 0.58);
        top: 67%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-17%, -157%);
        z-index: 2;
    }

    .btn-ok {
        background-color: #71BF79;
        box-shadow: 0 18px 40px -12px rgba(113, 191, 121, 0.46);
        border-radius: 3px;
        padding: 10px 67px;
    }
    .header-wating-timer {
        opacity: 0.7;
        background-color: #fc8628;
        color: white;
        padding: 19px 0;
        font-family: IRANSans_Bold;
        font-size: 17px;
    }
    .countdown-wating {
        margin: 0 auto;
        width: 100%;
        background-color: #fc8728;
        text-align: center;
    }
    .svg-nok {
        position: relative;
        z-index: 2;
        margin: 6% 0px 0 0px;
    }
    .circe_nok {
        height: 300px;
        width: 300px;
        border-radius: 100%;
        background-color: rgba(98, 194, 208, 0.27);
        position: absolute;
        margin: 0 auto;
        top: 29%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-56%, -29%);
    }
    .green_light{
        background: #EEFEF1;
        border: 1px dashed rgba(65, 196, 90, 0.82);
        border-radius: 7px;
    }
    span.ShopOnline {
        background-image: url("/img/language.svg");
        display: inline-block;
        content: ' ';
        height: 28px;
        width: 28px;
        margin-left: 10px;
        vertical-align: middle;
        filter: invert(90%) sepia(21%) saturate(7049%) hue-rotate(70deg) brightness(92%) contrast(63%);
        background-size: 28px;
    }
    span.ShopOffLine {
        background-image: url("/img/language.svg");
        display: inline-block;
        content: ' ';
        height: 28px;
        width: 28px;
        margin-left: 10px;
        vertical-align: middle;
        filter: invert(39%) sepia(97%) saturate(1386%) hue-rotate(326deg) brightness(101%) contrast(107%);
        background-size: 28px;
    }
    .text-green{
        color: #33B361;
    }
    .border-red{
        background: #FFFFFF;
        border: 1px dashed #FF515B;
        border-radius: 7px;
    }
    .text-red{
        color: #FF515B;
    }
    .price{
        padding-right: 68%;

    }
    .totalPrice{
        padding-right: 81%;
    }

}
@media (min-width: 1200px) {
    .totalPrice_Off{
        padding-right: 58%;
    }
    .price{
        padding-right: 59%;
    }
    .totalPrice{
        padding-right: 36%;
    }
    .bt_Shadow {
        box-shadow: 0 18px 40px -12px rgb(252, 135, 35)
    }

    .title_information_section {
        margin-top: -14px;
        width: 16%;
        text-align: center !important;
    }

    .LTR {
        direction: ltr;
    }

    .green-color {
        font-size: 19px;
        color: #33B361;
        text-align: center;
    }


    .countdown {
        margin: 0 auto;
        width: 100%;
        background-color: #62C2D0;
        text-align: center;
    }

    .header-timer {
        opacity: 0.7;
        background-color: #62C2D0;
        color: white;
        padding: 19px 0;
        font-family: IRANSans_Bold;
        font-size: 17px;
    }

    .dot:before {
        content: ':';
        color: #dee2e6;
        position: absolute;
        left: 49%;
    }

    .countdown .square , .countdown-wating .square {
        display: inline-block;
        padding: 10px;
        margin: 5px;
    }

    .countdown .digits , .countdown-wating .digits{
        font-size: 47px;
        background: transparent;
        color: #fff;
        padding: 20px 10px;
        border-radius: 5px;
        width: 100px;
    }

    .countdown .text ,.countdown-wating .text {
        margin-top: 10px;
        color: #fff;
        font-size: 34px;
    }

    .fontSize_23{
        font-size: 23px;
        font-family: IRANSans_Bold;
    }

    .circe {
        height: 300px;
        width: 300px;
        border-radius: 100%;
        background-color: rgba(98, 194, 208, 0.27);
        position: absolute;
        margin: 0 auto;
        top: 45%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .svg-comferm {
        position: relative;
        z-index: 2;
        margin: 32% 0px 0 0px;
    }

    .codere {
        background-color: #dee2e6;
        padding: 5px;
        border: 3px dashed rgba(151, 151, 151, 0.58);
        top: 67%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-17%, -157%);
        z-index: 2;
    }

    .btn-ok {
        background-color: #15a94a;
        box-shadow: 0 18px 40px -12px rgba(113, 191, 121, 0.46);
        border-radius: 3px;
        padding: 10px 67px;
    }
    .header-wating-timer {
        opacity: 0.7;
        background-color: #fc8628;
        color: white;
        padding: 19px 0;
        font-family: IRANSans_Bold;
        font-size: 17px;
    }
    .countdown-wating {
        margin: 0 auto;
        width: 100%;
        background-color: #fc8728;
        text-align: center;
    }
    .svg-nok {
        position: relative;
        z-index: 2;
        margin: 6% 0px 0 0px;
    }
    .circe_nok {
        height: 300px;
        width: 300px;
        border-radius: 100%;
        background-color: rgba(98, 194, 208, 0.27);
        position: absolute;
        margin: 0 auto;
        top: 29%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-56%, -29%);
    }
    .green_light{
        background: #EEFEF1;
        border: 1px dashed rgba(65, 196, 90, 0.82);
        border-radius: 7px;
    }
    span.ShopOnline {
        background-image: url("/img/language.svg");
        display: inline-block;
        content: ' ';
        height: 28px;
        width: 28px;
        margin-left: 10px;
        vertical-align: middle;
        filter: invert(90%) sepia(21%) saturate(7049%) hue-rotate(70deg) brightness(92%) contrast(63%);
        background-size: 28px;
    }
    span.ShopOffLine {
        background-image: url("/img/language.svg");
        display: inline-block;
        content: ' ';
        height: 28px;
        width: 28px;
        margin-left: 10px;
        vertical-align: middle;
        filter: invert(39%) sepia(97%) saturate(1386%) hue-rotate(326deg) brightness(101%) contrast(107%);
        background-size: 28px;
    }
    .text-green{
        color: #33B361;
    }
    .border-red{
        background: #FFFFFF;
        border: 1px dashed #FF515B;
        border-radius: 7px;
    }
    .text-red{
        color: #FF515B;
    }
    .suporting{
        font-size: 16px;
    }

}
@media (max-width: 575.98px) {
    #Capacity{
        border: none !important;
        padding: 15px 0px;
    }
    #CounterPriceSingelHotel{
        padding: 12px 0 0 0;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {

    #Capacity{
        border: none !important;
        padding: 15px 0px;
    }
    #CounterPriceSingelHotel{
        padding: 12px 0 0 0;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    #Capacity{
        border: none !important;
        padding: 15px 0px;
    }
    #CounterPriceSingelHotel{
        padding: 12px 0 0 0;
    }
}
@media (min-width: 992px)  {
    .sharing-area {
        padding-top: 72px;
        margin-left: 30px;
    }
}
@media (min-width: 460px) and (max-width: 767.9px)  {
    .sharing-area {
        padding-top: 25px;
        margin-left: 30px;
        min-width: 110px;
    }
    #share-URL {
        margin-top: 10px;
    }
}
@media (max-width: 575px)  {
    .sharing-area {
        margin-left: auto;
        margin-right: auto;
    }
    .single-score {
        margin: 0;
    }
    .price-starting-box {
        margin-left: auto;
        margin-right: auto;
    }
}
@media (max-width: 575.98px) {
    .Destination {
        color: #4D4D4D;
        font-size: 14px;
        font-family: IRANSans_Bold;
        padding-right: 10px;
        text-align: center !important;
    }
    img.hotelIMG {
        max-height: 285px !important;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .Destination {
        color: #4D4D4D;
        font-size: 14px;
        font-family: IRANSans_Bold;
        padding-right: 10px;
        text-align: center !important;
    }
    img.hotelIMG {
        max-height: 381px !important;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .Destination {
        color: #4D4D4D;
        font-size: 14px;
        font-family: IRANSans_Bold;
        padding-right: 10px;
        text-align: right !important;
    }
    .hotel_Name_box {
        display: -webkit-box!important;
        flex-wrap: unset;
        margin: 0;
    }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .Destination {
        color: #4D4D4D;
        font-size: 14px;
        font-family: IRANSans_Bold;
        padding-right: 10px;
        text-align: right !important;
        white-space: nowrap;
    }
    #ListHotel div.offer > ul {
        width: 185px;
    }
    #ListHotel div.offer > p {
        width: 178px;
    }
    .hotel_Name_box {
        display: -webkit-box!important;
        flex-wrap: unset;
        margin: 0;
    }
}
@media (min-width: 1200px) {
    .Destination {
        color: #4D4D4D;
        font-size: 14px;
        font-family: IRANSans_Bold;
        padding-right: 10px;
        text-align: right !important;
    }
    #ListHotel div.offer > ul {
        width: 185px;
    }
    #ListHotel div.offer > p {
        width: 178px;
    }
    .item_one {
        padding: 7.5px 22px 7.5px 15px !important;
    }
    .hotel_Name_box {
        display: -webkit-box!important;
        flex-wrap: unset;
        margin: 0;
    }
    .triangle-2 {
        right: 21px !important;
    }
}
@media (max-width: 575.98px) {
    .w_100R {
        width: 100%;
    }

}
@media (max-width: 349.98px) {
    .MapModal .modal-content {
        width: 255px !important;
        height: 280px !important;
        left: 0 !important;
        right: 0 !important;
    }
}
@media (min-width: 320px) and (max-width: 575.98px) {
    .MapModal .modal-content {
        /*width: 300px !important;*/
        height: 280px !important;
        /*right: 50px !important;*/
    }
    .ro_filter {
        display: none;
    }
    #info_sort_text {
        display: none;
    }
    .rooms_filter_item, .rooms_filter_item_active {
        padding: 5px 6px 8px 6px;
        float: none !important;
        margin-left: 0;
        margin-bottom: 5px;
    }
    .top_sort_area {
        padding-left: 15px;
        width: 100%;
        text-align: center;
        margin-bottom: 5px;
    }
    #CounterPriceSingelHotel {
        padding-top: 28px;
    }
    .choose_room_txt {
        top: 13px;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .w_100R {
        width: 100%;
    }
    .ro_filter {
        display: none;
    }
    #info_sort_text {
        display: none;
    }
    .rooms_filter_item, .rooms_filter_item_active {
        padding: 5px 6px 8px 6px;
        float: none !important;
        margin-left: 0;
    }
    .top_sort_area {
        padding-left: 15px;
        width: 100%;
        text-align: center;
    }
    .MapModal .modal-content {
        width: 500px !important;
        height: 350px !important;
        left: 0 !important;
    }
    .rooms_filter_item, .rooms_filter_item_active {
        margin-bottom: 5px;
    }
    #CounterPriceSingelHotel {
        padding-top: 28px;
    }
    .choose_room_txt {
        top: 13px;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .w-95{
        width: 95%;
    }
    .MapModal .modal-content {
        width: 600px !important;
    }
    .rooms_filter_item, .rooms_filter_item_active {
        margin-bottom: 5px;
    }
    .choose_room_txt {
        top: -2px;
    }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .w-95{
        width: 95%;
    }
    .MapModal .modal-content {
        width: 700px !important;
    }
    .rooms {
        min-height: 215px;
    }
    .LoadingSpiner {
        width: 90%;
    }
    #PriceRoom {
        margin-top: 20px;
    }
}
@media (min-width: 1200px) {
    .MapModal .modal-content {
        width: 800px !important;
    }
    .rooms {
        min-height: 215px;
    }
}
@media (max-width: 575px) {
    .d-xs-none {
        display: none !important;
    }
}
@media (max-width: 575.98px) {
    .w_100R {
        width: 100%;
    }

}
@media (max-width: 576px) {
    .p-xs-3 {
        padding: 1rem !important;
    }
    .Fix_bottom_item.left {
        width: 50%;
        float: left;
        border-left: 1px solid #D9D9D9;
        padding-left: 0;
        padding-right: 0;
    }
    .Fix_bottom_item.right {
        width: 50%;
        float: right;
        padding-left: 0;
        padding-right: 0;
    }
    .Fix_bottom_item.right p, .Fix_bottom_item.left p {
        width: 100%;
        margin: 0 0 7px 0;
        white-space: nowrap;
        overflow: hidden;
    }
    .JustPrice {
        margin: 20px 0 0 0 !important;
        text-align: center !important;
    }
    .Fix_bottom_item .JustPrice {
        width: 100%;
        margin-top: 0 !important;
        text-align: center !important;
    }
}

/* Information page */
@media (max-width: 575.98px) {
    .img_hotel img {
        object-fit: cover;
        width: 100%;
        box-shadow: 0 2px 6px 0 hsla(0,0%,0%,0.2);
        max-height: 189px;

    }
    p.Notif{
        font-size: 12px;
        color: #4d4d4d;
    }
    p.Notif:before {
        background-image: url("/img/dot-and-circle.svg");
        display: inline-block;
        content: ' ';
        height: 16px;
        width: 28px;
        margin-left: 10px;
        vertical-align: middle;
        background-size: 15px;
        background-repeat: no-repeat;
        filter: invert(69%) sepia(13%) saturate(3702%) hue-rotate(313deg) brightness(100%) contrast(86%);
        -webkit-filter: invert(69%) sepia(13%) saturate(3702%) hue-rotate(313deg) brightness(100%) contrast(86%);
    }
    .border-2{
        border: 2px solid #BEBEBE;
    }
    .title-name-passenger{
        white-space: nowrap;
        margin-top: -10px;
    }
    .title-name-passenger p{
        padding: 0px 2px;
        margin: 0;
        text-align: center;
        font-size: 12px;
        white-space: normal;
    }
    .Services-hotel{margin-top: 18px;margin-bottom: 18px;}
    .Services-hotel ul{
        text-align: center;
    }

    .Services-hotel li {
        color: #4d4d4d;
        list-style: none;
        display: inline-block;
        text-align: center;
        border: 1px solid #bfbfbf;
        /* padding: 3px 17px; */
        background-color: #EDEDEE;
        border-radius: 4px;
        width: 70px;
        height: 70px;
        padding: 9px 0;
        margin: 2px 1px;
    }
    .Services-hotel li > p{
        padding: 7px 0;
        margin: 0;
        font-size: 11px;
    }
    .facility_option {
        padding: 0;
    }
    span.icon-count-passenger {
        background-image: url("/img/profile.svg");
        display: inline-block;
        content: ' ';
        height: 25px;
        width: 25px;
        background-size: 25px;
        vertical-align: middle;
        filter: invert(28%) sepia(10%) saturate(14%) hue-rotate(348deg) brightness(96%) contrast(88%);
    }
    span.icon-services-passenger {
        background-image: url("/img/coffee-cup-of-hot-drink-black-silhouette.svg");
        display: inline-block;
        content: ' ';
        height: 25px;
        background-size: 25px;
        width: 25px;
        vertical-align: middle;
        filter: invert(28%) sepia(10%) saturate(14%) hue-rotate(348deg) brightness(96%) contrast(88%);
    }
    span.icon-bed-passenger {
        background-image: url("/img/sleeping-bed-silhouette.svg");
        display: inline-block;
        content: ' ';
        height: 25px;
        width: 26px;
        background-size: 25px;
        vertical-align: middle;
        filter: invert(28%) sepia(10%) saturate(14%) hue-rotate(348deg) brightness(96%) contrast(88%);
    }
    span.icon-nobed-passenger {
        background-image: url("/img/sleeping-bed-silhouette.svg");
        display: inline-block;
        content: ' ';
        height: 25px;
        width: 26px;
        background-size: 25px;
        vertical-align: middle;
        filter: invert(93%) sepia(0%) saturate(23%) hue-rotate(145deg) brightness(92%) contrast(83%);
    }
    span.icon-plus {
        background-image: url("/img/plus.svg");
        display: inline-block;
        content: ' ';
        height: 15px;
        width: 15px;
        vertical-align: middle;
        filter: invert(28%) sepia(10%) saturate(14%) hue-rotate(348deg) brightness(96%) contrast(88%);

    }
    .custom-select {
        background-image: url("/img/sort-down.svg") !important;
        background-repeat: no-repeat !important;
        display: inline-block;
        width: 100%;
        height: calc(2.25rem + 2px);
        padding: .375rem 2rem .375rem .75rem !important;
        line-height: 1.5;
        color: #495057;
        vertical-align: middle;
        background-size: 10px 10px !important;
        border: none !important;
        border-radius: .25rem;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background-color: #f0f0f0 !important;
        font-size: 14px !important;
        margin: 0 !important;
    }
    .form-control:focus {
        border-color: inherit !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        background-color: #ffffff !important;
        color: #686a6dd1;
    }
    #Information .JustPrice {
        width: auto;
        margin-top: 0 !important;
    }
    #Information .PriceOneNight {
        margin-top: 0 !important;
    }
    .nationality {
        margin-bottom: 7px;
    }
    section#Information .boxShodow_V3 p.text-center a.btn-outline-danger {
        margin-top: 10px;
    }
    .information_room_price {
        margin-top: 10px;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .img_hotel img {
        object-fit: cover;
        width: 100%;
        box-shadow: 0 2px 6px 0  hsla(0,0%,0%,0.2);
        max-height: 189px;

    }
    p.Notif{
        font-size: 12px;
        color: #4d4d4d;
    }
    p.Notif:before {
        background-image: url("/img/dot-and-circle.svg");
        display: inline-block;
        content: ' ';
        height: 16px;
        width: 28px;
        margin-left: 10px;
        vertical-align: middle;
        background-size: 15px;
        background-repeat: no-repeat;
        filter: invert(69%) sepia(13%) saturate(3702%) hue-rotate(313deg) brightness(100%) contrast(86%);
        -webkit-filter: invert(69%) sepia(13%) saturate(3702%) hue-rotate(313deg) brightness(100%) contrast(86%);
    }
    .border-2{
        border: 2px solid #BEBEBE;
    }
    .title-name-passenger{
        white-space: nowrap;
        margin-top: -20px;
    }
    .title-name-passenger p{
        padding: 0px 11px;
        margin: 0;
        text-align: center;
        font-family: IRANSans_Medium;
        font-size: 15px;
    }
    .Services-hotel{margin-top: 19px;margin-bottom: 25px;}
    .Services-hotel ul{
        text-align: center;
    }

    .Services-hotel li {
        color: #4d4d4d;
        list-style: none;
        display: inline-block;
        text-align: center;
        border: 1px solid #bfbfbf;
        /* padding: 3px 17px; */
        background-color: #EDEDEE;
        border-radius: 4px;
        width: 70px;
        height: 70px;
        padding: 9px 0;
    }
    .Services-hotel li > p{
        padding: 7px 0;
        margin: 0;
        font-size: 11px;
    }
    span.icon-count-passenger {
        background-image: url("/img/profile.svg");
        display: inline-block;
        content: ' ';
        height: 25px;
        width: 25px;
        background-size: 25px;
        vertical-align: middle;
        filter: invert(28%) sepia(10%) saturate(14%) hue-rotate(348deg) brightness(96%) contrast(88%);
    }
    span.icon-services-passenger {
        background-image: url("/img/coffee-cup-of-hot-drink-black-silhouette.svg");
        display: inline-block;
        content: ' ';
        height: 25px;
        background-size: 25px;
        width: 25px;
        vertical-align: middle;
        filter: invert(28%) sepia(10%) saturate(14%) hue-rotate(348deg) brightness(96%) contrast(88%);
    }
    span.icon-bed-passenger {
        background-image: url("/img/sleeping-bed-silhouette.svg");
        display: inline-block;
        content: ' ';
        height: 25px;
        width: 26px;
        background-size: 25px;
        vertical-align: middle;
        filter: invert(28%) sepia(10%) saturate(14%) hue-rotate(348deg) brightness(96%) contrast(88%);
    }
    span.icon-nobed-passenger {
        background-image: url("/img/sleeping-bed-silhouette.svg");
        display: inline-block;
        content: ' ';
        height: 25px;
        width: 26px;
        background-size: 25px;
        vertical-align: middle;
        filter: invert(93%) sepia(0%) saturate(23%) hue-rotate(145deg) brightness(92%) contrast(83%);
    }
    span.icon-plus {
        background-image: url("/img/plus.svg");
        display: inline-block;
        content: ' ';
        height: 15px;
        width: 15px;
        vertical-align: middle;
        filter: invert(28%) sepia(10%) saturate(14%) hue-rotate(348deg) brightness(96%) contrast(88%);

    }
    .custom-select {
        background-image: url("/img/sort-down.svg") !important;
        background-repeat: no-repeat !important;
        display: inline-block;
        width: 100%;
        height: calc(2.25rem + 2px);
        padding: .375rem 2rem .375rem .75rem !important;
        line-height: 1.5;
        color: #495057;
        vertical-align: middle;
        background-size: 10px 10px !important;
        border: none !important;
        border-radius: .25rem;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background-color: #f0f0f0 !important;
        font-size: 14px !important;
        margin: 0 !important;
    }
    .form-control:focus {
        border-color: inherit !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        background-color: #ffffff !important;
        color: #686a6dd1;
    }

    .Fix_bottom_item.left {
        width: 50%;
        float: left;
    }
    .Fix_bottom_item.right {
        width: 50%;
        float: right;
    }
    .Fix_bottom_item.right p, .Fix_bottom_item.left p {
        width: 100%;
        margin: 0 0 7px 0;
        white-space: nowrap;
    }
    .JustPrice {
        margin: 0 !important;
        text-align: center !important;
        width: 100%;
    }
    .price-starting-box .sort-active {
        margin: 10px 0 0 0 !important;
    }
    .nationality {
        margin-bottom: 7px;
    }
    .information_room_price {
        margin-top: 10px !important;
    }
    .information_room_price .PriceOneNight {
        margin-top: 0 !important;
    }
    .information_room_price .JustPrice {
        float: left;
        width: auto;
        font-size: 15px;
    }
    .information_room_price .JustPrice span {
        font-size: 15px !important;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .img_hotel img {
        object-fit: cover;
        width: 100%;
        box-shadow: 0 2px 6px 0  hsla(0,0%,0%,0.2);
        max-height: 189px;

    }
    p.Notif{
        font-size: 12px;
        color: #4d4d4d;
    }
    p.Notif:before {
        background-image: url("/img/dot-and-circle.svg");
        display: inline-block;
        content: ' ';
        height: 16px;
        width: 28px;
        margin-left: 10px;
        vertical-align: middle;
        background-size: 15px;
        background-repeat: no-repeat;
        filter: invert(69%) sepia(13%) saturate(3702%) hue-rotate(313deg) brightness(100%) contrast(86%);
        -webkit-filter: invert(69%) sepia(13%) saturate(3702%) hue-rotate(313deg) brightness(100%) contrast(86%);
    }
    .border-2{
        border: 2px solid #BEBEBE;
    }
    .title-name-passenger{
        white-space: nowrap;
        margin-top: -10px;
    }
    .title-name-passenger p{
        padding: 0px 11px;
        margin: 0;
        text-align: center;
        font-family: IRANSans_Medium;
        font-size: 15px;
    }
    .Services-hotel{margin-top: -34px;}
    .Services-hotel ul{
        text-align: left;
    }

    .Services-hotel li {
        color: #4d4d4d;
        list-style: none;
        display: inline-block;
        text-align: center;
        border: 1px solid #bfbfbf;
        /* padding: 3px 17px; */
        background-color: #EDEDEE;
        border-radius: 4px;
        width: 70px;
        height: 70px;
        padding: 9px 0;
    }
    .Services-hotel li > p{
        padding: 7px 0;
        margin: 0;
        font-size: 11px;
    }
    span.icon-count-passenger {
        background-image: url("/img/profile.svg");
        display: inline-block;
        content: ' ';
        height: 25px;
        width: 25px;
        background-size: 25px;
        vertical-align: middle;
        filter: invert(28%) sepia(10%) saturate(14%) hue-rotate(348deg) brightness(96%) contrast(88%);
    }
    span.icon-services-passenger {
        background-image: url("/img/coffee-cup-of-hot-drink-black-silhouette.svg");
        display: inline-block;
        content: ' ';
        height: 25px;
        background-size: 25px;
        width: 25px;
        vertical-align: middle;
        filter: invert(28%) sepia(10%) saturate(14%) hue-rotate(348deg) brightness(96%) contrast(88%);
    }
    span.icon-bed-passenger {
        background-image: url("/img/sleeping-bed-silhouette.svg");
        display: inline-block;
        content: ' ';
        height: 25px;
        width: 26px;
        background-size: 25px;
        vertical-align: middle;
        filter: invert(28%) sepia(10%) saturate(14%) hue-rotate(348deg) brightness(96%) contrast(88%);
    }
    span.icon-nobed-passenger {
        background-image: url("/img/sleeping-bed-silhouette.svg");
        display: inline-block;
        content: ' ';
        height: 25px;
        width: 26px;
        background-size: 25px;
        vertical-align: middle;
        filter: invert(93%) sepia(0%) saturate(23%) hue-rotate(145deg) brightness(92%) contrast(83%);
    }
    span.icon-plus {
        background-image: url("/img/plus.svg");
        display: inline-block;
        content: ' ';
        height: 15px;
        width: 15px;
        vertical-align: middle;
        filter: invert(28%) sepia(10%) saturate(14%) hue-rotate(348deg) brightness(96%) contrast(88%);

    }
    .custom-select {
        background-image: url("/img/sort-down.svg") !important;
        background-repeat: no-repeat !important;
        display: inline-block;
        width: 100%;
        height: calc(2.25rem + 2px);
        padding: .375rem 2rem .375rem .75rem !important;
        line-height: 1.5;
        color: #495057;
        vertical-align: middle;
        background-size: 10px 10px !important;
        border: none !important;
        border-radius: .25rem;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background-color: #f0f0f0 !important;
        font-size: 14px !important;
        margin: 0 !important;
    }
    .form-control:focus {
        border-color: inherit !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        background-color: #ffffff !important;
        color: #686a6dd1;
    }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .img_hotel img {
        object-fit: cover;
        width: 100%;
        box-shadow: 0 2px 6px 0  hsla(0,0%,0%,0.2);
        max-height: 189px;

    }
    p.Notif{
        font-size: 12px;
        color: #4d4d4d;
    }
    p.Notif:before {
        background-image: url("/img/dot-and-circle.svg");
        display: inline-block;
        content: ' ';
        height: 16px;
        width: 28px;
        margin-left: 10px;
        vertical-align: middle;
        background-size: 15px;
        background-repeat: no-repeat;
        filter: invert(69%) sepia(13%) saturate(3702%) hue-rotate(313deg) brightness(100%) contrast(86%);
        -webkit-filter: invert(69%) sepia(13%) saturate(3702%) hue-rotate(313deg) brightness(100%) contrast(86%);
    }
    .border-2{
        border: 2px solid #BEBEBE;
    }
    .title-name-passenger{
        white-space: nowrap;
        margin-top: -12px;
    }
    .title-name-passenger p{
        padding: 0px 11px;
        margin: 0;
        text-align: center;
        font-family: IRANSans_Medium;
        font-size: 15px;
    }
    .Services-hotel{margin-top: -34px;}
    .Services-hotel ul{
        text-align: left;
    }

    .Services-hotel li {
        color: #4d4d4d;
        list-style: none;
        display: inline-block;
        text-align: center;
        border: 1px solid #bfbfbf;
        /* padding: 3px 17px; */
        background-color: #EDEDEE;
        border-radius: 4px;
        width: 70px;
        height: 70px;
        padding: 9px 0;
    }
    .Services-hotel li > p{
        padding: 7px 0;
        margin: 0;
        font-size: 11px;
    }
    span.icon-count-passenger {
        background-image: url("/img/profile.svg");
        display: inline-block;
        content: ' ';
        height: 25px;
        width: 25px;
        background-size: 25px;
        vertical-align: middle;
        filter: invert(28%) sepia(10%) saturate(14%) hue-rotate(348deg) brightness(96%) contrast(88%);
    }
    span.icon-services-passenger {
        background-image: url("/img/coffee-cup-of-hot-drink-black-silhouette.svg");
        display: inline-block;
        content: ' ';
        height: 25px;
        background-size: 25px;
        width: 25px;
        vertical-align: middle;
        filter: invert(28%) sepia(10%) saturate(14%) hue-rotate(348deg) brightness(96%) contrast(88%);
    }
    span.icon-bed-passenger {
        background-image: url("/img/sleeping-bed-silhouette.svg");
        display: inline-block;
        content: ' ';
        height: 25px;
        width: 26px;
        background-size: 25px;
        vertical-align: middle;
        filter: invert(28%) sepia(10%) saturate(14%) hue-rotate(348deg) brightness(96%) contrast(88%);
    }
    span.icon-nobed-passenger {
        background-image: url("/img/sleeping-bed-silhouette.svg");
        display: inline-block;
        content: ' ';
        height: 25px;
        width: 26px;
        background-size: 25px;
        vertical-align: middle;
        filter: invert(93%) sepia(0%) saturate(23%) hue-rotate(145deg) brightness(92%) contrast(83%);
    }
    span.icon-plus {
        background-image: url("/img/plus.svg");
        display: inline-block;
        content: ' ';
        height: 15px;
        width: 15px;
        vertical-align: middle;
        filter: invert(28%) sepia(10%) saturate(14%) hue-rotate(348deg) brightness(96%) contrast(88%);

    }
    .custom-select {
        background-image: url("/img/sort-down.svg") !important;
        background-repeat: no-repeat !important;
        display: inline-block;
        width: 100%;
        height: calc(2.25rem + 2px);
        padding: .375rem 2rem .375rem .75rem !important;
        line-height: 1.5;
        color: #495057;
        vertical-align: middle;
        background-size: 10px 10px !important;
        border: none !important;
        border-radius: .25rem;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background-color: #f0f0f0 !important;
        font-size: 14px !important;
        margin: 0 !important;
    }
    .form-control:focus {
        border-color: inherit !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        background-color: #ffffff !important;
        color: #686a6dd1;
    }
}
@media (min-width: 1200px) {
    .img_hotel img {
        object-fit: cover;
        width: 100%;
        box-shadow: 0 2px 6px 0 hsla(0,0%,0%,0.2);
        max-height: 189px;
    }
    p.Notif{
        font-size: 12px;
        color: #4d4d4d;
    }
    p.Notif:before {
        background-image: url("/img/dot-and-circle.svg");
        display: inline-block;
        content: ' ';
        height: 16px;
        width: 28px;
        margin-left: 10px;
        vertical-align: middle;
        background-size: 15px;
        background-repeat: no-repeat;
        filter: invert(69%) sepia(13%) saturate(3702%) hue-rotate(313deg) brightness(100%) contrast(86%);
        -webkit-filter: invert(69%) sepia(13%) saturate(3702%) hue-rotate(313deg) brightness(100%) contrast(86%);
    }
    .border-2{
        border: 2px solid #BEBEBE;
    }
    .title-name-passenger{
        white-space: nowrap;
        margin-top: -12px;
    }
    .title-name-passenger p{
        padding: 0px 11px;
        margin: 0;
        text-align: center;
        font-family: IRANSans_Medium;
        font-size: 15px;
    }
    .Services-hotel{margin-top: -34px;}
    .Services-hotel ul{
        text-align: left;
    }

    .Services-hotel li {
        color: #4d4d4d;
        list-style: none;
        display: inline-block;
        text-align: center;
        border: 1px solid #bfbfbf;
        /* padding: 3px 17px; */
        background-color: #EDEDEE;
        border-radius: 4px;
        width: 70px;
        height: 70px;
        padding: 9px 0;
    }
    .Services-hotel li > p{
        padding: 7px 0;
        margin: 0;
        font-size: 11px;
    }
    span.icon-count-passenger {
        background-image: url("/img/profile.svg");
        display: inline-block;
        content: ' ';
        height: 25px;
        width: 25px;
        background-size: 25px;
        vertical-align: middle;
        filter: invert(28%) sepia(10%) saturate(14%) hue-rotate(348deg) brightness(96%) contrast(88%);
    }
    span.icon-services-passenger {
        background-image: url("/img/coffee-cup-of-hot-drink-black-silhouette.svg");
        display: inline-block;
        content: ' ';
        height: 25px;
        background-size: 25px;
        width: 25px;
        vertical-align: middle;
        filter: invert(28%) sepia(10%) saturate(14%) hue-rotate(348deg) brightness(96%) contrast(88%);
    }
    span.icon-bed-passenger {
        background-image: url("/img/sleeping-bed-silhouette.svg");
        display: inline-block;
        content: ' ';
        height: 25px;
        width: 26px;
        background-size: 25px;
        vertical-align: middle;
        filter: invert(28%) sepia(10%) saturate(14%) hue-rotate(348deg) brightness(96%) contrast(88%);
    }
    span.icon-nobed-passenger {
        background-image: url("/img/sleeping-bed-silhouette.svg");
        display: inline-block;
        content: ' ';
        height: 25px;
        width: 26px;
        background-size: 25px;
        vertical-align: middle;
        filter: invert(93%) sepia(0%) saturate(23%) hue-rotate(145deg) brightness(92%) contrast(83%);
    }
    span.icon-plus {
        background-image: url("/img/plus.svg");
        display: inline-block;
        content: ' ';
        height: 15px;
        width: 15px;
        vertical-align: middle;
        filter: invert(28%) sepia(10%) saturate(14%) hue-rotate(348deg) brightness(96%) contrast(88%);

    }
    .custom-select {
        background-image: url("/img/sort-down.svg") !important;
        background-repeat: no-repeat !important;
        display: inline-block;
        width: 100%;
        height: calc(2.25rem + 2px);
        padding: .375rem 2rem .375rem .75rem !important;
        line-height: 1.5;
        color: #495057;
        vertical-align: middle;
        background-size: 10px 10px !important;
        border: none !important;
        border-radius: .25rem;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background-color: #f0f0f0 !important;
        font-size: 14px !important;
        margin: 0 !important;
    }
    .form-control:focus {
        border-color: inherit !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        background-color: #e0e0e0 !important;
        color: #686a6dd1;
    }
    .InfoLineItem > div {
        vertical-align: middle;
        font-size: 15px;
    }
}


@media (max-width: 575.98px) {
    .hotel_result_area {
        padding-top: 0 !important;
        margin-top: -23px !important;
    }
    .ResultFindHotel {
        border: 1px solid #dedede;
    }

    .p_0 {
        padding: 0;
    }

    .custom_Style {
        line-height: 37px;
        border: 1px solid #ccc;
        border-radius: 4px;
        padding: 1px;
        background-color: white;
        font-size: 12px;
    }

    .toggle:checked + .title, .toggle:checked + .title + .content {
        box-shadow: none;
    }

    .boxShodow_V3 {
        box-shadow: none !important;
    }
    .modal_fakeloader {
        margin-top: 37px !important;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .ResultFindHotel {

        border: 1px solid #dedede;
    }
    .Sort_R {
        margin-top: 30px;
    }
    .p_0 {
        padding: 0;
    }
    .toggle:checked + .title, .toggle:checked + .title + .content {
        box-shadow: none;
    }
    .custom_Style {
        line-height: 37px;
        border: 1px solid #ccc;
        border-radius: 4px;
        padding: 1px;
        background-color: white;
        font-size: 12px;
    }
    .hotels_found {
        line-height: 32px !important;
    }
}
@media (max-width: 575.98px) {
    .new_search {
        width: 85%;
    }
    .new_search span {
        font-size: 14px;
    }
    .mt-4 {
        margin-top: .5rem !important;
    }
    .JustPrice {
        margin-top: 19px;
        font-size: 16px;
        text-align: left;
        float: left;
    }

    .PriceOneNight {
        float: right;
        margin-top: 20px;
        font-size: 11px;
        margin-bottom: 4px;
    }

    .p_0 {
        padding: 0;
    }

    .JustPrice {
        margin-top: 19px;

    }

    .custom_Style {
        line-height: 32px;
        border: 1px solid #ccc;
        border-radius: 4px;
        padding: 1px;
        background-color: white;
        font-size: 12px;
    }

    .toggle:checked + .title, .toggle:checked + .title + .content {
        box-shadow: none;
    }

    .PartOneNameCityHotel #search-btn {
        margin: 7px 0 8px 0;
    }
    .PartOneNameCityHotel #search-btn .ColorButton_1 {
        width: 100%;
    }
    .price-starting-box .JustPrice span {
        font-size: 18px !important;
    }
    .price-starting-box .ColorButton_2 {
        margin: 7px 0 -7px 0;
    }

    .sharing-area {
        width: 100%;
        margin: 0;
        min-width: auto;
    }
    .single-score {
        width: 100%;
        float: right;
        padding-top: 5px;
        padding-left: 14px;
        padding-bottom: 10px;
    }
    .price-starting-box {
        width: 100%;
        min-width: auto;
        margin: 0;
        padding-right: 15px;
    }
    .top_actions_area {
        padding-left: 15px !important;
    }
    .extra_passenger_text {
        text-align: left;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .mt-4 {
        margin-top: 10px !important;
    }

    .JustPrice {
        margin-top: 1rem;
    }

    .PriceOneNight {
        margin-top: 23px;
    }
    .TopPriceOneNight {
        margin-top: 0 !important;
    }

    .Sort_R {
        margin-top: 0 !important;
        margin-right: -15px !important;
    }
    .MapModal #modal_fakeloader {
        margin-top: 70px !important;
    }

    .p_0 {
        padding: 0;
    }

    .text-r-center {
        text-align: center;
    }

    .JustPrice {
        margin-top: 19px;
    }
    .JustPrice span {
        font-size: 18px !important;
    }

    .custom_Style {
        line-height: 37px;
        border: 1px solid #ccc;
        border-radius: 4px;
        padding: 1px;
        background-color: white;
        font-size: 12px;
    }

    .FindResult_QualityHotel {
        float: left;
        flex: 1;
        white-space: nowrap;
        text-align: left;
        font-size: 14px;
        width: 127px;
    }

    .textInfo p {
        line-height: 30px;
    }

}
@media (max-width: 767.98px) {
    .hotel-payment-confirm {
        display: flex !important;
    }
    .confirm_score_area p {
        font-size: 13px;
    }
    .booking-point::after {
        display: none;
    }
    .score-box {
        display: none;
    }
    .mobile_score_view {
        display: inline-block;
        position: absolute;
        bottom: 0;
        left: 15px;
        background-color: #1b3750;
        color: #fff;
        font-size: 13px;
        padding: 3px 13px 7px 12px;
        border-radius: 0 .25rem;
        font-family: IRANSans_Bold;
    }
    .PriceOneNight {
        float: right;
    }
    #hotel-price {
        float: left;
        width: auto;
        margin-top: 20px !important;
        font-family: IRANSans_Medium;
    }
    .hotels_found {
        height: 38px;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {

    .Map_icon {
        padding: 1px 8px 5px 8px !important;
    }
    .offer_r {
        float: right !important;
        margin-right: 6px;
    }
    .Sort_R {
        margin-top: 30px;
    }

    .p_0 {
        padding: 0;
    }

    .text-r-center {
        text-align: center;
        margin-top: 10px;
    }

    .JustPrice {
        /* margin-top: 30px; */
        /* margin-bottom: 24px; */
        font-size: 17px;
    }

    .custom_Style {
        line-height: 35px;
        border: 1px solid #ccc;
        border-radius: 4px;
        padding: 1px;
        background-color: white;
        font-size: 12px;
    }

    .FindResult_QualityHotel {
        float: left;
        flex: 1;
        white-space: nowrap;
        text-align: left;
        font-size: 14px;
        width: 127px;
    }

    .FindResult_QualityHotel {
        float: left;
        flex: 1;
        white-space: nowrap;
        text-align: left;
        font-size: 14px;
        width: 170px;

    }
    #hotel-search-box .col-md-2, .col-md-5{
        padding-right: 10px;
        padding-left: 0;
    }

    .hi-total-point {
        padding-right: 0;
        padding-left: 0;
        height: auto !important;
    }
    .hi-total-point .float-right, .hi-total-point .float-left {
        float: none !important;
        text-align: center;
    }

    .sharing-area {
        width: 100%;
        padding-left: 15px;
        padding-top: 0 !important;
        padding-bottom: 20px;
    }
    .price-starting-box {
        padding-right: 50px;
        width: 100%;
    }

    .confirm_score_area:first-child {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
        flex: 0 0 70%;
        max-width: 70%;
    }
    .confirm_score_area:last-child {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%;
        padding-left: 0;
    }
    .confirm_score_area:last-child p {
        font-size: 12px;
        margin-top: -12px;
    }
    .confirm_support_area {
        display: none;
    }
    .confirm_support_text_area {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 15px !important;
    }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .text-r-center {
        text-align: left;
    }
    .FindResult_QualityHotel {
        float: left;
        flex: 1;
        white-space: nowrap;
        text-align: left;
        font-size: 14px;
        width: 117px;
    }
    #hotel-search-box .col-md-2, .col-md-5{
        padding-left: 0;
        padding-right: 0;
    }
    .sharing-area {
        width: 100%;
        padding-left: 0;
        padding-top: 0 !important;
        padding-bottom: 20px;
    }
    .price-starting-box {
        padding-right: 50px;
        width: 100%;
    }
}
@media (min-width: 1200px) {
    .text-r-center {
        text-align: left;
    }
    .FindResult_QualityHotel {
        float: left;
        flex: 1;
        white-space: nowrap;
        text-align: left;
        font-size: 14px;
        width: 170px;

    }
    #hotel-search-box .col-md-2, .col-md-5{
        padding-left: 0;
    }
    span.ICON-passenger {

        content: "";
        background-image: url(../../img/user.svg);
        display: inline-block;
        height: 19px;
        width: 21px;
        margin-left: 10px;
        vertical-align: middle;
        filter: invert(27%) sepia(5%) saturate(2%) hue-rotate(27deg) brightness(105%) contrast(91%);
        background-size: 18px;
        background-repeat: no-repeat;

    }
}


/* Single page */
@media (min-width: 1200px) {
    .mt-37{
        margin-top: 37px;
    }
    .fasi li, .fasi ul {
        line-height: 45px;
        text-align: right;
        height: 40px;
        display: inline-block;
        float: right;
        font-size: 14px;
        padding-right: 10px;
        padding-left: 15px;
        width: 19.5% !important;
        cursor: default !important;
    }

    .BoxNameHotel {
        background-color: #FFFFFF;
        color: #4D4D4D;
        height: auto;
        padding: 15px;
    }

    #discount > .triangle > .discount, .off , .Num {
        list-style: none;
        padding: 0;
        text-align: center;
        margin: 0;
        color: white;
        font-size: 16px;
        font-weight: 500;
    }

    .off {
        background-color: #fb8829;
        padding: 19px 0;
        /* margin:  0px 24px; */
    }

    .Num {
        background-color: rgba(251, 136, 41, 0.8);
        padding: 3px 0;
        font-size: 21px;
        /* margin: 0 24px; */
    }

    .triangle-3 {
        width: 30px;
        height: 60px;
        border-right: solid 30px rgb(200, 30, 50);
        border-bottom: solid 30px transparent;
        border-top: solid 30px transparent;
    }

    .triangle-3 {
        width: 10px;
        height: 10px;
        border-right: solid 18px rgb(255, 255, 255);
        border-bottom: solid 10px transparent;
        border-top: solid 10px transparent;
        left: 68px;
        transform: rotate(29deg) !important;
        top: -5.8px;
    }

    span.iconCart {
        background-image: url("/img/shopping-cart.svg");
        display: inline-block;
        content: ' ';
        height: 28px;
        width: 28px;
        margin-left: 10px;
        vertical-align: middle;
        filter: invert(100%) sepia(0%) saturate(7444%) hue-rotate(77deg) brightness(112%) contrast(114%);

    }

    span.iconMap2 {
        background-image: url("/img/placeholder.svg");
        display: inline-block;
        content: ' ';
        height: 28px;
        width: 28px;
        margin-left: 10px;
        vertical-align: middle;
        filter: invert(28%) sepia(10%) saturate(14%) hue-rotate(348deg) brightness(96%) contrast(88%);
    }

    span.iconDown {
        background-image: url("/img/down-arrow2.svg");
        display: inline-block;
        content: ' ';
        height: 28px;
        width: 28px;
        margin-left: 10px;
        vertical-align: middle;
        filter: invert(28%) sepia(10%) saturate(14%) hue-rotate(348deg) brightness(96%) contrast(88%);
    }

    span.iconShare {
        background-image: url("/img/share.svg");
        display: inline-block;
        content: ' ';
        height: 28px;
        width: 28px;
        margin-left: 10px;
        vertical-align: middle;
        filter: invert(28%) sepia(10%) saturate(14%) hue-rotate(348deg) brightness(96%) contrast(88%);

    }

    span.iconError {
        background-image: url("/img/error.svg");
        display: inline-block;
        content: ' ';
        height: 36px;
        width: 42px;
        vertical-align: middle;
        background-size: 30px;
        background-repeat: no-repeat;
        float: right;
        padding: 0px 17px 0px 0px;
        margin: 0 -21px 0px 3px;
    }

    span.icontik {
        background-image: url("/img/checked (1).svg");
        display: inline-block;
        content: ' ';
        height: 15px;
        width: 15px;
        margin-left: 10px;
        vertical-align: middle;
    }

    span.iconGreen {
        background-image: url(/img/12.svg);
        display: inline-block;
        content: ' ';
        height: 36px;
        width: 42px;
        vertical-align: middle;
        background-size: 30px;
        background-repeat: no-repeat;
        float: right;
        padding: 0px 17px 0px 0px;
        margin: 0 -21px 0px 3px;
    }

    .btn-share {
        border: 2px solid #4D4D4D;
        color: #4D4D4D;
        border-radius: 4px;
    }

    .SortLine_Nab {
        background-color: #fff;
        line-height: 60px;
        height: auto;
        vertical-align: middle;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -webkit-box-shadow: 0 12px 12px 0 rgba(181, 181, 181, .11);
        -moz-box-shadow: 0 12px 12px 0 rgba(181, 181, 181, .11);
        -ms-box-shadow: 0 12px 12px 0 rgba(181, 181, 181, .11);
        -o-box-shadow: 0 12px 12px 0 rgba(181, 181, 181, .11);
        /* box-shadow: 0 12px 12px 0 rgba(181, 181, 181, .11); */
        /* border: 1px solid #dedede; */
        flex-flow: nowrap;
        -webkit-transition: ease all .3s;
        -moz-transition: ease all .3s;
        transition: ease all .3s;
        border-top: none;
        border-bottom: none;
        /* border-top-right-radius: 7px; */
        /* border-bottom-right-radius: 7px; */
        border-radius: 6px;
    }

    .SortLineItem_Nab {
        flex: 1;
        text-align: center;
        justify-content: center;
        cursor: pointer;
        display: table-cell;
        width: 16.666667%;
        font-size: 14px;
        border-top-right-radius: 4px;
        transition: all ease-in;
        -webkit-transition: all ease-in;
        -moz-transition: all ease-in;
    }

    .stickyLink {
        padding: 0px 28px;
        color: #4D4D4D;
        white-space: nowrap;
    }

    .stickyLink:hover {
        color: #4D4D4D;
        text-decoration: none;
    }

    span.iconInfo {
        background-image: url("/img/information.svg");
        display: inline-block;
        content: ' ';
        height: 28px;
        width: 28px;
        margin-left: 10px;
        vertical-align: middle;
        filter: invert(28%) sepia(10%) saturate(14%) hue-rotate(348deg) brightness(96%) contrast(88%);

    }

    span.iconBed {
        background-image: url("/img/bed.svg");
        display: inline-block;
        content: ' ';
        height: 28px;
        width: 32px;
        margin-left: 10px;
        vertical-align: middle;
        filter: invert(28%) sepia(10%) saturate(14%) hue-rotate(348deg) brightness(96%) contrast(88%);
    }

    span.iconSquare {
        background-image: url(/img/blank-square.svg);
        display: inline-block;
        content: ' ';
        height: 20px;
        width: 32px;
        transform: rotate(45deg);
        vertical-align: middle;
        filter: invert(28%) sepia(10%) saturate(14%) hue-rotate(348deg) brightness(96%) contrast(88%);
        background-size: 19px;
        background-repeat: no-repeat;
        margin: 0 0 -7px 8px;
    }

    span.iconFasility {
        background-image: url("/img/checklist.svg");
        display: inline-block;
        content: ' ';
        height: 28px;
        width: 27px;
        margin-left: 10px;
        vertical-align: middle;
        filter: invert(28%) sepia(10%) saturate(14%) hue-rotate(348deg) brightness(96%) contrast(88%);
        background-repeat: no-repeat;
    }

    span.iconMap {
        background-image: url("/img/map.svg");
        display: inline-block;
        content: ' ';
        height: 28px;
        width: 32px;
        margin-left: 10px;
        vertical-align: middle;
        filter: invert(28%) sepia(10%) saturate(14%) hue-rotate(348deg) brightness(96%) contrast(88%);
        background-repeat: no-repeat;
    }

    span.iconHotel {
        background-image: url("/img/hotel.svg");
        display: inline-block;
        content: ' ';
        height: 28px;
        width: 32px;
        margin-left: 10px;
        vertical-align: middle;
        filter: invert(28%) sepia(10%) saturate(14%) hue-rotate(348deg) brightness(96%) contrast(88%);
        background-repeat: no-repeat;
    }

    span.iconmg {
        background-image: url("/img/speech-bubble.svg");
        display: inline-block;
        content: ' ';
        height: 28px;
        width: 32px;
        margin-left: 10px;
        vertical-align: middle;
        filter: invert(28%) sepia(10%) saturate(14%) hue-rotate(348deg) brightness(96%) contrast(88%);
        background-repeat: no-repeat;
    }


    .informationHotel li {
        color: #4D4D4D;
        display: inline-block;
        padding: 7px;
    }

    .InfoLineItem + .InfoLineItem {
        border-right: 1px solid #d2d2d2;
    }

    .InfoLineItem {
        flex: 1;
        text-align: center;
        justify-content: center;
        cursor: pointer;
        display: table-cell;
        width: 127px;
        font-size: 14px;
        /* border-top-right-radius: 4px; */
        transition: all ease-in;
        -webkit-transition: all ease-in;
        -moz-transition: all ease-in;
    }

    ul.informationHotel {
        border: 1px solid #e6e6e6;
    }

    .textInfo p {
        line-height: 25pt;
        font-size: 14px;
        text-align: right;
        padding: 0px 10px 0px 0px;
        direction: rtl;
    }

    .textInfo {
        height: 273px;
        overflow: auto;
        overflow-x: hidden;
        direction: ltr;
        margin: 26px 0 0 0;
    }

    .textInfo::-webkit-scrollbar {
        width: 10px;
    }

    /* Track */
    .textInfo::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 4px;
    }

    /* Handle */
    .textInfo::-webkit-scrollbar-thumb {
        background: #62c2d0;
        border-radius: 4px;
    }

    /* Handle on hover */
    .textInfo::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

    .outer {
        margin: 0 auto;
        max-width: 800px;
        direction: ltr;
    }

    #big .item {

        margin: 2px;
        border-radius: 3px;
        text-align: center;
    }

    #thumbs .item {
        background: #C9C9C9;
        height: auto;
        line-height: 70px;
        padding: 0px;
        margin: 2px;
        border-radius: 3px;
        text-align: center;
        cursor: pointer;
    }

    #thumbs .item h1 {
        font-size: 18px;
    }

    #thumbs .current .item {

    }

    .owl-theme .owl-nav [class*='owl-'] {
        transition: all .3s ease;
    }

    .owl-theme .owl-nav [class*='owl-'].disabled:hover {
        background-color: #D6D6D6;
    }

    #big.owl-theme {
        position: relative;
    }

    #big.owl-theme .owl-next, #big.owl-theme .owl-prev {
        width: 50px;
        line-height: 0;
        height: 99.5%;
        position: absolute;
        text-align: center;
        margin-top: 0;
    }

    #big.owl-theme .owl-prev {
        background: rgba(0, 0, 0, 0.45) !important;
        background: linear-gradient(90deg, rgba(2, 2, 2, 0.4) 0%, rgba(2, 0, 36, 0) 88%) !important;
        left: -3px;
    }

    #big.owl-theme .owl-next {
        right: -4px;
        background: rgba(2, 0, 36, 0.4) !important;
        background: linear-gradient(90deg, rgba(2, 0, 36, 0) -1%, rgba(0, 0, 0, 0.66) 100%) !important;
    }

    #thumbs.owl-theme .owl-next, #thumbs.owl-theme .owl-prev {
        background: #333;
    }

    .CaptionSlider {
        bottom: 0;
        width: 100%;
        background-color: #62c2d0;
        /* box-shadow: inset 0 0px 6px 0px #00000075; */
    }

    .CaptionSlider p {
        padding: 6px 0;
        margin: 0;
        color: white;

    }

    #Header_Fix.sticky {
        font-size: 24px;
        line-height: 48px;
        height: 48px;
        background: #efc47D;
        text-align: left;
        padding-left: 20px;
    }

    #Header_Fix {
        box-shadow: 0 2px 32px -10px grey;
    }

    .hiddenRow {
        padding: 0 4px !important;
        background-color: #eeeeee;
        font-size: 13px;
    }

    .accordion-toggle:after {

    }

    .table-Rom {
        height: 81px;
        font-size: 14px;

    }

    .table-Rom:hover {
        background-color: #62c2d0;
        color: white;
    }

    .hover-more:hover {
        background-color: #62c2d0;
        color: white;
    }

    .IconUser.U1 {
        background-position: -1px -2px;
    }

    .IconUser.U2 {
        background-position: 0px -29px;
    }

    .IconUser.U3 {
        background-position: 0 -50px;
    }

    .IconUser.U4 {
        background-position: -1px -77px;
    }

    .IconUser {
        background-image: url(/img/User.png);
        background-repeat: no-repeat;
        width: 85px;
        height: 22px;
        display: inline-block;
        vertical-align: middle;
    }

    .bg-orange {
        background-color: #fb8828;

    }


    .content-section {
        min-height: 2000px;
    }

    .sidebar-section {
        position: absolute;
        height: 100%;
        width: 100%;
    }

    .sidebar-item {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        /* Position the items */
    }

    .make-me-sticky {
        position: -webkit-sticky;
        position: sticky;
        top: 180px;
        padding: 0 15px;
    }

    #PriceRoom {
        padding-top: 30px;
    }


    .fasi li, .fasi ul {
        line-height: 45px;
        text-align: right;
        height: 40px;
        display: inline-block;
        float: right;
        font-size: 14px !important;
        padding-right: 10px;
        padding-left: 15px;
        width: 16.5% !important;
        cursor: default !important;
        overflow: hidden;
        white-space: nowrap;
    }

    .read-more-state {
        display: none;
    }

    .read-more-target {
        opacity: 0;
        max-height: 0;
        font-size: 0;
        transition: .25s ease;
    }

    .read-more-state:checked ~ .read-more-wrap .read-more-target {
        opacity: 1;
        font-size: 14px;
        max-height: 999em;
    }

    .read-more-state ~ .read-more-trigger:before {
        content: '';
        font-size: 12px;
        position: absolute;
        margin: -2px 8px 8px 41px;
        left: 56%;
        width: 48px;
        height: 30px;
        background-image: url("/img/down-arrow2.svg");
        background-repeat: no-repeat;
        background-position: left;
        line-height: 31px;
        background-size: 16px;
        text-align: right;
        filter: invert(28%) sepia(0%) saturate(703%) hue-rotate(199deg) brightness(97%) contrast(87%);
        color: #4D4D4D;
        transition-duration: 300ms;
    }

    .read-more-state:checked ~ .read-more-trigger:before {
        content: "";
        font-size: 12px;
        position: absolute;
        margin: -21px 0 0 0;
        left: 39%;
        width: 88px;
        height: 30px;
        background-image: url("/img/up-arrow.svg");
        background-repeat: no-repeat;
        background-position: left;
        line-height: 31px;
        background-size: 16px;
        text-align: right;
        filter: invert(28%) sepia(0%) saturate(703%) hue-rotate(199deg) brightness(97%) contrast(87%);
        color: #4D4D4D;
        transition-duration: 300ms;
    }

    .read-more-trigger {
        cursor: pointer;
        display: inline-block;
        padding: 0px .5em;
        color: #666;
        font-size: .9em;
        line-height: 2;
        /* border: 1px solid #ddd; */
        border-radius: .25em;
        position: absolute;
        bottom: -7px;
        left: 47%;
        /* visibility: hidden; */
    }

    .Place_Important li {
        font-size: 14px;
        text-align: right;
    }

    ul.Place_Important {
        padding: 0;
        margin: 0;
        text-align: right;
        line-height: 26px;
    }

    .responsive-map-container {
        position: relative;
        padding-bottom: 35.5%;
        padding-top: 30px;
        height: 0;
        overflow: hidden;
    }

    .responsive-map-container iframe,
    .responsive-map-container object,
    .responsive-map-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 410px;
    }

    .SuggestHotel {
        position: relative;
        display: inline-block;
        overflow: hidden;
        margin: 0;
        min-width: 250px;
        max-width: 327px;
        width: 99%;
        background-color: #000000;
        color: #ffffff;
        text-align: right;
        font-size: 16px;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
        border-radius: 8px;
    }

    .SuggestHotel figcaption {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 20px;
        background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
        background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
    }

    .SuggestHotel * {
        -webkit-transition: all 0.35s;
        transition: all 0.35s;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .SuggestHotel img {
        max-width: 100%;
        vertical-align: top;
        object-fit: cover;
    }

    .SuggestHotel a {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }

    .SuggestHotel:hover img,
    .SuggestHotel.hover img {
        -webkit-transform: scale(1.3) rotate(5deg);
        transform: scale(1.3) rotate(5deg);
    }

    .Star_SuggestHotel {
        position: absolute;
        top: 0;
        left: 10px;
    }

    .Price_SuggestHotel {
        border: 1px solid;
        padding: 11px 14px 14px 14px;
        border-radius: 31px;
        background-color: white;
        color: black;
        text-align: center;
        margin-bottom: 33px;
        font-size: 13px;
    }

    .Offer_SuggestHotel {
        position: absolute;
        top: 0;
        right: 0;
        background-color: #fb8828d9;
        padding: 5px 7px 8px 7px;
        border-bottom-left-radius: 10px !important;
        font-size: 12px;
    }
    .Offer_SuggestHotel span {
        font-family: IRANSans_Bold;
    }

    .color-blue {
        color: #62c2d0;
    }

    .Comment {
        box-shadow: 0px 0 11px -5px #49505782;
        padding: 9px;
    }

    .grad {
        padding: 0px 0px;
        text-align: center;
        /* vertical-align: middle; */
        color: white;
        font-size: 27px;
        line-height: 53px;
        margin-right: 16px;
    }

    .NameUser {
        padding-right: 12px;
        margin-top: 5px;
        font-size: 19px;
    }

    .date {
        float: left;
        /* position: absolute; */
        margin: 20px 22px 0 0;
        text-align: left;
        color: #8e8e8e;
        font-size: 11px;
    }

    .iconGreen strong {
        line-height: 33px;
        color: white;
        padding: 12px 29px 2px 11px;
        white-space: nowrap;
    }

    .iconError strong {
        line-height: 32px;
        color: white;
        padding: 12px 29px 2px 11px;
        white-space: nowrap;
    }

    .okComment {
        background-color: #6ac15a;
        border-top-right-radius: 20px;
        border-bottom-right-radius: 20px;
    }

    .nokComment {
        background-color: #d75a4a;
        border-top-right-radius: 20px;
        border-bottom-right-radius: 20px;

    }

    .text-Comment {
        line-height: 34px;
    }

    .commentCheckList1 {
        text-align: right;
    }

    .commentCheckList1 li:first-child {
        width: 100%;
    }

    .commentCheckList1 li {
        color: #4D4D4D;
        text-align: right;
        display: inline-block;
        margin-left: 26px;
        margin-bottom: 8px;
    }

    .commentCheckList1 li:first-child {
        width: 100%;
    }

    .form-check-inline .form-check-input {
        position: static;
        margin-top: 0;
        margin-left: .3125rem !important;
        margin-right: 4px !important;
    }

    .rotate {
        -moz-transform: rotate(-90.0deg); /* FF3.5+ */
        -o-transform: rotate(-90.0deg); /* Opera 10.5 */
        -webkit-transform: rotate(-90.0deg); /* Saf3.1+, Chrome */
        filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0.083); /* IE6,IE7 */
        -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0.083)"; /* IE8 */
        margin: 0 0 0 0;
    }

    .table td, .table th {
        padding: .75rem;
        vertical-align: middle !important;
        border-top: 1px solid #dee2e6;
        white-space: nowrap;
    }

    .hotel_calender_group {
        text-align: right;
        padding-right: 10px;
    }

    .hotel_calender_group > div:first-child {
        margin-left: 20px;
    }

    .hotel_calender_item.item_active {
        background: #fff;
        float: right;
    }

    .hotel_calender_item {
        width: 110px;
        margin-bottom: 15px;
        margin-left: 20px;
        margin-top: 18px;
    }

    .hotel_calender_item_header {
        line-height: 30px;
        height: 30px;
        border-bottom: 1px solid #e7e7e7;
    }

    .hotel_calender_item .hotel_calender_item_main .icon-do-not-disturb {
        position: absolute;
        right: 10px;
        font-size: 16px;
        color: #65cd78;
        top: 8px;
    }

    .hotel_calender_item .hotel_calender_item_main .last_price {
        position: relative;
        display: inline-block;
        color: #bfbfbf;
        font-size: 13px;
        clear: both;
        line-height: 18px;
    }

    .popup_hotel_reservation .hotel_calender_item .hotel_calender_item_main .new_price {
        position: relative;
        display: block;
        color: #919191;
        font-size: 13px;
        line-height: 25px;
    }

    .hotel_calender_group {
        position: relative;
        width: 100%;
        display: inline-block;
    }

    .hotel_calender_item * {
        text-align: center !important;
    }

    .tool {
        cursor: help;
        position: relative;
    }


    /*== common styles for both parts of tool tip ==*/
    .tool::before,
    .tool::after {
        left: 50%;
        opacity: 0;
        position: absolute;
        z-index: -100;
    }

    .tool:hover::before,
    .tool:focus::before,
    .tool:hover::after,
    .tool:focus::after {
        opacity: 1;
        -webkit-transform: scale(1) translateY(0);
        transform: scale(1) translateY(0);
        z-index: 100;
    }


    /*== pointer tip ==*/
    .tool::before {
        border-style: solid;
        border-width: 1em 0.75em 0 0.75em;
        border-color: #3E474F transparent transparent transparent;
        bottom: 100%;
        content: "";
        margin-left: -0.5em;
        transition: all .65s cubic-bezier(.84, -0.18, .31, 1.26), opacity .65s .5s;
        -webkit-transform: scale(.6) translateY(-90%);
        transform: scale(.6) translateY(-90%);
    }

    .tool:hover::before,
    .tool:focus::before {
        transition: all .65s cubic-bezier(.84, -0.18, .31, 1.26) .2s;
    }


    /*== speech bubble ==*/
    .tool::after {
        background: #3E474F;
        border-radius: .25em;
        color: #EDEFF0;
        content: attr(data-tip);
        margin-left: -40px;
        padding: 1em;
        transition: all .65s cubic-bezier(.84, -0.18, .31, 1.26) .2s;
        -webkit-transform: scale(.6) translateY(50%);
        transform: scale(.6) translateY(50%);
        width: 7.5em;
        bottom: 71px;
        font-size: 12px;
    }

    .tool:hover::after,
    .tool:focus::after {
        transition: all .65s cubic-bezier(.84, -0.18, .31, 1.26);
    }

    @media (max-width: 760px) {
        .tool::after {
            font-size: .75em;
            margin-left: -5em;
            width: 10em;
        }
    }
    .color-gray {
        color: #cccccc;
    }
    .padding-custom {
        padding: 0px 31px 0px 21px !important;
    }

}
@media (max-width: 575.98px) {
    .d-block {
        padding-top: 15px;
    }
    .w-94 {
        width: 94%!important;
    }

    .triangle-3 {
        width: 10px;
        height: 10px;
        border-right: solid 18px rgb(255, 255, 255);
        border-bottom: solid 10px transparent;
        border-top: solid 10px transparent;
        left: 68px;
        transform: rotate(29deg) !important;
        top: -5.8px;
    }

    .fasi li, .fasi ul {
        line-height: 45px;
        text-align: right;
        height: 40px;
        display: inline-block;
        float: right;
        font-size: 14px;
        padding-right: 10px;
        padding-left: 15px;
        width: 49.5% !important;
        cursor: default !important;
        overflow: hidden;
        white-space: nowrap;
    }


    .columns {
        -moz-column-width: 11.5em; /* Firefox */
        -webkit-column-width: 11.5em; /* webkit, Safari, Chrome */
        column-width: 7.5em;
        text-align: right;
    }

    /*remove standard list and bullet formatting from ul*/
    .columns ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }

    /* correct webkit/chrome uneven margin on the first column*/
    .columns ul li:first-child {
        margin-top: 0px;
    }

    .BoxNameHotel {
        background-color: white;
        padding: 8px;
    }

    .discount ul {
        padding: 0;
        margin: 0;
        list-style: none;
        text-align: right;
    }

    .discount li {
        padding: 0;
        margin: 0;
        list-style: none;
        text-align: center;
    }

    .discount > .off {
        white-space: nowrap;
        background-color: #fb8829;
        color: white;
        padding: 10px 0;
        text-align: center;
        font-size: 12px;
    }

    .discount > .Num {
        background-color: rgba(251, 136, 41, 0.8);
        color: white;
        text-align: center;
        font-family: IRANSans_Bold;
        font-size: 20px;
        padding: 5px 0;
        letter-spacing: 1px;
    }

    .ContentNameAndStar {
        padding-right: 0;
        margin-right: 0;
        padding-top: 0px;
    }

    .Name_Hotel {
        font-size: 10px;
        padding-bottom: 0;
        padding-top: 0;
    }
    .discount_hotel_area {
        margin-top: 5px;
    }
    .hotelListPriceTitle {
        margin-top: 0 !important;
    }
    #hotel-price {
        margin-top: 0 !important;
    }

    span.iconShare {
        background-image: url("/img/share.svg");
        display: inline-block;
        content: ' ';
        height: 28px;
        width: 28px;
        margin-left: 10px;
        vertical-align: middle;
        filter: invert(28%) sepia(10%) saturate(14%) hue-rotate(348deg) brightness(96%) contrast(88%);
    }

    #Header_Fix {
        background-color: white;
        box-shadow: 0 13px 22px -13px #dadada;
        overflow-x: scroll; /* 1 */
        -webkit-overflow-scrolling: touch; /* 2 */


    }

    #Header_Fix li > a {
        white-space: nowrap;
        font-size: 12px;
        color: #4d4d4d;
        text-align: center;
        float: right;


    }

    #Header_Fix li {
        padding: 18px 24px;
        text-align: center;


    }

    .informationHotel ul {
        padding-bottom: 10px;

    }

    .informationHotel li {
        display: inline-block;
        list-style: none;
        font-size: 8px;
        text-align: center;
    }

    .informationHotel {
        border: 1px solid #d2d2d2;
        text-align: center !important;
        box-shadow: 0 3px 19px -11px grey;
    }

    .InfoLineItem + .InfoLineItem {
        border-right: 1px solid #d2d2d2;
    }

    .InfoLineItem {
        /* flex: 2; */
        text-align: center;
        justify-content: center;
        cursor: pointer;
        display: table-cell;
        width: 62px;
        font-size: 14px;
        /* border-top-right-radius: 4px; */
        transition: all ease-in;
        -webkit-transition: all ease-in;
        -moz-transition: all ease-in;
        padding: 9px 4px;
        white-space: nowrap;
    }

    .textInfo {
        font-size: 12px;
        direction: rtl;
        text-align: right;
        padding-top: 10px;
        color: #4d4d4d;
        height: 200px;
        overflow: hidden;
        line-height: 28px;
    }
    .textInfo:hover {
        overflow: scroll;
        overflow-x: hidden;
    }
    .Fix-box-onDay, .Fix-box-Day {
        margin: 0 auto;
    }

    .owl-carousel {
        direction: ltr;

    }

    .Slider_pr-0 {
        padding-right: 0;
    }

    #big.owl-theme .owl-next, #big.owl-theme .owl-prev {
        width: 50px;
        line-height: 0;
        height: 99.5%;
        position: absolute;
        text-align: center;
        margin-top: 0;
    }

    #big.owl-theme .owl-prev {
        background: rgba(0, 0, 0, 0.45) !important;
        background: linear-gradient(90deg, rgba(2, 2, 2, 0.4) 0%, rgba(2, 0, 36, 0) 88%) !important;
        left: -3px;
    }

    #big.owl-theme .owl-next {
        right: -4px;
        background: rgba(2, 0, 36, 0.4) !important;
        background: linear-gradient(90deg, rgba(2, 0, 36, 0) -1%, rgba(0, 0, 0, 0.66) 100%) !important;
    }

    .CaptionSlider {
        bottom: 0;
        width: 100%;
        background-color: #62c2d0;
        right: 0;
        /* box-shadow: inset 0 0px 6px 0px #00000075; */
    }

    .CaptionSlider p {
        padding: 6px 0;
        margin: 0;
        text-align: center;
        color: white;
    }

    .table tr {
        white-space: nowrap;
    }

    .hiddenRow {
        padding: 0 4px !important;
        background-color: #eeeeee;
        font-size: 13px;
    }

    .accordion-toggle:after {

    }

    .table-Rom {
        height: 81px;
        font-size: 14px;

    }

    .table-Rom:hover {
        background-color: #62c2d0;
        color: white;
    }

    .hover-more:hover {
        background-color: #62c2d0;
        color: white;
    }

    .IconUser.U1 {
        background-position: -1px -2px;
    }

    .IconUser.U2 {
        background-position: 0px -29px;
    }

    .IconUser.U3 {
        background-position: 0 -50px;
    }

    .IconUser.U4 {
        background-position: -1px -77px;
    }

    .IconUser {
        background-image: url(/img/User.png);
        background-repeat: no-repeat;
        width: 85px;
        height: 22px;
        display: inline-block;
        vertical-align: middle;
    }

    .bg-orange {
        background-color: #fb8828;

    }

    .btn_conterRight {
        /* border-top-right-radius: 20px; */
        /* border-bottom-right-radius: 20px; */
    }

    .color-gray {
        color: #cccccc;
    }

    .hotel_calender_group {
        text-align: right;
        padding-right: 10px;
    }

    .hotel_calender_group > div:first-child {
        margin-left: 20px;
    }

    .hotel_calender_item.item_active {
        background: #fff;
        float: right;
    }

    .hotel_calender_item {
        width: 110px;
        margin-bottom: 15px;
        margin-left: 20px;
        margin-top: 18px;
    }

    .hotel_calender_item_header {
        line-height: 30px;
        height: 30px;
        border-bottom: 1px solid #e7e7e7;
    }

    .hotel_calender_item .hotel_calender_item_main .icon-do-not-disturb {
        position: absolute;
        right: 10px;
        font-size: 16px;
        color: #65cd78;
        top: 8px;
    }

    .hotel_calender_item .hotel_calender_item_main .last_price {
        position: relative;
        display: inline-block;
        color: #bfbfbf;
        font-size: 13px;
        clear: both;
        line-height: 18px;
    }

    .popup_hotel_reservation .hotel_calender_item .hotel_calender_item_main .new_price {
        position: relative;
        display: block;
        color: #919191;
        font-size: 13px;
        line-height: 25px;
    }

    .hotel_calender_group {
        position: relative;
        width: 100%;
        display: inline-block;
    }

    .hotel_calender_item * {
        text-align: center !important;
    }

    .InfoLineItem > div {
        vertical-align: middle;
    }

    .color-blue {
        color: #62c2d0;
    }

    .make-me-sticky {
        position: -webkit-sticky;
        position: sticky;
        top: 180px;
        padding: 0 15px;
    }

    .Fix_bottom {
        width: 100%;
        background-color: #ffffff;
        position: fixed;
        right: 0;
        bottom: 0;
        box-shadow: 0 10px 9px 7px grey; /* border-top: 4px solid #fb8829; */
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    p.Address {
        font-size: 10px;
    }

    span.icontik {
        background-image: url("/img/checked (1).svg");
        display: inline-block;
        content: ' ';
        height: 15px;
        width: 15px;
        margin-left: 10px;
        vertical-align: middle;
    }


    .read-more-state {
        display: none;
    }

    .read-more-target {
        opacity: 0;
        max-height: 0;
        font-size: 0;
        transition: .25s ease;
    }

    .read-more-state:checked ~ .read-more-wrap .read-more-target {
        opacity: 1;
        max-height: 999em;
    }

    .read-more-state ~ .read-more-trigger:before {
        content: '';
        font-size: 12px;
        position: absolute;
        margin: -2px 8px 8px 41px;
        left: 55%;
        width: 48px;
        height: 30px;
        background-image: url("/img/down-arrow2.svg");
        background-repeat: no-repeat;
        background-position: left;
        line-height: 31px;
        background-size: 16px;
        text-align: right;
        filter: invert(28%) sepia(0%) saturate(703%) hue-rotate(199deg) brightness(97%) contrast(87%);
        color: #4D4D4D;
        transition-duration: 300ms;
    }

    .read-more-state:checked ~ .read-more-trigger:before {
        content: "";
        font-size: 12px;
        position: absolute;
        margin: -21px 0 0 0;
        left: 39%;
        width: 88px;
        height: 30px;
        background-image: url("/img/up-arrow.svg");
        background-repeat: no-repeat;
        background-position: left;
        line-height: 31px;
        background-size: 16px;
        text-align: right;
        filter: invert(28%) sepia(0%) saturate(703%) hue-rotate(199deg) brightness(97%) contrast(87%);
        color: #4D4D4D;
        transition-duration: 300ms;
    }

    .read-more-trigger {
        cursor: pointer;
        display: inline-block;
        padding: 0px .5em;
        color: #666;
        font-size: .9em;
        line-height: 2;
        border-radius: .25em;
        position: absolute;
        bottom: -7px;
        left: 37%;

    }

    .Place_Important {
        text-align: right;
    }

    .Place_Important li {
        font-size: 12px;
        list-style: none;
    }

    .responsive-map-container {
        position: relative;
        padding-bottom: 56.25%;
        padding-top: 30px;
        height: 0;
        overflow: hidden;
    }

    .responsive-map-container iframe,
    .responsive-map-container object,
    .responsive-map-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .SuggestHotel {
        position: relative;
        display: inline-block;
        overflow: hidden;
        margin: 0;
        min-width: 250px;
        /*max-width: 327px;*/
        width: 99%;
        background-color: #000000;
        color: #ffffff;
        text-align: right;
        font-size: 16px;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
        border-radius: 8px;
    }

    .SuggestHotel figcaption {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 20px;
        background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
        background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
    }

    .SuggestHotel * {
        -webkit-transition: all 0.35s;
        transition: all 0.35s;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .SuggestHotel img {
        max-width: 100%;
        vertical-align: top;
        object-fit: cover;
    }

    .SuggestHotel a {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }

    .SuggestHotel:hover img,
    .SuggestHotel.hover img {
        -webkit-transform: scale(1.3) rotate(5deg);
        transform: scale(1.3) rotate(5deg);
    }

    .Star_SuggestHotel {
        position: absolute;
        top: 0;
        left: 10px;
    }

    .Price_SuggestHotel {
        border: 1px solid;
        padding: 14px;
        border-radius: 31px;
        background-color: white;
        color: black;
        text-align: center;
        margin-bottom: 33px;
        font-size: 13px;
    }

    .title_SuggestHotel {
        position: absolute;
        bottom: 30%;
        text-align: center;
        left: 18%;
        font-size: 25px;
    }

    .Offer_SuggestHotel {
        position: absolute;
        top: 0px;
        right: 0px;
        background-color: #fb8828d9;
        padding: 7px;
        /* border-bottom-left-radius: 7px; */
        font-size: 12px;
    }

    .grad {
        color: white;
        width: 20px;
        height: 20px;
        padding: 0;
        margin: 0;
        text-align: center;
    }

    .NameUser {
        white-space: nowrap;
        font-size: 12px;

    }

    .date {
        white-space: nowrap;
        font-size: 12px;
        color: #cccccc;
    }

    .Comment > hr {
        padding: 0;
        margin: 0;
    }

    .TextOK {
        color: #1e7e34;
        text-align: right;
        float: right;
    }

    .TextNOK {
        color: #c82333;
        text-align: right;
        float: right;
    }

    .GreenComment p {
        font-size: 12px;
    }

    .RedComment p {
        font-size: 12px;
    }

    .commentCheckList1 li {
        list-style: none;
        text-align: right;
        display: inline-block;
        margin-left: 8px;
        padding: 5px 0;

    }

    .commentCheckList1 li:first-child {
        width: 100%;
    }

    .commentCheckList1, .commentCheckList1 ul {
        padding: 0;
        margin: 0;
        text-align: right;

    }

    .form-check-inline .form-check-input {
        position: static;
        margin-top: 0;
        margin-left: .3125rem !important;
        margin-right: 0 !important;
    }

    .w-25 {
        width: 100% !important;
    }

    .SortLine_Nab {
        padding-right: 0%;
    }

    .triangle-3 {
        width: 10px;
        height: 10px;
        border-right: solid 18px rgb(255, 255, 255);
        border-bottom: solid 10px transparent;
        border-top: solid 10px transparent;
        left: 43%;
        transform: rotate(29deg) !important;
        top: -11.8px;
    }


}
@media (min-width: 576px) and (max-width: 767.98px) {
    .triangle-3 {
        width: 10px;
        height: 10px;
        border-right: solid 18px rgb(255, 255, 255);
        border-bottom: solid 10px transparent;
        border-top: solid 10px transparent;
        left: 42%;
        transform: rotate(29deg) !important;
        top: -12.8px;
    }

    .fasi li, .fasi ul {
        line-height: 45px;
        text-align: right;
        height: 40px;
        display: inline-block;
        float: right;
        font-size: 14px;
        padding-right: 10px;
        padding-left: 15px;
        width: 31.5% !important;
        cursor: default !important;
        overflow: hidden;
        white-space: nowrap;
    }

    .columns {
        -moz-column-width: 11.5em; /* Firefox */
        -webkit-column-width: 11.5em; /* webkit, Safari, Chrome */
        column-width: 7.5em;
        text-align: right;
    }

    /*remove standard list and bullet formatting from ul*/
    .columns ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }

    /* correct webkit/chrome uneven margin on the first column*/
    .columns ul li:first-child {
        margin-top: 0px;
    }

    .BoxNameHotel {
        background-color: white;
        padding: 8px;
        margin-top: 10px;
    }
    .sharing-area {
        width: 50%;
        margin: 0;
        padding-top: 8px;
    }
    .single-score {
        float: right;
        padding-top: 17px;
        padding-left: 14px;
    }
    .price-starting-box {
        width: 50%;
        min-width: auto;
        margin: 0;
    }
    .top_actions_area {
        width: 100%;
    }

    .discount ul {
        padding: 0;
        margin: 0;
        list-style: none;
        text-align: right;
    }

    .discount li {
        padding: 0;
        margin: 0;
        list-style: none;
        text-align: center;
    }

    .discount > .off {
        white-space: nowrap;
        background-color: #fb8829;
        color: white;
        padding: 10px 0;
        text-align: center;
        font-size: 12px;
    }

    .discount > .Num {
        background-color: rgba(251, 136, 41, 0.8);
        color: white;
        padding: 10px 0;
        text-align: center;
        font-size: 15px;
    }

    .ContentNameAndStar {
        padding-right: 0;
        margin-right: 0;
        padding-top: 10px;
    }

    .Name_Hotel {
        font-size: 16px;
        padding-bottom: 5px;
    }

    span.iconShare {
        background-image: url("/img/share.svg");
        display: inline-block;
        content: ' ';
        height: 28px;
        width: 28px;
        margin-left: 10px;
        vertical-align: middle;
        filter: invert(28%) sepia(10%) saturate(14%) hue-rotate(348deg) brightness(96%) contrast(88%);
    }

    .PartOneNameCityHotel {
        margin-right: -15px;
    }

    .PartOneNameCityHotel #collapseExample {
        margin-right: 15px;
    }

    #Header_Fix {
        background-color: white;
        box-shadow: 0 13px 22px -13px #dadada;
        overflow-x: scroll; /* 1 */
        -webkit-overflow-scrolling: touch; /* 2 */
    }

    #Header_Fix li > a {
        white-space: nowrap;
        font-size: 12px;
        color: #4d4d4d;
        text-align: center;
        float: right;


    }

    #Header_Fix li {
        padding: 18px 24px;
        text-align: center;


    }

    .informationHotel ul {
        padding-bottom: 10px;

    }

    .informationHotel li {
        display: inline-block;
        list-style: none;
        font-size: 13px;
        text-align: center;
    }

    .informationHotel {
        border: 1px solid #d2d2d2;
        text-align: center !important;
        box-shadow: 0 3px 19px -11px grey;
    }

    .InfoLineItem + .InfoLineItem {
        border-right: 1px solid #d2d2d2;
    }

    .InfoLineItem {
        /* flex: 2; */
        text-align: center;
        justify-content: center;
        cursor: pointer;
        display: table-cell;
        width: 113px;
        font-size: 14px;
        /* border-top-right-radius: 4px; */
        transition: all ease-in;
        -webkit-transition: all ease-in;
        -moz-transition: all ease-in;
        padding: 9px 4px;
        white-space: nowrap;
    }

    .textInfo {
        font-size: 14px;
        direction: rtl;
        text-align: right;
        padding-top: 10px;
        color: #4d4d4d;
        height: 200px;
        overflow: hidden;
    }
    .textInfo:hover {
        overflow: scroll;
        overflow-x: hidden;
    }

    .owl-carousel {
        direction: ltr;

    }

    .Slider_pr-0 {
        padding-right: 0;
    }

    #big.owl-theme .owl-next, #big.owl-theme .owl-prev {
        width: 50px;
        line-height: 0;
        height: 99.5%;
        position: absolute;
        text-align: center;
        margin-top: 0;
    }

    #big.owl-theme .owl-prev {
        background: rgba(0, 0, 0, 0.45) !important;
        background: linear-gradient(90deg, rgba(2, 2, 2, 0.4) 0%, rgba(2, 0, 36, 0) 88%) !important;
        left: -3px;
    }

    #big.owl-theme .owl-next {
        right: -4px;
        background: rgba(2, 0, 36, 0.4) !important;
        background: linear-gradient(90deg, rgba(2, 0, 36, 0) -1%, rgba(0, 0, 0, 0.66) 100%) !important;
    }

    .CaptionSlider {
        bottom: 0;
        width: 100%;
        background-color: #62c2d0;
        right: 0;
        /* box-shadow: inset 0 0px 6px 0px #00000075; */
    }

    .CaptionSlider p {
        padding: 6px 0;
        margin: 0;
        text-align: center;
        color: white;
    }

    .table tr {
        white-space: nowrap;
    }

    .hiddenRow {
        padding: 0 4px !important;
        background-color: #eeeeee;
        font-size: 13px;
    }

    .accordion-toggle:after {

    }

    .table-Rom {
        height: 81px;
        font-size: 14px;

    }

    .table-Rom:hover {
        background-color: #62c2d0;
        color: white;
    }

    .hover-more:hover {
        background-color: #62c2d0;
        color: white;
    }

    .IconUser.U1 {
        background-position: -1px -2px;
    }

    .IconUser.U2 {
        background-position: 0px -29px;
    }

    .IconUser.U3 {
        background-position: 0 -50px;
    }

    .IconUser.U4 {
        background-position: -1px -77px;
    }

    .IconUser {
        background-image: url(/img/User.png);
        background-repeat: no-repeat;
        width: 85px;
        height: 22px;
        display: inline-block;
        vertical-align: middle;
    }

    .bg-orange {
        background-color: #fb8828;

    }

    .content-section {
        min-height: 2000px;
    }

    .color-gray {
        color: #cccccc;
    }

    .hotel_calender_group {
        text-align: right;
        padding-right: 10px;
    }

    .hotel_calender_group > div:first-child {
        margin-left: 20px;
    }

    .hotel_calender_item.item_active {
        background: #fff;
        float: right;
    }

    .hotel_calender_item {
        width: 110px;
        margin-bottom: 15px;
        margin-left: 20px;
        margin-top: 18px;
    }

    .hotel_calender_item_header {
        line-height: 30px;
        height: 30px;
        border-bottom: 1px solid #e7e7e7;
    }

    .hotel_calender_item .hotel_calender_item_main .icon-do-not-disturb {
        position: absolute;
        right: 10px;
        font-size: 16px;
        color: #65cd78;
        top: 8px;
    }


    .hotel_calender_item .hotel_calender_item_main .last_price {
        position: relative;
        display: inline-block;
        color: #bfbfbf;
        font-size: 13px;
        clear: both;
        line-height: 18px;
    }


    .popup_hotel_reservation .hotel_calender_item .hotel_calender_item_main .new_price {
        position: relative;
        display: block;
        color: #919191;
        font-size: 13px;
        line-height: 25px;
    }

    .hotel_calender_group {
        position: relative;
        width: 100%;
        display: inline-block;
    }

    .hotel_calender_item * {
        text-align: center !important;
    }

    .InfoLineItem > div {
        vertical-align: middle;
    }

    .color-blue {
        color: #62c2d0;
    }

    .make-me-sticky {
        position: -webkit-sticky;
        position: sticky;
        top: 180px;
        padding: 0 15px;
    }

    .Fix_bottom {
        width: 100%;
        background-color: #ffffff;
        position: fixed;
        right: 0;
        bottom: 0;
        box-shadow: 0 10px 9px 7px grey; /* border-top: 4px solid #fb8829; */
    }

    p.Address {
        font-size: 13px;
    }

    span.icontik {
        background-image: url("/img/checked (1).svg");
        display: inline-block;
        content: ' ';
        height: 15px;
        width: 15px;
        margin-left: 10px;
        vertical-align: middle;
    }


    .Place_Important {
        text-align: right;
    }

    .Place_Important li {
        font-size: 12px;
        list-style: none;
    }

    .responsive-map-container {
        position: relative;
        padding-bottom: 56.25%;
        padding-top: 30px;
        height: 0;
        overflow: hidden;
    }

    .responsive-map-container iframe,
    .responsive-map-container object,
    .responsive-map-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .SuggestHotel {
        position: relative;
        display: inline-block;
        overflow: hidden;
        margin: 0;
        min-width: 250px;
        max-width: 327px;
        width: 99%;
        background-color: #000000;
        color: #ffffff;
        text-align: right;
        font-size: 16px;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
        border-radius: 8px;
    }

    .SuggestHotel figcaption {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 20px;
        background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
        background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
    }

    .SuggestHotel * {
        -webkit-transition: all 0.35s;
        transition: all 0.35s;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .SuggestHotel img {
        max-width: 100%;
        vertical-align: top;
    }

    .SuggestHotel a {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }

    .SuggestHotel:hover img,
    .SuggestHotel.hover img {
        -webkit-transform: scale(1.3) rotate(5deg);
        transform: scale(1.3) rotate(5deg);
    }

    .Star_SuggestHotel {
        position: absolute;
        top: 0;
        left: 10px;
    }

    .Price_SuggestHotel {
        border: 1px solid;
        padding: 14px;
        border-radius: 31px;
        background-color: white;
        color: black;
        text-align: center;
        margin-bottom: 33px;
        font-size: 13px;
    }

    .title_SuggestHotel {
        position: absolute;
        bottom: 30%;
        text-align: center;
        left: 18%;
        font-size: 25px;
    }

    .Offer_SuggestHotel {
        position: absolute;
        top: 0px;
        right: 0px;
        background-color: #fb8828d9;
        padding: 7px;
        /* border-bottom-left-radius: 7px; */
        font-size: 12px;
    }

    .grad {
        color: white;
        width: 20px;
        height: 20px;
        padding: 0;
        margin: 0;
        text-align: center;
    }

    .NameUser {
        white-space: nowrap;
        font-size: 12px;

    }

    .date {
        white-space: nowrap;
        font-size: 12px;
        color: #cccccc;
    }

    .Comment > hr {
        padding: 0;
        margin: 0;
    }

    .TextOK {
        color: #1e7e34;
        text-align: right;
        float: right;
    }

    .TextNOK {
        color: #c82333;
        text-align: right;
        float: right;
    }

    .GreenComment p {
        font-size: 12px;
    }

    .RedComment p {
        font-size: 12px;
    }

    .commentCheckList1 li {
        list-style: none;
        text-align: right;
        display: inline-block;
        margin-left: 8px;
        padding: 5px 0;

    }

    .commentCheckList1 li:first-child {
        width: 100%;
    }

    .commentCheckList1, .commentCheckList1 ul {
        padding: 0;
        margin: 0;
        text-align: right;

    }

    .form-check-inline .form-check-input {
        position: static;
        margin-top: 0;
        margin-left: .3125rem !important;
        margin-right: 0 !important;
    }

    .w-25 {
        width: 100% !important;
    }

    .SortLine_Nab {
        /* padding-right: 319px; */
    }


}
@media (min-width: 768px) and (max-width: 991.98px) {

    .triangle-3 {
        width: 10px;
        height: 10px;
        border-right: solid 18px rgb(255, 255, 255);
        border-bottom: solid 10px transparent;
        border-top: solid 10px transparent;
        left: 48px;
        transform: rotate(29deg) !important;
        top: -12.8px;
    }

    .fasi li, .fasi ul {
        line-height: 45px;
        text-align: right;
        height: 40px;
        display: inline-block;
        float: right;
        font-size: 14px;
        padding-right: 10px;
        padding-left: 15px;
        width: 19.5% !important;
        cursor: default !important;
        overflow: hidden;
        white-space: nowrap;
    }

    .columns {
        -moz-column-width: 11.5em; /* Firefox */
        -webkit-column-width: 11.5em; /* webkit, Safari, Chrome */
        column-width: 7.5em;
        text-align: right;
    }

    /*remove standard list and bullet formatting from ul*/
    .columns ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }

    /* correct webkit/chrome uneven margin on the first column*/
    .columns ul li:first-child {
        margin-top: 0px;
    }

    .BoxNameHotel {
        background-color: white;
        padding: 8px;
    }

    .discount ul {
        padding: 0;
        margin: 0;
        list-style: none;
        text-align: right;
    }

    .discount li {
        padding: 0;
        margin: 0;
        list-style: none;
        text-align: center;
    }

    .discount > .off {
        white-space: nowrap;
        background-color: #fb8829;
        color: white;
        padding: 10px 0;
        text-align: center;
        font-size: 12px;
    }

    .discount > .Num {
        background-color: rgba(251, 136, 41, 0.8);
        color: white;
        padding: 10px 0;
        text-align: center;
        font-size: 15px;
    }

    .ContentNameAndStar {
        padding-right: 0;
        margin-right: 0;
        padding-top: 10px;
    }

    .Name_Hotel {
        font-size: 16px;
        padding-bottom: 5px;
    }

    span.iconShare {
        background-image: url("/img/share.svg");
        display: inline-block;
        content: ' ';
        height: 28px;
        width: 28px;
        margin-left: 10px;
        vertical-align: middle;
        filter: invert(28%) sepia(10%) saturate(14%) hue-rotate(348deg) brightness(96%) contrast(88%);
    }

    #Header_Fix {
        background-color: white;
        box-shadow: 0 13px 22px -13px #dadada;
        overflow-x: scroll; /* 1 */
        -webkit-overflow-scrolling: touch; /* 2 */
    }

    #Header_Fix li > a {
        white-space: nowrap;
        font-size: 12px;
        color: #4d4d4d;
        text-align: center;
        float: right;


    }

    #Header_Fix li {
        padding: 18px 24px;
        text-align: center;


    }

    .informationHotel ul {
        padding-bottom: 10px;

    }

    .informationHotel li {
        display: inline-block;
        list-style: none;
        font-size: 10px;
        text-align: center;
    }

    .informationHotel {
        border: 1px solid #d2d2d2;
        text-align: center !important;
        box-shadow: 0 3px 19px -11px grey;
    }

    .InfoLineItem + .InfoLineItem {
        border-right: 1px solid #d2d2d2;
    }

    .InfoLineItem {
        /* flex: 2; */
        text-align: center;
        justify-content: center;
        cursor: pointer;
        display: table-cell;
        width: 77px;
        font-size: 14px;
        /* border-top-right-radius: 4px; */
        transition: all ease-in;
        -webkit-transition: all ease-in;
        -moz-transition: all ease-in;
        padding: 9px 4px;
        white-space: nowrap;
    }

    .textInfo {
        font-size: 14px;
        direction: rtl;
        text-align: right;
        padding-top: 10px;
        color: #4d4d4d;
        height: 365px;
        overflow: hidden;
    }
    .textInfo:hover {
        overflow: scroll;
        overflow-x: hidden;
    }

    .textInfo p {
        line-height: 30px;
    }
    .sidebar-item .font_Size14 {
        font-size: 13px !important;
    }
    .sidebar-item .JustPrice {
        margin: -8px 0 16px 0 !important;
    }
    .sidebar-item .ColorButton_2 {
        font-size: 14px !important;
    }
    .hi-total-point .float-right {
        font-size: 12px !important;
    }
    .hi-total-point .float-left {
        margin-top: 3px !important;
    }

    .owl-carousel {
        direction: ltr;

    }

    .Slider_pr-0 {
        /* padding-right: 0; */
    }

    #big.owl-theme .owl-next, #big.owl-theme .owl-prev {
        width: 50px;
        line-height: 0;
        height: 99.5%;
        position: absolute;
        text-align: center;
        margin-top: 0;
    }

    #big.owl-theme .owl-prev {
        background: rgba(0, 0, 0, 0.45) !important;
        background: linear-gradient(90deg, rgba(2, 2, 2, 0.4) 0%, rgba(2, 0, 36, 0) 88%) !important;
        left: -3px;
    }

    #big.owl-theme .owl-next {
        right: -4px;
        background: rgba(2, 0, 36, 0.4) !important;
        background: linear-gradient(90deg, rgba(2, 0, 36, 0) -1%, rgba(0, 0, 0, 0.66) 100%) !important;
    }

    .CaptionSlider {
        bottom: 0;
        width: 100%;
        background-color: #62c2d0;
        right: 0;
        /* box-shadow: inset 0 0px 6px 0px #00000075; */
    }

    .CaptionSlider p {
        padding: 6px 0;
        margin: 0;
        text-align: center;
        color: white;
    }

    .table tr {
        white-space: nowrap;
    }

    .hiddenRow {
        padding: 0 4px !important;
        background-color: #eeeeee;
        font-size: 13px;
    }

    .accordion-toggle:after {

    }

    .table-Rom {
        height: 81px;
        font-size: 14px;

    }

    .table-Rom:hover {
        background-color: #62c2d0;
        color: white;
    }

    .hover-more:hover {
        background-color: #62c2d0;
        color: white;
    }

    .IconUser.U1 {
        background-position: -1px -2px;
    }

    .IconUser.U2 {
        background-position: 0px -29px;
    }

    .IconUser.U3 {
        background-position: 0 -50px;
    }

    .IconUser.U4 {
        background-position: -1px -77px;
    }

    .IconUser {
        background-image: url(/img/User.png);
        background-repeat: no-repeat;
        width: 85px;
        height: 22px;
        display: inline-block;
        vertical-align: middle;
    }

    .bg-orange {
        background-color: #fb8828;

    }

    .content-section {
        min-height: 2000px;
    }

    .color-gray {
        color: #cccccc;
    }

    .hotel_calender_group {
        text-align: right;
        padding-right: 10px;
    }

    .hotel_calender_group > div:first-child {
        margin-left: 20px;
    }

    .hotel_calender_item.item_active {
        background: #fff;
        float: right;
    }

    .hotel_calender_item {
        width: 110px;
        margin-bottom: 15px;
        margin-left: 20px;
        margin-top: 18px;
    }

    .hotel_calender_item_header {
        line-height: 30px;
        height: 30px;
        border-bottom: 1px solid #e7e7e7;
    }

    .hotel_calender_item .hotel_calender_item_main .icon-do-not-disturb {
        position: absolute;
        right: 10px;
        font-size: 16px;
        color: #65cd78;
        top: 8px;
    }


    .hotel_calender_item .hotel_calender_item_main .last_price {
        position: relative;
        display: inline-block;
        color: #bfbfbf;
        font-size: 13px;
        clear: both;
        line-height: 18px;
    }


    .popup_hotel_reservation .hotel_calender_item .hotel_calender_item_main .new_price {
        position: relative;
        display: block;
        color: #919191;
        font-size: 13px;
        line-height: 25px;
    }

    .hotel_calender_group {
        position: relative;
        width: 100%;
        display: inline-block;
    }

    .hotel_calender_item * {
        text-align: center !important;
    }

    .InfoLineItem > div {
        vertical-align: middle;
        font-size: 10px;
    }

    .color-blue {
        color: #62c2d0;
    }

    .make-me-sticky {
        position: -webkit-sticky;
        position: sticky;
        top: 180px;
        padding: 0 15px;
    }

    .Fix_bottom {
        width: 100%;
        background-color: #ffffff;
        position: fixed;
        right: 0;
        bottom: 0;
        box-shadow: 0 10px 9px 7px grey; /* border-top: 4px solid #fb8829; */
    }

    p.Address {
        font-size: 13px;
    }

    span.icontik {
        background-image: url("/img/checked (1).svg");
        display: inline-block;
        content: ' ';
        height: 15px;
        width: 15px;
        margin-left: 10px;
        vertical-align: middle;
    }

    .read-more-state {
        display: none;
    }

    .read-more-target {
        opacity: 0;
        max-height: 0;
        font-size: 0;
        transition: .25s ease;
    }

    .read-more-state:checked ~ .read-more-wrap .read-more-target {
        opacity: 1;
        max-height: 999em;
    }

    .read-more-state ~ .read-more-trigger:before {
        content: '';
        font-size: 12px;
        position: absolute;
        margin: -2px 8px 8px 41px;
        left: 55%;
        width: 48px;
        height: 30px;
        background-image: url("/img/down-arrow2.svg");
        background-repeat: no-repeat;
        background-position: left;
        line-height: 31px;
        background-size: 16px;
        text-align: right;
        filter: invert(28%) sepia(0%) saturate(703%) hue-rotate(199deg) brightness(97%) contrast(87%);
        color: #4D4D4D;
        transition-duration: 300ms;
    }

    .read-more-state:checked ~ .read-more-trigger:before {
        content: "";
        font-size: 12px;
        position: absolute;
        margin: -21px 0 0 0;
        left: 39%;
        width: 88px;
        height: 30px;
        background-image: url("/img/up-arrow.svg");
        background-repeat: no-repeat;
        background-position: left;
        line-height: 31px;
        background-size: 16px;
        text-align: right;
        filter: invert(28%) sepia(0%) saturate(703%) hue-rotate(199deg) brightness(97%) contrast(87%);
        color: #4D4D4D;
        transition-duration: 300ms;
    }

    .read-more-trigger {
        cursor: pointer;
        display: inline-block;
        padding: 0px .5em;
        color: #666;
        font-size: .9em;
        line-height: 2;
        /* border: 1px solid #ddd; */
        border-radius: .25em;
        position: absolute;
        bottom: -7px;
        left: 45%;
        /* visibility: hidden; */
        /* width: 100%; */
        /* text-align: center; */
    }

    .Place_Important {
        text-align: right;
    }

    .Place_Important li {
        font-size: 12px;
        list-style: none;
    }

    .responsive-map-container {
        position: relative;
        padding-bottom: 50%;
        padding-top: 30px;
        height: 0;
        overflow: hidden;
    }

    .responsive-map-container iframe,
    .responsive-map-container object,
    .responsive-map-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 350px;
    }

    .SuggestHotel {
        position: relative;
        display: inline-block;
        overflow: hidden;
        margin: 0;
        min-width: 250px;
        max-width: 327px;
        width: 99%;
        background-color: #000000;
        color: #ffffff;
        text-align: right;
        font-size: 16px;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
        border-radius: 8px;
    }

    .SuggestHotel figcaption {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 20px;
        background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
        background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
    }

    .SuggestHotel * {
        -webkit-transition: all 0.35s;
        transition: all 0.35s;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .SuggestHotel img {
        max-width: 100%;
        vertical-align: top;
    }

    .SuggestHotel a {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }

    .SuggestHotel:hover img,
    .SuggestHotel.hover img {
        -webkit-transform: scale(1.3) rotate(5deg);
        transform: scale(1.3) rotate(5deg);
    }

    .Star_SuggestHotel {
        position: absolute;
        top: 0;
        left: 10px;
    }

    .Price_SuggestHotel {
        border: 1px solid;
        padding: 14px;
        border-radius: 31px;
        background-color: white;
        color: black;
        text-align: center;
        margin-bottom: 33px;
        font-size: 13px;
    }

    .title_SuggestHotel {
        position: absolute;
        bottom: 30%;
        text-align: center;
        left: 18%;
        font-size: 25px;
    }

    .Offer_SuggestHotel {
        position: absolute;
        top: 0px;
        right: 0px;
        background-color: #fb8828d9;
        padding: 7px;
        /* border-bottom-left-radius: 7px; */
        font-size: 12px;
    }

    .grad {
        color: white;
        width: 20px;
        height: 20px;
        padding: 0;
        margin: 0;
        text-align: center;
    }

    .NameUser {
        white-space: nowrap;
        font-size: 12px;

    }

    .date {
        white-space: nowrap;
        font-size: 12px;
        color: #cccccc;
    }

    .Comment > hr {
        padding: 0;
        margin: 0;
    }

    .TextOK {
        color: #1e7e34;
        text-align: right;
        float: right;
        font-size: 10px;
    }

    .TextNOK {
        color: #c82333;
        text-align: right;
        float: right;
        font-size: 10px;
    }

    .GreenComment p {
        font-size: 12px;
    }

    .RedComment p {
        font-size: 12px;
    }

    .commentCheckList1 li {
        list-style: none;
        text-align: right;
        display: inline-block;
        margin-left: 8px;
        padding: 5px 0;
        font-size: 13px;
    }

    .commentCheckList1 li:first-child {
        width: 100%;
    }

    .commentCheckList1, .commentCheckList1 ul {
        padding: 0;
        margin: 0;
        text-align: right;

    }

    .form-check-inline .form-check-input {
        position: static;
        margin-top: 0;
        margin-left: .3125rem !important;
        margin-right: 0 !important;
    }

    .w-25 {
        width: 100% !important;
    }

    .SortLine_Nab {
        padding-right: 0px;
    }

    .PriceOneNight {
        font-size: 10px;
    }

    .make-me-sticky {
        position: -webkit-sticky;
        position: sticky;
        top: 180px;
        padding: 0 15px;
    }

    .sidebar-item {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }


}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .triangle-3 {
        width: 10px;
        height: 10px;
        border-right: solid 18px rgb(255, 255, 255);
        border-bottom: solid 10px transparent;
        border-top: solid 10px transparent;
        left: 55px;
        transform: rotate(29deg) !important;
        top: -11.8px;
    }

    .fasi li, .fasi ul {
        line-height: 45px;
        text-align: right;
        height: 40px;
        display: inline-block;
        float: right;
        font-size: 14px;
        padding-right: 10px;
        padding-left: 15px;
        width: 19.5% !important;
        cursor: default !important;
    }

    .columns {
        -moz-column-width: 11.5em; /* Firefox */
        -webkit-column-width: 11.5em; /* webkit, Safari, Chrome */
        column-width: 7.5em;
        text-align: right;
    }

    /*remove standard list and bullet formatting from ul*/
    .columns ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }

    /* correct webkit/chrome uneven margin on the first column*/
    .columns ul li:first-child {
        margin-top: 0px;
    }

    .BoxNameHotel {
        background-color: white;
        padding: 8px;
    }

    .PartOneNameCityHotel #collapseExample {
        margin-right: -15px;
    }

    .discount ul {
        padding: 0;
        margin: 0;
        list-style: none;
        text-align: right;
    }

    .discount li {
        padding: 0;
        margin: 0;
        list-style: none;
        text-align: center;
    }

    .discount > .off {
        white-space: nowrap;
        background-color: #fb8829;
        color: white;
        padding: 10px 0;
        text-align: center;
        font-size: 12px;
    }

    .discount > .Num {
        background-color: rgba(251, 136, 41, 0.8);
        color: white;
        padding: 10px 0;
        text-align: center;
        font-size: 15px;
    }

    .ContentNameAndStar {
        padding-right: 0;
        margin-right: 0;
        padding-top: 10px;
    }

    .Name_Hotel {
        font-size: 16px;
        padding-bottom: 5px;
    }

    span.iconShare {
        background-image: url("/img/share.svg");
        display: inline-block;
        content: ' ';
        height: 28px;
        width: 28px;
        margin-left: 10px;
        vertical-align: middle;
        filter: invert(28%) sepia(10%) saturate(14%) hue-rotate(348deg) brightness(96%) contrast(88%);
    }

    #Header_Fix {
        background-color: white;
        box-shadow: 0 13px 22px -13px #dadada;
        overflow-x: scroll; /* 1 */
        -webkit-overflow-scrolling: touch; /* 2 */
        margin: 0 ;
    }

    #Header_Fix li > a {
        white-space: nowrap;
        font-size: 12px;
        color: #4d4d4d;
        text-align: center;
        float: right;


    }

    #Header_Fix li {
        padding: 18px 24px;
        text-align: center;


    }

    .informationHotel ul {
        padding-bottom: 10px;

    }

    .informationHotel li {
        display: inline-block;
        list-style: none;
        font-size: 13px;
        text-align: center;
    }

    .informationHotel {
        border: 1px solid #d2d2d2;
        text-align: center !important;
        box-shadow: 0 3px 19px -11px grey;
        display: flex;
    }

    .InfoLineItem + .InfoLineItem {
        border-right: 1px solid #d2d2d2;
    }

    .InfoLineItem {
        /* flex: 2; */
        text-align: center;
        justify-content: center;
        cursor: pointer;
        display: table-cell;
        width: 100px;
        font-size: 14px;
        /* border-top-right-radius: 4px; */
        transition: all ease-in;
        -webkit-transition: all ease-in;
        -moz-transition: all ease-in;
        padding: 9px 4px;
        white-space: nowrap;
    }

    .textInfo {
        font-size: 14px;
        direction: rtl;
        text-align: right;
        padding-top: 10px;
        color: #4d4d4d;
        height: 305px;
        overflow: hidden;
        line-height: 30px;
    }
    .textInfo:hover {
        overflow: scroll;
        overflow-x: hidden;
    }
    #hotel-search-box .col-md-5 {
        padding: 0 8px 0 15px;
    }
    #hotel-search-box .col-md-2 {
        padding-left: 12px;
    }
    #hotel-search-box .col-md-1 {
        padding-right: 3px;
    }
    .PartOneNameCityHotel .row:first-child {
        padding-right: 15px;
    }

    .owl-carousel {
        direction: ltr;

    }

    .Slider_pr-0 {
        /* padding-right: 0; */
    }

    #big.owl-theme .owl-next, #big.owl-theme .owl-prev {
        width: 50px;
        line-height: 0;
        height: 99.5%;
        position: absolute;
        text-align: center;
        margin-top: 0;
    }

    #big.owl-theme .owl-prev {
        background: rgba(0, 0, 0, 0.45) !important;
        background: linear-gradient(90deg, rgba(2, 2, 2, 0.4) 0%, rgba(2, 0, 36, 0) 88%) !important;
        left: -3px;
    }

    #big.owl-theme .owl-next {
        right: -4px;
        background: rgba(2, 0, 36, 0.4) !important;
        background: linear-gradient(90deg, rgba(2, 0, 36, 0) -1%, rgba(0, 0, 0, 0.66) 100%) !important;
    }

    .CaptionSlider {
        bottom: 0;
        width: 100%;
        background-color: #62c2d0;
        right: 0;
        /* box-shadow: inset 0 0px 6px 0px #00000075; */
    }

    .CaptionSlider p {
        padding: 6px 0;
        margin: 0;
        text-align: center;
        color: white;
    }

    .table tr {
        white-space: nowrap;
    }

    .hiddenRow {
        padding: 0 4px !important;
        background-color: #eeeeee;
        font-size: 13px;
    }

    .accordion-toggle:after {

    }

    .table-Rom {
        height: 81px;
        font-size: 14px;

    }

    .table-Rom:hover {
        background-color: #62c2d0;
        color: white;
    }

    .hover-more:hover {
        background-color: #62c2d0;
        color: white;
    }

    .IconUser.U1 {
        background-position: -1px -2px;
    }

    .IconUser.U2 {
        background-position: 0px -29px;
    }

    .IconUser.U3 {
        background-position: 0 -50px;
    }

    .IconUser.U4 {
        background-position: -1px -77px;
    }

    .IconUser {
        background-image: url(/img/User.png);
        background-repeat: no-repeat;
        width: 85px;
        height: 22px;
        display: inline-block;
        vertical-align: middle;
    }

    .bg-orange {
        background-color: #fb8828;

    }

    .content-section {
        min-height: 2000px;
    }

    .color-gray {
        color: #cccccc;
    }

    .hotel_calender_group {
        text-align: right;
        padding-right: 10px;
    }

    .hotel_calender_group > div:first-child {
        margin-left: 20px;
    }

    .hotel_calender_item.item_active {
        background: #fff;
        float: right;
    }

    .hotel_calender_item {
        width: 110px;
        margin-bottom: 15px;
        margin-left: 20px;
        margin-top: 18px;
    }

    .hotel_calender_item_header {
        line-height: 30px;
        height: 30px;
        border-bottom: 1px solid #e7e7e7;
    }

    .hotel_calender_item .hotel_calender_item_main .icon-do-not-disturb {
        position: absolute;
        right: 10px;
        font-size: 16px;
        color: #65cd78;
        top: 8px;
    }


    .hotel_calender_item .hotel_calender_item_main .last_price {
        position: relative;
        display: inline-block;
        color: #bfbfbf;
        font-size: 13px;
        clear: both;
        line-height: 18px;
    }


    .popup_hotel_reservation .hotel_calender_item .hotel_calender_item_main .new_price {
        position: relative;
        display: block;
        color: #919191;
        font-size: 13px;
        line-height: 25px;
    }

    .hotel_calender_group {
        position: relative;
        width: 100%;
        display: inline-block;
    }

    .hotel_calender_item * {
        text-align: center !important;
    }

    .InfoLineItem > div {
        vertical-align: middle;
        font-size: 14px;
    }

    .color-blue {
        color: #62c2d0;
    }

    .make-me-sticky {
        position: -webkit-sticky;
        position: sticky;
        top: 180px;
        padding: 0 15px;
    }

    .Fix_bottom {
        width: 100%;
        background-color: #ffffff;
        position: fixed;
        right: 0;
        bottom: 0;
        box-shadow: 0 10px 9px 7px grey; /* border-top: 4px solid #fb8829; */
    }

    p.Address {
        font-size: 13px;
    }

    span.icontik {
        background-image: url("/img/checked (1).svg");
        display: inline-block;
        content: ' ';
        height: 15px;
        width: 15px;
        margin-left: 10px;
        vertical-align: middle;
    }

    .read-more-state {
        display: none;
    }

    .read-more-target {
        opacity: 0;
        max-height: 0;
        font-size: 0;
        transition: .25s ease;
    }

    .read-more-state:checked ~ .read-more-wrap .read-more-target {
        opacity: 1;
        max-height: 999em;
    }

    .read-more-state ~ .read-more-trigger:before {
        content: '';
        font-size: 12px;
        position: absolute;
        margin: -2px 8px 8px 41px;
        left: 58%;
        width: 48px;
        height: 30px;
        background-image: url("/img/down-arrow2.svg");
        background-repeat: no-repeat;
        background-position: left;
        line-height: 31px;
        background-size: 16px;
        text-align: right;
        filter: invert(28%) sepia(0%) saturate(703%) hue-rotate(199deg) brightness(97%) contrast(87%);
        color: #4D4D4D;
        transition-duration: 300ms;
    }

    .read-more-state:checked ~ .read-more-trigger:before {
        content: "";
        font-size: 12px;
        position: absolute;
        margin: -21px 0 0 0;
        left: 39%;
        width: 88px;
        height: 30px;
        background-image: url("/img/up-arrow.svg");
        background-repeat: no-repeat;
        background-position: left;
        line-height: 31px;
        background-size: 16px;
        text-align: right;
        filter: invert(28%) sepia(0%) saturate(703%) hue-rotate(199deg) brightness(97%) contrast(87%);
        color: #4D4D4D;
        transition-duration: 300ms;
    }

    .read-more-trigger {
        cursor: pointer;
        display: inline-block;
        padding: 0px .5em;
        color: #666;
        font-size: .9em;
        line-height: 2;
        /* border: 1px solid #ddd; */
        border-radius: .25em;
        position: absolute;
        bottom: -7px;
        left: 46%;
        /* visibility: hidden; */
        /* width: 100%; */
        /* text-align: center; */
    }

    .Place_Important {
        text-align: right;
    }

    .Place_Important li {
        font-size: 12px;
        list-style: none;
    }

    .responsive-map-container {
        position: relative;
        padding-bottom: 42%;
        padding-top: 30px;
        height: 0;
        overflow: hidden;
    }

    .responsive-map-container iframe,
    .responsive-map-container object,
    .responsive-map-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 400px;
    }

    .SuggestHotel {
        position: relative;
        display: inline-block;
        overflow: hidden;
        margin: 0;
        min-width: 250px;
        max-width: 327px;
        width: 99%;
        background-color: #000000;
        color: #ffffff;
        text-align: right;
        font-size: 16px;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
        border-radius: 8px;
    }

    .SuggestHotel figcaption {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 20px;
        background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
        background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
    }

    .SuggestHotel * {
        -webkit-transition: all 0.35s;
        transition: all 0.35s;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .SuggestHotel img {
        max-width: 100%;
        vertical-align: top;
    }

    .SuggestHotel a {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }

    .SuggestHotel:hover img,
    .SuggestHotel.hover img {
        -webkit-transform: scale(1.3) rotate(5deg);
        transform: scale(1.3) rotate(5deg);
    }

    .Star_SuggestHotel {
        position: absolute;
        top: 0;
        left: 10px;
    }

    .Price_SuggestHotel {
        border: 1px solid;
        padding: 14px;
        border-radius: 31px;
        background-color: white;
        color: black;
        text-align: center;
        margin-bottom: 33px;
        font-size: 13px;
    }

    .title_SuggestHotel {
        position: absolute;
        bottom: 30%;
        text-align: center;
        left: 18%;
        font-size: 25px;
    }

    .Offer_SuggestHotel {
        position: absolute;
        top: 0px;
        right: 0px;
        background-color: #fb8828d9;
        padding: 7px;
        /* border-bottom-left-radius: 7px; */
        font-size: 12px;
    }

    .grad {
        color: white;
        width: 20px;
        height: 20px;
        padding: 0;
        margin: 0;
        text-align: center;
    }

    .NameUser {
        white-space: nowrap;
        font-size: 12px;

    }

    .date {
        white-space: nowrap;
        font-size: 12px;
        color: #cccccc;
    }

    .Comment > hr {
        padding: 0;
        margin: 0;
    }

    .TextOK {
        color: #1e7e34;
        text-align: right;
        float: right;
        font-size: 10px;
    }

    .TextNOK {
        color: #c82333;
        text-align: right;
        float: right;
        font-size: 10px;
    }

    .GreenComment p {
        font-size: 12px;
    }

    .RedComment p {
        font-size: 12px;
    }

    .commentCheckList1 li {
        list-style: none;
        text-align: right;
        display: inline-block;
        margin-left: 8px;
        padding: 5px 0;

    }

    .commentCheckList1 li:first-child {
        width: 100%;
    }

    .commentCheckList1, .commentCheckList1 ul {
        padding: 0;
        margin: 0;
        text-align: right;

    }

    .form-check-inline .form-check-input {
        position: static;
        margin-top: 0;
        margin-left: .3125rem !important;
        margin-right: 0 !important;
    }

    .SortLine_Nab {
        padding-right: 0px;
    }

    .PriceOneNight {
        font-size: 15px;
    }

    .make-me-sticky {
        position: -webkit-sticky;
        position: sticky;
        top: 180px;
        padding: 0 15px;
    }

    .sidebar-item {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    span.iconInfo {
        background-image: url('/img/information.svg');
        display: inline-block;
        content: ' ';
        height: 28px;
        width: 28px;
        margin-left: 10px;
        vertical-align: middle;
        filter: invert(28%) sepia(10%) saturate(14%) hue-rotate(348deg) brightness(96%) contrast(88%);
    }

    span.iconBed {
        background-image: url(/img/bed.svg);
        display: inline-block;
        content: ' ';
        height: 28px;
        width: 32px;
        margin-left: 10px;
        vertical-align: middle;
        filter: invert(28%) sepia(10%) saturate(14%) hue-rotate(348deg) brightness(96%) contrast(88%);
    }

    span.iconFasility {
        background-image: url(/img/checklist.svg);
        display: inline-block;
        content: ' ';
        height: 28px;
        width: 27px;
        margin-left: 10px;
        vertical-align: middle;
        filter: invert(28%) sepia(10%) saturate(14%) hue-rotate(348deg) brightness(96%) contrast(88%);
        background-repeat: no-repeat;
    }

    span.iconMap {
        background-image: url(/img/map.svg);
        display: inline-block;
        content: ' ';
        height: 28px;
        width: 32px;
        margin-left: 10px;
        vertical-align: middle;
        filter: invert(28%) sepia(10%) saturate(14%) hue-rotate(348deg) brightness(96%) contrast(88%);
        background-repeat: no-repeat;
    }

    span.iconHotel {
        background-image: url(/img/hotel.svg);
        display: inline-block;
        content: ' ';
        height: 28px;
        width: 32px;
        margin-left: 10px;
        vertical-align: middle;
        filter: invert(28%) sepia(10%) saturate(14%) hue-rotate(348deg) brightness(96%) contrast(88%);
        background-repeat: no-repeat;
    }

    span.iconmg {
        background-image: url(/img/speech-bubble.svg);
        display: inline-block;
        content: ' ';
        height: 28px;
        width: 32px;
        margin-left: 10px;
        vertical-align: middle;
        filter: invert(28%) sepia(10%) saturate(14%) hue-rotate(348deg) brightness(96%) contrast(88%);
        background-repeat: no-repeat;
    }

}