@import url('https://fonts.googleapis.com/css2?family=Jost:wght@400;500;700&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --white: #fff;
    --dark: #000;
    --grey: #6A6A6A;
    --ligthgrey: #D8D8D8;
    --purple: #c070ff;
    --yellow: #fdb617;
    --red: #EA455F;
    --sky: #00B8CF;
}

body {
    background-color: #ffffff;
    color: #6A6A6A;
    font-family: "Jost", sans-serif;
}

h1 {
    font-family: "Jost", sans-serif;
    font-size: 70px;
    font-weight: 400;
    line-height: 101px;
    letter-spacing: 0em;
    text-align: center;
    text-transform: uppercase;
}

h2 {
    font-size: 36px;
    font-weight: 500;
    letter-spacing: 0em;
    color: var(--dark);
}

h3 {
    font-size: 26px;
    font-weight: 500;
    letter-spacing: 0em;


}

p {
    font-size: 24px;
    font-weight: 400;
    /* line-height: 35px; */
    letter-spacing: 0em;

}

a {
    text-decoration: none;
    color: var(--dark);
}

li {
    list-style: none;
    /* margin-left: -20px; */
    margin-bottom: 10px;
}

button {
    outline: none;
    border: none;
}

::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #D8D8D8 !important;
    opacity: 1;
    /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #D8D8D8 !important;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #D8D8D8 !important;
}

/* custom classes is here  */

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}
.h1header{
    font-size: 36px;
    font-weight: 500;
    letter-spacing: 0em;
    color: var(--dark);
    text-align: left;
    line-height: 45px;
    text-transform: capitalize;
}

.bannerheader{
    font-size: 36px;
    font-weight: 500;
    letter-spacing: 0em;
    color: var(--white);
    line-height: 45px;
    text-transform: capitalize;
}

.red-text {
    color: var(--red);
}

.purplr-text {
    color: var(--purple);
}

.yellow-text {
    color: var(--yellow);
}

.sky-text {
    color: var(--sky);
}

.purple-border {
    border: 2px solid var(--purple) !important;
}

.hidepart {
    display: none!important;
}

.sky-border {
    border: 2px solid var(--sky) !important;
}

.yellow-border {
    border: 2px solid var(--yellow) !important;
}

.chokletbg {
    background-color: #62321f;
}

.yellow-bg {
    background-color: var(--yellow);
}

.purple-bg {
    background-color: var(--purple);
}

.red-bg {
    background-color: var(--red);
}

.sky-bg {
    background-color: var(--sky);
}

.cta-btn1 {
    font-size: 20px;
    padding: 10px 25px;
    border-radius: 20px;
    background-color: var(--yellow);
    text-transform: uppercase;
    background-color: var(--yellow);
    color: var(--white);
    transition: all 0.3s linear;
}

.cta-btn1:hover {
    background-color: #e6a312;
    color: var(--white);
    transition: all 0.3s linear;

}

.desktop-none {
    display: none !important;
}

.desktop-none a {
    color: var(--grey);
    margin: 10px;
}

/* preloader is here  */
#preloader {
    position: fixed;
    z-index: 9999;
    height: 100vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--white);
}

/* Header style start here  */


.navbar-nav {
    gap: 20px;
}

.navbar.bg-dark {
    background-color: #343a40;
    transition: all 0.01s linear;

}

.navbar-nav li a {
    color: var(--white);
    font-size: 20px;
    position: relative;
}

.navbar-nav li a:hover,
.navbar-nav li a:focus {
    color: var(--purple) !important;
}

.navbar-nav .active {
    color: var(--purple) !important;
    /* border-bottom: 2ps solid var(--purple); */
    position: relative;
    display: inline-block;
}

.navbar-nav li .active::before {
    content: "";
    position: absolute;
    bottom: 6px;
    left: 0;
    width: 35%;
    height: 3px;
    background-color: var(--purple);
    border-radius: 30px;
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none !important;
    box-shadow: none !important;
}

.navbar-toggler {
    z-index: 99999;
}

.dropdown-menu {
    background-color: #00000063;
    border-radius: 10px;
    /* padding: 0 0 0 20px; */
}

.dropdown-item {
    color: var(--white) !important;
}

.dropdown-item:hover {
    border-radius: 10px;
    background-color: #ffffff50;
    color: var(--white) !important;
}

header {
    z-index: 9;
    position: relative;
}

.dropdown:hover>.dropdown-menu {
    display: block;
}


.otherpage-nav .navbar-nav .nav-item a {
    color: #000;
}

/* Banner secton style start here  */

.banner-sec {
    margin-top: -110px;
    /* min-height: 100vh; */
    padding-top: 10rem;
    position: relative;
    color: var(--white);
    overflow: hidden;
    padding: 18rem 0 20rem 0;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: var(--dark);
    opacity: 0.5;
    z-index: -2;
}

.desktop-banner-img,
.mobile-banner-img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -3;
}

.smallhdr {
    height: 30vh !important;
}

.wave {
    width: 103%;
    position: absolute;
    bottom: -5px;
    left: 0;
    max-height: 200px;
}

/* animation part start here  */
.main-circle-div {
    display: flex;
    justify-content: center;
    align-items: center;
}

.circle-div {
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 550px;
    width: 550px;
    position: relative;
}

.circle {
    position: relative;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    border: 7px solid var(--ligthgrey);
    overflow: hidden;
    transition: all 0.2s linear;
    transform: rotate(-87deg);
}

.sliceimg {
    max-width: 260px;
    transform: rotate(0deg);
    /* background-color: var(--red); */
}

#slice1img {
    position: absolute;
    top: 130px;
    left: 14px;
    z-index: 9;
}

#slice2img {
    position: absolute;
    bottom: 0;
    right: 55px;
    z-index: 9;
}

#slice3img {
    position: absolute;
    top: 14px;
    right: 50px;
    z-index: 9;
}


.slice {
    position: absolute;
    width: 100%;
    height: 100%;
    clip-path: polygon(50% 50%, 0 0, 100% 0);
    /* border: 2px solid var(--ligthgrey); */
}

#slice1 {
    transform: rotate(0deg);
    transition: all 0.2s linear;
}

#slice1:hover {
    background-color: var(--yellow);
    transition: all 0.2s linear;
}

#slice2 {
    transform: rotate(120deg);
    transition: all 0.2s linear;
}

#slice2:hover {
    background-color: var(--purple);
    transition: all 0.2s linear;
}

#slice3 {
    transform: rotate(240deg);
    transition: all 0.2s linear;
}

#slice3:hover {
    background-color: var(--sky);
    transition: all 0.2s linear;
}

.modal-content {
    border: none;
    background-color: transparent;
}

.modalbg-white{
    background-color: white;
}

.anim-modal-image img {
    border-radius: 30px;
    /* max-width: 400px; */
}

/* Gallery section style start here  */

.gallery-slider-1 {
    display: flex;
    gap: 10px;

}

.gallery-slide {
    padding: 5px;

}

.gallery-slide img {
    border-radius: 30px;
    width: 100%;
    margin: auto;
}

/* Community section style start here  */

.comunnity {
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.comunnity img {
    max-height: 70px;
}


/* commounity tab section is here */
.nav-pills .nav-link {
    color: var(--grey);
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: var(--white);
    border-radius: 10px;
    color: var(--dark);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);

}

.tab-pane {
    padding: 20px;
}

.tab-pane h3 {
    color: var(--dark);
}

.checked {
    color: gold;
}

.scrollable-container {
    height: 20rem;
    overflow-y: scroll;
}

.scrollable-container i {
    bottom: 10px;
    font-size: 18px;
    left: 45%;
}

.scrollable-container::-webkit-scrollbar {
    display: none;
}


.scrollable-container::-webkit-scrollbar-thumb {
    background-color: #888;
}

.scrollable-container::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}

.user-reviews {
    text-align: center;
}

.review-btn {
    display: flex;
    /* justify-content: center; */
    align-items: center;
    gap: 20px;
    width: 310px;
    padding: 9px;
}


.review-btn img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.review-btn p {
    margin: 0;
}

.review-btn div small {
    color: var(--grey);
}

/* Contact section is here */

.contact-form {
    max-width: 400px;
    margin: auto;
    margin-top: 5rem;
}

.contact-form select {
    border: 1px solid var(--ligthgrey) !important;
    border-radius: 10px;
    /* color: var(--grey); */
}

.form-group {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    padding: 10px;
    border-radius: 10px;
}

.form-group .form-control {
    border: 1px solid #fff !important;
}

.form-group .form-select {
    border: 1px solid #fff !important;
    color: lightgray;
}

.scribe-box form {
    margin: auto;
    width: 100%;
    display: flex;
    border-radius: 30px;
    border: 1px solid var(--ligthgrey);
    background-color: #b0b0b0;

}

.scribe-box form input {
    border-radius: 30px;
    border: none;
    background-color: #b0b0b0;
    color: var(--white) !important;
}

.scribe-box form input:focus {
    box-shadow: none;
    background-color: #b0b0b0;
}

.scribe-box form button {
    background-color: var(--sky);
    color: var(--white);
    border-radius: 0px 30px 30px 30px;
    padding: 5px 20px;
    transition: all 0.3s linear;
}

.scribe-box form button:hover {
    background-color: #0ba3b7;
    transition: all 0.3s linear;

}


/* Footer section is here */

footer {
    background-color: #ededed;
}

footer h3 {
    color: var(--dark);
}

footer li {
    margin-left: -20px;
}

footer li a {
    color: var(--grey);
}

.social-icons {
    width: 100%;
    margin-top: 20px;
    display: flex;
    align-items: center;
    /* justify-content: center; */
    gap: 15px;
    font-size: 25px;
}

.social-icons a {
    color: var(--grey);
    transition: all 0.3s linear;
}

.social-icons a:hover {
    transition: all 0.3s linear;
    color: var(--sky);
}


/* -------------------------Co-Working Page style is here ----------------------- */

/* banner section start here  */
.cwbanner-sec {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.coworking-servic-box {
    -webkit-box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 32%);
    -moz-box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 32%);
    box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 32%);
    padding: 20px 20px 0px 20px;
    border-radius: 10px;
    width: 90%;
    margin: auto;
    text-align: center;
}

.coworking-service-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    inline-size: 150px;
    margin: auto;
}

.coworking-service-icon img {
    max-width: 45px;
}

.coworking-service-icon p {
    font-size: 16px;
}

.home-link a {
    color: white;
}


/* Pricing section start here  */
.pricing-slider-box {
    position: relative;
}

/*.price-slider-btnbox {
    position: absolute;
    top: 165px;
    left: 50px;
    z-index: 9;
} */

.price-prev,
.price-next {
    background-color: var(--white);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: block;
    margin: 30px 0;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 9;
}

.price-slider-btnbox .price-prev {
    left: 0;
}

.price-slider-btnbox .price-next {
    right: 0;
}

.slick-dots {
    bottom: 0px;
}

.slick-dots li {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: var(--ligthgrey);
    margin: 0 1px;
}

.slick-dots li.slick-active {
    background-color: var(--yellow);
    width: 20px;
    border-radius: 10px;
}

.slick-dots li button:before,
.slick-dots li.slick-active button:before {
    opacity: 0.01;
}

.pricingSlider {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    padding: 10px 10px;
    /*margin-left: 5%;*/
}

.priceing-slide {
    /* background-color: #00B8CF; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 10px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
    border-radius: 10px 10px 0 0;
}



.priceing-slide img {
    border-radius: 10px 10px 0 0;
    filter: grayscale(100%);
}

.priceing-slide img:hover {
    filter: grayscale(0%);
}

/* Service Booking steps section start here  */
.steps-box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* gap: 20px; */
    border-radius: 10px;
    padding: 20px;
    min-height: 239px;
    margin-bottom: 15px;

    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
}

.steps-box img {
    max-width: 150px;
    max-height: 150px;
}


/* image slider section is here  */
.gallery {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.gallery img {
    border-radius: 20px;
}

.accordion-flush .accordion-item .accordion-button {
    border-radius: 30px;
    font-size: 20px;
    font-weight: 500;
    color: #484848;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
    box-shadow: 0px 9px 22px 0px #00000024;
}

.accordion-flush .accordion-item .accordion-button:after {
    display: none;
}

.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
}

.accordion-item {
    margin-bottom: 30px;
    border: none;
}

.accordion-button:not(.collapsed) {
    color: var(--dark);
    background-color: var(--white);
}

.accordion-body {
    background-color: var(--purple);
    color: var(--white);
    border-radius: 0 0 20px 20px;
    margin-top: -14px;
    padding-top: 19px;
    width: 98%;
    margin-left: 12px;
}

.accordion-body p {
    font-size: 1rem;
    margin-bottom: 7px;
}

.accordion-flush .accordion-item .accordion-button {
    border-radius: 20px;
    padding: 25px 20px;
}



/* inner page common classes is here  */
.inner-banner-sec {
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--white);
    width: 100%;
    height: 83vh;
    position: relative;
}

.inner-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: var(--dark);
    opacity: 0.5;
    z-index: -1;
}

.inner-banner-img {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: -2;
}

.play-btn {
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: -25px auto 0 auto !important;
    font-size: 30px;
    background-color: var(--white);
    padding: 10px;
    border-radius: 50%;

    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
}

.play-btn i {
    color: var(--purple);

}

.facilites-box {
    text-transform: capitalize;
    padding: 16px 20px;
    border-radius: 30px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 10px;

    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);

}

.img-iconbox {
    height: 100px !important;
    width: 100px !important;
    overflow: hidden;
    border-radius: 50%;
    border: 2px solid black;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.facilites-box p {
    margin: 0;
    max-width: 68%;
}



.cafe-facilites-box {
    flex-direction: column;
}

.cafe-facilites-box .img-iconbox {
    margin-top: -70px;
    background: #fff;
    padding: 15px;
    text-align: center;
}

.cafe-facilites-box h3 {
    font-size: 22px;
    font-weight: 700;
    line-height: 34.68px;
    text-align: center;
    margin-bottom: 20px;
}

.cafe-facilites-box.purple-border h3 {
    color: var(--purple);   
}

.cafe-facilites-box.yellow-border h3 {
    color: var(--yellow);   
}

.cafe-facilites-box.sky-border h3 {
    color: var(--sky);   
}

.cafe-facilites-box p {
    max-width: 100%;
    font-size: 16px;
    font-weight: 500;
    color: #404040;
    text-align: center;
}





.cafe-box {
    width: 80%;
    margin: auto;
    color: var(--white);
    border-radius: 20px;
    padding: 20px;
}

.cafe-box h2 {
    color: var(--white);
}

/* studio page style is here  */
.studiobox-content {
    height: 100%;
    display: flex;
    align-items: end;
}

.studiobox-content h2 {
    margin-top: -20px;
    font-size: 45px;
}

.studiobox {
    text-align: end;
}

.studiobox img {
    margin-bottom: -77px;
    margin-top: -50px;
    max-height: 370px;
}

/* Cafe page style is here  */
/* Truf page style is here  */

/* About page style is here  */
.banner-about-sec {
    padding: 1rem;
}

.about-heading {
    font-size: 75px;
    text-transform: uppercase;
    color: var(--white);
    font-weight: 900;
}

.flip-card-slide {
    padding: 10px;
}

.flip-card {
    margin: auto;
    margin-bottom: 10px;
    background-color: transparent;
    max-width: 300px;
    height: 385px;
    border: 1px solid #fff;
    perspective: 1000px;
    /* Remove this if you don't want the 3D effect */
}

/* This container is needed to position the front and back side */
.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-card-front,
.flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    /* Safari */
    backface-visibility: hidden;
}

.flip-card-front img {
    width: 100%;
    height: 100%;
}

.flip-card-back {
    background-color: var(--purple);
    color: white;
    transform: rotateY(180deg);

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
}


.founder-sec {
    margin-top: 25px;
    border-top-right-radius: 10rem;
}

.founder-img {
    width: 100%;
    height: 100%;
    position: relative;
}

.founder-img img {
    position: absolute;
    bottom: 0;
    left: -12px;
    /* margin-left: -12px;
    margin-top: -265px; */
}

.yt-video iframe {
    width: 80%;
    height: 400px;
}

.number-counter {
    text-align: center;

}

.number-counter h2 {
    font-size: 50px;
}

.contact-page-sec {
    position: relative;
    margin-top: -30rem;
    padding: 3rem 1.5rem 4rem 4rem;
    border-radius: 4px;

    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
}

.social-icon-box {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;

    position: absolute;
    bottom: 10%;
    left: -20px;
}

.social-icon-box a {
    /* background-color: var(--white); */
    color: var(--white);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
}
.header-about p{
    text-align: justify;
}

.header-about-header{
   color: #00B8CF;
   padding-bottom: 15px;
}


/* new page code is here  ---------- */
.banner-bg {
    position: relative;
    padding-top: 190px;
    padding-bottom: 130px;
}

.banner-bg .banner-bgimg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    z-index: -2;
}

.inner-overlay2 {
    height: 100%;
    width: 100%;
    background-color: hsla(0, 0%, 5%, 0.445);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.inner-overlay3 {
    z-index: 0;
    background-color: hsl(0deg 0% 0% / 80%);
}

.inner-overlay4 {
    border-radius: 30px;
    z-index: 0;
    background: linear-gradient(90deg, #000000 0%, transparent 100%);
    background: -webkit-linear-gradient(90deg, #000000 0%, transparent 70%);
    background: -moz-linear-gradient(90deg, #000000 0%, transparent 70%);
}

.bannerbg-content {
    padding-top: 260px !important;
}

.co-iocns img {
    width: 34px;
    height: 30px;
}

.map-location iframe {
    width: 100%;
    height: 30rem;
    border-radius: 40px;
    border: none;
    border-color: transparent;

}

.seats-from input {
    max-width: 550px;
    margin: auto;
    border-radius: 30px;
    padding: 10px 30px;
    border: 1px solid #fff;
    background: #ffffff1c;
    color: #ffff;
}

.submit-msg {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

}

.submit-msg h2 {
    color: #A0FB98;
}

.coworking-servic-box2 {
    margin-top: -70px !important;
    z-index: 4;
    position: relative;
    display: flex;
    gap: 20px;
    justify-content: center;
    text-align: center;
    flex-wrap: wrap;
    border-radius: 30px;
    width: 93%;
    padding: 37px 50px;
    margin: auto;
    bottom: -21%;
    -webkit-box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 32%);
    -moz-box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 32%);
    box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 32%);
}


.coworking-servic-box2 .coworking-service-icon {
    margin: 0 !important;
}

.coworking-servic-box2 .coworking-service-icon img {
    max-width: 55px;
}

.coworking-servic-box2 .coworking-service-icon p {
    font-size: 18px;
    font-weight: 500;
    padding-top: 10px;
}

.cwbannerH {
    font-size: 70px;
}


/* blog page styleis here  */

.blog-banner h1 {
    font-size: 50px;
    line-height: normal;
    text-transform: capitalize;
    text-align: start;
    font-weight: 500;
    color: var(--dark);
}

.blog-banenrimg {
    position: relative;
    border-radius: 30px;
    overflow: hidden;
}

.featured-box {
    background-color: var(--yellow);
    color: var(--dark);
    width: fit-content;
    padding: 5px 20px;
    border-radius: 0px 0 30px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    gap: 10px;
}


.featured-box p {
    margin: 0;
}

.featured-text {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    left: 0;
    gap: 10px;
    padding: 0px 20px;
    color: var(--white);
    width: 100%;

}

.featured-text hr {
    width: 38%;
    height: 1px;
    opacity: 1;
    color: var(--grey);
}

.featured-text h6 {
    color: var(--grey);

}



.blog-hr {
    width: 73%;
    height: 5px;
    opacity: 1;
}

.blog-hr2 {
    display: none;
}


.blogs-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.blog-contetnts img {
    width: 100%;
    height: 100%;
    border-radius: 30px;
}

.blog-contetnts .row {
    margin-bottom: 25px;
}

.blog {
    -webkit-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.06);
    /* border: 2px solid #000; */
    max-width: 26rem;
    border-radius: 30px;
    overflow: hidden;
    margin-bottom: 35px;
}

.thumnail {
    position: relative;
}

.thumnail img {
    border-radius: 30px;
}

.blog-title {
    position: absolute;
    bottom: 0;
    left: 20px;
    display: flex;
    align-items: baseline;
    flex-direction: column;
    min-height: 6.5em;
    /* color: var(--white); */
}

.blog-title h4 {
    color: var(--white);
}

.blog-title p {
    font-size: 16px;
    color: #c7c2c2;
}

.blog-link {
    font-weight: 500;
    font-size: 16px;
    font-style: italic;
}

.buy-room {
    /* background-image: url('.././img/blogpage/GET-TOUCH.png'); */
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 42px;
    padding: 5% 4%;
    border-radius: 30px;
    position: relative;
}

.buy-room img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
    height: 100%;
    width: 100%;
    border-radius: 42px;
}

.buy-room h2 {
    color: var(--white);
    margin-bottom: 20px;
}


/* single blog is here  */
.blog-header h1 {
    font-size: 60px;
}

.blog-footer {
    max-width: 400px;
    margin: auto;
}

.blog-contetnts .blog2-contents {
    flex: 0 0 auto;
}

.pev-nxt-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.buy-room-add img {
    border-radius: 40px;
}

.det-content{
    height: 100%;
    display: flex;
    align-items: center;
}

.modlborderm{
    border-bottom: none;
}


.community-slide-1 .slick-track
{
    display: flex;
    align-items: center;

}

.community-slide img{
    margin: 0 auto;
    width: 80%;
}




.collaboration_sec_main {
    padding: 48px 0;
}

.collaboration_sec4 {
    margin-bottom: 48px;
}


.blog_top_heading {
    text-align: center;
    font-size: 30px;
    color: #0A0A0A;
}

.blog_top_heading h1 {
    font-size: 64px;
    line-height: normal;
    font-weight: 500;
    color: #080808;
    text-transform: capitalize;
}

.blog_top_heading p {
    font-style: italic;
}



.blog_sec2_content {
    font-size: 20px;
    font-weight: 400;
    color: #000000;
}


.blog_sec3 {
 background: url('.././img/blog-sec3-bg.png');  
 position: relative;
 padding: 40px 15px; 
}

.blog_sec3:before {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.53);
    z-index: 1;
}

.blog_sec3 h2 {
    position: relative;
    z-index: 2;
    font-size: 48px;
    color: #fff;
    font-weight: bold;
}

.blog_sec3 h2 span {
    position: relative;
    z-index: 3;
}

.blog_sec3 h2 span:before {
    width: 64px;
    height: 46px;
    content: "";
    position: absolute;
    left: -10px;
    top: -5px;
    z-index: -1;
    background: url(.././img/blog-sec3-left.png);
}

.blog_sec3 h2 span:after {
    width: 64px;
    height: 46px;
    content: "";
    position: absolute;
    right: -10px;
    bottom: -5px;
    z-index: -1;
    background: url(.././img/blog-sec3-right.png);
}


.blog_page_form .form-group {
    border-radius: 30px;
}



.blog_gallery {
    border-top: dotted 1px #B7B7B7;
}

.blog_gallery .heading {
    text-align: center;
    margin-bottom: 30px;
}

.blog_gallery .heading h2 {
    font-size: 36px;
    font-weight: 500;
    color: #FDB617;
}


.blog_gallery .gallery {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    column-gap: 12px;
}

.blog_gallery_left {
    width: 33.33%;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.blog_gallery_image {
    width: 100%;
    border-radius: 30px;
}

.blog_gallery_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.blog_gallery_right {
    width: calc(66.66% - 12px);
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.blog_gallery_right_top,
.blog_gallery_right_bottom {
    width: 100%;
    display: flex;
    gap: 12px;
}

.blog_gallery_right_top_left,
.blog_gallery_right_top_right {
    width: calc(50% - 12px);
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}


.blog_gallery_right_bottom_left {
    width: 30%;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.blog_gallery_right_bottom_right {
    width: 70%;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.invalid-feedback {
    font-size: .97em;
    font-weight: 500;
}
.working{
    display: none;
}




.blob_working {
    margin: 20px auto auto;
}

.blob_working_box {

}

.blob_working_box_icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #fff;
    margin: 0 auto 15px;
    border: solid 1px transparent;
    display: flex;
    align-items: center;
    justify-content: center;
}

.blob_working_box h4 {
    font-size: 20px;
    font-weight: 800;
    line-height: 29px;
}

.after-submit{
    display: block;
    min-height: 55vh;
}
.emsg{
    font-weight: 500;
    text-align: center;
    display: block;
    padding: 0 24px 6px;
}

.ctahome-link {
    position: fixed;
    margin-top: 200px;
    bottom: 5px;
    width: fit-content;
    z-index: 999;
    cursor: alias;
}

.ctahome-link img {
    width: 60px;
    position: relative;
    cursor: pointer;
}
.ctahome {
    transition: 0.5s ease;
}
.upper-ctma{
  margin-top: 120px;  
}

.left-ctma{
    left: 10px;
}
.right-ctma{
    right: 10px;  
}

 .booking_banner .inner-banner-img {
        object-fit: cover;
    }
    .book_heading h1 {
        font-size: 48px ;
    }
    .room_box_wrap {
        margin: 40px auto;
    }
    .room_box_wrap:nth-child(odd) {
        padding-right: 30px;
    }
    .room_box_wrap:nth-child(even) {
        padding-left: 30px;
    }
    .room_box_wrap:last-child {
        padding-left: 15px;
    }
    .room_box {
        border-radius: 36px;
        overflow: hidden;
        box-shadow: 0px 4px 49.6px -5px #0000001C;
        position: relative;
    }
    .room_box input {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 4;
        opacity: 0;
    }
    .room_box input ~ .room_box_image:after {
        width: 100%;
        height: 100%;
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        background: rgba(96, 255, 160, 0.62);
        display: none;
    }
    .room_box input ~ .room_box_image:before {
        width: 78px;
        height: 78px;
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        z-index: 1;
        background: url(http://web.shankarshan.com:8087/blob/assets/img/check.png);
        display: none;
    }
    .room_box input:checked ~ .room_box_image:after,
    .room_box input:checked ~ .room_box_image:before {
        display: block;
    }
    .room_box_image {
        width: 100%;
        height: 280px;
        overflow: hidden;
        border-radius: 45px 45px 0 0;
        position: relative;
    }
    .room_box_image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .user {
        width: 70px;
        position: absolute;
        top: 40px;
        right: 20px;
        font-family: Jost;
        font-size: 20px;
        font-weight: 700;
        line-height: 34.68px;
        text-align: center;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 10px;
        z-index: 2;
    }
    .user img {
        width: auto;
        height: auto;
        object-fit: contain;
        max-width: ;
    }
    .room_box_content {
        width: 100%;
        min-height: 142px;
        display: flex;
        flex-wrap: wrap;
        margin-top: -30px;
        background: #fff;
        padding: 20px 30px;
        border-radius: 0 45px 45px 45px;
        box-shadow: 0px 4px 49.6px -5px #0000001C;
        position: relative;
        z-index: 2;
    }
    .room_box_content .left {
        width: 60%;
    }
    .room_box_content .left h4 {
        font-family: Jost;
        font-size: 30px;
        font-weight: 500;
        line-height: 42px;
        text-align: center;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: #1E1E1E;
        text-align: left;
        margin: 0;
    }
    .room_box_content .right {
        width: 40%;
        font-family: Jost;
        font-size: 22px;
        font-weight: 400;
        line-height: 30px;
        text-align: center;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: #000;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
    .room_box_content .list {
        width: 100%;
        margin-top: 20px;
        display: flex;
        align-items: self-start;
        justify-content: space-between;
    }
    .room_box_content .list ul {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        padding: 0;
    }
    .room_box_content .list ul li {
        margin: 0;
    }

    .room_box_content .list .price {
        font-family: Jost;
        font-size: 19px;
        font-weight: 500;
        line-height: 30px;
        text-align: center;
        color: #000;
        float: right;
        margin: 0 0 0 auto;
    }

    .select_timing_sec {
        padding: 70px 0;
        background: #f3f3f3;
    }

    .select_timing_sec .heading {
        text-align: center;
        margin-bottom: 40px;
    }




    .calendar_wrap {
      display: inline-block;
      background-color: var(--white);
      border-radius: 35px;
      padding: 1em;
      width: 100%;
      box-sizing: border-box;
      min-height: 25em;
    }

    .user_form {
        width: 100%;
        padding: 50px 0;
    }

    .user_form .form-group {
        box-shadow: none;
        padding: 0 15px;
        margin: 20px auto 0;
        text-align: center;
    }

    .user_form .form-control {
        width: 100%;
        height: 60px;
        border-radius: 40px;
        padding: 10px 20px;
        box-shadow: 0 8px 43px -15px rgba(0, 0, 0, 0.5);
        color: rgba(187, 187, 187, 1);
        font-size: 16px;
    }

    .user_form .form-group button {
        min-width: 267px;
        font-weight: 500;
        border-radius: 28px;
        padding: 14px 60px;
        font-family: jost;
        text-align: center;
        color: #fff;
        font-size: 24px;
        margin-top: 30px;
        background: rgba(247, 169, 40, 1);
        text-transform: uppercase;
    }

    .date_right {

    }

    .time_wrap {
        width: 100%;
        background: #fff;
        border-radius: 20px;
        padding: 20px;
    }

    .time_select {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

    .time_select ul {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 45px;
    }

    .time_select ul li {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 10px;
        font-family: Jost;
        font-size: 16px;
        font-weight: 400;
        line-height: 23.12px;
        text-align: left;
    }

    .time_select ul li .color {
        width: 15px;
        height: 15px;
    }

    .time_list_wrap {
        width: 100%;
        height: 400px;
        overflow-y: auto;
    }

    .time_list_wrap::-webkit-scrollbar {
      width: 8px;
    }

    .time_list_wrap::-webkit-scrollbar-track {
      background: rgba(217, 217, 217, 1);
      border-radius: 10px;
    }
     
    .time_list_wrap::-webkit-scrollbar-thumb {
      background: rgba(69, 69, 69, 1); 
      border-radius: 10px;
    }

    .time_list {
        width: 100%;
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .time {
        width: 100px;
        font-family: Jost;
        font-size: 16px;
        font-weight: 600;
        line-height: 23.12px;
        color: rgba(29, 29, 29, 1);
    }

    .time_bar {
        width: calc(100% - 100px);
        height: 42px;
        background: rgba(242, 242, 242, 1);
        border-bottom: solid 1px #000;
    }
    .time_bar:hover {
       opacity: 0.4; 
    }

    .pink {
        background: rgba(192, 112, 255, 1);
        border-bottom: solid 1px #fff;
    }

    .gray {
        background: rgba(242, 242, 242, 1);
        border-bottom: solid 1px #000;
    }

    
    .reddis {
        background: rgba(255, 197, 197, 1);
        border-bottom: solid 1px #000;
    }

    .reddis:hover {
        opacity: 1 !important;
    }
    
    .date_plus_minus {
        display: flex;
        flex-direction: column;
        gap: 30px;
        align-items: center;
        justify-content: center;
        padding: 0;
    }

    .date_plus_minus label {
        width: 100%;
        position: relative;
    }

    .date_plus_minus label span {
        width: 100%;
        padding: 10px;
        display: block;
        font-family: Jost;
        font-size: 16px;
        font-weight: 600;
        line-height: 23.12px;
        text-align: center;
        position: relative;
        background: #fff;
        border-radius: 9px;
        border: 1px solid rgba(225, 225, 225, 1);
        box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.08);
       /* position: relative;*/
        z-index: 2;
    }

    .date_plus_minus label input {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        z-index: 1;
    }

    .date_plus_minus input:checked ~ label:before {
        
    }

    .date_plus_minus input:checked ~ span {
        color: #fff;
        background: #C070FF;
    }


    .user_details_box_wrap {

    }

    .user_details_box {
        background: rgba(0, 184, 207, 1);
        border-radius: 32px;
        padding: 40px;
        margin-top: 20px;
    }

    .user_details_box_left {
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

    .user_details_box_left h3 {
        font-family: Jost;
        font-size: 28px;
        font-weight: 700;
        line-height: 40px;
        text-align: left;
        color: #fff
    }

    .user_details_box_left h3 img {
        margin-right: 10px;
    }

    .user_details_box_right .content {
        font-family: Jost;
        font-size: 20px;
        font-weight: 400;
        line-height: 28.9px;
        text-align: left;
        color: #fff
    }

    .user_details_box_right .content h4 {
        font-family: Jost;
        font-size: 20px;
        font-weight: 700;
        line-height: 28.9px;
        text-align: left;
        color: #fff;
        margin-bottom: 3px;
    }

    .discallendr .datepicker, .discallendr .table-condensed {
        width: 100%;
        height: auto;
    }

    .discallendr .datepicker td,th{
        text-align: center;
        padding: 9px 11px;
        font-size: 16px;
    }

    

    
    .discallendr .datepicker td.today {
        border-radius: 50px;
        background-color: #F7A928;
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#F7A928), to(#F7A928))!important;
    
    }

    .discallendr .datepicker td.active {
        border-radius: 30px;
        background-color: #F7A928;
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#F7A928), to(#F7A928))!important;
    
    }

    .discallendr .table-condensed > thead > tr:nth-child(2) > .prev {
        font-size: 0;
        background: url("../img/backvic.png") 50% 50% / contain no-repeat;
        background-size: 8px;
    }

    .discallendr .table-condensed > thead > tr:nth-child(2) > .next {
        font-size: 0;
        background: url("../img/forvic.png") 50% 50% / contain no-repeat;
        background-size: 8px;
    }

    .custom_radio_choose {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 50px;
    }

    .radio_custom {
      display: block;
      position: relative;
      padding-left: 35px;
      margin-bottom: 12px;
      cursor: pointer;
      font-size: 20px;
      font-weight: 500;
      font-family: Jost;
      color: rgba(37, 37, 37, 1);
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
    }


    .radio_custom input {
      position: absolute;
      opacity: 0;
      cursor: pointer;
    }

    .checkmark {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      margin: auto;
      height: 20px;
      width: 20px;
      background-color: rgba(217, 217, 217, 1);
      border-radius: 50%;
    }

    .radio_custom input:checked ~ .checkmark {
      background-color: rgba(217, 217, 217, 1);
    }

    .checkmark:after {
      content: "";
      position: absolute;
      display: none;
    }

    .radio_custom input:checked ~ .checkmark:after {
      display: block;
    }

    .radio_custom .checkmark:after {
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        width: 60%;
        height: 60%;
        border-radius: 50%;
        background: rgba(247, 169, 40, 1);
    }

    .loader_bg {
        width: 100vw;
        height: 100vh;
        background: rgba(255, 255, 255, 0.4);
        display: flex;
        align-items: center;
        justify-content: center;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 99;
    }

    .loader {
      border: 8px solid #f3f3f3;
      border-radius: 50%;
      border-top: 8px solid rgba(247, 169, 40, 1);
      width: 60px;
      height: 60px;
      -webkit-animation: spin 2s linear infinite; /* Safari */
      animation: spin 2s linear infinite;
    }

    @-webkit-keyframes spin {
      0% { -webkit-transform: rotate(0deg); }
      100% { -webkit-transform: rotate(360deg); }
    }

    @keyframes spin {
      0% { transform: rotate(0deg); }
      100% { transform: rotate(360deg); }
    }

    .con_bg .room_box_content .content {
        margin-top: 6px;
    }

    .con_bg .room_box_content .content ul {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        padding: 0;
        margin: 0;
    }

    .con_bg .room_box_content .content ul li {
        font-family: Jost;
        font-size: 20px;
        font-weight: 400;
        line-height: 30.68px;
        text-align: left;
        color: rgba(150, 150, 150, 1);
        padding-right: 30px;
        position: relative;
        margin: 0;
    }

    .con_bg .room_box_content .content ul li:after {
        width: 8px;
        height: 8px;
        content: "";
        position: absolute;
        top: 0;
        right: 12px;
        bottom: 0;
        margin: auto;
        border-radius: 50%;
        background-color: rgba(150, 150, 150, 1);
    }

    .con_bg .room_box_content .content ul li:last-child:after {
        display: none;
    }

    .con_bg .room_confirm {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 30px;
        padding-left: 40px;
    }

    .con_bg .room_confirm .image {
        width: 120px;
        height: 120px;
    }

    .con_bg .room_confirm .image img {
        max-width: 100%;
        max-height: 100%;
    }

    .con_bg .room_confirm .content {
        width: calc(100% - 150px);
    }

    .con_bg .room_confirm .content h3 {
        font-family: Jost;
        font-size: 36px;
        font-weight: 500;
        line-height: 52.02px;
        text-align: left;
        color: rgba(30, 30, 30, 1);
    }

    .icon-list{

        padding-left: 2px;
    }
    .icon-list li{
        position: relative;
        font-size: 24px;
        padding-left: 24px;
    }
    .icon-list li::before {
        content: "\f058";
        font-family: "Font Awesome 6 Free";
        font-style: normal;
        font-weight: 400;
        text-decoration: inherit;
        color: #01B8CE;
        font-size: 18px;
        padding-top: 1px;
        position: absolute;
        top: 0;
        left: 0;
    }





    @media only screen and (min-width: 240px) and (max-width: 767px) {


        .booking_banner {
            height: auto;
            min-height: 250px;
            padding: 40px 10px;
        }

        .booking_banner h1 {
            font-size: 26px !important;
            line-height: normal !important;
        }

        .room_box_wrap {
            padding: 0 20px !important;
            margin: 20px auto 40px;
        }

        .room_box_image {
            height: 200px;
        }

        .user {
            font-size: 16px;
        }

        .user img {
            max-width: 20px;
        }

        .room_box_content {
            padding: 13px 20px;
            min-height: auto;
            border-radius: 0 32px 25px 25px;
        }

        .room_box_content .left h4 {
            font-size: 18px;
            line-height: normal;
        }

        .room_box_content .right {
            font-size: 16px;
            line-height: normal;
        }

        .room_box_content .list {
            margin-top: 10px;
        }

        .room_box_content .list ul {
            margin-bottom: 10px;
        }

        .room_box_content .list ul li img {
            max-height: 18px;
        }

        .time_wrap {
            margin-top: 20px;
        }

        .date_plus_minus {
            flex-direction: row;
            margin-top: 30px;
            padding: 0 54px;
        }

        .user_details_box {
            padding: 20px 30px;
        }

        .user_details_box_right .content {
            margin: 10px 0;
        }

        .user_form .form-group button {
            min-width: 200px;
            padding: 14px 30px;
            font-size: 18px;
        }

        .room_box_content {
            padding: 15px 20px;
        }

        .room_box_content .left h4 {
            font-size: 20px;
            line-height: 26px;
        }

        .room_box_content .right {
            font-size: 16px;
            line-height: 26px;
        }

        .room_box_content .list {
            margin-top: 10px;
        }

        .con_bg .room_confirm {
            flex-wrap: wrap;
            padding-left: 15px;
        }

        .con_bg .room_confirm .image {
            margin: 0 auto;
        }

        .con_bg .room_confirm .content {
            width: 100%;
        }

        .con_bg .room_confirm .content h3 {
            font-size: 26px;
            line-height: 36px;
            text-align: center;
        }

        .con_bg .room_box_image {
            height: 200px;
        }

        .con_bg .room_box_content .content ul {
            flex-wrap: wrap;
        }

        .con_bg .room_box_content .content ul li {
            font-size: 16px;
            line-height: 26px;
            padding-right: 20px;
        }

        .con_bg .room_box_content .content ul li:after {
            width: 6px;
            height: 6px;
            right: 10px;
        }

    }


    @media only screen and (min-width: 768px) and (max-width: 1023px) {

        .room_box_content {
            padding: 15px 25px;
        }

        .room_box_content .left h4 {
            font-size: 20px;
            line-height: 26px;
        }

        .room_box_content .right {
            font-size: 16px;
            line-height: 26px;
        }

        .room_box_content .list {
            margin-top: 10px;
        }

        .datepicker td, .datepicker th {
            width: 16px;
            height: 16px;
        }

        .discallendr .datepicker td, th {
            padding: 6px 7px;
        }

        .con_bg .room_box .room_box_image {
            overflow: hidden;
        }

        .con_bg .room_box_content .content ul {
            flex-wrap: wrap;
        }

        .con_bg .room_confirm {
            flex-wrap: wrap;
            align-content: center;
            justify-content: center;
        }

        .con_bg .room_confirm .image {
            margin: 0 auto;
        }

        .con_bg .room_confirm .content {
            width: 100%;
        }

        .con_bg .room_confirm .content h3 {
            font-size: 24px;
            line-height: 30px;
        }

        .con_bg .room_box_content .content ul li {
            font-size: 16px;
            line-height: 26px;
            padding-right: 25px;
        }

        .con_bg .room_box_content .content ul li:after {
            width: 6px;
            height: 6px;
            right: 10px;
        }

    }

