@import url('https://fonts.googleapis.com/css2?family=Nanum+Gothic:wght@400;700;800&display=swap');

body {
    /* font-family: 'Nanum Gothic', sans-serif; */
    font-family: 'Heebo', sans-serif;
}

* {
    outline: none;
}

.bg-blue {
    background-color: #4a5561;
}

.btn-secondary {
    background-color: #4a5561;
    border-color: #4a5561;
    border-radius: 90px;
    padding: 9px 23px;
}




.o_padding {
    padding: 75px 0 60px;
}

.o_buttom_padding {
    padding-bottom: 75px;
    /* background: #dcdde1; */
}

.feel_animation {
    position: relative;
}

.feel_animation:before {
    content: '';
    position: absolute;
    width: 0%;
    height: 90%;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto auto;
}

.feel_animation:hover:before {
    width: 90%;
    transition: ease-in-out 0.5s;
}

.feel_animation:after {
    content: '';
    position: absolute;
    width: 90%;
    height: 0%;
    border-left: 1px solid white;
    border-right: 1px solid white;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto auto;
}

.feel_animation:hover:after {
    height: 90%;
    transition: ease-in-out 0.5s;
}

a.navbar-brand img {
    /* height: 67px; */
    height: auto;
    transition: ease-in-out 0.3s;
    width: 150px;
    object-fit: contain;

}

.nav-back {
    background: #4a5561;
}

#siteNavigation ul li:not(:last-child) {
    margin-right: 9px;
}

#siteNavigation ul li a {
    position: relative;
    color: white;
    /* text-transform: uppercase; */
    font-size: 18px;
}

#siteNavigation ul li a:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 0px;
    height: 2px;
}

#siteNavigation ul li a:hover:before {
    background-color: #fff;
    width: 100%;
    transition: ease-in-out 0.5s;
    margin: 0 auto;
}

#siteNavigation ul li a:hover {
    /* opacity: 0.3; */
    transition: ease-in-out 0.3s;
}

#siteNavigation ul li .active:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: white;
}

#siteNavigation ul li .active:hover {
    opacity: 1;
    transition: ease-in-out 0.3s;
}

#site_slider_o {
    margin-top: -114px;
}

#site_header {
    position: relative;
    z-index: 2;
    background: linear-gradient(180deg, hsl(0deg 0% 0% / 53%) 0%, rgb(0 0 0 / 50%) 30%, rgb(255 255 255 / 0%) 100%);
}

#site_slider_o .carousel-caption h5 {
    font-size: 48px;
    text-transform: capitalize;
}

.carousel-caption {
    position: absolute;
    top: 44%;
}

#site_slider_o .carousel-control-next-icon,
#site_slider_o .carousel-control-prev-icon {
    width: 7rem;
    height: 4rem;
}

#site_slider_o .carousel-item {
    position: relative;
    /* height: 100vh; */
}


/* #site_slider_o .carousel-item:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.6;
    top: 0;
    left: 0;
} */
#about_cover {
    background: #ececee;
}

.about_thumbnail {
    border-radius: 8px;
    /* overflow: hidden; */
}

.about_thumbnail img {
    width: 100%;
}

.about_thumbnail {
    z-index: 1;
}

.about_content .btn {
    /* margin-top: 20px; */
    margin-top: -2px;
    font-weight: 700;
}

.about_content h4 {
    position: relative;
    font-size: 24px;
    text-transform: capitalize;
    margin-bottom: 42px;
    font-weight: 800;
}

.about_content h4 span {
    position: relative;
}

.about_content h4 span:before {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #4a5561;
    z-index: -1;
    top: -13px;
}

.about_content h4 span:after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #4a5561;
    z-index: -1;
    bottom: -13px;
}

.about_content p {
    color: #3d4b58;
    font-weight: 400;
    margin-bottom: 18px;
}

.about_content .btn i {
    vertical-align: -1px;
    margin-left: 5px;
    font-size: 23px;
}

.about_content p:last-of-type {
    margin-bottom: 0;
}

.about_content {
    margin-top: 12px;
    margin-left: 30px;
    margin-right: -9px;
    /* margin-left: -72px; */
}

.site_title h3 {
    /* margin-bottom: 21px; */
    margin-bottom: -4px;
    font-size: 32px;
    font-weight: 800;
    line-height: 40px;
    /* letter-spacing: 0.96px; */
    color: #4a5561;
}

.site_title h3 span {
    position: relative;
    text-transform: capitalize;
}

.site_title h3 span:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 90%;
    height: 2px;
    background-color: #4a5561;
    z-index: 9;
    top: -13px;
}

.site_title h3 span:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 90%;
    height: 2px;
    background-color: #4a5561;
    z-index: 9;
    bottom: -13px;
}

.site_title p {
    margin-bottom: 0;
}

.site_title {
    margin-bottom: 50px;
}

.service_images {
    padding: 10px;
    background: #ffffff;
}

.service_images img {
    width: 100%;
    height: 209px;
    object-fit: cover;

}

.service_thumbnail {
    position: relative;
    border: 1px solid #d7d7d7;
    box-shadow: 0 10px 31px 0 rgb(0 0 0 / 9%);
    border-radius: 8px;
    /* overflow: hidden; */
    margin: 0px 12px 19px 0px;
}

.service_caption p {
    color: var(--primary-color, #4A5561);
    text-align: center;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.72px;
    text-transform: uppercase;
}

.service_caption {
    /* position: absolute; */
    /* bottom: -62px; */
    background-color: rgb(255 255 255 / 81%);
    width: 100%;
    padding: 15px;
    text-align: center;
    transition: ease-in-out 0.5s;
    overflow: hidden;
}

.service_thumbnail:hover .service_caption {
    /* bottom: 0;
    transition: ease-in-out 0.5s; */
}

.service_caption .btn i {
    vertical-align: -2px;
    margin-left: 5px;
}

.testimonial_images {
    /* width: 111px;
    height: 111px; */
    width: 88px;
    height: 88px;
    margin: 0 auto;
    position: relative;
    /* overflow: hidden; */
    /* border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
    border-radius: 88px;
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22); */

}

.testimonial_images img {
    width: 100%;
    object-fit: cover;
    border: 2px solid #FFF;
    /* box-shadow: rgb(100 100 111 / 45%) 0px 7px 29px 0px; */
    margin: 0 auto;
    border-radius: 88px;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    position: absolute;
    width: 88px;
    height: 88px;
    top: 44%;
    z-index: 1;
}

.testimonial_items h4 {
    /* font-weight: 800;
    font-size: 18px;
    margin-top: 25px;
    margin-bottom: 0; */
    margin-top: 8px;
    margin-bottom: 15px;
    color: var(--primary-color, #4A5561);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 0.48px;
}

.testimonial_items p {
    color: #3d4b58;

}

.testimonial_items span {
    margin-bottom: 12px;
    display: block;
    margin-top: 5px;
}

div#testimonial_carousel .owl-nav button {
    position: absolute;
    /* top: 73px; */
    background-color: rgb(78 87 93 / 74%);
    width: 45px;
    height: 45px;
    border-radius: 50%;
    bottom: -2%;
}

div#testimonial_carousel .owl-nav button.disabled {
    background-color: rgb(78 87 93 / 18%);
}

div#testimonial_carousel .owl-nav .owl-prev {
    /* left: 0; */
    left: 41%;
}

div#testimonial_carousel .owl-nav .owl-next {
    /* right: 0; */
    right: 41%;
}

div#testimonial_carousel .owl-nav button i {
    color: white;
}


div#events_os_slider .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    background-color: rgb(78 87 93 / 74%);
    width: 45px;
    height: 45px;
    border-radius: 50%;
}

div#events_os_slider .owl-nav button.disabled {
    background-color: rgb(78 87 93 / 18%);
}

div#events_os_slider .owl-nav .owl-prev {
    left: -6%;
}

div#events_os_slider .owl-nav .owl-next {
    right: -6%;
}

div#events_os_slider .owl-nav button i {
    color: white;
}

.testimonial_items {
    position: relative;
    /* width: 71%; */
    width: 89%;
    margin: 0 auto;
}

/* .testimonial_items:before {
    content: "";
    position: absolute;
    right: -104px;
    top: 0;
    width: 4px;
    height: 100%;
    border-right: 1px dotted #d7d7d7;
    border-spacing: 23px;
} */

.btn i {
    margin-left: 4px;
    vertical-align: -2px;
}

#testimonial_carousel .owl-dots {
    /* margin-top: 26px; */
    margin-top: 37px;
    text-align: center;
}

#testimonial_carousel .owl-dots button span {
    width: 14px;
    height: 14px;
    border: 3px solid rgb(0 0 0 / 21%);
    margin-right: 7px;
    border-radius: 50%;
    display: inline-block;
}

#testimonial_carousel .owl-dots button.active span {
    border-color: #4a5561;
}

.event_thumbnail_images img {
    width: 100%;
    /* height: 400px;
    object-fit: cover; */
    height: 235px;
    object-fit: cover;
    object-position: center;
}

.event_thumbnail {
    border: 1px solid #d7d7d7;
    box-shadow: 0 10px 31px 0 rgb(0 0 0 / 9%);
    /* border-radius: 8px; */
    /* overflow: hidden; */
    background-color: white;
    margin: 11px 11px 43px 12px;
    position: relative;
    z-index: 1;

}

.event_thumbnail:before {
    border: 2px solid #ffffff;
    content: "";
    position: absolute;
    z-index: -1;
    bottom: -12px;
    left: 12px;
    right: -13px;
    top: 25px;
    -webkit-transition: all 0.35s ease 0s;
    -moz-transition: all 0.35s ease 0s;
    -ms-transition: all 0.35s ease 0s;
    -o-transition: all 0.35s ease 0s;
    transition: all 0.35s ease 0s;
}

.event_thumbnail:hover:before {
    border: 2px solid #4A5561;
    bottom: -12px;
    left: -12px;
    right: -12px;
    top: -12px;
}

.event_caption {
    padding: 25px;
    position: relative;
}

.btn-icon-event {
    font-weight: 700;
}

.btn-icon-event i {
    vertical-align: -1px;
    margin-left: 5px;
    font-size: 23px;
}

/* .event_caption:before{
    content: "";
    height: 0;
    position: absolute;
    left: 0;
    top: -100%;
    visibility: hidden;
    width: 100%;
    z-index: -1;
    background: #ffda6b;
    -webkit-transition: all 0.35s ease 0s;
    -moz-transition: all 0.35s ease 0s;
    -ms-transition: all 0.35s ease 0s;
    -o-transition: all 0.35s ease 0s;
    transition: all 0.35s ease 0s;
}
.event_thumbnail:hover .event_caption:before{
    height: 100%;
    top: 0;
    visibility: visible;
} */

.event_caption h4 {
    /* font-size: 19px;
    font-weight: 800;
    margin-bottom: 15px; */
    margin-bottom: 9px;
    color: var(--primary-color, #4A5561);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}

.event_caption p {
    color: #3d4b58;
    margin-bottom: 30px;
    height: 74px;
    overflow: hidden;
    text-align: justify;
}

.event_thumbnail_images {
    overflow: hidden;
}

.event_thumbnail:hover img {
    /* transform: scale(1.2) rotate(3deg); */
    transform: scale(1.2);
    transition: ease-in-out 0.5s;
}

.event_thumbnail img {
    transition: ease-in-out 0.5s;
}

footer#site_footer_cover {
    background-color: #4a5561;
    padding-top: 75px;
}

.footer_1 img {
    height: 83px;
}

.footer_1 p {
    color: #c7c7c7;
}

.footer_1 img {
    height: 83px;
    margin-bottom: 20px;
}

.footer_item h4 {
    font-size: 19px;
    color: white;
    font-weight: 800;
    margin-bottom: 16px;
    letter-spacing: 0.36px;
}

.footer_item ul {
    padding-left: 0;
    margin-bottom: 0;
}

.footer_item ul li {
    color: #c7c7c7;
    list-style: none;
    line-height: 28px;
}

.footer_item ul li a {
    text-decoration: none;
    color: #c7c7c7;
}

.footer_item p {
    color: #c7c7c7;
    margin-top: 33px;
    margin-bottom: 15px;
}

.footer_item ul li i {
    margin-right: 10px;
    color: white;
}

.subscribe_email {
    background-color: white;
    display: flex;
    border-radius: 52px;
    overflow: hidden;
    padding: 3px;
}

.subscribe_email input {
    width: 100%;
    border: none;
    padding-left: 23px;
}

.subscribe_email input:focus {
    border: none;
    box-shadow: none;
    outline: none;
}

.subscribe_email .btn {
    border-top-right-radius: 52px;
    border-bottom-right-radius: 52px;
    border-top-left-radius: 52px;
    border-bottom-left-radius: 52px;
    padding: 7px 20px;
}

ul.social_link {
    padding-left: 0;
    margin-bottom: 0;
}

ul.social_link li {
    display: inline-block;
}

ul.social_link li a {
    color: #4a5561;
    text-decoration: none;
    background-color: white;
    height: 33px;
    display: inline-block;
    width: 33px;
    text-align: center;
    border-radius: 50%;
}

ul.social_link li a i {
    line-height: 33px;
}

ul.social_link li:not(:last-child) a {
    margin-right: 5px;
}

.copyright p {
    margin-bottom: 0;
    color: #c7c7c7;
}

.copyright p a {
    color: #ffffff;
    text-decoration: none;
    font-weight: 700;
}

.copyright {
    border-top: 1px solid rgb(255 255 255 / 7%);
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 25px;
}

.show_down {
    position: absolute;
    bottom: 69px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 15%;
    text-align: center;
    z-index: 9;
}

.show_down i {
    font-size: 38px;
    color: white;
    animation: move_down .7s infinite;
}

@keyframes move_down {
    from {
        transform: translateY(0px);
    }

    to {
        transform: translateY(30px);
    }
}

#services_os_slider .owl-nav button {
    position: absolute;
    top: 33%;
    background-color: rgb(124 130 135 / 73%);
    width: 45px;
    height: 45px;
}

div#services_os_slider .owl-nav .owl-prev {
    left: 0;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

div#services_os_slider .owl-nav .owl-next {
    right: 0px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

#services_os_slider .owl-nav button i {
    color: white;
}

#services_os_slider .owl-dots button span {
    width: 14px;
    height: 14px;
    border: 3px solid rgb(0 0 0 / 21%);
    margin-right: 7px;
    border-radius: 50%;
    display: inline-block;
}

#services_os_slider .owl-dots button.active span {
    border-color: #4a5561;
}

div#services_os_slider .owl-dots {
    text-align: center;
    margin-top: 25px;
}

.sticky_nav {
    position: fixed !important;
    top: 0;
    background: #4a5561 !important;
    width: 100%;
    z-index: 999 !important;
    animation: showNav .8s;
}

@keyframes showNav {
    from {
        top: -100%;
    }

    to {
        top: 0;
    }
}

.sticky_nav a.navbar-brand img {
    height: 42px;
    transition: ease-in-out 0.3s;
}

#inner_page_header ul {
    padding-left: 0;
    margin-bottom: 0;
    text-align: left;
    position: relative;
}

#inner_page_header ul li {
    display: inline-block;
    margin-right: 10px;
    color: white;
}

#inner_page_header ul li a {
    color: white;
    text-decoration: none;
    margin-right: 10px;
}

#inner_page_header {
    position: relative;
    padding: 80px 0 72px;
    /* padding: 170px 0 120px; */
    background-repeat: no-repeat;
    background-size: cover;
    /* margin-top: -114px; */
    z-index: 1;
}

#inner_page_header:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.6;
    z-index: -1;
}

.about_youga_thumbnail img {
    width: 100%;
}

#about_yoga_cover .about_content {

    padding: 0 8px;
    text-align: justify;
}

.content_style {
    margin-top: 25px;
}

.content_style p {
    color: #3d4b58;
}

.about_youga_thumbnail {
    position: relative;
}

.about_youga_thumbnail:before {
    content: '';
    position: absolute;
    width: 0%;
    height: 90%;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto auto;
    z-index: 1;
}

.about_youga_thumbnail:hover:before {
    width: 90%;
    transition: ease-in-out 0.3s;
}

.about_youga_thumbnail:after {
    content: '';
    position: absolute;
    width: 90%;
    height: 0%;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto auto;
    z-index: 1;
}

.about_youga_thumbnail:hover:after {
    height: 90%;
    transition: ease-in-out 0.3s;
}

.yogo_picture_area {
    height: 100%;
    display: flex;
    align-items: center;
}

.yoga_class_card h1 {
    font-size: 19px;
    font-weight: 800;
    padding: 10px 0;
}

.yoga_class_images img {
    /* height: 177px;
    margin: 0 auto; */
    height: 216px;
    width: auto;
    margin: 0 auto;
    object-fit: cover;
}

.yoga_class_card {
    text-align: center;
    border: 1px solid #d7d7d7;
    box-shadow: 0 10px 31px 0 rgb(0 0 0 / 9%);
    /* padding: 25px; */
}

.yoga_class_images {
    /* margin-bottom: 25px; */
}

#yoga_class_slider .owl-nav button , .u-list-repeater2 .owl-nav button{
    /* position: absolute;
    top: 39%;
    width: 45px;
    height: 45px;
    background-color: rgb(74 85 97 / 15%); */
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    background-color: rgb(78 87 93 / 74%);
    width: 45px;
    height: 45px;
    border-radius: 50%;
}

#yoga_class_slider .owl-nav .owl-prev, .u-list-repeater2 .owl-nav .owl-prev {
    left: -6%;
    /* border-top-right-radius: 8px;
    border-bottom-right-radius: 8px; */
}

#yoga_class_slider .owl-nav .owl-next, .u-list-repeater2 .owl-nav .owl-next {
    right: -6%;
    /* border-top-left-radius: 8px;
    border-bottom-left-radius: 8px; */
}

div#yoga_class_slider .owl-nav button i , .u-list-repeater2 .owl-nav button i {
    color: white;
}

 div#yoga_class_slider .owl-nav button.disabled, .u-list-repeater2 .owl-nav button.disabled{
    background-color: rgb(78 87 93 / 18%);
}

#u-list-repeater .owl-nav {
    display: none;
}

#u-list-repeater .owl-nav .owl-prev {
    left: 0;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

#u-list-repeater .owl-nav .owl-next {
    right: 0;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.teacher_thumbnail {
    margin-bottom: 25px;
    border: 1px solid #d7d7d7;
    box-shadow: 0 10px 31px 0 rgb(0 0 0 / 9%);
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}

.teacher_card_images img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.teacher_card_images {
    position: relative;
    height: 300px;
}

.teacher_card_images:before {
    content: '';
    position: absolute;
    width: 0%;
    height: 90%;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto auto;
}


/* .teacher_card_images:hover:before {
    width: 90%;
    transition: ease-in-out 0.3s;
} */

.teacher_card_images:after {
    content: '';
    position: absolute;
    width: 90%;
    height: 0%;
    border-left: 1px solid white;
    border-right: 1px solid white;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto auto;
}

/* .teacher_card_images:hover:after {
    height: 90%;
    transition: ease-in-out 0.3s;
} */

.teacher_thumbnail:hover .teacher_card_images:before {
    width: 90%;
    transition: ease-in-out 0.3s;
}

.teacher_thumbnail:hover .teacher_card_images:after {
    height: 90%;
    transition: ease-in-out 0.3s;
}

.teacher_caption h4 {
    font-size: 20px;
    font-weight: 700;
}

.teacher_caption {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgb(255 255 255 / 100%);
    width: 85%;
    padding: 25PX;
    height: 60%;
    margin: auto auto;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    opacity: 0;
    transition: ease-in-out 0.5s;
}

.teacher_thumbnail:hover .teacher_caption {
    opacity: 1;
    transition: ease-in-out 0.5s;
}

.teacher_caption p {
    font-size: 15px;
    margin-bottom: 7px;
    color: #888;
    font-weight: 500;
}

.teacher_caption a {
    text-decoration: none;
    color: #4a5561;
    font-weight: 700;
    /* padding: 7px 17px; */
}

.teacher_caption a i {
    vertical-align: -1px;
    margin-left: 5px;
    font-size: 23px;
}

#virtual_studio_wrapper h1 {
    font-size: 60px;
    margin-bottom: 25px;
    font-weight: 800;
    text-transform: capitalize;
}

#virtual_studio_wrapper {
    padding: 75px 0;
}

.price_plan__o {
    background-color: #ffffff;
    padding: 14px;
    /* padding: 25px; */
    text-align: center;
    margin: 19px 13px 43px 12px;
    /* min-height: 520px; */
    position: relative;
}

.price_plan__o::before {

    border: 2px solid #ffffff;
    content: "";
    position: absolute;
    z-index: -1;
    bottom: -12px;
    left: 12px;
    right: -13px;
    top: 25px;
    -webkit-transition: all 0.35s ease 0s;
    -moz-transition: all 0.35s ease 0s;
    -ms-transition: all 0.35s ease 0s;
    -o-transition: all 0.35s ease 0s;
    transition: all 0.35s ease 0s;
}

.price_plan__o:hover:before {
    border: 2px solid #4A5561;
    bottom: -12px;
    left: -12px;
    right: -12px;
    top: -12px;
}

.icon_images {
    /* width: 150px; */
    background-color: white;
    /* height: 150px;
    border-radius: 50%; */
    /* display: flex;
    align-items: center;
    justify-content: center; */
    margin: 0 auto;
    margin-bottom: 25px;
    overflow: hidden;
}

.icon_images img {
    object-fit: cover;
    height: 300px;
    width: 100%;
    transform: scale(1);
    transition: ease-in-out 0.5s;
    /* object-fit: contain; */
}

.price_plan__o .just_link {
    text-decoration: none;
    color: #4a5561;
    margin-bottom: 27px;
    /* display: block; */
    color: var(--primary-color, #4A5561);
    font-size: 24px;
    font-weight: 700;
    line-height: 1.7;
    letter-spacing: 0.48px;
}

.price_plan__o p {
    font-size: 16px;
    margin-bottom: 35px;
}

.price_plan__o span {
    display: block;
    margin-bottom: 25px;
    color: #4A5561;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    margin-top: 17px;
}

/* .icon_images img {
    width: auto !important;
} */

#id_planning .owl-nav button {
    position: absolute;
    top: 37%;
    background-color: #4a5561;
    width: 45px;
    height: 45px;
    border-radius: 50%;
}

#id_planning .owl-nav .owl-prev {
    left: -48px;
}

#id_planning .owl-nav .owl-next {
    right: -48px;
}

#id_planning .owl-nav button i {
    color: white;
}

.cafe_thumbnail img {
    width: 100%;
}

.cafe_thumbnail {
    border-radius: 8px;
    overflow: hidden;
}

.cafe_content_wrapper h4 {
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 25px;
}

.cafe_content_wrapper p {
    background-color: transparent;
    color: #656565;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.36px;
    margin-bottom: 7px;
}

.cafe_content_wrapper p span {
    color: #656565 ! important;
    color: #000000;
    color: #656565;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.36px;
}

.cafe_content_wrapper {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 25px;
    text-align: justify;
}

.cg_gallery_thumbnail img {
    width: 100%;
}

.cg_gallery_thumbnail {
    margin-bottom: 25px;
}

.nutrition_card_images img {
    width: 100%;
}

.nutrition_card {
    border: 1px solid #d7d7d7;
    box-shadow: 0 10px 31px 0 rgb(0 0 0 / 9%);
    border-radius: 8px;
    overflow: hidden;
    min-height: 440px;
}

.nutrition_caption {
    padding: 25px;
    text-align: center;
}

.nutrition_caption h3 {
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.spa_content h3 {
    font-size: 34px;
    font-weight: 800;
    margin-bottom: 25px;
}

.spa_content p {
    color: #4a5561;
}

.spa_content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.ss_content_area h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 25px;
}

.ss_content_area p {
    color: #4a5561;
    margin-bottom: 51px;
}

.ss_content_area {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.ss_content_images img {
    width: 100%;
}

.overide_padding_1 {
    margin-left: -12px;
}

.overide_padding_2 {
    margin-right: -12px;
}

.is_padding_right {
    padding-right: 98px;
}

.is_padding_left {
    padding-left: 98px;
}

.delicacy_thumbnail img {
    width: 100%;
}

.delicacy_thumbnail {
    height: 123px;
    width: 123px;
    border: 1px solid #d7d7d7;
    overflow: hidden;
    border-radius: 50%;
    display: flex;
    align-items: center;
    margin: 0 auto 15px;
    background-color: white;
}

.delicacy_caption h3 {
    font-size: 19px;
    font-weight: 700;
    text-transform: uppercase;
}

.delicacy_caption {
    text-align: center;
}

.delicacy_caption span {
    display: block;
    margin-bottom: 20px;
}

.delicacy_card {
    background-image: url("../images/background_o.png");
    border: 1px solid #d7d7d7;
    padding: 25px;
    border-radius: 8px;
    background-size: 2%;
}

#id_cafe_slider .owl-nav button {
    position: absolute;
    top: 143px;
    width: 45px;
    height: 45px;
    background-color: rgb(74 85 97 / 25%);
}

#id_cafe_slider .owl-nav .owl-prev {
    left: 0;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

#id_cafe_slider .owl-nav .owl-next {
    right: 0;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.spa_cover_images img {
    width: 100%;
}


/* ********************************************************************* */

.gallery_tab button:hover,
.gallery_tab button {
    color: black;
}

.gallery_tab button.active {
    background-color: #4a5561 !important;
    color: #ffffff !important;
    /* border-bottom: 2px solid #4a5561; */
    border-radius: 0;
}

.gallery_tab {
    /* justify-content: center; */
    margin-bottom: 50px !important;
    border: 1px solid gray;
}

.gallery_tab li .nav-link {}

.gallery_thumbnail_gt img {
    width: 100%;
}

.gallery_gp_card {
    position: relative;
    border: 1px solid #d7d7d7;
    box-shadow: 0 10px 31px 0 rgb(0 0 0 / 9%);
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 25px;
}

.gallery_caption_gc {
    padding: 25px;
    background-color: #4a5561;
}

.gallery_caption_gc h4 {
    font-size: 16px;
    font-weight: 800;
    color: white;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.gallery_caption_gc span {
    font-size: 14px;
    color: white;
}

.gallery_thumbnail_gt {
    position: relative;
}

.gallery_thumbnail_gt:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.gallery_gp_card:hover .gallery_thumbnail_gt:before {
    background-color: black;
    opacity: 0.6;
    transition: ease-in-out 0.3s;
}

.gallery_absolute_wrap {
    position: absolute;
    top: 73px;
    left: 0;
    color: white;
    width: 100%;
    text-align: center;
    opacity: 0;
}

.gallery_absolute_wrap span {
    font-size: 24px;
    font-weight: 800;
}

.gallery_gp_card:hover .gallery_absolute_wrap {
    opacity: 1;
}

.gallery_gp_card a {
    text-decoration: none;
}

.event_images_card img {
    width: 100%;
    height: 266px;
    object-fit: cover;
}

.event_card_layout {
    position: relative;
    margin-bottom: 24px;
    border-radius: 8px;
    overflow: hidden;
}

.event_ec_caption {
    position: absolute;
    bottom: 0;
    padding: 35px;
}

.event_ec_caption h3 {
    color: white;
}

.event_images_card:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.4;
}

#common_page_wrapper {
    margin-top: -60px;
    position: relative;
}

.cover_page {
    background-color: white;
    padding: 25px;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
}

.cover_page h1 {
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 25px;
}

.related_detail_matter h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 18px;
}

.related_detail_matter ul {
    padding-left: 0;
    margin-bottom: 0;
}

.related_detail_matter li {
    list-style: none;
}

.related_detail_matter li img {
    height: 71px;
}

.related_detail_matter li a {
    margin-left: 15px;
    text-decoration: none;
    color: #000000;
}

.related_detail_matter li:not(:last-child) {
    border-bottom: 1px solid #d7d7d7;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.booking_form input,
.booking_form .form-select {
    height: 54px;
}

.booking_form textarea {
    height: 150px;
}

.margin_down {
    margin-bottom: 25px;
}

.hidden_side_menu {
    border-top: 2px solid white;
    border-bottom: 2px solid white;
    height: 23px;
    width: 34px;
    /* margin-left: auto; */
    position: relative;
    cursor: pointer;
}

.hidden_side_menu:before {
    content: '';
    position: absolute;
    top: 8px;
    right: 0;
    height: 2px;
    width: 80%;
    background-color: white;
}

.fixed_side_scroll_menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 264px;
    height: 100%;
    background-color: #26292c;
    z-index: 9999;
    transition: ease-in-out 0.5s;
}

.swipe_inside {
    right: 0;
}

.fixed_side_scroll_menu ul {
    padding-left: 0;
}

.fixed_side_scroll_menu ul li {
    list-style: none;
}

.fixed_side_scroll_menu ul li a {
    padding: 15px 15px;
    display: block;
    text-decoration: none;
    color: white;
}

.fixed_side_scroll_menu ul li:not(:last-child) {
    border-bottom: 1px solid #303030;
}

.close_button_ns {
    position: absolute;
    top: 1px;
    background-color: white;
    width: 46px;
    height: 46px;
    text-align: center;
    border-radius: 50%;
    left: -70px;
    cursor: pointer;
}

.close_button_ns i {
    line-height: 46px;
    font-size: 22px;
}

.text_place ul {
    text-align: center !important;
}

.header_flex {
    display: flex;
}

.header_flex ul {
    margin-left: auto;
}

.detail_of_items h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 5px;
}

.rating_value span:nth-child(1) i {
    color: #ed3e2c;
}

.detail_of_items ul {
    padding-left: 0;
}

.detail_of_items ul li {
    list-style: none;
    font-size: 14px;
    font-weight: 700;
    line-height: 28px;
}

/* #siteNavigation .dropdown-menu li a {
    color: rgb(255, 255, 255) !important;
} */

#siteNavigation .dropdown-menu {
    /* background-color: #4a5561; */
    background: #ffffff;
    border-radius: 0px;
    min-width: 8.5rem;

}

/* #siteNavigation .dropdown-menu li {
    margin-right: 0 !important;
} */

#siteNavigation .dropdown-menu li a {
    text-transform: capitalize;
    color: #434343;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    padding: 4px 16px;
}

#siteNavigation .dropdown-menu li a:hover {
    /* opacity: 1 !important;
    background-color: rgb(58, 67, 77); */
    background-color: transparent;
    color: #f1961a ! important;
}

/* #siteNavigation .dropdown-menu {
    left: -25px !important;
} */

#siteNavigation .dropdown-menu li a:hover:before {
    content: '';
    display: none;
}

.cafe_menu_tab {
    margin-bottom: 27px;
    background-color: #39414a;
    border-radius: 8px;
    border-bottom: 5px solid #4a5561;
}

.cafe_menu_tab li button {
    color: rgb(255, 255, 255);
}

.cafe_menu_tab .nav-link.active {
    position: relative;
    background-color: #4a5561;
}

.cafe_menu_tab .nav-link.active:before {
    content: '';
    position: absolute;
    bottom: -14px;
    left: 45%;
    border-right: 19px solid rgb(0 0 0 / 0%);
    border-top: 19px solid #4a5561;
    transform: rotate(-135deg);
}

.all_day_menu_tab li button.active {
    background-color: transparent !important;
    color: black !important;
    border-bottom: 2px solid black;
    border-radius: 0 !important;
}

.all_day_menu_tab li button {
    color: black !important;
}

.item_thumbnails {
    border: 1px solid #d7d7d7;
    min-height: 416px;
}

.item_caption {
    padding: 25px;
}

.item_caption p:first-of-type {
    font-weight: 800;
    margin-bottom: 15px;
}

.item_caption p+p {
    font-size: 14px;
    color: #4a5561;
}

.item_price span {
    font-weight: 800;
}

.item_price {
    color: #ffffff !important;
    background-color: #4a5561;
    display: inline-block;
    padding: 3px 14px;
}

#slider_one {
    position: relative;
}

#slider_sixteen .owl-nav button,
#slider_fifteen .owl-nav button,
#slider_fourteen .owl-nav button,
#slider_thirteen .owl-nav button,
#slider_twelve .owl-nav button,
#slider_eleven .owl-nav button,
#slider_ten .owl-nav button,
#slider_nine .owl-nav button,
#slider_eight .owl-nav button,
#slider_seven .owl-nav button,
#slider_six .owl-nav button,
#slider_five .owl-nav button,
#slider_four .owl-nav button,
#slider_three .owl-nav button,
#slider_two .owl-nav button,
#slider_one .owl-nav button {
    position: absolute;
    top: 28%;
    background-color: rgb(74 85 97 / 76%);
    width: 39px;
    height: 39px;
    text-align: center;
}

#slider_sixteen .owl-nav button i,
#slider_fifteen .owl-nav button i,
#slider_fourteen .owl-nav button i,
#slider_thirteen .owl-nav button i,
#slider_twelve .owl-nav button i,
#slider_eleven .owl-nav button i,
#slider_ten .owl-nav button i,
#slider_nine .owl-nav button i,
#slider_eight .owl-nav button i,
#slider_seven .owl-nav button i,
#slider_six .owl-nav button i,
#slider_five .owl-nav button i,
#slider_four .owl-nav button i,
#slider_three .owl-nav button i,
#slider_two .owl-nav button i,
#slider_one .owl-nav button i {
    color: white;
}

#slider_sixteen .owl-nav .owl-prev,
#slider_fifteen .owl-nav .owl-prev,
#slider_fourteen .owl-nav .owl-prev,
#slider_thirteen .owl-nav .owl-prev,
#slider_twelve .owl-nav .owl-prev,
#slider_eleven .owl-nav .owl-prev,
#slider_ten .owl-nav .owl-prev,
#slider_nine .owl-nav .owl-prev,
#slider_eight .owl-nav .owl-prev,
#slider_seven .owl-nav .owl-prev,
#slider_six .owl-nav .owl-prev,
#slider_five .owl-nav .owl-prev,
#slider_four .owl-nav .owl-prev,
#slider_three .owl-nav .owl-prev,
#slider_two .owl-nav .owl-prev,
#slider_one .owl-nav .owl-prev {
    left: 0;
    /* border-top-right-radius: 8px;
    border-bottom-right-radius: 8px; */
}

#slider_sixteen .owl-nav .owl-next,
#slider_fifteen .owl-nav .owl-next,
#slider_fourteen .owl-nav .owl-next,
#slider_thirteen .owl-nav .owl-next,
#slider_twelve .owl-nav .owl-next,
#slider_eleven .owl-nav .owl-next,
#slider_ten .owl-nav .owl-next,
#slider_nine .owl-nav .owl-next,
#slider_eight .owl-nav .owl-next,
#slider_seven .owl-nav .owl-next,
#slider_six .owl-nav .owl-next,
#slider_five .owl-nav .owl-next,
#slider_four .owl-nav .owl-next,
#slider_three .owl-nav .owl-next,
#slider_two .owl-nav .owl-next,
#slider_one .owl-nav .owl-next {
    right: 0;
    /* border-top-left-radius: 8px;
    border-bottom-left-radius: 8px; */
}

#slider_sixteen .owl-dots,
#slider_fifteen .owl-dots,
#slider_fourteen .owl-dots,
#slider_thirteen .owl-dots,
#slider_twelve .owl-dots,
#slider_eleven .owl-dots,
#slider_ten .owl-dots,
#slider_nine .owl-dots,
#slider_eight .owl-dots,
#slider_seven .owl-dots,
#slider_six .owl-dots,
#slider_five .owl-dots,
#slider_four .owl-dots,
#slider_three .owl-dots,
#slider_two .owl-dots,
#slider_one .owl-dots {
    display: none;
}

.dinner_tab_o li .active {
    background-color: transparent !important;
    color: black !important;
    border-bottom: 2px solid black;
    border-radius: 0;
}

.dinner_tab_o li button {
    color: #000000;
}

.cafe_menu_tab li {
    width: calc(100% /5);
    /* width: fit-content; */
}

.cafe_menu_tab li button {
    width: 100%;
    border-radius: 0 !important;
    padding: 16px 0;
}

.cafe_menu_tab li:last-child button {
    border-top-right-radius: 8px;
}

.cafe_menu_tab li:first-child button {
    border-top-left-radius: 8px !important;
}

.cafe_menu_tab li button:hover {
    color: #ffffff;
}

.take_tab_two li .active {
    background-color: transparent !important;
    color: black !important;
    border-radius: 0;
    border-bottom: 2px solid black;
}

.take_tab_two li button {
    color: #000;
}

.take_tab_two li button:hover,
.dinner_tab_o li button:hover {
    color: #000000;
}

.in_page_thumbnail img {
    width: 100%;
    height: 604px;
    object-fit: cover;
    object-position: center;
}

.page_content_area_ h3 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 15px;
    color: var(--primary-color, #4A5561);
}

.page_content_area_ {
    /* overflow: hidden; */
}

.in_page_thumbnail {
    margin-bottom: 25px;
}

.page_content_area_ p {
    color: #3D4B58;
}

.search_form_of_page {
    display: flex;
}

.search_form_of_page .btn {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.search_form_of_page {
    border: 1px solid #4A5561;
    border-radius: 90px;
    overflow: hidden;
}

.search_form_of_page input {
    width: 100%;
    height: 45px;
    border: none;
    padding-left: 24px;
}

.search_form_of_page input:focus {
    box-shadow: none !important;
    border: none !important;
    outline: none !important;
}

.rp_images img {
    width: 100px;
    height: 75px;
    text-align: center;
    float: left;
    object-fit: cover;
}

.rp_flex {
    display: flex;
}

.rp_images {
    margin-right: 10px;
    border: 1px solid #D7D7D7;
    padding: 3px;
    border-radius: 4px;
    /* overflow: hidden; */
}

.rp_content a {
    text-decoration: none;
    font-size: 1.1rem;
    color: #656565;
}

.recent_post_from_page h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 16px;
    border-bottom: 1px solid #8888888c;
    padding-bottom: 11px;
}

.recent_post_from_page {
    border: 1px solid #D7D7D7;
    padding: 15px;
    border-radius: 8px;
    margin-top: 25px;
}

.recent_post_from_page .rp_flex:not(:last-of-type) {
    border-bottom: 1px solid #D7D7D7;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.event_ec_caption a {
    position: relative;
    display: block;
    text-decoration: none;
    z-index: 9;
}


/* my css */

/* a.dropdown-item {
    color: #000 !important;
} */

/* li.nav-item.dropdown:hover .dropdown-menu {
    display: block;
} */

.conatct-map iframe {
    width: 100%;
    height: 500px;
}

.page_content_area_ p {
    text-align: justify;
    color: var(--normal-font-color, #656565);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.36px;
}

.main {
    padding: 40px 0;
}

.main input,
.main input::-webkit-input-placeholder {
    font-size: 11px;
    padding-top: 3px;
}

.main-center {
    margin: 0 auto;
    max-width: 648px;
    padding: 29px 40px;
    /* background: #4a5561; */
    background: #ffffff;
    color: #555;
    text-shadow: none;
    /* -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.31); */
    /* -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.31); */
    /* box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.31); */
    border: 1px solid #eee;
    border-radius: 8px;
}

.input-group-addon i {
    color: #009edf;
    font-size: 17px;
}

.main .input-group {
    padding-bottom: 20px;
}

.main .input-group input {
    padding: 10px;
}

.main label {
    margin-bottom: 10px;
}

.getcall-button {
    position: fixed;
    right: 0px;
    top: 345px;
    z-index: 1000000;
    cursor: pointer;
}

.cg_gallery_thumbnail {
    position: relative;
    height: 208px;
    overflow: hidden;
}

a.link_token {
    position: absolute;
    top: 38%;
    left: 0;
    font-size: 40px;
    right: 0;
    text-align: center;
    opacity: 0;
    transition: ease-in-out 0.5s;
}

a.link_token i {
    color: rgb(0, 0, 0);
}

.cg_gallery_thumbnail:hover .link_token {
    opacity: 1;
    transition: ease-in-out 0.5s;
}

.cg_gallery_thumbnail:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    top: 0;
    left: 0;
    transition: ease-in-out 0.5s;
}

.cg_gallery_thumbnail:hover:before {
    background-color: rgb(255, 255, 255);
    transition: ease-in-out 0.5s;
}

.yoga_class_images img {
    width: 100% !important;
}


/* gallery start */

.full_gallery img {
    width: 100%;
}

.full_gallery a {
    display: block;
    position: relative;
}

.full_gallery a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    transition: ease-in-out 0.5s;
}

.full_gallery a:hover:before {
    background-color: #000;
    transition: ease-in-out 0.5s;
}

.full_gallery a i {
    position: absolute;
    top: 37%;
    left: calc(50% - 20px);
    color: white;
    font-size: 30px;
    opacity: 0;
    transition: ease-in-out 0.5s;
}

.full_gallery a:hover i {
    opacity: 1;
    transition: ease-in-out 0.5s;
}

.full_gallery {
    border-radius: 8px;
    overflow: hidden;
}


/* End gallery start */

.getcall-button a {
    display: block;
    border-top-left-radius: 8px;
    overflow: hidden;
    border-bottom-left-radius: 8px;
}


/* menu ------------------------------------------ */

.menuItem_images img {
    width: 100%;
}

.menuItem_images {
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 15px;
}

.menu_item_thumbnail p {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 700;
}

.menu_item_thumbnail a {
    text-decoration: none;
    color: black;
}

.menu_item_thumbnail {
    margin-bottom: 24px;
}


/* list--------------------------------------------- */

.listing_figure {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}

.listing_figure img {
    width: 100%;
}

.listing_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #e0e0e0e0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 35px;
    opacity: 0;
    transition: ease-in-out 0.5s;
}

.listing_overlay p i {
    margin-right: 7px;
    font-size: 24px;
    vertical-align: text-top;
}

.listing_overlay p {
    font-size: 18px;
    color: #4A5561;
    text-transform: capitalize;
}

.listing_caption {
    padding: 26px;
    width: 90%;
    margin: 0 auto;
    border: 1px solid #D7D7D7;
    box-shadow: 0 10px 31px 0 rgb(0 0 0 / 9%);
    margin-top: -21px;
    position: relative;
    z-index: 9;
    background-color: white;
}

.listing_caption span {
    color: #7F7F7F;
    font-size: 14px;
    margin-bottom: 10px;
    display: block;
}

.listing_caption h3 {
    font-size: 22px;
    font-weight: 700;
    text-transform: capitalize;
}

.listing_ls_thumbnail:hover .listing_overlay {
    opacity: 1;
    transition: ease-in-out 0.5s;
}

.listing_caption a {
    text-decoration: none;
    color: black;
}

.about_youga_thumbnail img {
    /* float: right; */
    height: 604px;
    width: auto;
    margin-left: 0px;
    object-fit: cover;
}

.fixed_contact_link {
    position: fixed;
    top: 40%;
    right: -92px;
    transform: rotate(-90deg);
    background-color: #4A5561;
    color: white;
    padding: 5px 13px;
    text-transform: capitalize;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-weight: 400;
    z-index: 9;
    border: 1px solid white;
    width: 220px;
}

.fixed_contact_link a {
    text-decoration: none;
    color: white;
}

.fixed_contact_link a i {
    margin-right: 8px;
}

.hidden_side_menu {
    display: none;
}

.rp_content {
    overflow: hidden;
    padding-left: 20px;
}

.u-palette-3-base {
    /* color: #ffffff;
    background-color: #3a4b59; */
    background: #ececee;
    padding: 75px 0;
}

.u-section-2 .u-text-1 {
    font-family: "Archivo Black";
    margin: 60px 10px 0 0;
    text-align: center;
}

.u-section-2 .u-text-2 {
    font-style: italic;
    font-weight: 700;
    margin: 20px 10px 0 0;
    text-align: center;
}

.u-section-2 .u-list-1 {
    min-height: 358px;
    grid-template-columns: repeat(3, calc(33.3333% - 20px));
    grid-template-rows: repeat(1, auto);
    width: 998px;
    grid-gap: 30px;
    margin: 37px auto 0 0;
}

.u-repeater {
    display: grid;
    grid-template-columns: repeat(3, 33.33333333%);
}

.u-section-2 .u-list-item-1 {
    box-shadow: 5px 5px 20px 0 rgb(228 189 170 / 40%);
}

.u-white {
    color: #111111;
    background-color: #ffffff;
}

.u-section-2 .u-container-layout-1 {
    padding: 30px;
}

.u-valign-top {
    justify-content: flex-start;
}

.u-valign-middle,
.u-valign-top,
.u-valign-bottom {
    display: flex;
    flex-direction: column;
    padding-bottom: 50px;
}

.u-container-layout {
    position: relative;
    flex: 1;
    max-width: 100%;
}

.u-section-2 .u-group-1 {
    width: 80px;
    min-height: 80px;
    margin: 0 auto 0 0;
}

.u-container-layout {
    border-radius: 50px !important;
}

.u-section-2 .u-container-layout-2 {
    padding: 0;
}

.u-section-2 .u-text-3 {
    font-size: 3rem;
    font-weight: 400;
    width: 48px;
    margin: 0 auto;
}

.u-font-oswald.u-custom-font {
    font-family: Oswald, sans-serif !important;
}

.u-group .u-container-layout>* {
    position: relative;
}

.u-section-2 .u-text-4 {
    font-weight: 700;
    margin: 20px 0 0;
}

.u-container-layout.u-similar-container.u-valign-top.u-container-layout-1 ul li {
    font-size: 14px;
    line-height: 28px;
}

a.u-active-none.u-border-2.u-border-palette-4-base.u-btn.u-btn-rectangle.u-button-style.u-hover-none.u-none.u-text-palette-4-base.u-btn-1 {
    color: #c17e41 !important;
    background-image: none;
    border-style: none none solid;
    text-transform: uppercase;
    font-size: 0.875rem;
    letter-spacing: 1px;
    margin: 20px auto 0 0;
    padding: 0;
    text-decoration: unset;
}

.plan_description img {
    width: 100%;
}

section#plane_detail_wrapper {
    padding: 50px 0;
}

.pricing_label>span {
    display: block;
    text-transform: capitalize;
}

.pricing_label {
    margin-top: 15px;
    margin-bottom: 15px;
}

.pricing_label>span strike {
    color: #7e8282;
    margin-left: 15px;
}

.yoga_listing ul {
    padding-left: 0;
    margin-bottom: 0;
}

.yoga_listing ul li {
    list-style: none;
}

.yoga_listing ul li a {
    text-decoration: none;
    color: black;
    text-transform: capitalize;
}

.yoga_listing {
    border: 1px solid #e0e0e0;
    padding: 15px;
}

.yoga_listing ul li:not(:last-child) {
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.yoga_listing h4 {
    margin-bottom: 25px;
    font-weight: bold;
}

.content_description h4 {
    font-weight: bold;
}

.content_description ul li {
    list-style: circle;
}

.register_now_form {
    padding-top: 15px;
}

.course_book_form h3 {
    font-size: 22px;
    font-weight: bold;
    margin: 15px 0;
}

.container_maker img {
    width: 100%;
}

div#carousel_id .owl-nav button {
    position: absolute;
    top: 0;
    background-color: #4a5561;
    width: 45px;
    height: 45px;
    border-radius: 90%;
    color: white;
    bottom: 0;
    margin: auto;
}

div#carousel_id .owl-nav .owl-prev {
    left: -60px;
}

div#carousel_id .owl-nav .owl-next {
    right: -60px;
}

div#carousel_id .owl-nav button i {
    font-size: 22px;
    line-height: 36px;
}

.event_card_description_evt {
    margin-bottom: 45px;
}

.floatin_images img {
    float: left;
    margin-right: 15px;
}

.event_card_description_evt a {
    text-decoration: inherit;
    color: black;
}

#testimonial_cover {
    background: #ececee;
}

section#service_cover {
    /* background-color: #e8e3dd; */
    background-color: #DCDDE1;
    padding-top: 80px;
}

section#testimonial_cover {
    padding-top: 80px;
}

section#events_cover {
    /* background-color: #e8e3dd; */
    background-color: #DCDDE1;
    padding-top: 80px;
}

.contact_sidecontact p {
    font-size: 14px;
    color: #3a3a3a;
}

.flex-contact-box {
    display: flex;
}

.icon_icon i {
    font-size: 22px;
    margin-right: 10px;
    color: #3a3a3a;
}

.contact-wrapper_style {
    padding-left: 40px;
}

.floatin_images img {
    width: 100%;
    margin-bottom: 25px;
}

.floatin_images {
    width: 440px;
}

.floating_picture {
    float: left;
    margin-right: 15px;
}

.in_page_thumbnail.floating_picture img {
    height: 400px;
}

.item_00_title p {
    text-align: center;
}

#recent_classes a {
    text-decoration: none !important;
    /* color: black; */
    font-weight: 600;
    /* font-size: 12px; */
}

#recent_classes .owl-nav button {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 45px;
    height: 45px;
    background-color: #4a5561;
    border-radius: 50%;

}

#recent_classes .owl-nav .owl-prev {
    left: -46px;
}

#recent_classes .owl-nav .owl-next {
    right: -46px;
}

#recent_classes .owl-nav button i {
    color: #ffffff;
}

.floting_picture {
    /* float: left; */
    /* width: 330px; */
    margin-right: 20px;
}

.event_caption a {
    text-decoration: none;
}

.create_space {
    margin-bottom: 44px;
}

#serach_icons_09 i {
    font-size: 26px;
    margin-left: 20px;
    color: white;
}

#search_model_3 .modal-content {
    background-color: transparent;
    border: none;
}

.search_style_wrapper {
    position: relative;
    background-color: white;
    border-radius: 30px;
    overflow: hidden;
}

.search_style_wrapper input {
    border: none;
    width: 100%;
    height: 48px;
    padding-left: 25px;
    padding-right: 60px;
}

.search_style_wrapper .btn {
    position: absolute;
    background-color: red;
    top: 2px;
    right: 3px;
    border-radius: 50%;
    color: #fff;
    height: 43px;
    width: 43px;
    line-height: 25px;
    text-align: center;
    font-size: 24px;
}

.search_style_wrapper .btn i {
    position: relative;
    left: -7px;
}

#search_model_3 .modal-content .btn-close {
    position: absolute;
    right: 0;
    top: -20px;
    filter: invert(1);
}

#search_model_3 {
    background-color: rgb(0 0 0 / 53%);
}

#search_model_3 .modal-dialog {

    margin: 16.75rem auto;
}

#team_style_wrapper {
    padding: 70px 0;
}

.pic_wrap {

    text-align: center;
    margin: 0 auto;
    overflow: hidden;
    margin-bottom: 26px;

}

.pic_wrap img {
    width: 100%;
    height: 221px;
    object-fit: cover;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    transition: ease-in-out 0.5s;
}

.pic_detail {
    text-align: center;
    margin-top: 16px;
}

.pic_detail p {
    margin-bottom: 0;
    font-weight: 700;
    text-transform: capitalize;
    font-size: 17px;
    color: var(--primary-color, #4A5561);
    font-size: 21px;
    font-weight: 700;
    letter-spacing: 0.48px;
}

.pic_detail span {
    font-size: 16px;
    color: #626262;
}

.team_thumbnail_wrapper {
    margin-bottom: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
    /* border: 1px solid #CACACA; */
    background: #DCDDE1;
    padding: 9px 10px 42px 10px;
}

.team_thumbnail_wrapper:hover {
    background-color: #e9e9e9;
}

.team_thumbnail_wrapper a {
    text-decoration: none;
    color: initial;
}

.slider_group .owl-nav button {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: #4a5561 !important;
}

.slider_group .owl-nav button i {
    color: white;
}

.slider_group .owl-nav .owl-prev {
    left: -67px;
}

.slider_group .owl-nav .owl-next {
    right: -67px;
}

.search_global_wrapper {
    padding: 60px 0;
}


.fc-daygrid-event {
    white-space: pre-line;
}

/* owl carousel limit height */

.limit_text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;

}

.food_desc {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* number of lines to show */
    line-clamp: 3;
    -webkit-box-orient: vertical;
    min-height: 70px;
}

.nutrition_caption p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* number of lines to show */
    line-clamp: 3;
    -webkit-box-orient: vertical;

}

.readmore {
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60%;
}



/* event modal */

img.event-img {
    width: 200px;
    height: 200px;
    border-radius: 100%;
    object-fit: fill;
    margin-left: 50%;
    transform: translate(-50%, 0px);


}

.event-modal-title {
    background: #37cbab;
    color: white;
}

.event-body p {
    color: rgb(110 105 105);
}

p.course_name {
    color: #ff006aeb;
}

.event-register {
    color: #ff006aeb;
    text-decoration: none;
    transition-duration: 0.5s;
}

.event-register:hover {
    color: #ec0767eb;

}

.event-detail {
    border-left: 3px solid rgb(110 105 105);
    padding: 0px 5px;
}

.fc .fc-popover {
    z-index: 1;
}

.course-category-list {
    /* max-width: 100%; */
    overflow-x: scroll;
    display: flex;
    justify-content: flex-start;
    margin-bottom: 30px;
    padding: 5px 5px;

}

.course-category-list div {
    white-space: nowrap;
    margin-right: 20px;
}

.ajax-course {
    border: none;
    padding: 5px 10px;
}

.course-active {
    border-bottom: 2px solid #ec0767eb;
    border-top: 2px solid #ec0767eb;
}

/* .course-category-list ::-webkit-scrollbar {
    width: 10px;
  } */

/* width */
.course-category-list::-webkit-scrollbar {
    height: 7px;
}

/* Track */
.course-category-list::-webkit-scrollbar-track {
    background: #f1f1f1;

}

/* Handle */
.course-category-list::-webkit-scrollbar-thumb {
    background: #555;
    border-radius: 50px;
}


.fc .fc-daygrid-day-number {
    color: gray;
    text-decoration: none;
}

.fc .fc-col-header-cell-cushion {
    color: gray;
    text-decoration: none;
}

#calendar {
    overflow-x: auto;
}

.fc .fc-daygrid-day-frame {
    max-height: 170px;

}

.fc-daygrid-day {
    max-height: 170px;
    height: 140px;
}

.fc-view-harness.fc-view-harness-active {
    min-width: 920px;
}

#slider_one .owl-nav button {
    margin-top: 0%;
}

.wa_widget-brand-image {
    width: 100% !important;
}

#wa-btn-wrapper {
    top: calc(40% + 130px);
    right: 0 !important;
}

#wa_btn-content {
    padding: 5px !important;
}

.spa_packages .u-list-item {
    /* background-color: #d9d0c4; */
    background-color: rgb(229, 224, 221);

    /* background-color: rgb(186, 124, 119); */
}

.spa_packages h2,
.spa_packages h5,
.spa_packages .btn-link {
    color: #444040;
    /* color: rgb(229, 224, 221); */

}

.six-course-meal {
    display: flex;
    flex-wrap: wrap;
}

.six-course-meal button:hover+img {
    border: 2px solid black;
}

.six-course-meal button:active {
    border: 2px solid;
}

.six-course-meal .button-wrapper button {
    padding: 0;
    width: calc(100%/3);
    background: none;

}

.six-course-meal .button-wrapper .active {
    border: 3px solid #eeeded;
}

.six-course-meal .button-wrapper button:hover {
    border: 3px solid #eeeded;
}

.absolute-title {
    bottom: 0;
    background: #f0f8ffa3;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #212529;
    padding: 2px 5px;
    display: none;
}

.six_course_img:hover .absolute-title {
    display: block;
}

.single-line-text {
    /* overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; */
    margin-top: 50%;
    transform: translate(0, -50%);
    font-size: 16px;
    font-weight: 600;
}

/* new-css-index-page */


.about_thumbnail {
    position: relative;
}

.about_thumbnail:before {
    border: 2px solid #4a5561;
    content: "";
    position: absolute;
    z-index: -1;
    bottom: -8px;
    left: 18px;
    right: -8px;
    top: 12px;
    -webkit-transition: all 0.35s ease 0s;
    -moz-transition: all 0.35s ease 0s;
    -ms-transition: all 0.35s ease 0s;
    -o-transition: all 0.35s ease 0s;
    transition: all 0.35s ease 0s;
}

.about_thumbnail:hover:before {
    content: "";
    left: 20px;
    right: -15px;
    top: 20px;
    bottom: -17px;
}

.overly-about {
    height: 28%;
    /* opacity: 0; */
    position: absolute;
    bottom: 0;
    left: 47%;
    visibility: hidden;
    right: 0;
    background-color: #00000033;
    overflow: hidden;
    width: 53%;
    -webkit-transition: all 0.35s ease 0s;
    -moz-transition: all 0.35s ease 0s;
    -ms-transition: all 0.35s ease 0s;
    -o-transition: all 0.35s ease 0s;
    transition: all 0.35s ease 0s;

}

.about_thumbnail:hover .overly-about {
    opacity: 1;
    height: 100%;
    left: 0px;
    visibility: visible;
    width: 100%;

}

.about_content p span {
    color: #656565 ! important;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    /* 150% */
    letter-spacing: 0.36px;
}

.about_content li span {
    color: #656565 ! important;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

.btn-link {
    display: inline-flex;
    padding: 10px 20px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    border: 1px solid #4a5561;
    text-decoration: none;
    color: #4a5561;
    /* border-radius: 90px; */
    padding: 10px 23px;
    line-height: 1.5;
    -webkit-transition: all 0.35s ease 0s;
    -moz-transition: all 0.35s ease 0s;
    -ms-transition: all 0.35s ease 0s;
    -o-transition: all 0.35s ease 0s;
    transition: all 0.35s ease 0s;

}
.btn-links {
    display: inline-flex;
    padding: 10px 20px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    border: 1px solid #4a5561;
    text-decoration: none;
    color: #4a5561;
    /* border-radius: 90px; */
    padding: 10px 23px;
    line-height: 1.5;
    -webkit-transition: all 0.35s ease 0s;
    -moz-transition: all 0.35s ease 0s;
    -ms-transition: all 0.35s ease 0s;
    -o-transition: all 0.35s ease 0s;
    transition: all 0.35s ease 0s;

}

.btn-link:hover {
    background-color: #4a5561;
    color: #ffffff;
}

.btn-link:focus {
    box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 0%)
}

.line-dot-tile-wrapper {
    /* height: 1px;
    position: relative; */

    height: 1px;
    position: relative;
    height: 1px;
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-width: 10%;
    /* margin-left: -47px; */
    /* margin-right: -50px; */
    /* left: -24px; */
    top: 2px;
}

.line-dot-title {
    height: 1px;
    border-top: 2px solid #4A5561;
    display: block;
    position: relative;
    top: 1px;
    width: 69%;
    /* z-index: -1; */
    margin: auto;
}

.line-dot-title:before {
    border-top-width: 1px;
    border-top-color: #4A5561;
    content: "";
    height: 0;
    position: absolute;
    left: 0;
    bottom: 5px;
    width: 100%;
    border-top-style: dashed;
}

.image-sub-icon img {
    /* margin-top: -42px;
    background: white;
    padding: 9px 8px;
    height: 45px;
    width: 11%;
    object-fit: cover; */

    padding: 9px 1px;
    /* height: 45px; */
    width: 100%;
    object-fit: cover;
    /* max-width: 100%; */
    height: auto;
    width: 100px;
    margin-top: -13px;

}

.header-dot-left {
    right: -28px;
}

.header-dot-right {
    left: -28px;
}

.dropdown-menu.show {
    display: none;
}

.w-100 {
    height: 700px;
    object-fit: cover;
}

.icon-drop i {
    font-size: 22px;
}

.new-hover:hover .new-sub-list {
    display: block;
}

.new-badge {
    display: inline-block;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
    color: #212529;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    background: #ffc107;
    border-radius: 50px;
    line-height: 1;
    padding: 5px 7px;
    vertical-align: middle;
}


/* new-css-index-page-end */


/* cart-page-css */
/* .cart-table h4{
    color: #888;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
} */



.cart__bucket {
    margin-bottom: 35px;
    padding-bottom: 4px;
}

.card--outline {
    border-radius: 8px;
    border: 1px solid #d7d7d7;
    background: #ffffff;
}

.cart__info .bucket__title {
    display: flex;
    justify-content: space-between;
    padding: 12px;
    border-bottom: 1px solid #d9d9d9;
}

.cart__info .bucket__title p,
.cart__info .bucket__title span {
    color: #444;
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
}

.cart__info .bucket__title p,
.cart__info .bucket__title span {
    color: #444;
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
}

.cart__info .bucket__table {
    overflow-x: auto;
    margin: 0 10px;
}

.cart__info .bucket__table .table {
    margin-bottom: 0;
    padding: 10px 10px 0 10px;
}

.cart__info .bucket__table th {
    color: #888;
    font-size: 14px;
    /* text-transform: uppercase; */
    font-weight: 500;
}

.cart__info .bucket__table th,
.cart__info .bucket__table td {
    border: 0;
    vertical-align: middle;
}

.cart__info .bucket__table th img {
    width: 59px;
    height: 59px;
    -o-object-fit: contain;
    object-fit: contain;
}

.cart__info .bucket__table th span {
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    color: #484848;
    padding-left: 10px;
}

.cart__info .bucket__table td span {
    font-size: 14px;
    font-weight: 700;
    line-height: 2;
    color: #484848;
}

.cart__info .bucket__table td .price-counter {
    display: flex;
    border: 1px solid #A01F1A;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 5px;
    /* padding: 8px 5px; */
    gap: 10px;
}

.cart__info .bucket__table td span {
    font-size: 14px;
    font-weight: 700;
    line-height: 2;
    color: #484848;
}

.cart__info .bucket__table td .price-counter span {
    line-height: 0;
}

.cart__info .bucket__table td .price-counter span {
    line-height: 0;
}

.cart__summary h3 {
    font-size: 20px;
    padding: 12px;
    border-bottom: 1px solid #d9d9d9;
    color: #444;
}

.cart__checkout {
    padding: 20px 17px;
}

.cart__checkout-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 27px;
}

.cart__checkout-item span {
    font-size: 16px;
    color: #6e6e6e;
    font-weight: 500;
    line-height: normal;
}

.cart__checkout form {
    width: 100%;
    position: relative;
}

.cart__checkout form input {
    width: 100%;
    border-radius: 8px;
    border: 1px solid #d6d6d6;
    padding: 12px 17px;
}

.cart__checkout form button {
    position: absolute;
    background-color: #ffffff;
    right: 17px;
    top: 50%;
    transform: translateY(-50%);
    color: #A01F1A;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    cursor: pointer;
}

.cart__checkout-item strong {
    color: #262626;
}

.cart__checkout .btn-wrapper {
    margin-top: 10px;
}

.cart__checkout .btn-wrapper a {
    display: block;
    text-align: center;
    width: 100%;
    text-transform: capitalize;
    text-decoration: none;
}

.cart__checkout .btn-wrapper a:hover {
    background: #1a1c1e;

}

.btn-brick.btn--primary {
    background-color: #4A5561;
    color: #ffffff;
    padding: 11.03px 21.052px 10.359px 20.499px;
}

.btn-brick {
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 8px;
    transition: color 0.5s, background-color 0.5s ease-in-out;
    cursor: pointer;
}

.remove-btn a {
    color: #3A3A3A;
}

.remove-btn a i {
    font-size: 22px;
}

.remove-btn a:hover {
    color: #a01f1a;
}

.cart__info .bucket__table td .price-counter .number {
    padding: 0 6px;
}

.banner__content h1 {
    font-weight: 700;
    color: #E9E9E9;
    text-transform: uppercase;
    line-height: normal;
    font-size: 39px;
}

.banner__content .breadcrumb {
    background: transparent;
    padding: 10px 4px;
}

.banner__content .breadcrumb .breadcrumb-item {
    font-size: 20px;
    font-weight: 700;
    /* color: #D6D6D6; */
}

.banner__content .breadcrumb .breadcrumb-item a {
    color: #ffffff;
    text-decoration: none;
}

.banner__content .breadcrumb .breadcrumb-item.active a {
    color: #ff4c45;
}

.banner-wrapper-breadcrumb {
    background-repeat: no-repeat;
    background-size: cover;
    /* height: 210px; */
    background-position: center;
}

.cart-wrapper-all {
    padding: 89px 0;
}

.cart__checkout form button:focus {
    box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 0%);
}

.sub,
.add {
    cursor: pointer;
}

.cart-section-back {
    background: #E5E7EB;
}


/* cart-page-css-end */


/* wishlist-page-css */
.wishlist-bucket h1 {

    color: #4A5561;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 0.96px;
    padding: 10px 0;
}

.wishlist-bucket-table th {
    color: #888;
    font-size: 16px;
    font-weight: 700;
    vertical-align: middle;

}

.wishlist-bucket-table td img {
    width: 60px;
    height: 60px;
    -o-object-fit: contain;
    object-fit: contain;
}

.wishlist-bucket-table th,
.wishlist-bucket-table td {
    vertical-align: middle;
}

.wishlist-bucket-table td span {
    font-size: 16px;
    font-weight: 700;
    line-height: 2;
    color: #6B7280;

}

.btn-brick.btn-wishlist {
    background-color: #4A5561;
    color: #ffffff;
    padding: 10px 20px;
    text-decoration: none;
    text-transform: inherit;

}

.btn-brick.btn-wishlist i {
    font-size: 23px;
    vertical-align: middle;
    margin-left: 8px;
}

.btn-wrapper-wish {
    padding: 23px 10px;
}

.details-wish-more {
    margin-top: 29px;
}

.details-wish {
    background-color: #F2F2F2 ! important;
    border: 1px solid #4a5561;
    color: #4a5561 ! important;
}

.check-all .form-check-input {
    margin-left: 0px;
}

.wish-list-wrapper {
    padding: 89px 0;

    background: #E5E7EB;

}

.wishlist-bucket-table {
    background: #ffffff;
}

.table>:not(caption)>*>* {
    background-color: transparent;
}

.wishlist-bucket-table .table-light {
    background-color: #E7E7E7 ! important;
}

.wishlist-bucket-table table .table-light tr th {
    padding: 14px;
}

.about-section-new p {
    margin-bottom: 0;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0.36px;
    color: #656565;
    margin-top: -5px;
}

.new-header-line {

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;

}

/* wishlist-page-css-end */

/* service-section-css */
.img-service-hover {

    position: relative;
}

.img-service-hover:before {
    border: 2px solid #EAEAEA;
    content: "";
    position: absolute;
    z-index: -1;
    bottom: -12px;
    left: 12px;
    right: -13px;
    top: 25px;
    -webkit-transition: all 0.35s ease 0s;
    -moz-transition: all 0.35s ease 0s;
    -ms-transition: all 0.35s ease 0s;
    -o-transition: all 0.35s ease 0s;
    transition: all 0.35s ease 0s;
}

.img-service-hover .new-dot-line {

    position: relative;
}

/* .img-service-hover .new-dot-line:after{
    border-style: solid solid dashed;
    border-width: 2px 0 1px;
    content: "";
    height: 4px;
    left: 0;
    margin: auto;
    position: absolute;
    bottom: 42px;
    right: 0;
    width: 43%;
    -webkit-transition: all 0.35s ease 0s;
    -moz-transition: all 0.35s ease 0s;
    -ms-transition: all 0.35s ease 0s;
    -o-transition: all 0.35s ease 0s;
    transition: all 0.35s ease 0s;

} */
.overly-service {
    /* height: 100%;
    position: absolute;
    bottom: 0px;
    left: 74%;
    visibility: hidden;
    right: 0;
    background-color: #00000033;
    overflow: hidden;
    width: 26%;
    -webkit-transition: all 0.35s ease 0s;
    -moz-transition: all 0.35s ease 0s;
    -ms-transition: all 0.35s ease 0s;
    -o-transition: all 0.35s ease 0s;
    transition: all 0.35s ease 0s; */

    height: 100%;
    position: absolute;
    bottom: 0px;
    left: 0%;
    /* visibility: hidden; */
    right: 0;
    background-color: #00000033;
    overflow: hidden;
    width: 100%;
    -webkit-transition: all 0.35s ease 0s;
    -moz-transition: all 0.35s ease 0s;
    -ms-transition: all 0.35s ease 0s;
    -o-transition: all 0.35s ease 0s;
    transition: all 0.35s ease 0s;
    display: none;
}

.service_caption .btn-secondary {
    visibility: hidden;
}

.img-service-hover .new-dot-line p:after {
    content: "";
    height: 3px;
    margin: auto;
    /* opacity: 0; */
    position: absolute;
    bottom: 22%;
    /* visibility: hidden; */
    width: 49%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-bottom: 1px dashed #4A5561;
    right: 25%;
    -webkit-transition: all 0.45s ease 0s;
    -moz-transition: all 0.45s ease 0s;
    -ms-transition: all 0.45s ease 0s;
    -o-transition: all 0.45s ease 0s;
    transition: all 0.45s ease 0s;
}

.img-service-hover .new-dot-line p:before {
    content: "";
    height: 3px;
    /* margin: auto; */
    /* opacity: 0; */
    position: absolute;
    bottom: 24%;
    /* visibility: hidden; */
    width: 49%;
    border-top: 2px solid #4A5561;
    left: 26%;
    -webkit-transition: all 0.45s ease 0s;
    -moz-transition: all 0.45s ease 0s;
    -ms-transition: all 0.45s ease 0s;
    -o-transition: all 0.45s ease 0s;
    transition: all 0.45s ease 0s;
}

.img-service-hover:hover:before {
    bottom: 0px;
    right: 0px;
    top: 0px;
}

.img-service-hover:hover .overly-service {

    /* left: 0%;
    width: 100%; */
    /* visibility: visible; */
    display: block;

}

/* .img-service-hover:hover .new-dot-line:after{
    left: -144%;
} */
.img-service-hover:hover .new-dot-line p:after {
    right: -57%;

}

.img-service-hover:hover .new-dot-line p:before {
    left: -57%;

}

.img-service-hover:hover .service_caption .btn-secondary {
    visibility: visible;
}

.overly-service a {
    /* margin-top: 255px;
    margin-left: 90px; */
    /* position: absolute;
    top: 78%;
    left: 50%;
    transform: translate(-50%, -50%); */
    position: absolute;
    top: 78%;
    left: 23%;
    font-size: 14px;
}

.new-dot-line {
    min-height: 151px;
}

.btn-icon {
    font-weight: 700;

}

.btn-icon i {
    vertical-align: -1px;
    margin-left: 5px;
    font-size: 23px;
}

.new-service-page img {
    width: 100% ! important;
}

.new-service-page {
    padding: 4px 28px;
}

.new-service-page p {

    margin-bottom: 18px;
    color: #656565;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0.36px;
}

.new-service-page p span {
    color: #656565 ! important;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0.36px;

}

/* service-section-css-end */


/* testimonial-section-page-section */
.testimonial-all-details {
    border: 2px solid #d7d7d7d9;
    border-radius: 42px;
    background: rgba(255, 255, 255, 0.13);
    backdrop-filter: blur(10px);
    padding: 57px 19px 69px;
}

/* testimonial-section-page-section-end */

/* yoga-page-section */
.yoga-new-content p {
    color: var(--normal-font-color, #656565);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0.36px;
    text-align: justify;
}

.yoga-new-content h3 {
    margin-bottom: 13px;
}

.new-yoga-img-hover img {
    transform: scale(1);
    transition: ease-in-out 0.5s;
}

.new-yoga-img-hover:hover img {
    transform: scale(1.2);
    transition: ease-in-out 0.5s;
}

.yoga-class-all {
    position: relative;
}

.overlay-all-class {
    content: "";
    display: block;
    height: 0;
    position: absolute;
    left: 0;
    top: -100%;
    visibility: hidden;
    width: 100%;
    background-color: #00000073;
    backface-visibility: hidden;
    -webkit-transition: all 0.35s ease 0s;
    -moz-transition: all 0.35s ease 0s;
    -ms-transition: all 0.35s ease 0s;
    -o-transition: all 0.35s ease 0s;
    transition: all 0.35s ease 0s;
}

.yoga_class_card:hover:hover .overlay-all-class {
    height: 100%;
    top: 0;
    visibility: visible;
}

.overlay-all-class a {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid #ffffff;
    color: #ffffff;
    font-size: 13px;

}


.dt_yoga_courses-detail {
    /* float: left; */
    min-height: 120px;
    padding: 20px 14px 30px 92px;
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 1;
    background-color: #fff;
}

.dt_yoga_courses-detail .dt_yoga_courses-price {
    font-size: 16px;
    letter-spacing: 1px;
    padding: 10px 14px 12px;
    position: absolute;
    left: 0;
    top: 20px;
    text-align: center;
    text-transform: uppercase;
    color: #FFF;
    font-weight: 500;
    line-height: normal;
    background: #4A5561;
}

.dt_yoga_courses-detail h6 {
    margin-bottom: 10px;
    text-transform: capitalize;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
    padding-left: 7px;
    margin-bottom: 0px;
}

.dt_yoga_courses-detail h6 a {
    text-decoration: none;
    color: var(--primary-color, #4A5561);
}

.dt_yoga_courses-detail h6 a:hover {
    color: #7e8446e6;
}

.dt_yoga_courses-detail h5 {
    margin-bottom: 12px;
    text-transform: capitalize;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
    padding-left: 10px;
}

.dt_yoga_courses-detail .dt_yoga_courses-meta {
    border-color: #888;
    border-bottom-style: dotted;
    padding-bottom: 12px;
    border-bottom-width: 2.5px;
    text-align: left;
    padding-left: 6px;
}

.dt_yoga_courses-detail .dt_yoga_courses-meta p {
    display: inline;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 25px;
    font-weight: 400;
    padding: 0;
    position: relative;
    text-transform: capitalize;
}

.dt_yoga_courses-detail .dt_yoga_courses-times {
    font-size: 16px;
    line-height: 50px;
    padding-left: 2px;
    position: relative;
    color: #7A7A7A;
    text-align: left;

}

.overlay-all-class .btn-link {
    font-weight: 700;
    padding: 10px 14px;
}

.overlay-all-class .btn-link i {
    vertical-align: -1px;
    margin-left: 5px;
    font-size: 23px;
}

.socila-icon-all ul {
    margin-bottom: 13px;
}

.socila-icon-all ul li a {
    font-weight: 500;
    height: 29px;
    display: inline-block;
    width: 29px;
    text-align: center;
    border-radius: 50%;
    margin: 0px -4px;
    border: 1.7px solid gray;
}

.socila-icon-all ul li a i {

    font-size: 16px;
    line-height: 1.7;
    margin-left: 0px;

}

.socila-icon-all ul li a:hover {
    color: #7e8446e6;
}

.btn-price-new {
    font-weight: 700;
    /* padding: 10px 18px; */
}

.btn-price-new i {
    vertical-align: -1px;
    margin-left: 5px;
    font-size: 23px;
}

.plan-wrapper {
    margin-bottom: 15px;
}

.line-dot-title-plan {
    height: 1px;
    border-top: 2px solid #4A5561;
    display: block;
    position: relative;
    top: 1px;
    width: 33%;
    /* z-index: -1; */
    margin: auto;
}

.line-dot-title-plan:before {
    border-top-width: 1px;
    border-top-color: #4A5561;
    content: "";
    height: 0;
    position: absolute;
    left: 0;
    bottom: 5px;
    width: 100%;
    border-top-style: dashed;
}

#priceAndplanning_cover {
    background: #dcdde1;
}

.btn-price-hover {
    background: #4a5561;
    color: #ffffff;
    display: inline-flex;
    padding: 10px 20px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    border: 1px solid #4a5561;
    text-decoration: none;
    line-height: 1.5;
    -webkit-transition: all 0.35s ease 0s;
    -moz-transition: all 0.35s ease 0s;
    -ms-transition: all 0.35s ease 0s;
    -o-transition: all 0.35s ease 0s;
    transition: all 0.35s ease 0s;
}

.btn-price-hover:hover {
    border: 1px solid #4a5561;
    color: #4a5561;
    background: #ffffff;

}

#calendar_cover {
    background: #ececee;
    padding: 75px 0;
}

#Teachers_cover {
    background: #ececee;
    padding: 75px 0;
}

#yoga_class {
    background: #dcdde1;
    padding: 75px 0;
}

#about_yoga_cover {
    background: #ececee;
    padding: 75px 0;
}

.price_plan__o:hover img {
    transform: scale(1.2);
    transition: ease-in-out 0.5s;
}

.fc .fc-toolbar-title {
    font-size: 1.75em;
    margin: 0;
    color: #656565;
    text-align: center;
    font-size: 23px;
    font-weight: 700;
    letter-spacing: 0.48px;
}

/* yoga-page-section-end */

/* footer-section */
.footer-bottom-border li {

    padding: 14px 0;
    border-bottom-style: dashed;
    border-bottom-width: 1px;

}

.footer-bottom-border-footer {
    height: 1px;
    border-top: 2px solid #EAEAEA;
    display: block;
    position: relative;
    top: 1px;
    width: 38%;
    margin-bottom: 20px;
}

.footer-bottom-border-footer:before {
    border-top-width: 1px;
    border-top-color: #EAEAEA;
    content: "";
    height: 0;
    position: absolute;
    left: 0;
    bottom: 5px;
    width: 100%;
    border-top-style: dashed;
}

/* footer-section-end */


/* streching-section-page */
.streching-dtails {}

.streching-dtails h3 {

    margin-bottom: 10px;
    font-size: 29px;
    font-weight: 800;
    line-height: 40px;
    color: #4a5561;
}

.streching-dtails p {
    text-align: justify;
}

.streching-dtails p span {
    color: #656565 ! important;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0.36px;
}

.streching-dtails ul {
    padding: 19px 27px 6px;
}

.streching-dtails ul li span {
    color: #656565;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0.36px;
}

.item_00_picture img {
    height: 300px;
    object-fit: cover;
    object-position: center;
}

#page_in_wrapper {
    background: #ececee;
}

.wrapper_recent_class_slider {
    background: #dcdde1;
    padding: 75px 0;
}

.detail_of_items {
    padding: 0 0px 0 20px;
}

.detail_of_items p {
    color: #656565;
    font-weight: 400;
    margin-bottom: 14px;
    text-align: justify;
}

.detail_of_items p span {
    color: #656565 ! important;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0.36px;
}

.detail_of_items h3 {
    margin-bottom: 10px;
    font-size: 29px;
    font-weight: 800;
    line-height: 40px;
    color: #4a5561;
}


/* streching-section-page-end */

/* spa-section-page */

.spa-all {
    padding: 0 0px 0 20px;
}

.spa_content p span {
    color: #656565;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0.36px;
}

/* spa-section-page-end */

/* check-out-all */
.check-out-page-table tr {
    vertical-align: middle;
}

.check-out-page-table th {
    padding: 0px;
}

.pd-form-add {
    margin: 10px 0;
}

.product-img-check img {
    height: 76px;
    width: 75px;
    object-fit: cover;
}

.product-name-check h4 {
    font-size: 18px;
    font-weight: 500;
    color: #4a5561;
}

.product-name-check span {
    color: #555;
    font-weight: 600;
    font-size: 15px;
}

.price-product-check span {
    font-size: 19px;
    font-weight: 700;
    color: #4a5561;
}

.total-all-price {
    font-size: 21px;
    font-weight: 600;
}

.total-all-price-01 {
    font-size: 19px;
    font-weight: 600;
}

.pd-form-add label {
    color: #4a5561;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 9px;
}

.total-all-vat {
    font-size: 16px;
    font-weight: 500;
}

.total-all-price-vat {
    font-size: 16px;
    font-weight: 500
}

.total-all-subtotal {
    font-size: 16px;
    font-weight: 500;
}

.total-all-price-subtotal {
    font-size: 16px;
    font-weight: 600;
}

.checkout-wrapper-all {
    /* padding: 40px;
    background: #ffffff; */
    margin: 62px 0;
    /* border: 1px solid #f5f5f5;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23); */
}

.wrapper-check-out-page {
    height: 212px;
    overflow: auto;
}

.cart_table_head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid gray;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.cart_table_head {
    margin-bottom: 20px;
}

.cart_table_head h3 {
    margin-bottom: 0px;
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 600;
}

.login-checkout-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.form_wrapper p {
    font-size: 16px;
    margin-bottom: 0;
    line-height: 1.2;
}

.form_wrapper p a {
    color: #e62e04;
    text-decoration: none;
    font-weight: 600;
}

.payment-options {
    margin-top: 20px;
    border-top: 1px solid #e9e9e9;
    padding-top: 20px;
}

.inner-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}

.payment-options .form-check {
    display: flex;
    align-items: center;
    border: 1px solid #e9e9e9;
    border-radius: 4px;
    padding: 20px 10px;
    justify-content: center
}

#checkOut_wrapper input {
    margin-bottom: 0;
}

.payment-options .form-check-input {
    height: 20px;
    width: 20px;
    margin-right: 10px;
    margin-left: 0;
    margin-top: 0;
}

.form-check-input:checked {
    background-color: #dc3545;
    border-color: #dc3545;
}

.form_wrapper label {
    font-size: 15px;
    font-weight: 600;
    display: block;
    margin-bottom: 3px;
}

.payment-options img {
    height: 30px;
    width: auto;
    cursor: pointer;
    object-fit: contain;
}

.address-all-check .form-check {
    display: flex;
    align-items: center;
    border: 1px solid #e9e9e9;
    border-radius: 4px;
    padding: 20px 10px;
    justify-content: center
}

.address-all-check .form-check-input {
    height: 20px;
    width: 20px;
    margin-right: 10px;
    margin-left: 0;
    margin-top: 0;
}

.check-left {
    padding: 40px;
    background: #ffffff;
    margin: 62px 0;
    border: 1px solid #f5f5f5;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.check-right {
    padding: 40px;
    background: #ffffff;
    margin: 62px 0;
    border: 1px solid #f5f5f5;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.login-checkout-head a {
    text-decoration: none;
    color: #198754;
}

.login-checkout-head a:hover {
    color: #7e8446e6;
}

.order-final {
    margin-top: 27px;
}

.img-all-aroma img {

    height: 456px;
    object-fit: cover;
    width: 100%;
}

.nutration-all p {
    border-radius: 0px;
    border: 0;
}

/* check-out-all-end */
#cafe_about_cover {
    background: #ececee;

}

#nutrition_group_cover {
    background-color: #DCDDE1;
    padding: 75px 0;
}

#balance_diet_wrapper {
    background: #ececee;
    padding: 75px 0;
}

#cafe_about_cover_01 {
    background-color: #DCDDE1;
    padding: 75px 0;
}

#slider_one .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    background-color: rgb(78 87 93 / 74%);
    width: 45px;
    height: 45px;
    border-radius: 50%;
}

#slider_one .owl-nav .owl-prev {
    left: -6%;
}

div#slider_one .owl-nav button.disabled {
    background-color: rgb(78 87 93 / 18%) ! important;
}

#slider_one .owl-nav .owl-next {
    right: -6%;
}

.event_thumbnail_images {
    position: relative;
}

.middle-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: #00000057;
}

.icon-all-add {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.event_thumbnail:hover .middle-icon {
    opacity: 1;
}

.icon-all-add span a {
    color: #ffffff;
    font-size: 25px;
    line-height: 1;
    background: #4a5561e8;
}

.icon-all-add span a i {
    padding: 8px;
}

div#pills-breakfast-breakfast .owl-nav button.disabled {
    background-color: rgb(78 87 93 / 18%) ! important;
}

#pills-breakfast-breakfast .owl-nav .owl-prev {
    left: -6%;
}

#pills-breakfast-breakfast .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    background-color: rgb(78 87 93 / 74%);
    width: 45px;
    height: 45px;
    border-radius: 50%;
}

#pills-breakfast-breakfast .owl-nav .owl-next {
    right: -6%;
}

.meal-section p {
    color: #656565;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.36px;
    text-align: justify;
}

#gallery_wrapper {
    background: #ececee;
    padding: 75px 0;
}

.gallery_tab .nav-item .nav-link {
    padding: 10px 20px;
}

.gallery_tab .nav-item .nav-link:hover {
    background: #4a5561;
    border-radius: 0;
    color: #ffffff;
}

#event_wrapper_ew {
    background: #ececee;
    padding: 75px 0;
}

.team_thumbnail_wrapper:hover img {

    transform: scale(1.2);
    transition: ease-in-out 0.5s;
}

.sub-menu-child-more {
    display: none;
}

.child-001:hover .sub-menu-child-more {
    display: block;
    left: 98%;
    top: 8%;
    border: 0px;
}
.new-yoga-001{
    display: flex;
}
.new-yoga-001 h6{
    color: #4a5560;
    font-size: 16px;
}
.new-yoga-001 span{
    padding-left: 9px;
}
.btn-yoga-new-add{
    padding: 5px 23px;
}
.header-position-01-yoga{
    display: flex;
    justify-content: space-between;
}
.header-position-01-yoga p{

    font-size: 13px;
    padding: 3px 8px;
    /* line-height: 2; */
    font-weight: 500;
    color: #4a5560;
    background-color: transparent;
    color: #00bd53;
}
.header-position-01-yoga span{

    font-size: 13px;
    padding: 3px 8px;
    /* line-height: 2; */
    font-weight: 500;
    color: #4a5560;
    background-color: transparent;
    color: red;
}
.left-btn-new{
    text-align: left;
}
/* child-001
sub-menu-child-more */








@media (max-width: 991px) {
    #site_header button.navbar-toggler {

        border: 1px solid white;
    }

    .navbar-toggler-icon {
        position: relative;
        border-top: 2px solid white;
        border-bottom: 2px solid white;
        height: 21px;
    }

    .navbar-toggler-icon:before {
        content: '';
        position: absolute;
        left: 0;
        top: 7px;
        height: 2px;
        width: 100%;
        background-color: white;
    }

    /* .child-001:hover .sub-menu-child-more {
        display: none;
    } */

    .sub-menu-child-more {
        left: 0;
        top: 0;
        border: 0px;
        margin-left: 10px;
    }


    .new-hover:hover .new-sub-list {
        display: none;
    }

    .sub-menu-child-more.show {
        display: block ! important;
    }


    .dropdown-menu.show {
        display: block ! important;
    }

    .about_content {
        margin-top: 45px;
        margin-left: 0;
        margin-right: 0;
    }

    .cafe_content_wrapper {
        margin-top: 11px;
        padding-left: 0px;
    }
    .new-add-class-view{
        display: block ! important;

    }

    /* .addClassValue{
        display: block ! important;
    } */

}

@media (max-width: 768px) {
    .six-course-meal .button-wrapper {
        flex-wrap: nowrap;
        overflow-x: auto;
    }

    .six-course-meal .button-wrapper button {
        white-space: nowrap;
        flex: 0 0 auto;
    }

    .six-course-tab-content {
        margin-top: 20px;
    }

    .six-course-meal .button-wrapper button {
        width: 25%;
    }
    .spa-all{
        padding: 0;
    }
    .spa_content p{
        margin-top: 27px;
        text-align: justify;
    }
    .site_slider_o .carousel-control-next, .site_slider_o .carousel-control-prev{

        display: none;
    }

}


.yoga_class_card h1 {
    font-size: 19px;
    font-weight: 800;
}

.yoga_class_images img {
    /* height: 177px;
    margin: 0 auto; */
    height: 216px;
    width: auto ;
    margin: 0 auto;
    object-fit: cover;
}

.yoga_class_card {
    text-align: center;
    border: 1px solid #d7d7d7;
    box-shadow: 0 10px 31px 0 rgb(0 0 0 / 9%);
    /* padding: 25px; */
}
.form-001{
    padding: 28px;
    border: 1px solid #e9ecef;
    border-radius: 6px;
}
.new-section-details{
    min-height: inherit;
    padding: 20px 12px 18px 21px;
}
.new-section-image-01 img{
    height: 275px;
}
.rp-new-img img{
    width: 100%;
    height: 304px;
}
.rp-new-content{
    padding-top: 20px;
}
.pdt-edit-01{
    padding: 37px 0 60px ! important;
}
