/*------------------------------------------------------------------
Theme Name: Cleanly - Responsive Bootstrap Landing Page
Version: 1.0
Author: Surjith S M
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
[TABLE OF CONTENTS]
    
    1. GLOBAL STYLES
    2. FONT
    3. COUNTDOWN TIMER
    4. SLIDER
    5. HOW IT WORKS
    6. SPLIT SCREEN EFFECT


    -------------------------------------------------------------------*/

/* ==========================================================================
   Font
   ========================================================================== */

/* ==========================================================================
   Color
   ========================================================================== */

/* ==============================================================
   GLOBAL STYLES
   ============================================================== */

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

audio,
canvas,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden] {
    display: none;
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

a:focus {
    outline: thin dotted;
}

a:active,
a:hover {
    outline: 0;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

hr {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

mark {
    background: #ff0;
    color: #000;
}

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

pre {
    white-space: pre-wrap;
}

q {
    quotes: "\201C""\201D""\2018""\2019";
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

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

button,
input {
    line-height: normal;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

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

h1 {
    font-size: 72px;
    color: #ffffff;
}

@media (max-width: 992px) {
    h1 {
        font-size: 52px;
    }
}

@media (max-width: 576px) {
    h1 {
        font-size: 40px;
    }
}

h2 {
    font-size: 58px;
    color: #3f4b5e;
}

@media (max-width: 576px) {
    h2 {
        font-size: 34px;
    }
}

h3 {
    font-size: 35px;
    color: #3f4b5e;
}

@media (max-width: 768px) {
    h3 {
        font-size: 27px;
    }
}

h4 {
    font-size: 24px;
    color: #3f4b5e;
}

h5 {
    font-size: 22px;
}

h6 {
    font-size: 18px;
}

p {
    font-size: 15px;
    color: #8b9aab;
}

.main-block {
    /* padding: 80px 0; */
}

header {
    padding: 12px 0;
}

/* ==========================================================================
   Font
   ========================================================================== */

.navbar-light .navbar-nav .nav-link {
    color: #3f4b5e;
    padding-right: 36px;
}

.navbar-light .navbar-nav .active>.nav-link {
    color: #ba914d;
}

.btn-info {
    background: #ba914d;
    border: 2px solid #2ea8b7;
    padding: 9px 33px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.btn-info:hover {
    background: #2fb2c3;
}

.input-group-addon {
    padding: .5rem 0.15rem;
}

@media (max-width: 992px) {
    .input-group-addon {
        padding: .5rem .75rem;
    }
}

.add-on {
    padding: .5rem .75rem;
    border: 2px solid #e2e6e9;
}

/* ==============================================================
COUNDOWN TIMER
============================================================== */

.countdown-wrap {
    margin-top: 50px;
    padding: 0 20px;
    display: inline-block;
    background: #f65c50;
    border-radius: 3px;
}

.countdown {
    text-align: center;
    list-style: none;
    display: inline-block;
    margin: 10px 0 6px;
    padding: 0;
}

.countdown li {
    float: left;
    color: #fff;
    font-size: 20px;
}

@media (max-width: 480px) {
    .countdown li {
        font-size: 16px;
    }
}

.countdown li i {
    float: left;
    padding: 5px 8px 0 0;
    color: #fff;
}

@media (max-width: 480px) {
    .countdown li i {
        font-size: 16px;
    }
}

.countdown li span {
    color: #fff;
    float: left;
    padding: 0 2px;
}

.countdown li .fa-question-circle {
    padding: 5px 0 0 8px;
}

.countdown li p {
    color: #fff;
    float: left;
    font-size: 20px;
    margin: 0;
    padding-right: 6px;
}

@media (max-width: 480px) {
    .countdown li p {
        font-size: 16px;
    }
}

.affix {
    position: fixed;
    top: 90px;
    z-index: 1030;
    width: 350px;
}

@media (max-width: 1200px) {
    .affix {
        width: 295px;
    }
}

/* ==============================================================
   SLIDER
   ============================================================== */

.slider {
    position: relative;
    background: url(../images/landing-img.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    padding: 10rem 0;
}

.slider:before {
    content: "";
    position: absolute;
    left: 0;
    background: rgba(0, 0, 0, 0.18);
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 0;
}

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

@media (max-width: 576px) {
    .slider-content {
        top: 164px;
        margin: 0 12px;
    }
}

.slider-content h1 {
    margin-bottom: 32px;
    margin-top: 0;
    text-shadow: 1px 1px 55px rgba(0, 0, 0, 0.47);
    letter-spacing: -2px;
}

.slider-content h3 {
    color: #ffffff;
    line-height: 1.3;
    font-size: 26px;
    text-shadow: 1px 1px 20px rgba(0, 0, 0, 0.37);
    font-weight: 400;
    max-width: 790px;
    margin: 0 auto;
}

@media (max-width: 576px) {
    .slider-content h3 {
        font-size: 24px;
    }
}

.form-wrap {
    margin: 75px 0 0;
}

@media (max-width: 576px) {
    .form-wrap {
        margin-top: 50px;
    }
}

@media (max-width: 992px) {
    .form-wrap .btn-group {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .form-wrap .btn-form {
        width: 100%;
    }
}

.btn-group {
    width: 100%;
}

.btn-group input {
    border: 1px solid #e8e8e8;
}

.btn-group1 {
    padding: 26px;
    width: 48%;
}

@media (max-width: 992px) {
    .btn-group1 {
        padding: 16px;
        width: 100%;
        margin-bottom: 1rem;
    }
}

.btn-group2 {
    padding: 26px;
    width: 20%;
}

@media (max-width: 992px) {
    .btn-group2 {
        padding: 16px;
        width: 100%;
        margin-bottom: 1rem;
    }
}

.btn-success {
    font-size: 20px;
    font-weight: bold;
    padding: 17px 28px;
    background: #2cce74;
    border: none;
}

.btn-success:hover {
    background: #1fb35f;
}

.btn-form {
    font-size: 30px;
    padding: 17px;
    width: 32%;
    background: #ba914d;
    color: #ffffff;
    border: solid 1px #2ea8b7;
    cursor: pointer;
}

.btn-form:focus {
    outline: none;
}

@media (max-width: 992px) {
    .btn-form {
        font-size: 20px;
        line-height: 1.8;
    }
}

@media (max-width: 576px) {
    .btn-form {
        padding: 16px;
        font-size: 20px;
        width: 100%;
    }
}

.btn-form i {
    vertical-align: middle;
}

.center-block h2 {
    text-align: center;
    color: #3f4b5e;
    margin: 0 0 30px;
}

.center-block h2 span {
    color: #ba914d;
    border-bottom: 3px solid #ba914d;
}

.center-block h6 {
    text-align: center;
    color: #8b9aab;
    font-weight: 300;
    margin: 10px auto 0;
    line-height: 1.6;
}

@media (max-width: 992px) {
    .center-block h6 {
        width: 70%;
    }
}

@media (max-width: 576px) {
    .center-block h6 {
        width: 100%;
    }
}

/* ==============================================================
   COUNDOWN TIMER
   ============================================================== */

.counter {
    max-width: 100%;
    height: 38px;
    border-right: 2px solid #e2e6e9;
    border-left: 2px solid #e2e6e9;
    border-bottom: 2px solid #e2e6e9;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: bg_base;
}

.counter__item {
    position: relative;
    float: left;
    width: 30%;
    height: 100%;
    cursor: pointer;
}

.counter__item--center {
    width: 40%;
    border-right: 2px solid #e2e6e9;
    border-left: 2px solid #e2e6e9;
}

.counter__minus,
.counter__plus {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 10px 0;
    cursor: pointer;
    color: #e2e6e8 !important;
}

.counter__minus:hover,
.counter__plus:hover {
    color: #ba914d !important;
}

.counter__value {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    padding: 0;
    width: 100%;
    font-size: 17px;
    font-weight: bold;
    color: #ba914d;
    border: none;
    text-align: center;
    outline: none;
    background-color: #fff;
}

/* ==============================================================
   OUR CLIENTS
   ============================================================== */

.our-client {
    padding: 26px 0;
    background: #f6fbfc;
    border-bottom: 2px solid #d0f0f4;
    text-align: center;
}

.our-client span {
    color: #7e8388;
    text-align: center;
    position: relative;
    padding: 0 70px;
}

.our-client span:before {
    content: "";
    position: absolute;
    width: 50px;
    border-bottom: 1px solid #7e8388;
    top: 50%;
    left: 0;
}

.our-client span:after {
    content: "";
    position: absolute;
    width: 50px;
    border-bottom: 1px solid #7e8388;
    top: 50%;
    right: 0;
}

.our-client ul {
    padding: 0;
    margin: 20px 0 0;
}

.our-client ul li {
    list-style: none;
    float: left;
    margin: 0 25px;
}

@media (max-width: 1200px) {
    .our-client ul li {
        width: 20%;
        margin: 0;
    }
}

@media (max-width: 768px) {
    .our-client ul li {
        width: 33.3%;
        margin-bottom: 10px;
    }
}

@media (max-width: 480px) {
    .our-client ul li {
        width: 100% !important;
    }
}

@media (max-width: 768px) {
    .client-small {
        width: 50% !important;
        margin-bottom: 0 !important;
    }
}

@media (max-width: 480px) {
    .client-small {
        width: 100% !important;
        margin-bottom: 10px !important;
    }
}

/* ==============================================================
   HOW IT WORK
   ============================================================== */

.howit-wrap {
    text-align: center;
    margin: 70px 0 0;
}

.howit-wrap span {
    font-size: 130px;
    color: #ba914d;
}

.howit-wrap h4 {
    padding: 32px 12px 0;
}

.howit-wrap p {
    font-size: 15px;
    color: #8b9aab;
}

@media (max-width: 768px) {
    .howit-wrap p {
        padding: 0 20px;
    }
}

@media (max-width: 768px) {
    .howit-wrap {
        margin: 28px 0 0;
    }
}

/* ==============================================================
   TESIMONIAL
   ============================================================== */

.testimonial {
    background: #f6fbfc;
}

.testi-block {
    position: relative;
    background: #ffffff;
    border: 3px solid #d0f0f4;
    text-align: center;
    padding: 29px 29px;
    border-radius: 3px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

@media (max-width: 992px) {
    .testi-block {
        padding: 12px;
    }
}

.testi-block i {
    font-size: 30px;
    color: #d0f0f4;
    margin: 0 0 22px;
}

.testi-block:after,
.testi-block:before {
    top: 100%;
    left: 53.5%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.testi-block p {
    font-size: 18px;
}

@media (max-width: 992px) {
    .testi-block p {
        font-size: 15px;
    }
}

.testi-block:hover {
    -webkit-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    transform: translateY(-4px);
}

.testi-block:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #ffffff;
    border-width: 20px;
    margin-left: -31px;
}

.testi-block:before {
    border-color: rgba(208, 240, 244, 0);
    border-top-color: #d0f0f4;
    border-width: 25px;
    margin-left: -36px;
}

.testi-title {
    text-align: center;
    margin: 46px 0 0;
}

@media (max-width: 576px) {
    .testi-title {
        margin: 27px 0 32px;
    }
}

/* ==============================================================
   SERVICES
   ============================================================== */

.grid {
    position: relative;
    width: 100%;
    max-width: 100%;
    list-style: none;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

/* Common style */

.grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    min-width: 100%;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    /*background: #3085a3;*/
    text-align: center;
    cursor: pointer;
}

.grid figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.8;
}

/* Individual effects */

/*---------------*/

/***** Lily *****/

/*---------------*/

figure.effect-lily img {
    max-width: none;
    width: -webkit-calc(100% + 50px);
    width: calc(100% + 50px);
    opacity: 0.7;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, -webkit-transform 0.35s;
    -o-transition: opacity 0.35s, transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
    -webkit-transform: translate3d(-40px, 0, 0);
    transform: translate3d(-40px, 0, 0);
}

figure.effect-lily figcaption {
    text-align: left;
}

figure.effect-lily figcaption>div {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 2em;
    width: 100%;
    height: 50%;
}

figure.effect-lily h2,
figure.effect-lily p {
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
}

figure.effect-lily h2 {
    -webkit-transition: -webkit-transform 0.35s;
    transition: -webkit-transform 0.35s;
    -o-transition: transform 0.35s;
    transition: transform 0.35s;
    transition: transform 0.35s, -webkit-transform 0.35s;
}

figure.effect-lily p {
    color: rgba(255, 255, 255, 0.8);
    opacity: 0;
    -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
    transition: opacity 0.2s, -webkit-transform 0.35s;
    -o-transition: opacity 0.2s, transform 0.35s;
    transition: opacity 0.2s, transform 0.35s;
    transition: opacity 0.2s, transform 0.35s, -webkit-transform 0.35s;
}

figure.effect-lily:hover img,
figure.effect-lily:hover p {
    opacity: 1;
}

figure.effect-lily:hover img,
figure.effect-lily:hover h2,
figure.effect-lily:hover p {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

figure.effect-lily:hover p {
    -webkit-transition-delay: 0.05s;
    -o-transition-delay: 0.05s;
    transition-delay: 0.05s;
    -webkit-transition-duration: 0.35s;
    -o-transition-duration: 0.35s;
    transition-duration: 0.35s;
}

.service-title {
    background: #ba914d;
    text-align: center;
    padding: 40px 0;
}

.service-title h2 {
    color: #ffffff;
    font-size: 52px;
    font-weight: 300;
}

@media (max-width: 992px) {
    .service-title h2 {
        font-size: 38px;
    }
}

@media (max-width: 576px) {
    .service-title h2 {
        font-size: 30px;
    }
}

.service-title h2 span {
    border-bottom: 3px solid #ffffff;
}

.service {
    position: relative;
}

.service .container {
    pointer-events: none;
}

.service img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.service-link {
    margin: 50px 0 50px 50px;
}

@media (max-width: 768px) {
    .service-link {
        margin-left: 0;
    }
}

.service-link h3 span {
    color: #ba914d;
    border-bottom: 3px solid #ba914d;
}

.service-link ul {
    margin: 40px 0 0;
    padding: 0;
}

.service-link ul li {
    list-style: none;
}

.service-link ul li i {
    color: #ba914d;
    padding-right: 12px;
}

.service-link ul li a {
    color: #8b9aab;
    line-height: 2.6;
    pointer-events: all;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.service-link ul li a:hover {
    padding-left: 10px;
    text-decoration: none;
}

.service-link1 {
    margin-left: 0;
}

.img-objectfit {
    width: 50%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 768px) {
    .img-objectfit {
        width: 100%;
        position: inherit;
    }
}

.img-objectfit_1 {
    width: 50%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 768px) {
    .img-objectfit_1 {
        width: 100%;
        position: inherit;
    }
}

/* ==============================================================
   BOOKING
   ============================================================== */

.booking {
    background: #f6fbfc;
    border-top: 2px solid #d0f0f4;
}

.booking h6 {
    width: 55%;
}

@media (max-width: 992px) {
    .booking h6 {
        width: 80%;
    }
}

@media (max-width: 768px) {
    .booking h6 {
        width: 100%;
    }
}

/* ==============================================================
   FOOTER
   ============================================================== */

footer {
    background: #ba914d;
    padding: 50px 0;
}

@media (max-width: 768px) {
    .foot-box {
        margin: 0 0 36px;
    }
}

.foot-box h6 {
    color: #ffffff;
    margin-bottom: 22px;
}

.foot-box ul {
    margin: 0;
    padding: 0;
}

.foot-box ul li {
    list-style: none;
    color: #ffffff;
    line-height: 2;
}

.foot-box ul li a {
    color: #ffffff;
    line-height: 2;
}

.subscribe h6 {
    color: #ffffff;
    margin-bottom: 22px;
}

.social-icons {
    margin: 30px 0 0;
}

.social-icons a {
    width: 43px;
    height: 43px;
    background: #30abba;
    color: #98d5dd;
    border-radius: 50%;
    display: inline-block;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    opacity: 1;
}

.social-icons a i {
    text-align: center;
    display: block;
    padding: 13px 0;
}

.social-icons a:hover {
    text-decoration: none;
    opacity: 0.6;
}

.subscribe-form {
    padding: 17px 14px;
    border-radius: 2px;
    border: 2px solid #168d9b;
}

.subscribe-form::-webkit-input-placeholder {
    /* Chrome */
    color: #ba914d;
}

.form-inline .input-group {
    width: 100%;
}

.subscribe-btn {
    background: #168d9b;
    color: #ffffff;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    cursor: pointer;
}

.subscribe-btn:hover {
    background: #1eacbd;
}

.subscribe-btn span {
    font-size: 65px;
    line-height: 0.7;
}

@media (max-width: 992px) {
    .subscribe-btn span {
        font-size: 25px;
    }
}

.copyright {
    text-align: center;
    margin: 24px 0 0;
}

.copyright a {
    color: #ffffff;
    margin: 20px;
}

/* ==============================================================
   HEDER STYLE TWO
   ============================================================== */

.header-style2 {
    padding: 12px 0;
    background: #ffffff;
    border-bottom: 1px solid #efefef;
}

.header-style2 img {
    margin: 8px 0 0;
}

@media (max-width: 320px) {
    .header-style2 img {
        display: block;
    }
}

.header-style2 span {
    font-weight: 700;
    float: right;
    font-size: 28px;
}

@media (max-width: 480px) {
    .header-style2 span {
        font-size: 19px;
        margin: 6px 0 0;
    }
}

@media (max-width: 320px) {
    .header-style2 span {
        float: left;
    }
}

.landing-2 {
    background: url(../images/landing-img2.jpg) no-repeat;
    background-size: cover;
}

.landing-2 .slider-content h1 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 64px;
}

@media (max-width: 992px) {
    .landing-2 .slider-content h1 {
        font-size: 50px;
    }
}

@media (max-width: 576px) {
    .landing-2 .slider-content h1 {
        font-size: 40px;
    }
}

.landing-2 .slider-content h1 span {
    position: relative;
    padding: 0 0 12px;
}

.landing-2 .slider-content h1 span:after {
    position: absolute;
    content: "";
    background: url(../images/highlight.png) no-repeat;
    bottom: 0;
    left: 0;
    height: 26px;
    width: 100%;
}

@media (max-width: 480px) {
    .landing-2 .slider-content h1 span:after {
        display: none;
    }
}

.landing-2 .slider-content h3 {
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    display: inline-block;
}

.landing-2 .slider-content h3:before {
    position: absolute;
    content: "";
    border-top: 2px solid #ccc;
    border-bottom: 2px solid #ccc;
    width: 120px;
    height: 8px;
    left: -136px;
    top: 50%;
}

@media (max-width: 768px) {
    .landing-2 .slider-content h3:before {
        display: none;
    }
}

.landing-2 .slider-content h3:after {
    position: absolute;
    content: "";
    border-top: 2px solid #ccc;
    border-bottom: 2px solid #ccc;
    width: 120px;
    height: 8px;
    right: -136px;
    top: 50%;
}

@media (max-width: 768px) {
    .landing-2 .slider-content h3:after {
        display: none;
    }
}

.landing-2 .slider-content h2 {
    color: #ffffff;
    font-weight: 700;
    font-size: 100px;
    margin: 60px 0;
}

@media (max-width: 576px) {
    .landing-2 .slider-content h2 {
        font-size: 70px;
        margin: 20px 0;
    }
}

.landing-2 .slider-content h2 .oldprice {
    font-size: 35px;
    position: relative;
    vertical-align: middle;
}

@media (max-width: 480px) {
    .landing-2 .slider-content h2 .oldprice {
        display: block;
    }
}

.landing-2 .slider-content h2 .oldprice:after {
    position: absolute;
    content: "";
    background: url(../images/close.png) no-repeat;
    width: 125px;
    height: 40px;
    left: 50%;
    margin-left: -50px;
    top: 7px;
}

.landing-2 .slider-content h2 small {
    font-size: 60px;
    vertical-align: top;
    line-height: 1.6;
}

.landing-2 .slider-content h2 .only {
    display: inline-block;
    color: #ffffff;
    margin: 0;
    font-weight: 400;
    font-size: 30px;
    bottom: 5px;
}

.landing-2 .slider-content a {
    font-size: 28px;
    font-weight: bold;
    padding: 17px 28px;
    background: #2cce74;
    border: none;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

@media (max-width: 576px) {
    .landing-2 .slider-content a {
        font-size: 18px;
        padding: 17px 16px;
    }
}

.landing-2 .slider-content a:hover {
    background: #35e181;
}

.landing-2 .slider-content a:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.landing-2 .slider-content a span {
    font-size: 48px;
    vertical-align: top;
    line-height: 0.8;
}

@media (max-width: 576px) {
    .landing-2 .slider-content a span {
        font-size: 28px;
    }
}

.landing-2 .slider-content:focus {
    border: none;
}

/* ==============================================================
   HOWIT WORK2
   ============================================================== */

.howit-work2 h2 {
    font-weight: 700;
}

.howit-work2 h2 span {
    color: #1075e7;
    border: none;
}

.howit-work2 h6 {
    color: #7e8388;
    font-weight: 100;
}

.howit-block {
    border-bottom: 1px solid #f1f1f1;
    padding: 0 0 70px;
    margin: 0 0 70px;
}

.howit-block .howit-wrap span {
    color: #71bf44;
}

.howit-block .howit-wrap h4 {
    font-weight: 700;
}

.howit-block .howit-wrap p {
    color: #7e8388;
    font-weight: 100;
}

.why-choose h2 {
    font-size: 40px;
    margin: 0 0 26px;
}

.why-choose p {
    font-size: 19px;
    text-align: center;
    line-height: 1.6;
    color: #7e8388;
    font-weight: 100;
}

.why-choose-list {
    padding: 0;
    margin: 28px 0 0;
}

@media (max-width: 768px) {
    .why-choose-list {
        margin: 0;
    }
}

.why-choose-list li {
    list-style: none;
    margin: 0 0 12px;
}

.why-choose-list li a i {
    color: #71bf44;
    border: 1px solid #71bf44;
    border-radius: 50%;
    padding: 10px;
    float: left;
}

.why-choose-list li p {
    margin-left: 55px;
    line-height: 2;
    color: #7e8388;
    font-size: 18px;
    font-weight: 100;
    text-decoration: none;
}

/* ==============================================================
   TESTIMONIAL
   ============================================================== */

.testimonial {
    background: #fafafa;
}

.testimonial h3 {
    text-align: center;
    font-weight: 700;
    position: relative;
}

.testimonial h3:after {
    position: absolute;
    content: "";
    width: 60px;
    height: 6px;
    background: #71bf44;
    left: 50%;
    bottom: -17px;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
}

.review {
    position: relative;
    background: #ffffff;
    padding: 24px 0;
}

.review i {
    float: left;
    color: #ffffff;
    background: #bbbbbb;
    padding: 12px;
    font-size: 22px;
}

.review p {
    padding: 0 28px 0 77px;
    font-size: 18px;
    color: #7e8388;
    line-height: 1.7;
    font-weight: 100;
    font-style: italic;
}

.review:after {
    position: absolute;
    content: "";
    left: 35px;
    width: 0;
    bottom: -30px;
    height: 0;
    border-style: solid;
    border-width: 22px 20px 9px 0px;
    border-color: #fff transparent transparent transparent;
}

.reviewer-name {
    margin: 30px 0 0;
}

@media (max-width: 768px) {
    .reviewer-name {
        margin: 18px 0 22px;
    }
}

.reviewer-name p {
    color: #3f4b5e;
    font-weight: 700;
    margin: 0;
}

.reviewer-name p span {
    font-weight: 100;
}

.reviewer-name i {
    font-size: 12px;
    color: #f7c51e;
}

.speciality h2 {
    font-weight: 700;
}

.speciality h6 {
    color: #7e8388;
    width: 55%;
}

@media (max-width: 568px) {
    .speciality h6 {
        width: 100%;
    }
}

/* ==============================================================
   SPECIALITY
   ============================================================== */

.speciality-img {
    position: realative;
}

.speciality-description {
    position: relative;
    margin: -82px auto 0 auto;
    display: block;
    width: 76%;
    background: #ffffff;
    padding: 20px 12px;
}

@media (max-width: 992px) {
    .speciality-description {
        width: 90%;
    }
}

.speciality-description h5 {
    text-align: center;
    color: #0f91ff;
    font-weight: 700;
    margin-bottom: 26px;
}

.speciality-description ul {
    margin: 0;
    padding: 0;
}

.speciality-description ul li {
    list-style: none;
    margin: 0 0 16px;
}

.speciality-description ul li span {
    color: #71bf44;
    font-size: 40px;
    vertical-align: top;
    line-height: 0.6;
    float: left;
}

.speciality-description ul li p {
    color: #7e8388;
    font-size: 17px;
    margin: 0 0 0 40px;
}

/* ==============================================================
   GUESTS
   ============================================================== */

.guests {
    background: #fafafa;
}

.guests h2 {
    font-weight: 700;
    font-size: 41px;
}

@media (max-width: 768px) {
    .guests h2 {
        font-size: 32px;
    }
}

.guests h6 {
    width: 55%;
    color: #7e8388;
}

@media (max-width: 768px) {
    .guests h6 {
        width: 70%;
    }
}

@media (max-width: 576px) {
    .guests h6 {
        width: 100%;
    }
}

/* ==============================================================
   FOOTER STYLE TWO
   ============================================================== */

.footer-style2 {
    text-align: center;
    padding: 50px 0;
}

.footer-style2 p {
    font-size: 13px;
    font-weight: 100;
    text-align: center;
    width: 55%;
    color: #7e8388;
    margin: 0 auto;
    line-height: 1.8;
}

@media (max-width: 768px) {
    .footer-style2 p {
        width: 70%;
    }
}

@media (max-width: 576px) {
    .footer-style2 p {
        width: 100%;
    }
}

.copyright {
    font-size: 16px;
    text-align: center;
    color: #7e8388;
    display: block;
}

.private {
    color: #f1f1f1;
    margin: 8px 0 0;
}

.private a {
    color: #71bf44;
    text-decoration: none;
    opacity: 1;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.private a:hover {
    opacity: 0.6;
}

/* ==============================================================
   BOOKING SECTION
   ============================================================== */

.booking-details {
    background: #f7fbfc;
}

.booking-details h2 {
    font-size: 40px;
    font-weight: 700;
    margin: 0;
}

.booking-details h6 {
    margin: 10px auto 0;
}

.set-sm-fit {
    width: 100%;
}

@media (max-width: 992px) {
    .set-sm-fit {
        max-width: 100%;
        -webkit-box-flex: 100%;
        -ms-flex: 100%;
        flex: 100%;
    }
}

.preference-title {
    background: #ba914d;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.preference-title h4 {
    color: #ffffff;
    padding: 28px 40px;
    font-weight: 700;
    margin: 0;
}

@media (max-width: 1200px) {
    .preference-title h4 {
        font-size: 22px;
    }
}

.preferences {
    background: #ffffff;
    padding: 28px 40px;
}

.preference-radio p {
    font-size: 19px;
}

@media (max-width: 992px) {
    .sm-box {
        width: 50%;
        max-width: 50% !important;
        -webkit-box-flex: 50% !important;
        -ms-flex: 50% !important;
        flex: 50% !important;
        margin: 0 0 17px;
    }
}

.sm-box:last-child {
    margin-bottom: 0;
}

@media (max-width: 576px) {
    .sm-box {
        width: 100%;
        max-width: 100% !important;
        -webkit-box-flex: 100% !important;
        -ms-flex: 100% !important;
        flex: 100% !important;
        margin: 0;
    }
}

.styled-radio input[type=radio] {
    position: absolute;
    visibility: hidden;
    display: none;
}

.styled-radio input[type=checkbox] {
    position: absolute;
    visibility: hidden;
    display: none;
}

.styled-radio label {
    color: #3f4b5e;
    display: inline-block;
    cursor: pointer;
    font-weight: bold;
    padding: 20px 20px;
    width: 100%;
    border: 2px solid #e2e6e7;
    border-radius: 8px;
    text-align: center;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.styled-radio label:hover {
    border-color: #ba914d;
    color: #ba914d;
}

.styled-radio input[type=radio]:checked+label {
    color: #ba914d;
    border: 2px solid #ba914d !important;
}

.styled-radio input[type=radio]:checked~span {
    display: none;
}

.styled-radio label+input[type=radio]+label {
    border-left: solid 3px #675f6b;
}


.styled-radio input[type=checkbox]:checked+label {
    color: #ba914d;
    border: 2px solid #ba914d !important;
}

.styled-radio input[type=checkbox]:checked~span {
    display: none;
}

.styled-radio label+input[type=checkbox]+label {
    border-left: solid 3px #675f6b;
}

.styled-radio .radio-group {
    border: solid 3px #675f6b;
    display: inline-block;
    margin: 20px;
    border-radius: 10px;
    overflow: hidden;
}

.radio-disable label {
    color: #e2e6e7;
}

.radio-disable label:hover {
    border-color: #e2e6e7;
    color: #e2e6e7;
    cursor: no-drop;
}

.styled-radio2 {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

.styled-radio2 label {
    padding: 15px 10px;
    font-size: 15px;
    overflow: hidden;
}

.styled-radio2 label:hover+span {
    opacity: 0;
}

.styled-radio2 span {
    position: absolute;
    top: -19px;
    right: -20px;
    font-size: 9px;
    color: #ffffff;
    border-top-right-radius: 8px;
    padding: 4px;
    background: #ffc05e;
    width: 44px;
    height: 40px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.styled-radio2 span i {
    position: absolute;
    top: 27px;
    right: 17px;
}

.radio-offer {
    border: 2px solid #ffc05e !important;
}

.radio-offer:hover,
.radio-offer:active {
    border: 2px solid #ba914d !important;
}

.preference-about_home {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 10px 0;
    display: inline-block;
    width: 100%;
}

p {
    margin-bottom: 0px !important;
}

.preference-about_home h4 {
    font-weight: 600;
    margin: 0;
    display: inline-block;
    line-height: 1.7;
}

.payment-icon {
    float: right;
    border: 1px solid #71bf44;
    padding: 3px 16px;
    border-radius: 5px;
}

@media (max-width: 576px) {
    .payment-icon {
        float: none;
        margin: 10px 0 0;
    }
}

.payment-icon i {
    color: #71bf44;
    font-size: 26px;
    vertical-align: top;
    line-height: 1.3;
}

.payment-icon p {
    display: inline-block;
    margin: 0 0 0 6px;
    color: #71bf44;
    font-size: 10px;
}

.date input {
    border: 2px solid #e2e6e9;
}

.preference-icon {
    text-align: center;
    border: 2px solid #e2e6e9;
    padding: 18px;
    margin: 30px 0 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.preference-icon img {
    width: 100px;
}

.preference-icon p {
    margin: 6px 0 0;
    font-weight: bold;
}

.optional-fade {
    color: #d4d4d4;
}

.optinal-textarea {
    border: 2px solid #d4d4d4;
    width: 100%;
    border-radius: 5px;
    height: 100px;
}

.houres .counter {
    border-top: 2px solid #e2e6e9;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.houres p {
    font-size: 12px;
    font-weight: 100;
    margin: 12px 0 0;
    display: inline-block;
}

.topics {
    padding: 0;
}

.topics li {
    list-style: none;
    text-align: center;
    padding: 0 8px 12px 0;
    width: 25%;
}

@media (max-width: 767px) {
    .topics li {
        width: 50%;
    }

    .topics li:nth-child(2n) {
        padding-right: 0;
    }
}

.topics li:hover,
.topics li:active,
.topics li:focus {
    border-color: #ba914d;
}

.topics li:last-child {
    padding-right: 0;
}

@media (max-width: 576px) {
    .topics li {
        width: 100%;
        padding-right: 0;
    }
}

.topics li label {
    padding: 10px 0;
    border: 2px solid #e2e6e8;
    border-radius: 5px;
    font-size: 14px;
    text-transform: none;
    letter-spacing: 0;
    margin: 0;
    color: #999;
    top: 50%;
    position: relative;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    display: block;
}

.topics li label img {
    width: 70px;
    display: block;
    margin: 0 auto;
}

.topics li label:hover {
    border-color: #ba914d;
    cursor: pointer;
}

.checked-svg {
    margin: 0 auto;
    display: block;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    min-height: 75px;
}

.topics input[type="checkbox"] {
    display: none;
}

.topics input[type="checkbox"]:checked+label {
    border-color: #ba914d;
    color: #ba914d;
}

.topics input[type="checkbox"]:checked+label .checked-svg path {
    fill: #ba914d;
}

.topics input[type="checkbox"]:checked+label:hover,
.topics input[type="checkbox"]:checked+label:active {
    background-color: #fff;
    border-color: #ba914d;
}

.card-details {
    margin: 0 0 10px;
}

.card-number {
    border: 2px solid #e2e6e7;
    padding: 10px;
    width: 100%;
    border-radius: 5px;
}

.card-number::-webkit-input-placeholder {
    color: #d4d9e0;
}

.card-number:-ms-input-placeholder {
    color: #d4d9e0;
}

.card-number::placeholder {
    color: #d4d9e0;
}

.card-num {
    position: relative;
}

.visa-img {
    position: absolute;
    top: 34%;
    right: 8%;
}

.terms-reminder label {
    color: #ccc span a;
    color-color: #ba914d;
}

.complete-booking {
    background: #ba914d;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    padding: 17px;
    text-align: center;
    display: block;
    color: #ffffff;
    font-size: 26px;
    font-weight: 600;
    margin: 0;
    -webkit-appearance: none !important;
    border: none;
}

.complete-booking:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}

.complete-booking:hover {
    color: #fff;
    text-decoration: none;
    background: #ba914d;
}

.complete-booking span {
    margin-right: 10px;
}

@media (max-width: 480px) {
    .complete-booking {
        font-size: 18px;
    }
}

.fesilities {
    background: #ffffff;
    padding: 11px 34px 0;
}

.fesilities ul {
    padding: 0;
    margin: 0;
}

.fesilities ul li {
    list-style: none;
    color: #bbbebd;
    margin: 25px 0;
    width: 100%;
}

.fesilities ul li i {
    font-size: 24px;
    float: left;
}

.fesilities ul li p {
    margin: 0 0 0 36px;
}

.fesilities h4 {
    font-weight: 700;
    border-top: 1px solid #e2e6e7;
    padding: 24px 0;
    margin: 0;
}

.fesilities h4 span {
    color: #ba914d;
    font-size: 36px;
    float: right;
    line-height: 0.6;
}

/*# sourceMappingURL=style.css.map */