/* @import url('https://fonts.googleapis.com/css2?family=Arial+Nova+Light,wght@0,200..1000;1,200..1000&display=swap'); */

@font-face {
    font-family: 'Arial Nova Light';
    src: url('ArialNova-Light/ArialNova-Light.woff2') format('woff2'),
        url('ArialNova-Light/ArialNova-Light.woff') format('woff'),
        url('ArialNova-Light/ArialNova-Light.ttf') format('truetype');
    font-weight: 300;
    /* Adjust the font weight if necessary */
    font-style: normal;
    /* Adjust the font style if necessary */
}

body {

    padding: 0px;

    margin: 0px;

    width: 100%;

    overflow-x: hidden;

    font-family: 'Arial Nova Light', sans-serif;

}

.hvr-sweep-to-right {

    display: inline-block;

    vertical-align: middle;

    -webkit-transform: perspective(1px) translateZ(0);

    transform: perspective(1px) translateZ(0);

    box-shadow: 0 0 1px rgba(0, 0, 0, 0);

    position: relative;

    -webkit-transition-property: color;

    transition-property: color;

    -webkit-transition-duration: 0.3s;

    transition-duration: 0.3s;

}

.hvr-sweep-to-right:before {

    content: "";

    position: absolute;

    z-index: -1;

    top: 0;

    left: 0;

    right: 0;

    bottom: 0;

    background: #5b5b5b;

    -webkit-transform: scaleX(0);

    transform: scaleX(0);

    -webkit-transform-origin: 0 50%;

    transform-origin: 0 50%;

    -webkit-transition-property: transform;

    transition-property: transform;

    -webkit-transition-duration: 0.3s;

    transition-duration: 0.3s;

    -webkit-transition-timing-function: ease-out;

    transition-timing-function: ease-out;

}

.hvr-sweep-to-right:hover,
.hvr-sweep-to-right:focus,
.hvr-sweep-to-right:active {

    color: white;

}

.hvr-sweep-to-right:hover:before,
.hvr-sweep-to-right:focus:before,
.hvr-sweep-to-right:active:before {

    -webkit-transform: scaleX(1);

    transform: scaleX(1);

}



/* Sweep To Left */

.hvr-sweep-to-left {

    display: inline-block;

    vertical-align: middle;

    -webkit-transform: perspective(1px) translateZ(0);

    transform: perspective(1px) translateZ(0);

    box-shadow: 0 0 1px rgba(0, 0, 0, 0);

    position: relative;

    -webkit-transition-property: color;

    transition-property: color;

    -webkit-transition-duration: 0.3s;

    transition-duration: 0.3s;

}

.hvr-sweep-to-left:before {

    content: "";

    position: absolute;

    z-index: -1;

    top: 0;

    left: 0;

    right: 0;

    bottom: 0;

    background: #2098D1;

    -webkit-transform: scaleX(0);

    transform: scaleX(0);

    -webkit-transform-origin: 100% 50%;

    transform-origin: 100% 50%;

    -webkit-transition-property: transform;

    transition-property: transform;

    -webkit-transition-duration: 0.3s;

    transition-duration: 0.3s;

    -webkit-transition-timing-function: ease-out;

    transition-timing-function: ease-out;

}

.hvr-sweep-to-left:hover,
.hvr-sweep-to-left:focus,
.hvr-sweep-to-left:active {

    color: white;

}

.hvr-sweep-to-left:hover:before,
.hvr-sweep-to-left:focus:before,
.hvr-sweep-to-left:active:before {

    -webkit-transform: scaleX(1);

    transform: scaleX(1);

}

/* Fixed Header and Pre-header */


/* .header-wrap,

.search-bar {

    position: fixed;

    top: 0;

    width: 100%;

    z-index: 1000;

} */





body {

    padding-top: 168px;

}





.pre-header-section {



    top: 80px;

}

header {
    transition: all 0.3s ease 0.1s;
}

header.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}

.rent-a-lounge-home-menu .offcanvas-body {
    /* background: #F1F1F1; */
    /* padding: 40px 40px !important; */
    height: auto !important;
}

.home-menu ul {
    list-style: none !important;
    padding-left: 0px !important;
    flex-wrap: wrap;
}

.home-menu ul li {
    padding: 1px 0px;
    text-align: start !important;
    width: 100%;
    position: relative;
    display: block;
    border-bottom: solid 1px #5b5b5b;
    color: #BC9E58;
}

.home-menu ul li a {
    text-decoration: none;
    font-size: 12px;
    color: #5b5b5b;
    font-weight: 500;
}

.home-menu-sub {
    /* border-bottom: none !important; */
    font-weight: 600;
    font-size: 14px;
}

.rent-a-lounge-home-menu .offcanvas.show:not(.hiding),
.rent-a-lounge-home-menu .offcanvas.showing {
    width: 25% !important;

    margin: 0 auto;
    max-height: unset !important;
    position: absolute;
    z-index: 1111;

    height: 590px;
    padding: 20px 12px 0px 10px;
    /* height: auto !important;
    display: block !important;
    min-height: 670px !important; */

}

.offcanvas-header h5 {
    font-size: 20px;
    font-weight: 700;
    color: #5b5b5b;
}

body {
    overflow: visible !important;
}

.social-icon-wrap ul li a img {

    width: 15px;

}

#link-din-icon-footer img {
    width: 17px;
}

/* .search-bar {

    margin-top: 115px; 

} */



/* .nav-bar-rent {

    margin-top: 140px; 

} */



.header-wrap {

    background: #EBEBEB;

}

.navbar-logo a {

    min-height: 115px;

    width: 196px;

    display: flex;

    align-items: end;

    background: #5b5b5b;

}

.navbar-logo a img {

    width: 100%;

}

.navbar-logo {

    align-items: end;

    height: 115px;

    display: flex;

    max-width: 230px;

    background: #5b5b5b;

}

.navbar-logo img {

    max-width: 100%;

}

.header-logo-2 {

    padding: 20px;

    background: black;

    text-align: center;

    height: 115px;

    display: flex;
	max-width: 230px;

    align-items: end;
	    margin-left: auto;

}

.header-logo-2 img {

    max-width: 100%;

}

.social-icon-wrap ul {

    list-style: none;

    display: flex;

    padding-left: 0px;

    padding-top: 80px;

    margin-bottom: 0px;

    padding-bottom: 10px;

    justify-content: end;

}

.social-icon-wrap ul li:first-child {

    position: relative;

}



.social-icon-wrap ul li {

    padding: 0px 8.5px;

    display: inline-flex;

    align-items: center;

}

.social-icon-wrap ul li a {

    font-family: "Mulish", sans-serif;

    text-decoration: none;

    font-size: 16px;

    color: #5B5B5B;

    line-height: 1;

    font-weight: 500;

    display: inline-flex;

}

.social-icon-wrap {

    padding-right: 32px;

}

.social-icon-wrap ul li:first-child:after {

    content: '';

    position: absolute;

    height: 16px;

    width: 1.5px;

    background: #5b5b5b;

    bottom: 0;

    right: 0;

}

.social-icon-wrap ul li:last-child {

    padding: 0;

    display: flex;

    gap: 5px;

    margin-left: 3px;

}

.search-bar {

    padding: 10px 0px;

    background: #ffffff;

    box-shadow: 0px 8px 8px -10px #9E9E9E;

}

.rent-a-lounge-home-menu .offcanvas-body ul li {
    width: 100% !important;
    margin-left: 0px !important;
}

.input-group input {

    width: 100%;

    position: relative;

    background: #EBEBEB;

    border: none;
    font-size: 14px;

    border-radius: 0px !important;

    color: #5B5B5B;

}

.input-group input:focus {
    background: #EBEBEB;
    border: none !important;
    outline: none !important;
}

.input-group a {

    position: absolute;

    right: 20px;

    top: 5px;

    font-size: 14px;

    color: #5B5B5B;

    z-index: 999;
}

#results {

    overflow-y: auto;
    top: 100%;
    max-height: 400px;
    display: block;
    left: 0px;
    position: absolute;
    background: white;
    width: 100%;
    z-index: 1000;
}

#results ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#results li {
    padding: 8px;
}

#results ul li a {
    position: static;
}

#results li:hover {
    background-color: #bd9e58;
    /* Highlight on hover */
}


.header-right-wrap ul {

    padding-left: 0px;

    margin-bottom: 0px;

    list-style: none;

    display: flex;

    justify-content: end;

}

.header-right-wrap ul li {

    width: auto !important;
    margin-left: 20px;
    text-align: center;



}

/* .header-right-wrap ul li {

    width: 7%;

    text-align: center;

    

} */
/* padding: 0px 15px; */

.header-right-wrap ul li.cart {

    padding-top: 0px;

}

.header-right-wrap ul li span img {

    height: 30px;

    width: 30px;

}

.header-right-wrap ul li span {

    color: #5B5B5B;

    font-size: 16px;

    font-weight: 700;

}

/* .search-bar .container {

    padding: 0 0px 0px 12px;

} */

#pre-header-section {

    display: none;

    box-shadow: 0px 8px 8px -10px #9E9E9E;

}

.nav-bar-rent {

    padding: 20px 0px;

}

.nav-bar-rent nav {



    justify-content: space-between;

}

.nav-bar-rent nav ul {

    margin-bottom: 0px;

    padding-left: 0px;

    list-style: none;



}

.nav-bar-rent nav ul li {

    padding: 0px 25px;

}

.nav-bar-rent nav ul li a {



    font-weight: 700;

    font-size: 14px;

    color: #5B5B5B;

}



/* Slider Section */

/* .slider-sec {

    background-image: url(../images/hotspot-image.jpeg);

    width: 100%;

    object-fit: cover;

    background-size: cover;

    background-repeat: no-repeat;

    height: auto;

    position: relative;

    min-height: 575px;

    background-position: center;

} */
 .slider-sec{
  /*  height: 575px;*/
    position: relative;
 }
 .slider-sec img{
    width: 100%;
    height: 100%;
 }
/* .hotspots {
    position: relative;
    width: 100%;
    height: 575px;
} */

.hotspots__hotspot {
    position: absolute;
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    transition: transform 0.4s ease;
    color: #5b5b5b;
}
.hotspots-2 .hotspot-content{
    right: 40px;
    left: -225px !important;
}
.hotspots-5 .hotspot-content{
    right: 40px;
    left: -225px !important;
}
.hotspots__hotspot .hotspot-content {
    position: absolute;
    top: -10px;
    left: 40px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease, visibility 0.4s ease;
    /* width: 200px;
    height: 200px; */
    z-index: 10;
    background: #fff;
    padding: 7px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 10px 60px 10px;
    /* display: flex;
    flex-direction: column;
    align-items: center; */
    font-size: 14px;
    font-weight: 500;
    color: #5b5b5b;
    line-height: 1.5;
}

.hotspot-content.active {
    opacity: 1;
    visibility: visible;
}

.hotspots__hotspot .hotspot-content img {
    width: 200px;
    height: 200px;
    display: block;
}
.hotspots__hotspot .hotspot-content h4{
    font-size: 16px;
    margin-bottom: 5px;
    /* white-space: nowrap; */
    color: #5b5b5b;
    font-weight: 700;
}

.hotspots__hotspot i {
    font-size: 18px;
    transition: transform 0.4s ease;
}
.hotspot-content .number-button{
    padding: 0px 0px 0px;

}
.hotspot-content .number-button .example{
    display: flex;
}
.hotspot-content .number-button .example .counter-box{
    height: 31.5px;
}
.hotspot-content .number-button .example input[type=number]{
    font-size: 17px;
}
.hotspot-content .number-button .example button{
    font-size: 13px;
    height: 31.5px;
}
html body .bi::before,
html body [class*=" bi-"]::before,
html body [class^=bi-]::before {

    font-weight: 900 !important;

}

.popup .popuptext {

    visibility: hidden;

    width: 300px;

    color: #fff;

    text-align: center;

    border-radius: 6px;

    padding: 8px 0;

    position: absolute;

    z-index: 1;

    top: 50%;

    left: 50%;

    margin-left: -80px;

}

.popup-2 {

    position: absolute;

    top: 200px;

    right: 500px;

}

.popup-3 {

    position: absolute;

    top: 150px;

    right: 400px;

}

.popup .popuptext {

    visibility: hidden;

    width: 300px;

    color: #fff;

    text-align: center;

    border-radius: 6px;

    padding: 8px 0;

    position: absolute;

    z-index: 1;

    top: 50%;

    left: 50%;

    margin-left: -80px;

}

.popup .show {

    visibility: visible;

    -webkit-animation: fadeIn 1s;

    animation: fadeIn 1s;

}

.menu-wrap {

    padding: inherit;

    padding-top: 30px;

}

.menu-wrap .offcanvas-header ul {

    display: flex;

    list-style: none;

    margin-bottom: 0;

    padding-left: 0;

}

.menu-wrap .offcanvas-header ul li {

    padding-right: 50px;

}

.menu-wrap .offcanvas-header ul li a {

    text-decoration: none;

    font-weight: 700;

    font-size: 16px;

    color: #fff;

}

.menu-wrap .offcanvas-header ul li a.active {

    color: #BE9E57;

}

.menu-wrap .offcanvas-body {

    background: #F1F1F1;

    padding: 40px 40px !important;

    height: auto !important;

}

.canvas-head ul {
    justify-content: start !important;
    margin-bottom: 1rem;
}

.canvas-head ul li {
    text-align: start !important;

    min-width: 150px;

}

.canvas-body ul li {
    text-align: start !important;
}

.rent-a-lounge-home-menu .offcanvas-header {
    /* background: #000; */
    color: #000;
    padding: 10px 20px;
}

.rent-a-lounge-home-menu .offcanvas-header ul {
    display: flex;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
    justify-content: start;
}

.rent-a-lounge-home-menu .offcanvas-header ul li {
    padding-right: 50px;
    width: auto;
}

.rent-a-lounge-home-menu .offcanvas-header ul li a.active {
    color: #BE9E57;
}

.rent-a-lounge-home-menu .offcanvas-header ul li a {
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    color: #000;
}

/* .rent-a-lounge-home-menu .offcanvas-header .btn-close {
        filter: invert(15b5b5b0000) brightness(100000);
    } */

.canvas-head ul li a {

    width: 100%;

    display: block;

    text-decoration: none;

    border-bottom: solid 2px #C5C1C1;

    color: #C5C1C1;

    padding: 0 0 5px;

    font-size: 16px;

    font-weight: 800;

}

.canvas-head ul li a.active {

    color: #5B5B5B;

    border-bottom-color: #BE9E57;

}

.menu-wrap .offcanvas-header {

    background: #000;

    padding: 10px 20px;

}

.canvas-head ul {

    list-style: none;

    display: flex;

    gap: 5px;

    padding-left: 0;
    overflow-x: auto;

}

.canvas-body {

    background: #ffff;
    height: 600px;
    overflow-y: auto;
    padding: 30px 30px 100px;

}

.canvas-body ul {

    display: flex;

    padding-left: 0;

    flex-wrap: wrap;

    gap: 20px 20px;

    justify-content: start;

    margin-bottom: 0;

}

.canvas-body ul li {

    flex: 0 0 11%;
    list-style: none;

}

.canvas-body ul li a {

    color: #000;

    text-decoration: none;

}

/* .canvas-body ul li a span {

        height: 180px;

        width: 100%;

        display: block;

        background: #ddd;

        margin: 0 auto 10px;

    } */

.menu-wrap .offcanvas-header .btn-close {

    filter: invert(15b5b5b0000) brightness(100000);

}

.menu-wrap .offcanvas-content {

    position: relative;

}

.menu-wrap .offcanvas.show:not(.hiding),
.menu-wrap .offcanvas.showing {

    width: 100% !important;

    top: 0;

    right: 0px !important;

    margin: 0 auto;

    max-height: unset !important;

    position: absolute;

    z-index: 1111;

    background: #fff;

    overflow: auto;

    height: auto !important;

    display: block !important;

    min-height: 670px !important;

}

.menu-wrap {

    padding: inherit;

    padding-top: 30px;

}

.menu-wrap .btn {

    padding: 0 !important;

    display: flex;

    justify-content: end;

    width: 100%;

    margin-top: 0;

    outline: 0 !important;

    box-shadow: none !important;

    padding-right: 10px !important;

}

.menu-wrap .btn img {

    max-width: 40px;

}



/* Gallery Css Start */

.gallery-sec {

    padding: 40px 0px 30px;

}

.mobiliar-img {

    position: relative;

    height: 100%;

}

.mobiliar-img img {

    width: 100%;

    height: 100%;

}

.mobiliar-button {

    position: absolute;

    top: calc(50% - 20px);

    left: calc(50% - 97.5px);

}

.mobiliar-button a {

    text-decoration: none;

    background: #EBEBEB;

    padding: 8px 40px;

    color: #5B5B5B;

    font-weight: 700;

    border-radius: 0;

    font-size: 16px;

    min-width: 195px;

    text-align: center;

}

.lounges-button a {

    border-radius: 0;

    text-decoration: none;

    background: #EBEBEB;

    padding: 8px 40px;

    color: #5B5B5B;

    font-weight: 700;

    font-size: 16px;

    min-width: 195px;

    text-align: center;

}

.lounges-button {

    position: absolute;

    top: calc(50% - 20px);

    left: calc(50% - 97.5px);

}

.lounge-img img {

    width: 100%;

}



.lounge-img {

    position: relative;

    margin-bottom: 24px !important;

}



.lounge-img.mb-3+.lounge-img {

    margin-bottom: 0 !important;

}

.card {

    z-index: 0;

    border: none;

    border-radius: 0;

    position: relative;

}

.card {

    width: 100%;

    border: none;

    border-radius: 0px;

    overflow: hidden;

    object-fit: cover;

}

.card h2 {

    font-size: 32px;

    font-weight: 700;

}

.card h2+p {

    font-size: 32px;

}

#progressbar .active {

    color: #5b5b5b;

}

#progressbar li {

    list-style-type: none;

    font-size: 12px;

    width: 20%;

    float: left;

    position: relative;

    cursor: pointer;

}

/*progressbar*/

#progressbar {

    margin-bottom: 30px;

    overflow: hidden;

    counter-reset: step;

    color: lightgrey;

    padding-left: 0px;

    padding-top: 40px;

}

#progressbar strong {

    position: absolute;

    top: -30px;

    width: 100%;

    left: 0;

}

#progressbar .active {

    color: #5b5b5b;

}

#progressbar li {

    list-style-type: none;

    font-size: 17px;

    width: 20%;

    float: left;

    position: relative;

    cursor: pointer;

    color: #000;

}

/*Icons in the ProgressBar*/

#progressbar #account:before {

    font-family: FontAwesome;

    content: "";

}



#progressbar #personal:before {

    font-family: FontAwesome;

    content: "";

}



#progressbar #payment:before {

    font-family: FontAwesome;

    content: "";

}



#progressbar #confirm:before {

    font-family: FontAwesome;

    content: "";

}



/*ProgressBar before any progress*/

#progressbar li:before {

    width: 20px;

    height: 20px;

    line-height: 45px;

    display: block;

    font-size: 18px;

    color: #ffffff;

    background: lightgray;

    border-radius: 50%;

    margin: 15px auto 10px auto;



    padding: 2px;

}



/*ProgressBar connectors*/

#progressbar li:after {

    content: '';

    width: 100%;

    height: 2px;

    background: lightgray;

    position: absolute;

    left: 0;

    top: 25px;

    z-index: -1;

}



/*Color number of the step and the connector before it*/

#progressbar li.active:before,
#progressbar li.active:after {

    background: #BE9E57;

}



/*Imaged Radio Buttons*/

.radio-group {

    position: relative;

    margin-bottom: 25px;

}



.radio {

    display: inline-block;

    width: 204;

    height: 104;

    border-radius: 0;

    background: lightblue;

    box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);

    box-sizing: border-box;

    cursor: pointer;

    margin: 8px 2px;

}



.radio:hover {

    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.3);

}



.radio.selected {

    box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.1);

}

#msform fieldset {

    background: #167e13 !important;

    border: 0 none;

    border-radius: 0.5rem;

    box-sizing: border-box;

    width: 100%;

    margin: 0;

    padding-bottom: 0;

    position: relative;

}



/* OUR HISTORY */



.our-history {

    width: 100%;

    display: block;

    /* overflow: hidden; */

    position: relative;

}



.our-history .swiper-pagination {

    position: absolute;

    height: 2px !important;

    left: 0;

    top: 50px !important;

    background: #D9D9D9 !important;

    z-index: 1;

}

#gridCheck:checked[type=checkbox] {
    filter: none;
}


/* .our-history .swiper-pagination.active {

    position: absolute;

    height: 1px;

    left: 0;

    top: 50px;

    background: #48BF6B !important;

    z-index: 1;

} */

.step-section-rent-a-louge-main h2 {

    text-align: center;

    font-size: 32px;

    font-weight: 700;

    color: #5b5b5b;

}

.step-section-rent-a-louge-main h3 {

    text-align: center;

    font-size: 32px;

    font-weight: 500;

    color: #bd9e58;

    padding-bottom: 0px;

}



.our-history .swiper-pagination-progressbar-fill {

    background: var(--color-main);

}



.our-history .swiper-slide:hover b:after {

    background: #BE9E57 !important;

}



.our-history .swiper-slide {

    z-index: 1;

}



.our-history figure {

    width: 100%;

    padding: 0 0px;

}

.our-history figure img {
    height: auto;
    max-width: 100%;
    width: 100%;

}

.our-history p {

    width: 100%;

    display: block;

    padding: 0 0px;

    font-size: 14px;

    color: #5b5b5b;

}

.our-history h5 {

    width: 100%;

    display: block;

    padding: 0 0px;

    font-size: 14px;

    font-weight: 700;

    color: #5b5b5b;

}



.our-history b {

    width: 100%;

    height: 50px;

    display: inline-block;

    margin-bottom: 20px;

    text-align: center;

    position: relative;

}



.our-history b:after {

    content: "";

    width: 12px;

    height: 12px;

    background: #D9D9D9;

    border-radius: 50%;

    position: absolute;

    left: calc(50% - 6px);

    bottom: -7px;

}





.our-history .controls {

    width: 100%;

    display: flex;

    flex-wrap: wrap;

    align-items: center;

    position: absolute;
    top: 16%;
    left: 0px;
    transform: translateY(-20%);

    z-index: 999;

    justify-content: space-between;

    text-align: center;

    margin-bottom: 10px;

    /* margin-top: 30px; */

}

.our-history .controls .button-prev,
.our-history .controls .button-next {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    background: transparent;
}

.our-history .controls .button-prev::before,
.our-history .controls .button-next::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
}

.our-history .controls .button-prev::before {
    border-width: 22px 33px 22px 0;
    border-color: transparent #BC9E58 transparent transparent;
    left: 8px;
}

.our-history .controls .button-next::before {
    border-width: 22px 0 22px 33px;
    border-color: transparent transparent transparent #BC9E58;
    right: 8px;
}

.our-history .controls .button-prev::after,
.our-history .controls .button-next::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
}

.our-history .controls .button-prev::after {
    border-width: 16px 24px 16px 0;
    border-color: transparent white transparent transparent;
    left: 14px;
}

.our-history .controls .button-next::after {
    border-width: 16px 0 16px 24px;
    border-color: transparent transparent transparent white;
    right: 14px;
}


.our-history .controls .button-prev {
    position: relative;
    left: -35px;
}

.our-history .controls .button-next {
    position: relative;
    right: -35px;
}


/* .our-history .controls .button-prev {

    width: 40px;

    height: 40px;

    line-height: 40px;

    display: inline-block;

    cursor: pointer;

    text-align: center;

    background: #BC9E58;

    

    color: #fff;

    -webkit-transition: all 0.25s ease-in-out;

    -moz-transition: all 0.25s ease-in-out;

    -ms-transition: all 0.25s ease-in-out;

    -o-transition: all 0.25s ease-in-out;

    transition: all 0.25s ease-in-out;

    margin: 0 2px;

    position: relative;
    left: -35px;

}



.our-history .controls .button-prev:hover {

    background: #5b5b5b;

    color: #ffffff;

}

.our-history .controls .button-next i{
    font-size: 30px;
}
.our-history .controls .button-prev i{
    font-size: 30px;
}
.our-history .controls .button-next {
    position: relative;
    right: -30px;
    width: 40px;

    height: 40px;

    line-height: 40px;

    cursor: pointer;

    display: inline-block;

    text-align: center;

    background: #BC9E58;


    color: #fff;

    -webkit-transition: all 0.25s ease-in-out;

    -moz-transition: all 0.25s ease-in-out;

    -ms-transition: all 0.25s ease-in-out;

    -o-transition: all 0.25s ease-in-out;

    transition: all 0.25s ease-in-out;

    margin: 0 2px;

    margin-right: 0;

}




.our-history .controls .button-next:hover {

    background: #5b5b5b;

    color: #ffffff;

} */

.swiper-pagination-clickable .swiper-pagination-bullet {

    display: none;

}



/*Hide all except first fieldset*/

#msform fieldset:not(:first-of-type) {

    display: none;

}



#msform fieldset .form-card {

    width: 100%;

    text-align: left;

    color: #9E9E9E;

}



#msform input,
#msform textarea {

    padding: 0px 8px 4px 8px;

    border: none;

    border-bottom: 1px solid #ccc;

    border-radius: 0px;

    margin-bottom: 25px;

    margin-top: 2px;

    width: 100%;

    box-sizing: border-box;

    font-family: montserrat;

    color: #2C3E50;

    font-size: 16px;

    letter-spacing: 1px;

}



#msform input:focus,
#msform textarea:focus {

    -moz-box-shadow: none !important;

    -webkit-box-shadow: none !important;

    box-shadow: none !important;

    border: none;

    font-weight: bold;

    border-bottom: 2px solid skyblue;

    outline-width: 0;

}

section.inspiration-section {

    padding: 100px 0;

}

button.previous.action-button-previous,
button.next.action-button:disabled:hover {

    background: #d9d9d9 !important;

    box-shadow: none !important;

}

/*Blue Buttons*/

#msform .action-button {

    width: 44px;

    background: #D9D9D9;

    font-weight: bold;

    color: black;

    border: 0 none;

    border-radius: 50%;

    cursor: pointer;

    padding: 10px 5px;

    margin: 3px 5px;

    height: 44px;

}

#msform .action-button-previous i,
.action-button i {

    font-size: 26px;

    line-height: 1;

}

#msform .action-button:hover,
#msform .action-button:focus {

    box-shadow: 0 0 0 2px white, 0 0 0 3px #BE9E57;

    background: #BE9E57;

}



/*Previous Buttons*/

#msform .action-button-previous {

    width: 44px;

    background: #D9D9D9;

    font-weight: bold;

    color: white;

    border: 0 none;

    border-radius: 50%;

    cursor: pointer;

    padding: 10px 5px;

    margin: 3px 5px;

    height: 44px;

}



#msform .action-button-previous:hover,
#msform .action-button-previous:focus {

    box-shadow: 0 0 0 2px white, 0 0 0 3px #BE9E57;

    background: #BE9E57;

}

.card-body {

    padding: 22px 0px 0;

}

.card-body h5 {

    font-size: 14px;

    color: #5b5b5b;

    font-weight: 700;

}

.card-body p {

    width: 100%;

    font-size: 14px;

    color: #5b5b5b;

    font-weight: 400;

}

#msform fieldset .form-card .card {

    padding: 0 15px;

}

/*   Inspiration Css End  */

section.inspiration-sec {

    padding: 0px 0 40px;

}

.inspiration-sec h3 {

    font-size: 32px;

    color: #5b5b5b;

    /* font-weight: 700; */

    margin-bottom: 0;

}

.inspiration-img-1,
.inspiration-img-2 {

    position: relative;

}

.inspiration-img-2 .hire-button a,
.inspiration-img-1 .hire-button a {

    padding: 8px 20px !important;

    font-size: 14px !important;

    font-weight: 700 !important;

    border-radius: 0px !important;

    color: #5b5b5b !important;

    overflow: hidden;

    background: #D9D9D9;

    text-decoration: none;

}

.inspiration-img-1 .hire-button a:hover,
.inspiration-img-2 .hire-button a:hover {

    color: #fff !important;

}

.inspiration-img-2 {

    margin-bottom: 24px;

    height: calc(100% - 24px);

}

.inspiration-img-2.m {

    margin-bottom: 0;

    height: 100%;

}

.inspiration-img-1 {

    height: 100%;

}

.inspiration-img-1 img,
.inspiration-img-2 img {

    width: 100%;

    height: 191px;

    object-fit: cover;

}

.inspiration-img-1 .hire-button,
.inspiration-img-2 .hire-button {

    left: calc(50% - 55px);

    bottom: 30px;

    position: absolute;

}



/* Contact Form */

.contact-wrap {

    /* background-image: url(../images/liner-image.jpg);

        width: 100%;

        background-repeat: no-repeat;

        background-size: cover;

        height: auto;

        object-fit: cover; */

    background: #EBEBEB;

    padding: 40px 0;


}

#contactFormSection {
    scroll-margin-top: 160px;
    /* Adjust this value */
}

.contact-cont h3 {

    font-size: 20px;

    color: #5b5b5b;

    font-weight: 500;

}

.contact-cont h2 {

    font-size: 50px;

    color: #5b5b5b;

    /* font-weight: 500; */

}

.contact-cont p {

    font-size: 16px;

    color: #5b5b5b;

    font-weight: 400;

}

.contact-button {

    padding-top: 20px;

}

.contact-button a {

    text-decoration: none;

    padding: 10px 20px;

    font-size: 16px;

    color: #5b5b5b;

    background: #D9D9D9;

    font-weight: 600;

    display: inline-flex;

    align-items: center;

    justify-content: center;

    gap: 10px;

}

form.contactUs [class*="col-"] {

    margin-bottom: 10px;

}

.form-section form select {

    /* margin-bottom: 30px; */

    color: #5b5b5b;

    background: none;

    border-radius: 0px;

    padding: 10px 10px;

    border: solid 1px #5b5b5b;

}

form.form-wrap .form-content {

    margin-bottom: 0;

    margin-top: 0px;

}

.form-content p {

    font-size: 14px;

    color: #5b5b5b;

    font-weight: 400;

    margin-bottom: 0;

}

label.form-check-label {

    color: #5b5b5b;

    font-size: 15px;

    margin-left: 5px;

}

.form-section form input {

    border: solid 1px #5b5b5b !important;
    border-radius: 0% !important;

}

.form-section form input::placeholder {

    color: #5b5b5b;

    background: none;

    border-radius: 0px;

}

.form-button button.btn {

    background: #5b5b5b;

    padding: 10px 20px;
    color: #fff;

    margin-top: 20px;

    /* width: 100%; */

    display: flex;

    justify-content: center;

    gap: 10px;

    align-items: center;

    border-radius: 0 !important;

}

.form-button button.btn img {
    filter: invert(1.1);
}

.form-content p a {

    font-size: 14px;

    color: #5b5b5b;

    font-weight: 400;

}

.form-section form textarea::placeholder {

    color: #5b5b5b;

    font-size: 16px;

    font-weight: 400;

}

.form-section form textarea {

    background: none !important;

    border-radius: 0px;

    border: solid 1px #5b5b5b;

}

form.form-wrap {

    display: flex;

    align-items: start;

    gap: 40px;

    padding-left: 65px;

}

.form-select {

    appearance: unset !important;

    background-image: url(../images/arrow-down-black.svg) !important;

    background-repeat: no-repeat !important;

    background-position: calc(100% - 10px) center !important;

    padding-right: 10px !important;

    outline: 0 !important;

    box-shadow: none !important;

}

.form-section form input {

    border-radius: 0px;

    padding: 10px 10px;

    background: transparent !important;

    box-shadow: none !important;

    color: #000 !important;

}

.form-check-input:checked[type=checkbox] {

    background-image: url(../images/check.svg) !important;

    position: relative;

    z-index: 11;

    filter: none;

    background-size: 10px !important;

    background-repeat: no-repeat !important;

    background-position: center center !important;

}

.contact-item {

    padding-top: 60px;

}

.contact-item ul {

    list-style: none;

    padding-left: 0px;

}

.contact-item ul li {

    line-height: 40px;

}

.contact-item ul li a i {

    margin-right: 10px;

    color: #BE9E57;

}

.contact-item ul li a {

    font-weight: 600;

    font-size: 15px;

    text-decoration: none;

    color: #5b5b5b;

}



/* Footer Css Start */

footer {

    /* background-image: url(../images/footer-background-image.png); */

    background-repeat: no-repeat;

    width: 100%;

    background-size: cover;

    background: #EBEBEB;

    object-fit: cover;

    padding-bottom: 40px;

    border-top: solid 3px #CFCFCF;

}

.footer-main {

    position: relative;



}

.footer-l-main {

    width: 100%;

    max-width: 450px;



}

.footer-l {

    width: 100%;

    border-radius: 20px;

}

.footer-entdecken h5 {

    color: #5b5b5b;

    font-size: 16px;

    font-weight: 600;

    margin-bottom: 10px;

}

.footer-entdecken ul {

    list-style: none;

    padding-left: 0px;

    margin-bottom: 0;

}

.footer-entdecken ul li {

    line-height: 6px;

    margin-bottom: 18px;

}

.footer-entdecken ul li:last-child {

    margin-bottom: 0;

}

.footer-entdecken ul li a {

    text-decoration: none;

    color: #5b5b5b;

    font-weight: 500;

    font-size: 14px;

}

.footer-social-wrap a {
    font-size: 30px !important;

    color: #6B6B6B !important;
}

/* .footer-entdecken ul li a:hover{

        text-decoration: none;

        color: #BE9E57;

        font-weight: 500;

        font-size: 16px;

    } */

.footer-content-l {

    justify-content: space-between;

    display: flex;

    padding: 40px 0px 20px;

    width: 100%;

}

.footer-r-main {

    width: 100%;

    text-align: end;

    display: flex;

    justify-content: end;

}

.footer-r {

    padding: 40px 0px 25px;

    width: 345px;

    text-align: end;

    display: flex;

    flex-direction: column;

    align-items: end;

}

.footer-rent h5 {

    font-size: 14px;

    font-weight: 400;

    margin-bottom: 10px;

}

.footer-rent ul li:last-child {

    margin-bottom: 0;

}

.footer-rent ul {

    list-style: none;

    margin-bottom: 0;

    padding-left: 0px;

}

.footer-rent ul li {

    line-height: 6px;

    margin-bottom: 18px;

}

.footer-rent ul li a {

    text-decoration: none;

    color: #5b5b5b;

    font-weight: 500;

    font-size: 14px;

}

/* .footer-rent ul li a img{
        height: 40px;
    } */


.footer-copyright-content p {

    border-top: solid 1px #5b5b5b;

    padding-top: 20px;

    margin-bottom: 0px;

    font-size: 12px;

    color: #6B6B6B;

}

.popup-jobs {

    position: relative;

}

.content-jobs-popup {

    height: 300px;

    overflow-y: scroll;

    display: block;

    position: absolute;

    top: 20px;

    left: 10%;

    max-width: 250px;

    padding: 10px;

    background-color: #f8f9fa;

    border: 1px solid #ddd;

    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);

    z-index: 1000;

}



.hidden {

    display: none;

}



.visible {

    display: block;

}





.modal-jobs-content h5 {

    font-size: 22px;

    color: #5b5b5b !important;

}

/* Footer Css End */



.gaben-section {

    padding: 10px 0px;
    background: #ffffff;
    box-shadow: 0px 8px 8px -10px #9E9E9E;

}



.gaben-content p {

    font-size: 16px;

    font-weight: 700;

    color: #5B5B5B;

    margin-bottom: 0px;

}

.gaben-content p i {

    cursor: pointer;

    font-size: 20px;

    font-weight: 100;

    color: #167e13;

}

.gaben-content p i::before {

    cursor: pointer;

    font-size: 20px;

    font-weight: 100 !important;

    color: #167e13;

}

#icon-toggle-open {

    margin-left: 100px;

}

/* Style the search field */

form.example input[type=text] {

    text-align: center;

    padding: 8px;

    font-size: 17px;

    /* border: 1px solid grey; */

    border: none;

    float: left;

    width: 60%;

    background: #EBEBEB;

}



/* Style the submit button */

.example {

    margin-left: 0px;

}

form.example button {

    margin-left: 15px;

    float: left;

    width: 15%;

    padding: 8px;

    background: #5b5b5b;

    color: white;

    font-size: 17px;

    /* border: 1px solid grey; */

    border: none;

    border-left: none;
    /* Prevent double borders */

    cursor: pointer;

}



form.example button:hover {

    background: #BC9E58;

}



/* Clear floats */

form.example::after {

    content: "";

    clear: both;

    display: table;

}



.products-section {

    background: #EBEBEB;

}



.view-wrap a img {

    width: 20px;

}

.view-wrap a {

    text-decoration: none;

    font-size: 18px;

    font-weight: 400;

    color: #5b5b5b;

}

.header-right-wrap ul li {

    text-align: end;

}

.gaben-content button:focus {

    border: none;

}
@media (min-width: 1999px){
    .slider-sec{
        max-width: 1320px;
        margin: 0 auto;
        padding: 0 15px;
    }
}


@media screen and (max-width: 1824.98px) {

    .card h2 {

        font-size: 30px;

        font-weight: 700;

    }

    .card h2+p {

        font-size: 30px;

        font-weight: 500;

    }

    .inspiration-sec h3 {

        font-size: 30px;

        /* font-weight: 700; */

        margin-bottom: 0;

    }

    .step-section-rent-a-louge-main h2 {



        font-size: 30px;



    }

    .step-section-rent-a-louge-main h3 {



        font-size: 30px;



    }

    .contact-cont h3 {

        font-size: 18px;

        color: #5b5b5b;

        font-weight: 500;

    }

    .contact-cont h2 {

        font-size: 46px;

        /* color: #bd9e58; */

        font-weight: 500;

    }

    .footer-entdecken ul li a {



        font-weight: 400;



    }

    .footer-rent ul li a {

        font-weight: 400;

    }

    .footer-entdecken h5 {



        font-weight: 600;



    }

    .footer-rent h5 {



        font-weight: 400;



    }

}





@media screen and (max-width: 1491.98px) {

    .social-icon-wrap {

        padding-right: 20px;

    }

    .social-icon-wrap ul li a {

        font-size: 13px;

    }

    .social-icon-wrap ul li:first-child:after {

        height: 13px;

        bottom: 1.5px;

        width: 1px;

    }



    .gaben-content p {

        font-size: 14px;



    }

    /* .header-right-wrap ul li {

        width: 9%;

      

    } */
    .rent-a-lounge-home-menu .offcanvas-body ul li {
        flex: 0 0 100%;
    }

    .rent-a-lounge-home-menu .offcanvas-body ul li h6 {
        font-size: 14px;
    }

}













@media screen and (max-width:1391px) {

    #msform fieldset .form-card .card {

        padding: 0 10px;

        margin: 0 !important;

    }

    .inspiration-img-2 .hire-button a,
    .inspiration-img-1 .hire-button a {

        padding: 9px 20px !important;

    }



    .inspiration-img-1 .hire-button,
    .inspiration-img-2 .hire-button {

        left: calc(50% - 45px);

    }



    form.form-wrap {
        padding-left: 35px;
    }



    label.form-check-label {

        font-size: 12px;

    }

    .inspiration-img-2 .hire-button a,
    .inspiration-img-1 .hire-button a {

        font-size: 12px !important;

        padding: 8px 15px !important;

    }



    .inspiration-img-1 .hire-button,
    .inspiration-img-2 .hire-button {

        left: calc(50% - 36px);

    }



    .contact-cont h2 {

        font-size: 42px;

    }



    form.form-wrap {

        flex-wrap: wrap;

    }

    .header-right-wrap ul li {

        width: 10%;

    }

    .rent-a-lounge-home-menu .offcanvas-body ul li {
        flex: 0 0 100%;
    }

    .rent-a-lounge-home-menu .canvas-head ul li {
        flex: 0 0 auto;
    }

    .rent-a-lounge-home-menu .offcanvas-header ul li {
        padding-right: 40px;
    }
}
/* @media screen and (max-width:1699.98px){
    .hotspots-4 {
        top: 55% !important;
    }
    .hotspots-6 {
        top: 48% !important;
        left: 43.5% !important;
    }
    .hotspots-2 {
        top: 55% !important;
        left: 72% !important;
    }
    .hotspots-1 {
        top: 75% !important;
    }
    .hotspots-9 {
        top: 48% !important;
    }
    .hotspots-8 {
        top: 37% !important;
    }
}
@media screen and (max-width:1399.98px){
    .hotspots-4 {
        top: 55% !important;
    }
    .hotspots-1 {
        top: 73% !important;
    }
    .hotspots-8 {
        top: 37% !important;
    }
    .hotspots-6 {
        top: 47% !important;
        left: 43% !important;
    }
    .hotspots-9 {
        top: 48% !important;
        left: 53% !important;
    }
    .hotspots-2 {
        top: 55% !important;
        left: 72% !important;
    }
} */
@media screen and (max-width:1199.98px) {
    .rent-a-lounge-home-menu .offcanvas-body ul li {
        flex: 0 0 100%;
    }
    /* .hotspots-1 {
        top: 67% !important;
    }
    .hotspots-9 {
        top: 47% !important;
    }
    .hotspots-8 {
        top: 39% !important;
    }
    .hotspots-4 {
        top: 52% !important;
        left: 24% !important;
    }
    .hotspots-6 {
        top: 47% !important;
        left: 43% !important;
    }
    .hotspots-2 {
        top: 53% !important;
        left: 72% !important;
    } */
}

@media screen and (max-width:991.98px) {

    .menu-wrap .offcanvas-header ul li {

        padding-right: 20px;

    }

    .header-right-wrap ul li {

        width: 13%;

    }

    .social-icon-wrap {

        padding-right: 0px;

    }
	.social-icon-wrap ul {
        flex-wrap: wrap;
        gap: 8px;
        padding-top: 45px;
    }
	.header-wrap .col-md-6 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
	.header-wrap .col-md-3 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
	.social-icon-wrap ul li:first-child:after{
		display: none;
	}
	.social-icon-wrap ul li {
    padding: 0px 0px;
		width:100%;
}
	.social-icon-wrap ul li:last-child {
    margin-left: 0px;
}
	.mobiliar-img img {
    height: auto;
}

    .rent-a-lounge-home-menu .offcanvas.show:not(.hiding),
    .rent-a-lounge-home-menu .offcanvas.showing {
        width: 40% !important;

    }

    .menu-wrap .offcanvas-header ul li a {

        font-size: 12px;

    }

    .menu-wrap .offcanvas-body {

        padding: 20px !important;

    }

    .inspiration-img-2 .hire-button a,
    .inspiration-img-1 .hire-button a {

        font-size: 12px !important;

        padding: 8px 15px !important;

    }



    .inspiration-img-1 .hire-button,
    .inspiration-img-2 .hire-button {

        left: calc(50% - 36px);

    }



    .contact-cont h2 {

        font-size: 28px;

    }

    .inspiration-sec h3 {

        font-size: 28px;
    }


    form.form-wrap {

        flex-wrap: wrap;

    }
    .hotspots__hotspot .hotspot-content img {
        width: 150px;
        height: 150px;
    }



    /* .header-wrap .container {

        max-width: 100%;

    } */



    /* .search-bar .container {

        padding: 0  !important;

    } */



    section.gallery-sec {

        padding: 20px 0;

    }



    .lounge-img img {

        height: 112px;

        object-fit: cover;

    }

    .card h2+p {

        font-size: 22px;

    }

    section.inspiration-sec {

        padding: 0px 0px 20px;

    }

    section.inspiration-sec .row.py-4 [class*="col-"]:first-child {

        flex: 0 0 100%;

    }

    section.inspiration-sec .row.py-4 [class*="col-"]:last-child {

        flex: 0 0 100%;

    }

    section.inspiration-sec .row .main-inspiration-image-2 [class*="col-"]:first-child {

        flex: 0 0 50%;

    }

    section.inspiration-sec .row .main-inspiration-image-2 [class*="col-"]:last-child {

        flex: 0 0 50%;

    }

    .main-inspiration-image-2 {

        margin-top: 0px;

    }
    .hotspots__hotspot .hotspot-content img {
        width: 110px;
        height: 110px;
    }
    .e-dekho-content h3 {

        font-size: 24px;

        white-space: normal;

        word-break: break-all;

    }

    .edeko-button a {

        display: inline-flex;

        align-items: center;

        font-size: 24px;

    }

    .rent-a-lounge-home-menu .offcanvas.show:not(.hiding),
    .rent-a-lounge-home-menu .offcanvas.showing {
        width: 40% !important;
    }


    .edeko-button a i {

        font-size: 22px;

        height: 35px;

        width: 35px;

        display: flex;

        align-items: center;

        justify-content: center;

    }





    section.e-dekho-section {

        padding: 50px 0 75px 0;

    }

    #icon-toggle-open {

        margin-left: 0px;

    }

    .rent-a-lounge-home-menu .offcanvas-body {
        background: none;
        padding: 20px 20px 0px 10px !important;
        height: 500px !important;
        overflow-y: scroll;
        display: block;
    }

    .rent-a-lounge-home-menu .offcanvas-body ul li {
        flex: 0 0 100%;
    }

    .rent-a-lounge-home-menu .canvas-head ul {
        overflow-x: scroll;
        display: flex !important;
        display: block;
    }
    .hotspot-content .number-button .example input[type=number]{
        width: 32%;
    }
    .hotspot-content .number-button .example button{
        width: 68%;
    }
    .rent-a-lounge-home-menu .offcanvas-head ul li {
        flex: 0 0 32%;
    }
    /* .hotspots-1{
        top: 62% !important;
    }
    .hotspots-2{
        top: 51% !important;
        left: 73% !important;
    }
    .hotspots-6{
        top: 47% !important;
        left: 42% !important;
    }
    .hotspots-8{
        top: 40% !important;
    }
    .hotspots-4{
        top: 50% !important;
        left: 22% !important;
    }
    .hotspots-5{
        left: 32% !important;
    }
    .hotspots-10{
        top: 53% !important;
        left: 33% !important;
    } */

    .rent-a-lounge-home-menu .offcanvas-header ul li {
        padding-right: 20px;
        white-space: nowrap;

    }

    .rent-a-lounge-home-menu .offcanvas-header ul li a {

        font-size: 14px;

    }

    .mobilar-content {
        overflow-x: scroll;
        display: block;
    }

    .our-history .controls {
        margin-top: 0px;
    }
    .step-section-rent-a-louge-main h3{
        font-size: 28px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .header-wrap .container {

        max-width: 540px;

    }
}

@media screen and (max-width:767px) {
    /* .slider-sec {
        display: none;
    } */
    .hotspots {
        display: none;
    }
    .hotspots__hotspot{
        display: none;
    }
    .slider-sec{
        height: auto;
    }

    .rent-a-lounge-home-menu .offcanvas.show:not(.hiding),
    .rent-a-lounge-home-menu .offcanvas.showing {
        width: 96% !important;
    }

    .rent-a-lounge-home-menu .offcanvas-header {

        padding: 10px 10px;
    }



    .rent-a-lounge-home-menu .offcanvas-body ul li {
        flex: 0 0 100%;
    }

    .rent-a-lounge-home-menu .canvas-head ul {
        flex-wrap: wrap;
    }

    form.form-wrap {

        padding: 0;

        flex-direction: column;

        margin-top: 20px;

    }

    form.form-wrap {

        padding-left: 0;

        margin-top: 30px;

    }

    section.inspiration-sec .row.py-4 [class*="col-"] {

        flex: 0 0 100% !important;

    }

    .inspiration-img-2.m {

        height: auto !important;

        margin-top: 0px !important;

        margin-bottom: 24px !important;

    }

    .main-inspiration-image-2 {
        margin-top: 24px;
    }



    .edeko-button a {

        float: none !important;

        justify-content: center;

    }



    .form-button button.btn {

        margin-bottom: 0;

    }



    .footer-content-l {

        padding: 20px 0 10px;

    }

    .footer-r-main {

        justify-content: center;

        text-align: center;

    }

    .footer-r {

        padding: 10px 0 0;

        text-align: start;

        align-items: start;

    }

    .step-section-rent-a-louge-main h2 {

        font-size: 26px;

    }

    .step-section-rent-a-louge-main h3 {

        font-size: 22px;
        margin-bottom: 0px;

    }

    #msform fieldset .form-card {

        flex-wrap: wrap;

        gap: 25px 0;

    }

    .our-history .controls .button-prev {
        width: 45px;
        height: 45px;
        line-height: 45px;
    }

    .our-history .controls .button-next {
        width: 45px;
        height: 45px;
        line-height: 45px;
    }

    .frabe-button-option button:active,
    .frabe-button-option button.active {

        height: 92px;



    }

    .header-right-wrap {

        padding: 7px 0px 0px;

    }

    .header-logo-2 {

        

        padding: 20px 10px;

        

    }

    #icon-toggle-open {

        margin-left: 0px;

    }

    .social-icon-wrap {

        display: none;

    }

    .header-wrap .reant-header-logo-1 {

        flex: 0 0 50%;

    }

    .header-wrap .reant-header-logo-2 {

        flex: 0 0 50%;

        text-align: right;

        margin-left: auto;

    }



    .header-wrap .col-md-6 {

        display: none;

    }



    .header-wrap .row.align-items-center {

        justify-content: space-between;

    }

    section.inspiration-sec .row .main-inspiration-image-2 [class*="col-"]:first-child {
        flex: 0 0 100%;
    }

    section.inspiration-sec .row .main-inspiration-image-2 [class*="col-"]:last-child {
        flex: 0 0 100%;
    }


    .search-bar .col-md-5 {

        flex: 0 0 50%;

    }



    .search-bar .col-md-7 {

        flex: 0 0 50%;

    }



    /* .search-bar .container {

        max-width: 100%;

        padding: 0 15px !important;

    } */



    .header-right-wrap ul li span {

        font-size: 12px;

    }

    .menu-wrap .offcanvas-header ul li {

        padding-right: 20px;

        white-space: nowrap;

    }



    .menu-wrap .offcanvas-header ul li a {
        font-size: 12px;
    }



    .menu-wrap .offcanvas-header ul {
        overflow: auto;
    }



    .canvas-head ul {

        white-space: nowrap;

        overflow: auto;

    }

    .footer-content-l {

        padding: 20px 0 10px;

    }

    .footer-content-2 {
        padding-bottom: 0px !important;
    }



    .footer-r {

        width: 100%;

        padding: 20px 0 20px;

    }



    .e-dekho-section {

        padding: 50px 0px 50px 0px;

    }



    .edeko-button a {

        font-size: 18px;

        padding: 10px 20px;

        align-items: center;

        float: none !important;

        display: inline-flex;

    }



    .edeko-button a i {

        height: 30px;

        width: 30px;

        display: flex;

        align-items: center;

        justify-content: center;

    }



    .e-dekho-content h3 {

        font-size: 28px;

        white-space: normal;

        word-break: break-all;

    }



    label.form-check-label {

        font-size: 12px;

    }



    .form-content p {

        font-size: 12px;

    }



    .contact-cont h3 {

        font-size: 16px;

        line-height: 1.8;

    }



    .contact-cont h2 {

        font-size: 22px;

    }



    .contact-wrap {

        padding: 20px 0;

    }



    section.inspiration-sec {

        padding: 0px 0px 10px;

    }



    .inspiration-img-2.m {

        margin-top: 20px;

        height: calc(100% - 20px);

    }



    #msform fieldset .form-card .card {

        flex: 0 0 100%;

        max-width: 100%;

    }



    #msform fieldset .form-card {

        flex-wrap: wrap;

        gap: 20px;

    }



    .card h2 {

        font-size: 28px;

    }

    body {

        padding-top: 210px;

    }



    .card h2+p {

        font-size: 16px;

    }



    #progressbar strong {
        font-size: 12px;
        top: -20px;
    }



    ul#progressbar {

        padding-top: 20px;

    }



    .lounge-img {

        height: auto;

        margin-top: 24px;

    }

    .inspiration-img-1 img {
        height: auto !important;
    }

    .inspiration-img-1 img,
    .inspiration-img-2 img {
        height: auto;
    }

    .lounge-img img {

        height: 100%;

        width: 100%;

        object-fit: cover;

    }

    .kontakt-vorname-main {
        width: 75% !important;
    }

    .kontakt-anred-main {
        width: 25% !important;
    }

    .contact-item input[type="file"] {
        width: 100%;
    }

    .inspiration-sec h3 {
        font-size: 22px;
        /* font-weight: 500; */
    }
    .contact-cont p{
        font-size: 14px;
    }

    .contact-item {
        padding-top: 20px;
    }
}

@media screen and (max-width:480px) {

    .header-right-wrap ul li {

        padding: 0 0px;

    }

    .header-right-wrap ul li span {

        font-size: 10px;

    }

    .e-dekho-content h3 {

        font-size: 18px;

    }

    .gaben-content p i {



        font-size: 20px;



    }

    .gaben-content {

        padding: 0px 10px;

    }

    #icon-toggle-open {

        margin-left: 0px;

    }

    .rent-a-lounge-home-menu .offcanvas-body ul li {
        flex: 0 0 100%;
    }

}

