@import url('https://fonts.googleapis.com/css2?family=Damion&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
.loader {
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.99);
	position: fixed;
	overflow: auto;
	top: 0;
	left: 0;
	z-index: 999;
	display: block;
}
@keyframes ldio-v6g4je6oqv {
 0% {
 top: 70.5px;
 left: 70.5px;
 width: 0;
 height: 0;
 opacity: 1;
}
 100% {
 top: 17.25px;
 left: 17.25px;
 width: 106.5px;
 height: 106.5px;
 opacity: 0;
}
}
.ldio-v6g4je6oqv div {
	position: absolute;
	border-width: 4.5px;
	border-style: solid;
	opacity: 1;
	border-radius: 50%;
	animation: ldio-v6g4je6oqv 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.ldio-v6g4je6oqv div:nth-child(1) {
	border-color: #1a8d3f
}
.ldio-v6g4je6oqv div:nth-child(2) {
	border-color: #f26e23;
	animation-delay: -0.5s;
}
.loadingio-spinner-ripple-rf50obiksdm {
	width: 150px;
	height: 150px;
	display: inline-block;
	overflow: hidden;
	background: none;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 99;
	position: fixed;
	transform: translate(-50%, -50%);
}
.ldio-v6g4je6oqv {
	width: 100%;
	height: 100%;
	position: relative;
	transform: translateZ(0) scale(1);
	backface-visibility: hidden;
	transform-origin: 0 0; /* see note above */
}
.ldio-v6g4je6oqv div {
	box-sizing: content-box;
}

* {
  -webkit-touch-callout: none; /* prevent callout to copy image, etc when tap to hold */
  -webkit-text-size-adjust: none; /* prevent webkit from resizing text to fit */
  -webkit-tap-highlight-color: rgba(
    0,
    0,
    0,
    0
  ); /* make transparent link selection, adjust opacity 0 to 1.0 */
  -webkit-user-select: none; /* prevent copy paste, to allow, change 'none' to 'text'; this line prevents an input type=text from functioning */
}
textarea:focus, input:focus{
    outline: none;
}
::placeholder {
  color: #1a8d3f;
}

body,
html {
  overflow: hidden;
  background-color: #fff;
  user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  -webkit-text-size-adjust: 100%;
  margin: 0;
  padding: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
body{font-family: "Montserrat", sans-serif;}
.popup{width:100%; height:100%; background-color:rgba(255,255,255,0.8); position:fixed; top:0; left:0; z-index:1; display:block;}
.popup .poptext{position:fixed; top:50%; left:50%; transform:translate(-50%,-50%); width:300px; padding:40px 30px; border-radius:15px; background-color:#fff; border:2px dotted #1a8d3f; text-align:center;}

#container {
  position: relative;
  width: 1024px;
  height: 768px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  flex-shrink: 0;
  transform-origin: center center;
}
.page{position: absolute;
  width: 1024px;
  height: 768px;
  top: 0px;
  left: 0px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;}
#page1{background-image: url("../images/page1.jpg");}
#page2{background-image: url("../images/page2.jpg"); display:none;}
#page3{background-image: url("../images/page3.jpg"); display:none;}
#page4{background-image: url("../images/page4.jpg"); display:none;}
#page5{background-image: url("../images/page5.jpg"); display:none;}
#page6{background-image: url("../images/page6.jpg"); display:none;}
#product{background-image: url("../images/brand.jpg");}
#ref{background-image: url("../images/ref.jpg");}



.gynae #page1{background-image: url("../images/gynae/page1.jpg");}
.gynae #page2{background-image: url("../images/gynae/page2.jpg"); display:none;}
.gynae #page3{background-image: url("../images/gynae/page3.jpg"); display:none;}
.gynae #page4{background-image: url("../images/gynae/page4.jpg"); display:none;}
.gynae #page5{background-image: url("../images/gynae/page5.jpg"); display:none;}
.gynae #page6{background-image: url("../images/gynae/page6.jpg"); display:none;}
.gynae #product{background-image: url("../images/gynae/brand.jpg");}
.gynae #ref{background-image: url("../images/gynae/ref.jpg");}



#formSection{position:absolute; top:560px; left:575px; width:400px; text-align:right;}
.textbox{width:100%; border:none; border-bottom:2px dotted #1a8d3f; background-color:transparent; font-family: "Damion", cursive;
  font-weight: 400; font-style: normal; font-size:50px; font-style:italic; color:#1a8d3f;}

.btn{margin-top:15px; border:none; background-color:#1a8d3f; font-family: "Montserrat", sans-serif; font-size:1.2em; padding:7px 15px; border-radius:10px; color:#fff;}

#mapdiv{background-image: url("../images/mapbg.jpg"); display:block;}
#mapdiv .frame{position:absolute; top:206px; left:222px; width:579px; height:443px; border-radius:15px; background-color:rgba(0,0,0,0.5); }
.maptext{position:absolute; top:680px; left:50%; transform:translateX(-50%); width:900px; color:#fff; font-weight:500; text-align:center; font-size:1.2em}

.btdiv{position:absolute; bottom:10px; left:10px; }
.btdiv img{max-width:35px;}
.btdiv a{margin-left:5px;}