/* sarangus989@gmail.com */

* {
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -moz-tap-highlight-color: rgba(0, 0, 0, 0);
    padding: 0;
    margin: 0;
    box-sizing: border-box;

}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #000000;
    border-radius: 10px;
}

body::-webkit-scrollbar {
    width: 10px;
    background-color: #707070;
}

body::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #000000;
    background-image: -webkit-linear-gradient(90deg,
            transparent,
            #3124a5 50%,
            transparent,
            transparent)
}

#scrollableDiv {
    scroll-behavior: smooth;
}

@font-face {
    font-family: Inter-Regular;
    src: url(../assets/fonts/inter/Inter-Regular.ttf);
}
@font-face {
    font-family: Inter-SemiBold;
    src: url(../assets/fonts/inter/Inter-SemiBold.ttf);
}
@font-face {
    font-family: Inter-Medium;
    src: url(../assets/fonts/inter/Inter-Medium.ttf);
}


::-moz-selection {
    color: rgb(255, 255, 255);
    background: #000000;
}

::selection {
    color: rgb(255, 255, 255);
    background: #000000;
}
*,
h4,
h5,
h3 {
    font-family: Inter-Regular;
}
h1,
h3,
h2{
    font-family:Inter-SemiBold;
}


a {
    text-decoration: none !important;
    color: #000000 !important;
}


li {
    list-style: none;
}

p,
a {
    font-family: Inter-Regular;
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 0 !important;
}

.fr-up {
    overflow: hidden;
    position: relative;
}

.fr-up2 {
    overflow: hidden;
    padding-left: 25px !important;
    padding: 15px;
    padding-right: 25px;
    margin-left: -25px;
}

.msk {
    position: relative;
    width: 100%;
    overflow: hidden;
    visibility: hidden;
}

.page-header {
    text-align: center;
    display: flex;
    align-items: center;
    height: 300px;
    color: #fff;
    background-image: url(../assets/img/1.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.page-header h2 {
    position: relative;
    z-index: 2;
}

.page-header::after {
    background-image: linear-gradient(#203546 0%, #20354633 100%);
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.hdr-tp {
    height: 30px;
    background-color: #203546;
    width: 100%;
}

.hdr-btm {
    background-color: #fff;
    width: 100%;
    /* height: 110px; */
    display: flex;
    align-items: center;
    position: relative;
}

.hdr-fl {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    justify-content: center;
}

.hdr-lft img {
    height: 60px;
    object-fit: contain;
}

.hall-sec-fl {
    display: flex;
    gap: 30px;
    margin-top: 30px !important;
    width: fit-content;
    margin: 0 auto;
}

.hal-dt-bx {
    width: 400px;
    height: 660px;
    overflow-y: scroll;
    background-color: #fff;
    /* border-radius: 10px; */
    box-shadow: 0px 0px 15px 0px #00000017;
    padding: 0px 20px 30px 20px;
    position: relative;
}

.hal-btns {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

.hal-btn {
    padding: 7px 18px;
    background-color: #fff;
    border: 1px solid #494949;
    border-radius: 5px;
    cursor: pointer;
}

.hal-dt-bx-hd {
    position: sticky;
    top: 0px;
    background-color: #fff;
    padding-top: 30px;
    padding-bottom: 10px;
}
.hal-dt-bx-hd h3{
    font-size: 20px;
    margin-bottom: 25px;
}

.hal-btn.active {
    background-color: #203546;
    color: white;
}

.hal-btn p {
    font-size: 14px;
    line-height: 1;
}
.spc-size{
    margin-left: 25px;
}

.hal-dt-conts-bx {
    display: flex;
    align-items: center;
    gap: 12px;
    border-top: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
    padding: 10px;
    margin-bottom: 10px;
    cursor: pointer;
}

.booked .avlbl-clr {
    width: 10px;
    height: 10px;
    background-color: #ff0000;
}

.hold .avlbl-clr {
    width: 10px;
    height: 10px;
    background-color: #D8A800;
}

.avilable .avlbl-clr {
    width: 10px;
    height: 10px;
    background-color: #08a002;
}

.hal-dt-conts {
    margin-top: 30px;
    padding-bottom: 20px;
}

.hal-dt-bx h4 {
    font-size: 20px;
    margin-bottom: 20px;
}

.spc-nm h3 {
    font-size: 17px;
    margin-bottom: 0;
}


/* Floor plan 1 */


.flr-1 {
    padding-bottom: 50px;
    background: rgb(245, 250, 255);
}

.flr1-cont h2 {
    text-align: center;
    font-size: 25px;
    margin-bottom: 10px;
        color: #030303;
}

.flr1-cont h3 {
    text-align: center;
    font-size: 19px;


}
.flr1-cont {
    padding: 20px 0 10px 0;
    background-color: #ffffff;
    box-shadow: 0px 7px 8px 0px #6e6e6e0f;
    margin-bottom: 50px;
    /* position: sticky;
    top: 0px; */
    /* z-index: 10; */

}


.zoom-controls {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 3;
}

#reset-btn img {
    width: 22px;
    height: 19px;
    object-fit: contain;
}

#reset-btn {
    cursor: pointer;
    padding: 3px 4px;
    border: 1px solid #000000;
    border-radius: 5px;
    background-color: #fff;
}

#zoom-in {
    cursor: pointer;
    padding: 3px 8px;
    border: 1px solid #000000;
    border-radius: 5px;
    background-color: #fff;
}

#zoom-out {
    cursor: pointer;
    padding: 3px 8px;
    border: 1px solid #000000;
    border-radius: 5px;
    background-color: #fff;
}


.hall1-btn {
    padding: 5px 17px;
    border: 1px solid #000000;
    border-radius: 5px;
    background-color: #fff;
    cursor: pointer;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 3;
    display: flex;
    align-items: center;
    gap: 10px;
}
.hall1-btn i{
    color: #000000 !important;
}

.hall2-btn {
    padding: 5px 17px;
    border: 1px solid #000000;
    border-radius: 5px;
    background-color: #fff;
    cursor: pointer;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 10;
}
.tp-red-bg{
    background-color: #c20000 !important;
    color: #fff !important;
}


.flr-pln-bx {
    width: 100%;
    height: 100%;
    box-shadow: 0px 0px 15px 0px #00000027;
    position: relative;
    background-color: #fff;
    padding: 20px;
    display: flex;
    justify-content: center;
    max-height: 700px;
}

.flr-pln-bx.in-fst::after {
    content: "";
    width: 0%;
    height: 0%;
    position: absolute;
    opacity: 0;
    top: 50%;
    left: 50%;
    background-color: #ffffffa6;
    z-index: 2;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease-in-out;
}

.flr-pln-bx.in-fst:hover::after {
    opacity: 1;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease-in-out;
}

.flr-pln-bx-cont {
    height: fit-content;
    width: fit-content;
    border: 1px solid #000000;
    padding: 0 20px;
    position: relative;
}


.flr-pln-bx-cont::before {
    content: "";
    width: 101.5%;
    height: 100.7%;
    position: absolute;
    top: -2px;
    right: -4px;
    border: 1px solid #000000;
    border-top: none;
    z-index: -1;
}

.floor-2 .flr-pln-bx-cont::before {
    height: 100.5%;
}

.main-exit {
    width: 6px;
    height: 40px;
    background-color: #000000;
    position: absolute;
    bottom: 80px;
    left: -4px;
    z-index: 1;
}

.flr-pln1 {
    display: flex;
    gap: 5px;
}

/* .flr-pln-fl {
    margin-top: 30px;
} */

.flr-pln-fl h3 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 23px;
}

.flr-pln1-fst-bxs-scr {
    width: 38px;
    height: 35px;
    border: 1px solid #000000;
    border-bottom: transparent;
        background-color: #edf9ff;
    position: relative;
}

.size-txt {
    position: absolute;
    bottom: 0;
    left: 0;
}

.flr-pln1-fst-bxs-rect {
    width: 38px;
    height: 70px;
    border: 1px solid #000000;
    background-color: #edf9ff;
    position: relative;


}

.spc-bx {
    height: 35px;
    width: 38px;
    position: relative;
}

.spc-bx2 {
    width: 38px;
    height: 14px;
    display: flex;
    align-items: center;
    justify-content: end;
}

.spc-bx3 {
    width: 38px;
    height: 11px;
    display: flex;
    align-items: center;
    justify-content: end;
}

.spc-bx4 {
    width: 38px;
    height: 10px;
    display: flex;
    align-items: end;
    justify-content: end;
}

.flr-pln1-fst2-flx-bxs {
    display: flex;

}

.flr-pln1-fst2-btm-mn {
    width: 76px;
    height: 140px;
    border: 1px solid #000000;
    background-color: #bfd7ee;
    position: relative;
}

.flr-pln1-fst2-btm-mn2 {
    width: 76px;
    height: 175px;
    border: 1px solid #000000;
    background-color: #bfd7ee;
    position: relative;
}

.flr-pln-bx-btm-big-lft-txt {
    position: absolute;
    bottom: -64px;
    left: 72%;
}

.flr-pln-bx-btm-big-lft-txt h3 {
    color: #ff0000;
    font-size: 18px;
}

.flr-pln-bx-btm-big-lft-tp {
    width: 195px;
    height: 70px;
    background-color: #b3c1cf;
    border: 1px solid #000000;
    position: relative;
    display: flex;
    justify-content: center;
}

.flr-pln-bx-btm-big-lft-btm {
    width: 195px;
    height: 35px;
    background-color: #61819c;
    border: 1px solid #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.flr-pln-bx-btm-big-lft-btm::after {
    content: "";
    width: 7px;
    height: 7px;
    background-color: #000000;
    position: absolute;
    top: -7px;
    left: -7px;
    z-index: 1;
}

.flr-pln-bx-btm-big-lft-btm::before {
    content: "";
    width: 7px;
    height: 7px;
    background-color: #000000;
    position: absolute;
    top: -7px;
    right: -7px;
    z-index: 1;
}

.main-entry {
    position: absolute;
    bottom: -4px;
    right: -2px;
    width: 40px;
    height: 5px;
    background-color: #000000;
}

.main-entry-arow {
    position: absolute;
    bottom: -13px;
    right: 23px;
    width: 3px;
    color: #ff0000 !important;
    font-size: 28px;
    z-index: 1;
}

.flr-pln-bx-btm-big {
    margin-left: 75px;
    display: flex;
    align-items: center;
    position: relative;
}

.flr-pln-bx-btm-big-lft-btm-dr {
    width: 30px;
    height: 3px;
    background-color: #000000;
    position: absolute;
    top: -4px;
    left: 0;
    z-index: 1;
}

.flr-pln-bx-btm-big-lft-tp-dr {
    width: 3px;
    height: 30px;
    background-color: #000000;
    position: absolute;
    top: 0px;
    right: -4px;
    z-index: 1;
}

.flr-pln-bx-btm-big-rt-bx-dr {
    width: 3px;
    height: 30px;
    background-color: #000000;
    position: absolute;
    top: 0px;
    right: -4px;
    z-index: 1;
}

.flr-pln-bx-btm-big-lft-btm-arw {
    position: absolute;
    left: 10px;
    top: -13px;
}

.flr-pln-bx-btm-big-lft-tp-arw {
    position: absolute;
    right: -13px;
    top: 7px;
    z-index: 1;
}

.flr-pln-bx-btm-big-rt-bx-arw {
    position: absolute;
    right: -13px;
    top: 7px;
    z-index: 1;
}

.door-bx {
    background-color: #000000;
    width: 7px;
    height: 7px;
}

.flr-pln-bx-btm-big-rt {
    display: flex;
    align-items: center;
}

.flr-pln-bx-btm-big-rt-bx {
    width: 100px;
    height: 105px;
    background-color: #b3c1cf;
    border: 1px solid #000000;
    position: relative;
}

.flr-pln-flx {
    display: flex;
    align-items: end;
    gap: 2px;
    margin-left: -7px;
}

.flr-pln-flx2 {
    display: flex;
    align-items: end;
    gap: 1px;
    /* margin-left: -5px; */
}

.flr-pln-flx-lft-bx {
    width: 5px;
    height: 25px;
    background-color: #5a5a5a;
}

.flr-pln-flx2 .flr-pln-flx-lft-bx {
    width: 5px;
    height: 5px;
    background-color: #5a5a5a;
}

.arrow-1 .arow-bx {
    height: 115px;
    width: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.arrow-row-fst {
    position: absolute;
    left: 37px;
}

.arrow-row-fst.arowbx2 {
    position: absolute;
    left: 120px;
}

.arrow-row-fst.arowbx3 {
    position: absolute;
    left: 204px;
}

.arrow-row-fst.arowbx4 {
    position: absolute;
    left: 287px;
}

.arrow-row-fst.arowbx5 {
    position: absolute;
    left: 380px;
}

.btm-ssth-arow {
    display: flex;
    align-items: center;
    gap: 115px;
    justify-content: center;
    padding-right: 30px;
}

.scnd-bx-1 img {
    height: 26px;
    position: absolute;
    object-fit: contain;
    top: 118px;
    margin-left: 9px;
    user-select: none;
    pointer-events: none;
}
.spc-fl-cont{
    height: 100%;
    width: 100%;
    border: 1px solid #cfcfcf;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    margin-top: 10px;
    border-radius: 7px;
    gap: 20px;
}
.modal-header{
    border-bottom: none !important;
    padding-bottom: 0 !important;
}
.modal-footer{
    border-top: none !important;
    padding-top: 0 !important;
}

.fa-magnifying-glass-plus {
    color: #000000 !important;
}

.fa-magnifying-glass-minus {
    color: #000000 !important;
}

.arrow-row-fst .arow-bx {
    height: 115px;
    width: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #d60012;
}

.tparw-1 {
    position: absolute;
    margin-top: -20px;
    margin-left: 20px;
}

.btmarw-1 {
    position: absolute;
    margin-top: 5px;
    margin-left: 20px;
}


.flr-pln1 i {
    color: #d60012;
}

.floor-2 i {
    color: #d60012;
}

.flr-pln-bx-btm-big i {
    color: #000000;
}

.brdr-lft-bx {
    height: 35px;
    border-left: 2px solid #ff0000;
}

.btm-ln {
    width: 351px;
    height: 2px;
    margin-left: 75px;
    background-color: #ff0000;
}

.flr-pln1-fst-lft {
    position: relative;
}

.flr-pln1-fst-lft::after {
    content: "";
    position: absolute;
    bottom: 11px;
    left: -2px;
    width: 2px;
    height: 93.8%;
    background-color: #ff0000;
}

.flr-pln1-fst-lft3::after {
    content: "";
    position: absolute;
    bottom: 0px;
    right: 0;
    width: 2px;
    height: 95.9%;
    background-color: #ff0000;
}

.flr-pln1-fst-lft3::before {
    content: "";
    position: absolute;
    bottom: 0px;
    right: 5px;
    width: 2px;
    height: 95.3%;
    background-color: #ff0000;
}

.flr-pln1-fst-lft3 {
    position: relative;
}

.main-exit-txt {
    position: absolute;
    bottom: 77PX;
    left: 14px;
    rotate: -90deg;
}

.main-exit-txt h3 {
    color: #ff0000;
    font-size: 17px;
}

.main-exit-arow {
    position: absolute;
    bottom: 84PX;
    left: -18px;
    color: #ff0000 !important;
    font-size: 28px;
    z-index: 1;
}

.emr-exit-1 {
    position: absolute;
    right: -4px;
    height: 40px;
    width: 6px;
    background-color: #000000;
    bottom: 22%;
}

.emr-exit-2 {
    position: absolute;
    right: -4px;
    height: 40px;
    width: 6px;
    background-color: #000000;
    bottom: 48%;
}

.emr-exit-1 i {
    font-size: 25px;
    position: relative;
    top: 7px;
    left: -6px;
    color: #ff0000 !important;
    z-index: 1;
}

.emr-exit-2 i {
    font-size: 25px;
    position: relative;
    top: 7px;
    left: -6px;
    color: #ff0000 !important;
    z-index: 1;
}

.flr-pln1 p {
    font-size: 10px;
    line-height: 14px;
    font-weight: 600;
}

.size-txt {
    font-size: 10px;
    line-height: 1;
}

.flr-pln-bx-btm-big h4 {
    position: absolute;
    right: 30px;
    bottom: 10px;
    font-size: 19px;
}

.emr-exit1-txt {
    rotate: -90deg;
    text-wrap: nowrap;
    position: relative;
    left: 23px;
    top: 25px;
    font-weight: 600;
    color: #ff0000;
}

.crs-bx {
    position: relative;
}

.crs-bx::before {
    content: "";
    position: absolute;
    top: -1px;
    left: 1px;
    width: 48px;
    height: 2px;
}

.crs-bx::after {
    content: "";
    position: absolute;
    top: 33px;
    left: -1px;
    width: 48px;
    height: 2px;
}

.crs-bx::before {
    border-top: 2px solid rgb(219, 0, 0);
    transform: rotate(46deg);
    transform-origin: top left;
}

.crs-bx::after {
    border-top: 2px solid rgb(219, 0, 0);
    transform: rotate(-46deg);
    transform-origin: top left;
}

.btmln-img {
    width: 78px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.fr-sqr-mdl {
    cursor: pointer;
}

.fr-crsr {
    cursor: pointer;
}

.back-btn {
    display: flex
;
    align-items: center;
    gap: 10px;
    left: 30px;
    padding: 3px 15px;
    border: 1px solid #000000;
    background-color: #203546;
    color: #ffffff;
    border-radius: 5px;
    position: fixed;
    top: 53px;
    width: fit-content;
    z-index: 11;
}


/* Floor plan 1 close */



/* floor plan 2  */
.flr-2-tp-flx {
    display: flex;
}

.emty-bx {
    height: 85px;
    width: 200px;
}

.launge-bx {
    border-left: 1px solid #000000;
    height: 70px;
    width: 220px;
    display: flex;
    align-items: center;
    justify-content: center
}

.dr-tp {
    font-size: 29px;
    position: relative;
    top: -18px;
    left: 8px;
    color: #ff0000;
}

.tp-flt-tp-dr-arw {
    font-size: 29px;
    position: relative;
    top: 2px;
    left: -17px;
    color: #ff0000;
}

.wshrm-dr-btm-arw {
    font-size: 29px;
    position: relative;
    top: 2px;
    left: -8px;
    color: #ff0000;
}

.hall2-dr-txt {
    font-size: 13px !important;
    position: relative;
    top: -18px;
    left: -10px;
    color: #ff0000;
    text-wrap: nowrap;
}

.tp-flt-tp-dr-txt {
    font-size: 13px !important;
    position: relative;
    top: 19px;
    left: -34px;
    color: #ff0000;
    text-wrap: nowrap;
    rotate: -90deg;
}

.wshrm-dr-btm-txt {
    font-size: 14px !important;
    position: relative;
    top: 19px;
    left: 28px;
    color: #ff0000;
    text-wrap: nowrap;
    rotate: -90deg;
}

.scnd-empty-bx {
    width: 100px;
    height: 112px;
    border: 1px solid #000000;
    position: relative;
}

.tp-flt-tp-dr {
    height: 35px;
    width: 5px;
    background-color: #000000;
    bottom: -38px;
    left: 0px;
    position: absolute;
}

.floor-2 .flr-pln-bx-cont {
    padding: 0 0px;
}

.scnd-bx-1 {
    height: 100px;
    width: 68px;
        background-color: #bfd7ee;
        border: 1px solid #000000;
        border-left: none;
}

.scnd-bx-1 h3 {
    font-size: 18px;
}

.flr-2-scnd-flx {
    justify-content: space-between;
    margin-bottom: 46px;
}

.scnd-rt-lft {
    width: 82px;
    height: 83px;
    background-color: #dde7f3;
    border: 1px solid #000000;
}

.scnd-rt-rt {
    width: 138px;
    height: 83px;
    background-color: #bfd7ee;
    border: 1px solid #000000;
}

.scnd-rgt {
    position: relative;
    top: -15px;
    z-index: 1;
}

.reg-bx {
    width: 100%;
    height: 50px;
    background-color: #fff3c6;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.scnd-entry {
    width: 190px;
    height: 130px;
    background-color: #becfec;
    position: relative;
}

.btm-scnd-cntr {
    width: 40px;
    height: 130px;
    background-color: #636363;
}

.btm-scnd {
    border-bottom: 1px solid #000000;
    border-top: 1px solid #000000;

}

.btm-scnd-rt-bxs {
    height: 130px;
    width: 102px;
    background-color: #bfcdda;
}

.btm-sm-flx-tp-bxs {
    width: 102px;
    height: 60px;
    background-color: #c5c5c5;
    border: 1px solid #000000;
}

.btm-sm-flx-tp-bxs {
    width: 114px;
    height: 50px;
    background-color: #bfcdda;
    border: 1px solid #000000;
}

.rmv-btm .btm-sm-flx-tp-bxs {
    border-bottom: none;
}

.btm-trd-arow {
    height: 25px;
    width: 100%;
}

.btm-frth-btm-lft {
    height: 60px;
    width: 250px;
    background-color: #bfd7ee;
    border-right: 1px solid #000000;
}

.btm-frth-btm-rt {
    height: 60px;
    width: 116px;
    background-color: #98a8b8;
}

.btm-frth {
    margin-left: 4px;
    border: 1px solid #000000;
    width: fit-content;

}

.btm-frth-tp-bx-sm {
    width: 115px;
    height: 50px;
    background-color: #bfcdda;
    border-right: 1px solid #000000;
    border-bottom: 1px solid #000000;
}

.btm-frth-tp-bx-rt {
    width: 136px;
    height: 50px;
    background-color: #98a8b8;
    border-bottom: 1px solid #000000;
}

.emty-bx {
    height: 85px;
    width: 214px;
    position: relative;
}

.hall2-dr {
    height: 5px;
    width: 40px;
    background-color: #000000;
    position: absolute;
    top: 0;
    right: 12px;
}

.btm-sm-flx-tp {
    margin-left: 30px;
}

.btm-ffth-arow {
    height: 25px;
}

.btm-ssth-arow {
    height: 25px;
    width: 100%;
}

.fr-sm-flx-bxs {
    height: 50px;
    width: 83px;
    background-color: #bfcdda;
    border: 1px solid #000000;
}

.fr-sm-flx {
    margin-left: 10px;
}

.fr-sm-flx-bxsbg {
    height: 50px;
    width: 114px;
    background-color: #bfcdda;
    border: 1px solid #000000;
}

.tp-thrd-lft-bxs-sm {
    width: 30px;
    height: 50px;
    background-color: #edf9ff;
    border: 1px solid #000000;
    border-bottom: none;
}

.tp-thrd-lft-bxs {
    width: 30px;
    height: 80px;
    background-color: #edf9ff;
    border: 1px solid #000000;
}

.tp-thrd-lft {
    display: flex;
    gap: 23px;
}

.tp-thrd-lft-bx-sps {
    width: 30px;
    height: 30px;
    position: relative;
}

.tp-flt-scnd-dr {
    height: 35px;
    width: 5px;
    background-color: #000000;
    bottom: -6px;
    left: -10px;
    position: absolute;
}

.lft-lst-dr {
    height: 35px;
    width: 5px;
    background-color: #000000;
    bottom: -2px;
    left: -31px;
    position: absolute;
}

.wshrm-dr-btm {
    height: 35px;
    width: 5px;
    background-color: #000000;
    bottom: 330px;
    right: -2px;
    position: absolute;
}

.wshrm-dr-btm-2 {
    height: 35px;
    width: 5px;
    background-color: #000000;
    top: 320px;
    right: -2px;
    position: absolute;
}

.tp-thrd-lft {
    margin-left: 10px;
}

.tp-thrd-lft-scnd {
    position: relative;
    bottom: 20px;
}

.tp-thrd-lft-scnd-btm-bg {
    width: 60px;
    height: 125px;
    background-color: #bfd7ee;
    border: 1px solid #000000;
}

.tp-thrd-lft-scnd2 .tp-thrd-lft-scnd-btm-bg {
    height: 100px;
}

.cofe-bx {
    width: 60px;
    height: 40px;
    background-color: #c90303;
    border: 1px solid #000000;
}

.tp-thrd-lft-bxs-big {
    width: 30px;
    height: 100px;
    background-color: #edf9ff;
    border: 1px solid #000000;
}

.arrow-row-fst {
    position: absolute;
}

.tp-thrd-lft-scnd3 {
    margin-top: -65px;
}

.frl-cont {
    position: relative;
    padding-left: 2px;
}

.frl-cont .size-txt {
    left: 3px;
}

.frl-cont .size-txt2 {
    position: absolute;
    bottom: 15px;
    right: -13px;
    rotate: -90deg;
    font-size: 10px;
    line-height: 1;
}

.frl-cont h3 {
    text-align: left;
    font-size: 10px;
}

.frl-cont p {
    text-align: left;
}

.cofe-bx p {
    font-size: 9px;
    text-align: center;
    color: #fff;
}

.cofe-bx {
    display: flex;
    align-items: center;
    justify-content: center;
}

.cntr-txt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 12px;
    text-wrap: nowrap;
}

.scnd-entry-dr {
    height: 5px;
    width: 40px;
    background-color: #000000;
    position: absolute;
    top: 0;
    left: 40px;
}

.scnd-entry-dr .hall2-dr-txt {
    left: -7px;
}

.scnd-entry-sm-bx {
    width: 7px;
    height: 7px;
    background-color: #000000;
}

.scnd-entry-sm-bx-tp {
    display: flex;
    gap: 60px;
    justify-content: center;
    margin-top: 10px;
    margin-bottom: 47px;
}

.ln-btm {
    height: 30px;
    object-fit: contain;
    position: absolute;
    top: -27px;
    left: 25px;
    user-select: none;
    pointer-events: none;
}

.fr-ln {
    position: relative;
}

.in-bx-arow-1 {
    margin-left: 4px;
    top: -9px;
    position: relative;
}

.in-bx-arow-2 {
    margin-left: 13px;
    top: -9px;
    position: relative;
}



/* floor plan 2 close */

.modal-body h3{
    font-size: 25px;
}
.modal-body p{
    font-size: 16px;
}
.spc-fl-cont p{
    font-size: 14px;
    color: #8a8a8a;
    margin-bottom: 6px ! important;
}
.spc-fl-cont h4{
    font-size: 16px;
    font-family: Inter-Medium;
}
.modal-header h5{
    font-size: 20px;
     font-family: Inter-SemiBold;
}
.modal-footer button{
    font-size: 15px;
    padding: 9px 20px;
    background-color: #203546;
    color: #fff;
    border: none;
    border-radius: 7px;
    width: 100%;
}
.modal-body{
    padding-top: 10px ! important;
    padding-bottom: 10px ! important;
}


/* sarangus989@gmail.com */
