.p-20{
    padding: 20px!important;
}
.pr-0 {
    padding-right: 0 !important;
}

.pl-0 {
    padding-left: 0 !important;
}

.m-0 {
    margin: 0 !important;
}

.mt-10 {
    margin-top: 10px !important;
}
.mr-10{
    margin-right: 10px !important;
}
.mt-20 {
    margin-top: 20px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.mt-50 {
    margin-top: 50px !important;
}
.mt-70 {
    margin-top: 70px !important;
}
.mb-15{
    margin-bottom: 15px!important;
}

a {
    transition: all 0.5s ease;
}

.dir-r {
    direction: rtl;
}

.text-l {
    text-align: left;
}

@font-face {
    font-family: "iransans";
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/iransans/IRANSansWeb(FaNum).eot?#iefix') format("embedded-opentype"),
    url('../fonts/iransans/IRANSansWeb(FaNum).woff') format("woff"),
    url('../fonts/iransans/IRANSansWeb(FaNum).ttf') format("truetype");
}

.balance {
    padding-right: 0 !important;
    padding-left: 0 !important;
}
img{
    vertical-align: middle;
}
/***************************************** breadcrumb *******************************************************/
.breadcrumb {
    background: transparent none repeat scroll 0 0;
    border-radius: 0;
    padding: 0;
    float: right;
    direction: rtl;
    display: block;
    margin: 10px 0 20px 0;
}

/***************************************** header *******************************************************/
header {
    position: relative;
    width: 100%;
    height: 37px;
    line-height: 1;
    text-transform: uppercase;
    /*color: #505666;*/
    background-color: #001f43;
    border-bottom: 1px solid #6c7f94;
    z-index: 1;
}

#right-header {
    position: relative;
    float: right;
    padding-top: 13px;
}

#left-header {
    position: relative;
    float: left;
    padding-top: 3px;
}

.textwidget p {
    display: inline-block;
    font-size: 12px;
    color: #e8e8e8;
}

.textwidget p a.tel {
    color: #e8e8e8;
}

.textwidget p a.tel:hover {
    color: #ffe34a;
}

.login-icon.icon:hover {
    /*color: #ffe34a;*/
}

.login-icon.icon {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 11px;
    overflow: hidden;
    padding: 0 10px;
    min-width: 100px;
    text-align: center;
    line-height: 29px;
    color: #001f43;
    background-color: #ccc;
    border-radius: 30px;
    z-index: 1;
    -webkit-transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out;
    -moz-transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out;
    transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out;
}

.login-icon.icon::before {
    /*content: "\e82a";*/
    /*font-family: Linearicons-Free;*/
    /*position: absolute;*/
    /*display: inline-block;*/
    /*vertical-align: top;*/
    /*right: 5px;*/
    /*font-size: 11px;*/
}

.login-icon:hover::after {
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    transform: scaleY(1);
}

.login-icon::after {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    content: " ";
    width: 100%;
    height: 100%;
    background-color: #001f4312;
    border-radius: inherit;
    z-index: -1;
    -webkit-transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transition: -webkit-transform .25s ease-in-out;
    -moz-transition: -moz-transform .25s ease-in-out;
    transition: transform .25s ease-in-out;
}

/***************************************** navbar *******************************************************/

/*************************************** services ****************************************/
.services-inner {
    height: auto;
    min-height: 74px;
    margin-top: 20px;
    margin-right: 20px;
}

.serv {
    margin-top: 10px;
    margin-bottom: 10px;
}

.serv-circle {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #ffe34a;
    text-align: center;
    margin-left: 10px;
    padding: 10px;
    display: inline-block;
    float: right;
}

.serv-circle img {
    width: 30px;
    height: 30px;
}

.serv span.s-t {
    display: block;
    font-size: 14px !important;
    color: #000;
    text-align: right;
    line-height: 1.9;
}

.serv-text {
    margin-top: 10px;
}

.serv span.s-sub-t {
    display: block;
    font-size: 12px !important;
    color: #777;
    text-align: right;
}

/*************************************** search ****************************************/
.search-inner {
    margin-right: 35px;
    margin-left: 33px;
    background: #fff;
    /*width: 100%;*/
    min-height: 100px;
    position: relative;
    top: -36px;
    z-index: 2;
    border-radius: 5px;
}

label.sc-l {
    background: #ffe34a;
    width: 100%;
    height: 36px;
    color: #001f43;
    text-align: right;
    padding: 10px;
    font-size: 12px;
}

label.sc-l.first-label {
    border-top-right-radius: 5px;
}

label.sc-l.fourth-label {
    border-top-left-radius: 5px;
}

.sc-d {
    margin: 20px 10px 10px 10px;
    position: absolute !important;
    width: 100%;
    padding-right: 20px;
}

.sc-d input {
    background-color: #fff !important;
    border: 1px solid #c5c8cf !important;
}

.search-button {
    width: 100%;
    font-size: 14px;
    font-weight: normal;
    padding-left: 46px;
}

.sc-l.hidden-text {
    color: #ffe34a;
}

.search-button i {
    font-size: 17px;
    background: #2b5b82;
    position: absolute;
    top: 0;
    left: 0;
    width: 34px;
    height: 100%;
    padding: 8px;
    -webkit-transition: .2s ease-in;
    -moz-transition: .2s ease-in;
    transition:  .2s ease-in;
    font-weight: bold;
}

.search-button:hover i {
    padding-left: 5px;
}

/*.search-button:after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 34px;*/
/*    height: 100%;*/
/*    !*background: url(../images/icons/search.png) no-repeat center center #2b5b82;*!*/
/*    background: #2b5b82;*/
/*}*/

.sc-d.selector .select2-container .select2-selection--single {
    height: 34px !important;
}

.sc-d.selector .select2-container--default .select2-selection--single {
    border: 1px solid #c5c8cf !important;
    /*border-radius: 0 !important;*/
}

.sc-d.selector .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 13px;
    line-height: 31px !important;
}

.sc-d.selector .select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 34px !important;
    height: 32px !important;
}

.sc-d.selector .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent transparent transparent !important;
    z-index: 1;
    width: 40px;
    height: 35px;
    top: 0;
    left: 0;
}

/*-------------------------------
   ads2
-------------------------------*/
.banner-1, .banner-2 {
    max-height: 300px;
    overflow: hidden;
    text-align: center;
}

.banner-1 img, .banner-2 img {
    max-width: 100%;
    height: auto;
}

/*-------------------------------
   discount_hotels
-------------------------------*/
#dis_sec {
    padding: 55px 0 30px;
}

.d-s-title {
    position: relative;
    top: -17px;
    background: #f7f7f7;
    padding: 5px 0 0 15px;
    width: 240px;
    margin: 0 auto;
}

.d-s-title p {
    font-size: 20px;
    color: #032750;
}

.dis-carousel {
    margin-top: 20px;
}

/*-------------------------------
   popular_hotels
-------------------------------*/
#pop_sec {
    padding: 40px 0 30px;
}

img.sec-img {
    position: absolute;
    right: 0;
    width: 33px;
    height: auto;
}

.p-s-title {
    position: relative;
    top: -17px;
    background: #f7f7f7;
    padding: 5px 0px 0 15px;
    width: 250px;
    margin: 0 auto;
}

.p-s-title p {
    font-size: 20px;
    color: #032750;
}

.ho-details {
    text-align: right;
}

h4.ho-title {
    text-align: right;
    min-height: 30px;
}

.hotels {
    border: 2px solid #d2cfcf;
    border-radius: 5px;
    padding: 5px;
    margin-bottom: 10px;
    height: 280px;
}

.ho-details .stars {
    color: gold;
    text-align: left;
    margin-top: 5px;
    display: block;
}

.ho-details .stars i {
    padding: 2px;
    font-size: 11px;
}

a.ho-price {
    color: #545454;
    font-size: 14px;
}

.ho-img img {
    max-width: 100%;
    height: 170px;
}

.pop-carousel {
    margin-top: 20px;
}

/*-------------------------------
   news
-------------------------------*/
#news_sec {
    padding: 40px 0 30px;
}

img.sec-img {
    position: absolute;
    right: 0;
    width: 33px;
    height: auto;
    top: 4px;
}

.sec-hr {
    border: 1px solid #dad7d7;
    /*margin-bottom: 30px;*/
}

.n-s-title {
    position: relative;
    top: -17px;
    background: #f7f7f7;
    padding: 5px 0px 0 15px;
    width: 178px;
    margin: 0 auto;
}

.n-s-title p {
    font-size: 20px;
    color: #032750;
}

.n-c-art {
    box-shadow: 2px 2px 8px #c9c9c8;
    margin: 10px 2px;
    max-height: 400px;
    min-height: 400px;
    overflow: hidden;
    background: #fff;
    transition: all 0.5s ease;
}

.n-c-art:hover {
    box-shadow: 0px 0px 3px 0px #777;
}

.n-c-art-bottom h6 {
    font-family: iransans;
    text-align: center;
    color: #777;
    font-size: 14px;
    font-weight: bold;
    padding: 10px;
    line-height: 1.6;
    display: block;
    /*min-height: 50px;*/
    background: #ffe34a;
}

.n-c-art-info {
    text-align: justify;
    color: #484646;
    font-size: 12px;
    line-height: 1.8;
    padding: 10px;
    direction: rtl;
}

.owl-nav {
    position: absolute;
    top: 50%;
    display: flex;
    justify-content: space-between;
    /*width: 100%;*/
}

img.img-news {
    height: 220px;
}

.n-c-art-btn {
    color: #001f43;
    margin-left: 10px;
    position: absolute;
    bottom: 25px;
    font-size: 14px;
}

.news-carousel {
    margin-top: 15px;
}

/***************************************** ads2 *******************************************************/
#logo-section {
    background-color: #dee0e3;
    padding-top: 20px;
}

#logo {
    padding-top: 74px;
    padding-bottom: 80px;
}

#logo a img {
    opacity: 0.5;
    -webkit-transition: opacity .15s ease-out;
    -moz-transition: opacity .15s ease-out;
    transition: opacity .15s ease-out;
}

#logo a img:hover {
    opacity: 1;
}

/*ads3*/
#group-hotel {
    background: #dee0e3;
}

#group-hotel .logo-hotel {
    list-style: none;
    display: flex;
}

#group-hotel .logo-hotel li {
    margin: auto;
    height: 100px;
    border-left: 1px solid lightgray;
}

#group-hotel .logo-hotel li a {
    padding: 20px;
}

/*-------------------------------
   newsletter
-------------------------------*/
#f-newsletter {
    background-color: #001f43;
    padding: 30px 0;
    border-bottom: 1px solid #6c7f94;
}

.n-l-text {
    color: #fff;
    font-size: 14px;
    padding-top: 5px;
    direction: rtl;
}

.n-l-text i {
    font-size: 24px;
    vertical-align: middle;
    padding-left: 6px;
}

.n-l-div {
    direction: rtl;
}

.n-l-email {
    text-align: left;
    margin: 0;
    color: #42495b;
    background-color: #fff !important;
    border: 0 !important;
    border-radius: 0 2px 2px 0;
    padding: 7px 8px;
    font-size: 14px;
    width: 90%;
}

.n-l-but {
    position: absolute;
    top: 0;
    height: 100%;
    right: inherit;
    padding: 7px 7px;
    margin: 0;
    font-size: 13px;
    text-align: center;
    color: #001f43;
    background-color: #ffe34a;
    border: 0;
    border-radius: 2px 0 0 2px;
    width: 10%;
}

/*-------------------------------
   footer
-------------------------------*/
footer {
    background-color: #001f43;
    padding: 30px 0 20px;
}

.footer-t {
    text-align: center;
    direction: rtl;
}

.f-p1 {
    color: #fff;
    font-size: 25px;
    display: inline-block;
    font-weight: bold;
}

.f-p2 {
    color: #f2184f;
    font-size: 22px;
    display: inline-block;
    font-weight: bold;
}

.f-text {
    color: #fff;
    font-size: 12px;
    margin-top: 20px;
    line-height: 1.9;
}

.social-networks {
    text-align: center;
    margin: 45px 0;
    direction: rtl;
}

.social-networks a {
    padding: 0 10px;
    color: #fff;
    font-size: 18px;
}

.social-networks a:hover {
    color: #ffe34a;
}

.widget {
    direction: rtl;
}

.widget .widget-title {
    color: #ffe34a;
    position: relative;
    margin-bottom: 30px;
    font-size: 15px;
}

.widget .widget-title span:after {
    position: absolute;
    width: 60px;
    height: 3px;
    background-color: #f2184f;
    right: 0;
    left: auto;
}

ul.f-contact {
    margin-top: 30px;
}

ul.f-contact li {
    /*border-bottom: 1px dashed;*/
    padding-bottom: 8px;
    margin-bottom: 10px;

}

ul.f-contact li a {
    color: #fff;
}

ul.f-contact li a:hover {
    color: #ffe34a;
}

ul.f-contact li i {
    color: #fff;
    font-size: 16px;
    vertical-align: middle;
    padding-left: 5px;
}

ul.f-contact li.mobile i {
    font-size: 28px;
}

ul.f-services {
    margin-top: 30px;
}

ul.f-services li {
    /*border-bottom: 1px dashed;*/
    padding-bottom: 8px;
    margin-bottom: 10px;
}

ul.f-services li a {
    color: #fff;
    font-size: 13px;
}

ul.f-services li a img {
    width: 50px;
    height: 30px;
}

ul.f-services li a span {
    position: absolute;
    padding-top: 5px;
    padding-right: 5px;
    font-size: 13px;
}

ul.f-services li a:hover {
    color: #ffe34a;
}

.f-bot {
    background-color: #001f43;
    padding: 10px 0;
    direction: rtl;
    font-size: 12px;
    border-top: 1px solid #6c7f94;
}

.f-bot a:hover {
    color: #ffe34a;
}

.f-bot p {
    color: #ffffff;
}

/********************************* detail-header ****************************/
#hotel_detail_page {
    padding: 30px 0;
}

.hotel-detail-header {
    background-color: #fff;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    padding: 20px 0;
}

.hotel-detail-offer {
    position: relative;
    background: #ffe34a;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    height: 70px;
    width: 65px;
    color: #fff;
    text-align: center;
    overflow: hidden;
    float: right;
    margin-left: 15px;
}

.hotel-detail-offer:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #fff;
}

.hotel-detail-offer p:first-child {
    padding-top: 8px;
    font-size: 11px;
    color: #001f43;
}

.hotel-detail-offer p {
    line-height: 28px;
    text-align: center;
}

.hotel-detail-offer p:last-child {
    background: #001f43;
    line-height: 37px;
    font-size: 17px;
}

.hotel-detail-name .stars {
    color: gold;
    text-align: right;
    padding-top: 3px;
    margin-right: 10px;
}

.hotel-detail-name .stars i {
    padding: 2px;
    font-size: 11px;
}

.hotel-detail-name h2 {
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    padding-top: 10px;
}

.hotel-detail-name {
    text-align: right;
}

p.h-d-address {
    font-size: 12px;
    color: #a5a4a4;
}

a.h-d-rate {
    color: #a5a4a4;
    font-size: 12px;
    padding-left: 5px;
}

.h-d-score {
    width: 35px;
    background: #59ce49;
    text-align: center;
    padding: 3px 10px;
    display: inline-block;
    border-radius: 2px;
    margin-top: 14px;
}

.h-d-score span {
    color: #fff;
    font-size: 12px;
}

p.h-d-comment {
    color: #a5a4a4;
    font-size: 12px;
    margin-top: 10px;
}

/************************* detail-tabs ***********************/
.hotel-detail-tabs {
    background-color: #fff;
}

.h-d-links {
    margin: 20px 0 0;
    display: inline-flex;
    width: 100%;
    direction: rtl;
    border-bottom: 2px solid #dcdbdb;
}

.h-d-a-links {
    background: #f3f3f3;
    text-align: center;
    color: #a5a4a4;
    padding: 5px;
}

.h-d-a-links > div > a > span {
    font-size: 13px;
    padding-right: 5px;
}

.h-d-a-links > div > a > i {
    font-size: 16px;
}

.h-d-a-links > div > a {
    color: #747971;
}

.bor-l {
    border-left: 1px solid #dcdbdb;
}

/******************** detail_pic *******************************/
.hotel-detail-pic {
    background-color: #fff;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    padding: 10px 0;
    margin-bottom: 35px;
}

.h-d-table {
    border: 1px solid #000;
}

.b-t-r-radius {
    border-top-right-radius: 8px;
}

.b-t-l-radius {
    border-top-left-radius: 8px;
}

.b-b-r-radius {
    border-bottom-right-radius: 8px;
}

.b-b-l-radius {
    border-bottom-left-radius: 8px;
}

.h-d-p-tab-top {
    background: #ffe34a;
    text-align: center;
    color: #000;
    font-size: 12px;
    padding: 10px 3px;
    border: 1px solid #ccc9c9;
    border-bottom: 0;
}

.h-d-p-tab-bottom {
    text-align: center;
    color: #000;
    font-size: 12px;
    padding: 10px 3px;
    border: 1px solid #ccc9c9;
    height: 40px;
    direction: rtl;
}

.h-d-p-des {
    text-align: justify;
    direction: rtl;
    line-height: 1.8;
    font-size: 12px;
    height: 250px;
    margin-top: 20px;
}

.h-d-p-text {
    position: relative;
    width: 100%;
    height: 300px;
    display: block;
    overflow-y: auto;
    padding-left: 15px;
    padding-right: 5px;
    direction: ltr;
}

.h-d-p-text p {
    display: block;
    text-align: justify;
    font-size: 13px;
    color: #666;
    line-height: 30px;
    direction: rtl;
}

.h-d-p-more a {
    text-align: center;
    background: #ffe34a;
    color: #000;
    border-radius: 20px;
    padding: 14px;
    width: 80%;
    float: right;
    font-size: 13px;
    margin-top: 20px;
}

.h-d-p-reserve a {
    text-align: center;
    background: #032750;
    color: #fff;
    border-radius: 20px;
    padding: 14px;
    width: 80%;
    float: left;
    font-size: 13px;
    margin-top: 20px;
    direction: rtl;
}

.h-d-p-reserve i.fa.fa-shopping-cart {
    transform: rotateY(180deg);
    padding-right: 10px;
    vertical-align: middle;
}

/************************** detail_facilities **************************/
.hotel-detail-facilities {
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 20px 0;
    margin-bottom: 35px;
    margin-top: 10px;
}

#h-d-f-title {
    position: relative;
    top: -17px;
    background: #f7f7f7;
    padding: 5px 0px 0 15px;
    width: 160px;
    margin: 0 auto;
}

#h-d-f-title p {
    font-size: 20px;
    color: #032750;
}

.fac-panel.with-nav-tabs .fac-panel-heading {
    padding: 5px 5px 0 5px;
}

.fac-panel.with-nav-tabs .fac-nav-tabs {
    border-bottom: 0 !important;
    text-align: center;
}

.fac-panel.with-nav-tabs .nav-justified {
    margin-bottom: -1px;
}

/*** PANEL DEFAULT ***/
.with-nav-tabs.fac-panel-default .fac-nav-tabs > li > a:hover {
    border-bottom: 1px solid #ffe34a;
    border-top-color: transparent !important;
    border-right-color: transparent !important;
    border-left-color: transparent !important;
}

.with-nav-tabs.fac-panel-default .fac-nav-tabs > li {
    /*width: 50%;*/
    text-align: center;
    float: none !important;
    display: inline-block;
}

.with-nav-tabs.fac-panel-default .fac-nav-tabs > li > a {
    font-size: 14px;
    border-top: 0 !important;
    border-right: 0 !important;
    border-left: 0 !important;
    border-bottom: 1px solid #dad7d7;
    margin-right: -3px !important;
}

.with-nav-tabs.fac-panel-default .fac-nav-tabs > li > a,
.with-nav-tabs.fac-panel-default .fac-nav-tabs > li > a:hover,
.with-nav-tabs.fac-panel-default .fac-nav-tabs > li > a:focus {
    color: #777;
    background-color: transparent !important;

}

.with-nav-tabs.fac-panel-default .fac-nav-tabs > .open > a,
.with-nav-tabs.fac-panel-default .fac-nav-tabs > .open > a:hover,
.with-nav-tabs.fac-panel-default .fac-nav-tabs > .open > a:focus,
.with-nav-tabs.fac-panel-default .fac-nav-tabs > li > a:focus {
    color: #777;
    /*background-color: #ddd;*/
    border-color: transparent;
}

.with-nav-tabs.fac-panel-default .fac-nav-tabs > li.active > a,
.with-nav-tabs.fac-panel-default .fac-nav-tabs > li.active > a:hover,
.with-nav-tabs.fac-panel-default .fac-nav-tabs > li.active > a:focus {
    color: #555;
    background-color: #fff;
    border-top-color: transparent;
    border-right: none;
    border-left: none;
    border-bottom: 1px solid #ffe34a;
}

.with-nav-tabs.fac-panel-default .fac-nav-tabs > li.dropdown .dropdown-menu {
    background-color: #f5f5f5;
    border-color: #ddd;
}

.with-nav-tabs.fac-panel-default .fac-nav-tabs > li.dropdown .dropdown-menu > li > a {
    color: #777;
}

.with-nav-tabs.fac-panel-default .fac-nav-tabs > li.dropdown .dropdown-menu > li > a:hover,
.with-nav-tabs.fac-panel-default .fac-nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
    /*background-color: #ddd;*/
}

.with-nav-tabs.fac-panel-default .fac-nav-tabs > li.dropdown .dropdown-menu > .active > a,
.with-nav-tabs.fac-panel-default .fac-nav-tabs > li.dropdown .dropdown-menu > .active > a:hover,
.with-nav-tabs.fac-panel-default .fac-nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
    /*color: #fff;*/
    /*background-color: #555;*/
}

/************************** detail_more **************************/
.hotel-detail-more {
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 20px 0;
    margin-bottom: 35px;
    margin-top: 10px;
}

#h-d-m-title {
    position: relative;
    top: -17px;
    background: #f7f7f7;
    padding: 5px 0px 0 15px;
    width: 177px;
    margin: 0 auto;
}

#h-d-m-title p {
    font-size: 20px;
    color: #032750;
}

.h-d-m-detail {
    text-align: justify;
    direction: rtl;
    font-size: 12px;
    line-height: 1.9;
    color: #747971;
}

.h-d-m-detail p {
    display: block;
    text-align: justify;
    font-size: 13px;
    color: #666;
    line-height: 30px;
    direction: rtl;
}

/************************** detail_rooms **************************/
.hotel-detail-rooms {
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 20px 0;
    margin-bottom: 35px;
    margin-top: 10px;
}

#h-d-r-title {
    position: relative;
    top: -17px;
    background: #f7f7f7;
    padding: 5px 0px 0 15px;
    width: 160px;
    margin: 0 auto;
}

#h-d-r-title p {
    font-size: 20px;
    color: #032750;
}

#final_price {
    direction: rtl;
}

#final_price h3 {
    display: inline-block;
    font-size: 12px;
    color: #000;
}

#final_price .fin-span {
    font-size: 12px;
    color: #000;
    padding-left: 10px;
}

.fin-div .well {
    background: #d4d3d3 !important;
    padding: 5px !important;
}

.fin-div button#reserveBtn {
    background: #001f43;
    border: 1px solID #001f43;
}

.srch-div {
    text-align: center;
    position:relative;
    top: -15px;
}

.srch-div button#srch-btn {
    /*background: #ffe34a;*/
    color: #000;
    border: 1px solid #d4d3d3;
    font-size: 12px;
    padding: 0px 20px;
    margin-top: 7px;
}

#daylong {
    text-align: right;
    display: inline-block;
    font-size: 14px;
    color: #000;
    vertical-align: middle;
    padding-top: 16px;
    padding-left: 20px;
}

thead.cf {
    background: #ffe34a;
    color: #000;
}

/************************** detail_location **************************/
#h-d-l-title {
    position: relative;
    top: -17px;
    background: #f7f7f7;
    padding: 5px 0px 0 15px;
    width: 177px;
    margin: 0 auto;
}

#h-d-l-title p {
    font-size: 20px;
    color: #032750;
}

.hotel-distance {
    direction: ltr;
    margin-right: 15px;
    height: 310px;
    min-height: 100px;
    padding: 10px;
    background: white;
    overflow-y: auto;
    text-align: right;
}

.hotel-distance ul {
    padding-bottom: 130px;
    margin-right: 33px;
    direction: rtl;
    margin-top: -20px;
}

.hotel-distance ul li {
    display: block;
    line-height: 2;
}

.hotel-distance ul li i {
    vertical-align: middle;
}

.hotel-distance .hotel-distance-location {
    position: relative;
    color: #747971;
    font-size: 14px;
    line-height: 1;
    display: inline-block;
    padding-left: 40px;
    cursor: default !important;
}

.hotel-distance .hotel-distance-location:before {
    position: absolute;
    content: '';
    width: 20px;
    height: 1px;
    top: 3px;
    bottom: 0;
    left: 5px;
    background: #bfbfbf;
    margin: auto 0;
}

.hotel-distance .hotel-distance-location:after {
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    top: 3px;
    bottom: 0;
    left: 5px;
    margin: auto 0;
    border-top: 1px solid #bfbfbf;
    border-left: 1px solid #bfbfbf;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.hotel-distance-location a {
    color: #ffd75b;
    padding-left: 5px;
    border-bottom: 1px solid #ffe34a;
}

.hotel-distance .hotel-distance-details {
    color: #747971;
    font-size: 11px;
    line-height: 35px;
    display: inline-block;
    padding-right: 10px;
    cursor: default !important;
    white-space: nowrap;
}

.hotel-distance-shadow {
    position: absolute;
    bottom: 0;
    height: 120px;
    width: calc(100% - 35px);
    left: 0;
    -webkit-box-shadow: inset 0 -140px 155px -45px #fff;
    -moz-box-shadow: inset 0 -140px 155px -45px #fff;
    box-shadow: inset 0 -140px 155px -45px #fff;
}

.webkit_scroll::-webkit-scrollbar, .payment_popup .popup_main::-webkit-scrollbar, .ms_gallery .ms_count_more::-webkit-scrollbar {
    width: 5px;
    height: 5px
}

.webkit_scroll::-webkit-scrollbar-thumb {
    background: #ffe34a;
    border: 0 none #fff;
    border-radius: 50px
}

.payment_popup .popup_main::-webkit-scrollbar-thumb {
    background: #c3c3c3
}

.webkit_scroll::-webkit-scrollbar-track {
    background: #e1e1e1;
    border: 0 none #fff;
    border-radius: 50px
}

.webkit_scroll::-webkit-scrollbar-corner {
    background: transparent
}

#map_canvas iframe {
    width: 100% !important;
    max-height: 300px !important;
}

/************************** detail_comments **************************/
.hotel-detail-comments {
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 20px 0;
    margin-bottom: 35px;
    margin-top: 10px;
}

#h-d-c-title {
    position: relative;
    top: -17px;
    background: #f7f7f7;
    padding: 5px 0px 0 15px;
    width: 168px;
    margin: 0 auto;
}

#h-d-c-title p {
    font-size: 20px;
    color: #032750;
}

.com-nav-tabs {
    background: #f7f7f7;
    border: none !important;
}

.com-nav-tabs > li.active > a, .com-nav-tabs > li.active > a:focus, .com-nav-tabs > li.active > a:hover {
    border: none !important;
    color: #8d8d8d;
}

.com-nav-tabs > li {
    margin-bottom: -2px !important;
}

.com-nav-tabs > li > a {
    margin-right: 0 !important;
    color: #8d8d8d;
    font-size: 13px;
    border-radius: 8px 8px 0 0;
    border: none !important;
}

.com-nav-tabs > li > a:hover {
    border: none !important;
    background-color: #fff !important;
}

.com-panel-body {
    padding: 10px;
}

/************************** search **************************/
.city-pic img {
    width: 100%;
    height: auto;
}

/************************** modal **************************/
#loginModal, #hotelModal {
    text-align: right;
}

#loginModal .form-control, #hotelModal .form-control {
    text-align: right;
    font-size: 12px;
    direction: rtl;
}

button.close {
    position: absolute;
    right: 10px;
    top: 5px;
    font-size: 33px!important;
    font-weight: normal;
}

.loginmodal-header {
    text-align: center;
    font-size: 15px;
    color: #6cbe42;
    margin: 0 15px;
}

.loginmodal-header p {
    color: #000;
    direction: rtl;
}

#login-modal {
    border: 2px solid red;
    z-index: 99999 !important;
}

.loginmodal-body p {
    display: block;
    font-size: 12px;
    text-align: justify;
    color: #878787;
    margin: 0px 0 5px;
    line-height: 20px;
    direction: rtl;
}

.loginmodal-body {
    width: 80%;
    margin: 0px auto 10px;
}

.sublogin, .subHLogin {
    float: left;
    width: 110px;
    height: 35px;
    border-radius: 4px;
    background: #ffe34a;
    color: #001f43;
    font-size: 13px;
    cursor: pointer;
    padding-top: 5px;
}

#remember_user {
    float: right;
    margin-top: 11px;
    /*display: none;*/
}

#remember_user + label {
    float: right;
    margin-top: 8px;
    padding: 1px 7px 0 0;
    color: #878787;
    font-size: 11px;
}

.l-mod-bottom {
    position: absolute;
    top: 550px;
    background: #f4f4f4;
    height: 50px;
    width: 100%;
    padding-top: 15px;
    direction: rtl;
}

a.forget-pass-mod {
    float: right;
    font-size: 11px;
    padding-right: 10px;
    color: #001f43;
}

a.reg-mod {
    float: left;
    font-size: 13px;
    padding-left: 10px;
    color: #001f43;
}

a.reg-mod i {
    padding-left: 5px;
    color: #001f43;
}

img.modal-img {
    width: 100%;
    height: 600px;
    object-fit: contain;
    margin: 0 auto;
    display: block;
    background: #eee;
    padding: 67px;

}

select.form-control {
    height: 34px;
}

/*.loginmodal-content1{*/
/*    display: none;*/
/*}*/
/************************* login *************************/
p.log-tit {
    font-size: 17px;
    line-height: 2.25em;
    margin: 0 0 15px;
}

/************************* partner *************************/
img.partner-img {
    max-width: 100px;
    margin: 0 auto;
}

/************************* hucp_hotel *************************/
.fr {
    float: right;
}

.w200 {
    width: 200px !important;
}

.w280 {
    width: 280px !important;
}

.w300 {
    width: 300px !important;
}

.area .field input {
    display: inline-block !important;
}

/************************* hucp_rooms *************************/
.regForm .h3 {
    background: #EEE;
    color: #776ba5;
    padding: 5px;
    margin-bottom: 0;
    text-align: center;
    border: 2px solid #CCC;
    font-size: 16px;
}

.regForm {
    line-height: 24px
}
tr.field {
    padding: 5px;
    background-color: white;
    text-align: right;
    border-bottom: 1px solid gray;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.field {
    margin: 2px 0 !important;
}
