*,
body,
html {
    margin: 0;
    padding: 0;
    font-family: 'Sora', sans-serif;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

body {
    background: #ffffff;
}

.img-width {
    width: 100%;
}

.pd-topbtm-40 {
    padding: 40px 0;
}

.pd-top-40 {
    padding-top: 40px;
}

.pd-btm-40 {
    padding-bottom: 40px;
}

.pd-top-15 {
    padding-top: 15px;
}

.pd-btm-15 {
    padding-bottom: 15px;
}

.pd-top-30 {
    padding-top: 30px;
}

.pd-btm-30 {
    padding-top: 30px;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

a {
    text-decoration: none;
    color: #ffe376
}

a:hover {
    color: #fff;
}

.display-flex {
    display: flex;
    align-items: center
}

.display-flex-align-top {
    display: flex;
}

.light-bg {
    background: rgba(45, 44, 62);
}

.dark-bg {
    background: #0d0d0d;
}

.gray-bg {
    background: #9b9b9b
}

.dark-back h3 {
    color: #68f66a !important;
}

.dark-back p {
    color: #fff !important;
}

h1 {
    font-size: 34px;
    font-family: 'Sora', sans-serif;
    line-height: 44px;
    color: #0a790f;
    margin-bottom: 15px;
    font-weight: 700;
    font-style: italic;
}

h2 {
    font-size: 32px;
    font-family: 'Sora', sans-serif;
    line-height: 42px;
    color: #0a790f;
    margin-bottom: 15px;
    font-weight: 700;
    font-style: italic;
}

h3 {
    font-size: 30px;
    font-family: 'Sora', sans-serif;
    line-height: 40px;
    color: #0a790f;
    margin-bottom: 15px;
    font-weight: 700;
    /* font-style: italic; */
}

h4 {
    font-size: 28px;
    font-family: 'Sora', sans-serif;
    line-height: 38px;
    color: #6dbfdb;
    margin-bottom: 15px;
    font-weight: 700;
    font-style: italic;
}

.shape-1 {
    position: fixed;
    z-index: -1;
    opacity: 0.6;
    right: 0;
    bottom: 0;
    background: #ffe376;
    height: 300px;
    width: 300px;
    border-radius: 50%;
    filter: blur(200px);
}


.local-places-heading {
    font-size: 28px;
    font-family: 'Sora', sans-serif;
    line-height: 38px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #ffe376
}

.pos-rel {
    position: relative;
}

.over-flow {
    overflow: hidden;
}

.cl {
    clear: both
}

.text-center {
    text-align: center;
}

img {
    vertical-align: bottom;
    height: 100%;
    width: 100%;
}

/* Header :::: Start */
header {
    width: 100%;
    padding: 15px 0;
}

.header-top {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 10px 0;
}

.header-logo {
    width: 230px;
    margin: 0 auto;
}

.header-logo {
    text-align: center;
    font-size: 40px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0px;
}

.header-logo a {
    color: #fff;
}

.header-logo img {
    width: 193px;
    padding: 0px;
    height: 100%
}

.header-logo-vip {
    display: flex;
    justify-content: flex-end;
    flex: 1;
}

.header-logo-vip-inner {
    font-size: 17px;
    color: #fff;
}

.header-logo-vip-contact {
    text-align: center;
    color: #ffe376;
    font-size: 21px;
    font-weight: 800;
    padding-top: 6px;
}

.header-right {}


.navi-menu ul {
    margin: 0;
    padding: 0;
    text-align: center
}

.navi-menu ul li {
    display: inline-block;
    position: relative;
}

/* .navi-menu ul li:before{background: rgba(255,255,255, 0.5); height: 10px; width: 10px; content: ''; position: absolute; left: 0; top: 20px; border-radius: 50%;} */

.navi-menu ul li a,
.cg-l {
    color: #272727;
    font-size: 15px;
    font-weight: 500;
    padding: 15px 35px;
    display: inline-block;
    text-transform: uppercase;
}

.navi-menu ul li ul {
    width: 250px;
    background: #fff;
    height: 300px;
    overflow: auto;
    position: absolute;
    display: none;
    flex-wrap: wrap;
}

.navi-menu ul li ul li {
    display: block;
    width: 100%
}

.navi-menu ul li ul li a {
    display: block;
    color: #000;
    text-align: left;
    padding: 10px;
    text-transform: none;
}

.navi-menu ul li ul li a:hover {
    background: #eee
}

.navi-menu ul li:hover ul {
    display: flex
}

.menu-trigger {
    display: none;
}

.arrow-down {
    height: 6px;
    width: 6px;
    border: #fff solid 2px;
    border-top: 0;
    border-right: 0;
    transform: rotate(-45deg);
    margin-left: 3px;
    display: inline-block;
    position: relative;
    top: -3px;
}

/* Header :::: Closed */

/* Banner :::: Start */

.banner {}

/* Banner :::: Closed */

/* Main :::: Start */

.top-boxes-l {
    display: flex;
    margin: 0 -15px
}

.top-boxes-lf {
    width: 70%;
    padding: 0 15px;
}

.top-boxes-rt {
    width: 30%;
    padding: 0 15px;
}


.main-box-top {
    padding: 20px;
    margin: 20px 0;
}

.main-boxes {
    padding: 30px 15px;
}


.home-img {
    margin: 20px 0;
}


.main-hd h3 {
    font-size: 31px;
    font-weight: 600;
    margin: 0;
    margin-bottom: 20px;
    font-family: 'Sora', sans-serif;
}

.main-txt p,
.dark-back p {
    font-size: 18px;
    margin-bottom: 15px;
    line-height: 30px;
    font-weight: 400;
    text-align: justify;
    color: #1e1e1e;
}

.main-txt ul {
    margin: 0;
    padding: 0;
}

.main-txt ul {
    margin-bottom: 15px;
    margin-left: 30px;
    padding: 0;
}

.main-txt ul li {
    line-height: 28px;
    padding: 5px;
    color: #343434;
    padding-left: 0px;
    font-size: 18px;
    position: relative;
}

.top-banner {
    border: #ffe376 solid 4px
}

.location-main-img {
    border: #ffe376 solid 4px;
    width: 350px;
    height: 350px;
    margin: 10px auto;
}


.main-box-top .main-txt p {
    text-align: center;
}


.local-places-heading {
    color: #0a790f;
    font-weight: 700;
    font-style: italic;
    font-size: 32px;
    padding: 10px;
    text-align: center;
}

.top-gallery-box ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.top-gallery-box ul li {
    padding: 20px;
    display: block;
    padding: 7px;
    width: 25%;
}


.photo-gallery .top-gallery-box ul li {
    width: 33.33%
}

.captn {
    margin: 0 0 10px 0;
    background: linear-gradient(to left, #8d45b7, #6dbfdb);
    padding: 10px;
    text-align: center;
}

.name-p {
    font-size: 20px;
    color: #ffe376;
    text-align: center;
    text-shadow: rgba(0, 0, 0, 0.8) 1px 1px 1px;
    font-weight: 700;
}

.captn p {
    font-size: 14px;
    color: #fff;
}

.verified-box {
    position: relative;
    overflow: hidden;
}

.verified {
    position: absolute;
    right: 0;
    bottom: 0;
    color: #000;
    z-index: 99999;
    font-size: 12px;
    padding: 10px;
    text-transform: uppercase;
    font-weight: 600;
}

.verified:before {
    content: '';
    position: absolute;
    height: 250px;
    width: 250px;
    transform: rotate(45deg);
    background: #f4e673;
    z-index: -1;
    left: -47px;
    top: -7px;
}

.img-holder ul {
    margin: 0;
    padding: 0;
    display: flex;
}

.img-holder ul li {
    width: 23%;
    position: relative;
}

.img-holder-box {
    background: #216a82
}

.img-holder ul li:hover img {
    opacity: 0.3
}

.img-caption {
    position: absolute;
    padding: 15px;
    bottom: 0;
    width: 100%;
    left: 0;
    transition: .3s ease;
    z-index: 9
}

.img-caption:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, #000, transparent);
    left: 0;
    bottom: 0;
    z-index: -1
}

.img-caption-name {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 4px;
    color: #fff;
    text-shadow: rgba(0, 0, 0, 0.4) 1px 1px 3px
}

.img-caption-cont {
    font-size: 15px;
    color: #fff;
}

.img-holder ul li:hover .img-caption {
    padding: 50px 15px;
}

.img-holder ul li:hover .img-caption:before {
    display: none;
}


.content-box {}

.content-box-txt {
    display: flex;
    margin: 0 -15px;
}

.content-box-lf {
    width: 70%;
    padding: 0 15px;
}

.content-box-rt {
    width: 30%;
    padding: 0 15px;
}

.content-box-inner {
    width: 100%
}

.container .content-box {
    margin: 15px 0;
}

.location-bg {
    padding-bottom: 30px;
}

.local-places-list ul {
    margin: 0;
    padding: 0;
    text-align: center;
}

.local-places-list ul li {
    display: block;
    position: relative;
}

.local-places-list ul li a {
    padding: 15px;
    color: #fff;
    background: #006605;
    border: #68f66a solid 2px;
    display: block;
    text-align: justify;
    border-radius: 5px;
    margin-block: 5px;
}

.local-places-list ul li:last-child a {
    border-bottom: 0;
}

.page-not-box {
    padding: 150px 0;
    text-align: center;
}

.hed404 {
    font-size: 122px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #fff;
}

.hed-sma {
    font-size: 46px;
    margin-bottom: 15px;
    color: #fff;
}

.hed-para {
    font-size: 20px;
    color: #fff;
}

.hed-link {
    text-align: center;
    margin-top: 40px;
}


.hed-link a {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    background: #fff;
    color: #000;
    padding: 10px 40px;
    display: inline-block;
}

4 .local-places-list2 {
    margin-top: 20px;
}

.local-places-heading2 {
    font-size: 28px;
    font-family: Georgia;
    line-height: 38px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #006605;
}

.local-places-list2 ul {
    margin: 0 -10px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.local-places-list2 ul li {
    display: block;
    padding: 10px;
    width: 25%;
    display: flex;
}

.local-places-list2 ul li a {
    background: #006605;
    padding: 15px 25px;
    display: block;
    width: 100%;
    color: #fff;
    font-size: 15px;
    /* text-align: center; */
    border: 2px solid #68f66a;
    border-radius: 5px;
}

@media (max-width: 767px) {
    .local-places-list2 ul li {
        margin: 0px 0;
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 767px) {
    .local-places-list2 ul {
        margin: 0;
    }
}

.mobile-view {
    display: none;
}

.footer {
    background: #024105;
    color: #fff;
    padding: 15px;
    text-align: center;
}

.footer-hd {
    font-size: 21px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 15px;
}

.footer-menu-box {
    display: flex;
    margin: 0 -20px;
}

.footer-menu-main {
    width: 40%;
    padding: 20px;
}

.footer-menu {
    width: 30%;
    padding: 20px;
}

.footer-menu-list p {
    font-size: 16px;
    line-height: 28px;
}

.footer-menu-list ul {
    margin: 0;
    padding: 0;
}

.footer-menu-list ul li {
    display: block;
    position: relative;
}

.footer-menu-list ul li a {
    color: #fff;
    font-size: 16px;
    display: block;
    padding: 5px
}

.desk-view-location {
    display: block;
}

.mobile-view-location {
    display: none;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /* margin-right: -15px;
    margin-left: -15px; */
}

#rate .rate-container .rate-row .rate-col .rate-table {
    border: 1px solid red;
    width: 100%;
    text-align: center;
}

table {
    border-collapse: collapse;
}

#rate .rate-container .rate-row .rate-col .rate-table .table-heading {
    background: #024105;
    color: #68f66a;
}

#rate .rate-container .rate-row .rate-col .rate-table .table-data {
    background: #006605;
    color: #fff;
}

#rate .rate-container .rate-row .rate-col .rate-table .rate-table-tr .rate-table-th {
    font-size: 22px;
    font-weight: 700;
}

th {
    text-align: inherit;
}

#rate .rate-container .rate-row .rate-col .rate-table .rate-table-tr .rate-table-td {
    font-size: 20px;
    font-weight: 500;
}
.col-md-4 {
   
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.col-lg-4 {
   
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 992px) {
    .row {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -15px;
    }

}
@media (min-width: 768px) {
    .row {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        /* margin-right: -15px;
        margin-left: -15px; */
    }

}

@media (min-width: 768px) {
    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
        position: relative;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (min-width: 992px) {
    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
        position: relative;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }

}


#rate .rate-container .rate-row .rate-col .rate-table {
    border: 2px solid rgb(26, 255, 0);
    width: 100%;
    text-align: center;
}

@media(max-width:767px) {
    .header-top {
        display: block;
    }

    .header-logo {
        width: 100%;
    }

    .header-logo-vip {
        width: 100%;
        display: block;
    }

    .header-logo-vip-inner {
        text-align: center;
    }

    .header-right {
        border: 0;
    }

    .navi-menu ul li {
        display: block;
        padding: 5px 10px;
    }

    .navi-menu ul li a,
    .cg-l {
        display: block;
        border: #ffe376 solid 2px;
        padding: 9px 35px
    }

    .navi-menu ul li:hover ul {
        display: none;
    }

    .navi-menu ul li.open-nav ul {
        display: block;
        position: relative;
        width: 100%;
    }

    .navi-menu ul li ul li {
        padding: 0;
    }

    .navi-menu ul li ul li a {
        border: 0;
        text-align: center;
    }

    .navi-menu ul li:before {
        display: none;
    }

    .top-gallery-box {
        padding: 15px 0;
    }

    .top-gallery-box ul li {
        width: 100%;
    }

    .top-boxes-l {
        display: block;
    }

    .top-boxes-lf,
    .top-boxes-rt {
        width: 100%;
    }

    .img-holder ul {
        display: block;
    }

    .img-holder ul li {
        width: 50%
    }

    .content-box {
        padding: 0;
    }

    .content-box-txt {
        display: block;
    }

    .content-box-lf {
        width: 100%;
    }

    .content-box-rt {
        display: block;
        width: 100%
    }

    .local-places-list ul li {
        display: block;
    }

    .local-places-list ul li a {
        display: block;
    }

    .container .content-box {}

    .mobile-view {
        display: flex;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%
    }

    .call-us {
        width: 50%;
        background: #FFE376;
        color: #000;
    }

    .whatsapp-now {
        width: 50%;
        background: #0a790f
    }

    .mob-txt {
        font-size: 18px;
        color: #fff;
        padding: 14px;
        padding-left: 60px;
        position: relative
    }

    .mob-txt a {
        color: #fff
    }

    .call-us a {
        color: #000;
    }

    .mob-txt span {
        width: 30px;
        height: 30px;
        left: 20px;
        top: 10px;
        display: inline-block;
        position: absolute
    }

    .call-us span img {
        filter: invert();
    }

    .footer-menu-box {
        display: block;
        margin: 0;
    }

    .footer-menu-main {
        width: 100%;
        padding: 0 10px;
    }

    .footer-menu {
        width: 100%;
        padding: 10px;
    }

    /* .desk-view-location{display: none;} */
    .mobile-view-location {
        display: block;
        padding: 0;
    }

    .mobile-view-location ul li {
        padding: 0;
    }
}

@media(max-width:480px) {
    .img-holder ul li {
        width: 100%
    }
}