@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/***** General CSS *****/

body {
    word-break: break-word;
    font: 15px/25px 'Poppins', sans-serif;
    color: #393939;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: #28b16d;
    white-space: initial;
    display: inline-block;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #393939;
}

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}


/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

select {
    background: #fff url('../images/arrow.png') no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #000;
}

::-moz-placeholder {
    color: #000;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #000;
}

:-moz-placeholder {
    color: #000;
    opacity: 1;
}

ul {
    margin: 0 0 0px;
    padding: 0;
    list-style-type: none;
}

img {
    max-width: 100%
}


/***** Font Files *****/

@font-face {
    font-family: 'Fonts Awesome';
    src: url(../fonts/fontawesome-webfont.eot);
}


/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.mt-5 {
    margin-top: 50px;
}

.mb-5 {
    margin-bottom: 50px;
}

.mt-8 {
    margin-top: 80px;
}

.mt-4 {
    margin-top: 40px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-2 {
    margin-top: 20px;
}

.pt-5 {
    padding-top: 50px;
}

.pb-1 {
    padding-bottom: 10px;
}

.pb-2 {
    padding-bottom: 20px;
}

.pb-3 {
    padding-bottom: 30px;
}

.pb-4 {
    padding-bottom: 40px;
}

.pb-8 {
    padding-bottom: 80px;
}

.m-0 {
    margin: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-8 {
    padding-top: 80px;
}

.pt-4 {
    padding-top: 40px;
}

.pt-3 {
    padding-top: 30px;
}

.pt-2 {
    padding-top: 20px;
}

.all-section {
    padding: 100px 0;
}

.all-section-btm {
    padding: 0px 0 100px;
}


.centerCol {
    float: none;
    margin: 0 auto;
}

.d-flex {
    display: flex;
    align-items: center;
}

.over-flow-h {
    overflow: hidden;
}

.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

h1 {
    font-family: "Outfit", sans-serif;
    font-size: 50px;
    color: #ffffff;
    text-transform: capitalize;
    font-weight: 700;
    margin: 0 0 15px;
}

h2 {
    font-family: "Outfit", sans-serif;
    font-size: 50px;
    color: #000;
    font-weight: 700;
    margin: 0 0 10px;
}

h3 {
    font-family: "Outfit", sans-serif;
    font-size: 35px;
    color: #000000;
    font-weight: 600;
    margin: 0 0 0px;
}

h4 {
    font-family: "Outfit", sans-serif;
    font-size: 24px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h5 {
    font-family: "Outfit", sans-serif;
    font-size: 16px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h6 {
    font-family: "Outfit", sans-serif;
    font-size: 14px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

p {
    color: #2a2a2c;
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    letter-spacing: 0px;
    margin: 0px;
}


/*header css start */

.menuSec {
    padding: 0px 0;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.menuSec ul li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.menuSec li ul {
    display: none;
}

.menuSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    font-family: "Poppins", sans-serif;
    color: #ffffff;
    padding: 0;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    color: #cea95b;
}

.menuSec li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 38px;
}

.menuSec li>ul>li>a {
    border: none;
    padding: 13px 20px !important;
    color: #fff !important;
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
    display: block;
    margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
    display: none;
}

.menuSec li:hover li {
    float: none;
}

.menuSec li ul li a:hover {
    background-color: #ffffff;
    color: #000000 !important;
}

.menuSec ul ul ul {
    left: 100%;
    top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
    content: " ";
    display: table;
    display: none;
}

.menuSec ul:after {
    clear: both;
}

.menuSec li>ul>li:hover>ul {
    left: 230px;
    top: 0px;
    width: 270px;
}

.droopdwon li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    right: 7%;
    width: 230px;
    text-align: left;
    top: 40px;
}

.droopdwon {
    float: left;
}

.droopdwon li:hover li a:hover {
    background-color: #ffffff;
    color: #000 !important;
}

.dropdown-menu {
    position: absolute !important;
    z-index: 1000;
    display: block;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}


/*header css start */


/*banner css start */

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    width: 100%;
}

.carousel-control.right,
.carousel-control.left {
    background: none;
    opacity: 1;
    width: 50px;
    height: 50px;
    top: initial;
    top: 40%;
    background: rgba(255, 255, 255, 0.1);
    text-shadow: none;
}

.carousel-control.right:hover,
.carousel-control.left:hover {
    background: rgba(255, 27, 27, 0.6);
    color: #fff;
}

.carousel-control.right .fa,
.carousel-control.left .fa {
    position: relative;
    top: 12px;
    font-size: 20px;
    color: #fff;
    opacity: 0.5;
}

.carousel-control.right {
    right: 0px;
}

.carousel-control.left {
    left: 0px;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 12px;
    padding: 0;
    margin: 3px !important;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1;
    /* transition: opacity 0.6s ease; */
    border-radius: 20px;
}

.carousel-caption {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, 0.1);
}

.carousel-indicators li {
    border: none;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    background: #fff;
    width: 12px;
    height: 12px;
    margin: 0;
}

.carousel-indicators .active {
    margin: 0;
    background-color: #28b16d;
    width: 10px;
    height: 12px;
}


/*banner css end*/


/* search box css */

.top-shipping ul li {
    margin-right: 15px;
}

.top-shipping ul {
    align-items: baseline !important;
}

body.search-open {
    overflow: hidden;
}

.close {
    position: absolute;
    top: 2rem;
    right: 2rem;
    background: none;
    border: 0;
    font-size: 50px;
    font-weight: 700;
    display: block;
    cursor: pointer;
    color: black;
    padding: 1rem 1.25rem;
    border-radius: 50%;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(255, 255, 255);
    font: 18px;
    opacity: 1 !important;
    width: 50px;
    height: 50px;
}

.close:hover {
    background: #e21d1a;
    color: white;
    opacity: 1 !important;
    top: 2rem;
    right: 2rem;
}

.search-box.search-elem {
    margin: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: #000000b0;
    transition: all 0.3s ease-in-out;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.search-box.search-elem .inner {
    width: 70%;
    margin: 0 auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    text-align: left;
}

.search-box.search-elem label {
    color: white;
    font-weight: 300;
    font-family: 'Raleway', sans-serif;
}

.search-box.search-elem button.submit {
    outline: none;
    position: absolute;
    top: 0;
    right: 15px;
    height: 70px;
    color: #ffffff;
    width: 171px;
    height: 55px;
    background: #000000;
    font-family: 'Poppins';
    font-size: 22px;
    cursor: pointer;
    border: 0;
}

.top-cart ul li i {
    margin-right: 13px;
    font-size: 20px;
}

.search-box.search-elem button.submit[disabled] {
    width: 171px;
    height: 55px;
    font-size: 20px;
    color: white;
    background: linear-gradient(to top, #e70e0e 0%, #f66565 100%);
    display: inline-block;
}

.search-box.search-elem input[type=text] {
    padding: 20px;
    height: 55px;
    width: 80%;
    font-size: 32px;
    font-family: 'Poppins';
    font-weight: 300;
    border: none;
    border-bottom: solid 2px #e21d1a;
    transition: border 0.3s;
    border-radius: 0;
}

.search-box.search-elem input[type=text]:focus {
    border-bottom: solid 2px #55cd6c;
    box-shadow: none;
}

.search-box.search-elem label.placeholder {
    position: absolute;
    top: 13px;
    left: 2rem;
    font-size: 32px;
    font-weight: 300;
    font-family: 'Poppins';
    color: #999;
    transition: all 0.3s;
}

.search-box.search-elem label.placeholder.move-up {
    top: -25px;
    color: white;
    font-size: 17px;
    font-family: 'Poppins';
}

.search-box.search-elem.search-open {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.search-btn {
    font-family: 'Raleway', sans-serif;
    font-size: 0.875rem;
    padding: 0 10px;
    display: inline-block;
    color: white;
}

/* end search box css */

.themebn1 {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 17px;
    padding: 15px 30px;
    text-transform: capitalize;
    color: #000;
    background: #cea95b;
    border-radius: 50px;
    transition: all .3s ease-in;
}

.themebn1:hover {
    color: #ffffff;
    background: #176651;
}

.themebn2 {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 17px;
    padding: 15px 30px;
    text-transform: capitalize;
    color: #ffffff;
    background: #176651;
    border-radius: 50px;
    transition: all .3s ease-in;
}

.themebn2:hover {
    color: #000;
    background: #cea95b;
}

.menuSection {
    padding: 10px 0;
    background: #2a2a2c;
}

.header_btn {
    text-align: end;
}

.header_btn .themebn1 {
    padding: 15px 40px;
}

.container-fluid {
    padding: 0 5%;
}

.d_block {
    display: block;
}

/* banner */

.banner_text h3 {
    font-size: 23px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    color: #fff;
    margin-bottom: 20px;
}

img.img-fluid.bnr_bg {
    height: 580px;
    width: 100%;
    object-fit: cover;
}

.banner_text p {
    color: #f0f0f0;
    width: 75%;
}

.banner_text ul {
    gap: 20px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
    align-items: center;
}

/* banner */

/* Where Competition Meets Celebration */

.abt_txt_top {
    padding: 30px;
    background: #fff;
}

.abt_txt_top p {
    width: 100%;
}

.abt_txt_btm {
    padding: 40px;
    background: #2a2a2c;
}

.abt_txt_btm p {
    color: #ffffff;
    margin-bottom: 30px;
    width: 80%;
}

/* Where Competition Meets Celebration */

/* How It Works */

.work_heading h3 {
    font-size: 35px;
}

.work_heading {
    text-align: center;
    margin-bottom: 30px;
}

.work_icon {
    height: 210px;
    width: 210px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 10px solid #cea95b;
    margin: 0 auto 30px;
}

.work_icon img {
    height: 100px;
    width: auto;
    object-fit: contain;
}

.work_txt h3 {
    font-size: 35px;
    margin-bottom: 10px;
}

.work_txt p {
    font-size: 16px;
}

.work_main {
    text-align: center;
    padding: 0 45px;
    border-right: 1px solid #cfcfcf;
    transition: all .3s ease-in;
}

.work_main:hover {
    transform: translateY(-10px);
}

.work .row .col-lg-3:last-child .work_main {
    border-right: none;
}

/* How It Works */

/* Events We Elevate */

.events_img img {
    height: 215px;
    width: 100%;
    border-radius: 20px;
    object-fit: cover;
}

.events_card {
    transition: all .3s ease-in;
    margin-bottom: 30px;
}

.events_txt {
    text-align: center;
    padding: 20px;
}

.events_txt h3 a {
    color: #000000;
    font-size: 22px;
    font-weight: 500;
}

.event_p p {
    font-size: 19px;
}

.events_slider .slick-slide {
    opacity: 1;
    margin: 0 8px;
}

.events_heading h2 {
    margin-bottom: 30px;
    text-align: center;
}

/* Events We Elevate */

/* Premium Mobile Golf Experience */

.experience_txt h2 {
    font-size: 59px;
    color: #ffffff;
    text-align: center;
}

.exp_left h3 {
    color: #ffffff;
    font-size: 78px;
    font-weight: 800;
}

.exp_left h3 span {
    color: #ffffff;
    font-size: 51px;
    font-weight: 700;
}

.exp_left h4 {
    color: #ffffff;
    font-size: 36px;
    font-weight: 500;
}

.exp_list ul li {
    padding-left: 35px;
    margin-bottom: 15px;
    color: #ffffff;
    font-size: 24px;
    font-weight: 500;
    font-family: "Outfit", sans-serif;
    position: relative;
}

.exp_list ul li::before {
    content: '\f00c';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    height: 20px;
    width: 20px;
    font-size: 23px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #cea95b;
}

.experiencebg {
    padding: 70px 0;
    background: #176651;
    position: relative;
}

.experiencebg::before {
    content: '';
    background-color: #cea95b;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 23px;
    z-index: 1;
}

.exp_left {
    width: 75%;
    margin: 0 0px 0 auto;
}

/* Premium Mobile Golf Experience */

/* gallery */

.gallery_main a img {
    height: 330px;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.gallery_main>a {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    transition: all ease .3s;
    width: 100%;
}

.gallery_main>a::after {
    position: absolute;
    content: "+";
    background: rgba(0, 0, 0, 0.384);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0px;
    font-size: 40px;
    border-radius: 20px;
    transition: all 0.4s ease-in-out 0s;
    transform: scale(0);
    color: rgb(255, 255, 255);
    display: flex;
    align-items: center;
    justify-content: center;
}

.gallery_main>a:hover::after {
    transition: all 0.4s ease-in-out 0s;
    transform: scale(1);
    border-radius: 20px;
}

.gallery_main {
    margin: 10px 10px 30px;
}

/* gallery */

/* testimonial */

.testi_card {
    background: #fff;
    border-radius: 20px;
    padding: 40px;
    text-align: center;
    box-shadow: 0 0 10px 3px rgb(0 0 0 / 5%);
    margin: 10px;
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transition: all .3s ease-in;
}

.testi_card:hover * {
    color: #fff;
}

.testi_card:hover {
    background: #176651;
}

.testi_card:hover span {
    color: #176651 !important;
    background: #ffffff;
}

.rating i {
    color: #cea95b;
    font-size: 14px;
}

.testi_card p {
    /* height: 80px;
    overflow-x: scroll;
    padding-right: 20px; */
    font-size: 16px;
    margin: 25px 0;
}

.testi_card span {
    transition: all .3s ease-in;
    background: #176651;
    border-radius: 50px;
    height: 40px;
    width: 230px;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px auto 0;
}

.testi_slider .slick-slide {
    opacity: 1;
    margin: 0 15px;
}

/* testimonial */

/* footer */

.footerSec {
    padding: 70px 0 0;
    background: #2a2a2c;
    position: relative;
}

.footerSec::before {
    content: '';
    background-color: #cea95b;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 23px;
    z-index: 1;
}

.ftr_top h2 {
    text-align: center;
    color: #ffffff;
    margin-bottom: 50px;
}

.ftr_links h5,
.news_letter h5 {
    color: #cea95b;
    font-size: 20px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    margin-bottom: 20px;
}

.ftr_links ul li a {
    color: #ffffff;
    font-size: 20px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    margin-bottom: 10px;
    text-transform: none;
}

.ftr_links ul {
    column-count: 2;
}

.news_letter input {
    width: 100%;
    border-radius: 50px;
    background: #fff;
    border: none;
    padding: 12px;
    color: #000;
    font-size: 13px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    margin-bottom: 20px;
}

.news_letter input::placeholder {
    color: #000;
}

.news_letter button {
    border: none;
}

.ftr_contact ul li a {
    color: #c1c1c3;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.ftr_contact ul li a i {
    color: #fff;
    font-size: 25px;
}

.footer-btm {
    text-align: center;
    padding: 15px 10px;
    font-size: 14px;
    margin-top: 40px;
}

.copy-txt p {
    font-weight: 300;
    color: #fff;
}

.copy-txt a {
    font-weight: 300;
    color: #fff;
    margin: 0 5px;
}

.copy-txt a:hover {
    text-decoration: underline;
}

.separator {
    margin: 0 5px;
    color: #ccc;
}

.news_letter {
    padding: 0 10px;
}

.ftr_contact {
    padding: 0 30px;
}

/* footer */

/* service detail page */

.ser_detail p {
    color: #636363;
    margin-bottom: 20px;
    text-align: justify;
}

.ser_detail_img img {
    width: 100%;
    height: 500px;
    border-radius: 20px;
}

.ser_detail {
    padding: 100px 0;
}

.ser_detail_right h2 {
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 60px;
    color: #060b12;
}

.ser_detail_right {
    padding-left: 20px;
}

/* service detail page */


/* Book Consultation*/

.booking_heading {
    text-align: center;
    margin-bottom: 50px;
}

.booking_form input,
.booking_form textarea {
    width: 100%;
    padding: 15px 20px;
    margin-bottom: 20px;
    border: 1px solid #000000;
    font-size: 14px;
    transition: border-color 0.3s;
    font-family: 'Poppins';
    font-weight: 400;
    border-radius: 50px;
    color: #000000
}

.booking_form input::placeholder,
.booking_form textarea::placeholder {
    text-transform: uppercase;
    color: #000000
}

.booking_form select {
    border: 1px solid #000000;
    font-family: 'Poppins';
    border-radius: 50px;
    width: 100%;
    padding: 15px 20px;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 20px;
    color: #000000 !important;
    background-image: url(../images/selectarrow.png);
    background-repeat: no-repeat;
    background-position: 98%;
    background-size: 10px;
}

.booking_form textarea {
    border-radius: 30px;
    min-height: 150px;
    resize: none;
}

/* Book Consultation */

/* pricing */

.price_main h3 {
    font-size: 35px;
    margin-bottom: 10px;
    color: #ffffff;
}

.price_main h4 {
    font-size: 40px;
    color: #ffffff;
}

.price_main h4 span {
    font-size: 14px;
    font-family: "Poppins", sans-serif;
}

.price_main h5 {
    font-size: 20px;
    margin-bottom: 0;
    padding: 10px 0;
    color: #ffffff;
}

.price_top {
    padding: 30px 0;
    border-radius: 30px;
    background: #176651;
}

.price_top_wrap {
    text-align: center;
    border-radius: 30px;
    background: #cea95b;
}

.price_main ul li {
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    color: #ffffff;
    padding-left: 40px;
    position: relative;
    margin: 0 0 20px;
    transition: all .3s ease-in;
}

.price_main ul li::before {
    content: '';
    position: absolute;
    top: 10px;
    left: 15px;
    background: #cea95b;
    border-radius: 50%;
    z-index: 99;
    width: 7px;
    height: 7px;
}

.pricing_btm {
    padding: 30px 30px;
}

.price_main {
    background: #2a2a2c;
    border-radius: 30px;
    margin: 0 10px;
}

.pricing_btm>span {
    transition: all .3s ease-in;
    display: block;
    margin-bottom: 20px;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    color: #ffffff;
}

/* pricing */

/* faq */

.community_faq .accordion-button {
    padding: 20px 0px;
    font-family: "Outfit", sans-serif;
    font-size: 25px;
    color: #000;
    font-weight: 600;
}

.community_faq .accordion-button:focus {
    border: none;
    box-shadow: none;
}

.community_faq .accordion-body {
    padding: 0 0 20px;
    width: 85%;
}

.community_faq .accordion-button:not(.collapsed) {
    color: #000;
    background-color: unset;
    box-shadow: unset;
}

.community_faq .accordion-button::after {
    position: absolute;
    content: "\f107";
    background: #fff;
    color: #176651;
    border: 1px solid #176651;
    width: 30px;
    height: 30px;
    top: 15px;
    right: 0;
    font-size: 15px;
    border-radius: 50%;
    transition: all 0.3s ease-in;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
}

.community_faq .accordion-button:not(.collapsed)::after {
    background: #176651;
    color: #ffffff;
    border: 1px solid #ffffff;
    top: 20px;
    content: "\f106";
}

.community_faq .accordion-item {
    background-color: #fff;
    border: 1px solid rgb(0 0 0 / 15%);
    border-left: unset;
    border-right: unset;
    border-top: none;
    position: relative;
}

.faq_heading {
    margin-bottom: 30px;
}

/* faq */

/* Privacy Policy */

.privacy_policy h3 {
    margin-bottom: 20px;
    font-size: 30px;
}

.privacy_policy p {
    margin-bottom: 20px;
}

/* Privacy Policy */


/* contact page  */

.contact_top .cont_box {
    background: #cea95b;
    padding: 70px 30px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
    color: #fff;
}

.contact_top .cont_box h3 {
    font-size: 20px;
    color: #ffffff;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 500;
    border-bottom: 1px solid #ffffff;
    width: 80%;
    padding-bottom: 10px;
}

.contact_top .cont_box a {
    color: #fff;
    text-decoration: none;
    margin: 0 5px;
    transition: color 0.3s;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 14px;
}

.contact_top .cont_box a:hover {
    color: #d0a195;
}

.contact_btm_heading {
    text-align: center;
    margin-bottom: 40px;
}

.contact_btm_heading h2 {
    font-size: 66px;
    margin-bottom: 10px;
}

.contact_btm_heading p {
    margin: 0 auto;
    width: 71%;
}

.cont_form input,
.cont_form textarea {
    width: 100%;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid #00000040;
    font-size: 12px;
    transition: border-color 0.3s;
    font-family: "Poppins", sans-serif;
    border-radius: 10px;
}

.cont_form input:focus,
.cont_form textarea:focus {
    outline: none;
    border-color: #d0a195;
}

.cont_form textarea {
    min-height: 200px;
    resize: none;
}

.cont_form input::placeholder,
.cont_form textarea::placeholder {
    color: #909091;
    text-transform: uppercase;
    font-weight: 500;
}

.cont_form form button {
    border: none;
    margin: 0 auto;
}

/* contact page  */

/* Booking Calendar */

/* Calendar Page Theme */
.calendar_page {
    padding: 100px 0px;
    background: #f8f8f8;
    font-family: 'Inter', sans-serif;
}

/* Cards inside columns */
.calendar-box,
.slots,
.summary-box {
    background: #ffffff;
    border-radius: 16px;
    padding: 20px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
    border-top: 4px solid #cea95b;
}

/* Headings */
.calendar_page h4,
.calendar_page h5 {
    color: #2a2a2c;
    font-weight: 600;
    margin-bottom: 15px;
}

/* ================= CALENDAR ================= */
.calendar_page .calendar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.calendar_page .calendar-header button {
    background: #176651;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 6px;
    cursor: pointer;
    transition: 0.3s;
    font-size: 20px;
}

.calendar_page .calendar-header button:hover {
    background: #0f4d3d;
}

.calendar_page .calendar-days,
.calendar_page .calendar-dates {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 6px;
    margin-bottom: 20px;
}

.calendar_page .calendar-days div {
    font-size: 12px;
    color: #777;
    text-align: center;
}

.calendar_page .calendar-dates div {
    padding: 10px;
    text-align: center;
    border-radius: 8px;
    cursor: pointer;
    transition: 0.2s;
}

.calendar_page .calendar-dates div:hover {
    background: rgba(23, 102, 81, 0.1);
}

.calendar_page .calendar-dates .active {
    background: #176651;
    color: #fff;
    font-weight: 600;
}

.calendar_page .calendar-dates .today {
    border: 1px solid #cea95b;
}

.calendar_page .calendar-dates .disabled {
    color: #ccc;
    pointer-events: none;
}

/* ================= SLOTS ================= */
.calendar_page .slots {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin: 20px 0;
}

.calendar_page .slots button {
    padding: 10px;
    border-radius: 8px;
    border: 1px solid #ddd;
    background: #fff;
    cursor: pointer;
    font-size: 13px;
    transition: 0.25s;
}

.calendar_page .slots button:hover {
    border-color: #cea95b;
    color: #cea95b;
    background: #fffaf3;
}

.calendar_page .slots button.active {
    background: #176651;
    color: #fff;
    border-color: #176651;
    box-shadow: 0 4px 12px rgba(23, 102, 81, 0.3);
}

/* ================= SUMMARY ================= */
.calendar_page .summary-box {
    background: linear-gradient(135deg, #ffffff, #f9f7f2);
    border-radius: 14px;
    padding: 20px;
    border: 1px solid #eee;
}

.calendar_page .summary-box strong {
    font-size: 18px;
    color: #cea95b;
    display: block;
    margin-bottom: 10px;
}

.calendar_page .summary-box p {
    margin: 10px 0;
    font-size: 14px;
    color: #2a2a2c;
    display: flex;
    justify-content: space-between;
}

.calendar_page .summary-box p:not(:last-child) {
    border-bottom: 1px dashed #e6e6e6;
    padding-bottom: 6px;
}

/* Animation */
.calendar_page .slots,
.calendar_page .calendar-dates {
    animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(6px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive */
@media (max-width: 992px) {
    .calendar_page .slots {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Booking Calendar */

/* checkout page */

.checkout_right form input,
.checkout_right form textarea,
.checkout_right form select {
    width: 100%;
    padding: 15px 20px;
    border: 1px solid #cccccc;
    font-size: 14px;
    border-radius: 5px;
    background-color: transparent;
    transition: all 0.3s ease;
    margin-bottom: 20px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    color: #000000;
}

.checkout_right form label {
    color: #000000;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    margin-bottom: 5px;
}

.checkout_right form textarea {
    resize: none;
    min-height: 150px;
}

.checkout_right form p {
    color: #000000;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 20px;
}

.checkout_right form select {
    background: #fff url(../images/angle-arrow.png) no-repeat 98%;
}

.checkout_right h6 {
    margin-bottom: 20px;
    font-size: 20px;
}

.checkout_right h4 {
    margin-bottom: 10px;
    font-size: 30px;
}

.checkout_right h3 {
    margin-bottom: 30px;
    font-size: 30px;
}

.login_input {
    width: fit-content;
    padding: 15px 20px;
    border: 1px solid #cccccc;
    font-size: 16px;
    border-radius: 5px;
    background-color: transparent;
    transition: all 0.3s ease;
    margin-bottom: 20px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    color: #000000;
}

.login_input a {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    color: #176651;
    text-decoration: underline;
}

.event_date,
.event_location,
.event_host,
.event_duration {
    font-size: 14px;
}

.view_policy {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    color: #176651;
    text-decoration: underline;
    margin: 10px 0px;
    display: block;
}

.event_info {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
    margin: 10px 0;
}

.booking_details {
    border-radius: 10px;
    border: 1px solid #ccc;
    padding: 30px;
    margin: 0 auto;
    width: 80%;
}

p.event_name {
    color: #000;
    font-weight: 500;
    margin-bottom: 10px;
}

.booking_details ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 20px;
}

.booking_details ul li a {
    width: 100%;
    text-align: center;
}

/* checkout page */

.exp_btn {
    text-align: center;
    margin-top: 20px;
}

.events_txt ul li {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #000;
    margin-bottom: 10px;
    position: relative;
    text-align: justify;
    padding-left: 30px;
}

.events_txt ul li::before {
    content: '';
    position: absolute;
    top: 7px;
    left: 6px;
    border-radius: 50%;
    background: #176651;
    height: 10px;
    width: 10px;
    z-index: 1;
}

.events_txt ul {
    margin: 10px auto;
    width: fit-content;
}

html {
    overflow-x: hidden;
}

.slicknav_nav a:hover {
    background: #176651;
}

.home-page-banner .bnr_bg {
    width: 100%;
    height: 580px;
    object-fit: cover;
}

.type-event h1 {
    color: #000;
    margin-top: 40px;
}


/*Media Query Start*/

@media only screen and (min-width: 1366px) and (max-width: 1920px) {}

@media only screen and (min-width: 1291) and (max-width: 1365px) {}

@media only screen and (min-width: 992px) and (max-width: 1199px) {


    .work_main {
        padding: 30px 5px;
        border-right: none;
    }

    .work_icon {
        height: 170px;
        width: 170px;
    }

    .work_icon img {
        height: 70px;
    }

    .work_txt h3 br {
        display: none;
    }

    .work_txt h3 {
        font-size: 25px;
    }

    h2 {
        font-size: 35px;
    }

    .all-section {
        padding: 60px 0;
    }

    .menuSec ul li a {
        font-size: 14px;
    }

    .header_btn .themebn1 {
        padding: 13px 30px;
    }

    .all-section {
        padding: 60px 0;
    }

    .exp_left {
        width: 100%;
        margin: 0 0 20px auto;
    }

    .exp_list ul li {
        font-size: 20px;
    }

    .testi_slider .slick-slide {
        margin: 0 0px;
    }

    .testi_card p {
        margin: 5px 0;
        font-size: 14px;
    }

    .all-section-btm {
        padding: 0 0 60px;
    }

    .ftr_lgo {
        width: 200px;
        margin-bottom: 30px;
    }

    img.img-fluid.bnr_bg {
        height: 400px;
    }

    .home-page-banner img.img-fluid.bnr_bg {
        height: 580px;
    }

    .work .row {
        justify-content: center;
    }

    .events_img a {
        display: block;
    }

    .events_img a img {
        width: 100%;
    }

    .container-fluid {
        padding: 0 1%;
    }

    .ftr_contact {
        padding: 0 0px;
    }

    .ftr_links ul {
        column-count: 1;
    }

    .themebn1 {
        font-size: 13px;
    }

    .ftr_links ul li a {
        font-size: 16px;
    }

    .ser_detail {
        padding: 20px 0 40px;
    }

    .ser_detail_right h2 {
        font-size: 35px;
    }

}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    .work_main {
        padding: 30px 5px;
        border-right: none;
    }

    .work_icon {
        height: 170px;
        width: 170px;
    }

    .work_icon img {
        height: 70px;
    }

    .work_txt h3 br {
        display: none;
    }

    .work_txt h3 {
        font-size: 25px;
    }

    h2 {
        font-size: 35px;
    }

    .all-section {
        padding: 60px 0;
    }

    .menuSec ul li a {
        font-size: 14px;
    }

    .header_btn .themebn1 {
        padding: 13px 30px;
    }

    .all-section {
        padding: 60px 0;
    }

    .exp_left {
        width: 100%;
        margin: 0 0 20px auto;
    }

    .exp_list ul li {
        font-size: 20px;
    }

    .testi_slider .slick-slide {
        margin: 0 0px;
    }

    .testi_card p {
        margin: 5px 0;
        font-size: 14px;
    }

    .all-section-btm {
        padding: 0 0 60px;
    }

    .ftr_lgo {
        width: 200px;
        margin-bottom: 30px;
    }

    img.img-fluid.bnr_bg {
        height: 400px;
    }

    .home-page-banner img.img-fluid.bnr_bg {
        height: 580px;
    }

    .ser_detail_right h2 {
        font-size: 27px;
    }

    .ser_detail_right p {
        font-size: 12px;
        line-height: 20px;
        margin-bottom: 5px;
    }

    .ser_detail_right {
        padding-left: 0px;
    }

    p {
        font-size: 12px;
    }

    .ser_detail {
        padding: 60px 0;
    }

    .ftr_contact {
        padding: 0 0px;
    }





}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    h1 {
        font-size: 35px;
        margin: 0 0 5px;
    }

    .banner_text h3 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .banner_text h3 .d_block {
        display: none;
    }

    .banner_text p {
        width: 100%;
    }

    p {
        font-size: 12px;
    }

    .themebn2 {
        font-size: 14px;
        padding: 10px 20px;
    }

    .themebn1 {
        font-size: 14px;
        padding: 10px 20px;
    }

    .all-section {
        padding: 40px 0;
    }

    .abt_txt_top {
        padding: 10px 10px 20px;
    }

    h2 {
        font-size: 30px;
    }

    .abt_txt_btm {
        padding: 20px 20px 0px;
    }

    .abt_txt_btm p {
        width: 100%;
        margin-bottom: 20px;
    }

    .work_heading h3 {
        font-size: 25px;
    }

    .work_main {
        border: none;
    }

    .work_main {
        padding: 20px 15px;
    }

    .work_icon {
        height: 130px;
        width: 130px;
        margin: 0 auto 20px;
        border: 5px solid #cea95b;
    }

    .work_icon img {
        height: 50px;
    }

    .work_txt h3 {
        font-size: 25px;
        margin-bottom: 5px;
    }

    .work_txt p {
        font-size: 12px;
    }

    .events_txt {
        padding: 10px;
        text-align: left;
    }

    .events_txt ul {
        margin: 10px 0px;
    }

    .events_txt ul li {
        font-size: 12px;
        margin-bottom: 5px;
        padding-left: 20px;
    }

    .events_txt ul li::before {
        top: 10px;
        left: 7px;
        width: 5px;
        height: 5px;
    }

    .events_txt h3 a {
        font-size: 16px;
    }

    .events_card {
        margin-bottom: 10px;
    }

    .event_p p {
        font-size: 14px;
    }

    .container-fluid {
        padding: 0 2%;
    }

    .experiencebg {
        padding: 40px 0;
        justify-content: center;
    }

    .experience_txt h2 {
        font-size: 30px;
    }

    .exp_left {
        width: 100%;
        margin: 0 0 10px auto;
    }

    .exp_left h3 {
        font-size: 30px;
    }

    .exp_left h3 span {
        font-size: 24px;
    }

    .exp_left h4 {
        font-size: 20px;
    }

    .exp_list ul li {
        padding-left: 25px;
        margin-bottom: 10px;
        font-size: 14px;
    }

    .exp_list ul li::before {
        left: 2px;
        font-size: 13px;
    }

    .gallery_main {
        margin: 0px 4px 10px;
    }

    .testi_card {
        padding: 15px;
        height: 270px;
        margin: 10px 0px;
    }

    .testi_card p {
        font-size: 13px;
        margin: 10px 0;
    }

    .all-section-btm {
        padding: 0 0 40px;
    }

    .ftr_lgo {
        width: 150px;
        margin-bottom: 10px;
    }

    .ftr_lgo a,
    .ftr_lgo a img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .ftr_top h2 {
        margin-bottom: 20px;
    }

    .ftr_links h5,
    .news_letter h5 {
        font-size: 18px;
    }

    .ftr_links ul li a {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .ftr_links {
        margin-bottom: 20px;
    }

    .news_letter {
        padding: 0 0px 20px;
    }

    .ftr_contact {
        padding: 0px 0px 0px;
    }

    .ftr_contact ul li a {
        gap: 10px;
        font-size: 12px;
        margin-bottom: 20px;
    }

    .ftr_contact ul li a i {
        font-size: 16px;
    }

    .ftr_contact ul li a i {
        font-size: 16px;
    }

    img.img-fluid.bnr_bg {
        height: 300px;
    }

    .home-page-banner img.img-fluid.bnr_bg {
        height: 580px;
    }

    .ser_detail {
        padding: 40px 0;
    }

    .ser_detail_right {
        padding-left: 0px;
    }

    .ser_detail_right h2 {
        font-size: 30px;
    }

    .ser_detail p {
        line-height: 20px;
        margin-bottom: 10px;
    }

    .wpb_button,
    .wpb_content_element,
    ul.wpb_thumbnails-fluid>li {
        margin-bottom: 15px !important;
    }

    .price_main h3 {
        font-size: 20px;
    }

    .price_main h4 {
        font-size: 30px;
    }

    .price_main h5 {
        font-size: 14px;
    }

    .pricing_btm {
        padding: 15px 12px;
    }

    .price_main ul li {
        font-size: 12px;
        margin: 0 0 10px;
        padding-left: 25px;
    }

    .price_main ul li::before {
        top: 11px;
        left: 12px;
        width: 5px;
        height: 5px;
    }

    .community_faq .accordion-button {
        font-size: 16px;
    }





}

@media only screen and (min-width: 0px) and (max-width: 575px) {

    h1 {
        font-size: 35px;
        margin: 0 0 5px;
    }

    .banner_text h3 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .banner_text h3 .d_block {
        display: none;
    }

    .banner_text p {
        width: 100%;
    }

    p {
        font-size: 12px;
    }

    .themebn2 {
        font-size: 14px;
        padding: 10px 20px;
    }

    .themebn1 {
        font-size: 14px;
        padding: 10px 20px;
    }

    .all-section {
        padding: 40px 0;
    }

    .abt_txt_top {
        padding: 10px 10px 20px;
    }

    h2 {
        font-size: 30px;
    }

    .abt_txt_btm {
        padding: 20px 20px 0px;
    }

    .abt_txt_btm p {
        width: 100%;
        margin-bottom: 20px;
    }

    .work_heading h3 {
        font-size: 25px;
    }

    .work_main {
        border: none;
    }

    .work_main {
        padding: 20px 15px;
    }

    .work_icon {
        height: 130px;
        width: 130px;
        margin: 0 auto 20px;
        border: 5px solid #cea95b;
    }

    .work_icon img {
        height: 50px;
    }

    .work_txt h3 {
        font-size: 25px;
        margin-bottom: 5px;
    }

    .work_txt p {
        font-size: 12px;
    }

    .events_txt {
        padding: 10px;
        text-align: left;
    }

    .events_txt ul {
        margin: 10px 0px;
    }

    .events_txt ul li {
        font-size: 12px;
        margin-bottom: 5px;
        padding-left: 20px;
    }

    .events_txt ul li::before {
        top: 10px;
        left: 7px;
        width: 5px;
        height: 5px;
    }

    .events_txt h3 a {
        font-size: 16px;
    }

    .events_card {
        margin-bottom: 40px;
    }

    .event_p p {
        font-size: 14px;
    }

    .container-fluid {
        padding: 0 2%;
    }

    .experiencebg {
        padding: 40px 0;
        justify-content: center;
    }

    .experience_txt h2 {
        font-size: 30px;
    }

    .exp_left {
        width: 100%;
        margin: 0 0 10px auto;
    }

    .exp_left h3 {
        font-size: 30px;
    }

    .exp_left h3 span {
        font-size: 24px;
    }

    .exp_left h4 {
        font-size: 20px;
    }

    .exp_list ul li {
        padding-left: 25px;
        margin-bottom: 10px;
        font-size: 14px;
    }

    .exp_list ul li::before {
        left: 2px;
        font-size: 13px;
    }

    .gallery_main {
        margin: 0px 4px 10px;
    }

    .testi_card {
        padding: 15px;
        height: 270px;
        margin: 10px 0px;
    }

    .testi_card p {
        font-size: 13px;
        margin: 10px 0;
    }

    .all-section-btm {
        padding: 0 0 40px;
    }

    .ftr_lgo {
        width: 150px;
        margin-bottom: 10px;
    }

    .ftr_lgo a,
    .ftr_lgo a img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .ftr_top h2 {
        margin-bottom: 20px;
    }

    .ftr_links h5,
    .news_letter h5 {
        font-size: 18px;
    }

    .ftr_links ul li a {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .ftr_links {
        margin-bottom: 20px;
    }

    .news_letter {
        padding: 0 0px 20px;
    }

    .ftr_contact {
        padding: 0px 0px 0px;
    }

    .ftr_contact ul li a {
        gap: 10px;
        font-size: 12px;
        margin-bottom: 20px;
    }

    .ftr_contact ul li a i {
        font-size: 16px;
    }

    .ftr_contact ul li a i {
        font-size: 16px;
    }

    img.img-fluid.bnr_bg {
        height: 300px;
    }

    .home-page-banner img.img-fluid.bnr_bg {
        height: 580px;
    }

    .ser_detail {
        padding: 40px 0;
    }

    .ser_detail_right {
        padding-left: 0px;
    }

    .ser_detail_right h2 {
        font-size: 30px;
    }

    .ser_detail p {
        line-height: 20px;
        margin-bottom: 10px;
    }

    .wpb_button,
    .wpb_content_element,
    ul.wpb_thumbnails-fluid>li {
        margin-bottom: 15px !important;
    }

    .price_main h3 {
        font-size: 20px;
    }

    .price_main h4 {
        font-size: 30px;
    }

    .price_main h5 {
        font-size: 14px;
    }

    .pricing_btm {
        padding: 15px 12px;
    }

    .price_main ul li {
        font-size: 12px;
        margin: 0 0 10px;
        padding-left: 25px;
    }

    .price_main ul li::before {
        top: 11px;
        left: 12px;
        width: 5px;
        height: 5px;
    }

    .community_faq .accordion-button {
        font-size: 16px;
        padding: 20px 30px 20px 0px;
    }

    .type-event h1 {
        margin-top: 40px;
    }

    .events_slider .slick-next {
        right: 15px;
    }

    .events_slider .slick-prev {
        left: 15px;
    }

    .events_slider .slick-prev,
    .events_slider .slick-next {
        top: unset;
        width: 40px;
        height: 40px;
        display: flex;
        bottom: -15px;
        border-radius: 50%;
        align-items: center;
        justify-content: center;
        border: 1px solid #000;
    }

    .events_slider .slick-next:before {
        content: '\f054';
        font-family: "FontAwesome";
    }

    .events_slider .slick-prev:before {
        content: '\f053';
        font-family: "FontAwesome";
    }

    h2 {
        font-size: 30px;
    }

    .booking_heading {
        text-align: center;
        margin-bottom: 20px;
    }

    .type-event h1 {
        font-size: 30px;
    }


}

/*Media Query End*/