.WOrkspace__title {
    font-weight: bold;
    text-align: right;
    color: rgb(51, 55, 69);
}

.PrivarteOffice__title {
    font-weight: bold;
    text-align: center;
    color: rgb(51, 55, 69);
}

.BookVisit-btn {
    line-height: 40px;
    outline: none;
    padding: 0 10px;
    text-align: center;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease 0s;
    margin: 0px 20px 0px 20px;
    border-radius: 50px;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    color: #38a4ff !important;
    border: 1px solid #38a4ff;
    background: transparent;
}

    .BookVisit-btn:hover {
        color: #fff !important;
        border: 0px;
        background: #38a4ff;
    }

.btncon {
    display: flex;
    margin-top: 1vw;
    justify-content: flex-end;
    align-items: center
}

@media only screen and (min-width: 767px) and (max-width: 1200px) {

    .btncon {
        display: block;
        margin-top: 1vw;
        justify-content: flex-end;
        align-items: center
    }

    .viewAll-btn {
        margin-top: 5px;
    }
}


.viewAll-btn {
    line-height: 40px;
    outline: none;
    padding: 0 10px;
    margin-top: 1vw;
    text-align: center;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease 0s;
    margin: 0px 20px 0px 20px;
    border-radius: 50px;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    color: #fff !important;
    border: 1px solid #38a4ff;
    background: #38a4ff;
}

    .viewAll-btn:hover {
        color: #38a4ff !important;
        border: 1px solid #38a4ff;
        background: transparent;
    }

@media only screen and (min-width: 767px) and (max-width: 1200px) {

    .btncon {
        display: block;
        margin-top: 1vw;
        justify-content: flex-end;
        align-items: center
    }

    .viewAll-btn {
        margin-top: 5px;
    }
}

@media only screen and (max-width: 767px) {

    .btncon {
        display: flex;
        margin-top: 1vw;
        justify-content: space-around;
        align-items: center
    }

    .viewAll-btn {
        margin-top: 5px;
    }
}


.carousel-inner img {
    border-radius: 25px;
    width: 100%;
    height: 100%;
    height: 450px;
}

.active a img {
    width: 100px;
    height: 100px;
}

.img-slider {
    width: 80px;
    height: 60px;
}
/*************************small slider*****************/
#myCarousel .list-inline {
    white-space: nowrap;
    overflow-x: auto;
}

#myCarousel .carousel-indicators {
    position: static;
    left: initial;
    width: initial;
    margin-left: initial;
}

    #myCarousel .carousel-indicators > li {
        width: initial;
        height: initial;
        text-indent: initial;
    }

        #myCarousel .carousel-indicators > li.active img {
            opacity: 0.7;
        }

/*************************small slider*****************/

.desc__p {
    line-height: 24px;
    font-size: medium;
    text-align: right;
    color: rgb(51, 55, 69, 0.5);
    font-weight: 300;
}

.location__p {
    text-align: center;
}

.map {
    margin-top: 25px;
}

.Amenities__con {
    background-color: rgb(246, 246, 246);
}

.Amenities {
    margin: 2vw 0;
}

.Amenities__title {
    font-weight: bold;
    font-size: xx-large;
    text-align: right;
    margin: 20px 20px;
}

.AMenities-p {
    text-align: right;
    margin: 20px 20px;
}

.eventprice {
    color: #38a4ff;
    place-self: flex-end;
}

.eventInfo {
    margin: 0;
    place-self: center;
}

.search__con {
    background-color: #f6f6f6;
    border-radius: 28px;
}

.page-link-main {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: 0px;
    line-height: 1.25;
    color: #333745;
    background-color: #f6f6f6;
    border-radius: 50%;
}

    .page-link-main:hover {
        background-color: #38a4ff;
    }

.page-item.active .page-link {
    z-index: 1;
    background-color: #fff;
    border-color: transparent;
}
.Article-p {
    word-break: break-word
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: 0 px;
    line-height: 1.25;
    border: 0;
}

.pages-nav-dot {
    height: 11px;
    width: 11px;
    background-color: #e7f3f6;
    opacity: 0.5;
    border-radius: 50%;
    display: inline-block;
}

.page-item.active .page-link .pages-nav-dot {
    background-color: #578ddd;
}

.sample-text {
    color: #000;
}
