body {
  font-family: 'Montserrat', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', sans-serif;
}

/* Workspaces starts */
.workspace-card{
    position: relative;
    flex: auto;
}
.workspace-card figure{
    background: white;
    border-radius: 10px;
    position: relative;
    width: 100%;
    max-width: 100%;
    padding-bottom: 100%;
    -webkit-transition: all 250ms cubic-bezier(0, 0, 0.2, 1);
    -o-transition: all 250ms cubic-bezier(0, 0, 0.2, 1);
    transition: all 250ms cubic-bezier(0, 0, 0.2, 1);
    -webkit-perspective: 1000px;
    perspective: 1000px;
    margin-bottom: 8px;
}
.workspace-card figure img{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    padding: 16px;
    -webkit-transition: all 220ms cubic-bezier(0.08, 0.38, 0.65, 0.77);
    -o-transition: all 220ms cubic-bezier(0.08, 0.38, 0.65, 0.77);
    transition: all 220ms cubic-bezier(0.08, 0.38, 0.65, 0.77);
    will-change: transform;
    z-index: 2;
}
.workspace-card figure:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border: 1px solid #e6e8ee;
    border-radius: 10px;
    -webkit-transition: all 220ms cubic-bezier(0.08, 0.38, 0.65, 0.77);
    -o-transition: all 220ms cubic-bezier(0.08, 0.38, 0.65, 0.77);
    transition: all 220ms cubic-bezier(0.08, 0.38, 0.65, 0.77);
}
.workspace-card:hover figure:after {
    -webkit-transform: translate3d(0px, 0px, -20px) rotate(0deg);
    transform: translate3d(0px, 0px, -20px) rotate(0deg);
    border-color: #1675aa;
}
.workspace-card .workspace-title{
    color: #494848;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: .5px;
    text-align: center;
    text-transform: capitalize;
}
.workspace-card > a:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 4;
}

.search_head span {
    border: 2px solid #004b77;
    padding: 10px 25px;
    border-radius: 15px;
    margin-bottom: 50px;
}

.bg-circle{
    position: relative;
}

.bg-cicle:after {
    width: 70px;
    height: 70px;
    content: '';
    display: block;
    position: absolute;
    background: #76bd68;
    border-radius: 50%;
    top:32%;
    left:32%;
    opacity: 0.7;
    transition: all 250ms cubic-bezier(0, 0, 0.2, 1);
}


.workspace-card:hover .bg-cicle:after{
    width: 120px;
    height: 120px;
    top:20%;
    left:20%;
}
/* Workspaces ends */

/* DG Workspaces starts */
.choose_dg_cards{
    position: relative;
    width: 100%;
    height: 250px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 1px 2px 4px 1px rgba(0, 0, 0, .1);
    overflow: hidden;
    text-align: center;
    transition: all .3s ease-in-out;
}
.choose_dg_cards_front{
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    justify-content: space-around;
    transition: opacity .3s ease-in-out;
}
.choose_dg_cards_front h3 {
    font-size: 18px;
    font-weight: 500;
    color: #124c71;
}
.choose_dg_cards_back{
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    opacity: 0;
    transition: opacity .3s ease-in-out;
}
.choose_dg_cards_back p{
    font-size: 16px;
}
.choose_dg_cards:hover {
    background: #f8f9fa;
}
.choose_dg_cards:hover .choose_dg_cards_front {
    opacity: 0;
}
.choose_dg_cards:hover .choose_dg_cards_back {
    opacity: 1;
}
/* DG Workspaces ends */

/* Workspace Emiratess start */

.workspace-emirates {
    margin-top: -70px;
}

.workspace-emirates-slide {
    position: relative;
    display: flex;
    flex-direction: column;
    background: #fff;
    align-items: center;
    padding: 12px;
    border: 1px solid #d9d9d9;
    box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.15);
    margin: 20px 10px;
    border-radius: 10px;
    transition: transform 0.6s ease;
}

.workspace-emirates-slide:hover {
    transform: translate(0px, -10px);
}

.workspace-emirates-slide a:after{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}
.workspace-emirates-slide figure {
    width: 84px;
    height: 84px;
    margin-bottom: 23px;
    border-radius: 10px;
    overflow: hidden;
}
.workspace-emirates-slide figure img{
    object-fit: cover;
}
.workspace-emirates-slide h6{
    font-weight: 600 !important;
    margin-bottom: 4px;
    text-transform: uppercase;
        font-size: 15px !important;
    color: #006496;
}
.workspace-emirates-slide span{
    color: #727a94;
    margin-bottom: 0px;
}
/* Workspace Emiratess ends */

/* Trending coworking spaces starts */
.trending-coworking > .owl-stage-outer{
    padding: 0px .5rem;
}
.trending-coworking > .owl-stage-outer > .owl-stage{
    display: flex;
    margin-bottom: .5rem;
}
.trending-coworking-card {
    /* margin-bottom: .5rem; */
    border-radius: 8px;
    box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.09);
    height: 100%;
    display: flex;
    flex-direction: column;
}
.trending-coworking-card figure{
    margin-bottom: 0px;
}
.trending-coworking-card figure img{
    border-radius: 8px 8px 0px 0px;
    min-height: 230px;
    max-height: 230px;
    object-fit: cover;
}
/* .trending-coworking-card .prod-img > a:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
} */
.trending-coworking-card-content{
    padding: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
}
.trending-coworking-card-content price{
    font-weight: 600;
}
.trending-coworking-card-content .submit_btn_style{
    display: block;
    height: 40px;
    line-height: 40px;
    margin-top: 1rem;
    font-weight: 500;
    letter-spacing: .3px;
}
/* Trending coworking spaces ends */

/* Know more about coworking starts */
/* .dg-bg-gradient{
    background: linear-gradient(180deg, #004b77, #1675aa 30%, #76bd68 100%, #00820f);
    border-radius: 10px;
}
.more-abt-coworking h2,
.more-abt-coworking p{
    color: #fff;
} */
/* Know more about coworking ends */

/* Workspace product page css starts */
.coworking-product-detail h1{
    font-size: 2rem;
}
.coworking-product-detail .address i{
    color: #1675aa;
    font-size: 16px;
    margin-top: 6px;
}
.coworking-product-detail .address p{
    font-size: 16px;   
}
.coworking-product-detail .section-nav-tabs{
    padding-left: 0px;
    list-style: none;
    margin-bottom: 0px;
    border: none;
    position: sticky;
    top: 87px;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.coworking-product-detail .section-nav-tabs::-webkit-scrollbar {
  display: none;
}
.coworking-product-detail .section-nav-tabs .nav-item{
    margin-bottom: 0px;
}
.coworking-product-detail .section-nav-tabs .nav-item:not(:last-child){
    margin-right: 14px;
}
.coworking-product-detail .section-nav-tabs .nav-item .nav-link{
    color: #626262;
    font-size: 16px;
    font-weight: 500;
    width: max-content;
    text-transform: capitalize;
    border: none;
}
.coworking-product-detail .section-nav-tabs .nav-item .nav-link:hover{
    color: #1675aa;
}
.coworking-product-detail .section-nav-tabs .nav-item .nav-link.active{
    color: #1675aa;
    border: none;
    border-bottom: 3px solid #1675aa;
}
.coworking-product-detail .detail-tabs .tab-content-detail{
    scroll-margin-top: 90px;
}
.coworking-product-detail .detail-tabs .tab-content-detail h4{
    font-weight: 600 !important;
}
.coworking-product-detail .detail-tabs .tab-content-detail table{
    width: 100%;
    border: none;
}
.coworking-product-detail .detail-tabs .tab-content-detail table tbody tr td{
    border: none;
}
.coworking-product-detail .detail-tabs .tab-content-detail table tbody tr td:first-child{
    width: 50%;
    padding-left: 0px;
    font-weight: 600;
}
.coworking-product-detail .detail-tabs .tab-content-detail .amenities-card{
    flex: 1 1;
    padding: 14px;
    text-align: center;
    border-radius: 6px;
    background: #ffffff;
    border: 1px solid #1675aa;
}
.coworking-product-detail .detail-tabs .tab-content-detail .amenities-card:hover{
    box-shadow: 0px 0px 4px rgba(180, 180, 180, 0.25);
}
.coworking-product-detail .detail-tabs .tab-content-detail .amenities-card img{
    margin-bottom: 6px;
}
.coworking-product-detail .detail-tabs .tab-content-detail .amenities-card p{
    text-align: center;
}
.other-type-products .nav{
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.other-type-products .nav::-webkit-scrollbar {
    display: none;
}
.other-type-products nav .nav-link{
    color: #626262;
    border: none;
    font-size: 16px;
    font-weight: 500;
    width: max-content;
    white-space: nowrap;
    text-transform: capitalize;
}
.other-type-products nav .nav-link.active{
    color: #1675aa;
    border-bottom: 3px solid #1675aa;
}
.mfp-zoom-out.mfp-removing .mfp-img {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
    transition: all 0.3s ease-in-out;
}
.mfp-zoom-out .mfp-img {
    transition: all 0.3s ease-in-out;
    transform: scale(1);
}

.about_wrap {
    border: 15px solid #e6e8ee;
    background: #004b77;
    color: #fff;
}

.about_wrap h2, .about_wrap p {
    color: #fff !important;
}

/* 
.choose_us_card img {
    background: #004b77;
    border-radius: 50%;
    padding: 10px;
} */

.choose_us_card h3 {
    color: #fff;
    background: #004b77;
    padding: 10px 15px;
    border-radius: 5px;
    margin-top: -60px !important;
    
}

.choose_us_card p {
    color: #004b77;
}

.choose_us_card .card_border {
    border: 1px solid #004b77;
    margin-top: 60px;
    padding: 20px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    flex: 1;
}

.workspace_list {
    list-style: none !important;
    padding-left: 10px !important;
}

.more-abt-coworking {
    width: 90%;
    margin: 0 auto;
}

.choose_us_card {
  opacity: 0;
  transform: translateX(100px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

/* This will be added via JS */
.choose_us_card.animate {
  opacity: 1;
  transform: translateX(0);
}

.banner-carousel-sec p, .banner-carousel-sec h3 {
    color: #000;
    font-size: 20px;
}

.banner-carousel-sec img {
    border-radius: 20px;
}

.banner-carousel-sec .banner-carousel .owl-nav.disabled {
    display: none;
}

.banner-carousel-sec h1 {
    color: #1675aa;
}

.banner-search {
    border: 1px solid #1675aa !important;
}

#search-suggestions .list-group{
    max-height: 300px;
    overflow-y: scroll;
}
#search-suggestions .list-group::-webkit-scrollbar{
    width: 5px;
}
#search-suggestions .list-group::-webkit-scrollbar-thumb {
    background: #777676;
    border-radius: 3px;
}
#search-suggestions .list-group::-webkit-scrollbar-track{
    box-shadow: none;
    border-radius: 3px;
    background-color: #fff;
}

.banner_sec  {
    /* background-image: url(https://dhanguard.com/storage/app/media/spaces-dubai-banner.png); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    color: #fff;
    position: relative;
}



.banner_sec h1 {
    font-size: 60px;
}

.banner_sec h3 {
   line-height: 30px !important;
}

.banner_sec h1, .banner_sec h3 {
    color: #fff;
}

.banner_sec_con {
    min-height: 550px;
}

.banner_sec a {
    background: #72be63;
    padding: 10px 30px;
    border-radius: 5px;
}

.find_sec {
    background: #1675aa;
}

.find_sec_img img {
    border-radius: 0px 250px 250px 0px;
}

.spot_sec_con {
    /* background: #1675aa; */
    /* color: #1675aa; */
    position: relative;
    padding-bottom: 100px !important;
}

.spot_sec_con h2 {
    color: #1675aa;
}

.spot_sec_con p i {
    font-size: 24px;
    color: #1675aa;
}

.spot_sec_con .spot_btn {
    background: #1675aa;
    padding: 15px 150px 15px 50px;
    position: absolute;
    bottom: 0;
    left: 0;
    clip-path: polygon(0 0, 80% 0, 100% 100%, 0% 100%);
}

.spot_sec_con .spot_btn a {
    background: #72be63;
    padding: 10px 30px;
    border-radius: 5px;
    color: #fff;
}



/* Workspace product page css ends */
@media (min-width: 767px) {
    .workspace-card figure img {
        padding: 20px;
    }
    .workspace-card figure {
        margin-bottom: 20px;
    }
    .coworking-product-detail .detail-tabs .tab-content-detail table{
        width: 70%;
    }
    .coworking-product-detail .detail-tabs .tab-content-detail table tbody tr td:first-child{
        width: 40%;
    }
    .coworking-product-detail .detail-tabs .tab-content-detail table tbody tr td{
        font-size: 16px;
    }
    .br-right-t-b{
        border-radius: 20px;
    }
}
@media (max-width: 767px){
    .br-right-t-b{
        border-radius: 10px 10px 0px 0px;
    }

.search_head span {
    display: flex;
    align-items: center;
    font-size: 22px;
}

.banner_sec {
    background-image: url(https://dhanguard.com/storage/app/uploads/public/681/4ad/368/6814ad3685605997396145.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    overflow: hidden;
    position: relative;
    bottom: 0;
    right: 0;
    width: 100%;
}

.banner_sec_con {
    z-index: 2;
}

.banner_sec:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: .5;
    z-index: 1;
}

.find_sec_img img {
    border-radius: 0px 0px 60px 60px;
}

}
@media (max-width: 991px){
    .form-common-wrapper{
        margin-top: -50px;
    }
}