@font-face {
    font-family: inter;
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url(font/Inter-Thin.ttf);
}
@font-face {
    font-family: inter;
    font-style: normal;
    font-weight: 200;
    font-display: swap;
    src: url(font/Inter-ExtraLight.ttf);
}
@font-face {
    font-family: inter;
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(font/Inter-Light.ttf);
}
@font-face {
    font-family: inter;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(font/Inter-Regular.ttf)
}
@font-face {
    font-family: inter;
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(font/Inter-Medium.ttf);
}
@font-face {
    font-family: inter;
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(font/Inter-SemiBold.ttf);
}
@font-face {
    font-family: inter;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(font/Inter-Bold.ttf);
}
@font-face {
    font-family: inter;
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url(font/Inter-ExtraBold.ttf);
}
@font-face {
    font-family: inter;
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(font/Inter-Black.ttf);
}
p{
    margin: 0;
    padding: 0;
}
body{
    padding: 0;
    margin: 0;
    font-family: inter;
    color: #323232;
}
.navheader {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(232, 232, 232);
    box-shadow: rgba(21, 31, 48, 0.03) 0px 30px 30px;
    border-radius: 10px;
    padding: 20px;
}
.navh-left{
    width: 30%;
}
.navh-right{
    width: 70%;
}
.NavList {
    display: flex;
    list-style: none;
    align-items: center;
    justify-content: flex-end;
}
.NavList li{
    font-size: 16px;
    margin-left: 20px;
}
.Logosvg {
    width: 150px;
}

.Bannerdiv {
    border-radius: 15px;
    overflow: hidden;
    margin: 20px 0;
}
.cstcont {
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    padding: 15px;
}
.ListItem {
    max-width: 48%;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(0 160 169 / 6%);
    box-shadow: rgb(21 31 48 / 15%) 0px 30px 30px;
    border-radius: 10px;
    overflow: hidden;
}
.ListContent {
    padding: 10px;
}
.LCone, .LCtwo, .LCthird, .LCButton{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin: 20px 0;
}
.ListBox {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
}
.LCOleft {
    display: flex;
    flex-direction: column;
}
.LCOright {
    display: flex;
    flex-direction: column;
}
.LCone {
    margin-top: 10px;
}
.LCOPrice, .LCOTitle {
    font-weight: 600;
    font-size: 16px;
}
.LCOPrice span {
    display: block;
    font-weight: 400;
    font-size: 12px;
}
.LCButton {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}
.ButtonShd {
    background: #00a0a9;
    height: 50px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 600;
    color: #fff !important;
}

.ButtonShdLight {
    background: #fff;
    height: 50px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 600;
    color: #323232 !important;
    border: 1px solid #00a0a9;
}
.LCButton>a {
    border-radius: 5px;
    text-decoration: none;
}
.LCTTitle {
    font-size: 12px;
    font-weight: 500;
}
.LCTLocation {
    font-size: 12px;
    border: 1px solid #3a306b42;
    padding: 1px 9px;
    border-radius: 5px;
    color: #323232;
}
.EQUPcont {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}
.LCthird {
    display: flex;
    gap: 15px;
    justify-content: flex-start;
}
.LCLTitle {
    font-size: 14px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
    color: #00a0a9;
}
.LCODirection {
    margin-top: 5px;
    color: #00a0a9;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    font-size: 14px;
}
.filterbox {
    display: flex;
    margin: 20px 0;
    gap: 10px;
    border-top: 1px solid #00000029;
    padding-top: 20px;
    flex-wrap: wrap;
}
.filterText {
    border: 1px solid #0000005c;
    padding: 15px 25px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    cursor: pointer;
}
.innerdiv{
    background-color: red;
    height: 550px;
    width: 200px;
}
.innersidediv {
    position: absolute;
    width: 540px;
    height: max-content;
    background: white;
    z-index: 2;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(0 160 169 / 22%);
    box-shadow: rgb(21 31 48 / 16%) 0px 30px 30px;
    border-radius: 10px;
    transform: translatey(25px);
    transition: transform 0.5s;
    visibility: hidden;
    opacity: 0;
    top: 90%;
}


.fintterlist.selected .innersidediv {
    transform: translatey(0px);
    visibility: visible;
    opacity: 1;
}
.bagStrip {
    position: relative;
    overflow: hidden;
}
.bagStrip::after {
    position: absolute;
    content: "";
    background: linear-gradient(91deg, #fff, #31e6f1, #2f3897);
    width: 60%;
    height: 250px;
    right: 0;
    bottom: 18px;
    z-index: 0;
    transform: skew(0deg, -10deg);
}
.relinnerdiv {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 20px;
}
.closebtn {
    width: 25px;
    height: 25px;
    background: white;
    display: block;
    border: 1px solid #00a0a9;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #00a0a9;
}


.LCOLocation {
    font-size: 12px;
    font-weight: 500;
}
.inputdiv {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.InnerForm {
    padding: 15px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.inputdiv>input {
    height: 50px;
    border-radius: 35px;
    border: 1px solid black;
    padding: 5px 20px;
}
.SubmitBTN {
    background: #00a0a9;
    border: none;
    height: 50px;
    border-radius: 50px;
    color: white;
}
.ValueDiv {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
    margin: 0 40px 0 0;
}
.ValueOCtext {
    padding: 5px 15px;
    border: 1px solid #00a0a96e;
    border-radius: 50px;
    cursor: pointer;
}
.ValueAction {
    margin-top: 25px;
    display: flex;
    gap: 15px;
}
.ValuesbBTN {
    background: #3093c6;
    padding: 10px 25px;
    border-radius: 50px;
    color: white;
    border: none;
}

.ValueGendertext {
    padding: 5px 15px;
    border: 1px solid #00a0a96e;
    border-radius: 50px;
    cursor: pointer;
}

.gnmale.selected {
    background: #00adf0;
    color: white;
}
.gnfemale.selected {
    background: #f576ac;
    color: white;
}
.gnunsex.selected {
    background: linear-gradient(45deg, #00adf0, #f576ac);
    color: white;
}

.ValueOCtext.selected {
    background: #b2e5ff;
}
.ValueAMtext {
    padding: 5px 15px;
    border: 1px solid #00a0a96e;
    border-radius: 50px;
    cursor: pointer;
}
.ValueAMtext.selected {
    background: #b2e5ff;
}

.ClosePop {
    display: flex;
    border-bottom: 1px solid #00000047;
    padding-bottom: 10px;
    margin-bottom: 10px;
    align-items: center;
    justify-content: space-between;
}
.FiterTitle {
    font-size: 16px;
    font-weight: 600;
}

.SDInfo {
    border-left: 1px solid #00a0a9;
    padding-left: 15px;
}

.Valuemftext {
    padding: 5px 15px;
    border: 1px solid #00a0a96e;
    border-radius: 50px;
    cursor: pointer;
}
.Valuemftext.selected {
    background: #b2e5ff;
}

.maititle {
    font-weight: 900;
    font-size: 40px;
    background: linear-gradient(45deg, #304aa1, #e52e71);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    margin-top: 40px;
}
.maititle span {
    font-weight: 300;
    font-size: 30px;
}
.maipara {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 20px;
}
.highlightDiv {
    display: flex;
    gap: 15px;
}
.higtparaDiv {
    background-color: #e8fcfd;
    padding: 15px;
    width: 200px;
    border-radius: 10px;
    border: 1px solid #44e6f0;
}
.higtpara {
    font-size: 30px;
    font-weight: 300;
    background: linear-gradient(45deg, #304aa1, #e52e71);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.higtpara svg{
    color: #44e6f0;
}
.DetailBOdy {
    background-color: #f6f8fa;
    min-height: 520px;
    border-radius: 15px;
    padding: 25px;
    margin-top: 15px;
    border-top: 1px solid #0073e6;
}
.Detright{
    background-color: #fff;
    /* box-shadow: 0 1px 12px #6d87a630; */
    border-radius: 10px;
    padding: 25px;
    margin-bottom: 25px;
    transition: 0.5s;
}
.Detright:hover{
    box-shadow: 0 1px 12px #6d87a630;
}

.breadlist li {
    list-style: none;
    font-size: 16px;
    font-weight: 400;
    color: white;
}
.Breadcrumb {
    background: #0073e6;
    padding: 15px;
    border: 1.5px solid #0073e6;
    border-radius: 10px;
}
.breadlist {
    padding: 0;
    display: flex;
    gap: 10px;
    margin: 0;
}


.PriceDiv {
    padding: 25px;
    background: white;
    margin-top: 15px;
    border-radius: 10px;
}
.ProceDetpara {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.pricecut {
    color: red;
}
.pricact {
    width: 100%;
    font-size: 25px;
    font-weight: 800;
    margin-bottom: 10px;
}
.DetTitle {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
}




.detPointDiv {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
    margin: 0 40px 0 0;
}

.detpointtext {
    padding: 10px 25px;
    border: 1px solid #00a0a96e;
    border-radius: 50px;
    cursor: pointer;
    font-size: 16px;
}


.sliderbtncntrl .slick-prev {
    bottom: 75px;
    border-radius: 50%;
    padding: 5px;
}

.sliderbtncntrl .slick-arrow {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 10;
    outline: none;
    background: #fffcf2;
}
.multiple-items{
    position: relative;
}
.Buttongall {
    position: absolute;
    z-index: 2;
    top: 50%;
    background: #0073e663;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    cursor: pointer;
    transform: translateY(-50%);
}
.BTNLeft{
    left: 15px;
}
.BTNRight{
    right: 15px;
}





.ListStyle .main_title {
    font-size: 20px;
    color: #323232;
    font-weight: 700;
}
.ListStyle {
    margin-bottom: 15px;
    border-left: 3px solid #255885;
    padding-left: 15px;
}
.ListStyle .main_text{
    font-size: 16px;
}


.inputListHome {
    width: 100%;
    height: 35px;
    border: 1px solid #23578438;
    border-radius: 50px;
    margin-top: 5px;
    padding: 0 10px;
}


@media only screen and (max-width: 1375px) {
    .fintterlist:nth-child(6) .innersidediv{
        right: 0;
    }
    .fintterlist:nth-child(5) .innersidediv{
        right: 0;
    }
}

@media only screen and (max-width: 1025px) {
    .fintterlist:nth-child(4) .innersidediv{
        right: 0;
    }
}
@media only screen and (max-width: 991px) {
    .fintterlist:nth-child(3) .innersidediv{
        right: 0;
    }
}
@media only screen and (max-width: 768px) {
    /* .innersidediv {
        position: static;
        width: 0;
        height: 0;
    }
    .fintterlist.selected .innersidediv {
        position: static;
        width: 100vw;
        height: auto;
    } */
    .innersidediv {
        position: fixed;
        top: 60px;
        left: 0;
        width: 100%;
        height: 100%;
    }
}
@media only screen and (max-width: 1392px) {
    .ListBox {
        display: flex;
        flex-wrap: wrap;
        gap: 25px;
        align-items: flex-start;
        justify-content: center;
    }
}
@media only screen and (max-width: 685px) {
    .ListItem {
        width: 100%;
        max-width: 100%;
    }
    .higtparaDiv {
        padding: 10px;
    }
    .higtpara {
        font-size: 17px;
        font-weight: 700;
    }
    .filterText {
        padding: 5px 15px;
        border-radius: 7px;
    }
}
.header {
    height: 78px;
    background: #ffffff;
    margin-top: -26px;
    box-shadow: 0 5px 40px -10px #00000014;
}
.header.sticky {
    height: 80px;
    margin-top: -0px;
}

.LastButton a {
    width: 150px;
    background: #235784;
    display: flex;
    height: 50px;
    align-items: center;
    justify-content: center;
    color: white !important;
}
.FooterLogosvg {
    filter: invert(1);

}

.clrRight {
    position: relative;
    border-radius: 50px 0 0 50px;
    overflow: hidden;
    height: 600px;
    width: 50%;
}
.clrRight:after {
    position: absolute;
    content: "";
    background: linear-gradient(91deg, #31e6f1, #2f3897);
    width: 100%;
    height: 100%;
    right: 0;
    bottom: 0px;
    z-index: 0;
    opacity: 0.9;
}

.bgImgRight{
    background-image: url(../../img/home/hero.webp);
    background-size: cover;
    background-position: center;
}


.hero_main-title {
    font-size: 40px;
    font-weight: 900;
    color: #323232;
    background: linear-gradient(45deg, #304aa1, #e52e71);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}
.hero_main-title span {
    font-weight: 400;
    text-transform: capitalize;
    color: #323232;
    display: block;
    font-size: 30px;
    margin-top: 13px;
    font-weight: 300;
}
.stylebox {
    position: relative;
    z-index: 1;
    height: 100%;
    padding: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.Maintiltepara {
    font-size: 30px;
    font-weight: 800;
    color: white;
}
.MainContainer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 45px;
    position: relative;
    z-index: 1;
}



.HomeList {
    width: 450px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.ListLi {
    width: 48%;
    height: 110px;
    border: 1px solid white;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 15px;
    font-size: 16px;
    color: white;
    font-weight: 400;
}
.ListLi .icon{
    color: white;
}

.Maintiltepara {
    font-size: 30px;
    font-weight: 800;
    color: white;
    margin-bottom: 15px;
}
.Mainleft {
    width: 500px;
}
.imgdivProfile {
    width: 290px;
    background: #fff;
    height: 400px;
    margin-right: -222px;
    position: relative;
    z-index: 1;
    border-radius: 25px;
    margin-bottom: -250px;
    background-image: url(../../img/home/girl.webp);
    background-size: cover;
    background-position: center;
    box-shadow: 0 50px 100px -20px rgba(50,50,93,.25), 0 30px 60px -30px rgba(0,0,0,.3), inset 0 -2px 6px 0 rgba(10,37,64,.35);
}



.patterndesign{
    position: relative;
}
.patterndesign:after {
    position: absolute;
    content: "";
    background-image: url(../img/pg/pattern.svg);
    width: 700px;
    height: 100%;
    left: 0;
    bottom: 0px;
    z-index: 0;
    opacity: 0.9;
    background-repeat: no-repeat;
    background-position: bottom left;
    opacity: 0.5;
}
.patterndesign:before {
    position: absolute;
    content: "";
    background: linear-gradient(325deg, #31e6f1, #2f3897);
    width: 20%;
    height: 100%;
    left: 0;
    top: 0px;
    z-index: 0;
    transform: skewX(21deg);
    opacity: 0.2;
}
.Searchbox{
    width: 100%;
    border-radius: 25px;
    box-shadow: 0 50px 100px -20px rgba(50,50,93,.25), 0 30px 60px -30px rgba(0,0,0,.3), inset 0 -2px 6px 0 rgba(10,37,64,.35);
    background-color: white;
    padding: 25px;
}
.LocationInpout {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.titleHomeClass {
    font-size: 16px;
    margin-left: 10px;
}
.Locationinput {
    background: #e0fcff;
    width: 100%;
    height: 50px;
    padding: 15px;
    border-radius: 10px;
}

.Locationinput::placeholder {
    font-size: 14px;
    color: #323232;
    opacity: 0.5;
}
.SeacrhInner {
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.Genderselect {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.Genderselect .ValueGendertext {
    font-size: 14px;
}
.SearchBTN {
    background: linear-gradient(45deg, #304aa1, #e52e71);
    width: 100%;
    height: 50px;
    border-radius: 10px;
    color: white;
    padding: 10px 25px;
    margin: 0 auto;
}

@media only screen and (max-width: 1598px) {
    .stylebox {
        align-items: end;
    }
}
@media only screen and (max-width: 1330px) {
    .HomeList {
        flex-direction: column;
        align-items: flex-end;
        width: 100%;
    }
    .ListLi {
        height: auto;
    }
}
@media only screen and (max-width: 1150px) {
    .clrRight {
        height: max-content;
    }
    .imgdivProfile {
        display: none;
    }
    .ListLi {
        width: 100%;
    }
    .MainContainer {
        padding-left: 25px;
    }
}
@media only screen and (max-width: 991px) {
    .Mainleft {
        width: 50%;
    }
    
    
}
@media only screen and (max-width: 768px) {
    .MainContainer {
        flex-direction: column;
        padding: 25px;
    }
    .Mainleft {
        width: 100%;
    }
    .clrRight {
        width: 100%;
        border-radius: 50px;
    }
    .hero {
        padding-top: 25px;
    }
    .HomeList {
        flex-direction: row;
        align-items: center;
        width: 100%;
    }
    .ListLi{
        width: 48%;
    }
    .stylebox {
        align-items: center;
    }
    
}
@media only screen and (max-width: 450px) {
    .ListLi{
        width: 100%;
    }
}
.rooms_header-title {
    font-size: 30px;
    font-weight: 700;
}
.rooms {
    padding: 30px 0 50px 0;
}
.main_title {
    font-size: 18px;
    font-weight: 700;
}
.main_amenities-item {
    font-size: 16px;
    gap: 5px;
}
.accent .theme-element {
    background: white;
    color: #323232;
}   

.z2{
    position: relative;
    z-index: 2;
}
.AboutBG {
    position: relative;
    background: linear-gradient(45deg, #304aa1, #e52e71);
    clip-path: polygon(0 0, 100% 5%, 100% 100%, 0 95%);
    padding: 180px 0;
}
.AboutBG:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0px;
    z-index: 0;
    background-image: url(../../img/home/building.webp);
    background-repeat: no-repeat;
    background-position: left;
    background-size: cover;
    mix-blend-mode: multiply;
    opacity: 0.2;
}
.about_media {
    border-radius: 50px 0 0 50px;
}
.HomeAnotherlist li {
    color: white;
    list-style: circle;
    font-size: 16px;
    font-weight: 400;
}
.HomeAnotherlist {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 20px 0;
}

.whitecText h2, .whitecText p{
    color: white;
}
.HomeAnotherlist {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 20px 20px;
    text-align: left;
}

.homelistarea {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.homelistarea li {
    width: 47%;
    /* background: linear-gradient(91deg, #00b8c3, #2f3897); */
    padding: 15px;
    border-radius: 10px;
    color: white;
    font-weight: 600;
    border-radius: 14px;
    box-shadow: 0 50px 100px -20px rgba(50,50,93,.25), 0 30px 60px -30px rgba(0,0,0,.3), inset 0 -2px 6px 0 rgba(10,37,64,.35);
    background: white;
    color: #e22e71;
}

.camStyle{
    position: relative;
}
.camStyle:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 20%;
    left: 0;
    top: 0;
    z-index: 0;
    background: #31e6f1;
    transform: skewY(15deg);
    opacity: 0.2;
}
.cam2Style{
    position: relative;
}
.cam2Style:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 20%;
    left: 0;
    top: 0px;
    z-index: 0;
    background: #31e6f1;
    transform: skewY(-15deg);
    opacity: 0.2;
}



.Mapiframduiv {
    background: rgb(255, 255, 255);
    border: 1px solid rgb(0 160 169 / 32%);
    box-shadow: rgb(21 31 48 / 15%) 0px 30px 30px;
    border-radius: 10px;
    overflow: hidden;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}


.LCOdetails {
    font-size: 14px;
    color: #00a0a9;
}
.LCOdetails {
    font-size: 14px;
    color: #00a0a9;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
}

.LCButton.details {
    flex-direction: column;
}

.LCButton.details a {
    width: 100%;
}



.popup {
    display: none;
    position: fixed;
    top: 20px;
    left: 50%;
    z-index: 999999;
    transform: translateX(-50%);
}


  /* Styling for the overlay */
  .overlaySR {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999998;
  }


  /* Class to show the popup */
  .show {
    display: block;
  }

  

  .FormBoxpop {
    width: 500px;
    border-radius: 25px;
    overflow: hidden;
    background-color: white;
}
.FormBoxpoptb {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 25px;
    border-bottom: 1px solid #00000029;
}
.close-btn{
    cursor: pointer;
}
.FOrmpoparea {
    background: #fff;
    padding: 25px;
}


.Scheduleavisit, .Requestacallback {
    display: none;
  }

  .activeContent {
    display: block;
  }
  .InputNewclass {
    height: 45px;
    background: white;
    margin: 10px 0;
    width: 100%;
    border-radius: 10px;
    padding: 5px 10px;
    border: 1px solid #00767d33;
}
  .InputNewclass::placeholder {
  font-size: 14px;
  color: #323232;
  opacity: 0.5s;
}
.notetext {
    font-size: 14px;
    /* background: #00a0a91f; */
    /* padding: 11px; */
    /* border-radius: 5px; */
    /* border: 1px solid #00a0a9; */
    font-style: italic;
    margin-top: 5px;
}
.teamcheckbox {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
  margin-top: 15px;
}
.teamcheckbox label {
  font-size: 14px;
  font-weight: 500;
}
.submutstyle {
  background: #00767d;
  width: 100%;
  height: 50px;
  color: white;
  border-radius: 10px;
  margin-top: 15px;
}



.SRButton {
    border-radius: 10px;
    border: 1px solid #8080803d;
    width: 49%;
    height: 50px;
    transition: 0.5s;
}
.SRButton.active {
    box-shadow: 0 50px 100px -20px rgba(50,50,93,.25), 0 30px 60px -30px rgba(0,0,0,.3), inset 0 -2px 6px 0 rgba(10,37,64,.35);
    border: none;
    color: #00767d;
    font-weight: 500;
}



.Buttoncontainer {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}




.Mapiframduiv.scrolled{
    position: fixed;
    top: auto;
    bottom: 10px;
    width: 500px;
    height: 80vh;
    right: 10px;
}



@media only screen and (max-width: 1375px) {
    .Mapiframduiv.scrolled {
        width: 390px;
    }
}
@media only screen and (max-width: 1200px) {
    .Mapiframduiv.scrolled {
        width: 313px;
    }
}
@media only screen and (max-width: 991px) {
    .Mapiframduiv.scrolled {
        width: 100%;
        height: 250px;
    }
}
@media only screen and (max-width: 685px) {
    .Mapiframduiv.scrolled {
        width: 100%;
        height: 150px;
        bottom: 0;
        right: 0;
    }
}
@media only screen and (max-width: 551px) {
    .Mapiframduiv.scrolled {
        width: 100%;
        height: 250px;
    }
}
@media only screen and (max-width: 678px) {
    .inphone12 {
        width: 100%;
    }
}



.promo_mediacstm {
    border-radius: 20px;
    overflow: hidden;
    margin-right: 20px ;
}

.ListBoxHome {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
}
.ListBoxHome .ListItem {
    max-width: 31.5%;
}
@media only screen and (max-width: 950px) {
    .ListBoxHome .ListItem {
        max-width: 48%;
    }
}
@media only screen and (max-width: 650px) {
    .ListBoxHome .ListItem {
        max-width: 100%;
    }
}

.conectTab{
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    justify-content: center;
    align-items: center;
}
.listconectTab {
    width: 140px;
    height: 180px;
    background-color: white;
    border: 1px solid rgb(241, 241, 241);
    border-radius: 10px;
    box-shadow: 0 -20px 100px -20px rgba(50,50,93,.25), 0 30px 60px -30px rgba(0,0,0,.3);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.listconectTab .secnumber {
    font-size: 47px;
    font-weight: 900;
    color: grey;
    transition: 1s;
}

.listconectTab span{
    position: relative;
    z-index: 2;
    transition: 1s;
}
.listconectTab::after {
    position: absolute;
    content: "";
    background: #31e6f1;
    width: 100%;
    height: 100%;
    right: -100%;
    bottom: 0;
    z-index: 0;
    transition: 1s;
    background: url(../img/pg/sector_61_noida-Noida-hall.png);
    background-size: cover;
    background-position: center;
    filter: contrast(1.2) saturate(3);
}


.listconectTab:hover::after{
    right: 0;
}
.listconectTab:hover .secnumber{
    margin-left: 0;
    margin-bottom: -50px;
}
.listconectTab:hover span{
    color: white;
    margin-left: -200px;
}


.conectTabMain {
    display: flex;
    flex-direction: column;
    gap: 50px;
}
.containedataconnect {
    /* min-height: 500px; */
    /* background: #ecf4f5; */
    /* padding: 50px; */
    border-radius: 10px;
    /* border: 1px solid #00a0a970; */
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    align-content: flex-start;
}
.connectdetbox {
    display: block;
    padding: 15px;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.07);
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    max-width: 250px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    border: 1px solid #8cd4d8;
    transition: 0.5s;
    cursor: pointer;
}

.connectPara {
    font-size: 16px;
    font-weight: 500;
}


.connectul {
    padding-left: 20px;
    list-style: circle;
}
.connectul li {
    font-size: 14px;
    font-weight: 400;
}
.connecticon {
    color: #00a0a9;
}

.connetminititle {
    font-weight: 500;
    font-size: 25px;
    color: #00a0a9;
}


.listconectTab.active {
    border: 1px solid #00a0a9;
}

.listconectTab.active span {
    color: #00a0a9;
}
.connectdetbox:hover{
    background: #cbfcff;
}
.viewimages {
    position: absolute;
    right: 5px;
    font-size: 12px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 4px;
    background: #00a0a9;
    padding: 3px 10px;
    border-radius: 2px;
    top: -100px;
    transition: 0.5s;
    color: white;
}
.connectdetbox:hover .viewimages {
    top: 5px;
}

.containedataconnect{
    overflow: hidden;
    height: 100%;
    transform: translateY(0px);
    transition: transform 0.5s;
}
.hiddenCOnnect{
    height: 0;
    transform: translateY(50px);
}


@media only screen and (max-width: 700px) {
    .connectdetbox{
        width: 47%;
    }
    .listconectTab .secnumber {
        font-size: 30px;
        font-weight: 900;
        color: grey;
        transition: 1s;
    }
    .listconectTab {
        width: 30%;
    }
    .conectTab {
        gap: 15px;
    }
}
/* 
.popup{
    height: 100%;
    overflow: auto;
} */



.poptoptitle {
    font-size: 20px;
    margin: 8px 0 0 0;
}

.listimg img {
width: 100%;
height: 220px;
object-fit: cover;
object-position: center;
}

.divImgFrame{
    position: relative;
}
.divImgFrame::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    right: 0;
    z-index: 0;
    backdrop-filter: blur(10px) contrast(2);
}
.galleryImg {
    width: 100%;
    height: 500px;
    object-fit: contain;
    object-position: center;
    z-index: 1;
    position: relative;
}