body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
    font-size: 15px;
    line-height: 1.7;
    font-weight: 400;
    color: #212529;
    margin: 0;
    padding: 0;
    background: #fff;
    font-family: Roboto, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased
}

body::after {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(71, 55, 78, .8);
    visibility: hidden;
    opacity: 0;
    transition: opacity .3s 0s, visibility 0s .3s
}

@media only screen and (min-width:1024px) {
    body.overlay-layer::after {
        visibility: visible;
        opacity: 1;
        transition: opacity .3s 0s, visibility 0s 0s
    }
}

.profile-img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    margin-right: 5px
}

.logout-dashboard-menu {
    display: none !important
}

@media only screen and (max-width:767px) {
    .logout-dashboard-menu {
        display: block !important
    }

    .mobile-profile {
        display: none !important
    }
}

.main-menu li:hover .dropdown {
    top: 41px;
    right: 40px
}

h1 {
    font-size: 50px;
    line-height: 65px
}

h2 {
    font-size: 40px;
    line-height: 50px
}

h3 {
    font-size: 32px;
    line-height: 42px
}

h4 {
    font-size: 22px;
    line-height: 28px;
    font-weight: 500
}

*,
::after,
::before {
    box-sizing: border-box
}

::after,
::before {
    content: ''
}

i.fa {
    color: #38373c
}

ul {
    margin: 0;
    padding: 0;
    list-style: none
}

dl,
ol,
ul {
    margin-top: 7px;
    height: 22px
}

a {
    text-decoration: none;
    color: #38373c
}

a:hover {
    color: #38373c;
    text-decoration: underline
}

a.custom-btn {
    background: #ffd863;
    color: #38373c;
    padding: 10px 25px;
    display: inline-block;
    border: none;
    font-weight: 500
}

a.black-btn {
    background: #38373c;
    color: #fff;
    padding: 12px 35px;
    display: inline-block;
    border: none;
    font-weight: 500;
    margin-bottom: 0
}

.section-padding {
    padding: 50px 0
}

.section-title {
    padding-bottom: 50px
}

.cookie {
    display: none
}

.guest-wrapper,
.main-wrapper,
.slider-wrapper {
    overflow-x: hidden
}

@media (max-width:600px) {
    .container {
        max-width: 100% !important
    }
}

.menu-area {
    background: rgba(0, 0, 0, .8);
    background: #292929;
    border-bottom: 2px solid #e74c3c;
    padding: 16px 0
}

.logo img {
    width: 180px;
    float: left
}

.logo a.mobile-logo img {
    margin-top: 0 !important
}

.pac-container {
    z-index: 9999
}

.search-bar input {
    height: 40px;
    padding: 20px;
    background-color: #f5f8fa;
    border-radius: 21px;
    border: 1px solid #e6ecf0;
    box-sizing: border-box;
    color: #14171a;
    display: block;
    font-size: 12px;
    line-height: 16px;
    padding: 8px 32px 8px 12px;
    transition: all .2s ease-in-out;
    max-idth: 100%
}

.main-menu {
    float: right;
    margin-top: 7px
}

.main-menu li {
    display: inline;
    position: relative;
    transition: .3s
}

.main-menu li:hover .dropdown {
    top: 48px;
    left: 45px;
    opacity: .8;
    visibility: visible
}

.main-menu li a {
    color: #fff;
    display: inline-block;
    font-size: 15px;
    transition: .3s;
    padding-left: 35px
}

.main-menu li a i.fa {
    color: #fff;
    margin-right: 5px
}

.main-menu li a:hover {
    color: #e74c3c
}

.dropdown {
    position: absolute;
    top: 70px;
    z-index: 99;
    background-color: rgba(0, 0, 0, .8);
    width: 200px;
    left: 45px;
    transition: .3s;
    opacity: 0;
    visibility: hidden
}

.dropdown li a {
    display: block;
    padding: 10px;
    border-bottom: 1px solid #e74c3c;
    transition: .3s
}

.dropdown li a:hover {
    color: #e74c3c;
    background: #000
}

.dropdown li:first-child a {
    border-top: 1px solid #e74c3c
}

.dropdown li:hover {
    color: #e74c3c
}

.dropdown li:hover .main-menu li a i.fa {
    color: #e74c3c
}

.dropdown li:hover .dropdown {
    top: 48px;
    left: 45px;
    opacity: .8;
    visibility: visible
}

.dropdown li i .fa {
    color: #fff;
    margin-right: 5px
}

.hero-table h3 {
    font-size: 25px
}

.selector-area {
    margin-top: 35px
}

.selector-area .select-city {
    width: 130px;
    border: none;
    height: 40px;
    padding: 8px;
    float: left;
    border-radius: 5px
}

.selector-area #autocomplete_header {
    height: 40px;
    padding: 15px;
    border: none;
    margin: 0 7px;
    width: 265px;
    border-radius: 5px;
    transition: .3s
}

.selector-area #autocomplete_header:focus {
    color: #888
}

.selector-area #submit {
    width: auto;
    height: auto;
    padding: 8px 12px;
    font-size: 14px;
    border: 2px solid #e74c3c;
    color: #ddd;
    background: #e74c3c;
    margin-top: -2px;
    transition: .3s;
    font-weight: 600
}

.selector-area #submit:hover {
    background: 0 0;
    color: #e74c3c;
    font-weight: 600
}

.mob {
    display: none
}

.post-box-title {
    width: 85%;
    float: left;
    border: 1px solid #000;
    padding: 10px;
    border-radius: 8px
}

.post-box-title p {
    overflow: hidden;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0
}

.post-box-title-wrp {
    padding: 0 20px;
    overflow: hidden
}

.post-box-icon {
    width: 15%;
    float: right
}

.menu-open {
    display: none
}

.menu-open i.far {
    color: #fff;
    font-size: 32px
}

.menu-open-dash-b-icon {
    display: none
}

.menu-open-dash-b-icon i.far {
    color: #fff;
    font-size: 32px
}

.mobile-logo {
    display: none
}

.canvas-menu {
    display: none
}

.canvas-menu-dash {
    display: none
}

.input-group button {
    width: auto;
    padding: 11px 20px;
    border: none;
    cursor: pointer;
    background: #e74c3c;
    color: #fff;
    text-transform: uppercase
}

.input-group button i.fa {
    color: #fff
}

#header {
    background-color: #3f8dbf;
    float: left;
    width: 100%;
    height: 50px;
    color: #fff;
    line-height: 50px;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10
}

#header a {
    color: #fff;
    text-decoration: none;
    display: block;
    font-size: 15px
}

#header-left {
    float: left;
    height: 50px
}

#header-left:hover #header-left-icon {
    background-color: #3f8dbf
}

#header-left:hover #header-left-text {
    background-color: #599bc8
}

#header-left-icon {
    float: left;
    height: 50px;
    width: 50px;
    text-align: center;
    background-color: #35759f;
    transition: background .5s
}

#header-left-icon a {
    font-size: 25px
}

#header-left-text {
    float: left;
    height: 50px;
    transition: background .5s
}

#header-left-text a {
    padding-left: 20px;
    padding-right: 20px
}

#header-right {
    float: right;
    height: 50px
}

#header-right:hover #header-right-icon {
    background-color: #3f8dbf
}

#header-right:hover #header-right-text {
    background-color: #599bc8
}

#header-right-icon {
    float: right;
    height: 50px;
    width: 50px;
    text-align: center;
    background-color: #35759f;
    transition: background .5s
}

#header-right-text {
    float: right;
    height: 50px;
    transition: background .5s
}

#header-right-text a {
    padding-right: 20px;
    padding-left: 20px
}

.footer {
    position: relative
}

.footer .cookie {
    position: fixed;
    bottom: 0;
    background-color: #000;
    width: 100%
}

.footer .cookie-container {
    width: 100%;
    z-index: 100;
    padding-bottom: 20px;
    padding-top: 40px;
    background-color: #000
}

.footer .cookie-container .close-cookie-button {
    position: absolute;
    right: 0;
    top: 20px
}

.footer .cookie-container p {
    color: #fff;
    padding: 0;
    margin: 0
}

.footer .cookie-container a {
    color: #e74c3c
}

.footer-top-area {
    background: #292929;
    color: #fff;
    padding: 50px 0
}

.footer-two {
    padding: 5px 0;
    border-bottom: 1px solid #848383
}

.footer-two ul {
    margin: 0;
    padding: 0
}

.footer-two ul li a {
    color: #fff
}

.footer-two ul li a:hover {
    color: #e74c3c
}

.footer-two h5 {
    font-size: 22px;
    font-weight: 400;
    color: #e74c3c;
    margin-bottom: 20px
}

.newsletter_widget {
    margin-top: 30px
}

.input-group input {
    border: none;
    border-radius: 0;
    margin-right: 5px;
    padding: 11px 20px
}

.copyright {
    background: #fff;
    padding: 10px 0
}

.copyright p {
    margin: 0;
    padding: 0
}

.copyright a {
    color: #e74c3c
}

.top-banner {
    background-image: url(/img/background/massage-table.jpg);
    min-height: 311px;
    position: relative;
    background-size: cover;
    z-index: 3;
    width: 100%
}

.top-banner .banner_content {
    text-align: center;
    padding-top: 160px;
    position: relative;
    min-height: 311px
}

.top-banner .banner_content h3 {
    font: 700 48px Ubuntu, sans-serif;
    color: #fff;
    position: relative;
    margin-bottom: 10px
}

.top-banner .banner_content h3:before {
    content: attr(title);
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0;
    top: -45px;
    font: 700 150px Ubuntu, sans-serif;
    color: rgba(255, 255, 255, .08);
    z-index: -1
}

.top-banner .banner_content a {
    font: 16px "Averia Libre", cursive;
    color: #fff;
    z-index: 3;
    margin-right: 15px;
    position: relative;
    transition: all .4s linear
}

.main-section {
    padding-top: 20px;
    padding-bottom: 40px
}

.main-section p {
    font-size: 17px
}

.main-section a {
    color: #e74c3c
}

.main-section .heading {
    margin-bottom: 30px
}

.main-section .heading h3 {
    font-size: 20px;
    margin-bottom: 0
}

.main-section .heading span {
    font-size: 20px
}

.main-section .btn {
    background-color: #e74c3c;
    color: #fff;
    width: 100%;
    margin-top: 30px
}

.main-section .btn i.fa {
    color: #fff;
    margin-right: 5px
}

.open-search {
    display: block !important
}

.mobile-search-form {
    display: none;
    position: fixed !important;
    z-index: 8888 !important;
    margin: 0 auto;
    background-color: #292929;
    padding: 4px 5px 0px 5px;
    margin-left: 6%;
    margin-right: 5%;
    margin-top: 62px;
    max-width: 100%;
    min-width: 90%
}

[type=reset],
[type=submit],
button,
html [type=button] {
    -webkit-appearance: button;
    display: none
}