﻿/*
Theme Name: Dream Clean
Theme URI:
Author: Nerdpilots
Author URI: https://www.convertlabs.io
Description: Theme for cleaning company.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: maid, agency, cleaning, clean
Text Domain: dc
*/
@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css");

@import url(https://fonts.googleapis.com/css?family=Lato:300,700);
.content {
    max-width: 1225px;
    width: 100%;
    margin: 0 auto;
}

.section-padding {
    padding: 80px 0px;
}


/*Header Area*/

.header-area {
    z-index: 999;
}

.header-area {

    top: 0;
    left: 0;
    width: 100%;
}

.header-area.pos-absolute {
    position: absolute;
}


.form-control:focus {
    border-color: #39CACC;
}

.content.nav,
.content.nav div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.content.nav li {
    margin: 0px 7px;
}

.content.nav li a {
    font-size: 16px;
    padding: 5px 5px;
    text-transform: uppercase;
    line-height: 24px;
}

.header-area-inner {
    padding: 20px 0px;
    position: relative;
}

.logo img{
    max-height: 70px !important;
}

/*Banner area*/

img {
max-width: 100%;
}
.bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.banner {
    min-height: 768px;
    width: 100%;
    position: relative;
    background-position: right;
}


/* ===================== Slider Area ======================*/

.slider-area {
    padding: 195px 0px 105px;
}

.slider-title {
    color: #333333;
    font-size: 50px;
    line-height: 1.2;
    padding-bottom: 22px;
}

.slider-span {
    color: #3acbcc;
}

.sub-title {
    font-size: 25px;
    color: #333333;
    padding-bottom: 65px;
}

.slider-range {
    max-width: 465px;
    width: 100%;
    margin: 0 auto;
}

.home-banner-content.text-center {
    max-width: 1040px;
    margin: 0 auto;
    padding: 0px 20px;
    width: 100%;
}

.bedrooms,
.bathrooms {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 20px;
}

.bedrooms p,
.bathrooms p {
    -ms-flex-item-align: end;
    align-self: flex-end;
    position: relative;
    top: -12px;
    -ms-flex-preferred-size: 150px;
    flex-basis: 150px;
    font-size: 16px;
    color: #333333;
    font-weight: bold;
    left: 0;
}

#bed-no,
#bath-no {
    width: 40px;
    background: transparent;
    border: 0;
    font-weight: bold;
}

#berooms-range,
#bathrooms-range {
    -ms-flex-preferred-size: 315px;
    flex-basis: 315px;
}

.bathrooms {
    margin-bottom: 35px;
}

.continue-btn input {
    background: #3ACBCC;
    padding: 20px 50px;
    border-radius: 50px;
    font-size: 26px;
    text-transform: capitalize;
}

.continue-btn input:hover {
    background: #01A69A;
}

.btn-mb {
    margin-bottom: 110px;
}


/*slider 2 css*/

.choice-form {
    padding-bottom: 65px;
}

.choice-form button {
    width: 200px;
    height: 65px;
    background: #fff;
    border: 2px solid #cccccc;
    border-radius: 10px;
    font-weight: bold;
    color: #333333;
}

.choice-form button span {
    color: #3ACBCF;
}

.choice-form button:hover,
.choice-form button:hover span {
    color: #fff;
    background: #3ACBCC;
    border-color: #fff;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}


/*slider 3 css*/

.calculating img {
    padding: 95px 0px 200px;
}


/*slider 4 css*/

.slider-4 .slider-title,
.slider-4 .slider-title,
.slider-2 .slider-title {
    margin-bottom: 68px;
}


/*slider 5 css*/

.form-title p {
    font-size: 40px;
    padding-bottom: 30px;
}

.quote-form {
    padding-bottom: 100px;
}

.quote-form #phone {
    width: 520px;
}

.quote-form #phone,
.quote-form #fname,
.quote-form #lname {
    background: #fff;
    border: 2px solid #cccccc;
    border-radius: 10px;
    padding-right: 30px;
    padding-left: 30px;
}

.quote-form #quote,
.quote-form #continue {
    border-radius: 35px;
    background: #3ACBCC;
    padding: 15px 40px;
}


/*Chow it works*/
.how-it-works-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.how-it-works .section-content {
    max-width: 1230px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.how-it-works .section-content .content-inner {
    max-width: 31.4%;
    width: 100%;
    margin-right: 33px;
}

.how-it-works .section-content .content-inner:last-child {
    margin-right: 0;
}

.how-it-works .section-content .content-inner .workflow-box img {
    max-width: 90px;
}

.how-it-works .section-content .content-inner .workflow-box {
    border: 2px solid #F6F6F6;
    padding: 8px;
}

.how-it-works .workflow-box-inner {
    background-color: #F6F6F6;
    padding: 20px;
    height: 210px;
}

.how-it-works .section-content .content-inner > img {
    transform: translateY(10px);
}

.how-it-works .workflow-box-inner img {
    margin-top: -87px;
    position: relative;
    z-index: 9;
}

.section-title.text-center {
    margin-bottom: 80px;
    position: relative;
}

.section-title.text-center:after {
    position: absolute;
    content: "";
    width: 80px;
    height: 4px;
    background: #3ACBCC;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -20px;
}

a.bttn {
    right: 0 auto;
    display: inline-block;
    margin: 0 auto;
    margin-top: 70px;
    border: 2px solid #3ACBCC;
    border-radius: 60px;
    padding: 16px 53px;
}


/*Video Area*/
.video-section {
    background-position: center top;
    height: 560px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 280px !important;
}

.video-section img {
    width: 70px;
    margin-bottom: 25px;
}

.video-section.section-padding.bg.video-bg.text-center {}

.video-bg {
    background-image: url(../images/video_banner.jpg);
}

.video-section.section-padding.bg.video-bg.text-center {}

.video-section h2 {
    color: #ffffff;
    margin-bottom: 15px;
}

.video-section p {
    color: #ffffff;
    font-weight: 600;
}

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


/*Criteria Area*/

.criteria .section-title p {
    color: #ffffff;
    font-size: 20px;
    max-width: 770px;
    width: 100%;
    margin: 0 auto;
}

.criteria-bg {
    /*    background-image: url('../images/bgwave.jpg');*/
    background-repeat: no-repeat;
    background-size: cover;
}

.criteria .section-title h2 {
    color: #ffffff;
    margin-bottom: 20px;
}

.section.criteria.section-padding {}

.criteria .section-title.text-center:after {
    display: none;
}

.criteria-box .icon {
    width: 120px;
    height: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin: auto;
    margin-bottom: 40px;
}

.criteria-box {}

.criteria .section-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.criteria-box p {
    font-size: 18px;
    color: #ffffff;
}

.criteria-box {
    text-align: center;
    width: 20%;
}


/*Apps*/

.app-store img {
    width: 200px;
}

.app-store {}

.apps .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.content {}

.app-store {
    width: 50%;
    margin-left: 73px;
}

.app-store h2,
.app-store h2 + p {
    margin-bottom: 50px;
}

.app-store p {
    font-size: 20px;
    color: #333333;
    line-height: 30px;
}

.app-store h2 {
    position: relative;
}

.app-store h2:after {
    position: absolute;
    content: "";
    width: 80px;
    height: 4px;
    background: #3ACBCC;
    left: 0;
    bottom: -20px;
}


/*Customer*/

.customer h2 {
    text-align: center;
    color: #ffffff;
}

.customer-bg {
    background-image: url(../images/customer.png);
}

.customer {
    min-height: 560px;
}

.item-inner.text-center p {
    font-size: 14px;
    color: #ffffff;
    font-weight: 600;
}

.item-inner.text-center {}

.item-inner.text-center {
    max-width: 900px;
    margin: auto;
    width: 100%;
    position: relative;
}

.item-inner.text-center:after {
    position: absolute;
    content: "";
    width: 60px;
    height: 3px;
    background: #3ACBCC;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 40px;
}

.item-inner.text-center h4 {
    margin-bottom: 50px;
    position: relative;
}

.customer .section-title {
    margin-bottom: 90px;
}

.section-title {}

.item-inner > img {
    margin-bottom: 30px;
}

.indicator {
    width: 50px;
}

.customer .carousel_indicator:hover {
    background-color: #39CACC;
    border-color: transparent;
}

.customer .carousel_indicator {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    border: 2px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 35px;
    color: #fff;
    transition: all .3s ease-in-out;
}

.customer .carousel-inner {
    max-width: 860px;
    margin: 0 auto;
}

/*Trust area*/

.trust-bg {
    background-image: url(../images/trust-bg.png);
}

.trust .section-title h2 {
    color: #ffffff;
}


/* Newsletter Area*/

.newsletter .section-title.text-center:after {
    display: none;
}

.newsletter .section-title {
    margin-bottom: 60px;
}

.subscription {
    max-width: 820px;
    margin: 0 auto;
    width: 100%;
}

.subscription form {
    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;
    text-align: center;
}

.subscription form input {
    height: 70px;
    max-width: 400px;
    width: 100%;
}

.subscription form div {
    -ms-flex-preferred-size: 395px;
    flex-basis: 395px;
    padding-bottom: 15px;
}

.submit-field input[type="submit"] {
    width: 100%;
}

.email-field input {
    border-color: #cccccc;
    border-radius: 5px;
    font-size: 22px;
    color: #b2b2b2;
    background: transparent;
}

.email-field input:focus {
    border-color: #A9A9A9;
    -webkit-transition: .3s;
    transition: .3s;
}

.submit-field input {
    background: #3ACBCC;
    border-radius: 50px;
    font-size: 22px;
    text-transform: capitalize;
}

.submit-field input:hover {
    background: #00A89B;
}



/* Footer Area Css*/
.footer-logo img {
    max-width: 150px;
}

.footer-logo img {
    max-width: 150px;
}

.footer-area {
    background: #393B40;
    padding-bottom: 40px;
}



.social-icon a {
    display: inline-block;
    padding-left: 35px;
}

.social-icon a img {
    width: 35px;
    height: 35px;
}

.footer-mid {
    padding-bottom: 83px;
}

.footer-mid-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.footer-mid-left .footer-single-box {
    -ms-flex-preferred-size: 235px;
    flex-basis: 235px;
    margin-bottom: 15px;
}

@media (max-width: 576px) {
    .footer-mid-left .footer-single-box {
        -ms-flex-preferred-size: 395px;
        flex-basis: 395px;
    }

    .ftr-btns {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .copyright {
        padding-bottom: 15px;
    }
}

.footer-single-box h6 {
    padding-bottom: 25px;
}

.footer-single-box a {
    display: block;
    margin-bottom: 20px;
    color: #dadbdd;
}

.footer-single-box a p {
    color: #dadbdd;
}

.footer-mid-right h3 {
    color: #fff;
    font-size: 22px;
    padding-bottom: 20px;
    line-height: 40px;
}


.ftr-email-form input[type="submit"] {
    position: absolute;
    top: 3px;
    right: 3px;
    background: #00D9FF;
    border-radius: 50px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding: 13px 11px;
}

.ftr-email-form {
    position: relative;
    margin-bottom: 20px;
}

footer.footer-area {
    padding-top: 70px;
}

.ftr-email-form input[type="email"] {
    border-radius: 50px;
    padding: 16px 20px;
    font-size: 16px;
}

.phone-no,
.envelope {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 15px;
}

.phone-no img,
.envelope img {
    padding-right: 10px;
}

.phone-no p,
.envelope p {
    color: #fff;
}

/*.footer-bottom {
    display:  flex;
    flex-wrap:  wrap;
    justify-content:  space-between;
    align-items: flex-end;
}*/
.footer-bottom .copyright {
    color: #dadbdd;
}

.footer-bottom .ftr-btns {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 28%;
    flex-basis: 28%;
}

.footer-bottom .ftr-btns a {
    border: 2px solid #fff;
    border-radius: 50px;
    padding: 13px 35px;
    font-size: 12px;
    margin-right: 15px;
}

.footer-top .content .row {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.social_section {
    max-width: 335px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}



p.copyright {
    line-height: 1.4;
}

.footer-bottom .ftr-btns a {
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
}

/*UI*/

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    background: #39CACC;
    border-radius: 100%;
}

.ui-slider .ui-slider-handle {
    width: 30px;
    height: 30px;
}

div#berooms-range {
    border: 0px;
    border-radius: 12px;
}

div#bathrooms-range {
    border: 0px;
    border-radius: 8px;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -50%;
}

form.choice-form.form-inline.justify-content-center.px-3 button {
    position: relative;
}

form.choice-form.form-inline.justify-content-center.px-3 input {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    left: 0;
}

.btn.active {
    color: #fff;
    background: #3ACBCC;
    border-color: #fff;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.btn.active span {
    color: #fff;
}

input#step-4 {
    background: #3ACBCC;
    border-radius: 25px;
    padding: 15px 33px;
}

h1.page-title {
    color: #000;
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 30px;
}

input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
    outline: 0px;
    outline-offset: 0px;
}

.banner .indicator {
    width: auto;
    position: absolute;
    right: 10%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.banner .indicator ul {
    margin: 0px;
}

.banner .indicator ul li {
    width: 8px;
    height: 8px;
    background: #CCCCCC;
    margin-bottom: 10px;
    border-radius: 100%;
}

.banner .indicator ul li.active {
    background: #ffffff;
    border: 1px solid #39CACC;
}

.banner .indicator ul li:nth-child(1) {
    background: transparent;
    width: auto;
}

.banner .indicator ul li:first-child {
    margin-bottom: 15px;
    font-size: 12px;
    padding-right: 0px;
    text-align: left;
    color: #999999;
}


/*Trust area*/

.trust-bg {
    background-image: url(../images/trust-bg.png);
}

.trust .section-title h2 {
    color: #ffffff;
}

.trust .icon img {
    height: 115px;
    margin-bottom: 25px;
}

.icon {}

.trust h5 {
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 30px;
}

.trust p {
    font-size: 18px;
    color: #ffffff;
}

.trusu-inner {
    margin-bottom: 20px;
    padding: 48px;
    padding-bottom: 0px;
}

.trust a.bttn {
    margin: auto;
    text-align: center;
    display: inline-block;
    color: #ffffff;
    border-color: #ffffff;
}

.trust {
    text-align: center;
}

.ui-slider-horizontal .ui-state-default {
    background: white url(../images/handler.svg) no-repeat scroll 50% 50%;
}

.rating {
    position: absolute;
    bottom: -20%;
    display: inline-block;
    right: 6%;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.rating p {
    color: #333333;
    font-size: 18px;
    margin-left: 15px;
}


/*About page css*/

section.banner > img {
    width: 100%;
}

.about .header-area {
    position: static;
}

.about .rating {
    display: none;
}

.about-list p img {
    width: 30px;
}

.banner-inner {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.content > p {
    font-size: 56px;
    color: #ffffff;
    line-height: 80px;
    margin-bottom: 40px;
    font-weight: 700;
}

.about section.banner {
    min-height: auto;
}

.about-list p {
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 15px;
}

section.about-three-section.text-center img {
    max-width: 100%;
}

.inner-div h5 {
    font-weight: 700;
    text-transform: uppercase;
    margin: 20px 0px;
}

.inner-div p {
    color: #85878C;
    font-size: 18px;
    line-height: 26px;
}


/*Fearured section*/

.featured-bg {
    background-image: url(../images/about/grey_background_shape.png);
}

.featured-single-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.featured-single-box .icon {
    margin-right: 80px;
}

.featured-text {
    max-width: 435px;

}

.featured-text h2 {
    font-size: 52px;
    color: #333333;
}

.featured-text p {
    color: #333333;
    font-size: 28px;
    line-height: 34px;
}

.featured-text h2 {
    line-height: 50px;
    margin-bottom: 30px;
}

.featured-single-box {
    margin-bottom: 150px;
}

.featured-single-box.alter .icon {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-left: 130px;
}

.featured-single-box .icon img {
    width: 150px;
}

.feature .section-title.text-center {
    max-width: 410px;
    margin: auto;
    margin-bottom: 100px;
}

.feature .section-title.text-center:after {
    display: none;
}


/*booking page css*/

.booking-inner {
    max-width: 1350px;
    width: 100%;
    margin: 0 auto;
    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;
}

.booking-main-area,
.booking-sidebar-inner {
    background: #F6F6F6;
}

.booking-inner form {
    width: 65%;
    /*    padding: 40px;*/
}

.booking-sidebar {
    width: 32.8%;
}

.booking-sidebar-inner {
    padding: 40px;
    margin-bottom: 20px;
}

.booking-page h2 {
    font-size: 44px;
    line-height: 50px;
}

.booking-page .section-title.text-center:after {
    display: none;
}

.booking-main-title p {
    font-size: 18px;
    color: #333333;
}

.booking-main-title h2 {
    font-size: 36px;
}

.booking-main-area.text-center > div {
    border-bottom: 1px solid #DEDEDE;
    padding: 40px;
}

.step-title p:first-child {
    font-size: 22px;
    color: #333333;
    line-height: 32px;
    margin-bottom: 5px;
}

.step-title p:last-child {
    color: #ABABAB;
}

.step-title {
    margin-bottom: 25px;
}

.step-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.step-form input,
.step-form input {
    width: 48%;
    margin-bottom: 20px;
    border-radius: 6px;
    background: #ffffff;
}

.step-form select {
    height: 48px;
    border-radius: 6px;
    border-color: #C6C6C7;
    padding-left: 15px;
    color: #333333;
}

booking-step-3 select {
    width: 50%;
}

.booking-step-3 .step-form select {
    width: 48.5%;
}

.content div p {}

.booking-page .banner .content div p {
    color: #ffffff;
    font-size: 21px;
    /*        text-transform: uppercase;*/
    margin-bottom: 40px;
}

.booking-page .banner .content > p {
    line-height: 61px;
    margin-bottom: 30px;
}


/* style for custom box*/

.ui-slider-horizontal .ui-state-default:focus {
    outline: none;
}

input.check-img[type="checkbox"] + label:before {
    content: '';
    position: absolute;
    top: -8%;
    right: -8%;
    width: 25px;
    height: 25px;
    border: 3px solid #3ACBCC;
    border-radius: 100%;
    display: none;
    /*    display: block;*/
}


/*styel for checked condition*/

input.check-img[type="checkbox"]:checked + label:before {
    content: '\2713';
    text-align: center;
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
    color: #3ACBCC;
    vertical-align: middle;
    background: #ffffff;
    display: block;
}


/*style for hhide default checkbox*/

input.check-img[type="checkbox"] {
    display: none;
}

.single-img:hover input.check-img[type="checkbox"] + label:before {
    display: block;
}

.booking-step-4 img {
    max-height: 65px;
    margin: 0;
    padding: 0;
    vertical-align: middle;
}

.single-img label {
    text-align: center;
    position: relative;
}

.img-box {
    height: 65px;
    width: 102px;
}

.button-div.text-center button {
    margin-bottom: 150px;
    font-size: 26px;
    background: #3ACBCC;
    border-radius: 29px;
    padding: 12px 79px;
    color: #ffffff;
}

.hover-img {
    display: none;
}

.single-img:hover .img-box .hover-img {
    display: block;
}

.single-img:hover .img-box > img {
    display: none;
}

.active-img {
    display: none;
}

label.checked .img-box .default-img,
label.checked .img-box .hover-img {
    display: none;
}

.img-box p {
    margin-top: 18px;
    font-size: 14px;
    color: #3A3C41;
}

a.activate-btn.btn {
    display: inline-block;
    padding: 0px 0px;
    font-size: 16px;
    color: #333333;
    font-weight: bold;
    border: 2px solid #3ACCCC;
    width: 48%;
    height: 48px;
    border-radius: 26px;
    line-height: 47px;
    background: #ffffff;
}

.booking-step-sc.text-left button {
    position: relative;
    width: 23%;
    font-size: 14px;
    color: #333333;
    background: #ffffff;
    border-radius: 25px;
    border: 1px solid #d1d1d1;
    height: 48px;
    line-height: 48px;
    padding: 0;
}

.booking-step-sc input[type="radio"],
.booking-step-5 input[type="radio"] {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    left: 0;
}

.step-form button.btn.active {
    background: #3ACBCC;
    color: #ffffff;
    border-color: #3ACBCC;
}

.booking-step-5 .btn {
    position: relative;
}

.booking-step-5.text-left .btn {
    width: 48%;
    height: 48px;
    border-radius: 26px;
    border: 1px solid #d1d1d1;
    background: #ffffff;
    margin-bottom: 20px;
}

.card-no {
    width: 100%;
    margin: 0;
    position: relative;
}

.card-no input {
    width: 100%;
    padding: 12px 60px;
    padding-right: 145px;
}

.card-no img,
.c-format {
    position: absolute;
    top: 36%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.card-img {
    width: 25px;
}

img.card-img {
    left: 20px;
}

span.c-format {
    right: 20px;
}

.card-info span {
    font-size: 12px;
    color: #ABABAB;
    width: 140px;
    line-height: 16px;
}

.card-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.card-info > * {
    margin-right: 9px;
}

button.book-now {
    background: #3ACBCC;
    width: 100%;
    outline: none;
    border: 1px solid #3ACBCC;
    height: 70px;
    border-radius: 41px;
    color: #ffffff;
    font-size: 22px;
    font-weight: bold;
}

.adv-single-box .icon {
    width: 50px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.adv-single-box .icon .img {
    /* height: 100%; */
}

.adv-single-box {
    text-align: center;
    margin-bottom: 40px;
}

.adv-single-box p {
    font-size: 14px;
    line-height: 20px;
}

.adv-single-box p:first-child {
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 15px;
}

.summary-heading p {
    text-align: center;
    font-size: 22px;
    padding: 20px 16px;
    line-height: 30px;
    font-weight: 700;
    border-bottom: 1px solid #DEDEDE;
}

.inner2 {
    padding: 0px;
}

.summary {
    padding: 30px;
    padding-bottom: 10px;
}

.summary img {
    width: 25px;
    margin-right: 20px;
    margin-bottom: 20px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.summary p {
    position: relative;
    padding-left: 45px;
    font-size: 16px;
    margin-bottom: 20px;
}

.summary {
    border-bottom: 1px solid #d1d1d1;
}

.summary-total {
    padding: 30px;
}

.summary-total p {
    font-size: 16px;
    margin-bottom: 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

p.total {
    margin-bottom: 0px;
    margin-top: 30px;
    font-weight: bold;
}

p.total span:last-child {
    color: #3ACBCC;
    font-size: 32px;
}

p.total {}

.booking-page .header-area,
.contact .header-area {
    position: static;
}

.booking-page .rating,
.contact .rating {
    display: none;
}

.booking-page .banner,
.contact .banner {
    min-height: auto;
}


/*Contact-page css*/

.contact .banner .content div p {
    font-size: 20px;
    color: #ffffff;
    max-width: 619px;
    margin: auto;
}

.contact .banner .content > p {
    margin-bottom: 10px;
}

section.contact {
    max-width: 90%;
    width: 100%;
    padding: 10px;
    margin: auto;
    box-shadow: -1px 3px 13px 0px rgba(0, 0, 0, .1);
}



.content-inner.inner-bg {
    padding: 25px;
}

.contact-box-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 35px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.title-count {
    display: inline-block;
    background: #1BAFB7;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    text-align: center;
    line-height: 40px;
    color: #ffffff;
    margin-right: 10px;
}

p.head {
    font-size: 22px;
    color: #262626;
    line-height: 29px;
}

p.head + p {
    color: #919191;
    font-size: 14px;
}

p.content-heading {
    font-size: 22px;
    margin-bottom: 10px;
}

p.content-heading + p {
    margin-bottom: 20px;
}

.contact-box-content select {}

.contact-box-content select {
    padding: 7px 131px 7px 20px;
    font-size: 18px;
    border-radius: 6px;
    border-color: #d1d1d1;
    margin-bottom: 40px;
}

.contact-box-content textarea {
    background: #ffffff;
    border-color: #d1d1d1;
    border-radius: 6px;
    margin-bottom: 40px;
}

.contact-box-content input {
    border-color: #d1d1d1;
    background: #ffffff;
    border-radius: 6px;
    padding: 8px 26px;
    width: 46%;
    margin-bottom: 40px;
}

.send-it {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 25px;
}

.send-it button {
    background: #3ACBCC;
    padding: 14px 62px;
    border-radius: 39px;
    outline: none;
    outline-offset: 0px;
    border: 0px;
    color: #ffffff;
    font-weight: bold;
    margin-right: 78px;
}

.send-it p {
    font-size: 22px;
    color: #3A3C41;
}

.content-inner.inner-bg {
    border: 1px solid #D1D1D2;
}

p.head span {
    color: #85878C;
    -webkit-text-decoration-color: #d1d1d1;
    text-decoration-color: #d1d1d1;
}

.title-text {
    width: 90%;
}

.contact-box-title {
    margin: 0;
    padding: 20px 0px;
    border-top: 1px solid #d1d1d1;
    /* border-bottom: 1px solid #d1d1d1; */
}

.contact-box-title {
    padding: 25px;
}

.content-inner.inner-bg form {
    padding: 25px;
}

.contact-box-title {
    padding: 25px;
}

.content-inner.inner-bg form {
    padding: 25px;
}

.content-inner.inner-bg {
    border-left: 1px solid #d1d1d1;
    border-right: 1px solid #d1d1d1;
}

section.contact {
    margin-top: -125px;
    z-index: 999999;
    position: relative;
    background: #ffffff;
    margin-bottom: 70px;
}

.contact .banner-inner {
    top: 37%;
}

.contact .banner .content > p {
    line-height: 61px;
}

select {
    outline-color: #1BAFB7;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus {
    border-color: #3ACBCC;
}


/* ================= FAQ page css ================ */

.faq-header {
    width: 100%;
    padding-bottom: 30px;
}

.faq-header h2 {
    font-size: 32px;
    font-weight: normal;
    padding-bottom: 25px;
    border-bottom: 1px solid #e6e6e6;
}

.faq-content {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.faq-single-box {
    width: 50%;
    padding-bottom: 60px;
}

.faq-box-header h5 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 25px;
}

.faq-card {
    border: none;
}

.faq-card .card-header {
    padding: 0;
    border: none;
    background: transparent;
}

.Bold {
    font-weight: bold;
}

.faq-card .card-body {
    padding-top: 0;
    padding-left: 35px;
    font-size: 14px;
}

.faq-card button.collapsed {
    color: #333;
    font-size: 16px;
    text-decoration: none;
}

.faq-card .btn-link:hover {
    text-decoration: none;
    color: #333333;
}

.faq-card .btn-link {
    color: #333333;
}

.faq-card button.faq-btn {
    position: relative;
    padding-left: 35px;
}

.faq-card button.faq-btn:after {
    content: '';
    position: absolute;
    width: 16px;
    height: 2px;
    background: #3ACBCC;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.faq-card button.faq-btn:before {
    content: '';
    position: absolute;
    width: 2px;
    height: 16px;
    background: #3ACBCC;
    top: 50%;
    left: 7px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

form.faq-banner-from {
    text-align: center;
    position: relative;
    width: 50%;
    margin: 0 auto;
}

.faq-banner-from button[type="submit"] {
    position: absolute;
    top: 5px;
    right: 1%;
    border: none;
    background: #39CACC;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 35px;
    padding: 16px 45px;
    font-size: 18px;
}

.faq-banner-from input[type="search"] {
    padding: 24px 30px;
    background: #FFFFFF;
    border-radius: 35px;
}


/* ================ css for giftcard page ==================  */

.content.extraclass {
    width: 980px;
}

.gift-banner .banner-inner {
    top: 42%;
}

.gift-banner .content > p {
    line-height: 60px;
    margin-bottom: 8px;
}

.gift-banner h4 {
    font-size: 21px;
}

.gift-banner h6 {
    font-size: 14px;
}

.giftcard-inner {
    width: 80%;
    margin: 0 auto;
    padding: 15px;
    box-shadow: 0px 0px 16px 9px rgba(218, 218, 218, .2);
    position: relative;
    top: -65px;
    background: #fff;
}

.giftcard-ash {
    background: #EBEBEB;
    padding: 55px 25px;
}

.giftcard-header,
.checkout-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 45px;
}

.giftcard-header h5,
.checkout-header h5 {
    width: 13%;
    font-size: 18px;
    font-weight: bold;
}

.giftcard-header .bar,
.checkout-header .bar {
    background: #000;
    width: 87%;
    height: 2px;
    border-bottom: 1px solid #fff;
}

.checkout-header .bar {
    height: 1px;
}

.gift-info {
    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;
}

.gift-form {
    width: 50%;
}

.gift-data label {
    font-size: 14px;
    font-weight: bold;
    text-align: right;
}

.gift-data .input-group-text {
    border: 1px solid #ccc;
    border-right: navajowhite;
    height: 100%;
    text-align: center;
    top: 5px;
    padding: 6px;
    background: #EEEEEE;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.gift-data input,
.gift-data textarea {
    background-color: #fff;
    border-radius: 10px;
    font-size: 14px;
}

input.amount {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.gift-card {
    max-width: 45%;
}

.gift-card .gift-code {
    background: #fff;
    padding: 35px 35px 25px;
    text-align: center;
}

.code-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 50px;
}

.code-header p {
    font-size: 22px;
    font-weight: 700 !important;
    color: #0b283d;
    padding-bottom: 0 !important;
}

.gift-card .gift-code p {
    font-size: 16px;
    padding-bottom: 30px;
    font-weight: 500;
}


/*.code-header p {
    padding:  0 !important;
    font-weight: 700 !important;
}*/

.code-logo {
    width: 80px;
}

.shadow-img {
    margin-top: 25px;
}

.check-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
}

.check-img-holder {
    padding-right: 10px;
}

.check-img-holder.lock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.check-img-holder.lock p {
    padding-left: 5px;
}

button.purchase {
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    background: #3ACBCC;
    border: 0;
    padding: 18px 32px;
    border-radius: 35px;
    margin-top: 50px;
}

button.purchase:hover {
    background: #00A89B;
    -webkit-transition: .5s;
    transition: .5s;
}

button:focus {
    outline: none;
}


/* ================= FAQ page css ================ */
.faq-header {
    width: 100%;
    padding-bottom: 30px;
}

.faq-header h2 {
    font-size: 32px;
    font-weight: normal;
    padding-bottom: 25px;
    border-bottom: 1px solid #e6e6e6;
}

.faq-content {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.faq-single-box {
    width: 50%;
    padding-bottom: 60px;
}

.faq-box-header h5 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 25px;
}

.faq-card {
    border: none;
}

.faq-card .card-header {
    padding: 0;
    border: none;
    background: transparent;
}

.Bold {
    font-weight: bold;
}

.faq-card .card-body {
    padding-top: 0;
    padding-left: 35px;
    font-size: 14px;
}

.faq-card button.collapsed {
    color: #333;
    font-size: 16px;
    text-decoration: none;
}

.faq-card .btn-link:hover {
    text-decoration: none;
    color: #333333;
}

.faq-card .btn-link {
    color: #333333;
}

.faq-card button.faq-btn {
    position: relative;
    padding-left: 35px;
}

.faq-card button.faq-btn {
    white-space: normal;
    word-wrap: break-word;
    text-align: left;
}

.faq-card button.faq-btn:after {
    content: '';
    position: absolute;
    width: 16px;
    height: 2px;
    background: #3ACBCC;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.faq-card button.faq-btn:before {
    content: '';
    position: absolute;
    width: 2px;
    height: 16px;
    background: #3ACBCC;
    top: 50%;
    left: 7px;
    transform: translateY(-50%);
}

form.faq-banner-from {
    text-align: center;
    position: relative;
    width: 50%;
    margin: 0 auto;
}

.faq-banner-from button[type="submit"] {
    position: absolute;
    top: 5px;
    right: 1%;
    border: none;
    background: #39CACC;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 35px;
    padding: 15px 45px;
    font-size: 18px;
}

.faq-banner-from input[type="search"] {
    padding: 24px 30px;
    background: #FFFFFF;
    border-radius: 35px;
}


/* ================ css for giftcard page ==================  */
.content.extraclass {
    max-width: 980px;
    width: 100%;
    text-align: center;
}

.gift-banner .banner-inner {
    top: 42%;
}

.gift-banner .content > p {
    line-height: 60px;
    margin-bottom: 8px;
}

.gift-banner h4 {
    font-size: 21px;
}

.gift-banner h6 {
    font-size: 14px;
}

.giftcard-inner {
    width: 80%;
    margin: 0 auto;
    padding: 15px;
    box-shadow: 0px 0px 16px 9px rgba(218, 218, 218, .2);
    position: relative;
    top: -65px;
    background: #fff;
}

.giftcard-ash {
    background: #EBEBEB;
    padding: 55px 25px;
}


.giftcard-header,
.checkout-header {
    display: flex;
    align-items: center;
    padding-bottom: 45px;
}

.giftcard-header h5,
.checkout-header h5 {
    width: 13%;
    font-size: 18px;
    font-weight: bold;
}

.giftcard-header .bar,
.checkout-header .bar {
    background: #000;
    width: 87%;
    height: 2px;
    border-bottom: 1px solid #fff;
}

.checkout-header .bar {
    height: 1px;
}

.gift-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.gift-form {
    width: 50%;
}

.gift-data label {
    font-size: 14px;
    font-weight: bold;
    text-align: right;
}

.gift-data .input-group-text {
    border: 1px solid #ccc;
    border-right: navajowhite;
    height: 100%;
    text-align: center;
    top: 5px;
    padding: 6px;
    background: #EEEEEE;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.gift-data input,
.gift-data textarea {
    background-color: #fff;
    border-radius: 10px;
    font-size: 14px;
}

input.amount {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.gift-card {
    max-width: 45%;
}

.gift-card .gift-code {
    background: #fff;
    padding: 35px 35px 25px;
    text-align: center;

}

.code-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
}

.code-header p {
    font-size: 22px;
    font-weight: 700 !important;
    color: #0b283d;
    padding-bottom: 0 !important;
}

.gift-card .gift-code p {
    font-size: 16px;
    padding-bottom: 30px;
    font-weight: 500;
}



/*.code-header p {
    padding:  0 !important;
    font-weight: 700 !important;
}*/

.code-logo {
    width: 80px;
}


.shadow-img {
    margin-top: 25px;
    text-align: center;
}

.check-img {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 15px;
}

.check-img-holder {
    padding-right: 10px;
}

.check-img-holder.lock {
    display: flex;
}

.check-img-holder.lock p {
    padding-left: 5px;
}

button.purchase {
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    background: #3ACBCC;
    border: 0;
    padding: 12px 20px;
    border-radius: 35px;
    margin-top: 50px;
}

button.purchase:hover {
    background: #00A89B;
    transition: .5s;
}

/*Client SLider*/
/*=================================*/
.clients {
    background-color: #F7F7F7;
    padding: 50px 0px;
}

.client_slider .image img {
    max-height: 55px;
    width: auto;
}

.client_slider {
    max-width: 840px;
    width: 100%;
    margin: 0 auto;
}

.clients .slick-track {
    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;
}

.clients .slick-track .image {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.pos-absolute {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    background: transparent;
}

/**/
.pos-absolute div#mainnav {
    background: transparent !important;
}

div#mainnav {
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    background: #fff;
}

div#mainnav ul {
    margin: 0;
    width: 43%;
    display: flex;
}

.left-nav {
    margin-left: 0 !important;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
}

div#mainnav ul li:first-child {
    margin-left: 0;
}

div#mainnav ul li a {
    transition: all .3s ease;
}

div#mainnav ul li {
    margin: 0px 20px;
}

div#mainnav ul li a {
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    color: #354B59;
}



.responsive-icon {
    max-width: 30px;
    top: 15px;
    z-index: -9;
    position: absolute;
    transform: none;
    right: 20px;
    cursor: pointer;
    max-height: 25px;
    overflow: hidden;
}

img.menu-icon {
    visibility: hidden;
}

.close-icon {
    visibility: hidden;
    max-width: 27px !important;
    transition: all .6s ease-in-out;
}

.responsive-nav {
    /* visibility: hidden; */
    display: none;
}

.logo {
    max-width: 130px;
    position: absolute;
    top: 50%;
    width: 100%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

ul.right-nav {
    justify-content: flex-end;
    align-items: center;
}

div#mainnav ul li a:hover {
    color: #39CACB;
}

.footer-single-box ul li a {
    font-size: 14px;
    line-height: 20px;
}

footer ul {
    margin: 0;
}

.footer-mid-left {
    margin-left: -15px;
}

.footer-top {
    padding-bottom: 50px;
}

.home-banner {
    min-height: 800px;
}

.video-section.section-padding {
    padding: 159px 0px !important;
}

.subscription form input[type="email"] {
    padding-left: 20px;
}

.banner-wrapper {
    padding: 110px 0px;
}

.banner-wrapper.bg h1 {
    font-size: 48px;
    color: #ffffff;
    line-height: 80px;
    margin-bottom: 40px;
    font-weight: 700;
}

.icon-stat {
    display: block;
}

.icon-abs {
    display: none;
}

.pos-absolute .icon-stat {
    display: none;
}

.pos-absolute .icon-abs {
    display: block;
}

.contact-page-banner .content > p,
.faq-page-banner .content > p,
.giftcard-page-banner .content > p {
    font-size: 48px;
    line-height: 1.3;
    margin-bottom: 10px;
}

.contact-page-banner {
    padding: 150px 20px 250px 20px;
}

.faq-page-banner {
    padding: 120px 20px 120px 20px;
}

.booking-page-banner {
    padding: 157px 20px 157px 20px;
}

.giftcard-page-banner {
    padding: 50px 20px 130px 20px;
}

.faq-page-banner .content > p {
    margin-bottom: 40px;
}

.contact-page-banner .subtext p,
.faq-page-banner .subtext p,
.booking-page-banner .subtext p,
.giftcard-page-banner .subtext p,
.booking-page-banner .flow-text p {
    font-size: 20px;
    line-height: 1.5;
    color: #fff;
    max-width: 700px;
    margin: 0 auto;
}

img.close-icon.show {
    display: block;
}

img.menu-icon.hide {
    display: none;
}

.giftcard-page-banner h4 {
    font-size: 21px;
    line-height: 33px;
    margin-bottom: 15px;
}

.giftcard-page-banner h2 {
    font-size: 48px;
    line-height: 60px;
}

.booking-page-banner .content > p {
    line-height: 61px;
    margin-bottom: 30px;
    font-size: 56px;
    margin-bottom: 30px;
}

.giftcard-page-banner h6 {
    font-size: 14px;
}

.booking-page-banner .subtext {
    margin-bottom: 40px;
}

section.banner-wrapper.bg.giftcard-page-banner h1 {
    margin-bottom: 8px;
    line-height: 60px;
    font-size: 56px;
}

.gift-card-inner {
    max-width: 580px;
    margin: 0 auto;
}

.giftcard-innerbox {
    top: -65px;
    position: relative;
    box-shadow: 0px 0px 16px 9px rgba(218, 218, 218, .2);
    padding-top: 10px;
    background: #fff;
    max-width: 81%;
    border-radius: 6px;
    margin: 0 auto;
}

iframe#booking-widget-iframe {
    /*    height: auto !important;*/
    min-height: 975px !important;
}

div#subscribe-result p {
    color: #fff;
    margin: 8px 0px 0px 0px;
    padding-left: 13px;
}


.about-list p img {
    width: 38px;
    padding-right: 8px;
}
div#mainnav ul li.active a,
.responsive-nav.show div#mainnav ul li.active a {
    color: #57CBCC;
}


.sod_select {
    width: 340px;
    height: auto;
    padding: 0;
    position: relative;
    cursor: pointer;
    transition: all .2s ease;
    line-height: 1;
    font-family: "Inter", sans-serif;
    border: 1px solid #c6c6c7;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%}
.sod_select:hover, .sod_select:focus {
    border-color: #acacae;
}
.sod_select .sod_list_wrapper {
    border: none;
    outline: none;
    margin: 0;
    width: calc(100% + 2px);
    padding: 0;
    max-height: 245px;
    overflow: auto;
    margin-left: -1px;
    display: block;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    visibility: hidden;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    border: 1px solid #c6c6c7;
}
.sod_select .sod_list_wrapper:hover, .sod_select .sod_list_wrapper:focus {
    border-color: #acacae;
}
.sod_select.open .sod_list_wrapper {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    visibility: visible;
}
.sod_select.above .sod_list_wrapper {
    border-top: 1px solid #c6c6c7;
}
.sod_select .sod_option {
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    padding: 7px 15px 8px;
    font-size: 13px;
    text-transform: none;
    line-height: 25px;
    font-weight: 400 !important;
    text-overflow: none !important;
    overflow: visible !important;
}
.sod_select .sod_option.active {
    color: #82736e;
}
.sod_select .sod_option:before {
    display: none !important;
}
.sod_select.focus {
    box-shadow: none;
}
.sod_select:before, .sod_select:after {
    display: none;
}
.sod_label {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.38889;
    color: #3a3c41;
    text-transform: none;
    padding: 0 35px 0 15px !important;
    font-weight: 300;
    position: relative;
    height: 43px;
    line-height: 43px;
    white-space: nowrap;
    display: inline-block;
    vertical-align: middle;
    overflow: visible !important;
    word-wrap: break-word;
    overflow-wrap: break-word;
    overflow: hidden;
}
.sod_label:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    background-image: url("images/icons/icon-arrow-down.png");
    width: 43px;
    background-color: white;
    background-repeat: no-repeat;
    background-position: 0 0;
    height: 43px;
    display: block;
}

.type-default {
    font-size: 16px !important;
}

.type-normal {
    font-weight: 400 !important;
}

.pt {
    padding-top: 25px !important;
}

.mb {
    margin-bottom: 25px !important;
}

.sod_select::before, .sod_select::after {
    display: none;
}
.sod_select::after {
    content: "\25BC";
    top: auto;
    bottom: 12px;
}
.sod_select::before, .sod_select::after {
    content: "\25B2";
    position: absolute;
    right: 10px;
    top: 12px;
    font-size: 7px;
}


@media (max-width: 768px) {
    .faq-single-box{
        width: 100% ;
    }

    .footer-mid-right {
        width: 44%;
        margin: 0 auto;
    }

    .footer-mid-right h3 {
        text-align: center;
    }

    .ftr-email-form input[type="submit"] {
        right: -74% !important;
    }

    .phone-no,
    .envelope {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .copyright {
        text-align: center;
    }

    form.faq-banner-from{
        width: 100%;
    }
    .faq-banner-from button[type="submit"] {
        top: -2px;
    }
}

/*css for header area*/

@media (max-width: 1024px) {

    footer.footer-area {
        padding-left: 40px;
        padding-right: 30px;
    }

    .site-content.content {
        padding: 0px 20px;
    }

    .faq-content {
        padding: 0px 40px;
    }

    .kindlymaid .ftr-email-form button {
        top: -45.5px;
        right: -55%;
    }

    .footer-mid {
        padding-left: 30px;
    }

    .social_section {
        justify-content: center;
    }

    .footer-mid .content .row > div:last-child {
        max-width: 25%;
        /* width: 100%; */
        /* flex-direction: row; */
        margin-top: -12px;
        padding: 0;
    }

    .footer-mid .content .row > div:first-child {
        max-width: 75%;
    }

    .col-lg-3.col-md-12 {}

    .footer-mid-left {
        display: flex;
        justify-content: space-between;
    }

    .footer-single-box {
        max-width: 25%;
    }

    .ftr-email-form button {
        right: -59.5%;
    }

    .how-it-works .section-content .content-inner {
        padding: 15px;
        margin-right: 0px;
    }

    .how-it-works .section-content .content-inner {
        max-width: 50%;
    }

    .how-it-works .section-content {
        flex-wrap: wrap;
        justify-content: center;
    }

    .how-it-works-inner a.bttn {
        margin-top: 0;
    }

    #mainnav .menu-item .sub-menu {
		position: relative !important;
		background-color: white !important;
		height: initial;
		margin-left: 0 !important;
	}
}

@media (max-width: 991px) {
    .desktop-nav {
        display: none;
    }
    .logo {
        order: -1;
        width: 100%;
        padding-bottom: 10px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        left: 20px;
        top: 51%;
        transform: translateY(-50%);
    }

    .faq-content {
        padding: 0px;
    }

    .responsive-icon {
        top: 52%;
        transform: translateY(-50%);
    }

    .pos-absolute .responsive-icon {
        top: 35%;
    }

    .pos-absolute .logo {
        top: 40%;
    }

    img.menu-icon {
        visibility: visible;
    }

    .responsive-nav {
        position: fixed;
        top: 0;
        right: -100%;
        transition: all .3s ease-in-out;
        z-index: 3;
    }

    .responsive-nav {
        display: block;
        visibility: hidden;
    }

    .responsive-nav.show {
        display: block;
        transition: all .3s ease-in-out;
        right: 0;
        z-index: 3;
        visibility: visible;
    }

    .icon-abs {
        display: none;
    }

    .icon-stat {
        display: block;
    }

    .responsive-nav div#mainnav ul {
        width: 100%;
        flex-direction: column !important;
        justify-content: flex-start !important;
        align-items: flex-start !important;
        background: #ffffff;
        max-width: 100%;
        padding: 83px 100px 30px 20px;
        min-height: 100vh;
        box-shadow: 0px 0px 41px 32px rgba(0, 0, 0, .1);
    }

    div#mainnav ul li:first-child,
    div#mainnav ul li:last-child {
        margin: 0px 20px;
    }

    .responsive-nav.show div#mainnav ul li a {
        color: #354b59;
    }

    .responsive-icon {
        z-index: 4;
    }

    img.menu-icon {
        visibility: visible;
    }

    .close-icon.show {
        max-width: 20px !important;
        visibility: visible;
        transition: all .6s ease;
    }

    .pos-absolute .icon-stat {
        display: block;
    }

    .pos-absolute .icon-abs {
        display: none;

    }

    .customer .carousel-inner {
        padding: 0px 15px;
    }

    .responsive-icon {
        z-index: 4;
    }

    .responsive-nav.show {}

    div#mainnav ul.sub-menu {
        position: static;
        height: 0px;
    }

    .show-dropdown ul.sub-menu {
        height: auto !important;
    }

    .responsive-nav.show div#mainnav ul.sub-menu {
        padding: 0px;
        box-shadow: none;
        margin-left: 13px;
        min-height: auto;

    }

    .responsive-nav {
        display: block;
        visibility: hidden;
    }

    .menu-item-has-children:after {
        position: absolute;
        color: #000 !important;
        right: -20px;
        top: 10px;

    }

    .desktop-nav {
        display: none;
    }

    .header-area-inner {
        min-height: 90px;
    }

    .footer-logo {
        margin-bottom: 30px;
    }

    .social-icon a:first-child {
        padding-left: 0;
    }

    .footer-mid-right {
        width: 80%;
    }

    .footer-mid-left .footer-single-box {
        -ms-flex-preferred-size: 395px;
        flex-basis: 395px;
    }

    .ftr-btns {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .copyright {
        padding: 0px 15px 15px;
    }
}

@media (max-width: 768px) {

    .about-banner-bg {
        padding: 60px 15px;
    }

    .about-banner-bg.bg h1 {
        font-size: 40px !important;
        line-height: 1.2;
        margin-bottom: 0px;
    }

    .res-padding {
        padding-left: 15px;
        padding-right: 15px;
    }

    .footer-logo.pb-2 {
        display: flex;
        justify-content: flex-start;
    }

    .footer-logo.pb-2 {
        text-align: center !important;
        margin-bottom: 20px;
    }

    .footer-top {
        padding-bottom: 30px;
    }

    .footer-mid {
        padding-bottom: 38px;
    }

    .subscription form {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .subscription form div {
        -ms-flex-preferred-size: 320px;
        flex-basis: 320px;
    }

    .subscription form div:first-child {
        padding-right: 20px;
    }

    .footer-top {
        padding: 0px 15px 65px;
    }

    .footer-mid-left {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .footer-mid-left .footer-single-box {
        text-align: center;
        max-width: 33%;
        margin-bottom: 50px;
    }

    .ftr-email-form button {
        right: -67.5% !important;
    }

    .footer-mid-right {
        width: 44%;
        margin: 0 auto;
    }

    .footer-mid-right h3 {
        text-align: center;
    }

    .phone-no,
    .envelope {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .copyright {
        text-align: center;
    }

    footer .row.align-items-end {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        -ms-grid-row-align: center !important;
        align-items: center !important;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .footer-mid .content .row > div:first-child {
        max-width: 100%;
    }

    .footer-mid .content .row > div:last-child {
        max-width: 100%;
    }

    .about section.banner > img {
        display: none;
    }

    section.banner {}

    .about section.banner {
        word-wrap: break-word;
        overflow-wrap: break-word;
    }

    .about .inner-div {
        margin-bottom: 30px;
    }

    .featured-single-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
        margin-bottom: 75px;
    }

    .featured-single-box .icon {
        margin-right: 0;
        margin-bottom: 30px;
    }

    .featured-text h2 {
        font-size: 43px;
    }

    .featured-text p {
        font-size: 20px;
        line-height: 30px;
    }

    .featured-single-box.alter .icon {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        margin: 0;
        margin-bottom: 20px;
    }

    .button-div.text-center button {
        margin-bottom: 62px;
    }



    .row.align-items-end p {
        margin-bottom: 20px;
        text-align: center;
    }






    img.indicator {
        display: none;
    }

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

    .row {
        margin: 0;
    }

    .item-inner.text-center h4 {
        padding: 0px 57px;
        line-height: 28px;
    }

    .subscription form {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .subscription form div {
        -ms-flex-preferred-size: 320px;
        flex-basis: 320px;
    }

    .subscription form div:first-child {
        padding-right: 20px;
    }




    .phone-no,
    .envelope {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .copyright {
        text-align: center;
    }

    .workflow-box-inner {
        padding: 56px 20px 19px 30px;
        min-height: 250px;
    }

    .content-inner {
        margin-bottom: 30px;
    }

    .about .banner {
        min-height: 500px;
        background-size: cover;
        background-color: #ffffff;
        background-repeat: no-repeat;
        background-image: url(../images/about/About_banner.png);
    }



    .contact .banner {
        background-image: url(../images/contact/banner.png);
    }

    .booking-page .banner {
        background-image: url(../images/about/booking-banner.png);
    }

    .about.faq .banner {
        background-image: url(../images/faq/faq.png);
    }

    .about.gift .banner {
        background-image: url(../images/giftcard/gift_banner.png);
    }

    .contact .banner > img,
    .booking-page .banner > img,
    .about.faq .banner > img,
    .about.gift .banner > img {
        display: none;
    }

    .contact .banner,
    .booking-page .banner,
    .about.faq .banner,
    .about.gift .banner {
        min-height: 500px;
        background-size: cover;
        background-color: #ffffff;
        background-repeat: no-repeat;
    }

    .send-it button {
        margin: 0;
    }

    .booking-step-sc.text-left button {
        width: 48%;
        margin-bottom: 30px;
    }

    .phone-no img {
        width: 25px;
        height: 25px;
    }

    .footer-mid {
        padding-left: 0px;
    }

    .footer-bottom .ftr-btns a:last-child {
        margin-right: 0px;
    }

    .ftr-email-form input[type="email"] {
        border-radius: 30px !important;
        padding: 25px 24px !important;
    }

    .ftr-email-form input[type="submit"] {
        border-radius: 30px !important;
        height: 55px;
    }

    .footer-mid .content .row div {
        margin: 0px;
    }

    .footer-single-box ul li a {
        font-size: 16px;
    }
}

@media (max-width: 576px) {
    footer.footer-area.home2-footer {
        margin-top: -100px;
        padding-top: 60px;
    }
    .rating {
        display: none;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .sub-title {
        padding-bottom: 0px;
    }

    .booking-page-banner .content > p {
        line-height: 1.1;
        margin-bottom: 30px;
        font-size: 45px;
        margin-bottom: 30px;
    }

    section.banner-wrapper.bg h1 {
        margin-bottom: 10px;
        line-height: 1.1;
        font-size: 47px;
    }

    .booking-page-banner {
        padding: 70px 20px 70px 20px;
    }

    .faq-banner-from button[type="submit"] {
        position: static;
        margin-top: 7px;
        min-width: 118px;
    }

    .faq-header h2 {
        text-align: center;
    }

    .rating {
        right: 0;
        left: 0;
        top: 100px;
        width: 100%;
    }

    .responsive-icon {
        max-width: 25px;
        max-height: 20px;
    }

    .responsive-nav.show {
        width: 100%;
    }

    .inner-div {
        margin-bottom: 30px;
    }

    .logo {
        top: 55%;
    }

    .header-area-inner {
        min-height: 80px;
        padding: 0 !important;
    }

    .logo {
        padding-bottom: 0;
    }

    .faq-banner-from input[type="search"] {
        width: 100%;
        padding: 15px 16px;
    }

    form.faq-banner-from {
        width: 72%;
    }

    .faq-banner-from button[type="submit"] {
        padding: 7px 42px;
    }

    .subscription form {
        padding: 0px 15px;
    }

    .subscription form div:first-child {
        padding-right: 0;
    }

    .footer-logo {
        margin-bottom: 30px;
    }

    .social-icon a:first-child {
        padding-left: 0;
    }

    .footer-mid-right {
        width: 80%;
    }

    .footer-mid-left .footer-single-box {
        -ms-flex-preferred-size: 395px;
        flex-basis: 395px;
    }

    .ftr-btns {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .copyright {
        padding: 0px 15px 15px;
    }

    .booking-inner form {}

    .booking-inner form {
        width: 100%;
    }

    .booking-sidebar {
        width: 100%;
    }

    .booking-inner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .contact .banner .content > p {
        font-size: 45px;
        line-height: 60px;
    }

    .send-it button {
        font-size: 16px;
    }

    .send-it p {
        width: 50%;
    }

    .title-count {
        margin-bottom: 10px;
    }

    .about .banner-inner {
        text-align: center;
    }

    .about .content > p {
        font-size: 40px;
        margin-bottom: 0px;
    }

    .about-list {
        padding: 20px;
        text-align: left;
    }

    .criteria-box {
        margin-bottom: 30px;
    }

    .workflow-box-inner {
        /*    padding: 56px 20px 19px 30px;*/
        min-height: auto;
    }

    .slider-area {
        padding: 107px 0px 105px;
    }

    .rating {
        padding: 0px 15px;
    }

    .rating p {
        font-size: 14px;
    }

    .banner .indicator {
        width: auto;
        position: absolute;
        right: 0;
        top: 67%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .content.nav {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .logo {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        width: 100%;
        padding-bottom: 10px;
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .slider-title {
        font-size: 28px;
        line-height: 1.3;
        padding-left: 15px;
        padding-right: 15px;
    }

    .sub-title {
        font-size: 23px;
        line-height: 1.3;
    }

    .bedrooms,
    .bathrooms {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-left: 15px;
        padding-right: 15px;
    }

    .continue-btn input {
        margin-bottom: 0;
    }

    .choice-form button {
        width: 290px;
    }

    .slider-4 .slider-title,
    .slider-4 .slider-title,
    .slider-2 .slider-title {
        margin-bottom: 25px;
    }

    .choice-form {
        padding-bottom: 20px;
    }

    .form-title p {
        font-size: 30px;
        line-height: 1.3;
    }

    .criteria-box {
        width: 100%;
    }

    .app-store {
        width: 93%;
        text-align: center;
        margin-top: 50px;
        margin-left: 0;
    }

    .app-store h2:after {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }





}

@media (max-width: 500px) {
    .ftr-email-form button {
        right: -70% !important;
    }

    .footer-top .content .row {
        justify-content: center;
        align-items: center;
    }

    .social_section {
        justify-content: center;
    }

    .footer-mid .content .row div {
        max-width: 100%;
        width: 100%;
    }

    .footer-newsltr {}

    .footer-mid-right {
        padding: 0 !important;
        margin: 0 !important;
    }

    .kindlymaid .ftr-email-form button {
        right: -65% !important;
    }

    .footer-bottom .content div {
        flex-direction: column;
    }

    html,
    body {
        overflow-x: hidden;
    }

    .ftr-email-form .btn {
        position: unset !important;
        width: 100%;
        margin-top: 10px;
        margin-bottom: 25px;
        height: 40px;
        border-radius: 5px !important;
    }

    .ftr-email-form input[type="email"],
    .ftr-email-form btn {
        height: 40px;
        border-radius: 5px;
        padding-left: 10px;
    }

    .footer-top {
        margin: 0;
        padding-bottom: 30px;
    }

    .footer-single-box {
        margin-bottom: 25px !important;
    }

    .video-section h2 {
        line-height: 1.3;
    }

    .customer .carousel_indicator {
        top: 0;
        position: absolute;
        width: 45px;
        height: 45px;
    }

    .customer .section-title {
        margin-bottom: 40px;
    }

    .item-inner.text-center h4 {
        padding: 0;
    }

    .banner .indicator {
        right: auto;
        bottom: 0;
        top: auto;
    }

    .banner .indicator ul {
        display: flex;
        justify-content: space-between;
        max-width: 150px;
        width: 100%;
        align-items: center;
    }

    .banner .indicator {
        max-width: 100%;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        bottom: 60px;
    }

    li.slide-count {
        margin: 0;
        padding: 0;
        margin-top: -8px;
        color: #333 !important;
    }

    section.banner {
        position: relative;
    }

    section.banner:before {
        content: '';
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, .1);
        position: absolute;
        left: 0;
        top: 0;
    }

    .slider-area {
        position: relative;
    }

    li.slide-count span {
        color: #333;
    }

    section.video-section {
        padding-bottom: 70px !important;
    }

    .criteria-box {
        height: unset;
        margin-bottom: 0;
    }

    .criteria-box .icon {
        max-width: 70px;
        margin-bottom: 10px;
    }

    .criteria .section-title p {
        line-height: 1.3;
    }

    .criteria .section-title.text-center {
        margin-bottom: 0;
    }



    .banner-inner.text-center {
        padding: 10px;
    }

    .contact .banner .content > p {
        font-size: 34px;
        line-height: 45px;
    }

    .contact .banner {
        background-position: top right;
    }

    p.head {
        font-size: 18px;
    }

    .send-it p {
        width: 100%;
        margin-bottom: 10px;
    }

    .send-it button {}

    .send-it {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
    }

    .contact-box-content input {
        width: 100%;
    }


    .customer h2 {
        font-size: 30px;
        line-height: 1.3;
    }

    .featured-text h2 {
        font-size: 33px;
    }

    .featured-text p {
        font-size: 17px;
        line-height: 25px;
    }

    .featured-single-box {
        padding: 15px;
    }

    .how-it-works .section-content .content-inner {
        max-width: 100%;
    }

    .trusu-inner .icon {
        max-width: 70px;
        width: 100%;
        margin: 0 auto;
    }

    .trusu-inner .icon img {
        margin-bottom: 0;
    }

    section.trust .section-title {
        margin-bottom: 0;
    }

    .trusu-inner {
        margin-bottom: 0;
    }

    .how-it-works-inner a.bttn {
        padding: 5px 30px;
        margin-bottom: 30px;

    }

    .trust a.bttn {
        padding: 5px 30px;
        margin: 30px 0px;
        margin-top: 60px;
    }
}

@media (max-width: 375px) {
    .ftr-email-form button {
        right: -66% !important;
    }
}

@media (max-width: 320px) {
    .ftr-email-form button {
        right: -62% !important;
    }
}

/* ===================responsive code for faq page =========================*/

@media (max-width: 768px) {
    .faq-area .row {
        padding: 0 15px;
    }
}

@media (max-width: 576px) {
    .faq-content {
        flex-direction: column;
    }

    .faq-single-box {
        width: 100%;
        padding-bottom: 30px;
    }
}


/* ============= responsive code for giftcard page  */

@media (max-width: 768px) {

    .giftcard-header,
    .checkout-header {
        flex-direction: column;
    }

    .giftcard-header h5,
    .checkout-header h5 {
        width: 100%;
        margin-bottom: 15px;
    }

    .giftcard-header .bar,
    .checkout-header .bar {
        width: 100%;
    }

    .gift-info {
        flex-direction: column;
    }

    .gift-form {
        width: 100%;
    }

    .gift-form .form-group {
        padding-bottom: 15px;
    }

    .gift-card {
        max-width: 80%;
        margin: 50px auto 0;
    }

    .check-img {
        justify-content: center;
    }
}


@media (max-width: 576px) {
    .gift-data label {
        text-align: left;
    }

    .gift-card {
        max-width: 97%;
    }

    select.first-select {
        margin-bottom: 15px;
    }
}


.services_container .item h4{
    color:#666;
    text-align: center;
}

.page-template-page-service .home-banner {
    padding-top: 150px !important;
    padding-bottom: 150px !important;
    min-height: 350px !important;
    margin-bottom: 50px;
}

.page-template-default .article-content__main{
    margin:100px 0px
}

.subheader_default_content{
    padding: 200px 0px 150px;
}

@media (max-width:500px){
    header .navbar-logo img{
        max-height:45px !important;
    }
    .banner-inner.top {
        margin-top: 40px !important;
    }
    .subheader_default_content{
        padding:90px 0px
    }
}


.slcr-sidebar h3.title {
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    text-align: left;
    letter-spacing: 1px;
    position: relative;
    text-transform: uppercase;
    margin: 0 0 38px;
    padding-left: 60px;
}

.slcr-sidebar .widget {
    margin-bottom: 50px;
    padding: 38px 30px 0px;
    border: 1px solid #eee;
    border-radius: 5px;
}

.slcr-sidebar h3.title::after {
    content: '';
    height: 1px;
    width: 50px;
    top: 6px;
    left: 0;
    position: absolute;
    background: #001837;
    opacity: .6;
}

.wpcf7 label {
    width: 100%;
    font-weight: 500;
    font-size: 14px;
}

.wpcf7 label {
    margin-right: 15px;
    margin-left: 0 !important;
    color: #001837;
    font-weight: 700;
    font-size: 14px;
    line-height: 14px;
}

.wpcf7 input, .wpcf7 select {
    outline: none;
    margin-bottom: 15px !important;
}

.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="url"], .wpcf7 input[type="tel"], .wpcf7 input[type="number"], .wpcf7 input[type="date"], .wpcf7 textarea, .wpcf7 select {
    background-color: #f7f7f7;
    color: #001837;
    width: 100%;
    font-weight: normal;
    border: 1px solid #eeeeee;
    border-radius: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 14px;
    padding: 10px;
    transition: all ease .3s;
    -webkit-transition: all ease .3s;
}

.sod_select, .sod_select * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.sod_label {
    font-size: 1.125rem;
    color: #3a3c41;
    text-transform: none;
    padding: 0 35px 0 15px !important;
    font-weight: 300;
    position: relative;
    height: 43px;
    line-height: 43px;
    white-space: nowrap;
    display: inline-block;
    vertical-align: middle;
    overflow: visible !important;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.sod_select .sod_label {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-right: 15px;
}

.btn-submit {
    width: 100%;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 0 !important;
}

.page-template-page-service .section-title h2{
    color:#666666;
}


.flow-icon {
    max-width: 90px;
    margin-bottom: 15px;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: relative;
}

.flow-icon > img {
    max-height: 60px;
    width: auto;
}

.flow-box {
    max-width: 800px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flow-box-single {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-right: 23px;
    width: 190px;
    /* position: relative; */
}

.flow-text p {
    text-transform: uppercase;
    font-weight: 300;
    font-size: 21px;
}

.flow-box-single:last-child {
    margin-right: 0;
}

.flow-box-icon:after {
    position: absolute;
    top: 26px;
    right: 0;
    width: 30px;
    height: 5px;
    content: "";
    border-top: 2px dashed #fff;
}

.flow-box-single:nth-child(2) .flow-icon:after {
    content: "";
    position: absolute;
    top: 29px;
    left: 133%;
    width: 120px;
    height: 1px;
    border-top: 1px dashed #fff;
}

.flow-box-single:nth-child(2) .flow-icon:before {
    content: "";
    position: absolute;
    top: 29px;
    right: 133%;
    width: 120px;
    height: 1px;
    border-top: 1px dashed #fff;
}



@media only screen and (max-width: 640px) {
    .booking_banner {
        padding: 50px 0px;
    }
    .flow-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .flow-box-single {
        margin: 0 auto;
        margin-bottom: 20px;
    }
    .flow-text > p {
        font-size: 16px !important;
    }
    .flow-icon {
        max-width: 50px;
    }
    .flow-icon > img {
        max-height: 48px;
    }
    .flow-box-single:nth-child(2) .flow-icon:before,
    .flow-box-single:nth-child(2) .flow-icon:after {
        display: none;
    }
    .banner-inner.booking_banner .content .separator {
        display: none;
    }
    .booking_banner {
        position: relative;
    }
    .booking_banner:after {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        content: "";
        z-index: 0;
    }
    .booking_banner .content {
        position: relative;
        z-index: 9;
    }

    .flow-box-single:last-child {
        margin-right: auto;
    }
}


.pt0 {
    padding-top: 0 !important;
}


/* Base styling for the dropdown menu */
#mainnav .menu-item-has-children {
    position: relative;
  }
  #mainnav .menu-item-has-children .dropdown-toggle::after {
      margin-left: 5px;
      margin-bottom: -2px;
  }
  
  /* Hide submenu by default */
  #mainnav .sub-menu {
    display: none !important;
    flex-direction: column;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 200px;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    z-index: 999;
    padding: 10px 0;
    z-index: 9999;
  }
  
  /* Style submenu items */
  #mainnav .sub-menu li {
    width: 100%;
  }
  
  #mainnav .sub-menu a {
    padding: 8px 15px;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 9999;
  }
  
  #mainnav .menu-item-has-children > .sub-menu {
    width: 300px !important
  }
  
  #mainnav .menu-item-has-children > .sub-menu li {
    margin-left: 0 !important;
  }
  
  #mainnav .menu-item-has-children > .sub-menu li a {
    color: #333 !important;
  }