#NASD_section1 {
  display: block;
  margin: 0px;
  font-family: Roboto, Arial, Helvetica, sans-serif ;
}


#womp_17751 .promotionContainer {
  margin-right: auto ;
	margin-left: auto ;
	padding-left: 30px ;
	padding-right: 30px ;
	background-color: #fff ;
	padding-top:33px ;
	padding-bottom:10px ;
}

 .promotionContainer {
	 padding-bottom: 73px !important;
	 }

.mobtabs, .mobheading {
  display: none;
  font-size: 12px;
  line-height: 14px;
  color: #ffffff;
  padding-bottom: 5px;
}

.nasd_prn{
  position: absolute;
  font-size: 12px;
  line-height: 16px;
  bottom: 5px;
  left: 20px;
}

.onclickParaMob {
  display: none;
  position: absolute;
  top: 0;
  right: 5px;
  background-color: #00426a;
}

#moveRightButton:hover {
  background-color: #00426a;
}

#moveLeftButton:hover {
  background-color: #00426a;
}

#nasd_loader {
  position: absolute;
  top: 0%;
  z-index: 15;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

#nasd_loader img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 12;
}

/* COMMON ELOQUA CHANGES START  */

#screen_3 {
  display: none;
}

.sc4LaunchBtn {
  position: absolute;
  bottom: 10px;
  right: 10px;
  padding: 11px 21px;
  font-size: 14px;
  line-height: 16px;
  border-radius: 4px;
  color: #FFFFFF;
  font-weight: 500;
  background-color: #0085d5;
  border: 1px solid #0085d5;
}

.sc4LaunchBtn:hover {
  background-color: #00426a;
  border: 1px solid #FFFFFF;
  cursor: pointer;
}

.mapImage {
  max-width: 100%;
}

/* COMMON ELOQUA CHANGES END  */

/* Overlay */

#promptOverlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 10;
}

#screen_3 {
  position: relative;
}

#prompt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
 
  border-radius: 10px;
  text-align: center;
  
}

#prompt p {
  color: #FFFFFF;
}

#movingImage {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  animation: moveImage 2s linear infinite;
}

#imageContainer {
  position: relative;
  width: 50%;
  height: 50px;
  margin: 0 auto;
  overflow: hidden;
  /* Hide overflow to keep the image within bounds */
}

@keyframes moveImage {
  0% {
    left: 0;
  }

  50% {
    left: calc(100% - 50px);
  }

  100% {
    left: 0;
  }
}

/* Overlay */

.iHeader {
  padding-bottom: 15px;
  font-size: 24px;
  font-weight: 300;

}

.NASDFull {
  height: 100% !important;
}


.maxHeightLimit {
  max-height: 100vh !important;
}

#warning-message {
  display: none;
}

.Header-Wrapper {
  display: flex;
  justify-content: center;
}

.header_right_buttons img {
  
  max-height: 35px;
}

#headerinfo_option {
  display: block;
}

.maincontactbtn {
  margin: 20px;
  
}

.mainmoreinfo {
  margin: 20px;
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.p2text {
  padding: 0 8%;
}

.cotactTitle,
.mainmailtxt,
.moreinfotext {
  font-size: 20px;
  color: #303030;
}

.cotactTitle {
 
  text-align: center;
}



.qrimgnasd {
  text-align: center;
}

.qrimgnasd2 {
  text-align: center;
}

.contactBtn {
  font-size: 16px;
  color: #ffffff;
  background-color: #0085d5;
  padding: 12px 24px;
  border-radius: 4px;
  max-width: fit-content;
  text-align: center;
  margin: 0 auto;
  margin-top: 15px;
  margin-bottom: 15px;
}

.contactBtn:hover {
  background-color: #00426a;
  cursor: pointer;
}


.moreinfolink a,
.mainmailaddress a {
  font-size: 18px;
  color: #0085d5;
}

.moreinfolink {
  text-align: center;
}

.moreinfolink a:hover,
.mainmailaddress a:hover {
  color: #00426a;
}

/* END */
/* sidebar */

.rotated {
  transform: rotate(180deg);
}

#sidebarline {
  position: absolute;
  /* width: 5px; */
  border-left: 5px solid #0085d5;
  /* background: #0085d5; */
  height: 52px;
}

.slidebararrow {
  margin-top: 10px;
  color: #fff;
  font-size: 25px;
  background-color: #0085d5;
  position: absolute;
  margin-left: 0px;
  border-radius: 10px;
  height: 30px;
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}

div.sidebar {
  position: absolute;
  top: 30%;
  background: #fff;
  display: none;
  width: 250px;
  z-index: 6;
}

div#headerinfo_option {
  background: #fff;
  padding: 0px 10px 10px 5px;
  border-left: 5px solid #0085d5;
}

.viewSecton {
  font-size: 14px;
  font-weight: 500;
  text-align: center;
 margin: 14px 0px !important;
  padding-left: 35px;
}

/* sidebar end */
.screen_1_data {
  width: 100%;
  position: absolute;
  display: flex;
  bottom: 0;
  font-size: 42px;
  color: #fff;
}

#screen_2 {
  height: 100%;
}

.screen_1_button {
  padding: 18px 36px;
  margin-left: 10%;
  font-size: 24px;
  background: transparent;
  color: #fff;
  cursor: pointer;
  border-radius: 6px;
  font-weight: 400;
  border: 1px solid #fff;
  font-weight: 500;
  font-family: Roboto, Arial, Helvetica, sans-serif ;
}

.screen_1_button:hover,
.screen_2_button:hover {
  background-color: #00426a;
  border: 1px solid rgba(0, 66, 106, 0);
}

#NASD_section1 {
  margin: auto;
  max-height: 534px !important;
  max-width: 950px !important;
  width: 100% !important;
  height: 100% !important;
  position: relative;
}

#NASD_section1 img {
  vertical-align: bottom;
}



#screen_1 {
  height: 100%;
}

.screen_1_image {
  width: 100%;
  height: 100%;
}

#screen_2 {
  display: none;
}

.screen_2_data {
  position: absolute;
  font-size: 42px;
  background-color: #fff;
  top: 6%;
  left: 3%;
  right: 3%;
  bottom: 6%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.screen_2_button {
  border: none;
  padding: 15px 30px;
  font-size: 20px;
  background: #0085d5;
  color: #fff;
  cursor: pointer;
  border-radius: 4px;
}

.screen_2_image {
  width: 100%;
  height: 100%;
}

.agilent_band_custom {
  background-color: #0085d5;
  height: 8px;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
}

.agilent_band_2 {
  background-color: #00a9e0;
  height: 8px;
  width: 10%;
  float: right;
  position: relative;
  right: 16%;
}

.screen_2_para2 {
  color: #000000;
  
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-left: 64px;
  padding-right: 64px;
  text-align: left;
  margin: 12px;
}

.screen_2_para1 {
  color: #000000;
  
  font-size: 28px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-top: 20px !important;
}

.header_room_name {
  font-size: 24px;
  font-weight: 400;
}

#headerinfo_para {
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  padding: 35px;
  padding-top: 10px;
}

#headerinfo_para strong {
  font-weight: 500;
}

.viewicon {
  font-size: 14px;
  line-height: 16px;
}

.screen_3_data {
  text-align: center;
  position: absolute;
  z-index: 5;
  
  font-size: 22px;
  color: #000;
  width: 100%;
  background-color: #fff;
  top: 0;
  
}

.screen_3_image {
  width: 100%;
  height: 100vh;
}

.screen_3_header {
  height: 50px;
  background-color: #0085d5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 40px;
  padding-right: 30px;
  
}

.screen_3_header_div1 {
  display: flex;
  color: #fff;
  align-items: center;
}

.header_right_buttons {
  display: flex;
  align-items: center;
}

#Header_moreinfo_button {
  padding-left: 16px;
  cursor: pointer;
  
}

#Header_home {
  
  cursor: pointer;
}

#Header_fullscreen,
#Header_Exitfullscreen {
  cursor: pointer;
  padding-left: 20px;
  padding-right: 20px;
}

#cont_us {
  cursor: pointer;
  font-size: 12px;
  padding: 9px 18px;
  
  color: #ffffff;
  border-radius: 4px;
  border: 1px solid #ffffff;
}

#cont_us:hover {
  border: 1px solid #00426A;
  background-color: #00426a;
}

#Header_fullscreen {
  cursor: pointer;
 
}

#Header_close_button {
  display: none;
  cursor: pointer;
  padding-left: 16px;
}

.Header_info_div {
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
 
  text-align: left;
  position: absolute;
  color: #000;
  width: 100%;
  height: 100%;
  max-height: 534px;
 
  font-size: 20px;
  font-style: normal;
  line-height: normal;
  z-index: 10;
}

.NASDFull .Header_info_div {
  max-height: 100vh !important;
}

.Location_icon {
  left: 50%;
  transform: translate(-50%);
  position: absolute;
  
  cursor: pointer;
  
  bottom: 5px;
  display: none;
  z-index: 4;
  font-size: 16px;
  color: #ffffff;
  padding: 11px 21px;
  font-size: 14px;
  background-color: #0085d5;
  border-radius: 4px;
  text-align: center;
  bottom: 10px !important;
 
  border: 1px solid #0085d5;
  font-weight: 500;
}

.Location_icon:hover {
  background-color: #00426a;
 
  border: 1px solid #FFFFFF;
}



.joystick_icon {
  position: absolute;
  
  bottom: 5px;
 
  right: 0;
  
  display: none;
  width: 100%;
  bottom: 10px !important;
}

#moveLeftButton,
#moveRightButton,
#contactRghtButton {
  cursor: pointer;
}

#header_for_allScreen {
  display: none;
}

.header_for_allScreen {
  position: absolute;
  width: 100%;
  height: 100%;
 
}

.header_for_allScreen .full_screen_header {
  max-width: 100%;
}

.room_List_maindiv {
  width: 100%;
  height: 100%;
  max-height: 534px;
  
  position: absolute;
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
  z-index: 7;
  
}

.room_List_maindiv.room_List_maindiv_fullscreen {
  height: 100vh;
}

.room_list_display {
  background-color: #0085d5;
  max-width: 870px;
  width: 80%;
  
  max-height: 420px;
 
  margin: 0 auto;
}

.img-hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.15);
  transition: background-color 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}

.image_overlay:hover .img-hover {
  background-color: rgba(0, 0, 0, 0.5);
}

.selected-room .text {
  display: block;
}

.selected-room .img-hover {
  background-color: rgba(0, 0, 0, 0.5);
}

.selected-room .image_overlay {
  border: 4px solid #ffffff;
  border-radius: 4px;
}

.selected-room .room_Subheading {
  font-weight: 500;
}

.text {
  color: #ffffff;
  font-weight: 400;
  display: none;
}

.room_list_display.room_list_display_fullscreen {
  height: 77%;
}

.Room_list_header {
  background-color: #00426a;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.Room_list_header_heading {
  color: #fff;
  
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  padding-left: 47px;
  padding-top: 11px;
  padding-bottom: 11px;
}

.Room_list_header_closebutton {
  cursor: pointer;
}

#renderCanvas {
  width: 100%;
  height: 100%;
  max-height: 534px;
  touch-action: none;
}



.NASDFull #renderCanvas{
height: 100%;
max-height: 100%;
}

.NASDFull #canvasZone {
  height: 100vh;
  max-height: 100%;
}



.room_list_display_imagedivs {
  display: flex;
 
  padding-bottom: 10px;
  flex-wrap: wrap;
  height: 70vh;
  max-height: 357px;
  overflow: auto;
}


.Display_Room_images {
  margin-left: 3%;
  cursor: pointer;
  margin-top: 15px;
  width: 16.5%;
}

.image_overlay {
  position: relative;
  border: 2px solid #ffffff;
  border-radius: 4px;
}

.Display_Room_images_inside {
 
  width: 100%;
  height: auto;
  vertical-align: middle;
}

.room_heading {
  color: #fff;
 
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-top: 5px;
  padding-bottom: 5px;
}

.room_Subheading {
  color: #fff;
 
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.Hotspot_01 {
  position: absolute;
 
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  max-width: 550px;
  background-color: #00426ae5;
}

.contact-us-popup {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  max-width: 550px;
  background-color: #ffffff;
}



.hotspotdiv2 {
  
  padding-top: 10px;
  padding-right: 27px;
  padding-left: 35px;
  padding-bottom: 30px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 300;
}

.hotspotdiv1 {
 
  padding-bottom: 15px;
  padding-left: 35px;
 
  justify-content: space-between;
  color: #ffffff;
  font-size: 24px;
  font-weight: 300;
}


#hotsoptmaindiv_01,
#hotsoptmaindiv_02 {
  display: none;
}

.hotsoptmaindiv_01,
.hotsoptmaindiv_02 {
  width: 100%;
  height: 100%;
  max-height: 534px;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 7;
 
}

.hotsoptmaindiv_01_fullscreen,
.hotsoptmaindiv_02_fullscreen {
  height: 100vh;
}



#Header_Exitfullscreen {
  display: none;
}

.headerinfo_ribbon {
  background-color: #2783c5;
  height: 8px;

}

.headerinfo_ribbon2 {
  background-color: #2783c5;
  height: 8px;
  margin-top: 6px;
  width: 100%;
 
}

.headerinfo_yellow_ribbon {
  background-color: #f2a900;
  height: 8px;
  width: 65px;
  float: right;
  position: relative;
  right: 16%;
}

#headerinfo_change {

  width: 50%;
  max-width: 550px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #00426a;
  color: #fff;
}

#moveLeftButton {
  margin-left: 0px;
  
  display: flex;
  
  background-color: #0085d5;
  padding: 10px;
  color: #fff;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  align-items: center;
  width: 152px;
  justify-content: center;
}

#backFromTour {
  background-color: #0085d5;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  padding: 10px;
  color: #fff;
  width: 152px;
  align-items: center;
  display: flex;
  justify-content: center;
  cursor: pointer;
}

#backFromTour {
  display: none;
}

#backFromTour:hover {
  background-color: #00426a;
}

div#Location_icon img {
  width: 50px;
}

img.buttonimg {
  width: 23px;
}

p.buttonpara {
  font-size: 14px;
  margin: 0;
  padding-left: 9px;
  padding-right: 9px;
  text-align: center;
}

#moveRightButton,
#contactRghtButton {
  position: absolute;
  right: 0px;
  display: flex;
  background-color: #0085d5;
  padding: 10px;
  color: #fff;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  align-items: center;
  width: 152px;
  justify-content: center;
}

#contactRghtButton {
  display: none;
}

.viewicon {
  margin-left: 10px;
  display: flex;
  align-items: center;
  margin-top: 10px;
  cursor: pointer;
  color: #0085d5;
}

.viewicon:hover {
  color: #00426a;
  text-decoration: underline;
}

.viewicon_img {
  padding-right: 15px;
}

.homeHeading {
  font-size: 26px;
  font-weight: 300;
  
  line-height: 30px;
  width: 70%;
}

.trainLabelCD,
.trainLabelAB,
.trainLabelLO,
.trainLabelTF1,
.trainLabelTF2 {
  background-color: #FFFFFF;
  color: #fff;
  
  text-align: center;
}

.trainText {
  font-size: 16px;
  line-height: 20px;
  color: #0085d5;
  padding: 8px 8px;
  /* max-width: 170px; */
  margin: 0;
}

#sc3-rapper {
  position: relative;
}

/* New code  */
.stripFrist {
  width: 100%;
  display: flex;
  align-items: center;
  background-color: #0085d5;
  padding: 25px 20px;
}

.stripSecond {
  width: 25px;
  background-color: #00a9e0;
}

.stripThird {
  width: 50px;
  background-color: #00426a;
}

.agilent_band-sml {
  background-color: #0085d5;
  height: 5px;
}

.agilent_band-sml-popup {
  background-color: #0085d5;
  height: 8px;
}

.agilent_band_2-sml {
  background-color: #00a9e0;
  height: 5px;
  width: 32px;
  float: right;
  position: relative;
  right: 16%;
}

.agilent_band_2-sml-popup {
  background-color: #00a9e0;
  height: 8px;
  width: 65px;
  float: right;
  position: relative;
  right: 16%;
}

.agilent_band_3-sml {
  background-color: #f2a900;
  height: 5px;
  width: 32px;
  float: right;
  position: relative;
  right: 16%;
}

.agilent_band_3-sml-popup {
  background-color: #f2a900;
  height: 8px;
  width: 65px;
  float: right;
  position: relative;
  right: 16%;
}

.innerPage {
  position: relative;
}

.firstline {
  position: absolute;
  bottom: 57%;
  left: 18%;
}

.straightLine {
  display: flex;
  justify-content: center;
}

.manuLine {
  width: 2px;
  background-color: #FFFFFF;
  height: 50px;
}

.Secondline {
  position: absolute;
  bottom: 56%;
  left: 43%;
}

.manuLine2 {
  width: 2px;
  background-color: #FFFFFF;
  height: 50px;
}

.thirdline {
  position: absolute;
  bottom: 57%;
  left: 61%;
}

.manuLine3 {
  width: 2px;
  background-color: #FFFFFF;
  height: 50px;
}

.fourthline {
  position: absolute;
  top: 45%;
  left: 46%;
}

.manuLine4 {
  width: 2px;
  background-color: #FFFFFF;
  height: 30px;
}

.fifthline {
  position: absolute;
  top: 42%;
  left: 69%;
}

.manuLine5 {
  width: 2px;
  background-color: #FFFFFF;
  height: 30px;
}

#closeBtnImg,
#closeBtnsm,
#closeBtnImg1,
#closeBtnsMob {
  cursor: pointer;
}

.closeBtn11,
.closeBtn22 {
  display: flex;
  align-items: center;
  padding-bottom: 5px;
  padding-left: 10px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  background-color: #FFFFFF;
}

.closeBtn {
  display: flex;
  align-items: center;
  justify-content: end;
  padding: 0px 0px;
  padding-right: 10px;
}

.closeBtn22 {
  display: none;
  background-color: #00426a;
}

.closeBtn1 {
  display: flex;
  align-items: center;
  justify-content: end;
  padding: 6px;
}

.closeBtn3 {
  display: flex;
  align-items: center;
  justify-content: end;
  padding: 5px 5px;
  padding-bottom: 0px;
}

.room-close{
padding-right: 10px;
}
.leftHead {
  font-size: 24px;
  margin: 10px 0px;
  color: #0085d5;
  font-weight: 300;
  line-height: 28px;
}

.leftPara {
  font-size: 14px;
  line-height: 16px;
  margin: 2px 0 0 0;
  margin-right: 10px;
  color: #231f20;
}

.innerleft {
  display: flex;
  margin-top: 10px;
  margin-right: 20px;
}

.innerleft img,
.innerleft2 img {
  max-width: 55px;
}

.innerleft2 {
  display: flex;
  margin-right: 20px;
}

.outer {
  padding: 0px 0px 7px 0px;
  position: relative;
  flex: 1;
  display: flex;
  overflow: hidden;
}

.leftRight {
  display: flex;
  align-items: flex-start;
  flex: 1;
  overflow-y: auto;
  padding-left: 12px;
  padding-top: 38px;
  padding-right: 6px;
}

.innerone,
.innertwo {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 15px;
  width: 50%;
}

.innerleft {
  border-bottom: 1px solid #b9b9b9;
}

.innerone {
  border-right: 1px solid #b9b9b9;
  padding-left: 0px;
}

.innertwo {
  padding-right: 0px;
}

.innerone {
  margin-left: 0px;
}

.innertext {
  text-align: start;
  padding-left: 10px;
}

.inneronePara1 {
  font-size: 13px;
  font-weight: 600;
  margin: 0;
  color: #231f20;
 
}

.inneronePara2 {
  font-size: 12px;
  line-height: 16px;
  color: #231f20;
  
  margin: 0;
}

.rightSection {
  width: 500px;
  background-color: #00426a;
 
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 100%;
}


.rightPara {
  font-size: 14px;
  line-height: 16px;
  color: #fff;
}

.rightBold {
  font-weight: 500;
}

.arrowBtn {
 
  background-color: #0085d5;
  border: 1px solid #0085d5;
  border-radius: 4px;
  color: #fff;
  font-weight: 300;
  font-size: 14px;
  display: flex;
  align-items: center;
  padding: 11px 21px;
  cursor: pointer;
  font-weight: 500;
}

.arrowBtn:hover {
  background-color: #00426a;
  border: 1px solid #FFFFFF;
}

.arrowBtnImg {
  max-width: 30px;
  height: auto;
}

.expand {
  display: none;
  
  background-color: #00426a;
  
  padding-top: 38px;
  overflow-y: auto;
}

.expand hr {
  border: 1px solid #0085D5;
  margin: 0px 0px;

}

.expandLeftpara {
  font-size: 24px;
  line-height: 28px;
  color: #fff;
  font-weight: 300;
  margin: 0;
}

.expandpara2 {
  font-size: 12px;
  line-height: 16px;
  color: #fff;
}

.expandLeft {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-bottom: 5px;
}

.expandText,
.expandIMage {
  width: 50%;
  padding-right: 5px;
}

.broadPara {
  font-size: 14px;
  color: #fff;
}

.smallPara {
  font-size: 12px;
  line-height: 14px;
  color: #fff;
  margin: 0;
  font-weight: 300;
}

.Broad {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}

.broadMargin {
  text-align: center;
  border-right: 1px solid #0085d5;
  padding: 0px 10px;
  opacity: 0.5;

}

.broadMarginend {
  text-align: center;
  padding: 0px 5px;
  opacity: 0.5;
}

.small p,
.mid p {
  font-size: 13px;
  line-height: 16px;
  color: #0085d5;
  margin: 10px 0px;
}

.small {
  background-color: #fff;
  width: 30%;
  border-bottom: 4px solid #e87722;
  display: flex;
  /* justify-content: center; */
  align-items: center;
  cursor: pointer;
  z-index: 2;
}

.small:hover {
  background-color: #e87722 !important;
}

.small:hover p {
  color: #fff !important;
}

.small p,
.mid p {
  padding-left: 7px;
}

.mid {
  background-color: #fff;
  width: 30%;
  border-bottom: 4px solid #84bd00;
  display: flex;
  /* justify-content: center; */
  align-items: center;
  margin-top: 20px;
  cursor: pointer;
  z-index: 2;
}

.mid:hover {
  background-color: #84bd00 !important;
}

.mid:hover p {
  color: #fff !important;
}

.cross-btn {
  position: relative;
  width: 100%; 
  height: 100%; 
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
}

.btnBorder {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #0085d5;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  width: 16px;
  height: 16px; 
}
.btnBorder1 {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #0085d5;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  width: 16px;
  height: 16px;
}
.btnBorder3 {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #0085d5;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  width: 16px;
  height: 16px;
}

.btnBorder:has(.cross-btn:hover) {
  background-color: #00426a ;
}

.btnBorder1:has(.cross-btn:hover) {
  background-color: #00426a ;
}

.btnBorder3:has(.cross-btn:hover) {
  background-color: #00426a ;
}

.cross-btn::before{
  content: "";
  position: absolute;
  width: 14px;
  height: 1.5px;
  background-color: #0085d5;
  top: 50%;
  left: 50%;
  transform-origin: center;
}

.cross-btn::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 1.5px;
  background-color: #0085d5;
  top: 50%;
  left: 50%;
  transform-origin: center;
}

.cross-btn::before {
  /* transform: rotate(45deg); */
  transform: translate(-50%, -50%) rotate(45deg); 
}

.cross-btn::after {
  /* transform: rotate(-45deg); */
  transform: translate(-50%, -50%) rotate(-45deg); 
}

.expandIMage {
  /* background-image: url(../images/map.png); */
  position: relative;
  background-position: right;
  background-repeat: no-repeat;
  background-size: 100%;
}

.allOrange,
.greenall {
  display: flex;
  align-items: center;
}

.allOrange {
  position: absolute;
  width: 330px;
  top: 26%;

}

.greenall {
  position: absolute;
  width: 330px;
  top: 50%;
  /* left: -3%; */
}

/* .allOrange,
.greenall {
  position: relative;
} */

.ornagline {
  position: absolute;
  margin-top: 50px;
  left: 30%;
}

.greenline {
  position: absolute;
  margin-bottom: 28px;
  left: 30%;
}

.orangeArrow {
  width: 25px;
  position: absolute;
  top: 100%;
  left: 36.5%;

}

.greenArrow {
  width: 25px;
  position: absolute;
  top: -18%;
  left: 46%;
}

.onclickPara {
  border: 1px solid #e87722;
  width: 85%;
  display: none;
}

.clickpara {
  font-size: 12px;
  line-height: 14px;
  /* font-weight: 300; */
  color: #fff;
  margin: 0;
  padding: 0px 10px 10px 10px;
}

.startExpor {
  width: 162px;
  cursor: pointer;
  background-color: #0085d5;
  color: #fff;
  font-weight: 300;
  font-size: 14px;
  border: 1px solid #0085d5;
  border-radius: 4px;
  padding: 11px 21px;
  margin-left: 2%;
  margin-right: 2%;
  font-weight: 500;
}

.startExpor:hover {
  background-color: #00426a;
  border: 1px solid #FFFFFF;
}

.bottomPart {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

img.broadImg {
  max-width: 100%;
  height: 45px;
}

.arrowImage {
  max-width: 100%;
  height: auto;
}

.allnew {
  position: relative;
  height: 100%;
  display: none;
  align-items: flex-start;
  background-color: #00426a;
  overflow: hidden;
}

.allImage {
  max-width: 100%;
  height: auto;
}

.sideSection {
  /* width: 46%; */
  width: 38%;
  background-color: #00426a;
  height: 100%;
}

.mainSection {
  /* background-image: url("../images/groupAll.jpg"); */
  height: 100%;
  width: 100%;
  max-width: 100%;
  position: relative;
}

.border-circle {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 1px solid #00426a;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 36px;
  font-weight: 300;
  background-color: #0085d5;
  margin-top: 5px;
  cursor: pointer;
}

.closeALL {
  border: 1px solid #0085d5;
}

.closeALL:hover {
  border: 1px solid #00426a !important;
}

.border-circle:hover {
  background-color: #00426a;
  border: 1px solid #fff;
}

/* .border-circle::after {
  content: '\276E';
  color: #fff;
  
} */
img.leftSmall-arrow {
  width: 25px;
}

.sideHeadpara {
  font-size: 21px;
  font-weight: 300;
  margin: 0;
  line-height: 1;
  color: #fff;
  margin-left: 10px;
  line-height: 25px;
}

.mainhead {
  display: flex;
  align-items: flex-start;
  /* justify-content: center; */
  padding: 10px 10px 10px 10px;
}

.leftsub {
  display: flex;
  align-items: center;
  justify-content: center;
}

.allmenuSub {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 12px 10px;
  background-color: #0085d5;
  border-bottom: 1px solid #00426a;
  cursor: pointer;
}


@media (hover: hover) {
  .allmenuSub:hover .leftsunpara {
    color: #00426a;
  }

  .allmenuSub:hover {
    background-color: #fff;
  }

  .allmenuSub:hover .border-circle1A::after {
    color: #00426a;
    font-weight: 300;
  }

  .allmenuSub:hover .border-circle1,
  .allmenuSub:hover .border-circle2,
  .allmenuSub:hover .border-circle3,
  .allmenuSub:hover .border-circle4,
  .allmenuSub:hover .border-circle5,
  .allmenuSub:hover .border-circle6,
  .allmenuSub:hover .border-circle7,
  .allmenuSub:hover .border-circle8 {
    background-color: #00426a;
  }
}

.border-circle1,
.border-circle2,
.border-circle3,
.border-circle4,
.border-circle5,
.border-circle6,
.border-circle7,
.border-circle8 {
  min-width: 20px;
  min-height: 20px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #fff;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-weight: 300;
  background-color: #0085d5;
}

.border-circle1::after {
  content: "1";
  /* Unicode for right arrow */
  color: #fff;
}

.border-circle2::after {
  content: "2";
  /* Unicode for right arrow */
  color: #fff;
}

.border-circle3::after {
  content: "3";
  /* Unicode for right arrow */
  color: #fff;
}

.border-circle4::after {
  content: "4";
  /* Unicode for right arrow */
  color: #fff;
}

.border-circle5::after {
  content: "5";
  /* Unicode for right arrow */
  color: #fff;
}

.border-circle6::after {
  content: "6";
  /* Unicode for right arrow */
  color: #fff;
}

.border-circle7::after {
  content: "7";
  /* Unicode for right arrow */
  color: #fff;
}

.border-circle8::after {
  content: "8";
  /* Unicode for right arrow */
  color: #fff;
}

.leftsunpara {
  font-size: 13px;
  line-height: 16px;
  color: #fff;
  margin: 0;
  padding-left: 8px;
  letter-spacing: 0.2px;
}

.border-circle1A {
  width: 20px;
  height: 20px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 36px;
  font-weight: 300;
}

.border-circle1A::after {
  content: "\203A";
  /* Unicode for right arrow */
  color: #fff;
  /* font-weight: 300;  */
}

.overlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  /* Adjust the opacity as needed */
}

.modal {
  display: none;
  /* Hidden by default */
  position: absolute;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  /* max-height: 483px; */
  padding-left: 15%;
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;

  border: none;
  width: 45%;
}

.modalInner {
  color: #fff;
  padding: 10px 0px 30px 0px;
  background-color: #00426a;
}

.modalHead {
  padding-left:20px;
  padding-right: 20px;
  font-size: 24px;
  margin: 0;
  font-weight: 300;
  letter-spacing: 0.2px;
}

.modalPara {
  padding-left:20px;
  padding-right: 20px;
  font-size: 16px;
  margin: 0;
  font-weight: 300;
  margin-top: 20px;
  line-height: 1.5;
  letter-spacing: 0.2px;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.newbc {
  background-color: #00426a !important;
}

.learMoreDiv {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.learnMoreBtn {
  padding: 12px 24px;
  font-size: 16px;
  background: #0085d5;
  color: #fff;
  cursor: pointer;
  border-radius: 4px;
  font-weight: 500;
  border: 1px solid #0085d5;
  margin-top: 25px;
}

.learnMoreBtn:hover {
  background-color: #00426a;
  border: 1px solid #FFFFFF;
}

.crossAndinfo {
  position: relative;
}

.straightLineInfo {
  display: flex;
  justify-content: center;
  position: absolute;
  left: 30px;
  top: 29px;
  z-index: 15;
}

.manuLineinfo {
  width: 1px;
  background-color: #fff;
  height: 19px;
}

/* .straightLineInfo{
  display: none;
} */

/* hotspots */

.hotspots {
  /* position: relative; */
  width: 100%;
  height: 100%;
}

.hotspot {
  position: absolute;
  width: 2vw;
  height: 2vw;
  min-width: 20px;
  min-height: 20px;
  max-width: 20px;
  max-height: 20px;
  background-color: #CE0F69;
  border: 2px solid #00426a;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  color: #FFFFFF;
}

.hotspot:hover {
  background-color: #80276C;
}

#hotspot1 {
  top: 62%;
  left: 54%
}

#hotspot2 {
  top: 56%;
  left: 61%;
}

#hotspot3 {
  top: 51%;
  left: 50%;

}

#hotspot4 {
  top: 63%;
  left: 45%;
}

#hotspot5 {
  top: 56%;
  left: 44%;
}

#hotspot6 {
  top: 62%;
  left: 35%;
}

#hotspot7 {
  top: 57%;
  left: 39%;
}

#hotspot8 {
  top: 59%;
  left: 27%;
}

/* Media */


@media (max-width: 1100px) {

  .allmenu{
    overflow: auto;
  }

  .stripFrist {
    padding: 25px 20px;
  }

  /* .outer {
    padding: 0px 30px 15px 30px;
  } */

  /* .leftHead {
    font-size: 26px;
  } */

  /* .expandLeftpara {
    font-size: 26px;
  } */

  .Broad {
    width: 100%;
  }

  .innerone,
  .innertwo {
    padding: 15px 20px;
  }

  .innerone {
    padding-left: 0px
  }

  .innertwo {
    padding-right: 0px
  }

  .broadMargin {
    padding: 0px 8px;
  }

  .greenArrow {
    left: 46%;
  }

  .sideHeadpara {
    font-size: 18px;
    line-height: 22px;
  }
}

@media (max-width: 1000px) {


  .greenline {
    left: 29%;
  }

  .greenArrow {
    left: 45%;
  }

  /* .inneronePara1 {
    font-size: 14px;
  } */

  .innerone,
  .innertwo {
    padding: 10px 10px;
  }

  .innerone {
    padding-left: 0px
  }

  .innertwo {
    padding-right: 0px
  }

  .leftPara {
    font-size: 14px;
  }

  /* .inneronePara2 {
    font-size: 14px;
  } */

  .innerImage {
    width: 51px;
  }

  /* .outer {
    padding: 0px 20px 15px 20px;
  } */

  .arrowBtn {
    font-size: 12px;
    padding: 5px 5px;
  }

  /* .small p,
  .mid p {
    font-size: 16px;
  } */

  /* .startExpor {
    margin-left: 2%;
    width: 145px;
  } */

  .startExpor {
    font-size: 13px;
    padding: 10px 20px;
  }

  /* .allmenuSub {
    padding: 15px 10px 15px 20px;
  } */
}

@media only screen and (max-width: 948px) and (orientation: landscape) {
  .sideHeadpara {
    font-size: 16px;
    line-height: 20px;
  }

  .small p,
  .mid p {
    font-size: 12px;
    line-height: 14px;
  }

  .allOrange {
    width: 305px;
    top: 24%;
  }

  .greenline {
    left: 25%;
  }

  .greenArrow {
    left: 42%;
  }

  .orangeArrow,
  .greenArrow {
    width: 20px;
  }

  .orangeArrow {
    left: 38%;
    top: 111%;
  }


}

@media only screen and (max-width: 900px) and (orientation: landscape) {

  .allmenuSub {
    padding: 7px 7px;
  }

  .mainhead {
    padding: 7px 7px;
  }

  .orangeArrow {
    left: 37%;
  }

  .greenline {
    left: 24%;
  }

  .greenArrow {
    left: 41%;
  }

  .ornagline {
    left: 29%;
  }

  .firstline {
    left: 16%;
  }

  .fourthline {
    top: 45%;
    left: 46%;
  }

  .fifthline {
    top: 40%;
    left: 70%;
  }

  .homeHeading {
    font-size: 24px;
    line-height: 28px;
  }

  .screen_1_button {
    padding: 12px 24px;
    font-size: 16px;
    border-radius: 4px;
  }

  .homeHeading {
    width: 100%;
  }

  .leftHead {
    font-size: 24px;
  }

  .innerleft {
    margin-top: 0px;
  }

  /* .inneronePara2 {
    font-size: 12px;
  } */

  .innerone,
  .innertwo {
    padding: 10px 10px;
    /* margin: 10px 10px 0px 0px; */
  }

  .innerone {
    padding-left: 0px;
  }

  .innertwo {
    padding-right: 0px;
  }

  .expandpara2 {
    font-size: 12px;
  }

  .expandLeftpara {
    font-size: 20px;
    line-height: 24px;
  }

  .clickpara {
    font-size: 12px;
  }

  .clickpara {
    padding: 0px 15px 8px 15px;
  }

  img.broadImg {
    max-width: 100%;
    height: auto;
  }

  .broadMargin {
    margin-left: 0px;
  }

  .arrowImage {
    /* max-width: 100%; */
    height: auto;
    width: 25px;
  }

  .sideSection {
    /* width: 47%; */
    background-color: #00426a;
    height: 100%;
  }

  .modal-content {
    width: 60%;
  }

  .learnMoreBtn {
    margin-top: 8px;
  }

  .modal {
    padding-left: 15%;
  }

  #headerinfo_para {
    font-size: 16px;
    line-height: 20px;
  }

  /* 
  #headerinfo_change,
  .headerinfo_ribbon {
    margin-left: 14%;
  } */

  .screen_3_data {
    font-size: 19px;
  }
}

@media only screen and (max-width: 868px) and (orientation: landscape) {
  /* .leftRight{
    padding-left: 0px;
  } */


  .ornagline {
    left: 29%;
  }

  .orangeArrow {
    left: 37%;
  }

  .greenline {
    left: 24%;
  }

  .greenArrow {
    left: 41%;
  }
}

@media only screen and (max-width: 840px) and (orientation: landscape) {
  .broadMargin {
    padding: 0px 6px;
  }

  .closeBtn1 {
    padding-bottom: 0px;
  }

  .closeBtn1 {
    padding: 3px;
  }

  /* .smallone {
    width: 11px !important;
    height: 11px !important;
  } */

  .greenline {
    left: 19%;
  }

  .greenArrow {
    left: 36%;
  }

  .ornagline {
    left: 24%;
  }

  .orangeArrow {
    left: 32%;
  }

  .allOrange {
    width: 305px;
    top: 22%;
  }
}

@media only screen and (max-width: 800px) and (orientation: landscape) {
  .expand {
    padding-top: 34px;
  }

  .expandIMage {
    padding-bottom: 17px;
  }

  .allOrange {
    width: 305px;
    top: 17%;
  }

  .greenall {
    position: absolute;
    width: 330px;
    top: 48%;
    /* left: -3%; */
  }
}


@media (max-width: 795px) {

  div#header_room_name {
    font-size: 14px !important;
  }

  .viewicon {
    margin-top: 5px;
  }

  .modalHead {
    font-size: 22px;

  }

  .modalPara {
    font-size: 14px;
    line-height: 16px;
    margin-top: 10px;
  }

  .hotspot {
    min-width: 17px;
    min-height: 17px;
    max-width: 17px;
    max-height: 17px;
    font-size: 11px;
  }

  .expandLeftpara {
    font-size: 18px;
    line-height: 22px;
  }

  .onclickPara {
    display: none !important;
  }

  .mapImage,
  .allOrange,
  .greenall {
    display: none;
  }

  .mobtabs {
    display: flex;
    font-size: 12px;
    line-height: 14px;
    color: #0085D5;
    gap: 10px;
  }

  .mobheading{
    display: block;
  }

  .mobtab1 {
    background-color: #FFFFFF;
    border-bottom: 4px solid #e87722;
    padding: 5px;
  }

  .mobtab2 {
    background-color: #FFFFFF;
    border-bottom: 4px solid #84bd00;
    padding: 5px;
  }

  .border-circle {
    width: 20px;
    height: 20px;
  }

  img.leftSmall-arrow {
    width: 20px;
  }

  .leftRight {
    flex-direction: column;
    padding-right: 12px;

  }

  .rightinner {
    padding: 0px;
    display: flex;
    gap: 15px;
    /* padding: 10px 0px; */
  }

  .rightSection {
    width: 100% !important;
    margin-bottom: 5px;
    padding-top: 10px;
    padding-bottom: 10px;

  }

  .rightPara br {
    display: none;
  }

  .trainText {
    font-size: 14px;
    padding: 6px 6px;
    line-height: 15px;
  }

  .manuLine {
    height: 35px;
  }

  .manuLine2,
  .manuLine3 {
    height: 40px;
  }

  .manuLine4,
  .manuLine5 {
    height: 20px;
  }

  .fourthline {
    top: 46%;
    left: 45%;
  }

  .fifthline {
    top: 43%;
    left: 69%;
  }

  .bottomPart {
    flex-wrap: wrap;
  }

  .startExpor {
    margin: 0 auto;
    margin-top: 5px;
    width: auto;
  }

  .modal {
    padding-top: 30px;
    /* max-height: 570px; */
  }

  .modal-content {
    width: 60%;
  }

  .learnMoreBtn {
    margin-top: 12px;
  }

  .learnMoreBtn {
    padding: 11px 21px;
    font-size: 14px;
  }

  .iHeader {
    padding-bottom: 10px;
    font-size: 22px;
  }

  /* .room_list_display{
    width: 96%;
    height: 80%;
  } */

  .modal {
    padding-left: 15%;
  }

  .homeHeading {
    font-size: 21px;
    line-height: 25px;
  }


  .expandText {
    margin-right: 2%;
    padding-bottom: 10px;
  }

  /* scene */
  .screen_3_header {
    padding-left: 15px;
    padding-right: 15px;
    height: 42px;
  }

  .screen_3_data {
    font-size: 16px;
  }

  #Header_moreinfo_button,
  #Header_close_button,
  #Header_fullscreen,
  #Header_Exitfullscreen,
  #Header_home {
    width: 25px;
  }

  #cont_us {
    font-size: 12px;
    padding: 4px 6px;
    font-weight: 500;
  }

  #headerinfo_para {
    font-size: 14px;
    line-height: 18px;
  }

  /* #headerinfo_change,
  .headerinfo_ribbon {
    margin-left: 14%;
  } */

  .straightLineInfo {
    left: 28px;
    top: 25px;
  }

  .manuLineinfo {
    height: 13px;
  }

  .cotactTitle,
  .mainmailtxt,
  .moreinfotext,
  .moreinfolink a,
  .mainmailaddress a {
    font-size: 16px;
  }

  .contact-us-popup {
    width: 69%;
    top: 48%;
  }

  .contactBtn {
    font-size: 14px;
    padding: 8px 10px;
  }

  div#headerinfo_option {
    padding-top: 0px;
  }

  div.sidebar {
    top: 27%;
  }

  .viewicon,
  .viewSecton {
    font-size: 12px;
  }

  /* .Location_icon {
    left: 42%;
  } */

  .joystick_icon,
  .Location_icon {
    font-size: 14px;
  }
  
  #moveLeftButton,
  #moveRightButton,
  #backFromTour,
  #contactRghtButton {
    padding: 6px;
    width: 140px;
  }



  

  .hotspotdiv1 {
    font-size: 18px;
  }

  .hotspotdiv2 {
    font-size: 14px;
  }

  img.buttonimg {
    width: 20px;
  }

  

  .room_list_display_imagedivs {
    height: 70vh;
    overflow: auto;
  }

  .Display_Room_images {
    width: 30%;
  }

  .room_Subheading {
    font-size: 14px;
  }

  /* #screen_3 {
    position: relative;
  } */
}

@media (max-width: 700px) {

  .modalHead {
    font-size: 20px;
  }

  .modalPara {
    font-size: 12px;
    line-height: 14px;
    margin-top: 5px;
  }

  .hotspot {
    min-width: 15px;
    min-height: 15px;
    max-width: 15px;
    max-height: 15px;
    font-size: 11px;
  }

  .homeHeading {
    font-size: 20px;
    line-height: 24px;
  }

  .expandLeftpara {
    font-size: 16px;
    line-height: 20px;
  }

  .leftHead {
    font-size: 20px;
    line-height: 24px
  }

  .leftPara {
    font-size: 12px;
  }

  .innerImage {
    width: 31px;
  }

  .innerone,
  .innertwo {
    padding: 20px 5px;
  }

  .innerone {
    padding-left: 0px
  }

  .innertwo {
    padding-right: 0px
  }

  /* .rightinner {
    padding: 100% 0;
  } */

  .greenArrow {
    left: 52%;
  }

  .orangeArrow {
    left: 38%;
  }
}

@media only screen and (max-width: 681px) and (orientation: landscape) {
  .NASDFull #canvasZone {
    height: 90vh !important;
  }
  
  #Hotspot_01 {
    width: 70%;

  }

  #headerinfo_para {
    font-size: 12px;
    line-height: 16px;
  }

  #headerinfo_change {
    width: 70%;
  }

  .iHeader {
    padding-bottom: 10px;
    font-size: 20px;
  }

  #headerinfo_para {
    padding: 10px;
  }

  .hotspotdiv1 {
    padding-bottom: 0px;
  }

  .broadMargin {
    padding: 0px 4px;
  }

  .stripFrist {
    padding: 20px 15px;
  }
  .nasd_prn{
    left: 15px;
    font-size: 10px;
    line-height: 12px;
  }

  .trainText {
    font-size: 13px;
    padding: 5px 5px;
    line-height: 15px;
  }

  .screen_1_button {
    margin-left: 5%;
  }

}

@media only screen and (max-width: 630px) and (orientation: landscape) {
  #Hotspot_01 {

    height: 75%;
    overflow: auto;
  }

  .headerinfo_para {
    padding: 10px;
  }

  div.sidebar {
    top: 18%;
  }

  div#header_room_name {
    font-size: 12px !important;
  }

  .hotspot {
    min-width: 13px;
    min-height: 14px;
    max-width: 13px;
    max-height: 14px;
    font-size: 9px;
  }

  .trainText {
    font-size: 12px;
  }

  .homeHeading {
    font-size: 18px;
    line-height: 24px;
  }
}

@media only screen and (max-width: 600px) and (orientation: landscape) {

  .modalInner {
    padding-bottom: 10px !important;
  }

  .modal {
    padding-left: 17%;
    padding-top: 20px;
  }

  .trainText {
    font-size: 11px;
  }

  .homeHeading {
    font-size: 16px;
    line-height: 20px;
  }

  .fourthline {
    top: 44%;
    left: 45%;
  }

  .fifthline {
    top: 40%;
    left: 70%;
  }

  .screen_1_button {
    font-size: 14px;
    padding: 11px 21px;
    border-radius: 4px;
    margin-left: 4%;
  }


}

@media only screen and (max-width: 586px) and (orientation: landscape) {

  .modal {
    padding-left: 18.5%;
    padding-top: 10px;
  }

  #Header_fullscreen,
  #Header_Exitfullscreen {
    cursor: pointer;
    padding-left: 10px;
    padding-right: 10px;
  }

  .closeBtn {
    padding-top: 0px;
  }

  .slidebararrow {
    height: 20px;
    width: 25px;
  }

  .viewSecton {
    padding-left: 0px;
    margin-bottom: 0px !important;
  }

  .screen_3_data {
    font-size: 14px;
  }

  .smallPara {
    font-size: 10px;
    line-height: 12px;
  }

  div#header_room_name {
    font-size: 11px !important;
  }
}


@media only screen and (max-width: 820px) and (orientation: portrait) {
  #NASD_section1 {
    display: none !important;
  }

  .rotatetxt {
    text-align: center;
    padding: 10px;
  }

  #warning-message {
    width: 100%;
    height: 100vh;
    color: #ffffff;
    font-size: 20px;
    line-height: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-image: url(/cs/promotions/images/nasd-potrait-bg.png);
    /* background-color: #00426A; */
    background-repeat: no-repeat;
    background-size: cover;
  }
}

/* @media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1) {
    #NASD_section1 {
        height: 100dvh !important;
    }
} */
/* sidebar  */

.hidden {
  display: none !important;
}