.godrejtopbarnewflowclsmobile {
    display: grid;
    display: none;
    width: 100%;
    top: 0;
    grid-auto-flow: column;
    position: absolute;
    height: 52px;
    align-items: center;
    box-shadow: 0 0 9px rgba(39, 39, 39, 0.14);
    background-color: #ffffff;
    z-index: 9999999;
}

.godrejtopbarnewflowlogoclsmobile {
    display: grid;
    justify-self: left;
    width: 115px;
    height: 22px;
    margin: 0 0 0 15px;
    background-image: url("../images/godrejicons/mainlogomobile.png");
	background-repeat: no-repeat;
}
.godrejtopbarnewflowcontentclsmobile {
    display: grid;
    background-color: white;
    justify-content: center;
    grid-auto-flow: column;
    height: 100%;
    align-items: center;
    grid-template-columns: max-content;
    width: max-content;
}

.godrejtopbarnewflowextraclsmobile {
    display: grid;
    justify-self: end;
}

.godrejtopbarnewflowsublogoclsmobile {
    /* background: black; */
    display: grid;
    margin: 0 10px 0 0;
    width: 120px;
    justify-self: end;
    background-repeat: no-repeat;
    height: 27px;
    background-image: url("../images/godrejicons/sublogo_copymobile.png");
}
.godrejtopbarnewflowcontenttextclsmobile {
    font-family: Gotham Book;
    font-size: 11px;
    padding: 17px 10px;
    height: 100%;
    align-items: center;
    font-weight: 500;
    border-top: 2px solid #ffffff;
    color: #919191;
}

.godrejtopbarnewflowcontenttextclsselctedmobile {
    background-color: #ffffff;
    border-top: 2px solid #00445a;
    color: #353535;
}






.godrejtopbarnewflowbottomclsmobile {
    display: grid;
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 44px;
    width: 100%;
    background-color: #00445a;
    /* grid-template-columns: max-content 1fr max-content; */
    grid-auto-flow: column;
    align-items: center;
    /* grid-gap: 40px; */
    grid-template-columns: max-content;
}
.godrejtopbarnewflowbottomfirstclsmobile {
    display: grid;
    height: 100%;
    /* width: 165px; */
    /* min-width: 47%; */
}
.godrejtopbarnewflowbottomtextblockmobile {
    display: grid;
    justify-content: center;
    /* grid-template-rows: max-content; */
    align-items: center;
    height: 100%;
    padding: 0 6px 0 10px;
    border-right: 1px solid rgba(255,255,255,0.1);
}
.godrejtopbarnewflowbottomtextblockfirstmobile {
    display: grid;
    color: #d7d7d7;
    font-family: "Gotham Book";
    font-size: 11px;
    align-self: end;
    font-weight: 400;
}
.godrejtopbarnewflowbottomtextblocksecondmobile {
    display: grid;
    color: #d7d7d7;
    font-family: "Gotham Book";
    font-size: 11px;
    align-self: flex-start;
    font-weight: 400;
}
.godrejtopbarnewflowbottomtextblockfirstmobilevd {
    display: grid;
    color: #d7d7d7;
    font-family: "Gotham Book";
    font-size: 10px;
    align-self: end;
    font-weight: 400;
}
.godrejtopbarnewflowbottomtextblocksecondmobilevd {
    display: grid;
    color: #d7d7d7;
    font-family: "Gotham Book";
    font-size: 10px;
    align-self: end;
    justify-self: end;
    font-weight: 400;
}
.godrejtopbarnewflowbottomcontentclsmobile {
    display: grid;
    grid-auto-flow: column;
    align-items: center;
    /* justify-content: center; */
    padding: 0 0 0 10px;
    /* grid-gap: 30px; */
}
.godrejtopbarnewflowbottomlastdivsclsmobile{
    display: grid;
    grid-auto-flow: column;
    /* grid-gap: 11px; */
    grid-template-columns: max-content;
}
.godrejtopbarnewflowbottomcontentblockmobile {
    display: grid;
    min-width: 70px;
    width: max-content;
    grid-gap: 3px;
    justify-content: center;
    color: white;
}
.godrejtopbarnewflowbottomcontentkeymobile {
    display: grid;
    color: #ffffff;
    font-family: Gotham Book;
    font-size: 10px;
    justify-self: center;
    font-weight: 500;
}
.godrejtopbarnewflowbottomcontentvalmobile {
    display: grid;
    color: #00c1ff;
    font-family: "Gotham Book";
    font-size: 10px;
    font-weight: 400;
}

.godrejtopbarnewflowbottomendingclsmobile {
    display: grid;
}
.godrejtopbarnewflowbottomdetailsclsmobile {
    display: grid;
    align-items: center;
    grid-auto-flow: column;
    /* grid-template-columns: max-content; */
    grid-gap: 11px;
    width: 100%;
    cursor: pointer;
    height: 100%;
}
.godrejtopbarnewflowbottomdetailsclstextmobile {
    display: grid;
    /* height: 10px; */
    color: #d7d7d7;
    display: none;
    font-family: "Gotham Book";
    font-size: 14px;
    font-weight: 400;
}
.godrejtopbarnewflowbottomdetailsclsiconmobile {
    display: grid;
    width: 17px;
    /* margin: 3px 0 0 0; */
    height: 16px;
    color: white;
    background-repeat: no-repeat;
    background-image: url("../images/godrejicons/resetmobile.png");
}


.godrejtopbarnewflowbottomlastclsmobile {
    display: grid;
    grid-auto-flow: column;
    align-items: center;
    grid-template-columns: max-content;
    grid-gap: 0px;
    padding: 0 0 0 10px;
}
.godrejtopbarnewflowbottomnextviewdetailsbuttonmobile{
    display: grid;
    color: #ffffff;
    font-family: "Gotham Book";
    cursor: pointer;
    /* justify-items: end; */
    text-transform: uppercase;
    padding: 0 6px 0 15px;
}
.godrejtopbarnewflowbottomnextbuttonmobile {
    display: grid;
    border-radius: 30px;
    border: 1px solid #ffffff;
    background-color: #ffffff;
    width: max-content;
    color: #00445a;
    font-family: "Gotham Book";
    font-size: 11px;
    font-weight: 400;
    /* justify-self: end; */
    margin: 0 0 0 8px;
    cursor: pointer;
    text-transform: uppercase;
    padding: 7px 18px 7px 18px;
}
.godrejtopbarnewflowbottomcontentvalnullclsmobile{
    opacity: .1;
    align-self: center;
    justify-self: center;
    color: #00c1ff;
    font-family: "Gotham Book";
    font-size: 10px;
    font-weight: 400;
}
.godrejtopbarnewflowbottomclsdisablemobile{
    opacity: 0.1;
    pointer-events: none;
}
.godrejtopbarnewflowbottomclsdisablenextbuttonmobile{
    color: white;
    background-color: #00445a;
}
.godrejtopbarnewflowhelpmobile {
    display: none;
    cursor: pointer;
    bottom: 45px;
    background: white;
    left: 15px;
    position: absolute;
    padding: 10px 7px;
    grid-auto-flow: column;
}

.godrejtopbarnewflowhelptextmobile {
    display: grid;
    width: 37px;
    height: 10px;
  color: #b53768;
    /* color: #333333; */
    margin: 0 6px 0 0;
    /* color: #333333; */
    font-family: "Gotham Book";
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
}
.godrejtopbarnewflowhelpimgmobile {
    display: grid;
    width: 17px;
    color: deeppink;
    background-repeat: no-repeat;
    height: 17px;
    background-image: url("../images/godrejicons/info.png");
	margin: 4px 0 0 0;
}
.new_tower_topBarClassgdtoweflowclsmobile{
	top: 45px !important;
	width: 182px !important;
	left: 15px !important;
	background: transparent !important;
	}
	
.godrejhelpscreeniframeclsmobile{
display:grid;
margin: auto;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
opacity: 1;
grid-template-rows: 50px 1fr;
width: 100%;
height: 100%;
/* box-shadow: 0 0 24px 1px rgba(0, 0, 0, 0.27);  */
/* border-radius: 15px;  */
background-color: #ffffff;
}
.dropDownClassContainergdtowerflowmobile{
left: 20px !important;
margin: unset !important;
bottom: 51px !important;
}
.new_tower_topBarClassgdtowerflowclsmobile{
position: absolute;
bottom: 85px;
left: 36px;
color: #d7d7d7;
font-family: "Gotham Book";
font-size: 14px;
font-weight: 400;
}

.godrejtopbarnewflowhelpmobilecontainer {
grid-gap: 20px;
display: grid;
justify-self: end;
width: max-content;
grid-template-columns: max-content;
grid-auto-flow: column;
}
.gdstmtflatpopupheaderhideclsheadermobilecls{
grid-template-columns: 50px calc(100% - 35px);
}
.gdstmtflatpopupheaderrightbuttonmaindrpidfull{
box-shadow: 0 0 24px 1px rgba(0, 0, 0, 0.27);
}

