@import url(https://fonts.googleapis.com/earlyaccess/notokufiarabic.css);
@import url(https://use.fontawesome.com/releases/v5.7.2/css/all.css);
@import url(bootstrap.min.css);
@import url(jquery-ui.min.css);
@import url(datetimepicker.min.css);
@import url(owl.carousel.min.css);

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

li,
ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

p {
    margin: 0 0 20px 0;
    line-height: 25px;
    font-size: 16px;
}

img {
    max-width: 100%;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: middle;
    height: auto
}

html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

* {
    outline: 0
}

a,
a:focus,
a:hover {
    text-decoration: none;
    outline: 0
}

@media (min-width:1250px) {
    .container {
        max-width: 1200px
    }
}

body {
    direction: rtl;
    font-family: 'Noto Kufi Arabic', sans-serif;
    padding: 0;
    margin: 0;
    font-size: 16px;
    text-align: right;
    color: #4b4b4b
}
body.overflow-y {
    overflow-y: hidden;
}
header.header-top {
    background: #fff;
    border-bottom: 1px solid #dcdada;
    height: 84px
}

header.header-top .wrap-logo {
    position: absolute;
    top: 1px;
    right: 15px;
    background: #fff;
    z-index: 9
}

header.header-top.style1 .wrap-logo .logo {
    display: block;
    padding: 30px 30px 10px 30px;
    border-bottom: 1px solid #f8f6f4;
    position: relative
}

header.header-top.style1 .wrap-logo .logo:after,
header.header-top.style1 .wrap-logo .logo:before {
    content: '';
    position: absolute;
    top: 83px;
    bottom: 0
}

header.header-top.style1 .wrap-logo .logo:before {
    right: 0;
    border-right: 1px solid #f8f6f4
}

header.header-top.style1 .wrap-logo .logo:after {
    left: 0;
    border-left: 1px solid #f8f6f4
}

.nav-header-top {
    text-align: left;
    height: 84px;
    position: relative
}

.nav-header-top .nav-top {
    height: 84px;
    display: inline-block;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee
}

.nav-header-top .nav-top li {
    display: inline-block;
    padding: 0 15px;
    height: 84px;
    line-height: 88px;
    vertical-align: middle
}

.nav-header-top .nav-top li:first-child {
    border-left: 1px solid #eee
}

.nav-header-top .nav-top li a {
    color: #555;
    font-size: 14px;
    display: block;
}

.thebox-modal-user {
    position: absolute;
    left: 1px;
    top: 84px;
    background: #fff;
    width: 320px;
    z-index: 999;
    display: none;
    box-shadow: 0 1px 6px rgba(0, 0, 0, .15)
}

.thebox-modal-user .thebox-window {
    padding: 20px;
    position: relative;
    text-align: center
}

.thebox-modal-user .thebox-window .close {
    position: absolute;
    top: 10px;
    left: 10px;
    display: inline-block;
    width: 21px;
    height: 21px;
    background: url(../images/times-solid.svg) no-repeat
}

.thebox-modal-user .thebox-window .thebox-logo {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px
}

.thebox-modal-user .thebox-window .thebox-logo i.icon-login {
    display: inline-block;
    width: 91px;
    height: 90px;
    background: url(../images/icon-login.svg) no-repeat
}

.thebox-modal-user .thebox-window .thebox-logo h4 {
    font-size: 16px;
    color: #b1b1b1
}

.thebox-modal-user .thebox-window .thebox-input {
    position: relative;
    margin-bottom: 20px
}

.thebox-modal-user .thebox-window .thebox-input i.icon-email {
    position: absolute;
    right: 20px;
    top: 10px;
    display: inline-block;
    width: 26px;
    height: 26px;
    background: url(../images/icon-email.svg) no-repeat
}

.thebox-modal-user .thebox-window .thebox-input i.icon-password {
    position: absolute;
    right: 20px;
    top: 10px;
    display: inline-block;
    width: 26px;
    height: 30px;
    background: url(../images/icon-password.svg) no-repeat
}

.thebox-modal-user .thebox-window .thebox-input input {
    width: 100%;
    padding-right: 100px;
    border: none;
    background: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 25px;
    height: 50px;
    color: #b1b1b1;
    font-size: 15px;
    font-weight: bold;
}

.thebox-modal-user .thebox-window .submit-button-login {
    display: inline-block;
    width: 100%;
    max-width: 200px;
    height: 50px;
    border-radius: 25px;
    border: none;
    font-size: 15px;
    color: #fff;
    background: linear-gradient(180deg, #8dc63f, #39b54a)
}

.thebox-modal-user .thebox-window .thebox-footer {
    margin-top: 20px;
    font-size: 14px;
    color: #b1b1b1
}

.thebox-modal-user .thebox-window .thebox-footer a {
    color: #007bff;
    font-size: 20px;
}

.thebox-modal-user .thebox-window .thebox-footer a:hover {
    color: #113f7d
}

.thebox-modal-user .thebox-window .thebox-links {
    margin-top: 30px
}

.thebox-modal-user .thebox-window .thebox-links li {
    margin-bottom: 15px
}

.thebox-modal-user .thebox-window .thebox-links li a {
    display: block;
    height: 50px;
    line-height: 50px;
    border: 1px solid #76bf40;
    border-radius: 25px;
    color: #113f7d
}

.thebox-modal-user .thebox-window .thebox-links li a:focus,
.thebox-modal-user .thebox-window .thebox-links li a:hover {
    background: #76bf40;
    color: #fff
}

.thebox-modal-user .thebox-window .thebox-footer a.link {
    display: inline-block;
    width: 100%;
    max-width: 200px;
    height: 50px;
    line-height: 50px;
    border-radius: 25px;
    border: none;
    font-size: 15px;
    color: #fff;
    background: linear-gradient(180deg, #8dc63f, #39b54a)
}

.thebox-modal-user .thebox-window .thebox-footer a.link:focus,
.thebox-modal-user .thebox-window .thebox-footer a.link:hover {
    background: #8dc63f;
    color: #fff
}

.sub-header-search {
    padding: 70px 0;
    background: url(../images/subheadersearch.jpg) no-repeat center center;
    margin-bottom: 70px
}

.sub-header-search .wrap-search {
    background: rgba(17, 63, 125, .5);
    padding: 30px;
    color: #fff;
    width: 100%;
    max-width: 581px
}

.sub-header-search .wrap-search h3 {
    font-size: 21px;
    margin-bottom: 15px;
}

.sub-header-search .wrap-search .box-input {
    background: #fff;
    margin-bottom: 10px;
    min-height: 40px;
    border-radius: 32px;
    padding: 0 25px;
    position: relative
}

.sub-header-search .wrap-search .box-input .input-search {
    width: 100%;
    height: 60px;
    border: none;
    font-size: 15px;
}

.sub-header-search .wrap-search .box-input .input-search::placeholder {
    color: #a9a9a9
}

.sub-header-search .wrap-search .box-input > label {
    width: 200px;
    display: inline-block;
    color: #a9a9a9;
    line-height: 52px;
    font-size: 16px;
}

.sub-header-search .wrap-search button {
    width: 100%;
    height: 45px;
    border-radius: 30px;
    border: none;
    font-size: 21px;
    color: #fff;
    background: linear-gradient(180deg, #8dc63f, #39b54a);
}

.main-breadcrumbs {
    background: #113f7d
}

.breadcrumb-link {
    color: #fff;
    margin: 25px 0;
    font-size: 16px;
}

.breadcrumb-link a {
    color: #fff
}

.breadcrumb-link .icon-default {
    display: inline-block;
    height: 30px;
    width: 2px;
    background: #707070;
    top: 8px;
    position: relative;
    margin: 0 15px
}

.breadcrumb-link a:hover,
.breadcrumb-link span.current {
    color: #88c540
}

.section-title {
    position: relative;
    text-align: center;
    margin: 0 auto 45px auto
}

.section-title h1 {
    color: #00648c;
    font-size: 29px;
    padding: 0;
    margin-bottom: 15px;
    line-height: 1;
}

.section-title p {
    font-size: 19px;
    color: #afafaf;
}

.posts-inner {
    position: relative;
    background: #fff;
    border: 10px solid #f5f5f5;
    display: inline-block;
    max-width: 300px
}

.posts-inner .posts-thumb {
    position: relative;
    width: 100%
}

.posts-inner .posts-thumb .pirce-inner {
    background: #88c540;
    display: inline-block;
    position: absolute;
    left: -10px;
    bottom: 10px;
    padding: 6px 20px;
    color: #fff;
    font-size: 21px
}

.posts-inner .title-inner {
    margin: 10px
}

.posts-inner .title-inner a {
    font-size: 17px;
    color: #4b4b4b
}

.posts-inner .title-inner a:focus,
.posts-inner .title-inner a:hover {
    color: #88c540
}

.posts-inner .details-inner {
    position: relative;
    margin: 0 10px 10px 10px
}

.posts-inner .details-inner .hotel-date {
    display: inline-block
}

.posts-inner .details-inner .hotel-date li {
    position: relative;
    padding-right: 24px;
    font-size: 13px;
    max-width: 120px
}

.posts-inner .details-inner .hotel-date li:before {
    content: '';
    position: absolute;
    right: 0;
    top: 7px;
    width: 16px;
    height: 16px
}

.posts-inner .details-inner .hotel-date li.icon-hotel:before {
    background: url(../images/icon-hotel.svg) no-repeat
}

.posts-inner .details-inner .hotel-date li.icon-date:before {
    background: url(../images/icon-date.svg) no-repeat
}

.posts-inner .details-inner .rating-inner {
    display: inline-block;
    position: absolute;
    left: 50px;
    top: 5px;
    width: 62px
}

.posts-inner .details-inner .rating-inner .rating .star {
    display: table-cell;
    width: 13px;
    height: 12px;
    background: url(../images/star-solid.svg) no-repeat
}

.posts-inner .details-inner .rating-inner .rating .star.active {
    background: url(../images/star-solid-active.svg) no-repeat
}

.posts-inner .details-inner .rating-inner span {
    font-size: 13px
}

.posts-inner .details-inner .icon-shape {
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    width: 42px;
    height: 42px;
    background-size: 25px
}

.posts-inner .details-inner .icon-shape.bus {
    background: #88c540 url(../images/icon-bus.svg) no-repeat center center
}

.posts-inner .details-inner .icon-shape.airplane {
    background: #88c540 url(../images/icon-airplane.svg) no-repeat center center
}

.ad-posts {
    margin: 70px 0
}

.ad-posts .wrap-ad-posts {
    position: relative
}

.ad-posts .wrap-ad-posts .ad-posts-inner {
    max-width: 380px;
    position: absolute;
    left: 100px;
    top: 50px;
    text-align: left
}

.ad-posts .wrap-ad-posts .ad-posts-inner h3 {
    font-size: 32px;
    color: #fff
}

.ad-posts .wrap-ad-posts .ad-posts-inner a {
    display: inline-block;
    width: 100%;
    max-width: 280px;
    height: 60px;
    line-height: 62px;
    padding: 0 30px;
    margin-top: 25px;
    border: none;
    text-align: center;
    font-size: 24px;
    color: #fff;
    background: linear-gradient(180deg, #8dc63f, #39b54a)
}

.why-choose {
    margin-top: 70px;
    margin-bottom: 70px
}

.why-choose-inner {
    background: #fafafa;
    padding: 60px 0
}

.why-choose .why-choose-list {
    margin-bottom: 48px;
    padding-right: 85px;
    position: relative
}

.why-choose .why-choose-list .icon-headphones {
    display: inline-block;
    width: 69px;
    height: 69px;
    border-radius: 100%;
    background: #89c53f url(../images/headphones.svg) no-repeat center;
    position: absolute;
    right: 0;
    top: 0
}

.why-choose .why-choose-list .icon-money {
    display: inline-block;
    width: 69px;
    height: 69px;
    border-radius: 100%;
    background: #f0f0f0 url(../images/money.svg) no-repeat center;
    position: absolute;
    right: 0;
    top: 0
}

.why-choose .why-choose-list h3 {
    color: #00648c;
    font-size: 22px;
    margin-bottom: 14px;
}

.why-choose .why-choose-list ul li {
    padding-right: 25px;
    position: relative;
    font-size: 28px;
    color: #afafaf;
}

.why-choose .why-choose-list ul li:before {
    content: '';
    position: absolute;
    right: 0;
    top: 8px;
    display: inline-block;
    width: 16px;
    height: 12px;
    background: url(../images/icon-mark.svg) no-repeat
}

.why-choose .why-choose-button {
    display: inline-block;
    width: 100%;
    max-width: 320px;
    height: 60px;
    line-height: 60px;
    padding: 0 30px;
    border: none;
    text-align: center;
    font-size: 22px;
    color: #fff;
    background: linear-gradient(180deg, #0a4d89, #103f7d);
}

.why-choose-inner .ad-register-company {
    margin-top: 70px
}

.owl-controls {
    position: absolute;
    top: -45px;
    left: 0;
    width: 100px;
    text-align: left
}

.owl-controls .owl-nav div {
    width: 33px;
    height: 33px;
    display: inline-block;
    margin-right: 10px
}

.owl-controls .owl-nav div.owl-prev {
    background: url(../images/owl-nav.svg) no-repeat
}

.owl-controls .owl-nav div.owl-prev:hover {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    background: url(../images/owl-nav-hover.svg) no-repeat
}

.owl-controls .owl-nav div.owl-next {
    background: url(../images/owl-nav.svg) no-repeat;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.owl-controls .owl-nav div.owl-next:hover {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    background: url(../images/owl-nav-hover.svg) no-repeat
}

.nav-top-blog {
    margin-top: 50px;
    background: #f4f4f4;
    padding: 20px;
    text-align: center
}

.nav-top-blog ul {
    text-align: center
}

.nav-top-blog ul li {
    display: inline-block;
    margin: 0 30px
}

.nav-top-blog ul li a {
    display: block;
    padding: 0 35px;
    color: #797979;
    font-size: 22px;
}

.nav-top-blog ul li a:focus,
.nav-top-blog ul li a:hover,
.nav-top-blog ul li.active a {
    background: #80c340;
    color: #fff
}

.blog-title {
    color: #113f7d;
    font-size: 26px;
    position: relative;
    border-bottom: 2px solid #88c540;
    margin-top: 50px;
    margin-bottom: 20px;
}

.blog-post {
    position: relative;
    background: #fafafa;
    border: 1px solid #f1f1f1;
    margin-bottom: 15px;
    padding: 15px;
    //padding-right: 164px;
    min-height: 162px
}

.blog-post .thumb {
    display: inline-block;
    position: absolute;
    right: 15px;
    width: 132px;
    height: 132px;
    background: #f4f4f4;
    text-align: center
}

.blog-post .thumb img {
    margin-top: 15px;
    width: 60px
}

.blog-post h4 {
    margin-bottom: 5px
}

.blog-post h4 a {
    color: #113f7d;
    font-size: 17px;
}

.blog-post p {
    color: #585858;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 10px;
    height: 128px;
    overflow: hidden;
}

.blog-post .post-meta {
    text-align: left
}

.blog-post .post-meta .post-date {
    float: right;
    color: #88c540;
    font-size: 16px
}

.blog-post .post-meta a {
    color: #88c540;
    font-size: 16px
}

.single-post {
    margin-top: 50px
}

.single-post .single-title {
    background: #f4f4f4;
    margin-bottom: 30px;
    position: relative;
    padding: 17px 25px
}

.single-post .single-title h3 {
    display: inline-block;
    font-size: 17px;
    line-height: 1;
    color: #113f7d;
}

.single-post .single-title .post-date {
    float: left;
    display: inline-block;
    line-height: 30px;
    padding-right: 10px;
    border-right: 2px solid #fff;
    font-size: 16px;
    color: #113f7d
}

.single-post .single-content p {
    font-size: 14px;
}

.single-share {
    margin-top: 40px
}

.single-share span {
    color: #113f7d;
    font-size: 16px;
    line-height: 52px;
}

.single-share ul {
    float: left;
    text-align: left
}

.single-share ul li {
    display: inline-block
}

.single-share ul li a i {
    display: block;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    font-size: 21px;
    background: #88c540;
    border-radius: 100%;
    color: #fff
}

.commentlist {
    list-style: none;
    margin: 20px 0
}

.comment {
    border-bottom: 1px solid #dedede;
    list-style: none
}

.commentlist > li:last-child {
    border-bottom: none
}

.comment-body {
    padding: 20px 0
}

.commentlist li p {
    margin-bottom: 0;
    font-weight: 400
}

.commentlist li ul {
    list-style: none
}

.commentlist li .avatar {
    float: right;
    display: block;
    overflow: hidden;
    width: 86px;
    height: 86px;
    position: relative;
    margin-left: 20px;
    overflow: hidden;
    padding: 2px;
    border: 1px solid #dedede;
    border-radius: 4px
}

.commentlist li .avatar img {
    display: block;
    float: right;
    width: 80px;
    height: 80px;
    overflow: hidden
}

.commentlist li .comment-text {
    overflow: hidden;
    position: relative
}

.comment-text .question-answered {
    margin-top: 10px;
    margin-bottom: 0
}

.commentlist li .author {
    margin-bottom: 10px
}

.comment-author {
    margin-top: 5px;
    font-size: 14px;
    font-weight: 700
}

.comment-author a {
    color: #2f3239
}

.commentlist li .comment-meta {
    float: right;
    overflow: hidden;
    height: 100%
}

.commentlist li .author span {
    display: block;
    color: #2f3239;
    font-size: 14px;
}

.commentlist li .date {
    font-size: 13px;
    float: right;
    color: #a1a1a1
}

.comment-form {
    text-align: left
}

.comment-form textarea {
    width: 100%;
    height: 200px;
    border: 1px solid #bfbfbf;
    padding: 20px;
    resize: none;
    font-size: 14px;
}

.comment-form button {
    background: #88c540;
    border: none;
    display: inline-block;
    padding: 6px 20px;
    width: 180px;
    color: #fff;
    font-size: 16px;
    text-align: center;
}

.sidebar {
    margin-bottom: 40px
}

.widget {
    margin-top: 50px
}

.widget .widget-title {
    color: #113f7d;
    font-size: 24px;
    position: relative;
    border-bottom: 2px solid #bababa;
    margin-bottom: 20px;
    padding-bottom: 15px;
}

.widget .widget-title.style2 {
    border-bottom: none;
    padding-right: 55px
}

.widget .widget-title.style2:before {
    content: '';
    position: absolute;
    right: 0;
    top: 25px;
    height: 15px;
    width: 42px;
    background: #88c540
}
.section-campaign .widget .widget-title.style2:before {
    top: 15px
}
.widget-featured ul li {
    position: relative;
    background: #fafafa;
    border: 1px solid #f1f1f1;
    margin-bottom: 15px;
    padding: 15px;
    padding-right: 164px;
    min-height: 162px
}

.widget-featured ul li .thumb {
    display: inline-block;
    position: absolute;
    right: 15px;
    width: 132px;
    height: 132px;
    background: #f4f4f4;
    text-align: center
}

.widget-featured ul li .thumb img {
    margin-top: 15px;
    width: 60px
}

.widget-featured ul li h4 {
    margin-bottom: 5px
}

.widget-featured ul li h4 a {
    color: #113f7d;
    font-size: 15px;
}

.widget-featured ul li p {
    color: #585858;
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 5px;
    height: 52px;
    overflow: hidden;
}

.widget-featured ul li .post-meta {
    text-align: left
}

.widget-featured ul li .post-meta a {
    color: #88c540;
    font-size: 16px
}

.section-campaign .widget-recent {margin-top: 0px}
.widget-recent > ul > li {
    background: #fafafa;
    border: 1px solid #f1f1f1;
    padding: 15px;
    margin-bottom: 20px
}

.widget-recent .featured-content {
    position: relative;
    margin-bottom: 20px
}

.widget-recent .featured-content:after {
    content: '';
    display: block;
    clear: both
}

.widget-recent .featured-content .thumb {
    float: right;
    margin-left: 15px
}

.widget-recent .featured-content .thumb img {
    width: 150px
}

.widget-recent .featured-content h4 a {
    color: #113f7d;
    font-size: 15px
}

.widget-recent .featured-content .pirce-inner {
    background: #88c540;
    display: inline-block;
    padding: 6px 20px;
    width: 220px;
    color: #fff;
    font-size: 15px;
    text-align: center;
    margin-top: 17px
}

.widget-recent .details-inner {
    position: relative
}

.widget-recent .details-inner .hotel-date {
    display: inline-block
}

.widget-recent .details-inner .hotel-date li {
    position: relative;
    padding-right: 40px;
    font-size: 15px;
    max-width: 190px;
    line-height: 34px;
    color: #848484;
    margin-bottom: 5px
}

.widget-recent .details-inner .hotel-date li:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 28px;
    height: 28px
}

.widget-recent .details-inner .hotel-date li.icon-hotel:before {
    background: url(../images/icon-hotel.svg) no-repeat;
    background-size: 28px
}

.widget-recent .details-inner .hotel-date li.icon-date:before {
    background: url(../images/icon-date.svg) no-repeat;
    background-size: 28px
}

.widget-recent .details-inner .rating-inner {
    display: inline-block;
    position: absolute;
    left: 60px;
    top: 5px;
    width: 190px
}

.widget-recent .details-inner .rating-inner .rating .star {
    display: table-cell;
    width: 35px;
    height: 34px;
    background: url(../images/star-solid.svg) no-repeat;
    background-size: 25px 20px
}

.widget-recent .details-inner .rating-inner .rating .star.active {
    background: url(../images/star-solid-active.svg) no-repeat;
    background-size: 25px 20px
}

.widget-recent .details-inner .rating-inner span {
    font-size: 16px;
    color: #848484
}

.widget-recent .details-inner .icon-shape {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    width: 52px;
    height: 52px
}

.widget-recent .details-inner .icon-shape.bus {
    background: #88c540 url(../images/icon-bus.svg) no-repeat center center;
    background-size: 32px
}

.widget-recent .details-inner .icon-shape.airplane {
    background: #88c540 url(../images/icon-airplane.svg) no-repeat center center;
    background-size: 32px
}

.widget-recent .featured-content {
    position: relative;
    margin-bottom: 20px
}

.widget-recent .featured-content:after {
    content: '';
    display: block;
    clear: both
}

.widget-recent .featured-content .thumb {
    float: right;
    margin-left: 15px
}

.widget-recent .featured-content .thumb img {
    width: 150px
}

.widget-recent .featured-content h4 a {
    color: #113f7d;
    font-size: 15px;
}

.widget-recent .featured-content .pirce-inner {
    background: #88c540;
    display: inline-block;
    padding: 6px 20px;
    width: 220px;
    color: #fff;
    font-size: 15px;
    text-align: center;
    margin-top: 17px
}

.widget-recent .details-inner {
    position: relative
}

.widget-recent .details-inner .hotel-date {
    display: inline-block
}

.widget-recent .details-inner .hotel-date li {
    position: relative;
    padding-right: 40px;
    font-size: 16px;
    max-width: 190px;
    line-height: 34px;
    color: #848484;
    margin-bottom: 5px;
}

.widget-recent .details-inner .hotel-date li:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 28px;
    height: 28px
}

.widget-recent .details-inner .hotel-date li.icon-hotel:before {
    background: url(../images/icon-hotel.svg) no-repeat;
    background-size: 28px
}

.widget-recent .details-inner .hotel-date li.icon-date:before {
    background: url(../images/icon-date.svg) no-repeat;
    background-size: 28px
}

.widget-recent .details-inner .rating-inner {
    display: inline-block;
    position: absolute;
    left: 60px;
    top: 5px;
    width: 190px
}

.widget-recent .details-inner .rating-inner .rating .star {
    display: table-cell;
    width: 35px;
    height: 34px;
    background: url(../images/star-solid.svg) no-repeat;
    background-size:  25px 20px
}

.widget-recent .details-inner .rating-inner .rating .star.active {
    background: url(../images/star-solid-active.svg) no-repeat;
    background-size: 25px 20px
}

.widget-recent .details-inner .rating-inner span {
    font-size: 16px;
    color: #848484
}

.widget-recent .details-inner .icon-shape {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    width: 52px;
    height: 52px
}

.widget-recent .details-inner .icon-shape.bus {
    background: #88c540 url(../images/icon-bus.svg) no-repeat center center;
    background-size: 32px
}

.widget-recent .details-inner .icon-shape.airplane {
    background: #88c540 url(../images/icon-airplane.svg) no-repeat center center;
    background-size: 32px
}

.widget-joinus {

}
.widget-joinus a {
    width: 100%;
    height: 64px;
    line-height: 64px;
    border: none;
    background: #77c141;
    color: #fff;
    font-size: 21px;
    display: block;
    text-align: center;
    margin: 30px 0px;
}


.warp-post-search {
    background: #fafafa;
    border: 1px solid #f1f1f1;
    padding: 15px;
    margin-bottom: 20px
}

.warp-post-search .featured-content {
    position: relative;
    margin-bottom: 20px
}

.warp-post-search .featured-content:after {
    content: '';
    display: block;
    clear: both
}

.warp-post-search .featured-content .thumb {
    float: right;
    margin-left: 15px;
    position: relative
}

.warp-post-search .featured-content .thumb img {
    width: 160px
}

.warp-post-search .featured-content h4 a {
    color: #113f7d;
    font-size: 16px;
}

.warp-post-search .featured-content span {
    color: #a8a8a8;
    font-size: 13px;
}

.warp-post-search .featured-content .pirce-inner {
    background: #88c540;
    display: inline-block;
    padding: 6px 10px;
    width: 140px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    margin-top: 17px;
    position: absolute;
    bottom: 15px;
    left: 0
}

.warp-post-search .featured-content .pirce-inner span {
    color: #fff;
    font-size: 16px
}

.warp-post-search .details-inner {
    position: relative
}

.warp-post-search .details-inner .hotel-date {
    display: inline-block
}

.warp-post-search .details-inner .hotel-date li {
    position: relative;
    padding-right: 32px;
    font-size: 16px;
    max-width: 160px;
    line-height: 26px;
    color: #848484;
    margin-bottom: 5px
}

.warp-post-search .details-inner .hotel-date li:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 24px;
    height: 24px
}

.warp-post-search .details-inner .hotel-date li.icon-hotel:before {
    background: url(../images/icon-hotel.svg) no-repeat;
    background-size: 24px
}

.warp-post-search .details-inner .hotel-date li.icon-date:before {
    background: url(../images/icon-date.svg) no-repeat;
    background-size: 24px
}

.warp-post-search .details-inner .rating-inner {
    display: inline-block;
    position: absolute;
    left: 60px;
    top: 5px;
    width: 150px
}

.warp-post-search .details-inner .rating-inner .rating .star {
    display: table-cell;
    width: 24px;
    height: 23px;
    background: url(../images/star-solid.svg) no-repeat;
    background-size: 24px 21px
}

.warp-post-search .details-inner .rating-inner .rating .star.active {
    background: url(../images/star-solid-active.svg) no-repeat;
    background-size: 24px 21px
}

.warp-post-search .details-inner .rating-inner span {
    font-size: 16px;
    color: #848484
}

.warp-post-search .details-inner .icon-shape {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    width: 42px;
    height: 42px
}

.warp-post-search .details-inner .icon-shape.bus {
    background: #88c540 url(../images/icon-bus.svg) no-repeat center center;
    background-size: 26px
}

.warp-post-search .details-inner .icon-shape.airplane {
    background: #88c540 url(../images/icon-airplane.svg) no-repeat center center;
    background-size: 26px
}

.list-posts-search.grid-view .warp-post-search {
    background: #fff;
    border: none;
    padding: 0
}

.list-posts-search.grid-view .warp-thumb {
    float: right;
    margin-left: 15px;
    position: relative;
    overflow: hidden
}

.list-posts-search.grid-view .warp-thumb .thumb img {
    width: 250px;
    height: 230px
}

.list-posts-search.grid-view .warp-thumb .pirce-inner {
    background: #88c540;
    display: inline-block;
    padding: 6px 10px;
    width: 180px;
    color: #fff;
    font-size: 19px;
    text-align: center;
    margin-top: 17px;
    position: absolute;
    bottom: 15px;
    left: 0;
}

.list-posts-search.grid-view .warp-thumb .pirce-inner span {
    color: #fff;
    font-size: 16px
}

.list-posts-search.grid-view .featured-content {
    background: #fafafa;
    border: 1px solid #f1f1f1;
    padding: 15px;
    margin-right: 265px;
    margin-bottom: 0;
    height: 238px
}

.list-posts-search.grid-view .featured-content h4 {
    line-height: 1.5;
    margin-left: 90px;
    margin-bottom: 8px
}

.list-posts-search.grid-view .featured-content h4 a {
    font-size: 22px
}

.list-posts-search.grid-view .featured-content span {
    font-size: 19px
}

.list-posts-search.grid-view .featured-content span.post-time {
    position: absolute;
    left: 15px;
    top: 15px;
    font-size: 14px
}

.list-posts-search.grid-view .featured-content span.post-views {
    position: absolute;
    left: 15px;
    top: 55px;
    font-size: 16px;
    padding-right: 42px;
    background: url(../images/icon-eye.svg) no-repeat right center;
    background-size: 32px
}

.list-posts-search.grid-view .details-inner .hotel-date li {
    padding-right: 52px;
    font-size: 15px;
    max-width: 250px;
    line-height: 25px;
    margin-top: 10px
}

.list-posts-search.grid-view .details-inner .hotel-date li:before {
    width: 36px;
    height: 36px
}

.list-posts-search.grid-view .details-inner .hotel-date li.icon-hotel:before {
    background-size: 36px
}

.list-posts-search.grid-view .details-inner .hotel-date li.icon-date:before {
    background-size: 36px
}

.list-posts-search.grid-view .rating-inner {
    left: 80px;
    top: 15px;
    width: 180px
}

.list-posts-search.grid-view .details-inner .rating-inner .rating .star {
    width: 25px;
    height: 20px;
    background-size: 25px 20px
}

.list-posts-search.grid-view .details-inner .rating-inner .rating .star.active {
    background-size: 25px 20px
}

.list-posts-search.grid-view .details-inner .rating-inner span {
    font-size: 16px
}

.list-posts-search.grid-view .details-inner .icon-shape {
    top: 15px;
    width: 56px;
    height: 56px
}

.warp-post-search .details-inner .icon-shape.bus {
    background-size: 36px
}

.warp-post-search .details-inner .icon-shape.airplane {
    background-size: 36px
}

.pagination {
    margin: 35px 0
}

.navigation.pagination .nav-links {
    text-align: center;
    width: 100%
}

.navigation.pagination .nav-links a,
.navigation.pagination .nav-links span {
    background: #ececec;
    color: #707070;
    font-size: 19px;
    margin-left: 0;
    margin-right: 5px;
    width: 46px;
    height: 46px;
    line-height: 49px;
    text-align: center;
    display: inline-block;
}

.navigation.pagination .nav-links a:hover,
.navigation.pagination .nav-links span {
    color: #fff;
    background-color: #88c540
}

.navigation.pagination .nav-links .next {
    position: relative
}

.navigation.pagination .nav-links .arrow-left {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #00f;
    position: absolute;
    left: 50%;
    top: 50%
}

.filter-top-search {
    background: #113f7d;
    padding: 30px 0;
    text-align: center;
    margin-bottom: 50px
}

.filter-top-search .box-select {
    display: inline-block;
    width: 200px;
    border-left: 1px solid #6d6e70;
    padding: 5px
}

.filter-top-search .box-select:last-child {
    border: none
}

.filter-top-search .box-select select {
    background-color: #113f7d !important;
    background-size: 28px 28px !important;
    border: none;
    color: #fff;
    height: 42px;
    font-size: 14px;
}

.option-search {
    margin-bottom: 50px
}

.option-search .search-result {
    display: inline-block;
    font-size: 17px;
    color: #848484;
}

.option-search .option-search-mode {
    text-align: left
}

.option-search .search-sorting label {
    font-size: 14px;
    color: #848484;
}

.option-search .search-sorting select {
    background-size: 28px 28px !important;
    background-color: #efefef !important;
    border: none;
    padding: 5px 5px 5px 40px;
    color: #113f7d;
    font-size: 15px;
}

.option-search .option-search-mode a {
    display: inline-block;
    width: 50px;
    height: 40px;
    line-height: 42px;
    background: #efefef;
    text-align: center
}

.filter-search {
    background: #f5f5f5;
    padding: 25px 20px 5px 20px
}

.filter-search strong {
    color: #113f7d;
    font-size: 14px;
    margin-bottom: 20px;
    display: block;
    line-height: 1.2;
    position: relative;
}

.filter-search strong i {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 5px;
    width: 13px;
    height: 8px;
    background: url(../images/sort-down-solid.svg) no-repeat
}

.filter-search .fs-input,
.filter-search .range-filter {
    margin-bottom: 20px
}

.filter-search .fs-input input {
    width: 100%;
    padding: 0 15px;
    height: 50px;
    color: #113f7d;
    font-size: 15px
}

.filter-search .fs-input input::placeholder {
    color: #a9a9a9
}

.filter-search .fs-border {
    width: 100%;
    border-bottom: 1px solid #5877a2;
    margin-bottom: 20px;
    position: relative;
    box-shadow: 0 1px 0 #bcc7d7
}

.filter-search .list-stars {
    margin-bottom: 20px;
    margin-top: 20px
}

.filter-search .list-stars li {
    width: 180px;
    margin-bottom: 10px;
    position: relative
}

.filter-search .list-stars li a {
    display: block;
    width: 180px
}

.filter-search .list-stars li i.icons-star {
    width: 180px;
    height: 32px;
    display: block;
    background: url(../images/star-solid.svg) repeat-x right center;
    background-size: 36px 32px;
    position: relative
}

.filter-search .list-stars li i.icons-star.star1:before,
.filter-search .list-stars li i.icons-star.star2:before,
.filter-search .list-stars li i.icons-star.star3:before,
.filter-search .list-stars li i.icons-star.star4:before,
.filter-search .list-stars li i.icons-star.star5:before {
    content: '';
    position: absolute;
    z-index: 9;
    top: 0;
    right: 0;
    height: 32px;
    background: url(../images/star-solid-active.svg) repeat-x right center;
    background-size: 36px 32px
}

.filter-search .list-stars li i.icons-star.star5:before {
    width: 100%
}

.filter-search .list-stars li i.icons-star.star4:before {
    width: 80%
}

.filter-search .list-stars li i.icons-star.star3:before {
    width: 60%
}

.filter-search .list-stars li i.icons-star.star2:before {
    width: 40%
}

.filter-search .list-stars li i.icons-star.star1:before {
    width: 20%
}

.filter-search .list-checkbox {
    margin-bottom: 20px
}

.filter-search .list-checkbox li {
    height: 42px
}

.filter-search .list-checkbox span {
    display: inline-block;
    color: #113f7d;
    position: relative;
    top: 10px
}

.list-checkbox input[type=checkbox] {
    margin-left: 30px;
    position: relative;
    margin-right: 5px;
    width: 10px;
    display: none;
}
.list-checkbox li {position: relative;}
.list-checkbox input[type=checkbox] + label {position: relative;padding-right: 45px;cursor: pointer;font-size: 14px;}
.list-checkbox input[type=checkbox] + label::before {
    content: "";
    display: block;
    position: absolute;
    width: 34px;
    height: 34px;
    top: 0px;
    border: 1px solid #113f7d;
    border-radius: 0;
    background: #fff;
    cursor: pointer;
    right: 0px
}

.list-checkbox input[type=checkbox]:checked  + label::after {
    content: "";
    display: block;
    border-radius: 0 !important;
    position: absolute
}

.list-checkbox input[type=checkbox]:checked  + label::before {
    background: #113f7d
}

.list-checkbox input[type=checkbox]:checked  + label::after {
    background: #113f7d;
    display: block;
    right: 12px;
    top: 3px;
    width: 10px !important;
    height: 23px !important;
    border: 1px solid #fff !important;
    border-width: 0 4px 4px 0 !important;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.price-slider-amount {
    width: 100%;
    display: block;
    height: 32px;
    margin-top: 15px;
    position: relative
}

.price-slider-amount .range-slider-from,
.price-slider-amount .range-slider-to {
    color: #848484;
    font-size: 15px;
    display: inline-block
}

.price-slider-amount .range-slider-to {
    float: left
}

#range_price_slider .ui-slider-range {
    height: 8px;
    background: #113f7d;
    border-radius: 5px
}

#range_price_slider.ui-widget-content {
    background: #bcbcbc !important;
    height: 8px !important;
    border: none
}

#range_price_slider .ui-state-default {
    background: #113f7d;
    border: none;
    border-radius: 100%;
    cursor: pointer;
    width: 18px;
    height: 18px;
    top: -5px
}

#range_price_slider .ui-state-default:last-child {
    width: 24px;
    height: 24px;
    top: -8px
}

.section-addpost {
    position: relative;
    margin: 50px 0
}

.section-addpost h3 {
    color: #113f7d;
    font-size: 24px;
}

.tab-wizard {
    width: 100%;
    margin: 35px auto;
    text-align: center;
}

.tab-wizard li {
    display: inline-table;
    width: 35%;
    background: url(../images/tab-wizard.svg) no-repeat center;
    background-size: cover;
    height: 80px;
    line-height: 80px;
    position: relative;
    margin: 0 -1.2%;
    color: #113f7d;
    font-size: 16px;
}

.tab-wizard li.current-step {
    background: url(../images/tab-wizard-current.svg) no-repeat center;
    background-size: cover;
    color: #fff
}

.step-wizard {
    margin: 0 auto 50px auto;
    background: #113f7d;
    padding: 45px
}

.step-wizard .step-wizard-inner {
    width: 100%;
    max-width: 900px;
    margin: 30px auto
}

.step-wizard label {
    line-height: 55px;
    color: #fff;
    font-size: 15px;
    margin-top: 15px;
}

.step-wizard-buttons {
    margin-top: 50px;
    text-align: center
}

.step-wizard-buttons a,
.step-wizard-buttons button {
    display: inline-block;
    border: none;
    border-radius: 0;
    height: 64px;
    line-height: 64px;
    width: calc(50% - 25px);
    padding: 0;
    font-size: 21px;
    background: #88c540;
    color: #fff;
    margin: 0 10px;
    vertical-align: middle
}

.step-wizard-buttons a:focus,
.step-wizard-buttons a:hover,
.step-wizard-buttons button:focus,
.step-wizard-buttons button:hover {
    background: #88c540 !important;
    color: #fff !important;
    border: none !important
}

.section-register-company {
    position: relative;
    margin: 50px 0
}

.section-register-company h3 {
    color: #113f7d;
    font-size: 24px;
}

.section-register-company .wrap-register-company {
    padding: 0 0 10px 0;
    margin: 20px 0;
    position: relative
}

.section-register-company .wrap-register-company:before {
    content: '';
    position: absolute;
    left: 0;
    right: 150px;
    bottom: 0;
    top: 0;
    background: #f8f8f8
}

.section-register-company .wrap-register-company .wrm-form {
    margin: 50px 25px 50px 45px
}

.section-register-company .wrap-register-company .wrm-form .input-text,
.section-register-company .wrap-register-company .wrm-form select {
    width: 100%;
    height: 40px;
    border: 1px solid #b4b4b4;
    margin-bottom: 20px;
    padding: 0 20px;
    color: #707070;
    font-size: 16px;
}

.section-register-company .wrap-register-company .wrm-form .input-textarea{
    width: 100%;
    height: 70px;
    border: 1px solid #b4b4b4;
    margin-bottom: 20px;
    padding: 0 20px;
    color: #707070;
    font-size: 16px;
}

.section-register-company .wrap-register-company .wrm-form button {
    display: inline-block;
    width: 100%;
    height: 60px;
    border: none;
    font-size: 15px;
    color: #fff;
    background: #88c540;
}

input:-webkit-autofill,
input:-webkit-autofill:active,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover {
    -webkit-box-shadow: 0 0 0 30px #fff inset !important
}

.box-checkbox {
    position: relative;
    height: 50px;
    margin-bottom: 30px
}
.wrm-form .box-checkbox label  {padding-right: 65px;cursor: pointer;}
.box-checkbox label {
    display: inline-block;
    color: #113f7d;
    font-size: 16px;
    position: relative;
    top: 21px;
}

.wrm-form .box-checkbox input[type=checkbox] {
    display: none;
}

.wrm-form .box-checkbox input[type=checkbox] + label::before  {
    content: "";
    display: block;
    position: absolute;
    width: 54px;
    height: 54px;
    right: 0px;
    top: -12px;
    border: 1px solid #707070;
    border-radius: 0;
    background: #fff;
    cursor: pointer
}

.wrm-form .box-checkbox input[type=checkbox]:checked + label::after {
    content: "";
    display: block;
    border-radius: 0 !important;
    position: absolute
}

.wrm-form .box-checkbox input[type=checkbox]:checked + label::before {
    background: #88c540
}

.wrm-form .box-checkbox input[type=checkbox]:checked + label::after {
    background: #88c540;
    display: block;
    right: 19px;
    top: -4px;
    width: 15px !important;
    height: 32px !important;
    border: 1px solid #fff !important;
    border-width: 0 4px 4px 0 !important;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.sub-header-search .wrap-search .box-input .box-radio {
    width: 130px;
    display: inline-block
}

.box-radio label {
    line-height: 60px;
    color: #d5d5d5;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
}

.box-radio label.active {
    color: #83c440
}

input[type=radio] {
    position: relative;
    margin-left: 15px
}
input[type="radio"] {display: none}
input[type="radio"] + label {position: relative;padding-right: 46px;cursor: pointer;}
input[type="radio"] + label::before {
    content: "";
    display: block;
    position: absolute;
    width: 36px;
    height: 36px;
    top: 12px;
    right: 0;
    border-radius: 100%;
    background: #d5d5d5;
    cursor: pointer;
}
input[type="radio"]:checked + label::before {
    content: "";
    display: block;
    position: absolute;
    width: 36px;
    height: 36px;
    top: 12px;
    right: 0;
    border-radius: 100%;
    background: #fff url(../images/checked.svg);
    cursor: pointer;
}
.box-radio-thumbs input[type="radio"] + label {
    position: absolute;top: 5px;right: 25px;
}
.radio-group .radio-img input[type="radio"] + label::before ,
.radio-group .radio-img input[type="radio"]:checked + label::before {display: none;}


.box-radio-thumbs input[type="radio"] + label::before {
    content: "";
    display: block;
    position: absolute;
    width: 36px;
    height: 36px;
    top: -10px;
    right: -15px;
    border-radius: 0;
    background: #fff;
    cursor: pointer
}

.box-radio-thumbs input[type="radio"]:checked + label::before {
    content: "";
    display: block;
    position: absolute;
    width: 36px;
    height: 36px;
    top: -10px;
    right: -15px;
    border-radius: 0;
    background: #fff url(../images/cimg-current.svg) no-repeat center;
    background-size: 21px;
    cursor: pointer
}
.radio-group {
    text-align: center;
    margin-bottom: 30px
}

.radio-group .radio-img {
    display: inline-block;
    width: 250px
}

.radio-group .radio-img input {
    display: none
}

.radio-group .radio-img label {
    cursor: pointer;
    background: #eaeaea;
    border: 1px solid #fff;
    height: 75px;
    line-height: 75px;
    width: 230px;
    font-size: 21px;
    color: #bcbcbc;
    padding-right: 65px;
    position: relative;
}

.radio-group .radio-img label i {
    display: inline-block;
    position: absolute;
    right: 25px;
    top: 10px;
    width: 50px;
    height: 54px
}

.radio-group .radio-img label i.icon-kaaba-mecca {
    background: url(../images/icon-kaaba-mecca.svg) no-repeat center;
    background-size: 50px
}

.radio-group .radio-img label i.icon-mosquee {
    background: url(../images/icon-mosquee.svg) no-repeat center;
    background-size: 32px
}

.radio-group .radio-img label.active {
    background: #83c440;
    color: #fff
}

.radio-group .radio-img label.active i.icon-kaaba-mecca {
    background: url(../images/icon-kaaba-mecca-active.svg) no-repeat center;
    background-size: 50px
}

.radio-group .radio-img label.active i.icon-mosquee {
    background: url(../images/icon-mosquee-active.svg) no-repeat center;
    background-size: 32px
}

.input-group,
.select-group {
    position: relative;
    margin-bottom: 30px
}

.input-group input,
.select-group select {
    width: 100%;
    height: 65px;
    padding: 0 25px;
    border: none;
    font-size: 16px;
}

.input-group,
.select-group-home {
    position: relative;
}
.input-group.roomType input {
    width: 100%;
    height: 60px;
    padding: 0 25px;
    border: none;
    font-size: 16px;
}

.input-group input,
.select-group-home select {
    width: 100%;
    height: 35px;
    padding: 0 25px;
    border: none;
    font-size: 16px;
}

.input-group input::placeholder {
    color: #a9a9a9
}

.input-group.input-icon input,
.select-group.select-icon select {
    padding-right: 75px
}
.input-group.input-icon textarea {
    width: 100%;min-height: 200px;padding: 5px 40px 10px 5px;resize: none;
}
.input-group.input-icon i,
.select-group.select-icon i {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 44px;
    height: 44px;
    display: inline-block
}

.select-group.select-icon i.icon-muhafaza {
    background: url(../images/icon-muhafaza.svg) no-repeat center;
    background-size: 42px
}

.input-group.input-icon i.icon-muhafaza {
    background: url(../images/icon-muhafaza.svg) no-repeat center;
    background-size: 42px
}
.select-group.select-icon i.icon-city {
    background: url(../images/icon-city.svg) no-repeat center;
    background-size: 42px
}
.input-group.input-icon i.icon-city {
    background: url(../images/icon-city.svg) no-repeat center;
    background-size: 42px
}

.select-group.select-icon i.icon-flying {
    background: url(../images/icon-flying.svg) no-repeat center;
    background-size: 42px
}
.input-group.input-icon i.icon-hotel, .select-group.select-icon i.icon-hotel {
    background: url(../images/icon-hotel.svg) no-repeat center;
    background-size: 42px
}
.input-group.input-icon i.icon-money2 {
    background: url(../images/icon-money2.svg) no-repeat center;
    background-size: 42px
}
.select-group.select-icon i.icon-room {
    background: url(../images/icon-room.svg) no-repeat center;
    background-size: 42px
}
.input-group.input-icon i.icon-check-mark {
    background: url(../images/check-mark.svg) no-repeat right 5px;
    background-size: 16px;
}
.input-group.input-icon i.icon-cancel-mark {
    background: url(../images/cancel-mark.svg) no-repeat right 5px;
    background-size: 16px
}
.input-group.input-icon i.icon-check-circle {
    background: url(../images/check-circle.svg) no-repeat right 5px;
    background-size: 16px
}


.box-repeater {
    background: #2B65B4;
    padding: 20px;
}
.box-repeater h3 {
    text-align: center;
    font-size: 15px;
    color: #ffffff;
    margin-bottom: 20px;
}
.box-repeater .repeater-add {
    text-align: left;
}
.box-repeater .repeater-add a {
    color: #88C540;
}
.fs-input-date {
    position: relative
}

.fs-input-date .input-group-append {
    position: absolute;
    left: 0;
    height: 100%;
    width: 55px;
    background: url(../images/icon-date.svg) no-repeat center;
    background-size: 32px
}

.fs-input-date .input-group-append button,
.fs-input-date .input-group-append i {
    display: none
}

.box-radio-thumbs {
    text-align: center
}

.box-radio-thumbs li {
    display: inline-block;
    position: relative;
    margin: 5px
}

.box-radio-thumbs li img {
    border: 4px solid #fff;
    max-width: 164px
}

.box-radio-thumbs li input {
   display: none;
}


.boxlogin,
.boxterms {
    text-align: left;
    line-height: 75px;
    color: #113f7d;
}

.boxterms a {
    color: #88c540;
    font-size: 16px;
}

.boxlogin a {
    color: #113f7d;
    font-size: 16px;
}

.boxlogin a:focus,
.boxlogin a:hover {
    color: #88c540
}

.box-file {
    position: relative;
    width: 100%;
    height: 55px;
    border: 1px solid #b4b4b4;
    background: #fff;
    padding: 0 20px;
    color: #707070;
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 80px;
}

.box-file {
    padding-right: 30px
}

.box-file input {
    display: none
}

.box-file .icon-upload {
    position: absolute;
    left: 15px;
    top: 10px;
    background: #fff url(../images/icon-upload.svg) no-repeat;
    width: 50px;
    height: 37px;
    cursor: pointer
}

.file-name .filename {
    font-size: 15px;
    color: #88c540
}

select {
    padding-left: 45px;
    display: inline-block -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
       -moz-appearance: none;
        -ms-appearance: none;
         -o-appearance: none;
            appearance: none;
    background: #fff url(../images/select-arrow.svg) no-repeat left center !important;
    background-repeat: no-repeat;
    background-position: 0 16px
}
select.desktopDropDown::-ms-expand {
    display: none;
}
select::-ms-expand {
    display: none;
}
select:focus {
    outline: 0
}

select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000
}

.section-message {
    padding-top: 50px
}

.section-message h3 {
    color: #113f7d;
    font-size: 24px;
    line-height: 1;
    margin-bottom: 30px;
}

.section-message .wrap-register-message {
    background: #f8f8f8;
    padding: 50px 60px;
    margin: 20px 0;
    position: relative
}

.section-message .wrap-register-message .wrm-bg {
    width: 35%;
    height: 100%;
    display: inline-block;
    background: url(../images/wrm-bg.png) no-repeat right;
    background-size: auto 100%;
    position: absolute;
    right: 0;
    top: 0
}

.section-message .wrap-register-message .wrm-message {
    margin-right: 35%;
    text-align: center;
    padding: 90px 0;
    line-height: 34px;
    color: #113f7d;
    font-size: 21px;
}

.section-message .wrap-addpost-message {
    padding: 100px 0;
    text-align: center;
    line-height: 34px;
    color: #113f7d;
    font-size: 21px;
}

.section-message .wrap-addpost-message img,
.section-message .wrap-register-message .wrm-message img {
    margin-bottom: 30px
}
.section-message .wrap-addpost-message img {height: 150px}
.section-message .wrap-register-message .wrm-message img {width: 100px}
.section-account-company {
    margin-top: 50px
}

.section-account-company h3 {
    margin-bottom: 30px;
    color: #113f7d;
    font-size: 24px;
}

.tools-account {
    text-align: left
}

.tools-account li {
    display: inline-block;
    margin-left: 50px;
    margin-top: 10px
}

.tools-account li:last-child {
    margin-left: 0
}

.tools-account li a {
    display: inline-block;
    font-size: 16px;
    color: #113f7d;
}

.tools-account li a:hover {
    color: #88c540
}

.tools-account li i {
    font-size: 27px;
    color: #113f7d;
    margin-left: 5px;
    position: relative;
    top: 4px;
}

.tools-account li i span {
    position: absolute;
    right: -18px;
    top: 2px;
    width: 32px;
    height: 32px;
    line-height: 30px;
    background: #88c540;
    text-align: center;
    color: #fff;
    font-size: 16px;
    border-radius: 100%;
    border: 2px solid #fff;
    font-family: 'Noto Kufi Arabic', sans-serif;
}

.statistics-account {
    margin-bottom: 30px;
    background: #113f7d;
    color: #fff;
    padding: 25px;
    position: relative;
    font-size: 15px;
}

.statistics-account img {
    height: 42px;
    margin-left: 15px;
}

.statistics-account span {
    float: left;
    width: 150px;
    position: relative;
    line-height: 50px;
    padding-right: 45px;
    color: #88c540
}

.statistics-account span:before {
    content: '';
    position: absolute;
    height: 50px;
    right: 0;
    border-right: 1px solid #d1dae6
}

.addcredit {
    background: #26a1d0;
    color: #fff;
    padding: 25px 30px;
    position: relative;
    margin-top: 40px;
    margin-bottom: 70px
}

.addcredit img {
    height: 85px;
    margin-left: 40px;
    vertical-align: top
}

.addcredit span {
    display: inline-block;
    font-size: 21px;
    line-height: 1.4;
    margin-top: 12px;
}

.addcredit a {
    position: absolute;
    left: 30px;
    top: 40px;
    display: inline-block;
    font-size: 15px;
    background: #88c540;
    color: #fff;
    width: 240px;
    height: 60px;
    line-height: 60px;
    text-align: center;
}

.list-myposts {
    margin-bottom: 50px;
    position: relative
}

.list-myposts .lmp-inner {
    margin-bottom: 30px
}

.list-myposts .lmp-thumb {
    position: relative;
    max-height: 259px;
    overflow: hidden;
}

.list-myposts .lmp-thumb .pirce-inner {
    background: #88c540;
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 20px;
    padding: 6px 20px;
    color: #fff;
    font-size: 15px;
}

.list-myposts .lmp-thumb .icon-shape {
    content: '';
    position: absolute;
    right: 20px;
    top: 20px;
    width: 42px;
    height: 42px;
    background-size: 25px
}

.list-myposts .lmp-thumb .icon-shape.bus {
    background: #88c540 url(../images/icon-bus.svg) no-repeat center center
}

.list-myposts .lmp-thumb .icon-shape.airplane {
    background: #88c540 url(../images/icon-airplane.svg) no-repeat center center
}

.list-myposts .lmp-thumb .rating-inner {
    display: inline-block;
    position: absolute;
    left: 20px;
    top: 20px;
    width: 110px
}

.list-myposts .lmp-thumb .rating-inner .rating .star {
    display: table-cell;
    width: 21px;
    height: 20px;
    background: url(../images/star-solid.svg) no-repeat;
    background-size: 21px 20px
}

.list-myposts .lmp-thumb .rating-inner .rating .star.active {
    background: url(../images/star-solid-active.svg) no-repeat;
    background-size: 21px 20px
}

.list-myposts .lmp-details {
    background: #fafafa;
    border: 1px solid #f1f1f1;
    padding: 19px
}

.list-myposts .lmp-details h4 {
    font-size: 15px;
    color: #313945;
    margin-bottom: 30px;
}

.list-myposts .lmp-details h4 a {
    color: #313945
}

.list-myposts .lmp-details h4 a:focus,
.list-myposts .lmp-details h4 a:hover {
    color: #88c540
}

.list-myposts .lmp-details .lmp-detail {
    height: 45px;
    line-height: 44px;
    margin-bottom: 15px;
    padding-right: 52px;
    position: relative;
    font-size: 14px
}

.list-myposts .lmp-details .lmp-detail span {
    margin-right: 10px;
    color: #848484
}

.list-myposts .lmp-details .lmp-detail i.icon-lmp {
    content: '';
    position: absolute;
    right: 0;
    width: 42px;
    height: 42px;
    background-color: #88c540;
    background-size: 25px;
    display: inline-block
}

.list-myposts .lmp-details .lmp-detail i.icon-earth {
    background: #88c540 url(../images/icon-earth.svg) no-repeat center;
    background-size: 28px
}
.list-myposts .lmp-details .lmp-detail i.icon-flag {
    background: #88c540 url(../images/icon-flag.svg) no-repeat center;
    background-size: 18px
}
.list-myposts .lmp-details .lmp-detail i.icon-users {
    background: #88c540 url(../images/icon-users.svg) no-repeat center;
    background-size: 22px
}

.list-myposts .lmp-details .lmp-detail i.icon-date2 {
    background: #88c540 url(../images/icon-date2.svg) no-repeat center;
    background-size: 28px
}

.list-myposts .lmp-details .lmp-detail-tools img {
    height: 24px;
    margin-right: 15px;
}

a.lmp-more {
    color: #113f7d;
    font-size: 15px
}

a.lmp-more:focus,
a.lmp-more:hover {
    color: #88c540
}

.lmp-add-post {
    text-align: center;
    width: 80%;
    margin: 20px auto 50px auto
}

.lmp-add-post a {
    display: inline-block;
    height: 75px;
    line-height: 75px;
    width: 100%;
    text-align: center;
    font-size: 15px;
    background: #88c540;
    color: #fff;
}

.lmp-add-post a:focus,
.lmp-add-post a:hover {
    background: #113f7d
}

.section-orders-company {
    margin-top: 50px;
    margin-bottom: 50px;
    position: relative
}

.section-orders-company h3 {
    margin-bottom: 30px;
    color: #113f7d;
    font-size: 24px;
}

.list-myorders .lmo-inner {
    margin-bottom: 30px
}

.list-myorders .lmo-thumb {
    position: relative
}

.list-myorders .lmo-thumb .pirce-inner {
    background: #88c540;
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 20px;
    padding: 6px 20px;
    color: #fff;
    font-size: 21px
}

.list-myorders .lmo-thumb .icon-shape {
    content: '';
    position: absolute;
    right: 20px;
    top: 20px;
    width: 42px;
    height: 42px;
    background-size: 25px
}

.list-myorders .lmo-thumb .icon-shape.bus {
    background: #88c540 url(../images/icon-bus.svg) no-repeat center center
}

.list-myorders .lmo-thumb .icon-shape.airplane {
    background: #88c540 url(../images/icon-airplane.svg) no-repeat center center
}

.list-myorders .lmo-thumb .rating-inner {
    display: inline-block;
    position: absolute;
    left: 20px;
    top: 20px;
    width: 110px
}

.list-myorders .lmo-thumb .rating-inner .rating .star {
    display: table-cell;
    width: 21px;
    height: 20px;
    background: url(../images/star-solid.svg) no-repeat;
    background-size: 21px 20px
}

.list-myorders .lmo-thumb .rating-inner .rating .star.active {
    background: url(../images/star-solid-active.svg) no-repeat;
    background-size: 21px 20px
}

.list-myorders .lmo-details {
    background: #fafafa;
    border: 1px solid #f1f1f1;
    padding: 19px
}

.list-myorders .lmo-details h4 {
    font-size: 15px;
    color: #313945;
    margin-bottom: 30px;
}

.list-myorders .lmo-details h4 a {
    color: #313945
}

.list-myorders .lmo-details h4 a:focus,
.list-myorders .lmo-details h4 a:hover {
    color: #88c540
}

.lis-order li {
    margin-bottom: 20px;
    background: #f4f4f4;
    border: 1px solid #d5d5d5;
    padding: 20px;
    padding-right: 180px;
    position: relative;
    min-height: 202px
}

.lis-order li .lmo-passport {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 140px;
    background: #fff;
    border: 1px solid #d5d5d5;
    text-align: center;
    padding: 20px
}

.lis-order li .lmo-passport .box-passport {
    background: #0080bf;
    border-radius: 0 6px 6px 0;
    padding: 20px
}

.lis-order li .lmo-passport .box-passport i {
    width: 40px;
    height: 40px;
    position: relative;
    background: #5fc1f0;
    border: 10px solid #fff;
    display: inline-block;
    border-radius: 100%
}

.lis-order li .lmo-passport .box-passport span {
    color: #fff;
    font-size: 14px;
    display: inline-block
}

.lis-order li .lmo-detail {
    line-height: 44px;
    margin-bottom: 15px;
    padding-right: 52px;
    position: relative;
    font-size: 21px;
    color: #113f7d;
    margin-top: 20px;
}

.lis-order li .lmo-detail i.icon-lmo {
    content: '';
    position: absolute;
    right: 0;
    width: 42px;
    height: 42px;
    background-size: 25px;
    display: inline-block
}

.lis-order li .lmo-detail i.icon-lmo.icon-phone {
    background: url(../images/icon-phone.png) no-repeat center;
    background-size: auto 100%
}

.lis-order li .lmo-detail i.icon-lmo.icon-user-o {
    background: url(../images/icon-user-o.png) no-repeat center;
    background-size: auto 100%
}

.lis-order .lmo-detail-left {
    position: relative
}

.lis-order .lmo-detail-left:before {
    content: '';
    position: absolute;
    top: 10px;
    bottom: 20px;
    right: 0;
    border-right: 1px solid #707070;
    display: inline-block
}

.lis-order li .lmo-detail p {
    font-size: 14px;
    color: #313945;
}

.section-packages {
    margin-bottom: 100px
}

.section-packages h3 {
    margin-bottom: 30px;
    color: #113f7d;
    font-size: 24px;
}

.section-packages .wrap-package {
    background: #113f7d;
    color: #fff;
    margin-bottom: 30px
}

.section-packages .wrap-package .box-package {
    padding: 30px;
    position: relative
}

.section-packages .wrap-package .box-package img {
    height: 42px;
    margin-left: 10px
}

.section-packages .wrap-package .box-package span {
    display: inline-block;
    font-size: 15px;
}

.section-packages .wrap-package .box-package a {
    position: absolute;
    right: auto;
    display: inline-block;
    font-size: 15px;
    background: #88c540;
    color: #fff;
    width: 160px;
    height: 50px;
    line-height: 50px;
    text-align: center;
}

.section-top-about-us {
    background: url(../images/about-bg.png) no-repeat center;
    background-size: cover;
    text-align: left;
    padding: 45px 0
}

.section-top-about-us img {
    margin-left: 50px;
    max-height: 280px;
}

.section-about-us {
    margin-top: 50px
}

.section-about-us h3 {
    color: #113f7d;
    font-size: 24px;
}

.section-about-us .wrap-about {
    background: #f8f8f8;
    padding: 50px 60px;
    margin: 20px 0
}

.section-about-us .wrap-about p {
    font-size: 15px;
    line-height: 1.8;
}

.section-contact-us {
    padding-top: 50px
}

.section-contact-us h3 {
    color: #113f7d;
    font-size: 24px;
    line-height: 1;
    margin-bottom: 30px;
}

.section-contact-us .wrap-form {
    background: #113f7d;
    padding: 50px 60px;
    margin: 20px 0;
    text-align: center
}

.section-contact-us .wrap-form input {
    width: 100%;
    height: 56px;
    padding: 0 25px;
    font-size: 16px;
}

.section-contact-us .wrap-form textarea {
    width: 100%;
    height: 250px;
    padding: 15px 25px;
    font-size: 16px;
}

.section-contact-us .wrap-form button {
    width: 100%;
    max-width: 450px;
    height: 64px;
    border: none;
    background: #77c141;
    color: #fff;
    font-size: 21px;
}

.section-error {
    padding: 120px 0
}

.section-error .wrap-error {
    text-align: center
}
.section-error .wrap-error img {
    max-height: 250px
}
.section-error .wrap-error.error-style-2 img {
    max-height: 150px
}
.section-error .wrap-error h3 {
    color: #113f7d;
    font-size: 24px;
    margin: 35px auto;
}
.section-error .wrap-error.error-style-2 h3 {
    margin-bottom: 10px;
}
.section-error .wrap-error.error-style-2 span {
    color: #C3C3C3;
}
.section-error .wrap-error a {
    display: inline-block;
    height: 64px;
    line-height: 66px;
    background: #88c540;
    color: #fff;
    font-size: 21px;
    border-radius: 55px;
    text-align: center;
    width: 100%;
    max-width: 320px;
}



.section-formuser h3 {
    color: #113f7d;
    font-size: 24px;
    margin: 35px auto;
}
.section-formuser .container {max-width: 900px;}
.section-formuser .wrap-formuser {
    background: #F4F4F4;
}
.wrap-formuser-full {padding: 25px;}
.wrap-formuser .wlp-form {
    margin: 30% 0 0 40px
}
.wrap-formuser-full .wlp-form {
    margin: 0px;
}
.wrap-formuser-full label {
    margin-bottom: 20px;
    color: #113F7D;
    font-size: 21px;
}
.wrap-formuser-full .wlp-form input {
    width: 100%;
    height: 70px;
    border: 1px solid #b4b4b4;
    margin-bottom: 30px;
    padding: 0px 20px 0 20px;
    color: #707070;
    font-size: 16px;
}
.repeater-address , .repeater-phone {text-align: left;margin-bottom: 30px;}
.repeater-address a , .repeater-phone a {
    position: relative;
    display: inline-block;
    padding-right: 40px;
    color: #113F7D;
    font-size: 14px;
}
.repeater-address a:before , .repeater-phone a:before {
    content: '';
    position: absolute;
    right: 0px;
    top: 0px;
    width: 32px;
    height: 32px;
    background: url(../images/icon-addnew.svg) no-repeat;
    background-size: 28px;
}
.wrap-formuser .wlp-form .box-input {width: 100%;position: relative;}
.wrap-formuser .wlp-form .icon-email:before {
    content: '';
    position: absolute;
    right: 0px;
    top: 0px;
    width: 70px;
    height: 70px;
    background: url(../images/icon-email2.svg) no-repeat center;
    background-size: 40px;
}
.wrap-formuser .wlp-form .icon-password:before {
    content: '';
    position: absolute;
    right: 0px;
    top: 0px;
    width: 70px;
    height: 70px;
    background: url(../images/icon-password2.svg) no-repeat center;
    background-size: 40px;
}
.wrap-formuser .wlp-form .box-input input {
    width: 100%;
    height: 70px;
    border: 1px solid #b4b4b4;
    margin-bottom: 30px;
    padding: 6px 70px 0 20px;
    color: #707070;
    font-size: 16px;
}
.wrap-formuser .wlp-form button {
    display: block;
    width: 100%;
    height: 60px;
    border: none;
    font-size: 15px;
    color: #fff;
    background: #88c540;
    margin-bottom: 30px;
}
.nav-header-top .nav-top li {position: relative;}
.nav-header-top .nav-top li ul {
    position: absolute;
    background: #fff;
    z-index: 99;
    top: 100%;
    right: 0;
    width: 250px;
    box-shadow: 0 1px 6px rgba(0, 0, 0, .15);
    display: none;
}
.nav-header-top .nav-top li:hover ul {
    display: block;
}
.nav-header-top .nav-top li ul li {
    position: relative;
    padding: 10px 65px 10px 60px;
    text-align: right;
    display: block;
    line-height: 35px;
    height: 52px;
    border: none !important;
    border-bottom: 1px solid #eee !important;
    cursor: pointer;
}
.nav-header-top .nav-top li ul li img {
    position: absolute;
    left: 15px;
    top: 16px;
    height: 20px;
}
.nav-header-top .nav-top li ul li.active img {
    position: absolute;
    right: 15px;
    left: auto;
    top: 16px;
    height: 20px;
}
.nav-header-top .nav-top li ul li.active {
    background: #83C440
}
.nav-header-top .nav-top li ul li span.radio {
    position: relative;
    float: right;
}
.nav-header-top .nav-top li ul li span.radio:before {
    content: '';
    width: 32px;
    height: 32px;
    position: absolute;
    display: inline-block;
    border-radius: 100%;
    box-shadow: 0px 0px 0px 1px #eee;
    right: -45px;
}
.nav-header-top .nav-top li ul li:hover span.radio:before {
    background: #83C440;
    border: 5px solid #ffffff;
}
.nav-header-top .nav-top li ul li.active:before {
    content: '';
    width: 32px;
    height: 32px;
    position: absolute;
    display: inline-block;
    border-radius: 100%;
    border: 1px solid  #eee;
    background: url(../images/check-yes.svg) no-repeat center;
    background-size: 32px;
    left: 15px;
    top: 10px;
}
.campaign-detail {margin: 30px 0px 20px 0px;}
.campaign-detail .avatar-campaign {
    display: inline-block;
    width: 132px;
    height: 132px;
    border-radius: 100%;
    overflow: hidden;
    /* position: absolute; */
}
.campaign-detail .avatar-campaign img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
}
.campaign-detail h3 {
    display: inline-block;
    height: 130px;
    vertical-align: text-bottom;
    padding: 30px 15px 0 0;
    font-size: 24px;
    color: #113F7D;
}

.campaign-detail a.comution-data {
    display: inline-block;
    margin-top: 50px;
    background: #14397B;
    color: #fff;
    padding: 0 30px;
    height: 56px;
    line-height: 56px;
    font-size: 15px;
}


.title-campaign {
    color: #113F7D;
    font-size: 24px;
    margin: 30px 10px 20px 10px;
}
.info-campaign {
    margin-top: 30px;
    padding-right: 40px;
    position: relative;
}
.info-campaign i.icon-eye,
.info-campaign i.icon-date {
    display: inline-block;
    width: 28px;
    height: 28px;
    position: absolute;
    right: 0px;
    top: 0px;
}
.info-campaign i.icon-eye {
    background: url(../images/icon-eye2.svg) no-repeat center;
    background-size: 28px;
}
.info-campaign i.icon-date {
    background: url(../images/icon-date3.svg) no-repeat center;
    background-size: 22px;
}
.info-campaign span {
    font-size: 15px;
    color: #848484;
}
.section-campaign .lmp-details {
    margin-bottom: 30px;
}
.section-campaign .lmp-detail {
    height: 42px;
    line-height: 44px;
    margin-top: 15px;
    padding-right: 52px;
    position: relative;
    font-size: 15px;
    background: #F5F5F5;
    color: #113F7D;
}
.section-campaign .lmp-detail span {
    margin-right: 10px;
    color: #848484
}
.section-campaign .lmp-detail i.icon-lmp {
    content: '';
    position: absolute;
    right: 0;
    width: 42px;
    height: 42px;
    background-color: #88c540;
    background-size: 25px;
    display: inline-block
}

.section-campaign .lmp-detail i.icon-earth {
    background: #88c540 url(../images/icon-earth.svg) no-repeat center;
    background-size: 28px
}
.section-campaign .lmp-detail i.icon-flag {
    background: #88c540 url(../images/icon-flag.svg) no-repeat center;
    background-size: 18px
}
.section-campaign .lmp-detail i.icon-users {
    background: #88c540 url(../images/icon-users.svg) no-repeat center;
    background-size: 22px
}

.section-campaign .lmp-detail i.icon-airplane {
    background: #88c540 url(../images/icon-airplane.svg) no-repeat center;
    background-size: 28px
}


.hotel-details {
    background: #F5F5F5;
    margin: 30px 0;
    padding: 10px 15px;
    color: #113F7D;
}
.hotel-details .rating-inner {
    display: inline-block;
    width: 140px;
    float: left;
}

.hotel-details .rating-inner .rating .star {
    display: table-cell;
    width: 28px;
    height: 28px;
    background: url(../images/star-solid.svg) no-repeat;
    background-size: 28px 28px
}

.hotel-details .rating-inner .rating .star.active {
    background: url(../images/star-solid-active.svg) no-repeat;
    background-size: 28px 28px
}
.campaign-content {
    font-size: 16px;
    margin-bottom: 30px;
}
.list-then {margin-bottom: 25px;}
.list-then li {
    line-height: 32px;
    padding: 8px 10px;
    background: #F5F5F5;
    font-size: 15px;
}
.list-then li span {
    float: left;
    display: inline-block;
    font-size: 16px;
}
.list-then li:nth-child(even) {
    background: #fff
}
.list-head {
    margin-bottom: 25px;
    font-size: 14px;
}
.list-head h3 {
    background: #F5F5F5;
    padding: 10px 15px;;
    font-size: 19px;
    color: #113F7D;
    margin-bottom: 20px;
}
.list-head p {
    margin: 0 10px;
    font-size: 14px;
}
.list-head ul li {
    font-size: 14px;
}
.icon-check-yes ul li,
.icon-check-no ul li,
.icon-check-circle ul li {
    padding-right: 25px;
    position: relative;
    margin-right: 10px;
}

.icon-check-yes ul li:before,
.icon-check-no ul li:before,
.icon-check-circle ul li:before {
    content: '';
    position: absolute;
    right: 0;
    top: 5px;
    width: 18px;
    height: 18px;
    display: inline-block;
}
.icon-check-yes ul li:before {
    background: url(../images/icon-check-yes.svg) no-repeat center right;
    background-size: 14px;
}
.icon-check-no ul li:before {
    background: url(../images/icon-check-no.svg) no-repeat center right;
    background-size: 10px;
}
.icon-check-circle ul li:before {
    background: url(../images/check-circle.svg) no-repeat center right;
    background-size: 10px;
}

.booking-inquiry a {
    background: #88c540;
    display: block;
    width: 100%;
    color: #fff;
    font-size: 21px;
    text-align: center;
    margin-top: 20px;
    height: 64px;
    line-height: 64px;
    margin-bottom: 30px;
}

.offer-expired a {
    background: #d80521;
    display: block;
    width: 100%;
    color: #fff !important;
    font-size: 21px;
    text-align: center;
    margin-top: 20px;
    height: 64px;
    line-height: 64px;
    margin-bottom: 30px;
}

.upload_gallery img{
    margin-right:10px !important;
    max-width: 20% !important;
    max-height: 20% !important;
}
footer {
    background: #113f7d;
    color: #fff;
    padding: 50px 0;
    margin-top: 50px
}

footer .social {
    margin-top: 30px
}

footer .social h4 {
    display: inline-flex;
    line-height: 34px;
    color: #fff;
    margin-left: 5px;
    font-size: 16px;
    position: relative;
    top: 5px;
}

footer .social ul {
    display: inline-flex;
    vertical-align: text-top;
    text-align: center
}

footer .social ul li {
    display: inline-block;
    margin: 0 5px;
    width: 39px;
    height: 39px
}

footer .social ul li a {
    display: block;
    width: 39px;
    height: 39px
}

footer .app {
    margin-top: 30px
}

footer .app h4 {
    display: inline-flex;
    line-height: 34px;
    color: #fff;
    margin-left: 5px;
    font-size: 16px;
    position: relative;
    top: 5px;
}

footer .app ul {
    display: inline-grid;
    vertical-align: text-top;
    text-align: center
}

footer .app ul li {
    display: inline-block;
    margin: 0 5px;
    width: 120px;
    height: 60px
}

footer .app ul li a {
    display: block;
    width: 120px;
    height: 60px
}

footer .nav-footer {
    margin-top: 35px;
    margin-right: 20px
}

footer .nav-footer li {
    margin: 30px 0
}

footer .nav-footer li:last-child {
    margin-bottom: 0
}

footer .nav-footer li a {
    color: #fff;
    font-size: 15px;
}

footer .nav-footer li a:focus,
footer .nav-footer li a:hover {
    color: #88c540
}

footer .subscription h3 {
    margin-bottom: 30px;
    font-size: 15px;
}

footer .subscription .wrap-subscription {
    position: relative
}

footer .subscription .wrap-subscription input {
    width: 100%;
    border: none;
    height: 54px;
    border-radius: 8px;
    padding: 0 20px 0 160px;
    font-size: 16px;
    COLOR: #656565;
}

footer .subscription .wrap-subscription input::placeholder {
    color: #a9a9a9
}

footer .subscription .wrap-subscription button {
    position: absolute;
    top: 0;
    left: 0;
    border: none;
    border-radius: 8px 0 0 8px;
    height: 54px;
    width: 145px;
    background: #77c141;
    color: #fff;
    font-size: 21px;
    border-right: 2px solid #113f7d;
}

footer .design {
    text-align: left;
    margin-top: 35px;
    font-size: 16px;
}

footer .design i {
    display: inline-block;
    width: 22px;
    height: 21px;
    background: url(../images/heart.svg) no-repeat;
    vertical-align: middle;
    background-size: 22px;
}

footer .design a {
    color: #fff
}

footer .design a:focus,
footer .design a:hover {
    color: #77c141
}





.thebox-modal {
    position: absolute;
    z-index: 999;
    width: 90%;
    margin: 0 auto;
    top: 12%;
    right: 0;
    left: 0;
    display: block;
    max-width: 600px;
    background: #fff;
    box-shadow: 0 1px 6px rgba(0, 0, 0, .15);
    border-radius: 10px;
    display: none;
}
.mask-overlay {
    content: '';
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99;
    background: rgba(93,89,83,.3);
    background: radial-gradient(ellipse closest-corner,rgba(93,89,83,.3),rgba(93,89,83,.85));
}
.thebox-modal .thebox-window {
    padding: 20px;
    position: relative;
    text-align: center
}
.thebox-modal .thebox-window h2 {
    text-align: center;
    color: #14397B;
    font-size: 27px;
    margin-bottom: 30px;
}
.thebox-modal .thebox-window h3 {
    text-align: center;
    color: #14397B;
    font-size: 21px;
    line-height: 1;
}
.thebox-modal .thebox-window .thebox-inner {
    border: 1px solid #C4C4C4;
    border-radius: 8px;
    margin-bottom: 30px;
    padding: 20px;
    padding-right: 65px;
    font-size: 14px;
    position: relative;
    text-align: right
}
.thebox-modal .thebox-window .thebox-inner img {
    position: absolute;
    right: 15px;
    top: 20px;
    width: 42px;
}
.thebox-modal .thebox-window .thebox-phone {
    text-align: right;
    margin-right: 35px;
}
.thebox-modal .thebox-window .thebox-phone li {
    display: inline-block;
    color: #14397B;
    font-size: 21px;
    padding-right: 25px;
    text-align: right;
    width: 200px;
}
.thebox-modal .thebox-window .close {
    position: absolute;
    top: 10px;
    left: 10px;
    display: inline-block;
    width: 21px;
    height: 21px;
    background: url(../images/times-solid.svg) no-repeat
}

.modal-queries {
    width: 90%;
    max-width: 500px;
}
.modal-queries .input-file {
    width: 220px;
    height: 220px;
    border: 1px solid #707070;
    border-radius: 100%;
    margin: 20px auto 30px auto;
    text-align: center;
}
.modal-queries .input-file input {display: none;}
.modal-queries .input-file img {margin: 48px auto 10px auto;}
.modal-queries .input-file label {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    cursor: pointer;
}
.modal-queries .input-file span {
    display: block;
    color: #848484;
    font-size: 14px;
}
.modal-queries .input-box {
    margin-bottom: 25px;
    position: relative;
}
.modal-queries .input-box input, .modal-queries textarea {
    width: 100%;
    padding: 10px;
}
.modal-queries textarea {
    margin-bottom: 20px;
    resize: none;
    height: 150px
}
.modal-queries .input-box.input-icon input {
    padding-right: 60px;
}
.modal-queries .input-box.input-icon i {
    position: absolute;
    content: '';
    right: 0px;
    top: 0px;
    width: 54px;
    height: 54px;
}
.modal-queries .input-box.input-icon i.icon-avatar {
    background: url(../images/icon-avatar.svg) no-repeat center center;
    background-size: 32px;
}
.modal-queries .input-box.input-icon i.icon-phone {
    background: url(../images/icon-phone.svg) no-repeat center center;
    background-size: 20px;
}
.modal-queries button {
    display: block;
    font-size: 15px;
    border: none;
    background: #88c540;
    color: #fff;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin-bottom: 25px;
}

.mt30 {
    margin-top: 30px
}

.mt50 {
    margin-top: 50px
}

.mt70 {
    margin-top: 70px
}

.mt100 {
    margin-top: 100px
}

.mb30 {
    margin-bottom: 30px
}

.mb50 {
    margin-bottom: 50px
}

.mb70 {
    margin-bottom: 70px
}

.mb100 {
    margin-bottom: 100px
}

.ui-slider-horizontal.ui-slider-rtl .ui-slider-range-min {
    left: auto;
    right: 0
}

.ui-slider-horizontal.ui-slider-rtl .ui-slider-range-max {
    left: 0;
    right: auto
}

.ui-slider-vertical.ui-slider-rtl .ui-slider-range-min {
    top: 0;
    bottom: auto
}

.ui-slider-vertical.ui-slider-rtl .ui-slider-range-max {
    top: auto;
    bottom: 0
}

.chromeframe {
    text-align: center;
    height: 62px;
    line-height: 64px;
    background: red;
    color: #fff;
    margin-bottom: 0;
    font-size: 16px
}

.chromeframe a {
    color: #fff;
    text-decoration: underline
}

@media only screen and (max-width:1050px) {
    .nav-header-top .nav-top img {
        max-height: 32px
    }

    .nav-header-top .nav-top li a {
        font-size: 14px
    }

    .breadcrumb-link {
        font-size: 16px
    }

    .sub-header-search .wrap-search {
        margin: auto
    }

    .ad-posts .wrap-ad-posts .ad-posts-inner {
        top: 35px;
        max-width: 300px
    }

    .ad-posts .wrap-ad-posts .ad-posts-inner h3 {
        font-size: 24px
    }

    .why-choose-inner img {
        max-height: 400px
    }

    footer .social {
        margin-top: 15px
    }

    footer .social h4 {
        margin-bottom: 15px;
        font-size: 16px
    }

    footer .nav-footer li a {
        font-size: 16px
    }

    footer .subscription h3 {
        font-size: 15px;
        margin-top: 25px
    }

    footer .subscription .wrap-subscription input {
        font-size: 14px
    }

    footer .subscription .wrap-subscription button {
        font-size: 15px
    }

    footer .design {
        font-size: 15px
    }

    .section-register-company .wrap-register-company .wrm-form {
        margin: 50px 0 50px 30px
    }

    .box-file,
    .section-register-company .wrap-register-company .wrm-form .input-text,
    .section-register-company .wrap-register-company .wrm-form select {
        font-size: 16px;
        height: 56px;
        line-height: 56px
    }

    .box-file .icon-upload {
        background-size: 38px;
        width: 46px;
        height: 38px
    }

    .box-checkbox input[type=checkbox] {
        width: 34px
    }

    .box-checkbox input[type=checkbox]:before {
        width: 34px;
        height: 34px
    }

    .box-checkbox input[type=checkbox]:checked:after {
        left: 11px;
        top: 1px;
        width: 12px !important;
        height: 24px !important
    }

    .box-checkbox label {
        font-size: 14px;
        top: 10px
    }

    .boxlogin,
    .boxterms {
        line-height: 52px
    }

    .boxterms a {
        font-size: 14px
    }

    .section-register-company .wrap-register-company .wrm-form button {
        height: 48px;
        font-size: 15px
    }

    .boxlogin a {
        font-size: 16px
    }

    .nav-top-blog ul li a {
        font-size: 15px
    }

    .blog-title,
    .widget .widget-title {
        font-size: 21px;
        padding-bottom: 10px
    }

    .blog-post h4 a,
    .widget-featured ul li h4 a,
    .widget-recent .featured-content h4 a {
        font-size: 17px
    }

    .blog-post p,
    .widget-featured ul li p {
        font-size: 16px
    }

    .widget-recent .featured-content .thumb img {
        width: 120px
    }

    .widget-recent .featured-content .pirce-inner {
        width: 100%
    }

    .blog-post,
    .widget-featured ul li {
       // padding-right: 150px
    }

    .blog-post .thumb,
    .widget-featured ul li .thumb {
        width: 120px
    }

    .widget-recent .details-inner .hotel-date li:before {
        background-size: 22px !important;
        width: 22px;
        height: 24px
    }

    .widget-recent .details-inner .hotel-date li {
        padding-right: 30px;
        font-size: 16px;
        line-height: 26px
    }

    .widget-recent .details-inner .icon-shape {
        width: 42px;
        height: 42px;
        background-size: 26px !important
    }

    .widget-recent .details-inner .rating-inner {
        width: 100px
    }

    .widget-recent .details-inner .rating-inner .rating .star {
        width: 32px;
        height: 21px;
        background-size: 20px !important
    }

    .navigation.pagination .nav-links a,
    .navigation.pagination .nav-links span {
        width: 42px;
        height: 42px;
        line-height: 42px;
        font-size: 16px
    }

    .list-myposts .lmp-details {
        padding: 15px 15px 10px 15px
    }

    .list-myposts .lmp-thumb {
        height: 225px
    }

    .list-myposts .lmp-thumb img {
        height: 100%;
        width: inherit
    }

    .list-myposts .lmp-details h4 {
        margin-bottom: 20px;
        line-height: 1.6;
        font-size: 15px
    }

    .list-myposts .lmp-details .lmp-detail {
        line-height: 1.6
    }

    .list-myposts .lmp-details .lmp-detail span {
        display: block;
        margin: 0
    }

    .statistics-account {
        font-size: 15px
    }

    .statistics-account span {
        width: 120px;
        padding-right: 20px
    }

    .section-packages .wrap-package .box-package img {
        height: 32px
    }

    .section-packages .wrap-package .box-package a {
        height: 40px;
        line-height: 40px;
        font-size: 15px
    }

    .section-packages .wrap-package .box-package span {
        font-size: 16px
    }

    .section-packages .wrap-package .box-package {
        padding: 24px
    }

    .lis-order li .lmo-detail {
        font-size: 15px
    }

    .lis-order li .lmo-detail.lmo-detail-left {
        padding: 15px
    }

    .lis-order li .lmo-detail.lmo-detail-left p {
        font-size: 14px !important
    }

    .lis-order li {
        padding: 0 180px 0 0
    }

    .warp-post-search .details-inner .hotel-date {
        display: block
    }

    .warp-post-search .details-inner .rating-inner {
        position: relative;
        top: 10px;
        left: auto;
        width: 100%
    }

    .list-posts-search.grid-view .rating-inner {
        top: 0
    }

    .list-posts-search.grid-view .details-inner .rating-inner .rating .star,
    .list-posts-search.grid-view .details-inner .rating-inner .rating .star.active {
        background-size: 22px;
        width: 22px
    }

    .warp-post-search .details-inner .rating-inner span {
        float: left
    }

    .warp-post-search .details-inner .rating-inner .rating {
        float: right
    }

    .warp-post-search .details-inner .rating-inner .rating span {
        float: none
    }

    .warp-post-search .featured-content .thumb {
        float: none;
        width: 100%;
        margin: auto
    }

    .warp-post-search .featured-content h4 {
        line-height: 1.5;
        margin-top: 15px
    }

    .list-posts-search.grid-view .featured-content h4 {
        margin-top: 0;
        margin-left: 100px;
        text-align: right
    }

    .list-posts-search.grid-view .featured-content h4 a {
        font-size: 15px
    }

    .list-posts-search.grid-view .featured-content span.post-time {
        top: 10px
    }

    .list-posts-search.grid-view .featured-content span.post-views {
        top: 35px
    }

    .list-posts-search.grid-view .details-inner .hotel-date li.icon-date:before,
    .list-posts-search.grid-view .details-inner .hotel-date li.icon-hotel:before {
        background-size: 25px;
        width: 27px;
        height: 32px
    }

    .list-posts-search.grid-view .details-inner .hotel-date li {
        height: 32px;
        padding-right: 38px;
        font-size: 15px;
        text-align: right;
        line-height: 24px;
        margin-top: 10px
    }

    .list-posts-search.grid-view .details-inner .icon-shape {
        top: 0
    }

    .list-posts-search.grid-view .featured-content span {
        text-align: right !important;
        display: flex;
        font-size: 15px !important;
        position: relative;
        top: 0
    }

    .warp-post-search .featured-content .thumb img {
        width: auto
    }

    .warp-post-search .featured-content {
        text-align: center
    }

    .filter-top-search .box-select {
        width: fit-content
    }

    .filter-search {
        padding: 15px
    }

    .tab-wizard li {
        height: 60px;
        line-height: 60px
    }

    .sub-header-search {
        padding-bottom: 50px
    }
}

@media only screen and (max-width:900px) {
    .section-title h1 {
        font-size: 30px
    }

    .section-title p {
        font-size: 19px
    }

    .ad-posts .wrap-ad-posts .ad-posts-inner {
        left: 40px;
        top: 20px
    }

    .ad-posts .wrap-ad-posts .ad-posts-inner h3 {
        font-size: 19px;
        text-align: center
    }

    .ad-posts .wrap-ad-posts .ad-posts-inner a {
        margin-top: 10px;
        font-size: 15px;
        height: 52px;
        line-height: 52px;
        max-width: 290px
    }

    footer .subscription h3 {
        font-size: 15px;
        margin-bottom: 20px
    }

    footer .subscription .wrap-subscription input {
        padding-left: 85px
    }

    footer .subscription .wrap-subscription button {
        width: 80px;
        font-size: 16px
    }

    footer .design {
        font-size: 16px;
        margin-top: 25px
    }

    footer .nav-footer li {
        margin: 20px 0
    }

    footer .nav-footer li a {
        font-size: 14px
    }

    .section-register-company .wrap-register-company {
        background: #f8f8f8;
        padding: 0 50px;
        max-width: 520px;
        margin: 50px auto
    }

    .section-register-company .wrap-register-company:before {
        display: none
    }

    .section-register-company .wrap-register-company .wrm-form {
        margin: 35px 0 50px 0
    }

    .section-register-company h3 {
        font-size: 24px
    }
}

@media only screen and (max-width:780px) {
    header.header-top {
        height: inherit
    }

    header.header-top.style1 {
        height: 121px
    }

    header.header-top .nav-header-top {
        height: inherit;
        float: none;
        text-align: center
    }

    .nav-header-top .nav-top {
        border: none
    }

    header.header-top.style1 .nav-header-top {
        height: 121px;
        float: left
    }

    header.header-top.style1 .nav-header-top .nav-top {
        height: 120px;
        border: none
    }

    header.header-top .wrap-logo {
        margin-top: 20px;
        display: block;
        text-align: center;
        position: relative;
        margin-bottom: 15px;
        right: 0
    }

    header.header-top .wrap-logo:before {
        content: '';
        position: absolute;
        bottom: -15px;
        left: -15px;
        right: -15px;
        border-bottom: 1px solid #eee
    }

    header.header-top.style1 .wrap-logo {
        margin-top: 0;
        display: block;
        text-align: center;
        position: absolute;
        margin-bottom: 0;
        right: 15px
    }

    header.header-top.style1 .wrap-logo:before {
        display: none
    }

    .nav-header-top .nav-top li:first-child {
        border: none;
        text-align: right;
        position: relative
    }

    .nav-header-top .nav-top li:first-child:before {
        content: '';
        position: absolute;
        top: 25px;
        bottom: 25px;
        left: 0;
        border-left: 1px solid #eee
    }

    header.header-top.style1 .nav-header-top .nav-top li:first-child:before {
        display: none
    }

    .breadcrumb-link {
        text-align: center
    }

    header.header-top.style1 .wrap-logo .logo:after,
    header.header-top.style1 .wrap-logo .logo:before {
        top: 118px
    }

    header.header-top.style1 .nav-header-top .nav-top li {
        display: block;
        background: #fff;
        text-align: center;
        height: 60px;
        line-height: 62px;
        border: 1px solid #eee;
        border-top: none
    }

    header.header-top.style1 .nav-header-top .nav-top li:last-child {
        border-bottom: none
    }

    .sub-header-search .wrap-search {
        padding: 15px
    }

    .sub-header-search .wrap-search h3 {
        text-align: center;
        font-size: 21px
    }

    .sub-header-search .wrap-search .box-input > label {
        display: block;
        width: 100%;
        padding-right: 25px
    }

    .sub-header-search .wrap-search .box-input .box-radio {
        width: 100%;
        padding-right: 25px
    }

    .sub-header-search .wrap-search .box-radio {
        padding-left: 25px
    }

    .sub-header-search .wrap-search .box-radio label {
        line-height: 40px;
        margin-bottom: 15px
    }

    .thebox-modal-user {
        top: 100%;
        left: 50%;
        margin-left: -160px
    }

    header.header-top.style1 .thebox-modal-user {
        top: 100%;
        left: 1px;
        margin-left: 0
    }

    .why-choose-inner {
        text-align: center
    }

    .why-choose .why-choose-list {
        text-align: right
    }

    .featured-offers,
    .latest-offers {
        text-align: center
    }

    .featured-offers .section-title,
    .latest-offers .section-title {
        margin-bottom: 70px
    }

    .posts-inner {
        margin: auto;
        max-width: 300px;
        text-align: right
    }

    .owl-controls {
        left: 50%;
        margin-left: -40px
    }

    .ad-posts .wrap-ad-posts .ad-posts-inner {
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        padding-top: 10px;
        max-width: 100%;
        text-align: center;
        background: rgba(0, 0, 0, .2)
    }

    .ad-posts .wrap-ad-posts .ad-posts-inner h3 {
        font-size: 15px;
        text-shadow: 1px 1px 1px #000
    }

    .ad-posts .wrap-ad-posts .ad-posts-inner a {
        font-size: 15px;
        height: 42px;
        line-height: 42px;
        width: auto
    }

    footer {
        text-align: center
    }

    footer .social {
        margin-top: 30px
    }

    footer .nav-footer li a {
        font-size: 15px
    }

    footer .subscription h3 {
        font-size: 15px;
        margin-top: 30px
    }

    footer .subscription .wrap-subscription input {
        padding-left: 115px
    }

    footer .subscription .wrap-subscription button {
        width: 100px;
        font-size: 17px
    }

    footer .design {
        text-align: center;
        margin-top: 35px
    }

    .section-about-us h3,
    .section-account-company h3,
    .section-addpost h3,
    .section-contact-us h3,
    .section-message h3,
    .section-orders-company h3,
    .section-packages h3,
    .section-register-company h3,
    .section-formuser h3 {
        font-size: 24px;
        text-align: center
    }

    .section-register-company .wrap-register-company {
        padding: 0 20px
    }

    .mt50 {
        margin-top: 20px
    }

    .section-register-company .wrap-register-company .wrm-form {
        margin-bottom: 20px
    }

    .section-register-company .wrap-register-company .wrm-form .box-checkbox {
        margin-bottom: 0;
        height: 55px;
    }

    .section-register-company .wrap-register-company .wrm-form button {
        margin-top: 15px
    }

    .boxlogin {
        text-align: center;
        margin-top: 10px
    }

    .section-message .wrap-register-message {
        padding: 20px
    }

    .section-message .wrap-register-message .wrm-bg {
        display: none
    }

    .section-message .wrap-register-message .wrm-message {
        margin: 0;
        padding: 45px
    }

    .section-message .wrap-register-message .wrm-message img {
        max-width: 52px
    }

    .mt70 {
        margin-top: 20px
    }

    .single-post .single-title {
        font-size: 15px;
        text-align: center
    }

    .single-post .single-title .post-date {
        float: none;
        display: block;
        border: none;
        padding: 0
    }

    .single-share {
        text-align: center
    }

    .single-share span {
        display: block;
        margin-bottom: 10px
    }

    .single-share ul {
        float: none;
        text-align: center
    }

    .commentlist li {
        text-align: center
    }

    .commentlist li .comment-meta,
    .commentlist li .date {
        float: none
    }

    .commentlist li .avatar {
        float: none;
        margin: auto
    }

    .section-contact-us .wrap-form {
        padding: 25px
    }

    .section-contact-us .wrap-form input,
    .section-contact-us .wrap-form textarea {
        font-size: 16px;
        padding: 15px
    }

    .section-contact-us .wrap-form textarea {
        height: 200px
    }

    .section-about-us .wrap-about {
        padding: 20px
    }

    .section-top-about-us img {
        max-height: 180px
    }

    .section-about-us .wrap-about p {
        font-size: 16px
    }

    .section-packages .wrap-package .box-package {
        text-align: center;
        padding: 10px;
        border-bottom: 1px solid rgba(0, 0, 0, .15)
    }

    .section-packages .wrap-package .box-package span {
        display: block
    }

    .section-packages .wrap-package .box-package a {
        position: relative;
        margin-bottom: 10px;
        margin-top: 10px
    }

    .tools-account {
        text-align: center;
        margin-bottom: 45px
    }

    .tools-account li a {
        font-size: 16px
    }

    .tools-account li {
        margin-left: 30px
    }

    .tools-account li:last-child {
        margin-left: 0
    }

    .list-myorders .lmo-thumb,
    .list-myposts .lmp-thumb {
        height: inherit
    }

    .list-myorders .lmo-thumb img,
    .list-myposts .lmp-thumb img {
        width: 100%;
        height: inherit
    }

    .lis-order li {
        padding: 100px 15px 0 15px
    }

    .lis-order li:last-child {
        margin-bottom: 0
    }

    .list-myorders .lmo-details h4 {
        font-size: 15px
    }

    .lis-order li .lmo-passport {
        top: -1px;
        right: 0;
        width: 100%;
        border-width: 1px 0 1px 0
    }

    .lis-order li .lmo-detail {
        margin-top: 0;
        margin-bottom: 15px
    }

    .lis-order li .lmo-passport .box-passport {
        padding: 5px
    }

    .lis-order li .lmo-passport .box-passport i {
        width: 22px;
        height: 22px;
        border-width: 3px;
        top: 8px;
        margin-left: 10px
    }

    .lis-order .lmo-detail-left {
        border-top: 1px solid #313945
    }

    .lis-order .lmo-detail-left:before {
        display: none
    }

    .warp-post-search .featured-content .thumb img {
        width: 100%
    }

    .option-search,
    .option-search .option-search-mode,
    .search-sorting {
        text-align: center;
        margin-top: 25px
    }

    .filter-top-search .box-select {
        width: 100%;
        border-left: none;
        border-bottom: 1px solid #6d6e70
    }

    .filter-top-search .box-select select {
        width: 100%
    }

    .list-posts-search.grid-view .warp-thumb {
        float: none;
        margin: 0
    }

    .list-posts-search.grid-view .warp-thumb .thumb img {
        width: 100%;
        height: inherit
    }

    .list-posts-search.grid-view .featured-content {
        margin: 0;
        height: inherit
    }

    .tab-wizard {
        margin-bottom: 20px
    }

    .tab-wizard li {
        display: block;
        width: 100%;
        margin-bottom: 10px
    }

    .step-wizard {
        padding: 10px 20px
    }

    .box-radio-thumbs li img {
        width: 100px
    }

    .statistics-account {
        font-size: 15px;
        text-align: right;
        padding-right: 140px
    }

    .statistics-account img {
        position: absolute;
        right: 25px;
        height: 64px
    }

    .statistics-account span {
        float: none;
        display: block;
        font-size: 15px;
        text-align: right;
        width: 100%;
        padding: 0
    }

    .statistics-account span:before {
        display: none
    }

    .addcredit a {
        width: 200px;
        font-size: 15px
    }

    .addcredit span {
        font-size: 15px;
        text-align: center;
        width: 100%
    }

    .nav-top-blog ul li {
        display: block;
        margin: 2px 0
    }

    .nav-top-blog ul li a {
        line-height: 46px
    }
    .wrap-formuser .wlp-form {
        margin: 30px;
        text-align: center;
    }
    .hotel-details {
        text-align: center;
    }
    .hotel-details .rating-inner {
        float: none;
    }
    .hotel-details .text-center {
        margin: 10px 0;
    }
    .col-md-5ths {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center
    }
    .col-md-5ths img {
        margin: 10px 0;
    }
    .title-campaign {
        text-align: center;
        font-size: 21px;
    }
    .campaign-detail {
        text-align: center;
    }
    .campaign-detail a.comution-data {
        width: 100%;
        text-align: center;
        margin-top: 0px;
        font-size: 16px;
    }
    .campaign-detail .avatar-campaign {
        width: 200px;
        height: 200px;
    }
    .campaign-detail h3 {
        display: block;
        height: inherit;
        padding: 0;
        margin-bottom: 30px;
        font-size: 21px;
    }
}

@media only screen and (max-width:380px) {
    header.header-top {
        border-bottom: 2px solid #eee
    }

    header.header-top.style1 .wrap-logo .logo {
        padding: 4px 10px 9px 0;
        top: 0;
        border: none
    }

    header.header-top.style1 .wrap-logo .logo img {
        width: 72px
    }

    .nav-header-top.style1 .nav-top {
        position: relative;
        left: -15px
    }

    .sub-header-search .wrap-search h3 {
        font-size: 16px
    }

    .sub-header-search .wrap-search .box-input .input-search {
        font-size: 14px
    }

    .ad-posts .wrap-ad-posts {
        margin-bottom: 45px
    }

    .why-choose .why-choose-list .icon-headphones,
    .why-choose .why-choose-list .icon-money {
        width: 56px;
        height: 56px
    }

    .why-choose .why-choose-list h3 {
        font-size: 21px;
        padding-top: 5px
    }

    .why-choose .why-choose-list {
        padding-right: 70px
    }

    .why-choose .why-choose-list ul li {
        font-size: 14px
    }

    .ad-register-company {
        overflow: hidden;
        height: 180px;
        position: relative
    }

    .ad-register-company img {
        position: absolute;
        width: 690px;
        max-width: inherit;
        right: 0
    }

    .nav-header-top .nav-top li {
        padding: 0 8px
    }

    .nav-header-top .nav-top li img {
        max-width: 20px
    }

    header.header-top.style1 .nav-header-top {
        left: -15px
    }

    header.header-top.style1 .wrap-logo {
        right: 20px;
        border: none
    }

    .section-register-company .wrap-register-company {
        padding: 0;
        background: 0 0
    }

    .boxterms {
        float: none;
        display: block;
        text-align: right;
        margin-right: 50px
    }

    .section-register-company .wrap-register-company .wrm-form .box-checkbox {
        margin-bottom: 0;
        height: 55px;
    }

    .box-file,
    .section-register-company .wrap-register-company .wrm-form .input-text,
    .section-register-company .wrap-register-company .wrm-form select {
        padding-right: 10px;
        font-size: 14px
    }

    .mt50 {
        margin-top: 0
    }

    .blog-post .thumb,
    .widget-featured ul li .thumb {
        float: none;
        width: 100%;
        margin: 0;
        position: relative;
        display: block;
        right: 0
    }

    .widget-recent .featured-content .thumb {
        float: none;
        width: 100%
    }

    .widget-recent .featured-content .thumb img {
        width: 100%
    }

    .blog-post h4,
    .widget-featured ul li h4,
    .widget-recent .featured-content h4 {
        margin-top: 12px
    }

    .blog-post,
    .widget-featured ul li {
        padding: 15px;
        text-align: center
    }

    .widget-recent .details-inner .hotel-date {
        display: block;
        width: 100%;
        max-width: 100%
    }

    .widget-recent .details-inner .rating-inner {
        position: relative;
        left: auto
    }

    .comment-form button {
        width: 100%
    }
}



.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

.post-views {
    position: absolute;
    left: 40px;
    top: 15px;
    font-size: 16px;
    padding-right: 42px;
    background: url(../images/icon-eye.svg) no-repeat right center;
    background-size: 32px
}
