@charset "UTF-8";

/*
Theme Name: EasyBook | Shared by WPTry.org
Theme URI: https://easybook.cththemes.com/
Author: CTHthemes
Author URI: http://themeforest.net/user/cththemes
Description: EasyBook – Directory & Listing WordPress Theme is perfect if you like a clean and modern design. EasyBook a Directory & Listing WordPress Theme that will help you create, manage and monetize a local or global directory site.
Version: 1.3.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: easybook
Tags: one-column, two-columns, right-sidebar, flexible-header, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/*--
	reset
--*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    border: none;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: top;
    text-decoration: none;
    margin: 0;
    padding: 0;
}

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

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

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

blockquote,
q {
    quotes: none;
}

:focus {
    outline: 0;
}

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

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
}

a {
    text-decoration: none;
    position: relative;
    color: #000;
}

audio,
video,
canvas {
    max-width: 100%;
}

input,
textarea,
select,
button {
    font-weight: inherit;
    font-style: inherit;
    font-family: inherit;
    font-size: 100%;
}

b {
    font-weight: 700;
}

em {
    font-style: italic;
}


/*--------------------------------------------------------------
2.0 Accessibility
--------------------------------------------------------------*/


/* Text meant only for screen readers. */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    height: auto;
    left: 5px;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}


/*--------------------------------------------------------------
3.0 Alignments
--------------------------------------------------------------*/

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}


/*--------------------------------------------------------------
5.0 Typography
--------------------------------------------------------------*/

body {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.55;
}

h1 {
    font-size: 3.157em;
}

h2 {
    font-size: 2.369em;
}

h3 {
    font-size: 1.777em;
}

h4 {
    font-size: 1.33em;
}

h5 {
    font-size: 1em;
}

h6 {
    font-size: 0.75em;
}

.pos-single h1,
.pos-single h2,
.pos-single h3,
.pos-single h4,
.pos-single h5,
.pos-single h6,
.page-single-content h1,
.page-single-content h2,
.page-single-content h3,
.page-single-content h4,
.page-single-content h5,
.page-single-content h6,
.comment-text h1,
.comment-text h2,
.comment-text h3,
.comment-text h4,
.comment-text h5,
.comment-text h6 {
    margin-bottom: 0.5em;
}


/*--------------------------------------------------------------
6.0 Formatting
--------------------------------------------------------------*/

hr {
    background-color: #bbb;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

pre {
    background: #f9f9f9;
    padding: 1rem;
    overflow: scroll;
    margin-bottom: 1rem;
}


/*--------------------------------------------------------------
7.0 Lists
--------------------------------------------------------------*/

ul,
ol {
    margin: 0 0 1.5em 1rem;
    padding: 0;
}

ul li,
ol li {
    margin-bottom: 0.5em;
}

li>ul,
li>ol {
    margin-top: 0.5em;
    margin-bottom: 0;
    margin-left: 1.5em;
}

li>ul li:last-child,
li>ol li:last-child {
    margin-bottom: 0;
}

dt {
    font-weight: 700;
}

dd {
    margin: 0 1em 1em;
}


/*--------------------------------------------------------------
8.0 Tables
--------------------------------------------------------------*/

table {
    border-collapse: collapse;
    margin: 0 0 1.5em;
    width: 100%;
}

thead th {
    border-bottom: 2px solid #eee;
    padding-bottom: 0.5em;
}

th {
    padding: 0.4em;
    text-align: left;
}

tr {
    border-bottom: 1px solid #eee;
}

td {
    padding: 0.4em;
}

th:first-child,
td:first-child {
    padding-left: 0;
}

th:last-child,
td:last-child {
    padding-right: 0;
}


/*--------------------------------------------------------------
9.0 Links
--------------------------------------------------------------*/


/*-------------------- 10.0 widget ----------------------------------*/

.wp-caption {
    max-width: 100%;
    margin-bottom: 15px;
}

.gallery-caption {
    margin-bottom: 10px;
}

.wp-caption p.wp-caption-text {
    margin: 0;
    padding: 0 4px 5px;
}

.bypostauthor .comment-meta {
    font-weight: 700;
}

.display-post img,
.display-page img,
.wp-caption img,
.box-widget-wrap img {
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
}

select,
.box-widget-wrap select {
    max-width: 100%;
    height: 40px;
    width: 100%;
    border: 1px solid #eee;
    background: #fff;
}


/* 11.0 WordPress Gallery post format*/

.gallery[class*=gallery-columns-] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.gallery[class*=gallery-columns-] .gallery-item {
    margin-bottom: 20px;
}

.gallery.gallery-columns-1 .gallery-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 100%;
    flex: 0 100%;
}

.gallery.gallery-columns-2 .gallery-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 49%;
    flex: 0 49%;
}

.gallery.gallery-columns-3 .gallery-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 32.33%;
    flex: 0 32.33%;
}

.gallery.gallery-columns-4 .gallery-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 24%;
    flex: 0 24%;
}

.gallery.gallery-columns-5 .gallery-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 19%;
    flex: 0 19%;
}

.gallery.gallery-columns-6 .gallery-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 15.66%;
    flex: 0 15.66%;
}

.gallery.gallery-columns-7 .gallery-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 13.28%;
    flex: 0 13.28%;
}

.gallery.gallery-columns-8 .gallery-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 11.5%;
    flex: 0 11.5%;
}

.gallery.gallery-columns-9 .gallery-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 10.11%;
    flex: 0 10.11%;
}

.sticky .list-single-main-item-title h3 a {
    color: #4DB7FE;
}

.social-title {
    display: none;
}


/*======================================
 [ -Main Stylesheet-
  Theme: EasyBook
  Version: 1.3.1
  Last change: 02/02/2018 ]
++ Fonts ++
++ General Style ++
++ Typography ++
++ loader ++
++ Content Styles ++
++ Header ++
++ Navigation ++
++ section ++
++ Home / Sliders ++
++ Register form ++ 
++ Listing ++
++ Scroll nav ++
++ Forms ++
++ Counter ++
++ Team ++
++ Map ++
++ Accordion ++
++ Dashboard ++
++ Button ++
++ Grid Gallery ++
++ Image collage ++
++ Price tables ++
++ Testimonials ++ 
++ Sponsors ++
++ Footer ++
++ Timeline ++
++ Blog ++
++ Video ++
++ Share ++
++ 404 ++
++ Coming Soon ++ 
++ Responsive ++
/*-------------General Style---------------------------------------*/

html {
    overflow-x: hidden !important;
    height: 100%;
}

body {
    height: 100%;
    background: #18458B;
    color: #000;
    font-family: 'Nunito', sans-serif !important;
}

@-o-viewport {
    width: device-width;
}

@-ms-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}


/*--------------Typography--------------------------------------*/

p {
    padding-bottom: 10px;
    color: #878C9F;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    border-left: 15px solid #eee;
    position: relative;
}

blockquote:before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    content: "\f10e";
    position: absolute;
    color: #ccc;
    bottom: 3px;
    font-size: 43px;
    right: 6px;
    opacity: 0.4;
}

blockquote p {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    color: #878C9F;
    line-height: 28px;
}

blockquote p a {
    color: #999;
}

.text-center {
    text-align: center;
}


/*------ loader-------------------------------------------------*/

.loader-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: #2F3B59;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    text-align: center;
}

.loader-inner {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.pin {
    width: 30px;
    height: 30px;
    border-radius: 50% 50% 50% 0;
    background: #89849b;
    position: absolute;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 50%;
    top: 50%;
    margin: -20px 0 0 -20px;
}

.pin:after {
    content: '';
    width: 14px;
    height: 14px;
    top: 8px;
    left: 8px;
    background: #2F3B59;
    position: absolute;
    border-radius: 50%;
}

.pulse {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    height: 14px;
    width: 14px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: 11px 0px 0px -12px;
    -webkit-transform: rotateX(55deg);
    transform: rotateX(55deg);
    z-index: -2;
}

.pulse:after {
    content: "";
    border-radius: 50%;
    height: 40px;
    width: 40px;
    position: absolute;
    margin: -13px 0 0 -19px;
    -webkit-animation: pulsate 1s ease-out;
    animation: pulsate 1s ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    opacity: 0.0;
    -webkit-box-shadow: 0 0 1px 3px #4DB7FE;
    box-shadow: 0 0 1px 3px #4DB7FE;
}

@-webkit-keyframes pulsate {
    0% {
        -webkit-transform: scale(0.1, 0.1);
        transform: scale(0.1, 0.1);
        opacity: 0.0;
    }
    50% {
        opacity: 1.0;
    }
    100% {
        -webkit-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
        opacity: 0;
    }
}

@keyframes pulsate {
    0% {
        -webkit-transform: scale(0.1, 0.1);
        transform: scale(0.1, 0.1);
        opacity: 0.0;
    }
    50% {
        opacity: 1.0;
    }
    100% {
        -webkit-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
        opacity: 0;
    }
}

.loader-icon-img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    margin-left: -30px;
    -webkit-animation: pulsate 1s ease-out;
    animation: pulsate 1s ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.loader-icon-img img {
    max-width: 100%;
    height: auto;
}

.loader-wrap {
    background: #18458B;
}

.loader-wrap .pin {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 40px;
    height: 40px;
    border: 4px solid;
    border-radius: 100%;
    margin: -20px 0 0 -20px;
    background: #18458B;
    border-color: #3AACED;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.loader-wrap .pin .pulse {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    -webkit-animation: spin 1000ms linear infinite;
    animation: spin 1000ms linear infinite;
    background: none;
    margin: 0;
    z-index: unset;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.loader-wrap .pin .pulse:after {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.loader-wrap .pin .pulse:before {
    content: '';
    position: absolute;
    width: 12px;
    height: 4px;
    border-radius: 4px;
    background: #fff;
    left: 50%;
    top: 50%;
    margin: -2px 0 0 -12px;
}

.loader-wrap .pin:after {
    content: none;
}


/* ---------Content Styles--------------------------------------*/

#main-theme {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: 0;
}

#main-theme.is-hide-loader {
    opacity: 1;
}

.container {
    max-width: 1224px;
    width: 92%;
    margin: 0 auto;
    position: relative;
    z-index: 5;
}

.big-container {
    max-width: 1500px;
}

.small-container {
    max-width: 1024px;
}

#wrapper {
    float: left;
    width: 100%;
    position: relative;
    z-index: 5;
    padding-top: 110px;
}

.content {
    width: 100%;
    position: relative;
    z-index: 4;
    float: left;
    background: #fff;
}

.fl-wrap {
    position: relative;
}

.no-bg {
    background: none;
}

.full-height {
    height: 100%;
}

.full-width-wrap {
    width: 100%;
}

.bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-size: cover;
    background-attachment: scroll;
    background-position: center;
    background-repeat: repeat;
    background-origin: content-box;
}

.shapes-bg-small:before,
.shapes-bg-big:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: repeat;
    opacity: 0.3;
}

.shapes-bg-small:before {
    background-attachment: scroll;
    background-size: cover;
    background-image: url(assets/images/bg/shapes-small.png);
}

.shapes-bg-big:before {
    background-image: url(assets/images/bg/shapes-big.png);
}

.respimg {
    max-width: 100%;
    height: auto;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
    z-index: 2;
}

.fw-separator {
    margin: 25px 0;
    height: 1px;
    background: #eee;
    display: block;
}


/*------ section-------------------------------------------------*/

section {
    position: relative;
    padding: 80px 0;
    overflow: hidden;
    background: #fff;
    z-index: 1;
}

section {
    overflow: visible;
    z-index: auto;
}

section.overvi {
    overflow: visible;
    z-index: 2;
}

section.overvi section {
    overflow: visible;
}

section.overauto {
    overflow: auto;
}

section.overauto section {
    overflow: auto;
}

.hero-bg-wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
}

.elementor-hero-section {
    overflow: visible;
}

section.no-top-padding {
    padding: 50px 0;
}

section.no-pading {
    padding-bottom: 0;
}

.header-sec-link {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    z-index: 20;
    text-align: center;
}

.header-sec-link a {
    font-size: 19px;
    padding: 8px 60px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    color: #fff;
}

.header-sec-link a i {
    font-weight: 300;
}

section.hero-section-map .header-sec-link,
section.hero-section .header-sec-link {
    bottom: 5px;
}

section.color-bg .header-sec-link a:hover {
    color: #fff;
}

.easybook_home_sec,
section.hero-section {
    padding: 150px 0;
}

section.hero-section.no-dadding {
    padding: 0;
}

.white-bg {
    background-color: #fff;
}

.dark-bg {
    background-color: #000;
}

section.single-section {
    padding: 50px 0;
}

section.single-section article.type-post {
    margin-bottom: 0;
}

section.single-section .section-separator {
    margin: 0;
}

section.single-section .section-separator:before {
    background: none;
}

section.gray-section {
    /* background: #f9f9f9; */
}

section.grey-blue-bg {
    background: #ECF6F8;
}

section.hero-section .bg {
    height: 120%;
    top: -10%;
}

section.parallax-section {
    padding: 140px 0;
    overflow: hidden;
}

section.video-section {
    padding: 150px 0;
}

section.single-par {
    padding: 180px 0;
}

section.parallax-section.small-par {
    padding: 90px 0;
}

section.list-single-section {
    padding: 250px 0 0;
    overflow: hidden;
}

.hero-section-wrap {
    z-index: 30;
    text-align: center;
}

section.parallax-section .bg {
    height: 120%;
    top: 0;
}

section#dashboard-app {
    position: relative;
    padding: 0;
    overflow: hidden;
    background: #fff;
    z-index: 1;
}

section.hero-section-map {
    position: relative;
    padding: 0;
    overflow: hidden;
    background: #fff;
    z-index: 1;
}

.section-title {
    position: relative;
    padding-bottom: 40px;
    text-align: center;
    z-index: 2;
}

.section-title h1,
.section-title h2 {
    color: #fff;
    font-weight: 700;
}

.section-title p {
    color: #878C9F;
}

.section-title .breadcrumbs {
    margin-top: 20px;
}

.section-title .breadcrumbs a,
.section-title .breadcrumbs span {
    color: rgba(255, 255, 255, 0.71);
    display: inline-block;
    padding: 0 16px;
    position: relative;
    font-weight: 500;
}

.section-title .breadcrumbs span,
.section-title .breadcrumbs a:hover {
    color: #fff;
}

.section-title .breadcrumbs a:before {
    content: '';
    position: absolute;
    top: 50%;
    right: -4px;
    margin-top: -3px;
    width: 6px;
    height: 6px;
    border-radius: 100%;
}

section.color-bg .section-title p {
    color: rgba(255, 255, 255, 0.71);
}

section.color-bg .section-title .breadcrumbs {
    margin-top: 0;
    margin-bottom: 10px;
}

section.color-bg .section-title .breadcrumbs a:before {
    background: #fff !important;
}

.section-separator {
    position: relative;
    margin: 10px 0 15px;
    display: inline-block;
    width: 100%;
}

.section-separator:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    height: 4px;
    margin-left: -25px;
    width: 50px;
    border-radius: 3px;
}

.section-separator.fl-sec-sep:before {
    left: 0;
    margin-left: 0;
}

.parallax-section .section-title h1,
.parallax-section .section-title h2 {
    font-size: 44px;
}

.parallax-section .section-title h1,
.parallax-section .section-title h2,
.parallax-section .section-title p {
    color: #fff;
}

.parallax-section .section-title h4 {
    color: rgba(255, 255, 255, 0.71);
    font-size: 12px;
    font-weight: 400;
}

.section-title-left:before {
    font-family: Font Awesome\ 5 Pro;
    content: "\f0d7";
    position: absolute;
    right: 0;
    top: 2px;
    color: #ADC7DD;
}

.section-subtitle {
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0;
    top: -20px;
    font-size: 64px;
    opacity: 0.13;
    z-index: -1;
    text-transform: uppercase;
    font-weight: bold;
}

.parallax-section .section-subtitle {
    color: #fff;
    opacity: 0.2;
}

.section-subtitle:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, rgba(255, 255, 255, 0.75)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 0.75) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 0.75) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(255, 255, 255, 0.75)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 0.75) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#fffff', GradientType=0);
}

.parallax-section .section-subtitle:before {
    display: none;
}

.breadcrumbs-fs {
    background: #fff;
    border-bottom: 1px solid #eee;
    padding: 25px 0;
    overflow: hidden;
}

.flat-title-wrap {
    padding: 20px 0;
    text-align: center;
}

.flat-title-wrap h2,
.flat-title-wrap .head-sec-title {
    font-size: 30px;
    font-weight: 600;
    position: relative;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
}

.flat-title-wrap h4,
.flat-title-wrap p {
    color: rgba(255, 255, 255, 0.71);
    font-size: 1em;
    font-weight: 400;
}

.elementor-section {
    padding: 0;
}

.elementor-section.elementor-section-boxed>.elementor-container {
    max-width: 1224px !important;
    width: 92%;
}

.elementor-hero-section {
    text-align: center;
}

.elementor .post-author img {
    width: 40px;
    height: 40px;
    border-radius: 100%;
}


/*------ Home / Sliders-------------------------------------------------*/


/* main search in sidebar */

.listing-search-sidebar .azp-col-33,
.listing-search-sidebar .azp-col-50 {
    width: 100% !important;
}

.listing-search-sidebar .azp-col-33 .quantity-item-header,
.listing-search-sidebar .azp-col-50 .quantity-item-header {
    margin-top: 15px;
}

.listing-search-sidebar .azp-col-33 .quantity-item-header label,
.listing-search-sidebar .azp-col-50 .quantity-item-header label {
    margin-bottom: 15px;
    font-size: 10px;
    text-transform: uppercase;
}

.listing-search-sidebar .azp-col-33 .search-input-item,
.listing-search-sidebar .azp-col-50 .search-input-item {
    padding: 0;
}

.listing-search-sidebar .azp-col-33 .azp_filter_button,
.listing-search-sidebar .azp-col-50 .azp_filter_button {
    display: none;
}

.listing-search-sidebar .azp-col-33 .azp_filter_rating,
.listing-search-sidebar .azp-col-33 .azp_filter_fact,
.listing-search-sidebar .azp-col-50 .azp_filter_rating,
.listing-search-sidebar .azp-col-50 .azp_filter_fact {
    display: block;
}

.listing-search-sidebar .azp-col-33 .azp_filter_rating h4,
.listing-search-sidebar .azp-col-33 .azp_filter_fact h4,
.listing-search-sidebar .azp-col-50 .azp_filter_rating h4,
.listing-search-sidebar .azp-col-50 .azp_filter_fact h4 {
    margin-bottom: 15px;
    color: #878C9F;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
}

.listing-search-sidebar .azp-col-33 .azp_filter_rating ul,
.listing-search-sidebar .azp-col-33 .azp_filter_fact ul,
.listing-search-sidebar .azp-col-50 .azp_filter_rating ul,
.listing-search-sidebar .azp-col-50 .azp_filter_fact ul {
    margin: 0;
}

@-webkit-keyframes pulse2 {
    50% {
        -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 40px rgba(238, 238, 238, 0.3);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 40px rgba(238, 238, 238, 0.3);
    }
}

@keyframes pulse2 {
    50% {
        -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 40px rgba(238, 238, 238, 0.3);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 40px rgba(238, 238, 238, 0.3);
    }
}

.main-search-form-wrap {
    max-width: 90%;
    max-width: 900px;
    margin: 20px auto;
    position: relative;
}

.main-search-input {
    background: #fff;
    border-radius: 4px;
    margin-top: 50px;
    -webkit-box-shadow: 0px 0px 0px 10px rgba(255, 255, 255, 0.3);
    box-shadow: 0px 0px 0px 10px rgba(255, 255, 255, 0.3);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.main-search-input:before {
    content: '';
    position: absolute;
    bottom: -40px;
    width: 50px;
    height: 1px;
    background: rgba(255, 255, 255, 0.41);
    left: 50%;
    margin-left: -25px;
}

.main-search-input-item {
    border-right: 1px solid #eee;
    height: 50px;
    position: relative;
}

.main-search-input-item input {
    border: none;
    width: 100%;
    height: 100%;
    padding: 10px 12px;
    font-size: 13px;
    min-height: 42px;
}

.main-search-input-item .inpt_dec+input {
    padding-left: 39px;
}

.main-search-input-item select {
    border: none;
    color: #666;
    width: 100%;
    height: 100%;
    padding: 0 0 15px 0;
    min-height: 42px;
    line-height: 42px;
}

.main-search-input-item.location a {
    position: absolute;
    top: 20px;
    right: 22px;
    line-height: 1;
}

.main-search-input-item.location a:hover {
    border-radius: 100%;
    -webkit-animation: pulse2 1.1s infinite ease-in-out;
    animation: pulse2 1.1s infinite ease-in-out;
}

.azp_filter_button {
    width: 100%;
    height: 100%;
}

.azp_filter_button i:before {
    color: #fff;
}

.main-search-button {
    height: 100%;
    width: 100%;
    color: #fff;
    border: none;
    cursor: pointer;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}


/* change for nice scroll */

.main-search-input-item .nice-select {
    color: #292929;
    width: 100%;
    border: none;
    min-width: 150px;
    height: 50px;
    line-height: 50px;
}

.main-search-input-item .nice-select .nice-select-search {
    border: 1px solid #eee;
    border-radius: 6px !important;
}

.main-search-input-item .nice-select .list {
    width: 100%;
    padding: 60px 12px 10px;
    background: #fff;
    border-radius: 4px;
    margin-left: 0;
    margin-bottom: 0;
}

.main-search-input-item .nice-select .list li {
    display: block;
    padding: 5px 10px 6px;
    color: #666;
    font-size: 13px;
    border-radius: 2px;
    min-height: 20px;
    line-height: 20px;
}

.main-search-input-item .nice-select .list li:hover,
.main-search-input-item .nice-select .list li.selected {
    color: #fff;
}

.main-search-input-item .nice-select:after {
    width: 7px;
    height: 7px;
}

.listsearch-input-item .nice-select {
    width: 100%;
    color: #fff;
    border-radius: 4px;
    height: 42px;
    line-height: 46px;
    background: #F7F9FB;
}

.listsearch-input-item .nice-select .list {
    width: 100%;
    padding: 60px 12px 10px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 4px;
    margin-left: 0;
    margin-bottom: 0;
}

.listsearch-input-item .nice-select .list li {
    display: block;
    padding: 5px 10px 6px;
    color: #666;
    font-size: 13px;
    border-radius: 2px;
    min-height: 20px;
    line-height: 20px;
}

.listsearch-input-item .nice-select .list li:hover,
.listsearch-input-item .nice-select .list li.selected {
    color: #fff;
}

.custom-form .nice-select {
    color: #fff;
    border-radius: 6px;
    width: 100%;
    margin-bottom: 20px;
}

.custom-form .nice-select .nice-select-search {
    padding: 7px 12px;
    border-radius: 4px;
}

.custom-form .nice-select .list {
    width: 100%;
    padding: 60px 12px 10px;
    background: #fff;
    border-radius: 4px;
    margin-left: 0;
    margin-bottom: 0;
}

.custom-form .nice-select .list li {
    display: block;
    padding: 5px 10px 6px;
    color: #666;
    font-size: 13px;
    border-radius: 2px;
    min-height: 20px;
    line-height: 20px;
}

.custom-form .nice-select .list li:hover,
.custom-form .nice-select .list li.selected {
    color: #fff;
}

.custom-form .nice-select input {
    padding-left: 20px;
}

.custom-form .nice-select.custom-select {
    line-height: 40px;
    height: 40px;
}


/* for hide main search string */

.hide-search-string .main-search-form-wrap {
    max-width: 750px;
}

.hide-search-string .lsearch-string {
    display: none;
}

.hide-search-string .lsearch-location input {
    border-radius: 100%;
}

.inpt_dec {
    position: absolute;
    left: 15px;
    top: 16px;
    z-index: 20;
}

.qty-dropdown-header:before,
.main-search-input-item_small:before {
    font-family: FontAwesome;
    content: "\f0d7";
    position: absolute;
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    z-index: 20;
    bottom: 16px;
    right: 20px;
}

.qty-dropdown-header:before {
    bottom: -2px;
}

.qty-dropdown {
    z-index: 100;
}

.qty-dropdown-header {
    font-size: 13px;
    color: #666;
    text-align: left;
    font-weight: 300;
    padding-left: 15px;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
    position: relative;
}

.qty-dropdown-header i {
    padding-right: 10px;
}

.qty-dropdown-content {
    background: #fff;
    padding: 15px 20px;
    overflow: hidden;
    display: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.qty-dropdown-content .quantity-item-header {
    width: 100%;
    float: left;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.qty-dropdown-content .quantity-item-header:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border: none;
}

.qty-dropdown-content .quantity-item-header label {
    float: left;
    color: #666;
    font-size: 12px;
    font-weight: 300;
    position: relative;
    top: 12px;
    text-transform: capitalize;
}

.qty-dropdown-content .quantity-item-header label i {
    padding-right: 10px;
    font-size: 16px;
    width: 20px;
}

.qty-dropdown-content .quantity-item-header .quantity-search {
    float: right;
}

.main-search-button i {
    padding-left: 10px;
    font-weight: 500;
    font-size: 11px;
}

.dis-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.flex-items-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.filter-gid-item .chosen-select {
    width: 100%;
}

.filter-gid-item .chosen-select input {
    border: 1px solid #eee;
}

.filter-gid-item .chosen-select ul {
    margin: 5px 0 0;
}

.filter_custom_field {
    text-align: left;
}

.filter_custom_field input {
    border: 1px solid #eee;
    padding: 12px 15px 12px 15px;
    border-radius: 6px;
    background: #F7F9FB;
    height: 42px;
}

.filter_custom_field .flabel-icon {
    margin-bottom: 5px;
}

.cusfield-checkbox-wrap input,
.cusfield-radio-wrap input {
    margin-right: 10px;
}

.section-title-separator {
    position: relative;
    max-width: 450px;
    margin: 0 auto 10px;
}

.section-title-separator span {
    position: relative;
    display: inline-table;
    z-index: 2;
}

.section-title-separator span i {
    padding: 0 2px;
    color: #D0DBDB;
}

.section-title-separator span i:nth-child(2) {
    font-size: 16px;
}

.intro-item h2 {
    font-size: 44px;
    color: #fff;
    font-weight: 700;
}

.intro-item h3 {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}

.home-intro-card {
    margin-top: 50px;
    text-align: left;
}

.home-intro-card .btn {
    margin-top: 20px;
}

.home-intro-card h3 {
    font-size: 34px;
    color: #fff;
}

.home-intro-card h5 {
    color: rgba(255, 255, 255, 0.7);
    font-size: 12px;
    padding-top: 10px;
}

.home-intro-card-counter {
    float: left;
    margin-bottom: 10px;
    font-size: 11px;
    border-radius: 4px;
    background: #18458B;
    color: #fff;
    padding: 9px 12px;
    position: relative;
    top: -4px;
    -webkit-box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.2);
    box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.2);
}

.home-intro-card-counter.home-intro-card-counter_price {
    top: 0;
    margin-top: 10px;
}

.home-intro-card .listing-rating i {
    margin-right: 4px;
}

.home-intro-subtitle {
    padding-top: 60px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 12px;
}

.slider-container-wrap {
    padding: 300px 0;
    text-align: center;
}

.slider-container-wrap .slider-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.slider-container .slider-item {
    padding: 170px 80px;
}

.hero-section-wrap #map-osm-main,
.hero-section-wrap #map-main,
.home-map #map-osm-main,
.home-map #map-main {
    height: 600px;
    position: static;
    z-index: 0;
}

.hero-section-wrap #pac-input,
.home-map #pac-input {
    display: none;
}

.bubble-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    overflow: hidden;
}

.individual-bubble {
    position: absolute;
    border-radius: 100%;
    bottom: 0;
    background-color: #ccc;
    z-index: 1;
    width: 5px !important;
    height: 5px !important;
    background: #fff;
    opacity: 0.3;
    -webkit-animation: fade 20s infinite;
}

@-webkit-keyframes fade {
    from {
        bottom: -24px;
        opacity: 0.5;
        visibility: visible;
    }
    to {
        bottom: 120%;
    }
}

@keyframes fade {
    from {
        bottom: -24px;
        opacity: 0.5;
        visibility: visible;
    }
    to {
        bottom: 120%;
    }
}

.absolute-main-search-input {
    position: absolute;
    bottom: 100px;
    left: 0;
    width: 100%;
    z-index: 22;
}

.slideshow-container {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 110%;
    z-index: 1;
}

.slideshow-container-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.slideshow-item,
.slideshow-container .slick-slide {
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
}

.sw-btn.swiper-button-prev,
.sw-btn.swiper-button-next {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 36px;
    line-height: 36px;
    border-radius: 100%;
    color: #fff;
    font-size: 10px;
    z-index: 120;
    cursor: pointer;
    margin-top: -18px;
    -webkit-box-shadow: 0px 0px 0px 9px rgba(255, 255, 255, 0.4);
    box-shadow: 0px 0px 0px 9px rgba(255, 255, 255, 0.4);
    text-align: center;
}

.sw-btn.swiper-button-prev {
    left: 50px;
}

.sw-btn.swiper-button-next {
    right: 50px;
}

.single-carousel .slick-dots,
.listing-carousel .slick-dots {
    bottom: -50px;
}

.single-carousel .slick-dots li button,
.listing-carousel .slick-dots li button {
    background: #BDCBDB;
}

.list-single-carousel-wrap {
    height: 500px;
    background: #24324F;
}

.fw-carousel .slick-slide-item {
    width: auto;
    height: 500px !important;
    float: left;
    cursor: w-resize;
}

.fw-carousel .slick-slide-item img {
    width: auto;
    height: 100% !important;
}

.list-single-carousel-wrap .slick-slide-item {
    float: left;
    width: auto;
    height: 100%;
    padding: 0 0px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
}

.list-single-carousel-wrap .swiper-slide:first-child {
    padding-left: 0px;
}

.list-single-carousel-wrap .sw-btn,
.single-slider-wrapper .sw-btn {
    top: 50%;
}

.list-single-carousel-wrap .sw-btn:hover,
.single-slider-wrapper .sw-btn:hover {
    background: #2C3B5A;
}

.list-carousel .sw-btn.swiper-button-prev {
    left: 8px;
}

.list-carousel .sw-btn.swiper-button-next {
    right: 8px;
}

.single-slider img {
    width: 100%;
    height: auto;
}

.slick-dots {
    position: absolute;
    bottom: 40px;
    left: 0;
    width: 100%;
    text-align: center;
    margin-bottom: 0;
    margin: 0;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 3px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 6px;
    height: 6px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: rgba(255, 255, 255, 0.51);
    border-radius: 100%;
}

.box-cat-container {
    display: inline-table;
    margin-top: 10px;
}

.elementor .box-cat,
.box-cat {
    display: inline-block;
    padding: 20px 0;
    border-radius: 6px;
    color: #fff;
    margin: 0 10px;
    min-width: 120px;
    -webkit-box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.2);
    box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.2);
}

.elementor .box-cat h4,
.box-cat h4 {
    font-size: 13px;
    font-weight: 400;
}

.box-cat:hover {
    background: #2C3B5A;
}

.box-cat i {
    padding-bottom: 10px;
    font-size: 16px;
}

.bg-ser {
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}

.popular-searching {
    float: left;
    width: 100%;
    margin-top: 40px;
}

.popular-searching div,
.popular-searching a {
    display: inline-block;
    margin-right: 20px;
    font-weight: 500;
}

.popular-searching div {
    color: #fff;
    margin-bottom: 20px;
    font-size: 13px;
}

.popular-searching a {
    color: rgba(255, 255, 255, 0.81);
    font-size: 13px;
}

.popular-searching a:hover {
    color: #fff;
}


/*-------------Post Grid---------------------------------------*/

.exbig-pad.items-grid-holder {
    margin-left: -20px;
    margin-right: -20px;
}

.exbig-pad .items-grid-item {
    padding: 20px;
}

.mbig-pad.items-grid-holder {
    margin-left: -15px;
    margin-right: -15px;
}

.mbig-pad .items-grid-item {
    padding: 15px;
}

.big-pad.items-grid-holder {
    margin-left: -10px;
    margin-right: -10px;
}

.big-pad .items-grid-item {
    padding: 10px;
}

.medium-pad.items-grid-holder {
    margin-left: -8px;
    margin-right: -8px;
}

.medium-pad .items-grid-item {
    padding: 8px;
}

.small-pad.items-grid-holder {
    margin-left: -4px;
    margin-right: -4px;
}

.small-pad .items-grid-item {
    padding: 4px;
}

.extrasmall-pad.items-grid-holder {
    margin-left: -2px;
    margin-right: -2px;
}

.extrasmall-pad .items-grid-item {
    padding: 2px;
}

.no-pad .items-grid-item {
    padding: 0;
}

.items-grid-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.items-grid-holder .items-grid-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 33.33%;
    flex: 0 33.33%;
}

.one-cols .items-grid-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 100%;
    flex: 0 100%;
}

.two-cols .items-grid-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 50%;
    flex: 0 50%;
}

.four-cols .items-grid-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 25%;
    flex: 0 25%;
}

.five-cols .items-grid-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 20%;
    flex: 0 20%;
}

.six-cols .items-grid-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 16.66%;
    flex: 0 16.66%;
}

.seven-cols .items-grid-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 14.285%;
    flex: 0 14.285%;
}

.eight-cols .items-grid-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 12.5%;
    flex: 0 12.5%;
}

.mine-cols .items-grid-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 11.11%;
    flex: 0 11.11%;
}

.ten-cols .items-grid-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 10%;
    flex: 0 10%;
}

.no-padding-respon {
    padding: 80px;
}

@media only screen and (max-width: 1064px) {
    .no-padding-respon {
        padding: 0 0 40px 0;
    }
}

@media only screen and (max-width: 991px) {
    .items-grid-holder .items-grid-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 100%;
        flex: 0 100%;
    }
    .col-respon {
        width: 100% !important;
    }
}


/*-------------Team---------------------------------------*/

.team-box {
    position: relative;
    padding: 10px 4px;
}

.team-photo {
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 6px;
}

.section-team .team-photo {
    margin-bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.section-team .team-info {
    border: 1px solid #eee;
    padding: 25px 30px 70px 30px;
    border-top: none;
    position: relative;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    overflow: hidden;
}

.team-info h3 {
    font-size: 18px;
    margin-bottom: 5px;
}

.team-info h4 {
    font-size: 13px;
    color: #666;
    padding-bottom: 10px;
}

.team-social {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-left: 30px;
}

.team-social ul {
    list-style: none;
    float: left;
    padding: 0;
    margin: 16px 0 0 0;
}

.team-social li {
    display: inline-block;
    margin-right: 15px;
}

.team-social li a:hover {
    color: #999;
}

.team-social .team-contact_link {
    float: right;
    width: 60px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    border-left: 1px solid rgba(0, 0, 0, 0.21);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}

.all-members-link {
    text-align: center;
    margin-top: 30px;
}

.esb-checklist {
    list-style: none;
    margin: 10px 0;
}

.li-item {
    margin-bottom: 10px;
}

.li-item .icon-wrap {
    float: left;
    margin-right: 10px;
}

.azp_listing_team_memeber .section-team .team-photo {
    margin-bottom: 20px;
    border-radius: 6px;
}

.azp_listing_team_memeber .section-team .team-info {
    border: 0;
    padding: 0;
}

.azp_listing_team_memeber .section-team .team-social {
    margin: 0;
}


/*-------------Button---------------------------------------*/

.drp-buttons .btn {
    margin-left: 8px;
    font-size: 12px;
    font-weight: 500;
    height: inherit;
    line-height: inherit;
    padding: 7px 22px !important;
    border: 0;
    outline: 0;
    cursor: pointer;
    border-radius: 4px;
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn {
    border: 0;
    padding: 0 80px 0 30px;
    height: 44px;
    line-height: 44px;
    border-radius: 4px;
    color: #fff;
    font-weight: 600;
    font-size: 12px;
    text-align: left;
    position: relative;
    overflow: hidden;
    display: inline-block;
    -webkit-box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.1);
    box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.1);
    cursor: pointer;
}

.btn.no-ani {
    padding: 0 30px;
}

.btn.no-ani:after {
    display: none;
}

.btn:after {
    content: '';
    position: absolute;
    width: 50px;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    z-index: 0;
    right: 0;
    top: 0;
    -webkit-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}

.btn:hover:after {
    width: 120%;
    background: rgba(255, 255, 255, 0.1);
}

.btn.no-shdow-btn {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn.whitebtn i {
    border-color: #eee;
}

.btn i {
    position: absolute;
    right: 0;
    width: 50px;
    height: 44px;
    line-height: 44px;
    border-left: 1px solid rgba(255, 255, 255, 0.21);
    text-align: center;
    top: 0;
}

.btn.float-btn {
    display: inline-block;
    margin: 15px 15px 0 0;
    -webkit-box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.1);
    box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.1);
    border: 0;
}

.btn.float-btn:after {
    /* content: '';
	    position: absolute;
	    width: 50px;
	    height: 100%;
	    background: rgba(255,255,255,0.2);
	    z-index: 0;
	    right: 0;
	    top: 0;
	    transition: all 200ms linear; */
}

.btn.float-btn:hover:after {
    width: 120%;
    background: rgba(255, 255, 255, 0.1);
}

.btn.flat-btn {
    color: #fff;
}

.contact-btn {
    float: left;
    color: #fff;
    padding: 15px 35px;
    font-size: 12px;
    font-weight: 600;
    border-radius: 4px;
    position: relative;
    top: 28px;
    -webkit-box-shadow: 0px 0px 0px 7px rgba(255, 255, 255, 0.1);
    box-shadow: 0px 0px 0px 7px rgba(255, 255, 255, 0.1);
}

.contact-btn i {
    padding-left: 15px;
    color: rgba(255, 255, 255, 0.81);
    font-size: 16px;
    position: relative;
    top: 1px;
}

.down-btn {
    float: left;
    padding: 15px 20px;
    margin-right: 15px;
    margin-top: 15px;
    color: #fff;
    -webkit-box-shadow: 0px 0px 0px 4px rgba(255, 255, 255, 0.2) !important;
    box-shadow: 0px 0px 0px 4px rgba(255, 255, 255, 0.2) !important;
    font-size: 12px;
    border-radius: 4px;
}

.down-btn i {
    padding-right: 10px;
    font-size: 16px;
}

.listing-booking-form .btnaplly {
    color: #fff;
    width: 100%;
    background: #F8BB11;
    padding: 15px 0;
    border-radius: 4px;
}

.listing-booking-form .btnaplly i {
    padding-left: 10px;
}

.twiit-button {
    color: #fff;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.11);
    padding: 8px 20px;
    border-radius: 2px;
    font-size: 12px;
    -webkit-box-shadow: 0px 0px 0px 4px rgba(255, 255, 255, 0.1);
    box-shadow: 0px 0px 0px 4px rgba(255, 255, 255, 0.1);
}

button[type="submit"],
input[type="submit"] {
    border: 0px;
}

.wpcf7-submit {
    border: 0px;
    padding: 0 30px;
}

.pad-top-column-text_small {
    padding-top: 40px;
}

.pad-top-column-text {
    padding: 10px 80px 120px 80px;
}

.colomn-text {
    width: 100%;
    position: relative;
    padding-right: 40px;
}

.colomn-text-title h3 {
    font-size: 30px;
    color: #fff;
    font-weight: 600;
    padding-bottom: 10px;
}

.colomn-text-title p,
.colomn-text-list li p {
    color: rgba(255, 255, 255, 0.71);
}

.dec-btn:before {
    content: '';
    position: absolute;
    left: -6px;
    right: -6px;
    top: -6px;
    bottom: -6px;
    border: 1px solid #eee;
    border-radius: 30px;
}

.list-author-widget-text .btn {
    display: inline-table;
    margin-top: 16px;
}

.elementor .trs-btn,
.trs-btn {
    display: inline-block;
    padding: 15px 35px;
    color: #fff;
    margin-top: 30px;
    border-radius: 30px;
    position: relative;
    -webkit-box-shadow: 0px 0px 0px 7px rgba(255, 255, 255, 0.4);
    box-shadow: 0px 0px 0px 7px rgba(255, 255, 255, 0.4);
}

.list-single-btn {
    display: inline-block;
    padding: 15px 35px;
    background: #fff;
    margin-top: 90px;
    border-radius: 30px;
    position: relative;
    border: 1px solid #eee;
    font-size: 14px;
}

.list-single-btn i {
    padding-left: 10px;
}

.btn:disabled,
.btn.flat-btn:disabled {
    background: #2F3B59;
    cursor: default;
}

.intro-item .btn {
    margin-top: 30px;
}


/*------ Image collage------------------------------------------------*/

.images-collage {
    text-align: center;
    position: relative;
    width: 352px;
    margin: 0 auto;
    height: 300px;
    max-width: 100%;
}

.images-collage-item img {
    width: 100%;
    height: 100%;
}

.images-collage-item {
    /* border-radius:100%;
    overflow:hidden; */
}

@-webkit-keyframes cluster-animation {
    0%,
    100% {
        -webkit-box-shadow: 0px 0px 0px 4px rgba(6, 27, 65, 0.3);
        box-shadow: 0px 0px 0px 4px rgba(6, 27, 65, 0.3);
    }
    50% {
        -webkit-box-shadow: 0px 0px 0px 9px rgba(6, 27, 65, 0.1);
        box-shadow: 0px 0px 0px 9px rgba(6, 27, 65, 0.1);
    }
}

@keyframes cluster-animation {
    0%,
    100% {
        -webkit-box-shadow: 0px 0px 0px 4px rgba(6, 27, 65, 0.3);
        box-shadow: 0px 0px 0px 4px rgba(6, 27, 65, 0.3);
    }
    50% {
        -webkit-box-shadow: 0px 0px 0px 9px rgba(6, 27, 65, 0.1);
        box-shadow: 0px 0px 0px 9px rgba(6, 27, 65, 0.1);
    }
}

.images-collage-other {
    position: absolute;
}

.images-collage-other:before {
    top: 63px;
    left: 28%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-top-color: #fff;
    border-width: 14px;
    z-index: 99;
}

.images-collage-other img {
    width: 67px;
    height: 67px !important;
    border: 8px solid #fff !important;
    border-radius: 100% !important;
}

.images-collage-other img,
.elementor .images-collage-other img {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.21);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.21);
}

.images-collage-other.cim-1 img,
.elementor .images-collage-other.cim-1 img {
    -webkit-animation: none;
    animation: none;
}

.images-collage-other.cim-2 img,
.elementor .images-collage-other.cim-2 img {
    -webkit-animation: cluster-animation 2.5s infinite;
    animation: cluster-animation 2.5s infinite;
}

.images-collage-other.cim-3 img,
.elementor .images-collage-other.cim-3 img {
    -webkit-animation: cluster-animation 3.5s infinite;
    animation: cluster-animation 3.5s infinite;
}

.images-collage-other.cim-4 img,
.elementor .images-collage-other.cim-4 img {
    -webkit-animation: cluster-animation 4.5s infinite;
    animation: cluster-animation 4.5s infinite;
}

.images-collage-other.cim-5 img,
.elementor .images-collage-other.cim-5 img {
    -webkit-animation: cluster-animation 5.5s infinite;
    animation: cluster-animation 5.5s infinite;
}

.images-collage-title {
    position: absolute;
    left: -70px;
    width: 180px;
    padding: 12px 0;
    z-index: 10;
    top: 70px;
    border-radius: 6px;
    font-weight: 800;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    -webkit-box-shadow: 0px 0px 0px 7px rgba(255, 255, 255, 0.2);
    box-shadow: 0px 0px 0px 7px rgba(255, 255, 255, 0.2);
    /* animation: bounce 4s ease-in-out infinite; */
}

.images-collage-title span {
    color: #fff;
}

.images-collage:before {
    content: '';
    position: absolute;
    width: 250px;
    height: 250px;
    top: 50%;
    left: 0%;
    margin-top: -125px;
    margin-left: -125px;
    border: 2px dotted #fff;
    z-index: -1;
    opacity: 0.6;
    border-radius: 100%;
}

.main-collage-image {
    position: absolute;
    right: -20px;
    bottom: -400px;
}

.anim-col {
    animation: anim-col 4.15s infinite;
    -o-animation: anim-col 4.15s infinite;
    -ms-animation: anim-col 4.15s infinite;
    -webkit-animation: anim-col 4.15s infinite;
    -moz-animation: anim-col 4.15s infinite;
}

.collage-image-input {
    position: absolute;
    bottom: -40px;
    right: -90px;
    width: 190px;
    padding: 0 40px 0 16px;
    background: #fff;
    border-radius: 6px;
    z-index: 10;
    text-align: left;
    font-size: 12px;
    color: #999;
    height: 40px;
    line-height: 40px;
    font-weight: 300;
    -webkit-box-shadow: 0px 0px 0px 7px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 0px 7px rgba(0, 0, 0, 0.1);
}

.collage-image-input i {
    position: absolute;
    width: 30px;
    height: 40px;
    line-height: 40px;
    right: 0;
    top: 0;
}

.collage-image-btn {
    color: #fff;
    position: absolute;
    top: 40px;
    right: -20px;
    padding: 12px 25px;
    border-radius: 4px;
    font-size: 10px;
    -webkit-box-shadow: 0px 0px 0px 7px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 0px 7px rgba(0, 0, 0, 0.1);
}

@-webkit-keyframes anim-col {
    0% {
        margin-top: 0;
    }
    50% {
        margin-top: -50px;
    }
    100% {
        margin-top: 0;
    }
}

@keyframes anim-col {
    0% {
        margin-top: 0;
    }
    50% {
        margin-top: -50px;
    }
    100% {
        margin-top: 0;
    }
}

@media only screen and (max-width: 1064px) {
    .images-collage-title {
        left: 0px;
    }
}

@media only screen and (max-width: 991px) {
    .images-collage {
        margin: 0;
    }
}


/*------Counter ------------------------------------------------*/

.inline-facts-wrap .inline-facts {
    position: relative;
    padding: 20px 30px;
    background: #ECF6F8;
    border-radius: 6px;
}

.inline-facts-wrap i {
    font-size: 54px;
    position: absolute;
    right: 10px;
    top: 10px;
    opacity: 0.4;
    z-index: 1;
}

.inline-facts-wrap .num {
    font-size: 34px;
    color: #999;
    font-weight: 700;
    text-align: left;
}

.inline-facts-wrap h6 {
    color: #888DA0;
    font-weight: 300;
    padding-top: 10px;
    position: relative;
    z-index: 2;
}


/*------Testimonials ------------------------------------------------*/

.testimonials-carousel .single-carousel .slick-slide {
    padding: 0 20px;
    padding-bottom: 60px;
}

.testimonials-carousel .single-carousel .slick-dots {
    bottom: -10px;
}

.testimonials-carousel-item {
    padding: 30px 65px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 4px;
    margin: 0 10px;
    float: left;
    width: 100%;
    position: relative;
    margin-top: 70px;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}

.testimonials-carousel-item:after,
.testimonials-carousel-item:before {
    font-family: Font Awesome\ 5 Pro;
    position: absolute;
    color: #ccc;
    opacity: 0.4;
    font-size: 34px;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
    content: "\f10e";
    font-style: normal;
    font-weight: normal;
}

.testimonials-carousel-item:before {
    top: 20px;
    left: 15px;
}

.testimonials-carousel-item:after {
    bottom: 20px;
    right: 15px;
}

.testimonials-carousel-item p {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
}

.testimonilas-avatar {
    position: absolute;
    left: 70px;
    z-index: 10;
    width: 80px;
    height: 80px;
    z-index: 20;
    border-radius: 100%;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
    opacity: 0.5;
    top: -40px;
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
}

.testimonilas-avatar:before {
    content: '';
    position: absolute;
    border-radius: 100%;
    left: -8px;
    bottom: -8px;
    right: -8px;
    top: -8px;
    border: 1px solid #eee;
    z-index: 1;
    background: #fff;
}

.testimonilas-avatar img {
    width: 80px;
    height: 80px;
    border-radius: 100% !important;
    position: relative;
    z-index: 2;
}

.testimonials-carousel .slick-current .testimonilas-avatar {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.testimonials-carousel .slick-current .testimonials-carousel-item {
    background: #ECF6F8;
    border-color: transparent;
}

.testimonials-carousel-item .listing-rating {
    /* position: relative; */
}

.testimonials-carousel-item .listing-rating .stars-wrapper {
    float: right;
    width: 100%;
    margin-bottom: 12px;
    text-align: right;
}

.testimonials-carousel-item .listing-rating i {
    margin-left: 10px;
    font-size: 11px;
}

.review-owner {
    margin: 0 0 15px 0;
    margin-top: 20px;
    text-transform: uppercase;
    font-weight: 800;
    text-align: left;
    color: #666;
    font-family: 'Poppins', sans-serif;
    display: inline-block;
}

.review-owner span {
    color: #999;
}

.testimonials-carousel-item a.testim-link {
    margin-top: 20px;
    font-weight: 400;
    font-size: 12px;
    position: relative;
    color: #666;
}

.testimonials-carousel-item a.testim-link:before {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px dotted #ccc;
}

.testimonials-carousel .sw-btn.swiper-button-prev {
    left: 50%;
    margin-left: -105px;
    top: 100%;
    /* margin-top: 26px; */
}

.testimonials-carousel .sw-btn.swiper-button-next {
    right: 50%;
    margin-right: -105px;
    top: 100%;
    /* margin-top: 26px; */
}


/*------Sponsors------------------------------------------------*/

.spons-list li {
    padding: 0 20px;
}

.spons-list li img {
    max-width: 100%;
    height: auto;
    -webkit-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}

.spons-list li img:hover {
    opacity: 0.6;
}

.sp-cont {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    z-index: 20;
    margin-top: -20px;
    cursor: pointer;
    background: #fff;
    border-radius: 100%;
    text-align: center;
}

.sp-cont:hover {
    color: #fff;
}

.sp-cont.sp-cont-next {
    right: 0;
}

.sp-cont.sp-cont-prev {
    left: 0;
}

.section-title-left h3 {
    font-size: 24px;
    color: #334e6f;
    font-weight: 600;
}

.section-title-left h4 {
    font-size: 16px;
    padding: 10px 0 0;
    font-weight: 600;
    color: #ADC7DD;
}

.section-title-left .section-separator {
    margin-bottom: 5px;
}


/*------features------------------------------------------------*/

.features-box {
    padding: 15px 20px 15px 100px;
    overflow: hidden;
    position: relative;
}

.features-box .time-line-icon {
    position: absolute;
    left: 10px;
    top: 20px;
    width: 70px;
    height: 70px;
}

.features-box .time-line-icon i {
    font-size: 40px;
}

.features-box h3 {
    font-weight: 600;
    font-size: 18px;
    padding-bottom: 15px;
}


/*------Timeline------------------------------------------------*/

.process-count {
    position: absolute;
    z-index: 1;
    font-size: 84px;
    font-weight: bold;
    left: -20px;
    top: -10px;
    opacity: 0.1;
    color: #666;
}

.process-item {
    z-index: 20;
    overflow: hidden;
    padding: 30px 30px;
    background: #fff;
    border-radius: 4px;
    position: relative;
    border: 1px solid #eee;
    text-align: center;
}

.process-item i {
    font-size: 54px;
    position: relative;
    z-index: 2;
    padding-bottom: 10px;
}

.process-item h4 {
    font-size: 18px;
    font-weight: 600;
    padding: 10px 0;
    color: #183c7d;
}

.process-item:hover .process-count {
    opacity: 0.3;
}

.elementor-element-edit-mode .process-item {
    z-index: 1;
}

.pr-dec {
    position: absolute;
    top: 50%;
    right: -75px;
    width: 150px;
    height: 1px;
    border-bottom: 1px solid #eee;
}

.time-line-icon {
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.time-line-icon:before {
    content: '';
    position: absolute;
    width: 70px;
    height: 70px;
    border-radius: 100%;
    left: -20px;
    top: -50px;
    background: #ECF6F8;
    opacity: 0.7;
    z-index: 1;
}

.process-end {
    display: inline-block;
    margin-top: 30px;
    position: relative;
    text-align: center;
}

.process-end:before {
    content: '';
    position: absolute;
    top: -60px;
    left: 50%;
    width: 1px;
    height: 70px;
    background: #eee;
    z-index: -1;
}

.process-end i {
    width: 60px;
    height: 60px;
    line-height: 60px;
    background: #fff;
    border-radius: 100%;
    z-index: 3;
    background: #5ECFB1;
    border-radius: 100%;
    font-size: 20px;
    color: #fff;
    border-radius: 100%;
    -webkit-animation: pulse 2.1s infinite ease-in-out;
    animation: pulse 2.1s infinite ease-in-out;
}

.time-line-container {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 130px;
}

.time-line-container:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    margin: -5px 0 0 -3px;
    z-index: 2;
}

.time-line-container:after {
    content: '';
    position: absolute;
    width: 50px;
    height: 1px;
    left: 50%;
    top: 50%;
    background: #eee;
    z-index: 1;
    margin-left: -50px;
}

.time-line-container.ct-right:after {
    margin-left: 0;
}

.tl-left {
    float: left;
}

.tl-right {
    float: right;
}

.time-line-box {
    width: 45%;
}

.time-line-box img,
.video-box img {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
    border-radius: 10px;
}

.elementor .time-line-box img {
    border-radius: 10px;
}

.video-box img {
    border-radius: 0;
}

.time-line-wrap {
    padding: 110px 0 70px;
    text-align: center;
}

.time-line-wrap:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    left: 50%;
    top: 0;
    border-left: 2px dashed #eee;
}

.tl-text {
    padding: 35px 30px;
    border-radius: 6px;
    border: 1px solid #eee;
    margin-top: 20px;
    position: relative;
    overflow: hidden;
    background: #fff;
}

.tl-text i {
    font-size: 65px;
    -webkit-box-reflect: below 1px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0.6, transparent), to(rgba(0, 0, 0, 0.2)));
}

.tl-text h3 {
    color: #BDCBDB;
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 20px;
}

.step-item {
    position: absolute;
    top: -90px;
    left: 50%;
    width: 120px;
    padding: 13px 0;
    color: #fff;
    border-radius: 30px;
    margin-left: -60px;
    font-weight: 600;
    font-size: 12px;
}

.timeline-end {
    position: absolute;
    bottom: 70px;
    left: 50%;
    width: 60px;
    height: 60px;
    line-height: 60px;
    background: #fff;
    border-radius: 100%;
    z-index: 3;
    background: #5ECFB1;
    margin-left: -30px;
    border-radius: 100%;
    font-size: 20px;
    color: #fff;
    border-radius: 100%;
    -webkit-animation: pulse 2.1s infinite ease-in-out;
    animation: pulse 2.1s infinite ease-in-out;
}


/*------Askedquestion------------------------------------------------*/

.asked-question .box-widget-item {
    margin-bottom: 30px;
    background: unset;
    border-radius: 0;
    border: 0;
    width: 100%;
    padding: 0;
}

.asked-question .box-widget {
    background: #fff;
    border-radius: 4px;
    border: 1px solid #eee;
    width: 100%;
}

.asked-question .box-widget-content {
    width: 100%;
    position: relative;
    padding: 25px 30px 30px;
}

.asked-question .list-single-main-item {
    padding: 30px 30px;
    background: #fff;
    margin-bottom: 20px;
    border-radius: 4px;
    border: 1px solid #f2f2f2;
}

.faq-nav {
    margin-bottom: 30px;
}

.faq-nav ul {
    list-style: none;
    margin: 0;
}

.faq-nav li {
    text-align: left;
    width: 100%;
    float: left;
    border-bottom: 1px solid #eee;
}

.faq-nav li a {
    color: #666;
    float: left;
    width: 100%;
    padding: 14px 12px;
    position: relative;
    font-size: 12px;
}

.faq-nav li a:hover {
    color: #999;
}

.faq-nav li a:before {
    font-family: Font Awesome\ 5 Pro;
    content: "\f105";
    position: absolute;
    top: 12px;
    right: 10px;
    font-size: 12px;
    color: #ccc;
}

.search-widget .fl-wrap {
    float: left;
    width: 100%;
    position: relative;
}

.search-widget input {
    width: 100%;
    border: none;
    background: #ECF6F8;
    height: 50px;
    padding: 0 80px 0 20px;
    z-index: 1;
    border-radius: 4px 0 0 4px;
    margin: 25px 0;
}

.search-widget .search-submit {
    position: absolute;
    top: 25px;
    right: 0;
    width: 80px;
    height: 50px;
    line-height: 50px;
    z-index: 2;
    color: #fff;
    border: none;
    cursor: pointer;
    border-radius: 0 4px 4px 0;
}


/*------Join------------------------------------------------*/

.join-wrap-cus>.elementor-background-overlay {
    right: 10% !important;
    width: 500px !important;
    height: 500px !important;
    bottom: -65%;
    top: auto !important;
    left: auto !important;
    background-size: cover;
}

.join-wrap-cus .elementor-text-editor {
    padding: 10px 0 10px 30px;
    border-left: 1px solid rgba(255, 255, 255, 0.21);
}

.join-wrap-cus h3 {
    font-size: 34px;
    font-weight: 700;
    padding-bottom: 20px;
    color: #fff;
}

.join-wrap-cus p {
    color: rgba(255, 255, 255, 0.51);
    font-size: 13px;
}

.join-wrap-cus .elementor-button-wrapper,
.join-wrap-cus .elementor-button.elementor-size-md {
    font-size: 11px;
    font-weight: 700;
    line-height: 13px;
}

.join-wrap-cus .elementor-button-icon {
    font-size: 13px;
    padding-left: 6px;
}

.cirle-bg {
    position: absolute;
    right: 10%;
    width: 500px;
    height: 500px;
    bottom: -70%;
    z-index: 1;
    opacity: 0.1;
}

.join-wrap {
    padding: 10px 0 10px 30px;
    border-left: 1px solid rgba(255, 255, 255, 0.21);
}

.join-wrap h3 {
    font-size: 34px;
    font-weight: 700;
    padding-bottom: 20px;
    color: #fff;
}

.join-wrap p {
    color: rgba(255, 255, 255, 0.51);
    font-size: 13px;
}

.join-wrap-btn {
    display: inline-table;
    padding: 20px 55px;
    text-transform: uppercase;
    background: #fff;
    border-radius: 30px;
    font-size: 11px;
    font-weight: 700;
    position: relative;
    top: 15px;
    -webkit-box-shadow: 0px 0px 0px 7px rgba(255, 255, 255, 0.4);
    box-shadow: 0px 0px 0px 7px rgba(255, 255, 255, 0.4);
}

.join-wrap-btn i {
    padding-left: 6px;
    font-size: 13px;
}

.join-wrap-btn:hover {
    background: #2C3B5A;
    color: #fff;
}

.trs-btn:hover,
.search-widget .search-submit:hover {
    background: #2C3B5A;
    color: #fff;
}

.video-box {
    overflow: hidden;
    border-radius: 10px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-box-shadow: 0px 0px 0px 7px rgba(255, 255, 255, 0.2);
    box-shadow: 0px 0px 0px 7px rgba(255, 255, 255, 0.2);
    text-align: center;
}

.video-box-btn {
    position: absolute;
    width: 60px;
    height: 60px;
    line-height: 60px;
    margin: -30px 0 0 -30px;
    background: #fff;
    color: #fff;
    z-index: 20;
    left: 80px;
    bottom: 30px;
    -webkit-box-shadow: 0px 0px 0px 12px rgba(255, 255, 255, 0.4) !important;
    box-shadow: 0px 0px 0px 12px rgba(255, 255, 255, 0.4) !important;
    border-radius: 100%;
    -webkit-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}

.video-box-btn:hover {
    -webkit-box-shadow: 0px 0px 0px 7px rgba(255, 255, 255, 0.4);
    box-shadow: 0px 0px 0px 7px rgba(255, 255, 255, 0.4);
}

.video-box-title {
    position: absolute;
    bottom: 43px;
    left: 140px;
    color: #fff;
    font-size: 12px;
    z-index: 21;
    background: rgba(6, 27, 65, 0.45);
    padding: 10px 20px;
    border-radius: 4px;
}

.color-bg-text {
    padding-top: 70px;
    padding-left: 30px;
}

.color-bg-text h3 {
    font-size: 34px;
    text-align: left;
    padding-bottom: 20px;
    color: #fff;
    font-weight: 600;
}

.color-bg-text p {
    text-align: left;
    color: rgba(255, 255, 255, 0.81);
}

.color-bg-link {
    float: left;
    margin-top: 40px;
    padding: 20px 55px;
    text-transform: uppercase;
    background: #fff;
    border-radius: 30px;
    font-size: 11px;
    font-weight: 700;
    position: relative;
    -webkit-box-shadow: 0px 0px 0px 7px rgba(255, 255, 255, 0.4);
    box-shadow: 0px 0px 0px 7px rgba(255, 255, 255, 0.4);
}

article.type-post {
    margin-bottom: 30px;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    width: 100%;
    position: relative;
}

.promo-video-embed,
.list-single-main-item {
    padding: 30px 30px 88px 30px;
    background: #fff;
    margin-bottom: 20px;
    border-radius: 4px;
    border: 1px solid #f2f2f2;
}

.promo-video-embed .resp-video {
    margin-bottom: 0;
}

.list-single-main-items {
    padding: 30px 30px 30px 30px;
    background: #fff;
    margin-bottom: 20px;
    border-radius: 4px;
    border: 1px solid #f2f2f2;
}

.list-single-main-item-nobgr {
    padding-bottom: 30px;
    margin-bottom: 20px;
    border-radius: 4px;
    border: 1px solid #f2f2f2;
}

.singles-post .list-single-main-item {
    padding: 30px 30px 30px 30px;
}

article .list-single-main-item {
    margin-bottom: 0;
}

.comment-reply-title {
    display: block;
    margin: 0 0 25px 0;
    padding-bottom: 25px;
    border-bottom: 1px solid #eee;
    color: #334e6f;
    font-size: 16px;
    font-weight: 600;
    position: relative;
}

.comment-reply-title a {
    color: #334e6f;
}

.comment-reply-title:before {
    font-family: Font Awesome\ 5 Pro;
    content: "\f0d7";
    position: absolute;
    right: 0;
    top: 2px;
    font-size: 13px;
}

.list-single-main-item-title {
    margin: 0 0 25px 0;
    border-bottom: 1px solid #eee;
    padding-bottom: 25px;
}

.list-single-main-item-title h3 {
    color: #183c7d;
    font-size: 18px;
    font-weight: 600;
}

.list-single-main-item-title h3 a {
    color: #334e6f;
}

.list-single-main-item-title .entry-title {
    font-size: 18px;
}

.list-single-main-item-title:before {
    font-family: Font Awesome\ 5 Pro;
    content: "\f0d7";
    position: absolute;
    right: 0;
    top: 2px;
}

.list-single-main-wrapper {
    /* padding-left: 60px; */
}

.list-single-main-media {
    overflow: hidden;
    margin: 0;
    width: 100%;
}

.list-single-main-media img {
    max-width: 100%;
    height: auto;
}

.list-single-main-wrapper .breadcrumbs {
    border-radius: 6px;
    top: -25px;
    background: #fff;
    padding: 15px 20px;
}

.list-single-main-wrapper .breadcrumbs a,
.list-single-main-wrapper .breadcrumbs span {
    color: #fff;
    padding-right: 20px;
    font-weight: 600;
}

.list-single-main-wrapper .breadcrumbs span {
    color: rgba(255, 255, 255, 0.71);
}

.list-single-main-wrapper .breadcrumbs a:before {
    content: '';
    position: absolute;
    width: 4px;
    height: 4px;
    background: #fff;
    border-radius: 100%;
    right: 8px;
    top: 50%;
    margin-top: -2px;
}

.list-single-facts {
    border-radius: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    background: #fff;
}

.list-single-facts .inline-facts-wrap {
    color: #fff;
    position: relative;
    width: 25%;
    text-align: center;
    padding: 20px 0;
    border-left: 1px solid #e2e2e2;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #f9f9f9;
}

.list-single-facts .inline-facts-wrap .inline-facts {
    padding: 0;
    background: unset;
    border-radius: 0;
}

.list-single-facts .inline-facts-wrap .inline-facts i {
    font-size: 34px;
    width: 100%;
    padding-bottom: 10px;
    position: static;
    opacity: unset;
}

.list-single-facts .inline-facts-wrap .inline-facts .milestone-counter {
    display: inline-block;
    color: #666;
}

.list-single-facts .inline-facts-wrap .inline-facts h6 {
    padding-left: 4px;
    color: #999;
    font-size: 12px;
    display: inline-block;
    padding: 0;
    font-weight: unset;
}

.list-single-facts .inline-facts-wrap:first-child {
    border: none;
}

.tags-stylwrap a {
    display: inline-block;
    padding: 10px 25px;
    border-radius: 2px;
    color: #888DA0;
    font-weight: 500;
    margin-right: 6px;
    background: #ECF6F8;
    margin-bottom: 5px;
    line-height: normal;
    font-size: 12px;
}

.list-single-tags.blog-tags {
    /* margin-bottom:15px; */
    display: inline-block;
}

.list-single-contacts {
    margin-top: 20px;
}

.list-single-contacts li {
    float: left;
    width: 100%;
}

.list-single-contacts li span,
.list-single-contacts li a {
    float: left;
    text-align: left;
    font-weight: 500;
}

.list-single-contacts li span i {
    margin-right: 7px;
    font-size: 14px;
}

.list-single-contacts li a {
    margin-left: 20px;
    color: #878C9F;
}

.no-bor-rad {
    border-radius: 0;
}

.blog-thumb-link {
    display: inline-block;
    width: 100%;
}

.vishidelem {
    display: block !important;
}


/*------Blog------------------------------------------------*/

.header-sec {
    background: #fff;
    border-bottom: 1px solid #eee;
    padding: 25px 0;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 4;
}

.breadcrumb-link,
.breadcrumb-current {
    float: left;
    margin-right: 15px;
    padding-right: 15px;
    color: #878C9F;
    font-size: 12px;
}

.breadcrumb-current a {
    color: #878C9F;
    font-size: 12px;
}

.breadcrumb-link:before {
    font-family: Font Awesome\ 5 Pro;
    content: "\f105";
    font-size: 12px;
    position: absolute;
    top: 36%;
    right: -4px;
    margin-top: -7px;
    width: 10px;
    height: 2px;
}

.breadcrumb-current a:after {
    font-family: Font Awesome\ 5 Pro;
    content: "\f105";
    font-size: 12px;
    position: absolute;
    top: 36%;
    right: -19px;
    margin-top: -7px;
    width: 10px;
    height: 2px;
}

.breadcrumbs:before {
    font-family: Font Awesome\ 5 Pro;
    content: "\f14c";
    position: absolute;
    right: 0;
    top: -4px;
    font-size: 22px;
    font-weight: 100;
    color: #ADC7DD;
}

.list-single-format-post-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
}

.list-single-format-post-wrapper article.type-post {
    margin-bottom: 30px;
    width: 50%;
    padding: 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 50%;
    flex: 0 50%;
}

.list-single-format-post-wrapper .entry-title {
    padding: 15px 0;
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
    display: block;
    font-size: 16px;
    font-weight: 700;
}

.list-single-format-post-wrapper .entry-title:before {
    font-family: Font Awesome\ 5 Pro;
    content: "\f0d7";
    position: absolute;
    right: -1px;
    top: 15px;
}

.list-single-format-post-wrapper .fw-separator,
.list-single-format-post-wrapper .list-single-main-item-title .list-single-tags-item,
.list-single-format-post-wrapper .list-single-tags.blog-tags,
.list-single-format-post-wrapper .readmore-post {
    display: none;
}

.list-single-format-post-wrapper .list-single-main-item {
    padding: 30px 30px 0 30px;
}

.list-single-format-post-wrapper .list-single-main-item-title {
    margin: 0;
    border-bottom: 0;
}

.list-single-format-post-wrapper .list-single-main-item-title:before {
    display: none;
}

.list-single-format-post-wrapper .post-opt {
    border-top: 1px solid #eee;
    margin: 0;
    padding-top: 12px;
}

.list-single-format-post-wrapper .post-author {
    margin-bottom: 25px;
}

.list-single-format-post-wrapper .list-single-main-media {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.wave-bg.wave-bg2 {
    background: url(assets/images/pattern.png) repeat;
    opacity: 0.1;
}

.middle-padding {
    padding: 50px 0;
}

.wave-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(assets/images/wave.png) repeat;
}

.city-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    height: 325px;
    top: inherit;
    bottom: 0;
    opacity: 0.8;
    background: url(assets/images/city.png) repeat-x;
    background-position: bottom;
}

.section-decor {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 150px;
    z-index: -1;
    background: url(assets/images/city7.png) repeat;
    opacity: 0.7;
}

.map-container {
    margin-top: 0px;
}

.form-submit input[type="submit"] {
    border: 0;
    padding: 0 30px;
}

.page-links-title {
    display: inline-block;
}

.page-links span {
    padding: 5px 3px;
}

.page-links a span {
    color: inherit;
    font-weight: inherit;
}

.page-single {
    padding: 30px;
}

.page-template-page-fullwidth .page-single {
    padding: 0;
}

.list-single-main-item-title h3 {
    margin-bottom: 0;
}

.list-single-main-wrapper article.fw-post:last-of-type+.section-separator {
    display: none;
}

.list-single-main-media .resp-video {
    padding-top: 0;
    margin-bottom: 0;
}

.pagination {
    margin-top: 20px;
    text-align: center;
    width: 100%;
}

.pagination .nav-links>span,
.pagination a {
    display: inline-block;
    width: 44px;
    height: 44px;
    line-height: 44px;
    border-radius: 6px;
    border: 1px solid #eee;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    color: #888DA0;
    background: #fff;
    letter-spacing: 1px;
    margin: 0 2px;
}

.pagination .nav-links>span i,
.pagination a i {
    font-size: 12px;
}

.pagination .nav-links>span.current-page,
.pagination .nav-links>span:hover,
.pagination a.current-page,
.pagination a:hover {
    color: #fff;
}

.pagination .nav-links>span.current {
    color: #fff;
}

.card-post {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    background: #fff;
    /* margin-bottom: 30px; */
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.all-posts-link {
    position: relative;
    /* bottom: -40px; */
}

.card-post-img img {
    border-top-left-radius: 6px !important;
    border-top-right-radius: 6px !important;
}

.card-post-content {
    padding: 15px 20px 0;
    border: 1px solid #eee;
}

.card-post-content h3 {
    color: #666;
    font-size: 18px;
    font-weight: 700;
    padding: 15px 0;
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
}

.card-post-content h3 a {
    color: #18458B;
}

.card-post-content h3:before {
    font-family: FontAwesome;
    content: "\f0d7";
    position: absolute;
    right: 20px;
    top: 30px;
}

.card-post-content .post-opt {
    border-top: 1px solid #eee;
    width: 100%;
    padding: 15px 0 25px;
    margin-top: 20px;
}

.elementor .post-author img {
    width: 40px;
    height: 40px;
    border-radius: 100%;
}

.all-posts-link {
    text-align: center;
}

.cat-item li {
    width: 100%;
    padding-bottom: 8px;
    margin-bottom: 15px;
    text-align: left;
    position: relative;
}

.cat-item li a {
    font-size: 12px;
    color: #666;
    font-weight: 400;
}

.cat-item li:before {
    content: '';
    position: absolute;
    bottom: 6px;
    width: 100px;
    height: 1px;
    background: #eee;
    left: 50%;
    margin-left: -25px;
}

.cat-item li span {
    float: right;
    color: #999;
    font-size: 12px;
}

.post-link i {
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.post-nav {
    margin-top: 30px;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.post-nav .post-link {
    position: relative;
    font-weight: 500;
    line-height: normal;
    max-width: 40%;
}

.post-nav .post-link span {
    color: #999;
    font-weight: 600;
}

.post-nav .post-link i {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    line-height: 40px;
    font-size: 22px;
    font-weight: 300;
}

.post-nav .post-link:hover i {
    -webkit-transform: rotateX(360deg);
    -ms-transform: rotateX(360deg);
    transform: rotateX(360deg);
}

.post-nav .post-link.prev-post-link {
    padding-left: 40px;
}

.post-nav .post-link.prev-post-link i {
    left: 0;
}

.post-nav .post-link.next-post-link {
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin-left: auto;
    padding-right: 40px;
    text-align: right;
}

.post-nav .post-link.next-post-link i {
    right: 0;
    text-align: right;
}

.post-nav:before {
    content: '';
    position: absolute;
    left: 50%;
    height: 50px;
    top: 50%;
    margin-top: -25px;
    width: 1px;
    background: #eee;
}

.post-author {
    margin-right: 20px;
    margin-top: 10px;
    display: inline-block;
    font-weight: 600;
    color: #666;
    font-size: 12px;
}

.post-author img {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    margin-right: 20px;
}

.post-author a {
    font-weight: 600;
    color: #666;
}

.post-opt {
    padding-top: 24px;
    display: inline-block;
    color: #999;
}

.post-opt ul {
    list-style: none;
    margin-left: 0;
    margin-bottom: 0;
}

.post-opt li {
    margin-right: 20px;
    display: inline-block;
    margin-bottom: 0;
}

.post-opt li span,
.post-opt li a {
    color: #999;
    font-weight: 500;
    font-size: 12px;
}

.post-opt li i {
    padding-right: 6px;
}

.depth-1+.comment-respond {
    margin-bottom: 40px;
}

.custom-form textarea,
.custom-form input[type="text"],
.custom-form input[type=email],
.custom-form input[type=password],
.custom-form input[type=button] {
    border: 1px solid #eee;
    background: #f9f9f9;
    width: 100%;
    padding: 13px 20px 13px 20px;
    border-radius: 6px;
    color: #666;
    font-size: 13px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.custom-form input::-webkit-input-placeholder,
.custom-form textarea::-webkit-input-placeholder {
    color: #666;
    font-weight: 500;
    font-size: 13px;
    font-family: 'Quicksand', sans-serif;
}

.custom-form input:-moz-placeholder,
.custom-form textarea:-moz-placeholder {
    color: #888DA0;
    font-weight: 600;
    font-size: 13px;
}

.custom-form textarea {
    height: 200px;
    resize: none;
    padding: 25px 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.custom-form label {
    position: relative;
}

.custom-form label i {
    padding-right: 12px;
    font-size: 14px;
    position: absolute;
    top: 16px;
    left: 20px;
}

.custom-form textarea,
.custom-form input {
    margin-bottom: 20px;
}

.custom-form.no-icons input,
.custom-form.no-icons textarea {
    padding-left: 10px;
}

.custom-form input.has-icon,
.custom-form textarea.has-icon {
    padding-left: 55px;
}

.comments-wrap {
    margin-top: 30px;
    display: block;
}

.comment-item {
    padding: 0 0 30px 110px;
    position: relative;
    margin-bottom: 40px;
    border-bottom: 1px solid #eee;
}

.comment-item:last-child {
    border: none;
    margin-bottom: 0;
}

.comment-item .comment-item {
    margin-top: 40px;
    padding-top: 30px;
    border-top: 1px solid #eee;
}

.comment-item .comment-item:nth-child(3),
.comment-item .comment-item:first-of-type {
    border-bottom: 0;
    padding-bottom: 0;
}

.comment-item .comment-item .comment-avatar {
    top: 40px;
}

.comment-item .comment-item+.comment-item {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.comment-item .comment-item:last-child {
    padding-bottom: 0;
}

.pingback {
    padding-left: 0;
}

.comment-avatar {
    position: absolute;
    top: 0;
    left: 10px;
    width: 80px;
    height: 80px;
}

.comment-avatar img {
    width: 80px;
    height: 80px;
    border-radius: 100%;
}

.comment-avatar:before {
    content: '';
    position: absolute;
    top: 100%;
    margin-top: 20px;
    left: 0;
    margin-left: 38px;
    width: 40px;
    height: 40px;
    border-left: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.comment-text {
    width: 100%;
    position: relative;
    padding: 30px 20px;
    background: #f9f9f9;
    border-radius: 6px;
}

.comment-text h4.comment-author {
    padding-bottom: 25px;
    font-size: 16px;
    font-weight: 600;
    color: #666;
    text-transform: capitalize;
}

.comment-date {
    margin-top: 18px;
    font-weight: 500;
    color: #999;
}

.comment-reply {
    float: right;
}

.comment-reply a {
    margin-top: 18px;
    font-weight: 600;
    color: #666;
}

.comment-reply:before {
    font-family: Font Awesome\ 5 Pro;
    content: "\f3e5";
    position: absolute;
    bottom: 33px;
    font-size: 12px;
    right: 62px;
    opacity: 0.4;
    font-weight: 500;
}

.comment-date i {
    margin-right: 10px;
}

.reviews-comments-item.reply-comment-item {
    width: 90%;
    margin-left: 10%;
    padding: 30px 20px 30px 110px;
    border-radius: 6px;
}

.reviews-comments-item.reply-comment-item .review-comments-avatar {
    top: 30px;
}

.reviews-comments-item-text .new-dashboard-item {
    top: 0;
}

.comment-awaiting-moderation {
    margin-top: 1rem;
    display: block;
}

.comment-text-sep {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.pager {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
}

.pager .next {
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin-left: auto;
}

.pager a {
    color: #334e6f;
}

.post-author-block img {
    width: 80px;
    height: 80px;
}

.author-content h5 {
    line-height: 2;
}

.author-social {
    margin-top: 20px;
    padding-top: 20px;
}

.author-social ul {
    list-style: none;
}

.author-social li {
    display: inline-block;
    margin-right: 8px;
    text-align: center;
}

.author-social li a {
    width: 36px;
    height: 36px;
    display: block;
    line-height: 36px;
    border-radius: 4px;
    color: #fff;
}

.author-social li a:hover {
    background: #2C3B5A;
}

.author-social {
    border-top: 1px solid #eee;
}

#commentform.custom-form label {
    display: block;
}

.post-author-block .author-img {
    position: absolute;
}

.post-author-block .author-content {
    padding-left: 100px;
}

.author-heading h3,
.tag-heading h3,
.comment-heading h3 {
    font-size: 16px;
}

.pos-single .tag-heading {
    margin: 0;
    border-bottom: 0;
}

.pos-single .tag-heading:before {
    display: none;
}

#wp-calendar caption {
    margin-bottom: 15px;
}

#wp-calendar #today,
#wp-calendar tfoot {
    font-weight: 700;
}

#wp-calendar #today #next,
#wp-calendar tfoot #next {
    text-align: right;
}

#wp-calendar tbody td a {
    font-weight: 700;
}


/*------ post-single ------------------------------------------------*/

.box-widget {
    background: #fff;
    overflow: hidden;
}

.box-widgetes {
    background: #fff;
}

.widget_tag_cloud .box-widget {
    background: transparent;
    border-radius: 0;
    border: none;
}

.box-widget-item {
    margin-bottom: 30px;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #eee;
    width: 100%;
    padding: 25px 30px 30px;
}

.box-widget-items {
    margin-bottom: 30px;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #eee;
    width: 100%;
    overflow: hidden;
}

.box-widget-itemes {
    margin-bottom: 30px;
}

.box-widget-item-header {
    display: block;
    padding: 0 0 20px;
    margin: 0 0 25px;
    width: 100%;
    border-bottom: 1px solid #eee;
    position: relative;
}

.box-widget-item-header h3 {
    font-size: 16px;
    font-weight: 600;
    color: #183c7d;
}

.box-widget-item-header:before {
    font-family: Font Awesome\ 5 Pro;
    content: "\f0d7";
    position: absolute;
    right: 0;
    top: 2px;
    color: #ADC7DD;
}

.about-au-desc,
.box-widget-content {
    position: relative;
}

.widget_categories .box-widget,
.widget_recent_entries .box-widget,
.widget_recent_comments .box-widget,
.widget_archive .box-widget,
.widget_meta .box-widget,
.widget_pages .box-widget,
.widget_rss .box-widget,
.widget_nav_menu .box-widget,
.widget_calendar .box-widget,
.widget_text .box-widget,
.easybook_recent_posts .box-widget,
.easybook_instagram_feed .box-widget,
.open-table-widget .box-widget {
    position: relative;
}

.widget_categories ul,
.widget_recent_entries ul,
.widget_recent_comments ul,
.widget_archive ul,
.widget_meta ul,
.widget_pages ul,
.widget_rss ul,
.widget_nav_menu ul,
.widget_calendar ul,
.widget_text ul,
.easybook_recent_posts ul,
.easybook_instagram_feed ul,
.open-table-widget ul {
    list-style: none;
    margin-left: 0;
}

.widget_categories li,
.widget_recent_entries li,
.widget_recent_comments li,
.widget_archive li,
.widget_meta li,
.widget_pages li,
.widget_rss li,
.widget_nav_menu li,
.widget_calendar li,
.widget_text li,
.easybook_recent_posts li,
.easybook_instagram_feed li,
.open-table-widget li {
    padding-bottom: 8px;
    margin-bottom: 15px;
    position: relative;
}

.widget_categories li ul,
.widget_recent_entries li ul,
.widget_recent_comments li ul,
.widget_archive li ul,
.widget_meta li ul,
.widget_pages li ul,
.widget_rss li ul,
.widget_nav_menu li ul,
.widget_calendar li ul,
.widget_text li ul,
.easybook_recent_posts li ul,
.easybook_instagram_feed li ul,
.open-table-widget li ul {
    margin-top: 23px;
    margin-left: 20px;
}

.widget_categories li ul li:last-child,
.widget_recent_entries li ul li:last-child,
.widget_recent_comments li ul li:last-child,
.widget_archive li ul li:last-child,
.widget_meta li ul li:last-child,
.widget_pages li ul li:last-child,
.widget_rss li ul li:last-child,
.widget_nav_menu li ul li:last-child,
.widget_calendar li ul li:last-child,
.widget_text li ul li:last-child,
.easybook_recent_posts li ul li:last-child,
.easybook_instagram_feed li ul li:last-child,
.open-table-widget li ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

.widget_categories li a,
.widget_recent_entries li a,
.widget_recent_comments li a,
.widget_archive li a,
.widget_meta li a,
.widget_pages li a,
.widget_rss li a,
.widget_nav_menu li a,
.widget_calendar li a,
.widget_text li a,
.easybook_recent_posts li a,
.easybook_instagram_feed li a,
.open-table-widget li a {
    color: #666;
    font-weight: normal;
}

.widget_categories li span,
.widget_recent_entries li span,
.widget_recent_comments li span,
.widget_archive li span,
.widget_meta li span,
.widget_pages li span,
.widget_rss li span,
.widget_nav_menu li span,
.widget_calendar li span,
.widget_text li span,
.easybook_recent_posts li span,
.easybook_instagram_feed li span,
.open-table-widget li span {
    font-weight: normal;
}

.widget_recent_entries .post-date {
    display: block;
    font-size: 0.75em;
    color: #999;
    padding-top: 5px;
}

.gallery .gallery-item {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 33.333333% !important;
    flex: 0 33.333333% !important;
    padding: 5px;
    margin-bottom: 0px !important;
}

.gallery .gallery-item img {
    border-radius: 6px;
}

.widget_archive li,
.widget_categories li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.widget_archive li ul,
.widget_categories li ul {
    -webkit-box-flex: 0;
    -ms-flex: 0 100%;
    flex: 0 100%;
}

.widget_archive li span,
.widget_categories li span {
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin-left: auto;
    color: #999;
}

.box-widget .listing-rating {
    float: none;
    top: 0;
}

.box-widget .listing-rating span {
    margin-left: 0;
}

.box-widget .widget-posts li {
    padding: 8px 0;
    margin-bottom: 19px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.box-widget .widget-posts .box-image-widget-media {
    width: 30%;
}

.box-widget .widget-posts .box-image-widget-media img {
    width: 100%;
    height: auto;
}

.box-widget .widget-posts .box-image-widget-media .bt-details {
    width: 100%;
    margin-top: 8px;
    padding: 8px 0;
    color: #fff;
    border-radius: 2px;
    font-size: 11px;
    text-align: center;
    display: inline-block;
    /* padding:12px 30px;
                color: #878C9F;
                font-weight:600; 
                display: inline-block;
                cursor: pointer; */
}

.box-widget .widget-posts li {
    border-bottom: 1px solid #eee;
}

.box-widget .widget-posts .widget-posts-descr {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 5%;
    /* padding-bottom:10px;
            border-bottom:1px  solid #eee; */
}

.box-widget .widget-posts .widget-posts-descr a {
    font-size: 13px;
    font-weight: 500;
    padding-bottom: 0;
    color: #666;
    display: block;
}

.box-widget .widget-posts .widget-posts-descr a h4 {
    font-size: 100%;
}

.box-widget .widget-posts .widget-posts-descr p {
    font-size: 12px;
    padding-bottom: 0;
}

.box-widget .widget-posts .widget-posts-descr .widget-posts-date {
    display: inline-block;
}

.box-widget .widget-posts .widget-posts-date {
    width: 100%;
    margin-top: 14px;
    font-weight: 600;
    color: #999;
    font-size: 11px;
}

.box-widget .widget-posts .widget-posts-date i {
    padding-right: 8px;
}

.box-widget .widget-posts .widget-posts-date a {
    float: right;
    padding-bottom: 0px;
    color: #999;
}

.tagcloud a {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 4px;
    color: #fff;
    font-weight: 500;
    margin-right: 2px;
    border: 1px solid #eee;
    font-size: 0.6875rem !important;
    margin-bottom: 5px;
    font-size: 12px;
}

.widget_search input {
    width: 100%;
    border: none;
    background: #ECF6F8;
    height: 50px;
    padding: 0 80px 0 20px;
    z-index: 1;
    border-radius: 4px 0 0 4px;
}

.widget_search .search-submit {
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
    height: 50px;
    line-height: 50px;
    z-index: 2;
    color: #fff;
    border: none;
    cursor: pointer;
    border-radius: 0 4px 4px 0;
}

.widget_search .search-submit:hover {
    background: #2C3B5A;
    color: #fff;
}

li.cat-item:before {
    content: '';
    position: absolute;
    top: 16px;
    width: 100px;
    height: 1px;
    background: #eee;
    left: 50%;
    margin-left: -25px;
}

.subscribe-form .easybook_mailchimp-form {
    width: 100%;
    position: relative;
    top: 30px;
    z-index: 2;
}

.subscribe-form .easybook_mailchimp-form:before {
    content: '';
    position: absolute;
    top: -9px;
    left: -9px;
    right: -9px;
    bottom: -9px;
    background: rgba(255, 255, 255, 0.18);
    z-index: -1;
    border-radius: 4px;
}

.subscribe-form p {
    color: rgba(255, 255, 255, 0.71);
}

.subscribe-form form {
    width: 100%;
}

.subscribe-form .enteremail {
    background: #fff;
    height: 50px;
    line-height: 50px;
    border-radius: 4px;
    padding: 0 120px 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid rgba(255, 255, 255, 0.21);
    z-index: 1;
    width: 100%;
}

.subscribe-form .subscribe-button {
    position: absolute;
    right: 0;
    width: 120px;
    height: 50px;
    line-height: 50px;
    top: 0;
    cursor: pointer;
    border: none;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    z-index: 2;
    background: #18458B;
    color: #fff;
}

.subscribe-form .subscribe-button i {
    padding-right: 6px;
}

.subscribe-form .subscribe-button:hover {
    color: rgba(255, 255, 255, 0.71);
}

.subscribe-form .subscribe-button:hover i {
    color: white;
}

.subscribe-message {
    color: #fff;
    margin-top: 10px;
    text-align: left;
    font-weight: 500;
    line-height: 19px;
}

.subscribe-message i {
    padding-right: 6px;
}

.subscribe-message .valid i {
    color: #5ECFB1;
}

.subscribe-message .error i {
    color: #F00;
}

.list-author-widget-header {
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
    padding: 0 0 80px 81px;
    width: 100%;
}

.list-author-widget-header span {
    float: left;
    width: 100%;
    font-size: 10px;
    text-align: left;
    color: #999;
    text-transform: uppercase;
}

.list-author-widget-header:before {
    font-family: Font Awesome\ 5 Pro;
    content: "\f4fc";
    position: absolute;
    color: #ccc;
    /* top:10px; */
    font-size: 35px;
    right: 0px;
    opacity: 0.4;
    font-weight: 500;
    line-height: normal;
}

.box-widget-author-title-img {
    position: absolute;
    left: 0;
    width: 60px;
    top: 0;
    height: 100%;
}

.list-author-widget-header img {
    width: 60px;
    height: 60px;
    border-radius: 100%;
}

.list-author-widget-link {
    display: inline-block;
    position: relative;
}

.list-author-widget-link a {
    font-weight: 600;
    font-size: 14px;
    text-align: left;
    color: #666;
    position: relative;
    margin-top: 10px;
    padding-bottom: 6px;
    text-transform: capitalize;
}

.list-author-widget-link a:hover {
    color: #18458B;
}

.list-author-widget-contacts {
    font-size: 13px;
    line-height: 24px;
    font-weight: 500;
    color: #878C9F;
}

.tweet-hidden-interact,
.tweet-hidden-user {
    display: none;
}

.footer_widgets_bottom {
    margin-top: 30px;
}

.hide-wid-title .widgets-titles {
    display: none;
}


/*------ to-top------------------------------------------------*/

.to-top {
    position: fixed;
    bottom: 60px;
    right: 50px;
    width: 40px;
    height: 40px;
    color: #fff;
    line-height: 40px;
    font-size: 17px;
    z-index: 116;
    cursor: pointer;
    display: none;
    border-radius: 3px;
    -webkit-box-shadow: 0px 0px 0px 7px rgba(255, 255, 255, 0.2);
    box-shadow: 0px 0px 0px 7px rgba(255, 255, 255, 0.2);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    text-align: center;
}

.to-top i {
    font-weight: 300;
}

.cth-mobile .to-top {
    bottom: 60px;
    right: 20px;
}

.to-top:hover,
.color-bg-link:hover {
    background: #2C3B5A;
    color: #fff;
}


/*------ Video ------------------------------------------------*/


/* Fix for overflow bug */

.media-container-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.media-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.video-container {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    line-height: 0;
    z-index: 1;
}

.video-container video {
    width: 100%;
}

.video-iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden !important;
    top: 0;
    left: 0;
    padding: 0 !important;
}

.video-iframe iframe {
    position: absolute;
    top: -75px;
    left: 50%;
    width: 100%;
    height: 100%;
    display: block;
}

.media-container.video-parallax {
    height: 120%;
    top: -10%;
}

.resp-video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin-bottom: 20px;
}

.resp-video iframe,
.resp-video object,
.resp-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.video-holder iframe {
    position: absolute;
    top: -75px;
    left: 50%;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1;
}

.video-item h3 {
    font-size: 34px;
    color: #fff;
    float: left;
    width: 100%;
    font-weight: 700;
    padding-bottom: 20px;
}

.video-item p {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    color: #eee;
    text-align: left;
    font-size: 13px;
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
}

.video-item a {
    display: inline-table;
    margin-top: 30px;
}

article iframe {
    max-width: 100%;
}

article.page.type-page {
    background: #fff;
    border-radius: 4px;
    border: 1px solid #f2f2f2;
}

article.page.type-page+.list-single-main-items {
    margin-top: 30px;
}


/*------404------------------------------------------------*/

.error404-wrap .city-bg,
.error404-wrap .overlay {
    z-index: 0;
}

.error-wrap {
    padding: 40px 0;
    text-align: center;
}

.error-wrap h2 {
    font-size: 134px;
    color: #fff;
    font-weight: bolder;
    letter-spacing: 10px;
    font-family: 'Nunito', sans-serif;
}

.error-wrap p {
    color: rgba(255, 255, 255, 0.91);
    font-size: 14px;
}

.error-wrap form {
    margin: 30px auto 20px;
    max-width: 550px;
    overflow: hidden;
    position: relative;
    -webkit-box-shadow: 0px 0px 0px 7px rgba(255, 255, 255, 0.2);
    box-shadow: 0px 0px 0px 7px rgba(255, 255, 255, 0.2);
    z-index: 1;
}

.error-wrap form input {
    width: 100%;
    border: none;
    background: #fff;
    height: 50px;
    padding: 0 100px 0 20px;
    z-index: 2;
}

.error-wrap form .search-submit {
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 50px;
    line-height: 50px;
    z-index: 2;
    color: #fff;
    border: none;
    cursor: pointer;
}

.error-wrap form .search-submit:hover {
    background: #2C3B5A;
}

.error-wrap a.btn {
    display: inline-table;
    margin-top: 10px;
    z-index: 1;
}

.not-found-post {
    text-align: center;
}

.not-found-post p {
    color: #878C9F;
}

.not-found-post form {
    -webkit-box-shadow: 0px 0px 0px 7px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 0px 7px rgba(0, 0, 0, 0.2);
}

.protected-wrap {
    text-align: center;
    color: #fff;
    padding: 100px;
}

.protected-wrap p {
    text-align: center;
    color: #fff;
}

.protected-wrap label {
    display: block;
    margin: 0 auto;
    max-width: 85%;
    width: 300px;
}

.protected-wrap label input {
    width: 100%;
    background: #fff;
    height: 40px;
    line-height: 40px;
    border-radius: 4px;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid rgba(255, 255, 255, 0.21);
    margin-top: 10px;
}

.protected-wrap input[type='submit'] {
    border: none;
    border-radius: 4px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #fff;
    margin-top: 10px;
    font-weight: 600;
    cursor: pointer;
    max-width: 300px;
    margin: 20px auto 0;
}

.protected-wrap input[type='submit']:hover {
    background: #2C3B5A;
}

.mob-bg {
    display: none;
}

.selectbox .select {
    margin-top: 15px;
}

.lg-backdrop {
    background: rgba(0, 0, 0, 0.81);
}

.lg-sub-html,
.lg-toolbar {
    background: transparent;
}

.lg-actions .lg-next,
.lg-actions .lg-prev {
    background-color: #292929;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 16px;
    margin-top: -25px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    z-index: 1080;
    -webkit-box-shadow: 0px 0px 0px 7px rgba(255, 255, 255, 0.2);
    box-shadow: 0px 0px 0px 7px rgba(255, 255, 255, 0.2);
    line-height: 1;
}

.lg-actions .lg-next:hover,
.lg-actions .lg-prev:hover {
    background: #2F3B59;
    color: #FFF;
}

.lg-actions .lg-next:before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    content: "\f105";
}

.lg-actions .lg-prev:after {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    content: "\f104";
}

.cloud-anim {
    z-index: 0;
    font-size: 54px;
    opacity: 0.8;
    color: #fff;
    position: absolute;
}

.cloud-anim-bottom {
    bottom: 350px;
    right: 150px;
    -webkit-animation: animateCloud2 20s linear infinite;
    animation: animateCloud2 20s linear infinite;
}

.cloud-anim-top {
    top: 120px;
    left: 150px;
    -webkit-animation: animateCloud 35s linear infinite;
    animation: animateCloud 35s linear infinite;
}

@-webkit-keyframes animateCloud {
    0% {
        left: -110px;
    }
    100% {
        left: 100%;
    }
}

@keyframes animateCloud {
    0% {
        left: -110px;
    }
    100% {
        left: 100%;
    }
}

@-webkit-keyframes animateCloud2 {
    0% {
        right: -110px;
    }
    100% {
        right: 100%;
    }
}

@keyframes animateCloud2 {
    0% {
        right: -110px;
    }
    100% {
        right: 100%;
    }
}

@-webkit-keyframes animateCloud3 {
    0% {
        left: 20px;
    }
    50% {
        left: 90%;
    }
    100% {
        left: 20px;
    }
}

@keyframes animateCloud3 {
    0% {
        left: 20px;
    }
    50% {
        left: 90%;
    }
    100% {
        left: 20px;
    }
}

@-webkit-keyframes animateCloud4 {
    0% {
        right: 50px;
    }
    50% {
        right: 80%;
    }
    100% {
        right: 50px;
    }
}

@keyframes animateCloud4 {
    0% {
        right: 50px;
    }
    50% {
        right: 80%;
    }
    100% {
        right: 50px;
    }
}

@-webkit-keyframes animateStars {
    0% {
        bottom: -10px;
        opacity: 0.5;
    }
    50% {
        bottom: 80%;
        opacity: 0.2;
    }
    100% {
        bottom: -10px;
        opacity: 0.5;
    }
}

@keyframes animateStars {
    0% {
        bottom: -10px;
        opacity: 0.5;
    }
    50% {
        bottom: 80%;
        opacity: 0.2;
    }
    100% {
        bottom: -10px;
        opacity: 0.5;
    }
}

@-webkit-keyframes animateStars2 {
    0% {
        top: -10px;
        opacity: 0.5;
    }
    50% {
        top: 80%;
        opacity: 0.2;
    }
    100% {
        top: -10px;
        opacity: 0.5;
    }
}

@keyframes animateStars2 {
    0% {
        top: -10px;
        opacity: 0.5;
    }
    50% {
        top: 80%;
        opacity: 0.2;
    }
    100% {
        top: -10px;
        opacity: 0.5;
    }
}


/*------Dasboard------------------------------------------------*/


/* ------Header------------------------------------------------------------ */

.main-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.12);
    padding: 0 0 6px 0;
    height: 110px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.21);
}

.header-top {
    height: 60px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.21);
    padding: 0 0 6px 0;
    z-index: 20;
}

.header-inner {
    height: 50px;
    padding: 0 0 6px 0;
    z-index: 19;
    display: block;
}

.dark-header {
    background: #18458B;
}

.logo-holder {
    float: left;
    position: relative;
    top: 12px;
    height: 35px;
}

.logo-holder img {
    height: 100%;
    width: auto;
}

.custom-mobile-logo-link {
    display: none;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.cth-mobile .custom-mobile-logo-link {
    display: inline-block;
    height: 100%;
}

.cth-mobile .custom-mobile-logo-link+.custom-logo-link {
    display: none;
}

.add-list {
    float: right;
    padding: 0 32px;
    position: relative;
    color: #fff;
    height: 59px;
    line-height: 59px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.add-list span {
    padding-left: 4px;
    font-weight: 700;
}

.show-reg-form {
    float: right;
    color: #fff;
    cursor: pointer;
    margin-right: 40px;
    position: relative;
    top: 0;
    height: 60px;
    line-height: 60px;
    font-size: 13px;
    font-weight: 400;
}

.show-reg-form:before {
    content: '';
    position: absolute;
    left: -20px;
    width: 1px;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.21);
}

.dark-header .show-reg-form {
    color: #fff;
}

.show-reg-form i {
    padding-right: 10px;
}

.show-search-button {
    color: #fff;
    float: right;
    position: relative;
    width: 172px;
    top: 0;
    height: 50px;
    line-height: 50px;
    font-size: 13px;
    cursor: pointer;
    font-weight: 500;
    border-left: 1px solid rgba(0, 0, 0, 0.21);
    border-right: 1px solid rgba(0, 0, 0, 0.21);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 43px;
}

.show-search-button i {
    padding-left: 19px;
    position: relative;
    top: 1px;
}

.attr-nav,
.wishlist-link {
    float: right;
    position: relative;
    top: 0;
    cursor: pointer;
    font-size: 16px;
    color: #fff;
    border-left: 1px solid rgba(0, 0, 0, 0.21);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 12px 20px;
    width: 60px;
}

.attr-nav:hover i,
.wishlist-link:hover i {
    font-weight: 800;
}

.wishlist-wrap {
    position: absolute;
    top: 100%;
    right: -20px;
    opacity: 0;
    visibility: visible;
    display: none;
    width: 400px;
    max-height: 320px;
    overflow: auto;
    padding: 25px 19px;
    background: #fff;
    z-index: -1;
    border-radius: 0 0 6px 6px;
    -webkit-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
    -webkit-box-shadow: 0px 1px 15px 1px rgba(113, 106, 202, 0.1);
    box-shadow: 0px 1px 15px 1px rgba(113, 106, 202, 0.1);
}

.vis-wishlist {
    opacity: 1;
    visibility: visible;
    right: 0;
}

.vis-wishlist .wishlist-item {
    width: 100%;
}

.vis-wishlist .delete-bookmark-btn:hover {
    color: #FF0000;
}

.vis-wishlist .wishlist-sec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border: 1px solid #eee;
    padding: 11px;
}

.vis-wishlist .widget-posts-img {
    width: 30%;
}

.vis-wishlist .widget-posts-descr {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 20px;
    text-align: left;
    position: relative;
}

.vis-wishlist .rooms-price {
    font-size: 12px;
    text-transform: uppercase;
    top: 0px;
}

.wishlist-wrap .box-widget-content {
    padding: 0;
    width: 100%;
}

.attr-nav .cart-link .cart-count,
.wishlist-link span.wl_counter {
    position: absolute;
    bottom: 7px;
    left: 10px;
    width: 17px;
    height: 15px;
    line-height: 15px;
    background: rgba(0, 0, 0, 0.11);
    border-radius: 100%;
    z-index: 2;
    font-size: 10px;
    padding-left: 5px;
    color: #fff;
}

.attr-nav {
    padding: 0;
    border-right: 1px solid rgba(0, 0, 0, 0.21);
}

.attr-nav .cart-link {
    position: relative;
    padding: 12px 20px;
    display: inline-block;
}

.attr-nav .cart-link .cart-count {
    bottom: auto;
    top: 6px;
    left: auto;
    right: 6px;
}

.wishlist-link+.attr-nav {
    border-right: 0;
}

.home-btn {
    float: left;
    margin-right: 15px;
    color: #fff;
    border-right: 1px solid rgba(0, 0, 0, 0.21);
    border-left: 1px solid rgba(0, 0, 0, 0.21);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 14px 16px;
}

.home-btn a {
    color: #fff;
}

.header-search {
    position: absolute;
    top: 110px;
    left: 0;
    width: 100%;
    padding: 20px 30px 30px;
    background: #fff;
    z-index: 18;
    border-bottom: 1px solid #eee;
    opacity: 0;
    margin-top: 30px;
    visibility: hidden;
    -webkit-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}

.vis-head-search {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
}

.header-search-input-item label,
.col-list-search-input-item label {
    width: 100%;
    margin-bottom: 5px;
    color: #878C9F;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 600;
}

.filter-tags .listing-rating {
    top: 0;
}

.header-search-input-item input[type="text"],
.col-list-search-input-item input[type="text"] {
    width: 100%;
    border: 1px solid #eee;
    padding: 12px 32px 12px 33px;
    border-radius: 6px;
    background: #F7F9FB;
    height: 42px;
    line-height: 42px;
}

.header-search-input-item input[type="text"]:focus,
.col-list-search-input-item input[type="text"]:focus {
    background: #fff;
}

.header-search-input-item.in-loc-dec:before,
.col-list-search-input-item.in-loc-dec:before {
    font-family: FontAwesome;
    content: "\f107";
    position: absolute;
    bottom: 8px;
    right: 14px;
    z-index: 120;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.not-vis-arrow {
    z-index: 520;
}

.not-vis-arrow:before {
    display: none;
}

.header-search-input-item input[type="number"],
.col-list-search-input-item input[type="number"] {
    border-radius: 6px;
    background: #fff;
}

.header-search-input-item .quantity-item-header,
.col-list-search-input-item .quantity-item-header {
    width: 33.3%;
}

.header-search-input-item-icon {
    position: absolute;
    bottom: 8px;
    left: 13px;
    z-index: 100;
    font-weight: 600;
    font-size: 14px;
}

.header-search-button {
    width: 100%;
    height: 42px;
    line-height: 42px;
    padding: 0 20px;
    color: #fff;
    border: none;
    border-radius: 4px;
    position: relative;
    top: 20px;
    left: 0;
    outline: none;
    cursor: pointer;
}

.header-search-button i {
    color: #fff;
    padding-left: 10px;
}

.header-search-button i:before {
    color: #fff !important;
}

.header-search-input-item.location a,
.col-list-search-input-item.location a {
    position: absolute;
    bottom: 8px;
    right: 16px;
    z-index: 500;
}

.close-header-search {
    position: absolute;
    width: 100px;
    height: 26px;
    right: 50%;
    margin-right: -50px;
    line-height: 26px;
    bottom: -27px;
    color: #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    cursor: pointer;
}

.close-header-search i {
    padding-left: 43px;
}

.search-opt-wrap-container {
    margin-left: -15px;
    margin-right: -15px;
}

.search-input-item {
    width: 50%;
    padding: 0 16px;
}

.search-input-item .midd-input {
    width: 30%;
    padding: 0 15px;
}

.search-input-item .small-input {
    width: 20%;
    padding: 0 18px 0 15px;
}

.quantity-search {
    float: left;
    width: 65px;
    height: 42px;
    position: relative;
    max-width: 90%;
}

.quantity-search input {
    width: 100%;
    height: 42px;
    line-height: 1.65;
    float: left;
    padding: 0;
    margin: 0;
    padding-left: 10px;
    border: 1px solid #eee;
    border-radius: 4px 0 0 4px;
    margin-bottom: 0;
}

.quantity-search input:focus {
    outline: 0;
}

.quantity-nav {
    position: absolute;
    height: 42px;
    right: 0;
    width: 20px;
    border-right: 1px solid #eee;
}

.quantity-button {
    background: #F7F9FB;
    position: absolute;
    right: 0;
    cursor: pointer;
    border-left: 1px solid #eee;
    width: 20px;
    text-align: center;
    color: #333;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.quantity-up {
    position: absolute;
    height: 50%;
    top: 0;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
}

.quantity-down {
    position: absolute;
    bottom: -1px;
    height: 50%;
    border-bottom: 1px solid #eee;
}

.lang-wrap,
.currency-wrap {
    float: right;
    margin-right: 40px;
    position: relative;
    top: 10px;
}

.currency-wrap {
    margin-right: 0;
    top: 10px;
}

.lang-tooltip,
.currency-tooltip {
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    z-index: 105;
    background: #fff;
    padding: 40px 0 12px;
    border-radius: 4px;
    border: 1px solid #eee;
    border-top: none;
    visibility: hidden;
    opacity: 0;
    -webkit-box-shadow: 0px 0px 0px 7px rgba(255, 255, 255, 0.1);
    box-shadow: 0px 0px 0px 7px rgba(255, 255, 255, 0.1);
    list-style: none;
    margin: 0;
}

.show-lang,
.show-currency-tooltip {
    color: #fff;
    cursor: pointer;
    width: 100px;
    float: right;
    padding: 10px;
    position: relative;
    z-index: 106;
    font-size: 12px;
    border: 1px solid transparent;
}

.show-currency-tooltip span {
    position: relative;
    float: left;
}

.show-currency-tooltip i {
    padding-right: 8px;
    float: left;
    position: relative;
}

.show-lang i,
.show-currency-tooltip span i {
    position: absolute;
    right: 10px;
    top: 50%;
    line-height: 10px;
    height: 10px;
    margin-top: -5px;
}

.show-currency-tooltip span i {
    right: -30px;
}

.show-lang img,
.lang-tooltip li img {
    position: relative;
    border-radius: 0px;
}

.show-lang img {
    margin-right: 4px;
}

.show-lang span {
    padding: 0 10px 0 6px;
    position: relative;
    z-index: 2;
}

.show-lang .fa-angle-down {
    position: relative;
    top: 2px;
}

.lang-wrap:hover .lang-tooltip,
.currency-wrap:hover .currency-tooltip {
    visibility: visible;
    opacity: 1;
}

.lang-wrap:hover .show-lang span,
.currency-wrap:hover .show-currency-tooltip span {
    color: #666;
}

.lang-tooltip li,
.currency-tooltip li {
    display: block;
    width: 100%;
    position: relative;
    text-align: left;
    color: #fff;
}

.lang-tooltip a,
.currency-tooltip a {
    display: block;
    color: #566985;
    font-weight: 500;
    font-size: 10px;
    text-transform: uppercase;
    padding: 6px 14px;
    border-radius: 4px;
}

.lang-tooltip a:hover,
.currency-tooltip a:hover {
    color: #fff;
}

.currency-tooltip li {
    margin-bottom: 4px;
    padding: 0;
}

.currency-tooltip li a {
    padding-left: 10px;
}

.currency-tooltip li:last-child {
    margin-bottom: 0;
}

.currency-tooltip li i {
    margin-right: 8px;
}

.lang-tooltip li img {
    margin-right: 10px;
}

.hotel-card:hover img {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
}

.section-title h2 {
    font-size: 24px;
    margin-bottom: 5px;
}


/*  */


/* .section-title-left {
	text-align: left;
	.section-title-separator {
		max-width: none;
	}
	.section-separator:before {
		left: 0px;
		margin-left: 0px;
	}
} */


/*  */


/* .section-title-center {
	text-align: center;
	
} */


/* .section-title-right {
	text-align: right;
	.section-title-separator {
		max-width: none;
	}
	.section-separator:before {
		left: auto;
		right: 0px;
	}
} */

.section-title-white h2,
.section-title-white p {
    color: #fff;
}


/* /////////\\\\\\\\\ */

.p-relative {
    position: relative;
}

.hero-slider-wrap.hreo-slider-left .intro-item h2,
.hero-slider-wrap.hreo-slider-right .intro-item h2 {
    font-size: 34px;
}

.hero-slider-wrap.hreo-slider-left .intro-item h3,
.hero-slider-wrap.hreo-slider-right .intro-item h3 {
    color: rgba(255, 255, 255, 0.7);
    font-size: 12px;
}

.hero-slider-wrap.hreo-slider-left .section-title-separator,
.hero-slider-wrap.hreo-slider-right .section-title-separator {
    margin: 0 0 10px;
}

.hero-slider-wrap.hreo-slider-left .section-separator,
.hero-slider-wrap.hreo-slider-right .section-separator {
    width: auto;
}

.hero-slider-wrap.hreo-slider-left a.btn,
.hero-slider-wrap.hreo-slider-right a.btn {
    margin-top: 20px;
}

.hero-slider-wrap.hreo-slider-left {
    text-align: left;
}

.hero-slider-wrap.hreo-slider-left .section-separator:before {
    margin-left: 0;
}

.hero-slider-wrap.hreo-slider-right {
    text-align: right;
}

.hero-slider-wrap.hreo-slider-right .section-title-separator {
    max-width: none;
}

.hero-slider-wrap.hreo-slider-right .section-separator {
    width: 100% !important;
}

.hero-slider-wrap.hreo-slider-right .section-separator:before {
    left: inherit;
    right: 0;
}

section .cth_hero_sec {
    padding: 150px 0;
    z-index: 100;
}

section .cth-sec-container.full-container {
    max-width: 100%;
    width: 100%;
}

.section-title-left .section-title-separator {
    margin: 0 0 10px;
}

.section-title-left .section-separator {
    width: auto;
}

.section-title-left .section-separator:before {
    margin-left: 0;
}

.banner-bottom-shap-img-wrapper {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 150px;
    z-index: -1;
    opacity: 0.7;
}

.cth-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
    z-index: 1;
    background-position: center !important;
    background-repeat: repeat !important;
    background-origin: content-box !important;
}

.cth-bg.cover-dec-bg {
    background-size: cover !important;
}

.cth-bg.fixed-dec-bg {
    background-attachment: fixed !important;
}

.cth-cover-color .cth-bg {
    background-size: auto !important;
}

.cth-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.2;
    z-index: 2;
}

.join-wrap-cus .cth-bg {
    right: 10% !important;
    width: 500px !important;
    height: 500px !important;
    bottom: -65%;
    top: auto !important;
    left: auto !important;
    background-size: cover !important;
}


/* /////////// */

.parallax-center {
    text-align: center;
}

.parallax-left {
    text-align: left;
}

.parallax-left .section-separator {
    width: auto;
}

.parallax-left .section-separator:before {
    margin-left: 0;
}

.parallax-right {
    text-align: right;
}

.parallax-right .section-separator {
    width: auto;
}

.parallax-right .section-separator:before {
    margin-left: -50px;
}

.cth-shop-sec {
    padding-top: 50px;
}

.shipping-calculator-form {
    padding: 0;
}

.woocommerce .input-text {
    background: #ECF6F8;
}

.woocommerce tr.order-total {
    font-size: 16px;
}

.woocommerce td {
    padding: 10px 12px !important;
}


/* Page Cart */

.woocommerce .woocommerce-cart-form tr .product-thumbnail img {
    max-width: 111px;
    width: 100%;
}

.woocommerce .woocommerce-cart-form td.actions .coupon button:after {
    content: '';
    position: absolute;
    width: 0px;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    z-index: 0;
    right: 0;
    top: 0;
    -webkit-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}

.woocommerce .woocommerce-cart-form td.actions .coupon button:hover:after {
    width: 100%;
    background: rgba(255, 255, 255, 0.1);
}

.woocommerce .cart-collaterals .cart_totals {
    width: 50%;
}

.woocommerce .cart-collaterals .cart_totals h2 {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #183c7d;
}

.woocommerce .cart-collaterals .wc-proceed-to-checkout {
    text-align: left;
}

.woocommerce .cart-collaterals .wc-proceed-to-checkout a {
    display: inline-block;
    padding: 13px 10px;
    margin-bottom: 0px;
}

.woocommerce .cart-collaterals .wc-proceed-to-checkout a:after {
    content: '';
    position: absolute;
    width: 0px;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    z-index: 0;
    right: 0;
    top: 0;
    -webkit-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}

.woocommerce .cart-collaterals .wc-proceed-to-checkout a:hover:after {
    width: 100%;
    background: rgba(255, 255, 255, 0.1);
}


/* Page CheckOut */

.woocommerce .woocommerce-checkout {
    padding: 30px 30px;
    margin-bottom: 20px;
    border-radius: 4px;
    border: 1px solid #f2f2f2;
}

.woocommerce .woocommerce-checkout .col-1,
.woocommerce .woocommerce-checkout .col-2 {
    float: none;
    width: 100%;
    /* padding: 10px 20% 10px 20px; */
    max-width: 100%;
    padding: 0;
    margin-bottom: 25px;
}

.woocommerce .woocommerce-checkout label {
    margin-bottom: 5px;
}

.woocommerce .woocommerce-checkout input,
.woocommerce .woocommerce-checkout span.select2-selection,
.woocommerce .woocommerce-checkout textarea {
    background: #F7F9FB;
    border-radius: 6px !important;
    min-height: 46px;
}

.woocommerce .woocommerce-checkout #customer_details {
    /* margin-bottom: 19px; */
}

.woocommerce .woocommerce-checkout .col-1 h3 {
    /* border-bottom: 1px solid #eee;
			padding-bottom: 25px;
    		margin-bottom: 25px; */
}

.woocommerce .woocommerce-checkout h3 {
    font-size: 18px;
    font-weight: 600;
    /* margin-bottom: 15px; */
    width: 100%;
    color: #183c7d;
    border-bottom: 1px solid #eee;
    padding-bottom: 25px;
    margin-bottom: 25px;
}

.woocommerce .woocommerce-checkout .select2-selection {
    background: #ECF6F8;
    border: 1px solid #eee;
}

.woocommerce .woocommerce-checkout .woocommerce-checkout-payment {
    background: #fff !important;
}

.woocommerce .woocommerce-checkout .woocommerce-checkout-payment li {
    margin-bottom: 10px !important;
}

.woocommerce .woocommerce-checkout .woocommerce-checkout-payment li input,
.woocommerce .woocommerce-checkout .woocommerce-checkout-payment li label {
    float: left;
    line-height: normal;
}

.woocommerce .woocommerce-checkout .woocommerce-checkout-payment li label {
    margin-bottom: 0px;
}

.woocommerce .woocommerce-checkout .woocommerce-checkout-payment li label a {
    margin-left: 15px;
    line-height: 26px !important;
}

.woocommerce .woocommerce-checkout .woocommerce-checkout-payment li .payment_box {
    display: inline-block;
}

.woocommerce .woocommerce-checkout .woocommerce-checkout-payment .place_order {
    float: left !important;
    padding: 20px 0;
}

.woocommerce .woocommerce-checkout .woocommerce-checkout-payment .place_order:after {
    content: '';
    position: absolute;
    width: 0px;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    z-index: 0;
    right: 0;
    top: 0;
    -webkit-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}

.woocommerce .woocommerce-checkout .woocommerce-checkout-payment .place_order:hover:after {
    width: 100%;
    background: rgba(255, 255, 255, 0.1);
}

.woocommerce .woocommerce-checkout .woocommerce-checkout-review-order {
    margin-top: 30px;
}


/* ------Navigation------------------------------------------------------------ */

.nav-holder {
    float: left;
    position: relative;
    top: 1px;
    margin-right: 15px;
    opacity: 1;
    right: 0;
    visibility: visible;
}

.nav-holder nav {
    position: relative;
    float: left;
}

.nav-holder nav ul {
    list-style: none;
    margin-bottom: 0;
    margin-left: 0;
}

.nav-holder nav li {
    float: left;
    position: relative;
    margin-left: 6px;
    height: 50px;
    margin-bottom: 0;
}

.nav-holder nav li ul {
    margin: 30px 0 0 0;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    min-width: 200px;
    top: 50px;
    left: 0;
    z-index: 1;
    padding: 10px 0;
    background: #fff;
    border-radius: 6px;
    border: 1px solid #eee;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.nav-holder nav li:hover>ul {
    opacity: 1;
    visibility: visible;
    margin: 0;
}

.nav-holder nav li ul li ul {
    top: -10px;
    left: -100%;
    margin-left: 25px;
    margin-top: 0;
    max-width: 150px;
}

.nav-holder nav li ul li:hover>ul {
    opacity: 1;
    visibility: visible;
    margin-right: 0px;
}

.nav-holder nav li ul li {
    width: 100%;
    float: left;
    height: auto;
    position: relative;
}

.nav-holder nav li a {
    float: left;
    padding: 10px;
    font-size: 13px;
    font-weight: 800;
    text-transform: none;
    line-height: 25px;
    letter-spacing: 0px;
    color: #494949;
    -webkit-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    transition: all 100ms linear;
}

.dark-header nav li a {
    color: #fff;
}

.nav-holder nav>ul>li.current-menu-item>a:before,
.nav-holder nav>ul>li.current-menu-parent>a:before,
.nav-holder nav>ul>li.current-menu-ancestor>a:before,
.nav-holder nav li a.act-link:before {
    display: block;
}

.nav-holder nav li a i {
    padding-left: 6px;
    -webkit-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}

.nav-holder nav li a:hover i {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
}

.nav-holder nav li ul a {
    color: #566985;
    float: left;
    width: 100%;
    font-weight: 500;
    padding: 5px 15px;
}

.dark-header nav li ul a {
    color: #566985;
}

nav li ul a:before,
nav li ul a:after {
    display: none;
}

.nav-button-wrap {
    float: left;
    height: 38px;
    width: 38px;
    cursor: pointer;
    position: relative;
    border-radius: 4px;
    top: 6px;
    margin-right: 16px;
    display: none;
}

.nav-button {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 22px;
    height: 20px;
    margin-left: -11px;
    margin-top: -6px;
}

.nav-button span {
    float: left;
    width: 100%;
    height: 2px;
    margin-bottom: 4px;
    border-radius: 4px;
    -webkit-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}

.easybook-lang-switcher {
    float: right;
}

.easybook-lang-switcher .wpml-ls-legacy-dropdown-click,
.easybook-lang-switcher .wpml-ls-legacy-dropdown {
    position: relative;
    top: 10px;
}

.easybook-lang-switcher .wpml-ls-legacy-dropdown-click .wpml-ls-item,
.easybook-lang-switcher .wpml-ls-legacy-dropdown .wpml-ls-item {
    margin-bottom: 5px;
}

.easybook-lang-switcher .wpml-ls-legacy-dropdown-click a,
.easybook-lang-switcher .wpml-ls-legacy-dropdown a {
    background: transparent;
    border: none;
    color: #fff;
    position: relative;
    z-index: 106;
    font-size: 12px;
    padding: 10px;
}

.easybook-lang-switcher .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu,
.easybook-lang-switcher .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
    background: #fff;
    padding: 40px 0 12px;
    border-radius: 4px;
    border: 1px solid #eee;
    border-top: none;
    -webkit-box-shadow: 0px 0px 0px 7px rgba(255, 255, 255, 0.1);
    box-shadow: 0px 0px 0px 7px rgba(255, 255, 255, 0.1);
    list-style: none;
    margin: 0;
    top: 0;
}

.easybook-lang-switcher .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu a,
.easybook-lang-switcher .wpml-ls-legacy-dropdown .wpml-ls-sub-menu a {
    color: #566985;
    padding: 6px 14px;
    border-radius: 4px;
    font-weight: 500;
}

.easybook-lang-switcher .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu a:hover,
.easybook-lang-switcher .wpml-ls-legacy-dropdown .wpml-ls-sub-menu a:hover {
    color: #fff;
}

.easybook-lang-switcher .wpml-ls-legacy-dropdown-click .wpml-ls-current-language:hover>a,
.easybook-lang-switcher .wpml-ls-legacy-dropdown .wpml-ls-current-language:hover>a {
    background: transparent;
    color: #666;
}

.easybook-lang-switcher .wpml-ls-legacy-list-vertical,
.easybook-lang-switcher .wpml-ls-legacy-list-horizontal {
    position: relative;
    top: 10px;
}

.easybook-lang-switcher .wpml-ls-legacy-list-vertical a,
.easybook-lang-switcher .wpml-ls-legacy-list-horizontal a {
    color: #fff;
}

.easybook-lang-switcher .wpml-ls-legacy-list-vertical {
    top: 5px;
}

section.parallax-section.cth-woo-head .header-sec-link {
    bottom: 0px;
}

section.products {
    padding: 0;
}

section.products>h2 {
    text-align: center;
    position: relative;
    margin-bottom: 40px;
}

section.products>h2:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -15px;
    height: 4px;
    margin-left: -25px;
    width: 50px;
    border-radius: 3px;
}

.products>h2,
.wc-tab>h2,
#comments>h2 {
    color: #334e6f;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
}

.cth-woo-item-wrap {
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid #eee;
    background: #fff;
}

.cth-woo-item-wrap .cth-woo-img {
    position: relative;
}

.cth-woo-item-wrap .cth-woo-img img {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
    -o-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
    transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
}

.cth-woo-item-wrap .cth-woo-img .overlay {
    -webkit-transition: all 1000ms;
    -o-transition: all 1000ms;
    transition: all 1000ms;
    opacity: 0;
}

.cth-woo-item-wrap:hover .cth-woo-img img {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
}

.cth-woo-item-wrap:hover .overlay {
    opacity: 0.3;
}

.cth-woo-item-wrap a {
    position: relative;
    display: block;
    overflow: hidden;
}

.cth-woo-item-wrap .cth-woo-content {
    padding: 0px 10px 10px;
    position: relative;
}

.body-easybook span.onsale {
    top: 35px;
    left: 35px;
    border-radius: 0;
    padding: 5px 10px;
    margin: 0;
    border-radius: 4px;
    line-height: 1.66;
    min-height: 0;
    min-width: 0;
}

.body-easybook .star-rating {
    color: #FACC39;
}

.body-easybook .star-rating:before {
    color: #FACC39;
}

.body-easybook p.stars a {
    color: #FACC39;
    font-size: 24px;
}

.body-easybook #respond input#submit,
.body-easybook a.button,
.body-easybook button.button,
.body-easybook input.button {
    padding: 10px 15px;
    border-radius: 4px;
    background: transparent;
    border: 1px solid transparent;
}

.body-easybook #respond input#submit.disabled,
.body-easybook #respond input#submit:disabled,
.body-easybook #respond input#submit:disabled[disabled],
.body-easybook a.button.disabled,
.body-easybook a.button:disabled,
.body-easybook a.button:disabled[disabled],
.body-easybook button.button.disabled,
.body-easybook button.button:disabled,
.body-easybook button.button:disabled[disabled],
.body-easybook input.button.disabled,
.body-easybook input.button:disabled,
.body-easybook input.button:disabled[disabled] {
    padding: 10px 15px;
}

.body-easybook ul.products li.product {
    width: 23.12%;
    margin: 0 2.5% 30px 0;
}

.body-easybook ul.products li.product img {
    margin: 0;
}

.body-easybook ul.products li.product a {
    color: #18458B;
}

.body-easybook ul.products li.product a img {
    margin: 0;
}

.body-easybook ul.products li.product .woocommerce-loop-category__title,
.body-easybook ul.products li.product .woocommerce-loop-product__title,
.body-easybook ul.products li.product h3 {
    font-weight: 600;
}

.body-easybook ul.products li.product .onsale {
    top: 5px;
    right: 5px;
    left: auto;
    border-radius: 0;
    padding: 5px 10px;
    margin: 0;
    border-radius: 4px;
    line-height: 1.66;
    min-height: 0;
    min-width: 0;
}

.body-easybook ul.products li.product .cth-add-to-cart {
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.body-easybook ul.products li.product .cth-add-to-cart a {
    padding: 10px 10px;
    border-radius: 4px;
    border: 1px solid transparent;
    color: #fff;
    margin-top: 0;
    line-height: 1;
    display: inline-block;
    margin-top: 15px;
}

.body-easybook ul.products li.product .cth-add-to-cart a i {
    margin-right: 5px;
}

.body-easybook ul.products li.product .cth-add-to-cart a:hover {
    color: #fff;
}

.body-easybook ul.products li.product .cth-add-to-cart .added_to_cart {
    line-height: 15px;
}

.body-easybook ul.products.columns-7 li.product {
    width: 12.14%;
}

.body-easybook ul.products.columns-6 li.product {
    width: 14.58%;
}

.body-easybook ul.products.columns-5 li.product {
    width: 18%;
}

.body-easybook ul.products.columns-3 li.product {
    width: 31.66%;
}

.body-easybook ul.products.columns-2 li.product {
    width: 48.75%;
}

.body-easybook ul.products.columns-1 li.product {
    width: 100%;
}

.body-easybook ul.products li.last {
    margin-right: 0;
}

.body-easybook #respond input#submit.added:after,
.body-easybook a.button.added:after,
.body-easybook button.button.added:after,
.body-easybook input.button.added:after {
    margin-left: 7px;
}

.body-easybook nav.woocommerce-pagination {
    margin-bottom: 30px;
}

.body-easybook nav.woocommerce-pagination .page-numbers {
    display: inline-block;
    width: 44px;
    height: 44px;
    line-height: 44px;
    border-radius: 6px;
    border: 1px solid #eee;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    font-size: 13px;
    color: #888DA0;
    background: #fff;
    letter-spacing: 1px;
    margin: 0 2px;
}

.body-easybook .woocommerce-products-header {
    display: none;
}

.body-easybook .woocommerce-breadcrumb {
    margin-bottom: 0;
}

.body-easybook div.product {
    position: relative;
    padding: 30px 30px;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #eee;
    margin-bottom: 20px;
}

.body-easybook div.product div.images.woocommerce-product-gallery {
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid #eee;
}

.body-easybook div.product .product_title {
    margin-bottom: 15px;
}

.body-easybook ul.products li.product .price,
.body-easybook div.product .price {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 0;
}

.body-easybook ul.products li.product .price del,
.body-easybook div.product .price del {
    color: #999;
    opacity: 0.7;
    text-decoration: line-through;
    margin-right: 10px;
}

.body-easybook ul.products li.product .price ins,
.body-easybook div.product .price ins {
    font-size: 16px;
}

.body-easybook div.product .price {
    font-size: 16px;
}

.body-easybook div.product form.cart .button {
    padding: 12px 20px;
    line-height: 1;
}

.body-easybook .quantity .qty {
    border: 1px solid #eee;
    padding: 8px 0 8px 8px;
    border-radius: 4px;
    color: #666;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.body-easybook #review_form #respond input,
.body-easybook #review_form #respond textarea {
    border: 1px solid #eee;
    padding: 10px;
    border-radius: 4px;
    color: #666;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.body-easybook #review_form #respond input#submit {
    padding: 12px 20px;
    border: 0;
}

.body-easybook #respond input#submit:hover,
.body-easybook a.button:hover,
.body-easybook button.button:hover,
.body-easybook input.button:hover {
    color: #fff;
}

.body-easybook div.product .woocommerce-tabs ul.tabs:before {
    border-bottom-color: #eee;
}

.body-easybook div.product .woocommerce-tabs ul.tabs li {
    border-color: #eee;
    background-color: #eee;
}

.body-easybook div.product .woocommerce-tabs ul.tabs li:before {
    border: 1px solid transparent;
    -webkit-box-shadow: 2px 2px 0 #eee;
    box-shadow: 2px 2px 0 #eee;
}

.body-easybook div.product .woocommerce-tabs ul.tabs li:after {
    border: 1px solid transparent;
    -webkit-box-shadow: -2px 2px 0 #eee;
    box-shadow: -2px 2px 0 #eee;
}

.body-easybook div.product .woocommerce-tabs ul.tabs li.active {
    border-bottom-color: #fff;
    background-color: #fff;
}

.body-easybook div.product .woocommerce-tabs ul.tabs li.active:before {
    -webkit-box-shadow: 2px 2px 0 #fff;
    box-shadow: 2px 2px 0 #fff;
}

.body-easybook div.product .woocommerce-tabs ul.tabs li.active:after {
    -webkit-box-shadow: -2px 2px 0 #fff;
    box-shadow: -2px 2px 0 #fff;
}

.body-easybook .woocommerce-error,
.body-easybook .woocommerce-info,
.body-easybook .woocommerce-message {
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #eee;
    border-top: 3px solid transparent;
}

.body-easybook .woocommerce-error {
    border-top-color: #b81c23;
}

.body-easybook .woocommerce-error:after {
    color: #b81c23;
}

.body-easybook .box-widget .woocommerce-Price-amount {
    font-weight: 600;
}

.body-easybook .box-widget del .woocommerce-Price-amount {
    color: #999;
    opacity: 0.7;
    text-decoration: line-through;
}

.body-easybook .box-widget .star-rating {
    font-size: 10px;
    margin: 5px 0;
}

.body-easybook .widget_rating_filter .box-widget .star-rating {
    margin: 0;
}

.body-easybook .widget_shopping_cart .total {
    border-top: 0;
    padding: 10px 0;
}

.body-easybook #reviews #comments ol.commentlist li .comment-text {
    width: auto;
    max-width: 100%;
}

.body-easybook .comment-form-comment label,
.body-easybook .comment-form-author label,
.body-easybook .comment-form-email label {
    display: block;
    margin-bottom: 10px;
}

.body-easybook .woocommerce-grouped-product-list-item__quantity {
    padding-left: 0 !important;
}

.body-easybook .woocommerce-grouped-product-list-item__label {
    font-weight: 700;
}

.body-easybook .woocommerce-grouped-product-list-item__price del {
    color: #999;
    opacity: 0.7;
    text-decoration: line-through;
}

.product_meta .sku_wrapper,
.product_meta .posted_in,
.product_meta .tagged_as {
    display: block;
    padding: 10px 0 5px;
    border-bottom: 1px solid #eee;
}

.product_meta .sku_wrapper span,
.product_meta .sku_wrapper a,
.product_meta .posted_in span,
.product_meta .posted_in a,
.product_meta .tagged_as span,
.product_meta .tagged_as a {
    font-weight: 700;
}

.comment-form-rating label {
    color: #878C9F;
    font-size: 12px;
    line-height: 24px;
    font-weight: 500;
}

.woocommerce-product-search {
    background: #fff;
    border-radius: 10px;
    border: 1px solid #eee;
    overflow: hidden;
    position: relative;
}

.woocommerce-product-search .search-field {
    border: none;
    background: #fff;
    height: 50px;
    padding: 0 80px 0 20px;
    z-index: 1;
}

.woocommerce-product-search button {
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
    height: 50px;
    line-height: 50px;
    z-index: 2;
    color: #fff;
    border: none;
    cursor: pointer;
}

.widget_products .box-widget,
.widget_top_rated_products .box-widget,
.widget_recent_reviews .box-widget,
.widget_layered_nav .box-widget,
.widget_price_filter .box-widget,
.widget_rating_filter .box-widget,
.widget_product_categories .box-widget,
.widget_recently_viewed_products .box-widget,
.widget_shopping_cart .box-widget {
    position: relative;
}

.widget_price_filter .box-widget {
    padding: 10px 0;
}

.widget_product_tag_cloud .box-widget {
    background: transparent;
    border: 0;
    border-radius: 0;
}

ul.woocommerce-widget-layered-nav-list,
ul.product-categories {
    list-style: none;
    margin-left: 0;
}

ul.woocommerce-widget-layered-nav-list ul,
ul.product-categories ul {
    list-style: none;
    margin-left: 0;
}

ul.woocommerce-widget-layered-nav-list li,
ul.product-categories li {
    padding-bottom: 8px;
    margin-bottom: 15px;
    position: relative;
}

ul.woocommerce-widget-layered-nav-list li ul,
ul.product-categories li ul {
    margin-top: 23px;
}

ul.woocommerce-widget-layered-nav-list li ul li:last-child,
ul.product-categories li ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

ul.woocommerce-widget-layered-nav-list li a,
ul.product-categories li a {
    color: #666;
    font-weight: 700;
}

ul.woocommerce-widget-layered-nav-list li,
ul.product-categories li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

ul.woocommerce-widget-layered-nav-list li ul,
ul.product-categories li ul {
    -webkit-box-flex: 0;
    -ms-flex: 0 100%;
    flex: 0 100%;
}

ul.woocommerce-widget-layered-nav-list li span,
ul.product-categories li span {
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin-left: auto;
    color: #999;
}

@media only screen and (max-width: 768px) {
    .body-easybook.woocommerce ul.products[class*=columns-] li.product,
    .body-easybook.woocommerce ul.products[class*=columns-] li.product,
    .body-easybook ul.products[class*=columns-] li.product,
    .body-easybook ul.products[class*=columns-] li.product {
        width: 48%;
        float: left;
        clear: both;
        margin: 0 0 30px;
    }
    .body-easybook.woocommerce ul.products[class*=columns-] li.product:nth-child(2n),
    .body-easybook.woocommerce ul.products[class*=columns-] li.product:nth-child(2n),
    .body-easybook ul.products[class*=columns-] li.product:nth-child(2n),
    .body-easybook ul.products[class*=columns-] li.product:nth-child(2n) {
        float: right;
        clear: none !important;
    }
}

.woocommerce-checkout #payment .payment_method_cth_paypal img {
    max-height: 52px;
    vertical-align: middle;
}

.woocommerce-checkout #payment .payment_method_cth_paypal .about_paypal {
    float: right;
    line-height: 52px;
    font-size: .83em;
}

.body-easybook #add_payment_method table.cart input,
.body-easybook.woocommerce-cart table.cart input,
.body-easybook.woocommerce-checkout table.cart input {
    border: 1px solid #eee;
    padding: 10px 15px;
    border-radius: 4px;
    color: #666;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.body-easybook .woocommerce .quantity .qty {
    padding: 10px 0px 10px 10px;
}

.body-easybook .woocommerce #content table.cart td.actions .input-text,
.body-easybook.woocommerce-page table.cart td.actions .input-text {
    width: 10rem;
}

.body-easybook .woocommerce form .form-row input.input-text,
.body-easybook .woocommerce form .form-row textarea {
    border: 1px solid #eee;
    padding: 10px 15px;
    border-radius: 4px;
    color: #666;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.body-easybook .select2-container .select2-selection--single,
.body-easybook .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px;
}

.body-easybook .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 38px;
}

.body-easybook .wcppec-cart-widget-button {
    display: none;
}

.woocommerce .woocommerce-customer-details,
.woocommerce .woocommerce-order-details,
.woocommerce .woocommerce-order-downloads {
    padding: 30px;
}

@-webkit-keyframes bounce-new {
    0%,
    20%,
    60%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    80% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
}

@keyframes bounce-new {
    0%,
    20%,
    60%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    80% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
}

.attr-nav:hover .cart-link {
    color: #fff;
}

.attr-nav:hover .cart-link i {
    -webkit-animation: bounce-new 1s;
    animation: bounce-new 1s;
}

.attr-nav>ul {
    list-style: none;
    margin-bottom: 0;
    margin-left: 0;
}

.attr-nav>ul>li {
    float: left;
    display: block;
    margin-bottom: 0;
    position: relative;
}

.attr-nav>ul>li>ul {
    margin: 30px 0 0 0;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    min-width: 230px;
    top: 50px;
    left: auto;
    right: 0;
    z-index: 1;
    padding: 10px;
    background: #fff;
    border-radius: 0 0 6px 6px;
    border: 1px solid #eee;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    list-style: none;
}

.attr-nav>ul>li:hover>ul {
    opacity: 1;
    visibility: visible;
    margin: 0;
}

.attr-nav+.nav-holder {
    margin-right: 10px;
}

.cth-mobile .attr-nav>ul>li>ul.cart-list {
    left: -50px;
}

.product_list_widget {
    list-style: none;
    margin: 0;
}

.body-easybook .product-remove {
    text-align: center;
}

.body-easybook a.remove {
    display: inline-block;
    font-size: 16px;
    padding: 0;
    color: #999 !important;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    text-align: center;
    line-height: 18px;
    border: 1px solid #999;
}

.body-easybook a.remove:hover {
    color: #D8000C !important;
    background-color: transparent;
    border-color: #D8000C;
}

.body-easybook .widget_shopping_cart .cart_list li,
.body-easybook ul.cart_list li,
.body-easybook ul.product_list_widget li {
    position: relative;
    border-bottom: solid 1px #efefef;
    padding: 0 0 22px;
    margin-bottom: 10px;
}

.body-easybook .widget_shopping_cart .cart_list li a,
.body-easybook ul.cart_list li a,
.body-easybook ul.product_list_widget li a {
    font-weight: 600;
    color: #18458B;
}

.body-easybook .widget_shopping_cart .cart_list li a.remove,
.body-easybook ul.cart_list li a.remove,
.body-easybook ul.product_list_widget li a.remove {
    position: absolute;
    right: 0px;
    left: auto;
}

.body-easybook .widget_shopping_cart .cart_list li img,
.body-easybook ul.cart_list li img,
.body-easybook ul.product_list_widget li img {
    margin-left: 10px;
    margin-right: 0;
    width: 50px;
    height: auto;
    float: right;
}

.body-easybook .widget_shopping_cart .cart_list li span.quantity,
.body-easybook ul.cart_list li span.quantity,
.body-easybook ul.product_list_widget li span.quantity {
    display: block;
    font-size: 14px;
    color: #666;
}

.body-easybook .cart-list ul.cart_list li,
.body-easybook .widget_shopping_cart ul.cart_list li {
    padding-right: 25px;
}

.body-easybook .woocommerce-mini-cart__buttons .button {
    padding: 8px 12px;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
    border: 1px solid transparent;
    display: inline-block;
    line-height: 1;
}

.body-easybook .woocommerce-mini-cart__buttons .button.checkout {
    margin-left: 15px;
    background: transparent;
}

.body-easybook #add_payment_method table.cart td.actions .coupon .input-text,
.body-easybook table.cart td.actions .coupon .input-text,
.body-easybook table.cart td.actions .coupon .input-text {
    padding: 7px 6px 8px;
}


/*------ footer------------------------------------------------*/

footer.main-footer {
    float: left;
    width: 100%;
    position: relative;
    z-index: 50;
}

.fwids-row:not(:empty) {
    margin-top: 70px;
}

.partners-widget ul {
    margin-left: 0;
    margin-bottom: 0;
}

.partners-widget li {
    margin-bottom: 0;
}

.easybook-tweet p.tweet {
    padding: 20px 22px;
    position: relative;
}

.easybook-tweet p.tweet:after {
    font-family: Font Awesome\ 5 Brands;
    content: "\f099";
    position: absolute;
    bottom: 10px;
    right: 12px;
    color: #fff;
    opacity: 0.2;
    font-size: 34px;
    z-index: -1;
}

.easybook-tweet p.tweet:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -2;
    border-radius: 6px;
    opacity: 0.14;
}

footer.main-footer.fixed-footer {
    position: fixed;
    z-index: 2;
    left: 0;
    bottom: 0;
}

.height-emulator {
    z-index: 1;
}

.dark-footer {
    background: #18458B;
}

.footer-widget h3 {
    font-size: 14px;
    text-align: left;
    width: 100%;
    margin-bottom: 30px;
    color: #fff;
    font-weight: 700;
    border-bottom: 1px solid rgba(255, 255, 255, 0.11);
    padding-bottom: 25px;
    text-transform: uppercase;
}

.sub-footer {
    background: #061B41;
    padding: 34px 0 20px;
}

.sub-footer.has-fwids {
    margin-top: 40px;
}

.copyright {
    text-align: left;
    color: #fff;
    position: relative;
    font-size: 13px;
    position: relative;
    top: 6px;
    font-weight: 500;
}

.footer-social span {
    float: left;
    color: #fff;
    text-transform: uppercase;
    font-weight: 900;
    padding-right: 30px;
    position: relative;
    top: 8px;
    font-size: 14px;
}

.footer-social ul {
    list-style: none;
    margin-bottom: 0;
}

.footer-social li {
    display: inline-block;
    margin-right: 14px;
    margin-bottom: 0;
}

.footer-social a {
    border-left: none;
    font-size: 13px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.11);
    border-radius: 4px;
    display: block;
    padding: 0 9px;
}

.footer-menu {
    margin-top: 20px;
}

.footer-menu ul {
    list-style: none;
    margin-bottom: 0;
}

.footer-menu li {
    display: inline-block;
    padding-right: 16px;
    position: relative;
    margin-bottom: 0;
}

.footer-menu li:before {
    content: '';
    position: absolute;
    top: 37%;
    width: 4px;
    height: 4px;
    right: 6px;
    border-radius: 100%;
}

.footer-menu li:last-child:before {
    display: none;
}

.footer-menu li a {
    color: #eee;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-family: 'Montserrat', 'Helvetica', 'Arial', sans-serif;
}

.footer-menu li a:hover {
    color: rgba(255, 255, 255, 0.41);
}

.sub-footer .about-widget img {
    float: left;
    width: 120px;
    height: auto;
}

.footer-widget .about-widget h4 {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    color: #bcbcbc;
    padding-top: 6px;
    font-size: 17px;
    text-align: left;
    width: 100%;
    float: left;
    margin-bottom: 12px;
}

.footer-widget .footer-contacts-widget p {
    color: #fff;
    text-align: left;
}

.footer-widget .about-widget p {
    border-bottom: 1px solid rgba(255, 255, 255, 0.21);
}

.footer-widget .about-widget .btn {
    float: left;
    margin-top: 20px;
    padding: 13px 20px;
    border-radius: 20px;
    color: #fff;
    font-weight: 600;
}

.footer-contacts {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px dashed rgba(255, 255, 255, 0.21);
    list-style: none;
}

.footer-contacts {
    list-style: none;
    margin-bottom: 0;
}

.footer-contacts li {
    display: block;
    padding: 7px 0;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 0;
}

.footer-contacts li span {
    color: rgba(255, 255, 255, 0.51);
}

.footer-contacts li a {
    color: rgba(255, 255, 255, 0.81) !important;
    padding-left: 4px;
}

.footer-contacts li i {
    padding-right: 4px;
}

.footer-widget .widget-posts li {
    padding: 13px 0;
    margin-bottom: 8px;
}

.footer-widget .box-image-widget-media {
    float: left;
    width: 30%;
}

.footer-widget .box-image-widget-media .bt-details {
    display: none;
}

.footer-widget .box-image-widget-media img {
    border-radius: 4px;
}

.footer-widget .widget-comments-img img {
    border-radius: 100%;
}

.footer-widget .widget-posts-descr {
    float: left;
    width: 70%;
    padding-left: 20px;
    text-align: left;
    position: relative;
}

.footer-widget .widget-posts-descr:before {
    content: '';
    position: absolute;
    bottom: -12px;
    left: 20px;
    right: 0;
    height: 1px;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.21);
}

.footer-widget .widget-posts-descr a {
    color: rgba(255, 255, 255, 0.71);
    font-weight: 600;
    padding-bottom: 20px;
}

.footer-widget .widget-posts-descr a h4 {
    font-size: inherit;
}

.footer-widget .widget-posts-descr a:hover {
    color: #fff;
}

.footer-widget .widget-posts-descr p {
    font-size: 12px;
}

.footer-widget .widget-posts-descr .post-comments {
    color: #999;
    font-size: 12px;
    padding-right: 10px;
}

.footer-widget .widget-posts-descr .post-comments i {
    padding-right: 5px;
}

.footer-widget .widget-posts-date {
    float: left;
    width: 100%;
    margin-top: 10px;
    color: #fff;
    font-weight: 600;
    font-size: 12px;
}

.footer-widget .widget-posts-date i {
    color: #3AACED;
    padding-right: 5px;
}

.subscribe-wrap {
    padding: 90px 0;
    overflow: hidden;
}

.sp-bg {
    position: absolute;
    bottom: -240px;
    left: -70px;
    width: 350px;
    height: 350px;
    border-radius: 100%;
    background: rgba(255, 255, 255, 0.11);
    -webkit-box-shadow: 0px 0px 30px 0px rgba(50, 50, 50, 0.05);
    box-shadow: 0px 0px 30px 0px rgba(50, 50, 50, 0.05);
}

.sp-bg:before {
    content: '';
    position: absolute;
    top: -50px;
    left: -50px;
    bottom: -50px;
    right: -50px;
    border-radius: 100%;
    background: rgba(255, 255, 255, 0.051);
}

.subscribe-header h3 {
    padding-bottom: 15px;
    color: #fff;
    text-align: left;
    font-weight: 600;
    font-size: 30px;
}

.subscribe-header p {
    color: rgba(255, 255, 255, 0.71);
}

.footer_widgets_top {
    border-bottom: 1px solid rgba(255, 255, 255, 0.21);
    padding: 70px 0 20px 0;
    position: relative;
}

.footer_widgets_top .widgets-titles {
    position: absolute;
    top: 32px;
    border-bottom: 0;
}

.footer_widgets_top .partners-img-next {
    right: 0;
}

.footer_widgets_top .partners-img-next,
.footer_widgets_top .partners-img-prev {
    background: unset;
    color: #fff;
}

.footer_widgets_top .sp-cont {
    top: 50%;
}

.footer_widgets_bottom .widgets-titles {
    border-bottom: 0;
}

.footer-contacts-widget p {
    color: #fff;
}

.footer-contacts {
    margin: 20px 0;
    padding: 0 0 123px 0;
    border-top: 1px dashed rgba(255, 255, 255, 0.21);
    border-bottom: 1px dashed rgba(255, 255, 255, 0.21);
}

.footer-contacts li {
    float: left;
    width: 100%;
    padding: 10px 0;
    font-size: 13px;
    font-weight: 500;
}

.footer-contacts li a {
    color: rgba(255, 255, 255, 0.81);
    padding-left: 4px;
}

.footer-contacts li i {
    padding-right: 4px;
}

.footer-contacts li a,
.footer-contacts li span {
    color: rgba(255, 255, 255, 0.51);
}

.customer-support-widget {
    margin-bottom: 50px;
    padding: 25px 30px 15px 45px;
    border-radius: 4px;
    background: rgba(0, 0, 0, 0.04);
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.customer-support-widget:before {
    font-family: Font Awesome\ 5 Pro;
    content: "\f4fe";
    position: absolute;
    z-index: -1;
    color: #fff;
    font-size: 84px;
    opacity: 0.07;
    left: 14px;
    bottom: 8px;
    line-height: normal;
}

.customer-support-widget h4 {
    float: left;
    color: #fff;
    font-weight: 600;
    font-size: 12px;
    text-align: left;
    width: 100%;
    margin-bottom: 6px;
}

.cs-mumber {
    float: left;
    text-align: left;
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    position: relative;
    top: 6px;
}

.cs-mumber:hover {
    color: rgba(255, 255, 255, 0.6);
}

.cs-mumber-button {
    float: right;
    padding: 12.5px 20px;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    border-radius: 4px;
    top: -14px;
    position: relative;
}

.cs-mumber-button i {
    padding-left: 10px;
}

.subfooter-nav {
    float: right;
    margin-right: 50px;
}

.subfooter-nav ul {
    list-style: none;
}

.subfooter-nav li {
    float: left;
    margin-right: 20px;
}

.subfooter-nav li a {
    color: rgba(255, 255, 255, 0.61);
    font-weight: 400;
    font-size: 12px;
}

.subfooter-lang {
    float: right;
    position: relative;
    height: 25px;
    padding-left: 66px;
}

.subfooter-lang:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url(assets/images/map.png) no-repeat center;
    width: 52px;
    height: 25px;
    opacity: 0.8;
}

.subfooter-show-lang {
    float: left;
    color: #fff;
    position: relative;
    cursor: pointer;
}

.subfooter-show-lang i {
    margin-left: 10px;
}

.subfooter-lang-tooltip {
    position: absolute;
    bottom: 0;
    margin-bottom: 30px;
    padding: 15px 0;
    background: #18458B;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.21);
    -webkit-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
    visibility: hidden;
    opacity: 0;
    list-style: none;
    right: inherit;
    left: 0px;
    width: 120px;
    text-align: right;
}

.subfooter-lang-tooltip li {
    width: 100%;
    margin-bottom: 6px;
}

.subfooter-lang-tooltip li:last-child {
    margin-bottom: 0;
}

.subfooter-lang-tooltip li a {
    width: 100%;
    padding: 0 10px;
    font-weight: 500;
    display: inline-block;
}

.subfooter-lang:hover .subfooter-lang-tooltip {
    visibility: visible;
    opacity: 1;
}

.footer-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-size: cover;
    background-attachment: scroll;
    background-position: center;
    background-repeat: repeat;
    opacity: 0.09;
    background-origin: content-box;
}


/* Chat */

.cth-mobile #chat-app .chat-widget-button {
    right: 20px;
}

#chat-app .chat-widget-button {
    text-align: center;
    position: fixed;
    bottom: 120px;
    right: 50px;
    width: 40px;
    height: 40px;
    color: #fff;
    line-height: 40px;
    font-size: 17px;
    background: #2C3B5A;
    z-index: 116;
    cursor: pointer;
    border-radius: 3px;
    -webkit-box-shadow: 0px 0px 0px 7px rgba(255, 255, 255, 0.2);
    box-shadow: 0px 0px 0px 7px rgba(255, 255, 255, 0.2);
    -webkit-transform: translate3d(0, 0, 0);
}

#chat-app .chat-widget-button span {
    width: 150px;
    -webkit-box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.2);
    box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.2);
    position: absolute;
    left: -160px;
    top: 0;
    height: 40px;
    line-height: 40px;
    background: #2C3B5A;
    color: #fff;
    border-radius: 3px;
    visibility: hidden;
    font-weight: 600;
    font-size: 12px;
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#chat-app .chat-widget-button.show i:before {
    content: "\f00d";
}

#chat-app .chat-widget-button:hover span {
    visibility: visible;
    opacity: 1;
}

#chat-app .chat-widget_wrap {
    position: fixed;
    bottom: 180px;
    right: 50px;
    width: 300px;
    height: auto;
    z-index: 116;
    background: #fff;
    border-radius: 6px;
    -webkit-box-shadow: 0px 0px 80px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 80px 0px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    display: none;
    -webkit-transition: all 3s;
    -o-transition: all 3s;
    transition: all 3s;
}

#chat-app .chat-widget_wrap.show {
    display: block;
    -webkit-transition: all 2s;
    -o-transition: all 2s;
    transition: all 2s;
}

#chat-app .chat-box {
    min-height: 105px;
    max-height: 105px;
    padding: 0 10px 25px 10px;
    width: 100%;
}

#chat-app .chat-box .chat-reply,
#chat-app .chat-box .chat-reply.your-reply {
    /* padding-left: 60px;
	    	margin-bottom: 30px; */
}

#chat-app .chat-box .chat-reply .reply-avatar,
#chat-app .chat-box .chat-reply.your-reply .reply-avatar {
    width: 60px;
}

#chat-app .chat-box .chat-reply .reply-avatar img,
#chat-app .chat-box .chat-reply.your-reply .reply-avatar img {
    width: 40px;
    height: 40px;
}

#chat-app .chat-box .chat-reply .reply-avatar span,
#chat-app .chat-box .chat-reply.your-reply .reply-avatar span {
    font-weight: 500;
    color: #999;
    max-width: 40px;
    text-align: center;
}

#chat-app .chat-box .chat-reply .reply-content,
#chat-app .chat-box .chat-reply.your-reply .reply-content {
    width: calc(100% - 60px);
}

#chat-app .chat-box .chat-reply .reply-content .reply-time,
#chat-app .chat-box .chat-reply.your-reply .reply-content .reply-time {
    font-family: 'Quicksand', sans-serif;
    font-weight: 400;
}

#chat-app .chat-box .chat-reply .reply-content .reply-text,
#chat-app .chat-box .chat-reply.your-reply .reply-content .reply-text {
    background: #fff !important;
    color: #878C9F;
    font-size: 11px;
    font-weight: 500;
    padding: 6px 10px;
    line-height: 24px;
    font-family: 'Quicksand', sans-serif;
}

#chat-app .chat-box .chat-reply .reply-content .reply-text:before,
#chat-app .chat-box .chat-reply.your-reply .reply-content .reply-text:before {
    color: #fff;
    font-size: 25px;
    line-height: normal;
    top: 7px;
}

#chat-app .chat-box .chat-reply.your-reply {
    /* padding-left: 0;
	    	padding-right: 60px; */
}

#chat-app .chat-widget_header {
    /* position: absolute; */
    /* left: 0;
	    right: 0;
	    top: 0; */
    /* line-height: 45px; */
    /* padding: 0 10px; */
}

#chat-app .chat-widget_header .chats-title {
    padding: 0 10px;
}

#chat-app .chat-widget_header .back-to-list {
    color: #fff;
    float: left;
    padding: 6px 12px;
    margin: 10px 0;
    line-height: normal;
    cursor: pointer;
}

#chat-app .chat-widget_header .back-to-list i {
    font-size: 15px;
}

#chat-app .chat-widget_header .back-to-list:hover {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 3px;
}

#chat-app .chat-widget_header h3 {
    float: left;
    color: #fff;
    font-weight: 600;
    font-size: 12px;
    padding: 17px 0;
    line-height: normal;
    margin-left: 10px;
}

#chat-app .chat-widget_header h3 a {
    color: #fff;
    text-decoration: underline;
}

#chat-app .chat-widget_header .chats-desc {
    display: inline-block;
    position: relative;
    width: 100%;
}

#chat-app .chat-widget_header .chats-desc p {
    color: #fff;
    padding: 5px 15px;
    text-align: center;
}

#chat-app .chat-widget_header .chats-desc svg {
    max-width: 100%;
    width: 100%;
    max-height: 50px;
    margin-top: -10px;
    margin-bottom: -10px;
}

#chat-app .chat-widget_header .chats-desc svg path {
    stroke: none;
    fill: #ecf6f8;
}

#chat-app .chat-widget_header .chatbox-desc {
    padding: 0 18px;
    color: #666;
    display: inline-block;
}

#chat-app .chat-reply:last-child {
    margin-bottom: 0;
}

#chat-app .message-input {
    max-height: 50px;
    /* display: block; */
    padding-right: 55px;
}

#chat-app .message-input textarea {
    font-size: 12px;
    margin: 11px 0 2px 11px;
    padding: 0;
    padding-right: 10px;
    overflow: auto;
    line-height: 1.3;
    min-height: 30px;
    resize: none;
}

#chat-app .message-input button {
    right: 10px;
    width: 30px;
    top: 7px;
}

#chat-app .chat-message-user-name {
    font-size: 11px;
    color: #999;
    position: absolute;
    left: 4px;
    top: 70px;
    font-weight: 500;
}

#chat-app .massage-date {
    float: left;
    font-size: 11px;
    color: #999;
    margin-bottom: 11px;
}

#chat-app .massage-date span {
    position: relative;
    padding-left: 10px;
}

#chat-app .chat-contacts-wrap {
    background: #ECF6F8;
}

#chat-app .chat-contacts {
    min-height: auto;
    max-height: 245px;
    padding: 20px 0;
}

#chat-app .contact-item {
    border-top: 1px solid #eee;
    padding: 10px;
    margin-bottom: 10px;
}

#chat-app .contact-item:hover {
    background: #fff;
}

#chat-app .contact-item .contact-avatar img {
    width: 40px;
    height: 40px;
    margin-top: 0;
}

#chat-app .contact-item .contact-content .display_name {
    color: #999;
}

#chat-app .contact-item .contact-content .contact-date {
    font-size: 11px;
    font-weight: 400;
    font-family: 'Quicksand', sans-serif;
}

#chat-app .contact-item:last-child {
    margin-bottom: 0;
}

#chat-app .contact-item.active {
    background: #fff;
}

#chat-app .not-logged-in {
    text-align: center;
    padding: 15px;
}

@media only screen and (max-width: 1063px) {
    .dynamic-footer-widget {
        max-width: 100%;
    }
}

.box-widget-item-header h3,
.list-single-main-item-title h3 {
    font-weight: 700;
}

.list-author-widget-header span,
.list-author-widget-link a {
    font-weight: 700;
}

.list-single-main-item-title:before,
.box-widget-item-header:before {
    font-weight: 700;
}

.post-author,
.post-author a {
    font-weight: 700;
}

.tags-stylwrap a {
    font-weight: 600;
}

.post-nav .post-link span {
    font-weight: 700;
}

.comment-text h4.comment-author,
.comment-reply a {
    font-weight: 700;
}

.comment-date {
    font-size: 12px;
}

.box-widget .widget-posts .widget-posts-descr a h4,
.box-widget .widget-posts .box-image-widget-media .bt-details,
.box-widget .widget-posts .widget-posts-date,
.box-widget .widget-posts .widget-posts-date span {
    font-weight: 700;
}

.breadcrumbs {
    font-weight: 700;
}

.readmore-post,
.readmore-post .btn {
    font-weight: 700;
}

.customer-support-widget h4,
.cs-mumber-button,
.cs-mumber,
.contact-btn,
.copyright {
    font-weight: 700;
}

.show-currency-tooltip,
.show-lang,
.add-list {
    font-weight: 700;
}

.show-search-button,
.show-reg-form {
    font-weight: 500;
}

.nav-holder nav li a,
.nav-holder nav li ul a {
    font-weight: 700;
}

.intro-item h2 {
    font-weight: 700;
}

.intro-item h3 {
    font-weight: 600;
}

.section-title h1,
.section-title h2 {
    font-weight: 700;
}

.listing-item-grid .listing-counter {
    font-weight: 700;
}

.view-all-cats,
.view-all-cats .btn {
    font-weight: 700;
}

.card-listing .preview-title h3 {
    font-weight: 700;
}

.card-listing .geodir-category-location a,
.sidebar-ad-widget .geodir-category-location a {
    font-weight: 600;
}

.card-listing .facilities-list li span,
.sidebar-ad-widget .facilities-list li span {
    font-weight: 600;
}

.card-listing .geodir-category-price,
.sidebar-ad-widget .geodir-category-price {
    font-weight: 700;
}

.card-listing .geodir-category-price span,
.sidebar-ad-widget .geodir-category-price span {
    font-weight: 700;
}

.card-listing .rate-class-name .score strong,
.sidebar-ad-widget .rate-class-name .score strong {
    font-weight: 600;
}

.card-listing .avatar-tooltip,
.sidebar-ad-widget .avatar-tooltip {
    font-weight: 700;
}

.preview_sale {
    font-weight: 700;
}

.light-carousel .hotel-card .geodir-category-opt h4,
.listing-carousel-near-post .hotel-card .geodir-category-opt h4 {
    font-weight: 700;
}

.light-carousel .hotel-card .listing-counter,
.listing-carousel-near-post .hotel-card .listing-counter {
    font-weight: 700;
}

.card-listing .sale-window,
.sidebar-ad-widget .sale-window {
    font-weight: 700;
}

.process-item h4,
.inline-facts-wrap .num,
.down-btn,
.images-collage-title {
    font-weight: 700;
}

.card-post-content h3 {
    font-weight: 700;
}

.subscribe-header h3 {
    font-weight: 700;
}

.section-title-left:before,
.section-title-left h3,
.team-info h3 {
    font-weight: 700;
}

.map-view-wrap_item .box-widget-list li {
    font-weight: 600;
}

.cat-item li span,
.tl-text h3,
.step-item,
.color-bg-link,
.faq-nav li {
    font-weight: 700;
}

.tabs-menu li a,
.lost_password a,
.main-register .filter-tags {
    font-weight: 700;
}

.list-single-hero-rating .score,
.list-single-hero-rating .rate-class-name span,
.list-single-hero-rating-list .rate-item {
    font-weight: 700;
}

.list-single-header-contacts,
.list-single-header-contacts li a {
    font-weight: 700;
}

.breadcrumbs-hero-buttom .list-single-hero-price {
    font-weight: 700;
}

.breadcrumbs-hero-buttom .list-single-hero-price span {
    font-weight: 700;
}

.scroll-nav-wrapper .scroll-nav li a {
    font-weight: 700;
}

.booking-form-header h3 {
    font-weight: 700;
}

.total-coast strong,
.total-coast span {
    font-weight: 700;
}

.list-single-facts .inline-facts-wrap .inline-facts h6 {
    font-weight: 700;
}

.fc-button span {
    font-weight: 700;
}

.listing-features ul li {
    font-weight: 700;
}

.accordion a.toggle {
    font-weight: 700;
}

.sroom-title h3,
.proom-guests h5,
.rooms-price,
.fea-tooltip {
    font-weight: 700;
}

.more-photos-button {
    font-weight: 700;
}

.reviews-score-wrap {
    font-weight: 700;
}

.review-score-total span {
    font-weight: 700;
}

.review-score-total span strong {
    font-weight: 600;
}

.reviews-comments-item-text h4,
.review-score-user,
.reviews-comments-item-text .review-score-user span,
.review-item-reply a,
.listing-review-form,
.listing-review-form input,
.listing-review-form textarea,
.listing-review-form select,
.col-list-search-input-item label,
.leave-rating-holder .leave-rating-title {
    font-weight: 700 !important;
}

.list-author-widget-contacts {
    font-weight: 700;
}

.pricerange {
    font-weight: 700;
}

.pricerange span.lprice-text {
    font-weight: 700;
}

.box-widget .widget-posts .widget-posts-descr a {
    font-weight: 700;
}

.box-widget .widget-posts .widget-posts-descr .geodir-category-location a {
    font-weight: 700;
    color: #878C9F;
    text-transform: uppercase;
}

.widget-posts-link {
    font-weight: 700;
}

.azp_ptmpl_sale .listing-featured-fix {
    font-weight: 700;
}

.lisd-link,
.per-night-price {
    font-weight: 700;
}

.widget-posts-descr .rooms-price {
    font-weight: 700;
}

.list-single-header-inside .list-single-hero-price {
    font-weight: 700;
}

.flat-hero-container .rate-class-name,
.review-score-detail-list {
    font-weight: 700;
}

.flat-hero-container .list-single-hero-price {
    font-weight: 700;
}

.ajax-modal-list {
    font-weight: 700;
}

.ajax-modal-list h5 {
    font-weight: 700;
}

.ajax-modal-details-box h3 {
    font-weight: 700;
}

.ajax-modal-photos-btn {
    font-weight: 700;
}

.page-links span {
    font-weight: 700;
}

.comment-reply-title {
    font-weight: 700;
}

thead th {
    font-weight: 600;
}

.mouth-cont {
    font-weight: 600;
}

.body-easybook #respond input#submit,
.body-easybook a.button,
.body-easybook button.button,
.body-easybook input.button {
    font-weight: 500;
}

.fa,
.fas,
.far {
    font-family: Font Awesome\ 5 Pro !important;
}

.flex-items-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.ck-form-terms input {
    margin-bottom: 0;
    margin-right: 5px;
}

.go-edit-profile {
    display: block;
    text-align: right;
}

.lstreet-view {
    height: 400px;
}

.list-single-locations ul {
    list-style: none;
    margin: 0;
}

.list-single-locations ul li {
    display: inline-block;
}

.list-single-locations a {
    position: relative;
    padding-right: 20px;
}

.list-single-locations a:before {
    content: '';
    position: absolute;
    width: 4px;
    height: 4px;
    background: #000;
    border-radius: 100%;
    right: 8px;
    top: 50%;
    margin-top: -2px;
}

.list-single-locations a:last-child:before {
    display: none;
}

.ajax-modal-container {
    max-width: 100%;
}

.cusfield-radio-item,
.cusfield-checkbox-item {
    margin-right: 10px;
}

.filter-item-inner {
    position: relative;
}

.filter-gid-item {
    width: 100%;
}

.filter-gid-wid-12 {
    width: 100%;
}

.filter-gid-wid-11 {
    width: 91.666%;
}

.filter-gid-wid-10 {
    width: 83.333%;
}

.filter-gid-wid-9 {
    width: 75%;
}

.filter-gid-wid-8 {
    width: 66.666%;
}

.filter-gid-wid-7 {
    width: 58.333%;
}

.filter-gid-wid-6 {
    width: 50%;
}

.filter-gid-wid-5 {
    width: 41.666%;
}

.filter-gid-wid-4 {
    width: 33.333%;
}

.filter-gid-wid-3 {
    width: 25%;
}

.filter-gid-wid-2 {
    width: 16.666%;
}

.filter-gid-wid-1 {
    width: 8.333%;
}

.lcfield-wid-12 {
    width: 100%;
}

.lcfield-wid-11 {
    width: 91.666%;
}

.lcfield-wid-10 {
    width: 83.333%;
}

.lcfield-wid-9 {
    width: 75%;
}

.lcfield-wid-8 {
    width: 66.666%;
}

.lcfield-wid-7 {
    width: 58.333%;
}

.lcfield-wid-6 {
    width: 50%;
}

.lcfield-wid-5 {
    width: 41.666%;
}

.lcfield-wid-4 {
    width: 33.333%;
}

.lcfield-wid-3 {
    width: 25%;
}

.lcfield-wid-2 {
    width: 16.666%;
}

.lcfield-wid-1 {
    width: 8.333%;
}

@-webkit-keyframes autofill {
    0%,
    100% {
        background: transparent;
    }
}

input:-webkit-autofill {
    -webkit-animation-delay: 1s;
    /* Safari support - any positive time runs instantly */
    -webkit-animation-name: autofill;
    -webkit-animation-fill-mode: both;
}

.booking-list-contr:empty {
    display: none;
}

.rooms-items-wrap {
    margin-top: 15px;
}

.bkroom_new-item .qtt-price {
    margin-right: 5px;
}

.bk-rooms-new {
    display: block !important;
}

.bkroom-item-title {
    margin-bottom: 5px;
}

.bkroom-item+.bkroom-item {
    margin-top: 10px;
}

.bkroom-date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 30px;
    padding: 5px 0;
}

.bkroom-date+.bkroom-date {
    border-top: 1px solid #eee;
}

.bkroom-date-title {
    font-weight: 400;
}

.bkroom-date-quantity {
    font-weight: 400;
}

.bkroom-date-persons {
    margin-left: auto;
}

.bkroom-date-person {
    text-align: right;
}

.avaical-min-nights {
    margin-top: 10px;
    font-weight: 600;
}

.submit-fields-wrap .submit-field select.fselect-multi {
    height: auto;
    padding: 0;
}

.submit-fields-wrap .submit-field select.fselect-multi option {
    padding: 5px 10px;
}

.filter-inputs-row .fcus-type-select label.flabel-icon,
.filter-inputs-row .fcus-type-multi label.flabel-icon,
.filter-inputs-row .fcus-type-radio label.flabel-icon,
.filter-inputs-row .fcus-type-checkbox label.flabel-icon {
    position: relative;
    left: auto;
    bottom: auto;
}

.disabled-btn {
    opacity: 0.5;
}

.fab.fa-custom_icon,
.fab.fa-envelope {
    font-family: "Font Awesome 5 Pro";
}

.fab.fa-custom_icon:before {
    content: "\f0e0";
}

.bkfield-hasIcon {
    margin-bottom: 20px;
}

.bkfield-hasIcon .lbl-hasIcon i {
    top: 14px;
    font-size: 1em;
}

.cusfield-number-wrap,
.cusfield-select-wrap,
.cusfield-radio-wrap,
.cusfield-text-wrap,
.cusfield-checkbox-wrap {
    margin-top: 10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.admin-bar .main-header,
.admin-bar .lg-toolbar {
    top: 32px;
}

.admin-bar #wrapper {
    margin-top: 32px;
}

@media screen and (max-width: 782px) {
    .admin-bar #wrapper {
        margin-top: 46px;
    }
    .admin-bar .main-header {
        position: absolute;
        top: 46px;
    }
}

.mob-menu-only {
    display: none;
}

.menusb .mob-menu-only {
    display: block;
}


/*------Responsive------------------------------------------------*/

@media only screen and (max-width: 1324px) {
    .slider-container-wrap .sw-btn {
        margin-top: 0;
        top: 10%;
    }
    .slider-container-wrap {
        padding: 250px 0 400px;
    }
    .map-view-wrap_item {
        left: 4vw;
    }
}

@media only screen and (max-width: 1064px) {
    #wrapper {
        overflow-x: hidden;
    }
    .nav-button-wrap,
    .mob-bg {
        display: block;
    }
    .main-menu nav ul,
    video.bgvid {
        display: none;
    }
    .main-menu {
        position: absolute;
        top: 51px;
        right: -20px;
        width: 300px;
        z-index: 50;
        padding: 15px 10px;
        background: #fff;
        border-bottom-left-radius: 6px;
        border-left: 1px solid #eee;
        border-bottom: 1px solid #eee;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }
    .vismobmenu {
        opacity: 1;
        left: 0;
        visibility: visible;
    }
    .menusb {
        display: block;
        float: left;
        position: relative;
        width: 100%;
        overflow: hidden;
    }
    .main-menu .menusb ul {
        display: block;
        float: left;
        position: relative;
        width: 100%;
        list-style: none;
        margin-left: 0;
        margin-bottom: 0;
    }
    .menusb li {
        margin: 0;
        float: left;
        width: 100%;
        position: relative;
        overflow: hidden;
        padding: 0 20px;
    }
    .menusb li i {
        position: absolute;
        right: 18px;
        top: 12px;
    }
    .dark-header nav li a {
        color: #566985;
    }
    .menusb a {
        float: left;
        width: 100%;
        padding: 8px 5px;
        position: relative;
        font-weight: 700;
        font-size: 14px;
        color: #566985;
        line-height: 20px;
        text-align: left;
    }
    .menusb a i {
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
    .menusb a.back {
        padding-left: 24px;
    }
    .menusb a.back:before {
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        text-decoration: inherit;
        content: "\f177";
        font-size: 14px;
    }
    .logo-holder {
        margin-left: 20px;
    }
    .process-wrap li {
        padding: 25px 20px;
    }
    .footer-widget,
    .video-box,
    .user-profile-menu-wrap {
        margin-bottom: 20px;
    }
    .images-collage {
        /* margin-bottom:70px; */
    }
    .listing-item-grid .listing-item-cat h3 {
        font-size: 16px;
    }
    .about-wrap .list-single-main-item-title h3 {
        padding-top: 30px;
    }
    .team-box {
        width: 50%;
    }
    .join-wrap-btn {
        display: block;
        float: left;
    }
    .color-bg-text {
        padding-left: 0;
    }
    section.list-single-section {
        padding-top: 100px;
    }
    .share-holder.hid-share {
        position: relative;
        margin: 20px 0 0;
    }
    .share-holder.hid-share .share-container {
        right: inherit;
        left: 0;
    }
    .share-holder.hid-share .share-container:after,
    .share-holder.hid-share .share-container:before {
        right: inherit;
        left: 20px;
    }
    .single-post .share-holder.hid-share {
        float: right;
    }
    .map-width-30 .col-list-wrap,
    .map-width-30 .map-container.column-map,
    .map-width-40 .col-list-wrap,
    .map-width-40 .map-container.column-map,
    .map-width-50 .col-list-wrap,
    .map-width-50 .map-container.column-map,
    .map-width-60 .col-list-wrap,
    .map-width-60 .map-container.column-map,
    .map-width-70 .col-list-wrap,
    .map-width-70 .map-container.column-map {
        width: 100%;
    }
    .col-list-wrap {
        width: 100%;
    }
    .col-list-wrap.list-lcol-filter {
        width: 100%;
        min-height: 0;
        height: auto;
    }
    .map-container.big_map,
    .map-container.column-map {
        width: 100%;
        position: relative;
        height: 100%;
        top: 0;
    }
    .map-container.big_map.map-lcol-filter,
    .map-container.column-map.map-lcol-filter {
        width: 100%;
    }
    .col-filter-wrap {
        width: 100%;
        min-height: 0;
        height: auto;
    }
    .edit-profile-photo {
        margin-top: 40px;
    }
    .edit-profile-photo img {
        width: 100px;
        float: left;
        margin-left: 30px;
    }
    .change-photo-btn {
        margin-top: 0;
    }
    .copyright {
        display: block;
        text-align: left;
        float: left;
        width: 100%;
        /* margin:15px 0; */
        /* top:15px; */
    }
    .subfooter-lang {
        float: left;
        width: 100%;
        margin: 15px 0;
    }
    .subfooter-nav {
        float: left;
        margin-right: 0;
    }
    .subfooter-nav ul {
        margin: 0px;
    }
    .listsearch-input-wrap,
    .more-filter-option {
        display: none;
    }
    .mb-open-filter,
    .mb-filter-show .listsearch-input-wrap,
    .listsearch-footer,
    .listing-search-sidebar .listsearch-footer,
    .fs-map-btn,
    .lfilter-submit {
        display: block;
    }
    .listsearch-header-sidebar {
        margin-top: 30px;
    }
    .main-header .container {
        width: 100%;
    }
    .mobile-list-controls {
        display: block;
    }
    .col-list-wrap .mobile-list-controls {
        margin-top: 50px;
    }
    .mlc {
        padding: 15px 0;
        width: 50%;
        color: #fff;
        text-align: center;
        float: left;
        border-radius: 0 4px 4px 0;
        font-size: 12px;
        cursor: pointer;
    }
    .mlc:first-child {
        border-right: 1px solid rgba(0, 0, 0, 0.21);
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border-radius: 4px 0 0 4px;
        text-align: center;
    }
    .mlc i {
        padding-right: 10px;
    }
    .mlc.fl-wrap {
        width: 100%;
        border-radius: 4px;
    }
    .col-list-search-input-item {
        margin-bottom: 15px;
    }
    .map-container.column-map.right-pos-map,
    .map-container.column-map.left-pos-map,
    .map-container.fw-map.big_map.hid-mob-map {
        width: 100%;
        left: -100%;
        position: absolute;
        z-index: 100 !important;
        -webkit-transform: translate3d(0, 0, 0);
    }
    .fixed-mobile {
        position: fixed !important;
        top: 110px !important;
    }
    .map-close {
        display: block;
    }
    .nav-button-wrap,
    .mob-bg {
        display: block;
    }
    .lws_mobile {
        display: none;
    }
    .listsearch-options {
        background: unset;
    }
    .dasboard-sidebar-content {
        padding: 20px 0 44px 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
        justify-content: stretch;
    }
    .dasboard-sidebar-content:before {
        position: absolute;
        font-family: Font Awesome\ 5 Pro;
        content: "\f085";
        color: #fff;
        right: 70px;
        top: 70px;
        opacity: 0.4;
        font-size: 54px;
    }
    .dasboard-wrap {
        padding-left: 0;
    }
    .dasboard-sidebar {
        position: relative;
        float: left;
        width: 100%;
        z-index: 10;
        top: 0;
        margin-bottom: 20px;
    }
    .dasboard-avatar {
        -webkit-box-flex: 0;
        -ms-flex: 0 30%;
        flex: 0 30%;
    }
    .dasboard-sidebar-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 70%;
        flex: 0 70%;
    }
    .dasboard-sidebar-item {
        padding: 0 10px 0 0;
        text-align: left;
    }
    .dasboard-sidebar-item:before {
        left: 0;
        margin-left: 0;
        bottom: 50%;
    }
    .log-out-btn {
        background: #F9B90F !important;
    }
    .ed-btn {
        position: absolute;
        top: 34%;
        left: 29%;
    }
    .user-stats {
        -webkit-box-flex: 0;
        -ms-flex: 0 100%;
        flex: 0 100%;
    }
    .flat-header {
        padding-top: 140px;
    }
    /* Post Single */
    .comments-wrap .comment-item .comment-item {
        border-top: 0px;
        padding: 0px;
        margin-top: 35px;
    }
    .comments-wrap .comment-item .comment-item .comment-avatar {
        left: -100px;
    }
    /* Footer */
    .footer_widgets_top .widgets-titles {
        position: relative;
    }
    .col-md-9 {
        width: 100%;
    }
    .contact-btn {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }
    /* Single Listing */
    .list-single-hero-rating {
        float: left;
    }
    .list-single-hero-rating .score {
        float: right;
        text-align: left;
        padding-right: 0;
        padding-left: 15px;
    }
    .list-single-hero-links {
        float: left;
        margin-bottom: 20px;
    }
    .lisd-link {
        margin-left: 0;
        margin-right: 10px;
    }
    .list-single-main-wrapper {
        padding-left: 0px;
    }
    .fixed-scroll-column {
        position: relative !important;
        left: 0;
        width: 100%;
        top: -20px;
    }
    .fc-button {
        margin-right: 5px;
    }
    .fc-button span {
        display: none;
    }
    .azp_lscroll_column {
        display: inline-block;
    }
    .fixed-scroll-column-share-container {
        position: absolute;
        top: 70px;
        left: 0;
        background: #18458B;
        padding-left: 20px;
        width: 180px;
        border-radius: 6px;
    }
    .share-container .share-icon {
        width: 20px;
        height: 20px;
        line-height: 20px;
        margin-right: 6px;
        text-align: center;
        padding-left: 0;
    }
    .box-widget-itemes {
        width: 100%;
    }
    .controls {
        margin: 10px 0 0 60px;
    }
    .azp_widget_weather {
        overflow: hidden;
    }
    .show-more-filters {
        bottom: -67px;
    }
}

@media only screen and (max-width: 768px) {
    .process-wrap li,
    .price-item,
    .time-line-box,
    .listsearch-input-item,
    .dashboard-listing-table-text,
    .dashboard-listing-table-image {
        width: 100%;
    }
    .listsearch-input-item,
    .box-cat,
    .dashboard-listing-table-image {
        margin-bottom: 10px;
    }
    .dashboard-listing-table-image {
        padding: 0;
    }
    .price-item,
    .tl-text {
        margin-bottom: 30px;
    }
    .best-price {
        top: 0;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    .footer-social {
        margin-top: 15px;
    }
    .footer-social li {
        margin-left: 0;
        margin-right: 23px;
    }
    .hero-section .intro-item h2 {
        font-size: 44px;
    }
    .listing-item-grid .listing-counter,
    .time-line-container:before,
    .time-line-container:after,
    .scroll-nav,
    .show-search-button span,
    .show-reg-form:before,
    .listing-view-layout {
        display: none;
    }
    .single-facts .inline-facts-wrap {
        width: 50%;
    }
    .add-list {
        top: 0px;
        font-size: 10px;
    }
    .reviews-comments-item {
        padding: 0 0 30px 0;
    }
    .review-comments-avatar {
        position: relative;
        left: 20px;
        float: left;
        margin-bottom: 20px;
    }
    .show-reg-form {
        margin-right: 20px;
    }
    .main-register-holder {
        padding: 0 20px;
    }
    .header-search-input-item input {
        width: 90px;
    }
    .vis-header-search {
        margin-left: 0;
        z-index: 40;
    }
    .wishlist-link+.attr-nav {
        display: none;
    }
    .header-user-menu {
        position: fixed;
        right: 0;
        top: 100px;
        z-index: 30;
    }
    .header-user-menu.user-menu-two {
        position: relative;
        right: 0;
        top: 6px;
        z-index: auto;
        margin-left: 40px;
        margin-right: 20px;
    }
    .header-user-menu.user-menu-two .header-user-name {
        padding: 0;
        padding-top: 10px;
        background: transparent;
        border-radius: 0;
    }
    .header-user-menu.user-menu-two .header-user-name span.au-avatar {
        left: -40px;
    }
    .header-user-menu.user-menu-two ul {
        left: auto;
        right: -15px;
    }
    .header-user-name {
        background: #2F3B59;
        padding: 15px 20px;
        border-radius: 6px;
    }
    .header-user-name span {
        top: 4px;
        left: -30px;
    }
    .header-user-name span img {
        width: 100%;
        height: 100%;
    }
    .header-user-name:before {
        bottom: 16px;
        right: -16px;
    }
    .box-cat {
        min-width: 80px;
        padding: 10px 0;
    }
    .logo-holder {
        height: 20px;
        top: 32px;
    }
    .logo-holder .logo-text {
        display: inline-block;
    }
    .logo-holder,
    .cth-mobile .logo-holder {
        height: 40px;
        top: 11px;
        padding-left: 10px;
    }
    .show-search-button {
        width: 120px;
    }
    .header-search-input-item .quantity-item-header,
    .col-list-search-input-item .quantity-item-header {
        width: auto;
    }
    .header-search-input-item {
        margin-bottom: 15px;
    }
    .header-search-input-item .quantity-search input {
        width: 65px;
    }
    .list-search-form-wrap {
        display: block;
    }
    .search-opt-wrap {
        display: inline-block;
    }
    .search-input-item.midd-input,
    .search-input-item,
    .search-input-item.small-input {
        width: 100%;
    }
    .search-input-item .header-search-button {
        display: none;
    }
    .search-input-item-foot .header-search-button {
        display: block;
    }
    .user-stats {
        margin-top: 55px;
    }
    .dasboard-sidebar-item:before {
        bottom: 0;
    }
    /* Post single */
    .comments-wrap .comment-item {
        padding: 0 0 30px 0;
    }
    .comments-wrap .comment-item .comment-avatar {
        top: -25px;
        left: 25px;
        z-index: 30;
        width: 50px;
        height: 50px;
    }
    .comments-wrap .comment-item .comment-avatar:before {
        content: none;
    }
    .comments-wrap .comment-item .comment-avatar img {
        width: 50px;
        height: 50px;
    }
    .comments-wrap .comment-item .comment-item {
        border-top: 0px;
    }
    .comments-wrap .comment-item .comment-item .comment-avatar {
        left: 25px;
    }
    .scroll-nav-wrapper .show-hidden-map {
        position: relative;
        float: left;
    }
    .scroll-nav-wrapper.lscroll-mobile-yes {
        display: block;
    }
    .scroll-nav-wrapper .scroll-nav li.sclnav-ltop,
    .scroll-nav-wrapper .scroll-nav li.sclnav-item-mobile-no {
        display: none;
    }
    .scroll-nav-wrapper .scroll-nav li a {
        padding: 15px 20px;
    }
    .listing-radio_wrap .add-list-media-header {
        -webkit-box-flex: 0;
        -ms-flex: 0 100%;
        flex: 0 100%;
    }
    .listing-radio_wrap .add-list-media-header:nth-child(n+2) {
        margin-left: 0px;
    }
}

@media only screen and (max-width: 540px) {
    /* Contact - MAP */
    .map-view-wrap_item {
        position: relative;
        width: 100%;
        left: 0px;
        top: -30px;
        padding: 10px 30px 0;
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .map-view-wrap_item .list-widget-social {
        padding-bottom: 25px;
        border-bottom: 1px solid #eee;
    }
    .gallery-item,
    .single-facts .inline-facts-wrap,
    .team-box,
    .cs-countdown-item,
    .list-single-header-contacts li,
    .list-single-facts .inline-facts-wrap {
        width: 100%;
    }
    .list-single-header-contacts li {
        text-align: left;
        margin-bottom: 10px;
    }
    .list-single-facts .inline-facts-wrap,
    .tags-stylwrap a {
        margin-bottom: 10px;
    }
    .list-single-facts .inline-facts-wrap {
        margin-bottom: 0;
    }
    .hero-section .intro-item h2,
    .parallax-section .section-title h2,
    .soon-title,
    .list-single-header-item h2,
    .list-single-header-inside .list-single-header-item h2 {
        font-size: 34px;
    }
    .cs-social li {
        margin: 0 5px;
    }
    .error-wrap h2 {
        font-size: 94px;
    }
    .list-single-carousel-wrap {
        height: 300px;
    }
    .fw-carousel .slick-slide-item {
        height: 300px !important;
    }
    .list-single-facts .inline-facts-wrap:before {
        display: none;
    }
    .show-reg-form {
        margin-right: 15px;
    }
    .show-search-button i {
        padding-left: 0;
    }
    .home-btn,
    .show-search-button span {
        display: none;
    }
    .show-search-button {
        width: 60px;
        padding-left: 23px;
    }
    .nav-button-wrap {
        left: 15px;
    }
    .dasboard-sidebar-content {
        padding: 40px 0 44px 0;
    }
    .dasboard-sidebar-content:before {
        top: 20px;
        right: 20px;
    }
    .dasboard-avatar {
        -webkit-box-flex: 0;
        -ms-flex: 0 100%;
        flex: 0 100%;
        padding: 0;
    }
    .dasboard-avatar img {
        width: 30%;
    }
    .dasboard-sidebar-item {
        padding: 0 10px 0 0;
        text-align: center;
        -webkit-box-flex: 0;
        -ms-flex: 0 100%;
        flex: 0 100%;
    }
    .dasboard-sidebar-item:before {
        bottom: -21%;
        left: 45%;
    }
    .ed-btn {
        top: 52%;
        left: 38%;
    }
    .dasboard-menu-btn {
        display: block;
    }
    .dasboard-menu ul.dasboard-menu-wrap {
        display: none;
        background: #fff;
        width: 100%;
        padding: 10px 20px;
        margin: 0 0 20px 0;
        float: left;
    }
    .dasboard-menu,
    .dasboard-menu li {
        width: 100%;
    }
    .dasboard-menu {
        top: 0;
    }
    .dasboard-menu li a.user-profile-act,
    .dasboard-menu li a:hover {
        color: #3AACED !important;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .dasboard-menu li a {
        padding: 10px 0 !important;
        background: none !important;
        color: #666 !important;
    }
    .ajax-modal-container {
        width: 425px;
    }
}

@media only screen and (max-width: 420px) {
    .ajax-modal-container {
        width: 320px;
    }
}

@media only screen and (max-width: 1368px) {
    .show-search-button {
        display: block;
    }
    .vis-header-search {
        display: none;
        position: absolute;
        left: 20px;
        top: 100px;
        border-radius: 30px;
        -webkit-box-shadow: 0px 0px 0px 7px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 0px 0px 7px rgba(0, 0, 0, 0.2);
    }
}

@media only screen and (max-width: 1064px) {
    .posts-grid-wrapper {
        display: block;
    }
    .card-post {
        margin-bottom: 20px;
        padding-bottom: 10px;
    }
    .card-post-img img {
        width: 100%;
        height: auto;
    }
    .back-to-filters {
        display: none !important;
    }
}

@media only screen and (max-width: 768px) {
    .azp-col-25 {
        width: 100%;
    }
    .tablet-resp-one .elementor-column {
        width: 100% !important;
    }
    .tablet-resp-two .elementor-column {
        width: 50% !important;
    }
    .tablet-resp-three .elementor-column {
        width: 33.33% !important;
    }
    .gallery-item,
    .grid-sizer {
        width: 100%;
    }
    .items-grid-holder .items-grid-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 50%;
        flex: 0 50%;
    }
    .main-search-input {
        background: rgba(255, 255, 255, 0.2);
        padding: 10px;
        border-radius: 10px;
        -webkit-box-shadow: 0px 0px 0px 10px rgba(255, 255, 255, 0);
        box-shadow: 0px 0px 0px 10px rgba(255, 255, 255, 0);
        display: block;
    }
    .main-search-input-item {
        border: 1px solid #eee;
        height: 50px;
        border: none;
        margin-bottom: 10px;
        -webkit-box-flex: 0;
        -ms-flex: 0 100%;
        flex: 0 100%;
    }
    .main-search-input-item .nice-select {
        background: #fff;
        border-radius: 6px !important;
    }
    .main-search-input-item input {
        border-radius: 6px !important;
        background: #fff;
    }
    .main-search-input-item select {
        padding-left: 15px;
    }
    .main-search-input-item .qty-dropdown {
        background: #fff;
        border-radius: 6px;
    }
    .main-search-button {
        position: relative;
        width: 100%;
        border-radius: 6px;
        height: 50px;
    }
    .membership-plans-wrap .price-item {
        width: 100%;
    }
    .statistic-container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .statistic-container .statistic-item-wrap {
        -webkit-box-flex: 0;
        -ms-flex: 0 49%;
        flex: 0 49%;
    }
    .elementor .box-cat,
    .box-cat {
        margin-bottom: 20px;
    }
    .fix-top-proom {
        margin-top: 15px;
    }
    .fix-bottom-proom {
        padding: 20px 0;
    }
}

@media only screen and (max-width: 767px) {
    .single-listing .azp_container {
        width: 100%;
    }
    .available-cal-months .cal-months-inner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .available-cal-months .cal-month {
        width: 100% !important;
    }
    .box-widget-content,
    .list-single-main-item {
        padding: 15px;
    }
    .listing-item.list-layout .geodir-category-img {
        width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 100%;
        flex: 0 100%;
        top: 0;
    }
    .listing-item.list-layout .geodir-category-content {
        width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 100%;
        flex: 0 100%;
        top: 0;
        left: 0;
        padding: 15px 15px 0;
    }
    .listing-item.list-layout .geodir-category-listing {
        padding: 0;
    }
}

@media only screen and (max-width: 576px) {
    .easybook_home_sec,
    section.hero-section {
        padding: 50px 0 100px;
    }
    .wishlist-wrap {
        width: 90%;
    }
    .gallery-item,
    .grid-sizer {
        width: 100%;
    }
    .items-grid-holder {
        display: block;
    }
    .mobile-resp-one .elementor-column {
        width: 100% !important;
    }
    .mobile-resp-two .elementor-column {
        width: 50% !important;
    }
    .mobile-resp-three .elementor-column {
        width: 33.33% !important;
    }
    .listing-features ul {
        display: block;
    }
    .list-carousel {
        padding: 0;
    }
    .testimonials-carousel .single-carousel .slick-slide-item {
        margin: 0;
    }
    .images-collage-title {
        top: -35px;
        right: 18%;
    }
    .listsearch-main-inputs,
    .listing-features,
    .listing-subcats {
        display: block;
    }
    .statistic-container {
        display: block;
    }
    .lang-wrap,
    .add-list,
    .currency-wrap {
        display: none;
    }
    .daterangepicker {
        width: 295px !important;
    }
    .proom-button {
        width: 100%;
        padding-top: 10px;
    }
    .proom-button .btn {
        width: 100%;
    }
    .review-range-container {
        margin-bottom: 10px;
    }
    .review-range-item {
        position: relative;
        min-height: 30px;
    }
    .review-range-item .range-slider-title,
    .review-range-item .range-slider-wrap {
        float: none;
        width: 100%;
    }
    .review-range-item .range-slider-wrap {
        position: absolute;
        top: -7px;
    }
    .list-carousel .sw-btn.swiper-button-prev {
        right: 55%;
        bottom: -20px;
        top: auto;
        left: auto;
    }
    .list-carousel .sw-btn.swiper-button-next {
        right: auto;
        bottom: -20px;
        top: auto;
        left: 55%;
    }
    .list-carousel .slick-dots {
        display: none !important;
    }
    .preview-price {
        display: inline-block;
    }
    .images-collage {
        margin-top: 70px;
    }
    .collage-image-input {
        right: auto;
        bottom: -100px;
        left: 30px;
    }
    .collage-image-btn {
        right: auto;
        top: 150px;
        left: 50px;
    }
    .contact-btn {
        float: none;
        position: static;
        display: inline-block;
    }
    .cs-mumber {
        float: none;
        display: block;
        position: static;
        margin-bottom: 15px;
    }
    .cs-mumber-button {
        float: none;
        position: static;
        display: inline-block;
    }
}

@media only screen and (max-width: 400px) {
    .vis-header-search {
        left: 5px;
    }
    .list-search-header-form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        max-width: 320px;
    }
    .list-search-header-form .azp_container {
        width: 100%;
    }
    .header-search-button {
        padding: 0 10px;
    }
}

@media only screen and (max-width: 350px) {
    .main-collage-image {
        bottom: -350px;
    }
    .images-collage-other.cim-4 {
        left: 75% !important;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
    .bg {
        background-attachment: scroll !important;
        -webkit-background-size: cover;
        background-position: center;
    }
}