/*
    Theme Name: Delicious
    Theme URL: https://bootstrapmade.com/delicious-free-restaurant-bootstrap-theme/
    Author: BootstrapMade.com
    Author URL: https://bootstrapmade.com
*/
@import url('https://fonts.googleapis.com/css?family=Merienda:400,700&display=swap');

body {
    font-size: 15px;
    line-height: 1.52;
    color: #717f86;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    overflow-x: hidden;
    /*background: rgb(171,219,203);
background: -moz-linear-gradient(90deg, rgba(171,219,203,1) 0%, rgba(240,254,248,1) 48%, rgba(171,219,203,1) 100%);
background: -webkit-linear-gradient(90deg, rgba(171,219,203,1) 0%, rgba(240,254,248,1) 48%, rgba(171,219,203,1) 100%);
background: linear-gradient(90deg, rgba(171,219,203,1) 0%, rgba(240,254,248,1) 48%, rgba(171,219,203,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#abdbcb",endColorstr="#abdbcb",GradientType=1);*/
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
#banner{
    background: url(../img/banner-bg.jpg) no-repeat center top;
    background-size: cover;
    min-height: 630px;
}
.bg-color{
    background-color: RGBA(0, 0, 0, 0.61);
    min-height: 630px;
}
#banner h2{
    font-family: 'Merienda', cursive;
    font-size: 45px;
    color: white;
    text-align: center;
    line-height: normal;
}

#banner h2 span{
    font-weight: 700;
    font-size: 40px;
    color: #008013;
    display: block;
    text-shadow: 1px 2px 5px rgba(255,255,255,.8);
}

#banner p{
    font-family: 'PT Sans', sans-serif;
    color: #fcfcfc;
    font-size: 34px;
}
.section-padding{
    padding: 60px 0px;
}
.logo-name{
      font-family: 'Merienda', cursive;
/*    margin-top: 390px;
    margin-left: 0px;*/
    color: #ffffff;
    text-align: center;
    font-size: 60px;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4);
}
.col-md-8{
    padding-left:120px;
}
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #111;
    overflow-x: hidden;
    padding-top: 60px;
    transition: 0.5s;
}
.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s
}
.sidenav a:hover, .offcanvas a:focus{
    color: #f1f1f1;
}
.closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px !important;
    margin-left: 50px;
}
#main {
    transition: margin-left .5s;
    padding: 20px;
}
.menu-icon
{
    color: #fff;
    font-size: 30px;
    margin-top: 30px;
    cursor: pointer;
}

.header-h {
    color: green;
    font-size: 36px;
    font-family: 'Merienda', cursive;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
}
.header-p {
   /* color: #666;*/
    font-size: 16px;
    line-height: 26px;
}
.msg-row {
    margin-top: 56px;
}
.media-body, .media-left, .media-right {
    display: table-cell;
    vertical-align: top;
}
.bg-13 {background-color: #f04e4e;
    width: 70px;
    height: 70px;
    border-radius: 50%;
}
.contact-icon {
    color: #fff;
    position: absolute;
    left: 34px;
    font-size: 32px;
    margin-top: 18px;
}
.bg-1 {
    background-color: #fecc17;
    width: 70px;
    height: 70px;
    border-radius: 50%;
}
.bg-14 {
    background-color: #ccdb38;
    width: 70px;
    height: 70px;
    border-radius: 50%;
}
.dark-blue {
    color: #31364c;
    font-size: 24px;
    margin-top: 0;
}
.light-blue {
    color: #9699a6;
    font-size: 16px;
    margin-bottom: 1px;
}
.media-body {
    margin-left: 10px;
    padding-left: 13px;
}
.media-2 {
    margin-top: 30px;
}
.newinput .form-group {
    margin: 8px 0 9px !important;
    padding-bottom: 10px;
}
.contact-form .form-control {
    color: #000 !important;
    font-size: 16px;
    font-weight: normal;
    height: 38px;
    line-height: 1.42857;
    padding: 7px 0;
}
.form-control, .form-group .form-control {
    border: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#009688), to(#009688)), -webkit-gradient(linear, left top, left bottom, from(#D2D2D2), to(#D2D2D2));
    background-image: -webkit-linear-gradient(#009688, #009688), -webkit-linear-gradient(#D2D2D2, #D2D2D2);
    background-image: -o-linear-gradient(#009688, #009688), -o-linear-gradient(#D2D2D2, #D2D2D2);
    background-image: linear-gradient(#009688, #009688), linear-gradient(#D2D2D2, #D2D2D2);
    -webkit-background-size: 0 2px, 100% 1px;
    background-size: 0 2px, 100% 1px;
    background-repeat: no-repeat;
    background-position: center bottom, center -webkit-calc(100% - 1px);
    background-position: center bottom, center calc(100% - 1px);
    background-color: rgba(0, 0, 0, 0);
    -webkit-transition: background 0s ease-out;
    -o-transition: background 0s ease-out;
    transition: background 0s ease-out;
    float: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
}
.contact-form {
    margin: 8px 0 9px !important;
    padding-bottom: 10px;
}
.contact-form textarea.form-control {
    color: #000 !important;
    height: auto;
}
.contacts-btn {
    background-color:  green !important;
    color: #ffffff !important;
    width: 108px;
    height: 41px;
    border-radius: 3px;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    text-transform: capitalize;
    border: 0px;
    
}
.form-control{
width:60% !important;
}

.validation {
    color: red;
    
    margin: 0 0 20px;
    font-weight:400;
    font-size:13px;
}

#sendmessage {
    color: green;
    border:1px solid green;
    display:none;
    text-align:center;
    padding:15px;
    font-weight:600;
    margin-bottom:15px;
}

#errormessage {
    color: red;
    display:none;
    border:1px solid red;
    text-align:center;
    padding:15px;
    font-weight:600;
    margin-bottom:15px;
}

#sendmessage.show, #errormessage.show, .show {
    display:block;
}

.phone-in-talk, .hour-icon
{
    font-size: 35px;
    line-height: 70px;
    color: rgb(255, 255, 255);
}


.heading{
    font-family: 'Merienda', cursive;
    color: green;
    font-size: 24px;
}
.marb-35{
    margin-bottom: 35px;
}
.details-list{
    margin-top: 20px;
}
.details-list ul li i {
    margin-right: 10px;
    color: green;
}
#about img
{
    
    border-radius: 2px;
}
#event{
    background: url('../img/res02.jpg') no-repeat;
    background-size: cover;
}

.left-images{
    padding: 0px;
}
.details-text {
    border-right: 2px solid #841b2d;
}
.details-text {
    background-color: rgba(14, 4, 4, 0.70);
    border-right: 2px solid #A87F41;
    padding: 72px 20px 65px 30px;
    overflow: auto;
}
.content-holder h2 {
    color: green;
    font-size: 32px;
    padding-bottom: 15px;
    font-family: 'Merienda', cursive;
}
.content-holder address strong {
    color: green;
    padding: 10px 0px;
}
.details-text p {
    color: #E8E8E8;
    line-height: 26px;
    letter-spacing: 1px;
    font-weight: 300;
}
.btn-read-more {
    background: green;
    padding: 7px 19px;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    line-height: 17px;
    font-weight: 400;
    letter-spacing: 1px;
    border-radius: 3px;
    color: #000;
    text-transform: uppercase;
    margin-top: 10px;
}
.btn-read-more:hover
{
    color: #000;
}
#Container .mix{
    display: none;
}
.menu-restaurant{
    width: 33.3%;
    float: left;
    padding: 10px 20px;
    position: relative;
    text-align: center;
}
.menu-restaurant .menu-title {
    float: left;
    font-family: Montserrat,arial;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: green;
    font-weight:600;
}
.menu-restaurant .menu-line {
    position: absolute;
    bottom: 6px;
    border-bottom: 1px dotted rgba(0,0,0,.3);
    margin-left: .6rem;
    margin-right: .6rem;
}
.menu-restaurant .menu-price {
    font-weight: 600;
   
    right: 0;
    top: 0;
}
.menu-restaurant .menu-subtitle {
    display: block;
    float: left;
    color: #B1B1B1;
    font-family: Satisfy,'Open Sans',arial;
    font-size: 1.2rem;
}
.menu-restaurant span.clearfix {
    position: relative;
    display: block;
}

#menu-flters ul li a.active, #menu-flters ul li a:hover {
    background: green;
    color: #fff;
    border: 1px solid green;
}
#menu-flters ul li {
    display: inline-block;
    color: #fff;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin-bottom: 40px;
}
#menu-flters ul li a {
    padding: 10px 20px;
    font-size: 14px;
    color: #565656;
    border-radius: 0px;
    border: 1px solid #BBBBBB;
    text-decoration: none;
    cursor: pointer;
}

.footer {
    width: 100%;
    background-color: #222;
    position: relative;
    z-index: 1;
}
.footer a {
    color: #fff;
}

.footer .footer-top {
    padding-top: 6rem;
    padding-bottom: 5rem;
}
.footer .widget-title, .footer .widget-title a {
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 0.2rem;
    color: #999;
}
.footer .widget-title{
    padding-bottom: 20px;
    font-family: 'Merienda', cursive;
    font-size: 44px;
    color: green;
}
.footer .widget, .footer address {
    color: #999;
    text-transform: none;
    font-style: normal;
    padding-bottom: 15px;
}
.footer .navigation, .footer .social-list {
    float: none;
    margin-bottom: 20px;
}
.list-horizontal li {
    display: inline-block;
}
#contact{
    background-color: rgba(221, 221, 221, 0.33);
}
.footer .social-list a {
    font-size: 32px;
    font-weight: normal;
    color: #fff;
    text-transform: uppercase;
    margin: 0 5px;
}
@media (min-width: 768px) and (max-width: 980px) {
    .content-holder h2 {
        font-size: 23px;
    }
    .details-text p {
        line-height: 16.6px;
    }
}
@media (min-width: 451px) and (max-width: 767px) {
    .details-text {
        border:0px;
        border-bottom: 2px solid #A87F41;
    }
}
@media (min-width: 20px) and (max-width: 450px) {
    .menu-restaurant {
    width: 100%;
    }
    .about-info, .mr-15{
        margin-bottom: 15px;
    }
    #banner p{
        font-size: 25px;
    }
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}
.know{
    font-size:14px;
    text-decoration:none;
    color:limegreen;
}
.potanikal-name{
    font-style: italic;
    font-size:15px;
}


p.phone-num 
{
    font-size: 18px;
    color: #fff;
}
p.phone-num i 
{
    /* font-size: 24px; */
    background: #fff;
    color: #222;
    padding: 6px;
    border-radius: 100px;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    /* text-align: center; */
}





.about-info h3 
{
    font-size: 16px;
    font-weight: 600;
    color: #4a4a4a;
    text-align: center;
}
.everyday-skin 
{
    margin-top: 25px;
    text-align: left;
    line-height: normal;
    padding-left: 0;
}

.everyday-skin  li {
    position: relative;
    padding-left: 21px;
    list-style: none;
    line-height: normal;
    margin-bottom: 5px;
    color: #008013;
    font-size: 24px;
    font-weight: 500;
}

.everyday-skin  li:before {
    content: "\f101";
    font-family: FontAwesome;
    text-decoration: inherit;
    color: #008000;
    font-size: 20px;
    position: absolute;
    line-height: 36px;
    left: 0px;
}
.face-text
{
    display: none;
    width: 100%;
    text-align: center;
    margin-bottom: 25px;
    padding: 0px 20px;
}
.soap-text 
{
    text-align: center;
    width: 100%;
    margin-bottom: 25px;
    padding: 0px 20px;
}

.header-logo img
{
    width: 175px;
    margin-top: 65px;
}
#banner .bg-color 
{
    background-color: RGBA(0, 0, 0, 0.21);
}



/*========================================================================*/



@media (min-width: 320px) and (max-width: 479px){
   
.buy-now-btn{
    float: none;
}
#banner 
{
    background: url(../img/banner-bg.jpg) no-repeat center top;
    background-size: cover;
    /*min-height: 230px;*/
    min-height: 180px;
    position: relative;
}
.bg-color 
{
    background-color: RGBA(0, 0, 0, 0.3);
    min-height: 180px;
}
.inner {
    top: auto!important;
    bottom:0;
    display: block!important;
    position: absolute;
    margin: 0!important;
    left: 5%!important;
    width: 65%!important;
}


.logo-name 
{
   font-family: 'Merienda', cursive;
    /* margin-top: 150px; */
    /* margin-left: 0px; */
    color: #ffffff;
    margin-bottom: 5px;
    text-align: left;
    font-size: 25px;
    font-weight: 700;
    text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.85);
}

#banner h2 {
    font-family: 'Merienda', cursive;
    color: #fff;
    /* margin-left: 0px; */
    font-size: 18px;
    display: inline-block;
    text-align: left;
    margin-top: 0;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.88);
}

#banner h2 span {
    font-weight: 700;
    font-size: 20px;
    color: #ffffff;
    display: block;
    text-shadow: 1px 2px 5px rgba(14, 14, 14, 0.8);
}

.section-padding
{
    padding: 25px 0px;
}
.header-h 
{
    font-size: 28px;
}
.header-p, body 
{
    font-size: 14px;
    line-height: 22px;
}
.about-info p 
{
    text-align: center;
    font-size: 14px;
    line-height: 22px;
}
/*.about-info ul 
{
    padding-left: 0px;
}
.about-info ul li 
{
    display: flex;
    margin-bottom: 12px;
    font-size: 13px;
}
.about-info ul li i 
{
    margin-top: 5px;
}*/
.details-text {
    background-color: rgba(14, 4, 4, 0.70);
    border-right: 2px solid #A87F41;
    padding: 20px 20px 20px 30px;
    overflow: auto;
}

#event 
{
    /*background: url(../img/res02.jpg) no-repeat;*/
    /*background-size: cover;*/
    background: #008000;
}
.video-block 
{
   
    padding: 0px;
}
.menu-restaurant 
{
    width: 100%;
    float: none;
    /* padding-left: 100px; */
    padding: 20px 35px;
    position: relative;
    text-align: center;
}
.menu-restaurant .menu-title 
{
    float: none;
    font-family: Montserrat,arial;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: green;
    font-weight: 600;
    margin-top: 15px;
    display: inline-block;
}
.msg-row {
    margin-top: 15px;
}
.form-block .form-control 
{
    width: 100% !important;
}
img#captcha_img {
    margin-top: 12px;
}
.footer .footer-top {
    padding: 2rem;
}
.footer-top address 
{
    margin-bottom: 6px;
}
.color-text
{
    color: #fff;
}
.header-logo img 
{
    width: 90px;
    margin-top: 7px;
}
.heading-soap{
    text-align: center!important;
}
.everyday-skin{
    text-align: left;
    font-size: 24px;
}
.about-info {
    margin-top: 0px!important;
        float: none;
    text-align: center;
}
#button-3{
    top: auto!important;
    bottom:0;
    right: 4%!important;
    margin: 0px 0px!important;
    padding: 7px 8px!important;
        left: auto!important;
    /* width: 35%; */
    font-size: 10px!important;
}

.buy-now-banner-btn{
        padding: 6px 14px!important;
    font-size: 12px!important;
}

.everyday-skin li:before{
    font-size: 16px;
    line-height: 27px;
}
.everyday-skin li{
    text-align: left;
    font-size: 18px;
}
}


@media (min-width: 480px) and (max-width: 639px){
#banner 
{
    background: url(../img/banner-bg.jpg) no-repeat center top;
    background-size: cover;
    min-height: 305px;
    position: relative;
}
.buy-now-btn{
    float: none;
}
.bg-color 
{
    background-color: RGBA(0, 0, 0, 0.3);
    min-height: 305px;
}
.inner {
        top: auto!important;
    bottom: 0;
    display: block!important;
    position: absolute;
    margin: 0!important;
    left: 5%!important;
    width: 65%!important;
}
.logo-name 
{
   font-family: 'Merienda', cursive;
    /* margin-top: 150px; */
    /* margin-left: 0px; */
    color: #ffffff;
    margin-bottom: 5px;
    text-align: left;
    font-size: 25px;
    font-weight: 700;
    text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.85);
}

#banner h2 {
    font-family: 'Merienda', cursive;
    color: #fff;
    /* margin-left: 0px; */
    font-size: 18px;
    text-align: left;
    margin-top: 0;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.9);
}
#banner h2 span {
    color: #ffffff;
    font-size: 30px;
    text-shadow: 1px 2px 5px rgba(0, 0, 0, 0.8);
}
#button-3 {
        top: auto!important;
    /* left: 55%!important; */
    float: right;
    right: 10%!important;
    bottom: 0;
    margin: 0px 10px!important;
    padding: 9px 12px!important;
}
.buy-now-banner-btn{
        padding: 6px 14px!important;
    font-size: 12px!important;
}

.everyday-skin{
    text-align: left;
}

.section-padding
{
    padding: 25px 0px;
}
.header-h 
{
    font-size: 30px;
}
.header-p, body 
{
    font-size: 14px;
    line-height: 22px;
}
.about-info p 
{
    text-align: center;
    font-size: 14px;
    line-height: 22px;
}
/*.about-info ul 
{
    padding-left: 0px;
}
.about-info ul li 
{
    display: flex;
    margin-bottom: 12px;
    font-size: 13px;
}
.about-info ul li i 
{
    margin-top: 5px;
}*/
.details-text {
    background-color: rgba(14, 4, 4, 0.70);
    border-right: 2px solid #A87F41;
    padding: 20px 20px 20px 30px;
    overflow: auto;
}

#event 
{
    /*background: url(../img/res02.jpg) no-repeat;*/
    /*background-size: cover;*/
    background: #008000;
}
.video-block 
{
   
    padding: 0px;
}
.menu-restaurant 
{
    width: 100%;
    float: none;
    /* padding-left: 100px; */
    padding: 20px 60px;
    position: relative;
    text-align: center;
}
.menu-restaurant .menu-title 
{
    float: none;
    font-family: Montserrat,arial;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: green;
    font-weight: 600;
    margin-top: 15px;
    display: inline-block;
}
.msg-row {
    margin-top: 15px;
}
.form-block .form-control 
{
    width: 100% !important;
}
img#captcha_img {
    margin-top: 12px;
}
.footer .footer-top {
    padding: 2rem;
}
.footer-top address 
{
    margin-bottom: 6px;
}
.color-text
{
    color: #fff;
}
.header-logo img 
{
    width: 112px;
    margin-top: 12px;
}

.about-info {
    margin-top: 0px!important;
        float: none;
    text-align: center;
}
.everyday-skin li:before{
    font-size: 18px;
    line-height: 30px;
}
.everyday-skin li{
    text-align: left;
    font-size: 20px;
}

}


@media (min-width: 640px) and (max-width: 767px){
#banner 
{
    background: url(../img/banner-bg.jpg) no-repeat center top;
    background-size: cover;
    min-height: 407px;
    position: relative;
}
.buy-now-btn{
    float: none;
}
.bg-color 
{
    background-color: RGBA(0, 0, 0, 0.3);
    min-height: 407px;
}
.inner {
    padding-left: 25px;
}
.logo-name 
{
    font-family: 'Merienda', cursive;
    margin-top: 150px;
    margin-left: 0px;
    color: #fff;
    font-size: 28px;
    text-shadow: 0px 0px 8px #000;
}
#banner h2 
{
    font-family: 'Merienda', cursive;
    font-size: 45px;
    color: #fff;
    margin-left: 0px;
    font-size: 18px;
    text-shadow: 0px 0px 8px rgba(0,0,0,.5);
}
.section-padding
{
    padding: 25px 0px;
}
.header-h 
{
    font-size: 40px;
}
.header-p, body 
{
    font-size: 14px;
    line-height: 22px;
}
.about-info p 
{
    text-align: center;
    font-size: 14px;
    line-height: 22px;
}
/*.about-info ul 
{
    padding-left: 0px;
}
.about-info ul li 
{
    display: flex;
    margin-bottom: 12px;
    font-size: 13px;
}
.about-info ul li i 
{
    margin-top: 5px;
}*/
.details-text {
    background-color: rgba(14, 4, 4, 0.70);
    border-right: 2px solid #A87F41;
    padding: 20px 20px 20px 30px;
    overflow: auto;
}

#event 
{
    /*background: url(../img/res02.jpg) no-repeat;*/
    /*background-size: cover;*/
    background: #008000;
}
.video-block 
{
    
    padding: 0px;
}
.menu-restaurant {
    width: 100%;
    float: none;
    /* padding-left: 100px; */
    padding: 20px 35px;
    position: relative;
    text-align: center;
}
.menu-restaurant .menu-title 
{
    float: none;
    font-family: Montserrat,arial;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: green;
    font-weight: 600;
    margin-top: 15px;
    display: inline-block;
}
.msg-row {
    margin-top: 15px;
}
.form-block .form-control 
{
    width: 100% !important;
}
img#captcha_img {
    margin-top: 12px;
}
.footer .footer-top {
    padding: 2rem;
}
.footer-top address 
{
    margin-bottom: 6px;
}
.color-text
{
    color: #fff;
}
.header-logo img 
{
    width: 130px;
    margin-top: 18px;
}

.about-info {
    margin-top: 0px!important;
        float: none;
    text-align: center;
}

#button-3{
        top: auto!important;
    left: 59%!important;
    bottom: 20px;
}

.inner{
        top: 16%!important;
        left: 42%!important;
    width: 47%!important;
}

#banner h2{
        font-size: 25px!important;
}
.everyday-skin li:before{
    font-size: 20px;
    line-height: 34px;
}
.everyday-skin li{
    text-align: left;
    font-size: 22px;
}

}



@media (min-width: 768px) and (max-width: 991px){
#banner 
{
    background: url(../img/banner-bg.jpg) no-repeat center top;
    background-size: cover;
    min-height: 488px;
     position: relative;
}
.bg-color 
{
    background-color: RGBA(0, 0, 0, 0.3);
    min-height: 488px;
}
.inner {
    padding-left: 25px;
            top: 18%!important;
        left: 45%!important;
    width: 46%!important;
}
.logo-name 
{
    font-family: 'Merienda', cursive;
    margin-top: 150px;
    margin-left: 0px;
    color: #fff;
    font-size: 28px;
    text-shadow: 0px 0px 8px #000;
}
#banner h2 
{
    font-family: 'Merienda', cursive;
    color: #fff;
    margin-left: 0px;
    font-size: 25px;
    text-shadow: 0px 0px 8px rgba(0,0,0,.5);
}

#button-3{
        top: 68%!important;
    left: 61%!important;
}


.section-padding
{
    padding: 25px 0px;
}
.header-h 
{
    font-size: 40px;
}
.header-p, body 
{
    font-size: 14px;
    line-height: 22px;
}
.about-info p 
{
    text-align: left;
    font-size: 14px;
    line-height: 22px;
}
/*.about-info ul 
{
    padding-left: 0px;
}
.about-info ul li 
{
    display: flex;
    margin-bottom: 12px;
    font-size: 13px;
}
.about-info ul li i 
{
    margin-top: 5px;
}*/
.details-text 
{
    background-color: rgba(14, 4, 4, 0.70);
    border-right: 2px solid #A87F41;
    padding: 10px 20px 10px 30px;
    overflow: auto;
}
.content-holder h2 
{
    color: green;
    font-size: 24px;
    padding-bottom: 10px;
    font-family: 'Merienda', cursive;
}
.details-text p 
{
    color: #E8E8E8;
    line-height: 16px;
    letter-spacing: 1px;
    font-weight: 300;
    font-size: 10px;
}
.medimix-block 
{
    display: inline-block;
}

#event 
{
    /*background: url(../img/res02.jpg) no-repeat;*/
    /*background-size: cover;*/
    background: #008000;
}
.video-block 
{
   
    padding: 0px;
}
.menu-restaurant {
    width: 100%;
    float: none;
    /* padding-left: 100px; */
    padding: 20px 35px;
    position: relative;
    text-align: center;
}
.menu-restaurant .menu-title 
{
    float: none;
    font-family: Montserrat,arial;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: green;
    font-weight: 600;
    margin-top: 15px;
    display: inline-block;
}
.msg-row {
    margin-top: 15px;
}
.form-block .form-control 
{
    width: 100% !important;
}
img#captcha_img {
    margin-top: 12px;
}
.footer .footer-top {
    padding: 2rem;
}
.footer-top address 
{
    margin-bottom: 6px;
}
.color-text
{
    color: #fff;
}
.header-logo img 
{
    width: 130px;
    margin-top: 28px;
}



}


@media (min-width: 992px) and (max-width: 1199px){
	
	#banner{
		position: relative;
	}
.details-list ul li {
    display: flex;
    margin-bottom: 8px;
}
.details-list ul li i {
    margin-top: 5px;
}
.details-text address {
    display: none;
}
.details-text {
    background-color: rgba(14, 4, 4, 0.70);
    border-right: 2px solid #A87F41;
    padding: 40px 20px 43px 30px;
    overflow: auto;
}
.menu-restaurant .menu-title {
    float: none;
    text-align: center;
    font-family: Montserrat,arial;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: green;
    font-weight: 600;
    /*margin-top: 12px;*/
}
img#captcha_img 
{
    margin-top: 10px;
}
.inner 
{
    padding-left: 25px;
        left: 47%!important;
    width: 43%!important;
}
.logo-name 
{
    font-family: 'Merienda', cursive;
    margin-top: 390px;
    margin-left: 0px;
    color: #fff;
    font-size: 60px;
    text-shadow: 0px 0px 8px #000;
}
#banner h2 
{
        font-family: 'Merienda', cursive;
    font-size: 45px;
    color: #fff;
    margin-left: 0px;
    font-size: 34px;
    text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.76);
}
#button-3 {
    top: 75%!important;
    left: 63%!important;
}

.video-block {
}
.msg-row {
    margin-top: 56px;
    width: 60%;
    margin: auto;
}
.form-control {
    width: 100% !important;
}
.details-text 
{
    background-color: rgba(14, 4, 4, 0.70);
    border-right: 2px solid #A87F41;
    padding: 10px 20px 10px 30px;
    overflow: auto;
    width: 100%;
}
.content-holder h2 
{
    color: green;
    font-size: 32px;
    padding-bottom: 10px;
    font-family: 'Merienda', cursive;
}
.details-text p 
{
   color: #E8E8E8;
    line-height: 22px;
    letter-spacing: 1px;
    font-weight: 300;
    font-size: 13px;
}
.left-images 
{
    padding: 0px;
    width: 100%;
}
.header-logo img 
{
    width: 150px;
    margin-top: 30px;
}



}


@media (min-width: 1200px) and (max-width: 1365px){
.details-list ul li {
    display: flex;
    margin-bottom: 8px;
}
.details-list ul li i {
    margin-top: 5px;
}
.details-text address {
    display: none;
}
.details-text 
{
    background-color: rgba(14, 4, 4, 0.70);
    border-right: 2px solid #A87F41;
    padding: 10px 20px 55px 30px;
    overflow: auto;
}
.menu-restaurant .menu-title 
{
    float: none;
    text-align: center;
    font-family: Montserrat,arial;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: green;
    font-weight: 600;
    /*margin-top: 12px;*/
}
img#captcha_img 
{
    margin-top: 10px;
}
.inner 
{
    padding-left: 25px;
}
.logo-name 
{
    font-family: 'Merienda', cursive;
    margin-top: 390px;
    margin-left: 0px;
    color: #fff;
    font-size: 60px;
    text-shadow: 0px 0px 8px #000;
}
#banner h2 
{
    font-family: 'Merienda', cursive;
    font-size: 45px;
    color: #fff;
    margin-left: 0px;
    font-size: 40px;
    text-shadow: 0px 0px 8px #000;
}
.video-block {
}
.msg-row {
    margin-top: 56px;
    width: 60%;
    margin: auto;
}
.form-control {
    width: 100% !important;
}
.details-text p {
    color: #E8E8E8;
    line-height: 27px;
    letter-spacing: 1px;
    font-weight: 300;
    font-size: 16px;
}
.about-info h3 {
    font-size: 16px;
    font-weight: 600;
    color: #4a4a4a;
    text-align: justify;
}
.header-logo img {
    width: 150px;
    margin-top: 40px;
}
.bg-color 
{
    background-color: RGBA(0, 0, 0, 0.61);
    min-height: 760px;
}
#banner {
    background: url(../img/banner-bg.jpg) no-repeat center top;
    background-size: cover;
    min-height: 760px;
}


}

@media (min-width: 1300px) and (max-width: 1600px){
.details-list ul li {
    display: flex;
    margin-bottom: 8px;
}
.details-list ul li i {
    margin-top: 5px;
}
.details-text address {
    display: none;
}
.menu-restaurant .menu-title 
{
    float: none;
    text-align: center;
    font-size: 15px;
    font-family: Montserrat,arial;
    text-transform: uppercase;
    margin-bottom: 5px;
    display: block;
    letter-spacing: 1px;
    color: green;
    font-weight: 600;
    /*margin-top: 12px;*/
}
img#captcha_img 
{
    margin-top: 10px;
}
.inner 
{

    top: 30%!important;
    display: inline-table;
    position: absolute;
    margin: 0;
    left: 53%!important;
}
.logo-name 
{
    font-family: 'Merienda', cursive;
/*    margin-top: 390px;
    margin-left: 0px;*/
    color:#008013;
    text-align: center;
    font-size: 52px;
    font-weight: 700;
    text-shadow: 0px 2px 4px rgba(255, 255, 255, 0.4);
}
#banner h2 
{
    font-family: 'Merienda', cursive;
    font-size: 40px;
    color: #ffffff;
    margin-left: 0px;
    font-weight: 400;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4);
}
/*.video-block 
{
    margin-top: 30px;
}*/
.msg-row 
{
    margin-top: 56px;
    width: 60%;
    margin: auto;
}
.form-control 
{
    width: 100% !important;
}
.details-text 
{
    background-color: rgba(14, 4, 4, 0.70);
    border-right: 2px solid #A87F41;
    padding: 30px 20px 58px 30px;
    overflow: auto;
}
.content-holder h2 
{
    color: green;
    font-size: 32px;
    padding-bottom: 10px;
    font-family: 'Merienda', cursive;
}
.details-text p 
{
    color: #E8E8E8;
    line-height: 25px;
    letter-spacing: 1px;
    font-weight: 300;
    font-size: 16px;
}
.about-info h3 
{
    font-size: 16px;
    font-weight: 600;
    color: #4a4a4a;
    text-align: justify;
}
.medimix-block 
{
    margin-top: 25px;
}
.bg-color 
{
    background-color: RGBA(0, 0, 0, 0.61);
    /*min-height: 870px;*/
    min-height: 530px;
}
#banner 
{
    background: url(../img/banner-bg.jpg) no-repeat center top;
    background-size: cover;
    min-height: 530px;
}



}
@media (min-width: 1601px) {
    .inner{
            left: 52%!important;
    width: 35%!important;
        top: 30%!important;
    }
    #banner{
        min-height: 100vh!important;
    }
    #banner .bg-color{
        min-height: 100vh!important;
    }
    .menu-restaurant .menu-title 
{
    float: none;
    text-align: center;
    font-family: Montserrat,arial;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: green;
    font-weight: 600;
    /*margin-top: 12px;*/
}
}


/*BG*/

#about{
    background: rgb(171,219,203);
background: -moz-linear-gradient(90deg, rgba(171,219,203,1) 0%, rgba(240,254,248,1) 48%, rgba(171,219,203,1) 100%);
background: -webkit-linear-gradient(90deg, rgba(171,219,203,1) 0%, rgba(240,254,248,1) 48%, rgba(171,219,203,1) 100%);
background: linear-gradient(90deg, rgba(171,219,203,1) 0%, rgba(240,254,248,1) 48%, rgba(171,219,203,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#abdbcb",endColorstr="#abdbcb",GradientType=1);
padding: 0px 0px 60px 0px ! important;
}
.abt-content{
    background: rgba(255, 255, 255, 0.6);
    padding: 25px 15px;
    box-shadow: 0px 5px 10px rgba(0,0,0,.06);
}

.inner 
{
    top: 20%;
    display: inline-table;
    position: absolute;
    margin: 0;
    left: 46%;
    width: 35%;
}

#brief{
    background: rgb(171,219,203);
background: -moz-linear-gradient(90deg, rgba(171,219,203,1) 0%, rgba(240,254,248,1) 48%, rgba(171,219,203,1) 100%);
background: -webkit-linear-gradient(90deg, rgba(171,219,203,1) 0%, rgba(240,254,248,1) 48%, rgba(171,219,203,1) 100%);
background: linear-gradient(90deg, rgba(171,219,203,1) 0%, rgba(240,254,248,1) 48%, rgba(171,219,203,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#abdbcb",endColorstr="#abdbcb",GradientType=1);
padding: 0px 0px 60px 0px ! important;
}

.heading-soap {
    font-family: Montserrat,arial;
    font-size: 28px;
    line-height: normal;
    color:green;
    font-weight:600;
    margin-bottom: 20px;
}

@media (min-width: 768px){
    .top-soap{display: none;}
}

@media (max-width: 767px){
    .bottom-soap{display: none;}
}

.buy-now-btn{
   border: 1px solid #4dab46;
    color: #569d51!important;
    background: #94e48d;
    background: -moz-linear-gradient(top,#94e48d 0,#82cf7c 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#94e48d),color-stop(100%,#82cf7c));
    background: -webkit-linear-gradient(top,#94e48d 0,#82cf7c 100%);
    background: -o-linear-gradient(top,#94e48d 0,#82cf7c 100%);
    background: -ms-linear-gradient(top,#94e48d 0,#82cf7c 100%);
    background: linear-gradient(to bottom,#94e48d 0,#82cf7c 100%);
    margin: 12px 5px 8px 0;
    padding: 10px 22px;
    font-size: 16px;
    font-weight: 700!important;
    display: inline-block;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 1px 0 0 rgba(255,255,255,.4), 1px 1px 1px rgba(0,0,0,.1);
    -moz-box-shadow: inset 0 1px 0 0 rgba(255,255,255,.4),1px 1px 1px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 0 0 rgba(255,255,255,.4), 1px 1px 1px rgba(0,0,0,.1);
    text-shadow: 1px 1px 0 rgba(255,255,255,.3);
    line-height: 26px;
    cursor: pointer;
     text-decoration: none;
     outline: 0;text-align: center;
}

.buy-now-btn:hover, .buy-now-btn:active, .buy-now-btn:focus{
    color: #478542!important;
    text-decoration: none;
}

.about-info {
    margin-top: 45px;
}

/*.buy-now-banner-btn{
    border-radius: 50px;
    border: 3px solid #fff;
    color: #fff;
    overflow: hidden;
    color: #fff;
    text-align: center;
    background-color: #008013;
    border: none;
    font-family: inherit;
    font-size: inherit;
    cursor: pointer;
    padding: 25px 80px;
    display: inline-block;
    margin: 15px 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    outline: none;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}


.buy-now-banner-btn:before{
    content: "\f061";
     left: 70%;
    opacity: 0;
    top: 0;
    position: absolute;
    height: 100%;
    color: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.buy-now-banner-btn:after {
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.buy-now-banner-btn:hover,.buy-now-banner-btn:active, .buy-now-banner-btn:focus{
    background-color: #444!important;
    color:#fff!important;
    text-decoration: none!important;
}*/

.buy-now-banner-btn{
    border: 1px solid #4dab46;
    color: #569d51!important;
    background: #94e48d;
    background: -moz-linear-gradient(top,#94e48d 0,#82cf7c 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#94e48d),color-stop(100%,#82cf7c));
    background: -webkit-linear-gradient(top,#94e48d 0,#82cf7c 100%);
    background: -o-linear-gradient(top,#94e48d 0,#82cf7c 100%);
    background: -ms-linear-gradient(top,#94e48d 0,#82cf7c 100%);
    background: linear-gradient(to bottom,#94e48d 0,#82cf7c 100%);
    margin: 0 5px 8px 0;
    padding: 10px 22px;
    font-size: 16px;
    font-weight: 700!important;
    display: inline-block;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 1px 0 0 rgba(255,255,255,.4), 1px 1px 1px rgba(0,0,0,.1);
    -moz-box-shadow: inset 0 1px 0 0 rgba(255,255,255,.4),1px 1px 1px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 0 0 rgba(255,255,255,.4), 1px 1px 1px rgba(0,0,0,.1);
    text-shadow: 1px 1px 0 rgba(255,255,255,.3);
    line-height: 26px;
    cursor: pointer;
     text-decoration: none;
     outline: 0;text-align: center;
}

.buy-now-banner-btn:hover, .buy-now-banner-btn:active, .buy-now-banner-btn:focus{
    color: #478542!important;
    text-decoration: none;
}

/*.button {
  display: inline-flex;
     padding: 12px 30px;
    border-radius: 10px;
  background-color: #008013;
  border: 2px solid #008013;
  margin: 20px 20px 20px 20px;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  font-family: Montserrat,arial;  
  letter-spacing: 1.5px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.button a{
      color: #ffffff;
  text-decoration: none;
  letter-spacing: 1px;
}

.button a:hover{
     color: #008013;
}*/



#button-3 {
    position: absolute;
    overflow: hidden;
    cursor: pointer;
    top: 93%;
    left: 65%;
}

/*#button-3 a {
  position: relative;
  transition: all .45s ease-Out;
}

#circle {
  width: 0%;
  height: 0%;
  opacity: 0;
  line-height: 40px;
  border-radius: 50%;
  background: #ffffff;
  position: absolute;
  transition: all .5s ease-Out;
  top: 20px;
  left: 70px;
}

#button-3:hover #circle {
  width: 200%;
  height: 500%;
  opacity: 1;
  top: -70px;
  left: -70px;
}

#button-3:hover a {
  color: #008013;
}*/

.ingredients-btn{
 border: 1px solid #4dab46;
    color: #569d51!important;
    background: #94e48d;
    background: -moz-linear-gradient(top,#94e48d 0,#82cf7c 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#94e48d),color-stop(100%,#82cf7c));
    background: -webkit-linear-gradient(top,#94e48d 0,#82cf7c 100%);
    background: -o-linear-gradient(top,#94e48d 0,#82cf7c 100%);
    background: -ms-linear-gradient(top,#94e48d 0,#82cf7c 100%);
    background: linear-gradient(to bottom,#94e48d 0,#82cf7c 100%);
    margin: 0 5px 8px 0;
    padding: 10px 22px;
    font-size: 16px;
    font-weight: 700!important;
    display: inline-block;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 1px 0 0 rgba(255,255,255,.4), 1px 1px 1px rgba(0,0,0,.1);
    -moz-box-shadow: inset 0 1px 0 0 rgba(255,255,255,.4),1px 1px 1px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 0 0 rgba(255,255,255,.4), 1px 1px 1px rgba(0,0,0,.1);
    text-shadow: 1px 1px 0 rgba(255,255,255,.3);
    line-height: 26px;
    cursor: pointer;
     text-decoration: none;
     outline: 0;text-align: center;
}

.ingredients-btn:hover{
    color: #478542!important;
    text-decoration: none;
}

#button-4 {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    display: inline-block;
}
/*
#button-4 button {
    position: relative;
    transition: all .45s ease-Out;
    -webkit-appearance: none;
    background-color: transparent;
    border: none;
        outline: transparent;
            text-transform: uppercase;
}

#button-4:hover #circle {
  width: 200%;
  height: 500%;
  opacity: 1;
  top: -70px;
  left: -70px;
}

#button-4:hover button {
  color: #008013;
}
*/
.view-igtns{
        text-align: center;
    float: none;
}

.video-section{
    padding: 40px 0px!important;
}

.bottom-soap h5{
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    color: green;
    margin: 0;
    line-height: normal;
    margin-top: 5px;
}

.top-soap h5{
    text-align: center;
    font-weight: 500;
    font-size: 15px;
    color: green;
    margin: 0;
     line-height: normal;
    margin-top: 5px;
}

.padd-40 {
    padding: 20px 0px 40px 0px;
}
.back-btn{
    text-align: center;
}

.back-btn a{
    color: #015d36;
    font-weight: 600;
    font-size: 24px;
    text-decoration: none;
}

.back-btn a:hover{
    text-decoration: underline;
}
