body{
    font-family: 'Work Sans', sans-serif;
}


@font-face {
    font-family: KairosSans;
    src: url(../../fonts/frontend/diamond_dust.ttf);
  }
.header{
    text-align: right;
}

#header {
    width: 100%;
    margin: 0px;
    padding: 20px 0px 0px;
    position: relative;
}

#header .container{
    min-height: 120px;
}

.top-bar {
    float: left;
    clear: both;
    width: 100%;
    margin: -20px 0px 20px;
    padding: 10px 0px;
    border-bottom: 1px solid #e6e5d9;
    background: #fcfcf7;
}

.top-bar ul {
    float: left;
    margin: 0px;
    padding: 0px;
    color: #a5a38c;
    line-height: normal;
}
.top-bar ul.contact-details {
    list-style: none;
}
.top-bar ul.contact-details li {
    border-right: 1px solid #a5a38c;
    padding: 0px 10px 0px 0px;
    margin: 0px 10px 0px 0px;
}
.top-bar ul.contact-details li:last-child {
    padding: 0px;
    margin: 0px;
    border: none;
}
.top-bar ul li span {
    margin-right: 5px;
}
.top-bar ul.cart-details {
    float: right;
    color: #685e58;
}
.top-bar ul.cart-details li:first-child {
    padding: 0px;
    margin: 0px;
    border: none;
}
.top-bar ul li {
    display: inline;
    margin: 0px;
    padding: 0px;
}
.top-bar ul li span {
    margin-right: 5px;
}

#logo {
    float: left;
    display: inline;
    padding: 0px;
    width: auto;
    width: 100%;
    margin: 0px;
    text-align: center;
}
#logo a {
    width: 100%;
    display: block;
}
#logo a img {
    max-width: 100%;
}


#menu{
    background: #e6e5d9 !important;
    height: 60px;
}

#menu ul.navbar-nav > li {
    margin: 0px;
    padding: 0px;
    margin: 0px;
    display: inline-block;
    position: relative;
}
#menu ul.navbar-nav > li > a {
    display: inline-block;
    padding: 0px 25px;
    margin: 0px;
    font-size: 16px;
    font-weight: bold;
    line-height: 60px;
    /* color: #685e58; */
    color: #49876D;
    text-transform: uppercase;
    text-decoration: none;
}
#menu ul.navbar-nav > li > a:hover {
    cursor: pointer;
}

.book-now {
    background: #49876D;
    color: #fff !important;
    margin: 5px !important;
    height: 50px;
    line-height: 50px !important;
}

a, h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, .dt-sc-testimonial cite, .carousel-arrows a:hover, #footer .widget h3.widgettitle, #footer .widget.widget_text ul li a:hover, #footer .dt-sc-social-icons li a:hover, .entry-meta .comments a:hover, .entry-details .entry-metadata p a:hover, .dt-sc-ico-content.type2 h2 a, .dt-sc-callout-box.type6 h4, .dt-sc-callout-box.type7 h4, .dt-gallery:hover .dt-gallery-details h5 a, .widget .recent-posts-widget ul li .entry-details >  a:hover, .widget ul li a:hover, .widget.tweetbox ul li a, .widget .recent-posts-widget ul li h4 a:hover, ul.commentlist li .author-name .reply a, ul.dt-sc-tabs-frame > li > a > span, ul.dt-sc-tabs-frame > li > a:hover, .dt-sc-gift-card:hover .price, .dt-sc-gift-card.selected .price, .dt-sc-gift-card-section h6 span, .dt-sc-ico-content.type3 h2 a, ul.dt-sc-fancy-list li a:hover, ul.dt-sc-fancy-list.procedures li.selected a, .dt-sc-callout-box h4, ul.dt-sc-tabs-vertical-frame > li > a > span, .widget .recent-posts-widget ul li .entry-details .entry-metadata p a:hover span, .widget.widget_rss h3.widgettitle a, ul.cart-details li a:hover, .menu-item-widget-area-container .widget h3.widgettitle, .menu-item-widget-area-container .widget h3.widgettitle a, #main-menu ul.menu li .menu-item-widget-area-container ul.menu li a:hover, .dt-sc-reservation .title h6 span, .dt-sc-reservation h6.staff-name {
    color: #d77d31;
}


section{
    padding: 80px 0;
}

.container{
    position: relative;
}
.illutration{
    position: absolute;
    width: 180px;
    z-index: 120;
}

.right-bottom{
    right: -50px;
    bottom: -120px;
}
.illutration.outline.right-bottom{
    right: -50px;
    bottom: -140px;
}

.bottom-left{
    width: 120px;
    left: -50px;
    bottom: -60px;
}
.illutration.outline.bottom-left{
    width: 120px;
    left: 10px;
    bottom: -60px;
}



.top-right{
    right: -50px;
    top: 10px;
}
.illutration.outline.top-right{
    right: -50px;
    top: 40px;
}


.section-title {
    margin-bottom: 10px;
    margin-top: 0;
    padding-bottom: 15px;
    font-size: 48px;
    font-weight: 500;
    /* color: #76c08a; */
    color: #49876D;
    text-align: center;
    line-height: 1.3;
    z-index: 4;
    position: relative;
    letter-spacing: 1px;
    font-family: KairosSans;
}
.section-title span {
    display: block;
    position: relative;
    /* font-family: 'Bilbo Swash Caps', cursive; */
    font-family: 'Work Sans', sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #c7d5d3;
    margin-top: 5px;
}
.bottom-line.section-title span:before, .bottom-line.section-title span:after {
    content: ' ';
    display: inline-block;
    vertical-align: middle;
    top: 50%;
    width: 10px;
    height: 1px;
    background: #c7d5d3;
}
.bottom-line.section-title span:before{
    margin-right: 10px;
}
.bottom-line.long.section-title span:before, .bottom-line.long.section-title span:after {
    width: 100px;
}
.bottom-line.section-title span:after {
    margin-left: 10px;
}

.page-section.alt-color, .small-section.alt-color {
    background-color: #f0f7f2;
}
.features-center {
    text-align: center;
    margin: 40px 20px;
}
.features-icon {
    -webkit-box-shadow: 0 0 0 2px #fff inset, 0 0 0 5px #76c08a;
    -moz-box-shadow: 0 0 0 2px #fff inset, 0 0 0 5px #76c08a;
    box-shadow: 0 0 0 2px #fff inset, 0 0 0 5px #76c08a;
}

.dots-alt .owl-page.active span, .pricing-price, .widget-banner h4 span:before, .widget-banner h4 span:after, .preloader-wave:before, .preloader-wave:after, ins.ins-2, .circle-letter-2, .inner-nav ul li .submenu li a:before, .features-icon, .features-title:before, .dots-alt .owl-page span, .single-price .old-price:before, .login-enter a:before, .code-enter a:before, .footer-tweets-item .line, .accordion > dt > a.active, .accordion > dt > a > i:before, .accordion > dt > a > i:after, .accordion > dd:before, .toggle > dt > a.active, .toggle > dd:before, .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover, .nav-tabs>li>a:hover, .alt-3 .gift-inside-2, .alt-3 .gift-inside-2-white, .widget-post .author:before, .widget-twitter .tweet_time:before, .widget-tag a:before, .price_slider .ui-slider-range, .ui-datepicker-current-day, .widget-navigation>ul>li>ul>li>ul>li>a:before, .info-boxes.confirmation-message, .info-boxes.confirmation-message.alt .info-box-icon {
    background-color: #76c08a;
}
.features-icon {
    width: 110px;
    height: 110px;
    line-height: 110px;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    margin: 0 auto 20px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}
.features-title {
    position: relative;
    font-family: 'Bilbo Swash Caps';
}
.features-title:before {
    content: ' ';
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -12px;
    z-index: 1;
    width: 24px;
    height: 2px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}
.features-center h3{
    color: #76c08a;
    font-size: 2rem;
    line-height: 1.6;
}

.features-icon i {
    font-size: 60px;
    color: #ffffff;
    transition: all 0.3s ease-out;
    line-height: 108px;
}

.about p{
    text-align: justify;
}
.about-img-cont{
    margin: 0 60px;
}
.about-img{
    border-radius: 20px;
}

.new-section{
    background-color: #F7F7F7;
}
.new-section .section-title{
    text-align: left;
}
.new-section .stones{
    max-width: 350px;
}
.our-story{
    padding: 0;
    background-image: url(../../images/frontend/our_story.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.background-overlay{
    background-color: #CCD5AE;
    opacity: 0.5;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

.our-story .our-story-content{
    background-color: #FFFFFFEB;
    padding: 100px;

    
}

.our-story .our-story-content .section-title, .our-story .our-story-content .section-title span{
    color: #444;
}


.our-story .our-story-content .section-title span:before, .our-story .our-story-content .section-title span:after{
    background: #444;
}

.our-story .our-story-content p{
    text-align: justify;
}



/* .services{
   
    background-image: url(../../images/frontend/services-bg.jpg);
} */

.services ul li p{
    padding-right: 100px;
    text-align: justify;
}

.menu-box ul{
    list-style: none;
    padding-left: 0;
}
.menu-box ul li {
    border-bottom: 1px solid #C9C9C9;
}
.menu-box ul li.service-heading{
    border-bottom: none;
}
.menu-box ul li.service-heading h1{
    font-family: 'Bilbo Swash Caps', cursive;
    font-size: 50px;
    color: #49876D;
    font-weight: 500;
    margin-top: 40px;
}
.menu-box ul li .item .item-title {
    position: relative;
    margin-top: 1rem;
}
.menu-box ul li .item .item-title h4 {
    display: inline-block;
    position: relative;
    z-index: 99;
    background: #fff;
}
.menu-box ul li .item .item-title span {
    float: right;
    color: #49876D;
    font-size: 22px;
    margin-top: 5px;
}

/* .menu-box ul li .item .item-title .border-bottom {
    position: absolute;
    top: 0;
    width: 100%;
    height: 1px;
    border: 1px dotted #C9C9C9;
    margin-top: 20px;
} */


/* .menu-box {
    border: 2px solid #49876D;
    padding: 30px 40px 40px 30px;
    border-radius: 12px;
    position: relative;
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.35) !important;
    background-color: #f0f7f2;
}
.menu-box .packages li {
    padding: 8px 8px 8px 20px;
    background: transparent;
    border: none;
    font-family: 'Bilbo Swash Caps', cursive;
}
.menu-box .service-heading {
    font-family: 'Bilbo Swash Caps', cursive;
    font-size: 32px;
    margin-left: 20px;
    color: #49876D;
    font-weight: 500;
}
.float-right {
    float: right!important;
} */


.testimonials{
    background-image: url(../../images/frontend/testimonial-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.testimonials span {
    color: #444;
}
.testimonials .bottom-line.section-title span:before, .testimonials .bottom-line.section-title span:after {
    background: #444;
}

.single-testimonial {
    background-color: #fff;
    box-shadow: 0 1px 3px rgb(0 0 0 / 9%);
    max-width: 950px;
    margin: auto;
    padding: 80px 40px 40px 40px ;
    background: rgba(255, 255, 255, .5)
}

.single-testimonial:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    content: "\f10d";
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    top: 30px;
    font-size: 32px;
    color: #49876D;
}

.single-testimonial .content {
    display: flex;
    margin: 30px auto 0;
}

.owl-item .single-testimonial img {
    border: 2px solid #ffffff;
    border-radius: 50%;
    width: auto;
    width: 80px;
    margin: 20px auto;
}
.single-testimonial .content > p {
    font-style: italic;
    margin-bottom: 0;
}
.single-testimonial .name-info {
    color: #000;
    margin-bottom: 0;
    text-transform: uppercase;
    display: flex;
    justify-content: space-between;
    padding-left: 100px;
}
.star-rating{
    text-align: center;
}
.star-rating i {
    color: #9e9e9e;
}
.star-rating i.selected {
    color: #FFB400;
}

.single-testimonial  .name {
    color: #6c757d;
    line-height: 20px;
    text-align: center;
    margin-top: 15px;
    font-weight: 600;
}



.btn-custom{
    display: inline-block;
    line-height: 1;
    font-size: 18px;
    padding: 12px 24px;
    border-radius: 3px;
    text-align: center;
    transition: all .3s;
  
    font-weight: 500;
    color: #49876D;
    background-color: transparent;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #49876D;
    border-radius: 0px 0px 0px 0px;
    padding: 15px 35px 15px 35px;
}

.btn-custom:hover{
    color: #fff;
    background-color: #49876D;
    border-color: #49876D;
}





#footer {
    float: left;
    width: 100%;
    margin: 0px;
    padding: 40px 0 0 0;
    position: relative;
    font-size: 13px;
}

.footer-widgets-wrapper {
    background: #ffffff;
    padding: 0;
    float: left;
    clear: both;
    margin: 0px;
    width: 100%;
    position: relative;
    z-index: 1;
}

.column.first {
    margin-left: 0px;
}
.dt-sc-one-fourth {
    width: 23.5%;
}
.column {
    margin: 0px 0px 0px 2%;
    float: left;
    min-height: 1px;
    position: relative;
}
.widget {
    float: left;
    width: 100%;
    padding: 0px 0px 50px;
    margin: 0px;
}
#footer .widget h3.widgettitle {
    font-size: 18px;
    text-transform: none;
    margin-bottom: 20px;
}
.widget ul {
    float: left;
    width: 100%;
    margin: 0px;
    padding: 0px;
    list-style: none;
}
#footer .widget.widget_text ul li, #footer .widget.widget_nav_menu ul li {
    float: left;
    clear: both;
    padding: 0px;
    line-height: 30px;
    border: none;
}
#footer .widget.widget_text ul li a, #footer .widget.widget_nav_menu ul li a {
    font-size: 13px;
    text-decoration: none;
}
#footer .widget.widget_text ul li a:hover, #footer .widget.widget_nav_menu ul li a:hover {
    cursor: pointer;
}
#footer .widget .dt-sc-social-icons {
    float: left;
    clear: both;
    width: 100%;
    padding: 0px;
    margin: 0px;
}
#footer .widget.widget_text ul.dt-sc-social-icons li {
    display: block;
    float: left;
    margin: 0px;
    padding: 10px 0px;
    text-align: left;
}
#footer .widget .dt-sc-social-icons li i {
    font-size: 18px;
    margin-right: 10px;
    width: 20px;
    position: relative;
    top: 1px;
}
.widget ul li a {
    color: #37251b;
    display: block;
}


.booking-cont {
    background: #ffffff;
    padding: 40px 100px;
}

.booking-time-cont .booking-btn:hover:enabled, .booking-time-cont .booking-btn.active{
    background: #49876D;
    color: #ffffff;
}
.booking-time-cont .booking-btn{
    text-transform: uppercase;
    border-radius: 0;
    background: #F0F0F0;
    min-width: 100px;
    margin-right: 0.25rem!important;
}


.form-check > label > strong{
    min-width: 70px;
    display: inline-block;
}

.women-only{
    background-color: #f8f8f8;
    padding: 10px 20px;
}

.navbar-toggler:focus{
    box-shadow: none;
}

.working-hours h5{
    font-size: 1rem;
    line-height: 1.4;
}

.brown-text{
    color: #d77d31
}

.contact{
    background-color: #f0f7f2;
}


input[type="text"].form-control{
    border-radius: 0;
    height: 48px;
}

textarea.form-control {
    border-radius: 0;
}

.error{
    border-color: red;
}

.about-text p {
    font-style: italic;
    font-weight: 600;    
}

.about-text p.normal {
    font-style: inherit;
    font-weight: inherit;    
}

/* datepicker custom css starts */

.datepicker td, .datepicker th{
    height: 40px;
    width: 40px;
    /* padding: 15px; */
    padding: 15px 17px;
}
.datepicker table tr td.active, .datepicker table tr td.active:hover, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover{
    background-color: #49876D !important;
    background-image: none;
}

.datepicker  .table-condensed{
    margin: auto;
}

/* datepicker custom css ends */


/* select2 css customization starts */

.select2-container--default .select2-selection--single{
    /*border-radius: 5px;
    border: 1px solid #565959;*/
    height: 40px;
}
.error-group .select2-container--default .select2-selection--single{
    border: 1px solid #49876D !important;
}

.select2-container .select2-selection--single .select2-selection__rendered{
    padding-left: 20px;
    padding-right: 30px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 36px;
    color: inherit;
    font-family: inherit;
}

.select2-search__field{
    height: 40px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 40px;
    width: 30px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected]{
    background-color: #49876D;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered{
    padding: 0 10px;
}

/* select2 css customization ends */




/*responsive css starts*/

@media (min-width : 320px) and (max-width : 479px) {


    .illutration {
        display: none;
    }
    .about-img-cont{
        margin: 0 40px 10px;
    }
    .section-title{
        font-size: 36px;
    }

    .section-title span{
        font-size: 14px;
    }

    #booking-container{
        padding: 0;
    }

     .new-section .section-title{
        text-align: center;
     }

     .new-section{
        text-align: center;
     }
     .stones{
        margin-top: 40px;
     }

     .our-story .our-story-content{
        padding: 30px;
        max-width: 300px;
        text-align: center;
        margin: auto;
     }

     .menu-box ul li .item .item-title h4{
        font-size: 20px;
     }
     .menu-box ul li .item .item-title span {
        font-size: 20px;
    }
    .menu-box .item > p{
        font-size: 14px;
    }

    #menu {
        background: transparent !important;
    }

    #menu .navbar-collapse{
        z-index: 9;
    }
    #menu ul.navbar-nav{
        background: #ffffff;
    }
    #menu ul.navbar-nav > li > a {
        display: block;
    }

    .bottom-line.long.section-title span:before, .bottom-line.long.section-title span:after {
        width: 25px;
    }

}

@media (min-width : 480px) and (max-width : 568px){


}

/* Extra Small Devices, Phones */
@media (min-width : 569px) and (max-width : 767px){


}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) and (max-width : 991px){


    #booking-container{
        padding: 0;
    }
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) and (max-width : 1199px){

    #booking-container{
        padding: 20px 50px;
    }
    .camera_prev, .camera_next{
        opacity: 0.6 !important;
    }

}

@media only screen and (min-width : 1200px) and (max-width : 1400px){



}

@media only screen and (min-width : 1401px) and (max-width : 1599px){


}

@media only screen and (min-width : 1600px) and (max-width : 2048px){


}

@media only screen and (min-width : 2049px) {


}

@media only screen and (min-width : 800px){


}
/*responsive css ends*/