@charset "UTF-8";

html {
    position: relative;
    min-height: 100%;
}

body {
    font-size: 16px;
    color: #696969;
    transition: unset;
    font-family: 'Nunito Sans', sans-serif;
    overflow-x: hidden;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: #333;
    font-weight: 600;
    font-family: 'Nunito Sans', sans-serif;
}

ul, ol {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

a {
    outline: none;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

input:focus, select:focus, input:active, select:active {
    outline: none !important;
    box-shadow: none !important;
}

input.form-control, Select.form-control, .custom-select {
    border-radius: 40px;
    min-height: 40px;
}

select option:checked, select option:hover {
    box-shadow: 0 0 10px 100px #80bd01 inset;
    color: #fff;
}

textarea:focus {
    outline: none;
    box-shadow: none !important;
    border-color: #80bd01 !important;
}

.custom-file .custom-file-label {
    border-radius: 40px;
    overflow: hidden;
    min-height: 40px;
    height: 100%;
    line-height: 27px;
    padding: 6px 23px;
}

.custom-select.multipleselect {
    border-radius: 5px;
}

.custom-file-label::after {
    height: calc(2.5em + .75rem);
    line-height: 27px;
    background-color: #80bd01;
    color: #fff;
}

input.form-control:focus, select:focus {
    border-color: #80bd01 !important;
}

.custom-file-input:focus ~ .custom-file-label {
    border-color: #80bd01;
    box-shadow: 0 0 0 .2rem rgba(128, 189, 1, 0.33);
}

.customfield-select .input-group-prepend > select {
    border-radius: 0;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    width: 80px;
    padding: 0 4px 0 8px;
    background-size: 10px;
}

.input-group-text {
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
    font-size: 13px;
}

.cat-description {
    float: right;
    width: 57%;
}

.container-90 {
    width: 90%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.btn-primary {
    color: #fff;
    background-color: #80bd01;
    border-color: #80bd01;
    border-radius: 40px;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    color: #80bd01 !important;
    background-color: #fff !important;
    border-color: #80bd01 !important;
    outline: none;
    box-shadow: none !important;
}

.btn-secondary {
    color: #fff;
    background-color: #222222;
    border-color: #222222;
    border-radius: 40px;
}

.btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus {
    color: #222222;
    background-color: #fff;
    outline: none;
    box-shadow: none;
}

/*******************************************************************************/

/******************************************************************************/

/* NAVIGATION */

nav ul li a, nav ul li a:after, nav ul li a:before {
    transition: all .5s;
}

nav ul li a:hover {
    color: #333;
}

/* stroke */
nav.stroke ul li a, nav.fill ul li a {
    position: relative;
}

nav.stroke ul li a:after, nav.fill ul li a:after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 0%;
    content: '.';
    color: transparent;
    background: #aaa;
    height: 1px;
}

nav.stroke ul li a:hover:after {
    width: 100%;
}

nav.stroke ul li.active a:after {
    width: 100%;
    background-color: #80bd01;
}

nav.fill ul li a {
    transition: all 2s;
}

nav.fill ul li a:after {
    text-align: left;
    content: '.';
    margin: 0;
    opacity: 0;
}

nav.fill ul li a:hover {
    color: #fff;
    z-index: 1;
}

nav.fill ul li a:hover:after {
    z-index: -10;
    animation: fill 1s forwards;
    -webkit-animation: fill 1s forwards;
    -moz-animation: fill 1s forwards;
    opacity: 1;
}

/* Keyframes */
@-webkit-keyframes fill {
    0% {
        width: 0%;
        height: 1px;
    }

    50% {
        width: 100%;
        height: 1px;
    }

    100% {
        width: 100%;
        height: 100%;
        background: #333;
    }

}

/* Keyframes */
@-webkit-keyframes circle {
    0% {
        width: 1px;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        height: 1px;
        z-index: -1;
        background: #eee;
        border-radius: 100%;
    }

    100% {
        background: #aaa;
        height: 5000%;
        width: 5000%;
        z-index: -1;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        border-radius: 0;
    }

}

/******************************************/
body.home header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1;
}

.social_ic li a i {
    color: #3b653c;
    font-size: 20px;
}

.social_ic li {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: #fff;
    padding: 10px 10px;
    border-radius: 50%;
    margin-right: 2px;
}

a.nav-link {
    color: #333 !important;
    font-size: 14px !important;
    padding: 17px 21px !important;
    text-transform: uppercase;
    font-weight: 600;
}

#logo {
    width: 22%;
}

#logo {
    display: inline-block;
    padding: 0;
    top: 0px;
    right: 0;
    left: 0;
    margin: 0 auto;
    position: absolute;
    width: 100%;
    text-align: center;
}

#menu-container {
    height: 60px;
    width: 100%;
    z-index: 999999;
    text-align: center;
}

ul.navbar-nav.ml-auto.right-nav {
    right: 0;
}

#main {
    transition: margin-left .5s;
    padding: 20px;
    overflow: hidden;
    width: 100%;
}

.topnav {
    overflow: hidden;
    position: absolute;
    right: 20px;
}

.topnav a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    text-decoration: none;
    font-size: 17px;
    margin-top: 11px;
}

.topnav a:hover {
    color: black;
}

.topnav a.active {
    background-color: #4CAF50;
    color: white;
}

.banner_content h3 {
    font-weight: normal;
    font-size: 50px;
    line-height: 65px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.banner_content p {
    font-size: 18px;
    line-height: 30px;
    color: #000;
}

.top_widget {
    float: left;
}

.article_list {
    padding-bottom: 20px;
    padding-top: 20px;
}

.footer_inner {
    max-width: 1160px;
    margin: 0 auto;
}

.footer {
    float: left;
    width: 100%;
    background: #80bd01;
    padding: 2em 0em;
}

.top_widget h3 {
    color: #fff;
    font-weight: normal;
    font-size: 22px;
}

.top_widget h3 i {
    padding-right: 10px;
}

.top_widget p {
    color: #fff;
    font-size: 14px;
}

li.social_media.f_social {
    float: left;
    background: #fff;
    margin-right: 10px;
    padding: 2px 8px;
    border-radius: 50%;
}

li.social_media.f_social i {
    color: #80bd01;
}

li.social_media.f_social .fa-facebook {
    padding: 2px 2px;
}

.top_widget.foot_bor.col-md-6.col-sm-12 {
    border-right: 3px dotted #538300;
}

footer {
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    background-color: #1f3c20;
    position: relative;
}

.social-mediaicons.social_ic {
    margin-top: 15px;
}

.copyright_text p {
    margin: 0;
    padding: 30px 0px 11px 0px;
    font-size: 13px;
    text-transform: uppercase;
}

footer h5 {
    color: #fff;
    letter-spacing: 3px;
    font-weight: 300;
    position: relative;
}

footer h5::before {
    content: "";
    display: block;
    background-color: #ffffff47;
    width: 50px;
    height: 2px;
    position: absolute;
    bottom: -8px;
    left: 0;
}

footer ul li > a {
    color: #fff;
    letter-spacing: 3px;
    font-weight: 300;
    line-height: 42px;
    font-size: 16px;
}

footer ul li > a:hover {
    color: #fff;
}

footer p {
    letter-spacing: 3px;
    font-weight: 400;
    font-size: 14px;
}

li.social_media > a {
    width: 55px;
    height: 55px;
    background-color: #fff;
    display: inherit;
    border-radius: 30px;
    font-size: 21px;
    line-height: 56px;
    box-shadow: 5px 4px 0 #ccc;
    transition: all 0.3s ease;
}

li.social_media > a:hover {
    box-shadow: 0px 0px 0 #ccc;
}

li.social_media > a > i {
    color: #1f3c20;
}

footer hr {
    border-color: #ffffff30;
}

footer ul.list-unstyled.list-inline.text-center {
    padding: 10px 0;
}

body footer.page-footer.font-small.stylish-color-dark.pt-4 {
    padding-top: 40px !important;
}

body footer.page-footer.font-small.stylish-color-dark.pt-4 .container.text-center.text-md-left > .row {
    margin-bottom: 29px;
}

.footer-copyright.text-center.py-3 > a {
    color: rgba(255, 255, 255, .6);
}

.footer-copyright {
    overflow: hidden;
    background-color: rgba(0, 0, 0, .2);
    color: rgba(255, 255, 255, .6);
    margin-top: 20px;
}

.footer-copyright.text-center.py-3 {
    letter-spacing: 1px;
}

.banner_inner {
    background: url(../images/banner.png);
    background-repeat: repeat;
    height: 567px;
    position: relative;
    background-position: center top;
    background-attachment: fixed;
    background-size: inherit;
}

.banner_content {
    position: absolute;
    max-width: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
}

.banner_inner::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: 1;
    background-image: linear-gradient(to bottom, #ffffffcf, white);
}

.search-box form input {
    width: calc(100% - 25px) !important;
    height: 45px;
    border-radius: 60px;
    background-color: transparent;
    border: 1px solid #ccc;
    padding: 0 24px;
}

.search-box > form button {
    position: absolute;
    right: 4px;
    top: 0;
    border-radius: 0;
    height: 44px;
    width: 59px;
    background-color: #80bd01;
    color: #fff;
    outline: none !important;
    box-shadow: none !important;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
}

.search-box .custom-select {
    position: absolute;
    right: 63px;
    top: 1px;
    box-shadow: none !important;
    width: 198px;
    min-height: 43px !important;
}

.search-box form {
    position: relative;
}

.search-box form input {
    outline: none;
}

.search-box form input:focus {
    box-shadow: none;
    border: 1px solid #ccc;
}

.search-box #blog_list .dropdown-menu {
    top: 0;
    width: 100%;
    border-radius: 0.25rem;
    border: 0;
    margin: 0;
    padding: 0;
    overflow-y: auto;
    max-height: 300px;
    border: 1px solid #ccc;
    margin-top: 10px;
}

.search-box #blog_list .dropdown-menu li a {
    color: #5d5d5d;
    padding: 10px 10px;
    border-bottom: 1px solid #ccc;
    float: left;
    width: 100%;
}

.search-box #blog_list .dropdown-menu li:last-child a {
    border-bottom: 0;
}

.search-box #blog_list .dropdown-menu li {
    float: left;
    width: 100%;
    position: relative;
    display: block;
}

.defult-spacing {
    padding: 85px 0;
}

.title {
    text-align: center;
    text-transform: uppercase;
}

.title>h2 {
    font-size: 28px;
    letter-spacing: 2px;
    position: relative;
}

.title>h2::before {
    content: "";
    display: block;
    width: 36%;
    height: 2px;
    background: linear-gradient(to right, white, #80bd01);
    position: absolute;
    left: 0;
    top: 16px;
}

.title>h2::after {
    content: "";
    display: block;
    width: 36%;
    height: 2px;
    background: linear-gradient(to left, white, #80bd01);
    position: absolute;
    right: 0;
    top: 16px;
}

.banner_content h3>span {
    display: inherit;
}

.blog-image>img {
    width: 100%;
    border-radius: 14px;
}

.blog-category {
    background: #fff;
    border-radius: 4px;
    padding: 25px 30px 30px;
    width: 92%;
    margin: auto;
    position: relative;
    margin-top: -57px;
}

.blog-category h3 {
    font-size: 18px;
    line-height: 26px;
    margin: 10px 0 10px 0;
}

.date {
    font-size: 14px;
    margin-bottom: 10px;
    color: #696969;
}

.blog-category p {
    font-size: 16px;
    color: #696969;
}

.category {
    color: #80bd01;
    text-transform: capitalize;
    letter-spacing: 0;
    position: relative;
    display: initial;
    font-size: 15px;
}

.category::before, .category::after {
    position: absolute;
    content: "";
    height: 1px;
    background: #4d4e50;
    left: 100%;
    margin-left: 8px;
    width: 40px;
}

.category::before {
    margin-top: 0px !important;
    width: 30px !important;
    top: 8px;
}

.category::after {
    margin-top: 0px !important;
    top: 12px;
}

.blog-grid {
    margin-top: 50px;
}

.subscribe_form {
    background-color: #fff;
    padding: 78px 10% 90px;
    position: relative;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
    width: 100%;
    max-width: 60%;
    margin: -220px auto 0 auto;
    background-image: url("../images/pattern.jpg");
}

.subscribe_form form label {
    font-size: 20px;
    color: #3b653c;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 10px;
    font-weight: bold;
}

.subscribe_form form input {
    background-color: #fff;
    border-radius: 52px;
    font-size: 14px;
    height: 49px;
    box-shadow: none !important;
    padding: 0 23px;
}

.subscribe_form button {
    width: 100%;
    background-color: #1f3c20;
    border-radius: 50px;
    color: #fff;
    box-shadow: none;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 2px;
    height: 46px;
    border: 1px solid #1f3c20 !important;
}

.subscribe_form button:hover {
    background-color: #fff;
    color: #1f3c20;
}

.sub-imagecontent {
    margin: 20px -15px 50px -15px;
    position: relative;
    overflow: hidden;
    max-height: 400px;
    background-image: url("../images/Food.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
    background-attachment: fixed;
}

.sub-imagecontent>img {
    width: 100%;
}

.sub-imagecontent::before {
    content: "";
    display: block;
    background-color: #000;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0.6;
}

.sub-imagecontent .content-imgsubscribe {
    position: absolute;
    top: 67px;
    left: 0;
    right: 0;
    text-align: center;
    color: #fff;
    max-width: 40%;
    margin: 0 auto;
}

.sub-imagecontent .content-imgsubscribe h3 {
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 27px;
}

.sub-imagecontent .content-imgsubscribe p {
    font-size: 20px;
}

.caregory-boxgrid {
    padding: 110px 10px 6px 76px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    max-height: 300px;
    min-height: 300px;
    height: 100%;
    border-radius: 14px;
}

.caregory-boxgrid::before {
    content: "";
    display: block;
    position: absolute;
    width: 90%;
    height: 76%;
    background-color: #fff;
    bottom: 0;
    right: 0;
    opacity: 0.6;
    z-index: 0;
    filter: blur(5px);
}

.category_wrapper {
    padding-top: 80px;
    padding-bottom: 0;
}

.caregory-boxgrid.sec-category {
    margin-top: 45px;
}

.caregory-boxgrid.third-category {
    margin-top: 95px;
}

.title_categories {
    font-size: 26px;
    text-transform: uppercase;
    font-weight: 900;
    margin-bottom: 20px;
    letter-spacing: 10px;
}

.caregory-boxgrid.first-category {
    background-image: url("../images/cat_1.jpg");
    margin-top: -60px;
}

.caregory-boxgrid.sec-category {
    margin-top: 15px;
    background-image: url("../images/cat_2.jpg");
}

.caregory-boxgrid.third-category {
    margin-top: 85px;
    background-image: url("../images/cat_3.jpg");
}

.caregory-boxgrid h3, .caregory-boxgrid p {
    z-index: 9;
    position: relative;
    color: #000;
}

.caregory-boxgrid h3 {
    position: relative;
    font-size: 21px;
}

.caregory-boxgrid h3::before {
    content: "";
    display: block;
    background-color: #1f3c20;
    width: 40px;
    height: 4px;
    position: absolute;
    top: -20px;
    left: 0;
}

.pagination_wrap {
    margin: 0 auto;
    text-align: center;
}

.pagination {
    display: inline;
    width: 100%;
}

.pagination>li {
    display: inline-block;
}

.pagination>li>a:focus {
    outline: none;
    box-shadow: none;
}

.pagination>li:first-child>a.page-link {
    background-color: #1f3c20;
    color: #fff;
    width: 60px;
    border-radius: 0;
    border: 1px solid #1f3c20;
}

.pagination>li:last-child>a.page-link {
    background-color: #1f3c20;
    color: #fff;
    width: 60px;
    border-radius: 0;
    border: 1px solid #1f3c20;
}

.pagination>li>a {
    color: #1f3c20;
    border: 1px solid #1f3c20;
}

.category_wrapper .row>.col-sm-12.col-md-4:first-child {
    padding-left: 15px;
}

.category_wrapper .row>.col-sm-12.col-md-4:last-child {
    padding-right: 15px;
}

.title_categories~p {
    margin-bottom: 0px;
    font-size: 18px;
}

.loadmore_button {
    text-align: center;
}

.loadmore_button>a {
    background-color: #1f3c20;
    color: #fff !important;
    padding: 13px 0;
    margin-top: 2px;
    display: inline-block;
    text-transform: uppercase;
    max-width: 213px;
    width: 100%;
    border: 1px solid #1f3c20;
    letter-spacing: 1px;
    cursor: pointer;
}

.loadmore_button>a:hover {
    background-color: #fff;
    color: #1f3c20 !important;
}

.categories-innergrid > ul {
    display: inline-block;
}

.categories-innergrid > ul > li {
    display: inline-block;
    border: 1px dashed #333;
    padding: 9px 50px;
    margin-left: 20px;
    border-radius: 30px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 18px;
}

body.blogdetail_page header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
}

body.blogdetail_page .innerpage_bannergredient {
    height: 190px;
    background-color: #3bb78f;
    background-image: linear-gradient(315deg, #b2ffb2 0%, #0bab64 74%);
}

body.blogdetail_page nav.stroke ul li a::after, body.blogdetail_page nav.fill ul li a::after {
    background: #fff !important;
}

body.blogdetail_page header nav>a>img {
    filter: brightness(0) invert(1);
}

.blog-category a {
    color: #333;
}

.blogdetail-wrapper {
    margin-top: -60px;
    background-color: #fff;
    box-shadow: 0 0 40px #cdcdcd61;
    padding: 50px 5% 50px 10%;
    width: 100%;
    max-width: 80%;
}

.customhalf_box > small + h3 {
    font-size: 38px;
    font-weight: bolder;
    margin: 9px 0 20px 0;
}

.customhalf_box small {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0;
    background: linear-gradient(to right, #0bab64, #61d58c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.customhalf_box p {
    font-size: 18px;
    margin-top: 13px;
}

.feature-image {
    margin: 0px -240px 30px 30px;
    width: 500px;
    box-shadow: 4px 4px 6px #787878;
    float: right;
}

.feature-image img {
    width: 100%;
}

.related_post_wrapper {
    position: relative;
    padding: 85px 0 0px 0;
}

.related_post_wrapper>.container {
    background-color: #fff;
    position: relative;
}

.caregory-boxgrid>h3>a {
    color: #333;
}

.category>a {
    color: #80bd01;
}

.categories-innergrid ul>li>a {
    color: #333;
    background: linear-gradient(to right, #0bab64, #61d58c);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

body.blogdetail_page nav ul li>a.nav-link {
    color: #fff !important;
}

ul.privacy_policy {
    margin: 0px;
    padding: 0px;
}

ul.privacy_policy li {
    display: inline-block;
}

ul.privacy_policy li a {
    color: #fff;
    text-decoration: none;
    padding-right: 15px;
    text-transform: capitalize;
}

.footer_bottom {
    padding: 13px 0px;
    background: #152d16;
    margin-top: 15px;
}

ul.privacy_policy li:last-child a {
    padding-right: 0px;
}

.page-section h1 {
    margin-bottom: 30px;
}

.info-block {
    position: relative;
    margin-bottom: 30px;
}

.info-block .inner {
    position: relative;
}

.info-block .inner .icon-box {
    position: absolute;
    left: 0px;
    height: 60px;
    width: 60px;
    border: 1px solid #dddddd;
    color: #777777;
    font-size: 30px;
    line-height: 40px;
    padding: 10px 0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    text-align: center;
    background: #fff;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
}

.info-block .inner .text {
    position: relative;
    font-size: 16px;
    line-height: 26px;
    color: #222222;
    padding-left: 0;
    border: 1px solid #ddd;
    width: 100%;
    max-width: calc(100% - 31px);
    float: right;
    padding: 10px 0;
    padding-left: 40px;
}

.info-block .inner .text span {
    display: block;
    font-size: 23px;
    font-weight: 400;
    margin-bottom: 5px;
    color: #80bd01;
}

.contact-form-section {
    padding: 30px 0px 0px;
}

.contact-form .form-group input[type="text"], .contact-form .form-group input[type="password"], .contact-form .form-group input[type="tel"], .contact-form .form-group input[type="email"], .contact-form .form-group textarea, .contact-form .form-group select {
    position: relative;
    display: block;
    width: 100%;
    line-height: 28px;
    padding: 13px 30px;
    height: 60px;
    color: #000000;
    font-size: 14px;
    border: 2px solid #e3e3e3;
    outline: none;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.contact-form .form-group textarea {
    height: 287px;
    resize: none;
}

.btn-style-three {
    font-size: 15px;
    line-height: 20px;
    color: #222222;
    padding: 18px 40px;
    border: 2px solid;
    border-color: #80bd01;
    background-color: #80bd01;
    font-weight: 700;
    text-transform: uppercase;
}

.page-section {
    padding-top: 30px;
}

.about_blog.about_right {
    float: right;
    background: #dddddd54;
}

.about_blog {
    position: relative;
    display: inline-block;
}

.about_blog:after {
    content: "";
    display: block;
    clear: both;
}

.about_blog {
    box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.07);
    -webkit-box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.07);
    padding: 20px 20px;
    width: 80%;
    margin-bottom: 50px;
}

.about_blog:last-child {
    margin-bottom: 0px;
}

.privacy-policy section.sub-wrapper {
    display: none;
}

.terms-conditions section.sub-wrapper {
    display: none;
}

.disclaimer section.sub-wrapper {
    display: none;
}

.contact-us section.sub-wrapper {
    display: none;
}

.search-box .form-group>select {
    min-height: 47px;
    border-radius: 0;
    border-top: 0;
    border-bottom: 0;
    border-right: 0;
    background-color: transparent;
}

.search-box .form-group>select:focus {
    box-shadow: none;
    outline: none;
    border-color: #ccc;
}

.custom-select {
    background-image: url("../images/down-arrow.png");
    background-size: 13px;
}

.search-box>form>.form-row>.form-group {
    overflow: hidden;
    border-radius: 0;
}

/* .category_wrapper .col-md-12:first-child {
    min-height: 105px;
} */

.customhalf_box ol {
    list-style: decimal;
    padding-left: 33px;
}

.customhalf_box ol li, .customhalf_box ul li {
    font-size: 18px;
    margin-top: 13px;
}

.latest-blog-wrapper {
    padding-top: 0px !important;
}

.categories-innergrid {
    margin-top: 30px;
}

.customhalf_box img {
    width: auto;
    max-width: 100%;
    height: 500px;
    margin: 0px auto 25px auto;
    display: inherit;
    box-shadow: 0 0 30px #e5e5e5;
}

.feature-image > img {
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.customhalf_box h5, .customhalf_box h4, .customhalf_box h3, .customhalf_box h2 {
    margin: 13px 0 10px 0;
}

.loadmore_button > a.more.finish {
    max-width: 360px !important;
    margin-top: 20px;
}

.form-check .form-check-label {
    color: #fff;
}

/** Restaurant Listing **/
.restaurantlisting-wrapper .title > h2::before, .restaurantlisting-wrapper .title > h2::after {
    width: 28%;
}

.restaurants-grid h2 {
    font-size: 19px;
    text-transform: uppercase;
    margin: 17px 0 10px 0;
}

.restaurants-grid p {
    margin-bottom: 9px;
}

.restaurants-grid {
    border: 1px solid #f4f4f4;
    box-shadow: 0 0 20px #ececec;
    border-radius: 9px;
    overflow: hidden;
}

.restaurants-grid h2, .restaurants-grid p {
    padding: 0 20px;
}

.statelist-wrapper .title > h2::before, .statelist-wrapper .title > h2::after {
    width: 18%;
}

.state-listgrid ul > li {
    border: 1px solid #ccc;
    margin: 11px 4px;
    display: inline-block;
    padding: 9px 23px;
    border-radius: 40px;
    font-size: 14px;
}

.state-listgrid {
    margin-top: 30px;
}

.state-listgrid ul > li {
    margin: 11px 4px 33px 4px;
    display: inline-block;
    padding: 9px 61px 9px 23px;
    border-radius: 40px;
    font-size: 14px;
    background-color: #80bd01;
    color: #fff;
    font-weight: bold;
    position: relative;
}

.state-listgrid ul > li > span {
    background-color: #fff;
    width: 30px;
    display: inherit;
    height: 30px;
    color: #80bd01;
    text-align: center;
    border-radius: 50%;
    padding: 7px 0;
    position: absolute;
    right: 4px;
    top: 4px;
    font-size: 13px;
}

.sidebar {
    background-color: #fff;
    box-shadow: 0 0 30px #00000017;
    padding-bottom: 30px;
}

.get_veginout_wrapper {
    background-color: #80bd01;
    border-radius: 0;
    padding: 28px;
    margin-top: 40px;
}

.sidebar h3 {
    color: #fff;
    font-size: 28px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 900;
}

.sidebar p {
    color: #fff;
    font-size: 18px;
    letter-spacing: 2px;
}

.sidebar form input {
    border-radius: 40px;
    border: 0;
    padding: 0 20px;
    font-size: 14px;
    color: #333;
}

.sidebar form input:focus {
    box-shadow: none;
    outline: none;
}

.form-group.form-check {
    padding-left: 0;
    color: #fff;
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #fff;
    background-color: #80bd01;
}

.sidebar form button {
    width: 100%;
    border-radius: 60px;
    background-color: #405f02;
    border: 1px solid #405f02;
    text-transform: uppercase;
    letter-spacing: 4px;
}

.sidebar form button:hover {
    background-color: #fff;
    color: #405f02;
    box-shadow: none;
    outline: none;
}

.addword {
    margin: 30px 0 0 0;
    text-align: center;
}

.addlisting-grid .icon svg {
    width: 100px;
    height: auto;
    transition: all .3s ease-in;
}

.addlisting-grid {
    text-align: center;
    margin: 33px 0;
    background-color: #fff;
    box-shadow: 4px 4px 20px #e7e7e7;
    padding: 40px 0 30px 0;
    transition: all .3s ease-in;
}

.addlisting-grid h3 {
    font-size: 16px;
    letter-spacing: 4px;
    text-transform: uppercase;
    font-weight: bold;
    transition: all .3s ease-in;
}

.addlisting-grid .icon {
    margin-bottom: 22px;
    padding-bottom: 27px;
    position: relative;
    display: inline-flex;
}

.addlisting-grid .icon::before {
    content: "";
    display: block;
    background-color: #ccc;
    width: 80%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.addlisting-grid:hover .icon::before {
    background-color: #fff;
}

.addlisting-grid:hover a svg {
    fill: #fff;
}

.addlisting-grid:hover a h3 {
    color: #fff;
}

.addlisting-grid:hover {
    background-color: #80bd01;
}

.questionyn-wrapper h2 {
    font-size: 21px;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-weight: bold;
    margin-bottom: 20px;
}

.questionyn-wrapper {
    text-align: center;
    background-color: #fff;
    box-shadow: 0 0 40px #eaeaea;
    padding: 50px 0;
}

.questionyn-wrapper .buttons-group > a.btn {
    width: 80px;
    height: 80px;
    background-color: #80bd01;
    border: 1px solid #80bd01;
    border-radius: 50%;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 3px;
    text-align: center;
    margin: 0 9px;
    color: #fff;
    line-height: 62px;
    -webkit-appearance: inherit;
}

.questionyn-wrapper .buttons-group > button:hover, .questionyn-wrapper .buttons-group > button:active, .questionyn-wrapper .buttons-group > button:focus {
    color: #80bd01;
    background-color: #fff;
    outline: none;
    box-shadow: none;
}

.questionyn-wrapper h2::after {
    content: "";
    display: block;
    width: 70%;
    height: 1px;
    background-color: #000;
    margin: 20px auto;
}

.questionyn-wrapper {
    display: none;
}

.listingoption-showhide {
    display: none;
}

.questionynoption-showhide {
    position: relative;
    display: block;
    margin: 50px 0 0 0;
}

.backlisting-button {
    position: absolute;
    left: 0;
    top: -50px;
    max-width: 230px;
    width: 100%;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    padding: 8px 0;
}

.backlisting-button > i {
    margin-right: 3px;
    font-size: 20px;
    position: relative;
    top: 2px;
}

.question-content-wrapper {
    display: none;
}

.question-content-inner {
    text-align: left;
    background-color: #fff;
    box-shadow: 0 0 40px #eaeaea;
    padding: 32px 40px;
    margin: 50px 0;
}

.question-content-showhide {
    display: flex;
}

.question-content-wrapper .buttons-group > button {
    max-width: 170px;
    width: 100%;
    margin-right: 10px;
}

.question-content-inner > h2 {
    text-transform: uppercase;
    font-size: 21px;
    letter-spacing: 3px;
    margin-bottom: 15px;
    font-weight: bold;
}

.addlisting-wrapper .title h2::before, .addlisting-wrapper .title h2::after {
    width: 38%;
}

.restaurant-form-wrapper form label {
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
}

.restaurant-form-wrapper .btn.btn-primary.backlisting-button {
    position: static;
    margin: 19px 0;
}

.address, .image-wrap, .opening-hours {
    padding: 18px 0;
}

.address > h3, .image-wrap > h3, .opening-hours > h3, .opening-days > h3 {
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 2px;
    border-left: 3px solid #80bd01;
    padding-left: 11px;
    line-height: 31px;
    font-weight: bold;
    margin-bottom: 19px;
}

.restaurant-form-wrapper > form .form-group > .btn {
    width: 100%;
    max-width: 200px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    padding: 7px 0;
    margin: 10px 0;
}

.formsubmit-button {
    float: right;
}

.restaurant-form-wrapper .custom-select.multipleselect {
    min-height: 150px;
}

.restaurant-formfields .title h2::before, .restaurant-formfields .title h2::after {
    width: 27%;
}

select.custom-select.multipleselect option {
    margin-bottom: 9px;
    padding: 5px 13px;
    border-radius: 70px;
    letter-spacing: 2px;
}

.plus-sign {
    width: 35px;
    height: 35px;
    background-color: #80bd01;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    padding: 6px 0;
    font-size: 16px;
    cursor: pointer;
    margin-top: 31px;
}

.clone-from .form-group {
    width: 48%;
    display: inline-block;
    margin: 0 7px 0 0;
}

.clone-from, .clone-from + a {
    display: inline-block;
}

.clone-from {
    width: 95%;
}

.clone-from + a {
    width: 35px;
    height: 35px;
    background-color: #80bd01;
    color: #fff;
    text-align: center;
    font-size: 20px;
    border-radius: 50%;
    line-height: 32px;
}

.clone-from + a > i {
    font-size: 15px;
}

.clone-from + a {
    width: 35px;
    height: 35px;
    background-color: #80bd01;
    color: #fff;
    text-align: center;
    font-size: 20px;
    border-radius: 50%;
    line-height: 32px;
}

.clone-from + a > i {
    font-size: 15px;
}

#add_more_text {
    margin: 16px 0 10px 0;
    background-color: #80bd01;
    color: #fff;
    width: 35px;
    height: 35px;
    display: block;
    text-align: center;
    line-height: 37px;
    border-radius: 50%;
    font-size: 14px;
    font-weight: bold;
}

.addlisting-wrapper {
    padding-top: 50px;
}

.addlisting-wrapper .container {
    max-width: 70%;
}

.opening-hours #template .clone-from + a {
    display: none;
}

.restaurant-form-wrapper .form-group > label {
    width: 100%;
}

.restaurant-form-wrapper .custom-control.custom-checkbox {
    display: inline-block;
    margin: 0 30px 20px 0;
}

.opening-hours {
    padding-top: 10px;
}

.restaurant-form-wrapper .custom-control.custom-checkbox label.custom-control-label {
    padding-top: 2px;
    font-weight: 400;
}

.added {
    margin-top: 20px;
}

.question-veg {
    font-size: 18px;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 0 20px #ededed;
    padding: 21px 0;
}

.question-veg span {
    margin-right: 8px;
}

.question-veg span:first-child {
    position: relative;
    top: 2px;
}

.question-veg span .btn-primary {
    width: 119px;
}

.citytitlebar {
    background-color: #80bd01;
    padding: 10px 0;
}

.citytitlebar h1 {
    font-size: 29px;
    text-transform: uppercase;
    color: #fff;
    padding: 13px 0 7px 0;
}

.citybar-icons > li {
    display: inline-block;
    text-align: center;
    margin: 0 10px;
}

.citybar-icons > li a {
    color: #fff;
}

.citybar-icons > li a i {
    font-size: 25px;
    background-color: #fff;
    color: #80bd01;
    width: 57px;
    height: 57px;
    padding: 15px 0;
    border-radius: 50%;
}

.citybar-icons li > a > p {
    font-size: 16px;
    text-transform: uppercase;
    margin: 10px 0 0 0;
}

.breadcrumb {
    background: transparent;
    padding: 12px 0;
    margin: 26px 0;
    border-bottom: 1px dashed #ccc;
}

.breadcrumb a {
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.breadcrumb a, .breadcrumb .breadcrumb-item {
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.filter-wrap ul > li:first-child {
    display: inherit;
    color: #000;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 15px;
    border: 0;
}

.filter-wrap ul > li {
    display: inline-block;
    margin-right: 15px;
    border-right: 1px solid #ccc;
    padding-right: 17px;
}

.filter-wrap ul > li:last-child {
    border: 0;
}

.filter-wrap ul > li .icon, .filter-wrap ul > li a {
    display: inline-block;
}

.filter-wrap ul > li a {
    color: #000;
    font-weight: 600;
    margin-left: 9px;
}

.filter-wrap ul > li a {
    color: #000;
    font-weight: 600;
    margin-left: 3px;
}

.restaurantcity-wrapper .icon {
    width: 34px;
    height: 34px;
    background-color: #80bd01;
    border-radius: 50%;
    text-align: center;
    padding: 3px 0;
    position: relative;
    top: -2px;
}

.filter-wrap > ul > li .icon svg {
    width: 19px;
    height: auto;
    fill: #fff;
    stroke: #fff;
}

.searchlisting-title {
    margin: 40px 0 0 0;
}

.searchlisting-title > h2 {
    font-size: 25px;
    font-weight: bold;
    position: relative;
    color: #000;
}

.reslisting-item {
    border: 1px solid #e3e3e3;
    padding: 20px 25px;
    margin-top: 37px;
    border-radius: 8px;
    box-shadow: 0 0 61px #e4e4e4b8;
    position: relative;
}

.reslisting-item > h3 {
    font-size: 23px;
    font-weight: 700;
    color: #80bd01;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.category-item > span {
    padding: 4px 20px;
    display: inline-flex;
    border-radius: 60px;
    font-size: 14px;
    background: linear-gradient(to right, #0bab64, #61d58c);
    background-clip: border-box;
    color: #fff;
}

.category-item > span > a {
    color: #fff;
}

.reslisting-item .address, .reslisting-item .phone-no {
    font-size: 16px;
    width: 48%;
    margin-top: 16px;
    display: inline-block;
    padding: 0;
}

.reslisting-item .phone-no {
    text-align: right;
}

.reslisting-item .address i {
    margin-right: 7px;
}

.reslisting-item .address i, .reslisting-item .phone-no i {
    margin-right: 7px;
}

.res-times {
    margin: 18px 0;
}

.res-times > i {
    margin-right: 7px;
}

.cuisine > strong {
    font-size: 16px;
    margin-right: 4px;
}

.reslisting-item p {
    margin-top: 14px;
}

.cost-for {
    position: absolute;
    right: 0;
    top: 20px;
    border-right: 4px solid #80bd01;
    text-align: right;
    padding: 10px 16px 10px 0;
    color: #000;
}

.cost-for > strong {
    font-weight: 900;
    color: #000;
    text-transform: uppercase;
    margin-right: 7px;
}

.restaurant-form-wrapper textarea {
    border-radius: 10px;
}

/*toggle Button*/
.opening-days .switch {
    position: relative;
    display: inline-block;
    width: 90px;
    height: 34px;
}

.opening-days .switch input {
    display: none;
}

.opening-days .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #588003;
    -webkit-transition: .4s;
    transition: .4s;
}

.opening-days .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.opening-days input:checked + .slider {
    background-color: #80bd01;
}

.opening-days input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

.opening-days input:checked + .slider:before {
    -webkit-transform: translateX(55px);
    -ms-transform: translateX(55px);
    transform: translateX(55px);
}

.opening-days .on {
    display: none;
}

.opening-days .on, .opening-days .off {
    color: white;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    font-size: 10px;
    font-family: Verdana, sans-serif;
}

.opening-days input:checked+ .slider .on {
    display: block;
    left: 30px;
}

.opening-days .off {
    left: 60%;
}

.opening-days input:checked + .slider .off {
    display: none;
}

.opening-days .slider.round {
    border-radius: 34px;
}

.opening-days .slider.round:before {
    border-radius: 50%;
}

/*Day Show HIde*/
.opening-days input:checked + .slider + .month-checkbox {
    display: flex;
}

.month-checkbox {
    margin-top: 65px;
}

.opening-days {
    padding-top: 10px;
    margin-bottom: 28px;
}

.month-checkbox {
    width: 100%;
    display: none;
}

/*Restaurant Detail Page*/
.restaurant-detailpage {
    background-color: #80bd01;
}

.topdetail-infobar .col-md-8 > h1 {
    font-size: 29px;
    text-transform: uppercase;
    color: #fff;
    padding: 13px 0 7px 0;
    float: left;
}

.topdetail-infobar .col-md-8 > .category-item {
    margin: 15px 0 0 14px;
    display: inline-block;
}

.topdetail-infobar .col-md-8 > .category-item > span {
    background: linear-gradient(to right, #fff, #fff);
}

.topdetail-infobar .col-md-8 > .category-item > span > a {
    color: #000;
    font-weight: 600;
}

.share-icon > a {
    display: inline-block;
    color: #fff;
    font-size: 15px;
    border: 1px solid #fff;
    border-radius: 23px;
    width: 120px;
    text-align: center;
    line-height: 0;
    padding: 10px 0;
    margin-top: 13px;
}

.share-icon > a > span {
    color: #fff;
    display: inherit;
    text-transform: uppercase;
    padding-left: 2px;
}

.icon_text {
    color: #80bd01;
}

.icon_text {
    list-style: none;
    position: relative;
    margin-bottom: 15px;
    text-align: center;
}

.icon_text i {
    display: inherit;
    text-align: center;
    background-color: #fff;
    width: 80px;
    height: 80px;
    margin: 0 auto 20px auto;
    box-shadow: 3px 3px 12px #cccccc7a;
    font-size: 31px;
    padding: 22px 0;
    border-radius: 11px;
    border: 1px solid #eaeaea;
}

.icon_text .title {
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 4px;
}

.icon_text p {
    color: #333;
    margin-top: 7px;
}

.icon_text a {
    color: #333;
}

.icon_text i.fa.fa-phone {
    transform: rotate(90deg);
}

.restaurant_detail .btn i {
    padding-right: 4px;
}

.restaurant_detail .col-sm-12.col-md-8 .col-sm-12.col-md-12 > h6 {
    font-size: 17px;
    line-height: 36px;
}

.related-grid > .carousel-item {
    display: inline-block;
    width: 30%;
    margin: 45px 20px 0 0;
    border-radius: 9px;
    overflow: hidden;
}

.relatedslider .item-slider > .restaurants-grid, .relatedslider .slick-slide .restaurants-grid {
    border-radius: 15px;
    overflow: hidden;
    height: auto;
    padding: 0;
    box-shadow: none;
    border: 0;
}

.relatedslider button.slick-arrow {
    width: 40px;
    height: 40px;
    position: absolute;
    z-index: 10;
    background-image: url("../images/icons.png");
    background-color: #80bd01;
    border-radius: 37px;
    box-shadow: 0 3px 5px #000;
    border: 1px solid #fff;
}

.relatedslider button.slick-prev.slick-arrow {
    top: 56%;
    left: -3px;
    transform: translate(0, -50%);
    background-size: 200px;
    background-position: -467px 4px;
}

.relatedslider button.slick-next.slick-arrow {
    top: 56%;
    right: -3px;
    transform: translate(0, -50%);
    background-size: 200px;
    background-position: -492px 4px;
}

.restaurant_detail .col-sm-12.col-md-4 > .sidebar > h3 {
    color: #000;
    font-size: 18px;
    padding: 9px 20px;
    border-left: 4px solid #80bd01;
}

.restaurant_detail .sidebar {
    padding: 23px 0;
}

.restaurant_detail .sidebar p {
    color: #212121;
    margin-bottom: 0;
}

.restaurant_detail .sidebar ul {
    margin-top: 11px;
}

.restaurant_detail .sidebar ul > li {
    background-color: #ededed;
    padding: 8px 21px;
    margin: 11px 0;
    display: inline-block;
    width: 100%;
}

.restaurant_detail .sidebar ul > li > h4 {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 700;
}

.nearby-info > p {
    font-size: 13px;
    float: left;
}

.restaurant_detail .sidebar p:last-child {
    float: right;
}

.reslisting-item > h3 > a {
    color: #80bd01;
}

.f-inner {
    overflow: hidden;
    position: relative;
    height: 350px;
}

.topdetail-infobar {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0 auto;
    background-color: #00000075;
    padding: 0 60px;
}

.restaurant_detail .col-sm-12.col-md-12 > h6 > strong {
    display: inherit;
}

.restaurant_detail .col-sm-12.col-md-12 > h6 > span {
    border: 1px solid #ccc;
    border-radius: 21px;
    padding: 5px 18px;
    margin: 0 2px;
    font-size: 14px;
}

.f-inner > img {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
}

/*** TimePopover ***/
#moretimePopover .modal-header {
    background-color: #80bd01;
}

#moretime_title {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 3px;
}

#moretimePopover table tbody tr {
    text-align: left;
}

#moretimePopover table tr th {
    background-color: #80bd01;
    color: #fff;
}

#moretimePopover table tr td, #moretimePopover table tr th {
    border: 1px solid #9a9a9a;
}

#moretimePopover table tbody tr:last-child td {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 2px;
}

button.close {
    outline: none;
    background-color: #fff;
    width: 35px;
    height: 35px;
    opacity: 1;
    font-size: 20px;
    text-shadow: none;
    border-radius: 50%;
    margin: 0 !important;
    padding: 0 !important;
    color: #0d0d0d;
    position: absolute;
    right: -14px;
    top: -16px;
    line-height: 9px;
    border: 1px solid #80bd01;
    text-align: center;
}

button.close > span {
    display: inline-table;
}

.loginsign_wrapper ul > li {
    width: 50%;
    text-align: center;
}

.loginsign_wrapper form .btn {
    width: 100%;
}

.loginsign_wrapper #myTabContent {
    margin-top: 28px;
}

.loginsign_wrapper {
    margin: 70px 0 20px 0;
}

body.loginbody header {
    background-color: #ffffff9e;
    box-shadow: 0 0 20px #00000012;
    position: absolute;
    z-index: 1;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
}

.login-wrapper {
    background-image: url("../images/login_background.jpg");
    position: relative;
}

.login-wrapper::before {
    content: "";
    display: block;
    background: #fff;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0.8;
}

.loginsign_wrapper {
    margin: 0;
    background-color: #ffffffc7;
    padding: 20px 20px 30px 20px;
    border-radius: 11px;
    box-shadow: 0 0 40px #ccc;
}

.loginsign_wrapper ul > li > a {
    border-radius: 60px !important;
    padding: 0 !important;
    line-height: 46px;
    border: 1px solid #d6d6d6 !important;
}

.nav-tabs .nav-item {
    margin-bottom: 0;
}

.loginsign_wrapper ul > li:first-child > a {
    border-bottom-right-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

.loginsign_wrapper ul > li:last-child > a {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
}

.login-wrapper .nav-tabs .nav-item.show .nav-link, .login-wrapper .nav-tabs .nav-link.active {
    background-color: #80bd01;
    color: #fff !important;
}

.login-wrapper form input {
    padding: 0 27px;
}

.loginsign_wrapper .nav-tabs {
    border: 0;
}

.loginsign_wrapper form label {
    font-weight: bold;
    color: #365000;
}

.loginsign_wrapper form .btn {
    width: 100%;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
    min-height: 44px;
    margin: 8px 0 0px 0;
}

.login-wrapper {
    min-height: calc(100vh - 60px);
    position: relative;
}

.login-wrapper > .container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/*Swiper Slider*/
.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-container {
    padding-bottom: 43px;
}

body.notfound{
    background-image: url("/assets/images/banner.png");
    background-size: inherit;
    position: relative;
}
body.notfound:before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0.8;
}
.loader-box {
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    text-align: center;
    opacity: 0.8;
    vertical-align: middle;
}
.loader-box > img {
    position: relative;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
}
.banner_inner .search-box .form-group > select:hover option {
    color: #000;
}
.btn-primary.disabled, .btn-primary:disabled {
    background-color: #ccc !important;
    border-color: #ccc !important;
    color: #565656 !important;
}
/*Our Blog Section*/
body.ourblog_body header {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    z-index: 1;
}
.ourcategory_wrapper {
    background-image: url("https://images.assetsdelivery.com/compings_v2/seamartini/seamartini1512/seamartini151200272.jpg");
    background-size: inherit;
    background-position: center -30px;
    padding-top: 82px;
    padding-bottom: 28px;
    position: relative;
}
.ourcategory_wrapper::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: 1;
    background-image: linear-gradient(to bottom, #ffffffcf, white);
}
body.notfound .sub-wrapper.pt-1.pb-5 {
    display: none;
}
.blogdetail-wrapper br {
    display: none;
}



/*loader css start */
.page {
  width: 650px;
  margin: 10% auto 0;
  padding: 20px;
  background: #e5e5e5;
}
.page-title {
  margin-top: 5px;
  margin-bottom: 10px;
}
.page-content {
  background: #fff;
  padding: 25px 0;
}

.placeholder-content {
  height: 205px;
  overflow: hidden;
  background: #000;
  position: relative;
  -webkit-animation-duration: 1.7s;
          animation-duration: 1.7s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-name: placeholderAnimate;
          animation-name: placeholderAnimate;
  background: #f6f7f8;
  background: linear-gradient(to right, #eee 2%, #ddd 18%, #eee 33%);
  background-size: 1300px;
}
.placeholder-content_item {
  width: 100%;
  height: 20px;
  position: absolute;
  background: #fff;
  z-index: 2;
}
.placeholder-content_item:after, .placeholder-content_item:before {
  width: inherit;
  height: inherit;
  content: '';
  position: absolute;
}
.placeholder-content_item:nth-child(1) {
  top: 0;
  left: 0;
}
.placeholder-content_item:nth-child(2) {
  top: 20px;
  left: 0;
  width: 10%;
  height: 90px;
}
.placeholder-content_item:nth-child(3) {
  top: 0px;
  left: 0;
  width: 10%;
  height: 100%;
}
.placeholder-content_item:nth-child(4) {
  top: 20px;
  width: 20px;
  left: 170px;
  height: 90px;
}
.placeholder-content_item:nth-child(5) {
  top: 40px;
  left: 190px;
  height: 12px;
}
.placeholder-content_item:nth-child(6) {
  top: 75px;
  left: 190px;
  height: 12px;
}
.placeholder-content_item:nth-child(7) {
  top: 20px;
  right: 0;
  width: 23%;
  height: 20px;
}
.placeholder-content_item:nth-child(8) {
  top: 0;
  right: 0;
  width: 10%;
  height: 100%;
}
.placeholder-content_item:nth-child(9) {
  top: 110px;
  height: 17px;
  left: 0;
}
.placeholder-content_item:nth-child(10) {
  top: 149px;
  height: 12px;
  left: 0;
}
.placeholder-content_item:nth-child(11) {
  top: 183px;
  left: 0;
  height: 100%;
}

@-webkit-keyframes placeholderAnimate {
  0% {
    background-position: -650px 0;
  }
  100% {
    background-position: 650px 0;
  }
}

@keyframes placeholderAnimate {
  0% {
    background-position: -650px 0;
  }
  100% {
    background-position: 650px 0;
  }
}

/*loader css stop*/


.loader_contentshow .feature-image, .loader_contentshow .blog-image{
    overflow: hidden;
    background: #000;
    position: relative;
    -webkit-animation-duration: 1.7s;
    animation-duration: 1.7s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-name: placeholderAnimate;
    animation-name: placeholderAnimate;
    background: #f6f7f8;
    background: linear-gradient(to right, #eee 2%, #ddd 18%, #eee 33%);
    background-size: auto;
    background-size: 1300px;
    z-index: 99999;
    font-size: 0 !important;
    min-height: 300px;
    height: 100%;
    border-radius: 14px;
}
.loader_contentshow .blog-image {
    overflow: hidden;
    background: #000;
    position: relative;
    -webkit-animation-duration: 1.7s;
    animation-duration: 1.7s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-name: placeholderAnimate;
    animation-name: placeholderAnimate;
    background: #f6f7f8;
    background: linear-gradient(to right, #eee 2%, #ddd 18%, #eee 33%);
        background-size: auto;
    background-size: auto;
    background-size: 1300px;
    z-index: 99999;
    font-size: 0 !important;
    min-height: 252px;
    height: 100%;
    border-radius: 14px;
    width: 90%;
    margin: 0 auto;
}
.loader_contentshow .feature-image > img, .loader_contentshow .blog-image > img{
    display: none;
}
.customhalf_box a {
    color: #0bab64;
    font-weight: bold;
}


.loder_notloaded{
        overflow: hidden;
    background: #000;
    position: relative;
    -webkit-animation-duration: 1.7s;
    animation-duration: 1.7s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-name: placeholderAnimate;
    animation-name: placeholderAnimate;
    background: #f6f7f8;
    background: linear-gradient(to right, #eee 2%, #ddd 18%, #eee 33%);
        background-size: auto;
    background-size: auto;
    background-size: 1300px;
    z-index: 99999;
    font-size: 0 !important;
    min-height: 350px;
    height: 100%;
    border-radius: 14px;
    width: 100%;
    margin: 0 auto;
}
.state-listgrid ul > li > span, .state-listgrid ul > li > a span {
    background-color: #fff;
    width: 30px;
    display: inherit;
    height: 30px;
    color: #80bd01;
    text-align: center;
    border-radius: 50%;
    padding: 7px 0;
    position: absolute;
    right: 4px;
    top: 4px;
    font-size: 13px;
    cursor: pointer;
}
.titlecss{
    cursor: pointer;
}