

@font-face {
    font-family: 'Maven Pro1';
    src: url('assets/fonts/MavenPro-Regular.ttf');
}

@font-face {
    font-family: 'Maven Pro';
    src: url('assets/fonts/MavenPro-Medium.ttf');
}

@font-face {
    font-family: 'Maven Pro Bold1';
    src: url('assets/fonts/MavenPro-Bold.ttf');
}

@font-face {
    font-family: 'Fira Sans';
    src: url('assets/fonts/fira-sans/FiraSans-Regular.otf') format('opentype');
}

@font-face {
    font-family: 'Fira Sans Bold1';
    src: url('assets/fonts/fira-sans/FiraSans-Medium.otf') format('opentype');
}

@font-face {
    font-family: 'Fira Sans Bold2';
    src: url('assets/fonts/fira-sans/FiraSans-Bold.otf') format('opentype');
}

@font-face {
    font-family: 'Nunito Sans1';
    src: url('assets/fonts/nunito-sans/NunitoSans-SemiBold.ttf');
}
.stpro_flatdetail{
    display: none;
    background: white;
    position: absolute;
    z-index: 999999;
    top: 0;
    width: 100vw;
    height: 100vh;
}
.stpro_dflex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.stpro_dflex_jbtwn {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.stpro_dflex_jcenter{
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.stpro_dflex_fwrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.stpro_dflex_fclmn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.stpro_merr {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: none;
    height: 100%;
}

.stpro_err_icon {
    height: 100px;
    width: 200px;
    border: 3px solid #313131;
    -webkit-border-radius: 10px;
            border-radius: 10px;
    -webkit-animation: rotateDvcIcon 1.5s ease-in-out infinite alternate;
         -o-animation: rotateDvcIcon 1.5s ease-in-out infinite alternate;
            animation: rotateDvcIcon 1.5s ease-in-out infinite alternate;
    display: none;
}

.stpro_err_msg {
    font-family: 'Maven Pro';
    color: #212121;
    font-size: 1.4em;
    margin-top: 104px;
    text-align: center;
    display: none;
}

.stpro_hide {
    display: none !important;
}

.stpro_opacity0 {
    opacity: 0 !important;
}

.stpro_opacity1 {
    opacity: 1 !important;
}

.stpro_waveeffect {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    overflow: hidden;
}

.stpro_waveeffect:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    background-image: -webkit-radial-gradient(circle, #cecece 10%, transparent 10.01%);
    background-image: -o-radial-gradient(circle, #cecece 10%, transparent 10.01%);
    background-image: radial-gradient(circle, #cecece 10%, transparent 10.01%);
    background-repeat: no-repeat;
    background-position: 50%;
    -webkit-transform: scale(10, 10);
        -ms-transform: scale(10, 10);
         -o-transform: scale(10, 10);
            transform: scale(10, 10);
    opacity: 0;
    -webkit-transition: opacity 1s, -webkit-transform .5s;
    transition: opacity 1s, -webkit-transform .5s;
    -o-transition: opacity 1s, -o-transform .5s;
    transition: transform .5s, opacity 1s;
    transition: transform .5s, opacity 1s, -webkit-transform .5s, -o-transform .5s;
}

.stpro_waveeffect:active:after {
    -webkit-transform: scale(0, 0);
        -ms-transform: scale(0, 0);
         -o-transform: scale(0, 0);
            transform: scale(0, 0);
    opacity: .3;
    -webkit-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
}


.stpro_flatdetail1 {
    background: #FFFFFF;
    padding: 10px 16px;
}

.stpro_flatdetail1_inr1 {
    margin: auto 0px;
}

.stpro_flatdetail1_inr11 {
    background: url('assets/images/flat_back.svg');
    -webkit-background-size: contain;
            background-size: contain;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    margin: auto 0px;
}

.stpro_flatdetail1_inr12 {
    font-family: 'Maven Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    text-transform: capitalize;
    color: #000000;
    padding-left: 16px;
    margin: auto 0px;
}

.stpro_flatdetail1_inr2 {
    position: relative;
    margin-right: 10px;
    padding: 8px 14px;
}

.stpro_flatdetail1_inr21 {
    background: url('assets/images/flat_filter.svg');
    -webkit-background-size: contain;
            background-size: contain;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
}

.stpro_flatdetail1_inr22 {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 9px;
    line-height: 11px;
    color: #1F68EC;
    background: #FFD328;
    padding: 4px 6px;
    min-width: 10px;
    text-align: center;
    position: absolute;
    top: 0px;
    right: 0px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.stpro_flatdetail1_inr3{
    margin-right: 40px;
}
.stpro_flatdetail1_inr31{
    background: #000000;
    -webkit-border-radius: 4px;
            border-radius: 4px;
    font-family: 'Maven Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #FFD328;
    padding: 8px 20px;
}

.stpro_flatdetail2_inr{
    padding: 12px 16px 0px;
    height: -webkit-calc(100% - 64px);
    height: calc(100% - 64px);
}
.stpro_flatdetail2_inrb1{
    height: 100%;
}
.stpro_flatdetail2_1{
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.12);
    width: 40%;
    /* height: -webkit-max-content; */
    height: -moz-max-content;
    height: auto;
    max-height: 100vh;
    overflow: auto;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}
.stpro_flatdetail2_11{
    border-bottom: 1px solid #EBEBEB;
    background: #F8F8F8;
}
.stpro_flatdetail2_11_1{
    padding: 10px 52px 11px 24px;
    position: relative;
}
.stpro_flatdetail2_11_11{
    font-family: 'Nunito Sans1';
    font-style: normal;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #1F68EC;
    margin: auto 0px;
}
.stpro_flatdetail2_11_12{
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    color: #6F6F6F;
    margin: auto 0px;
}
.stpro_flatdetail2_11_1bg1{
    background: #FFD328;
}
.stpro_flatdetail2_11_1bg1 .stpro_flatdetail2_11_12{
    color: #1F68EC;
}
.stpro_flatdetail2_11_2{
    background: #FFFFFF;
    padding: 14px 24px;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}
.stpro_flatdetail2_11_21{
    width: 46%;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    padding-bottom: 12px;
}
.stpro_flatdet_cardtxt_clr1{
    font-family: 'Fira Sans';
    color: #1F68EC;
}
.stpro_flatdet_cardtxt_clr2{
    font-family: 'Fira Sans Bold1';
    color: #1F68EC;
}
.stpro_flatdet_cardtxt_clr31{
    font-family: 'Fira Sans Bold2';
    color: #16C181;
}
.stpro_flatdet_cardtxt_clr32{
    font-family: 'Fira Sans Bold2';
    color: #FF961C;
}
.stpro_flatdet_cardtxt_clr33{
    font-family: 'Fira Sans Bold2';
    color: #EB5757;
}
.stpro_flatdet_share{
    position: absolute;
    padding: 10px 6px;
    background: #1F68EC;
    top: 0px;
    right: 0px;
    bottom: 0px;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}
.stpro_flatdet_share1{
    background: url('assets/images/fdet_share.svg');
    background-repeat: no-repeat;
    -webkit-background-size: contain;
            background-size: contain;
    width: 20px;
    height: 20px;
    margin: auto;
}


.stpro_flatdetail2_2{
    width: 50%;
    height: 100vh !important;
    position: relative;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}
.stpro_flatdetail2_2full{
    width: 100%;
    height: 100vh !important;
    position: relative;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}
.stpro_fdet2_20{
    position: absolute;
    right: 0px;
    top: 65px;
}
.stpro_fdet2_20_1, .stpro_fdet2_20_2, .stpro_fdet2_20_3{
    margin-top: 16px;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    overflow: hidden;
}
.stpro_fdet2_20_11{
    background: url('assets/images/fdet_maximize.svg');
    background-repeat: no-repeat;
    -webkit-background-size: contain;
            background-size: contain;
    width: 32px;
    height: 32px;
    display: none;
}
.stpro_fdet2_20_12{
    background: url('assets/images/fdet_minimize.svg');
    background-repeat: no-repeat;
    -webkit-background-size: contain;
            background-size: contain;
    width: 32px;
    height: 32px;
    display: none;
}
.stpro_fdet_ricon_max .stpro_fdet2_20_11{
    display: block;
}
.stpro_fdet_ricon_min .stpro_fdet2_20_12{
    display: block;
}
.stpro_fdet2_20_21{
    background: url('assets/images/fdet_3dicon.svg');
    background-repeat: no-repeat;
    -webkit-background-size: contain;
            background-size: contain;
    width: 32px;
    height: 32px;
    display: none;
}
.stpro_fdet2_20_22{
    background: url('assets/images/fdet_2dicon.svg');
    background-repeat: no-repeat;
    -webkit-background-size: contain;
            background-size: contain;
    width: 32px;
    height: 32px;
    display: none;
}
.stpro_fdet_ricon_3d .stpro_fdet2_20_21{
    display: block;
}
.stpro_fdet_ricon_2d .stpro_fdet2_20_22{
    display: block;
}
.stpro_fdet2_20_3{
    background: url('assets/images/fdet_compass.svg');
    background-repeat: no-repeat;
    -webkit-background-size: contain;
            background-size: contain;
    width: 32px;
    height: 32px;
}
.stpro_fdet2_21{
    height: 75%;
    margin-right: 50px;
}
.stpro_fdet2_21_1{
    height: inherit;
    width: 100%;
}
.stpro_fdet2_21 img{
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
}
.stpro_fdet2_22{
    margin-top: auto;
    /* margin-bottom: -5px; */
    position: relative;
    bottom: 25vh;
}
.stpro_fdet2_22_1{
    border: 1px solid #FFD328;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-border-radius: 4px;
            border-radius: 4px;
    font-family: 'Maven Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    padding: 10px 0px;
    color: #000000;
    width: 46%;
}
.stpro_fdet2_22_1exp{
    max-width: 140px;
}
.stpro_fdet2_22_1exp:first-child {
    margin-left: auto;
    margin-right: 12px;
}
.stpro_fdet2_22_1exp:last-child {
    /* margin-left: 12px; */
    margin-right: auto;
}
.stpro_flatdetail2_2full .stpro_fdet2_21{
    margin-right: 50px;
    margin-left: 50px;
}
.stpro_fdet2_22_12{
    display: none;
}
.stpro_fdet2_22_1active .stpro_fdet2_22_11{
    display: none;
}
.stpro_fdet2_22_1active .stpro_fdet2_22_12{
    display: block;
}



.stpro_flatdetail_hidden{
    visibility: hidden;
    opacity: 0;
    overflow: hidden;
    width: 0px;
    height: 0px;
    padding: 0;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}





@-webkit-keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

@-o-keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

/* Keyframes */
@-webkit-keyframes rotateDvcIcon {
    0% {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg)
    }

    50% {
        -webkit-transform: rotate(-90deg);
                transform: rotate(-90deg)
    }

    100% {
        -webkit-transform: rotate(-90deg);
                transform: rotate(-90deg)
    }
}
@-o-keyframes rotateDvcIcon {
    0% {
        -o-transform: rotate(0deg);
           transform: rotate(0deg)
    }

    50% {
        -o-transform: rotate(-90deg);
           transform: rotate(-90deg)
    }

    100% {
        -o-transform: rotate(-90deg);
           transform: rotate(-90deg)
    }
}
@keyframes rotateDvcIcon {
    0% {
        -webkit-transform: rotate(0deg);
             -o-transform: rotate(0deg);
                transform: rotate(0deg)
    }

    50% {
        -webkit-transform: rotate(-90deg);
             -o-transform: rotate(-90deg);
                transform: rotate(-90deg)
    }

    100% {
        -webkit-transform: rotate(-90deg);
             -o-transform: rotate(-90deg);
                transform: rotate(-90deg)
    }
}