@font-face {
    font-family: "Gotham";
    src: url("./../fonts/GOTHAM/GothamMedium.otf") format("opentype");
}
@font-face {
    font-family: "Gotham Book";
    src: url("./../fonts/GOTHAM/Gotham-Book.otf") format("opentype");
}
.godrejtopbarnewflowcls {
    display: grid;
    display: none;
    background-color: #58595b;
    width: 100%;
    top: 0;
    grid-auto-flow: column;
    position: absolute;
    height: 60px;
    align-items: center;
    box-shadow: 0 0 9px rgba(39, 39, 39, 0.14);
    background-color: #ffffff;
    /* z-index: 9999999; */
}

.godrejtopbarnewflowlogocls {
    display: grid;
    justify-self: left;
    width: 240px;
    height: 45px;
    margin: 0 0 0 40px;
    background-image: url("../images/godrejicons/Vector_Smart_Object.png");
	background-repeat: no-repeat;
}
.godrejtopbarnewflowcontentcls {
    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;
}

.godrejtopbarnewflowextracls {
    display: grid;
    justify-self: end;
}
.godrejtopbarnewflowhelp {
    display: grid;
    cursor: pointer;
    grid-auto-flow: column;
}

.godrejtopbarnewflowhelptext {
    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;
}
.godrejtopbarnewflowhelpimg {
    display: grid;
    width: 17px;
    color: deeppink;
    background-repeat: no-repeat;
    height: 17px;
    background-image: url("../images/godrejicons/info.png");
}
.godrejtopbarnewflowsublogocls {
    display: grid;
    margin: 0 21px 0 0;
    width: 158px;
    justify-self: end;
    height: 34px;
    background-image: url("../images/godrejicons/sublogo_copy.png");
	background-repeat: no-repeat;
}
.godrejtopbarnewflowcontenttextcls {
    font-family: Gotham Book;
    font-size: 14px;
    padding: 20px 32px 0px 32px;
    height: 100%;
    align-items: center;
    font-weight: 500;
    color: #585858;
}

.godrejtopbarnewflowcontenttextclsselcted {
    background-color: #00445a;
    color: #ffffff;
}

.godrejtopbarnewflowbottomcls {
    display: grid;
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 70px;
    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;
}
.godrejtopbarnewflowbottomfirstcls {
    display: grid;
    height: 100%;
    width: 165px;
    /* min-width: 47%; */
}
.godrejtopbarnewflowbottomtextblock {
    display: grid;
    justify-content: center;
    /* grid-template-rows: max-content; */
    align-items: center;
    height: 100%;
    padding: 0 0 0 80px;
    border-right: 1px solid rgba(255,255,255,0.1);
}
.godrejtopbarnewflowbottomtextblockfirst {
    display: grid;
    color: #d7d7d7;
    font-family: "Gotham Book";
    font-size: 14px;
    align-self: end;
    font-weight: 400;
}
.godrejtopbarnewflowbottomtextblocksecond {
    display: grid;
    color: #d7d7d7;
    font-family: "Gotham Book";
    font-size: 14px;
    align-self: flex-start;
    font-weight: 400;
}
.godrejtopbarnewflowbottomcontentcls {
    display: grid;
    grid-auto-flow: column;
    align-items: center;
    /* justify-content: center; */
    /* padding: 0 0 0 50px; */
    /* grid-gap: 30px; */
}
.godrejtopbarnewflowbottomlastdivscls{
    display: grid;
    grid-auto-flow: column;
    grid-gap: 11px;
    grid-template-columns: max-content;
}
.godrejtopbarnewflowbottomcontentblock {
    display: grid;
    min-width: 170px;
    width: max-content;
    grid-gap: 10px;
    justify-content: center;
    color: white;
}
.godrejtopbarnewflowbottomcontentkey {
    display: grid;
    color: #ffffff;
    font-family: Gotham Book;
    font-size: 15px;
    justify-self: center;
    font-weight: 500;
}
.godrejtopbarnewflowbottomcontentval {
    display: grid;
    color: #00c1ff;
    font-family: "Gotham Book";
    font-size: 14px;
    font-weight: 400;
}

.godrejtopbarnewflowbottomendingcls {
    display: grid;
}
.godrejtopbarnewflowbottomdetailscls {
    display: grid;
    align-items: center;
    grid-auto-flow: column;
    /* grid-template-columns: max-content; */
    grid-gap: 11px;
    width: 100%;
    cursor: pointer;
    height: 100%;
}
.godrejtopbarnewflowbottomdetailsclstext {
    display: grid;
    /* height: 10px; */
    color: #d7d7d7;
    font-family: "Gotham Book";
    font-size: 14px;
    font-weight: 400;
}
.godrejtopbarnewflowbottomdetailsclsicon {
    display: grid;
    width: 21px;
    /* margin: 3px 0 0 0; */
    height: 20px;
    color: white;
    background-repeat: no-repeat;
    background-image: url("../images/godrejicons/reseticon.png");	
}


.godrejtopbarnewflowbottomlastcls {
    display: grid;
    grid-auto-flow: column;
    align-items: center;
    grid-template-columns: max-content;
    grid-gap: 0px;
    padding: 0 0 0 20px;
}
.godrejtopbarnewflowbottomnextviewdetailsbutton{
    display: grid;
    /* border-radius: 30px; */
    /* border: 1px solid #ffffff; */
    /* background-color: #ffffff; */
    width: max-content;
    color: #ffffff;
    font-family: "Gotham Book";
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
    text-transform: uppercase;
    padding: 12px 37px 12px 37px;
}
.godrejtopbarnewflowbottomnextbutton {
    display: grid;
    border-radius: 30px;
    border: 1px solid #ffffff;
    background-color: #ffffff;
    width: max-content;
    color: #00445a;
    font-family: "Gotham Book";
    font-size: 15px;
    font-weight: 400;
    cursor: pointer;
    text-transform: uppercase;
    padding: 12px 37px 12px 37px;
}
.godrejtopbarnewflowbottomcontentvalnullcls{
    opacity: .1;
    align-self: center;
    justify-self: center;
    color: #00c1ff;
    font-family: "Gotham Book";
    font-size: 14px;
    font-weight: 400;
}
.godrejtopbarnewflowbottomclsdisable{
    opacity: 0.1;
    pointer-events: none;
}
.godrejtopbarnewflowbottomclsdisablenextbutton{
    color: white;
    background-color: #00445a;
}


.godrejhelpscreeniframemaincls{
    display:grid;
    position: absolute;
    display: none;
    top: 0;
    z-index: 999999999;
    /* background: white; */
    left: 0;
    background: rgba(255,255,255,0.8);
    width: 100%;
    height: 100%;
    /* opacity: 0.8; */
}
.godrejhelpscreeniframecls{
    display:grid;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
    grid-template-rows: 50px 1fr;
    width: 60%;
    height: 75%;
    box-shadow: 0 0 24px 1px rgba(0, 0, 0, 0.27);
    border-radius: 15px;
    background-color: #ffffff;
}
.godrejhelpscreeniframeheadercls{
    display:grid;
    grid-auto-flow: column;
}
.godrejhelpscreeniframeheadercontainercls{
    display:grid;
    grid-auto-flow: column;
    width: max-content;
    align-items: center;
    padding: 0 0 0 20px;
    grid-gap: 10px;
}
.godrejhelpscreeniframeheadercontainerbackcls{
    display:grid;
    background-image: url("../images/godrejicons/arrowhelp.png");
    width: 24px;
    height: 12px;
    cursor: pointer;
}


.godrejhelpscreeniframeheadercontainertextcls{
    color: #353535;
    font-family: Gotham Book;
    font-size: 13px;
    /* align-self: end; */
    font-weight: 500;
    line-height: 24px;
    display:grid;
}
.godrejhelpscreeniframevideocls{
    display:grid;
    padding: 5px 60px 30px 60px;
}
.godrejhelpscreeniframevideoytcls{
    display:grid;
    width: 100%;
    height: 100%;
}
.godrejtopbarnewflowtopbarclsdisable{
    opacity: 0.8;
    pointer-events: none;
    background-color: white;
}
.godrejtopbarnewflowtopbarelemcls{
    z-index: 9999;
}
#godrejtopbarnewflowtopbarelemlogoid{
    z-index: 999999999;
}

.gdstmtflatpopupidtowerflowcls{
height: calc(100vh - 130px) !important;
top: 60px !important;
margin: unset !important;
}
.gdstmtflatpopupcontaineridtowerflowcls{
margin: unset !important;
height: calc(100vh - 130px) !important;
}
.gdstmtflatpopupbodytowerflowcls{
height: calc(100vh - 225px) !important;
}

.new_tower_topBarClassgdtoweflowcls{
top: 100px !important;
width: 280px !important;
left: 62px !important;
}
.dropDownClassContainergdtowerflow{
left: 100px !important;
margin: unset !important;
bottom: 85px !important;
}
.new_tower_topBarClassgdtowerflowcls{
position: absolute;
bottom: 125px;
left: 121px;
color: #d7d7d7;
font-family: "Gotham Book";
font-size: 14px;
font-weight: 400;
}

.gdstmtflatpopupbodyrightonbtnhidden{
grid-template-rows: 95% 5% !important;
}
