* {
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
}

#enquire-now, #know-more-esb, #know-more-eeb, #know-more-erc, #monile-number, #sales-email {
  cursor: pointer;
}

#enquire-btn-wrp {
  width: 18vw;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  /* Firefox */
  -moz-transform: rotate(-90deg);
  /* IE */
  -ms-transform: rotate(-90deg);
  /* Opera */
  -o-transform: rotate(-90deg);
  /* Internet Explorer */
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  position: fixed;
  top: calc(100vh / 2 - 6vw);
  left: calc(100vw - 24vw / 2);
  -webkit-box-shadow: -1px 0px 12px 0px rgba(0, 0, 0, 0.75);
  box-shadow: -1px 0px 12px 0px rgba(0, 0, 0, 0.75);
  border-radius: 15px;
  background-color: #1788d8;
}

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 2px grey;
          box-shadow: inset 0 0 2px grey;
  border-radius: 0;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #1788d8;
  border-radius: 0;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #1788d8;
}

.knowmore-popup {
  position: fixed;
  height: 100vh;
  width: 100vw;
  background-color: #000000d4;
  top: 0;
  left: 0;
  display: none;
}

.thankyou-popup {
  position: fixed;
  height: 100vh;
  width: 100vw;
  background-color: #000000d4;
  top: 0;
  left: 0;
  display: none;
}

.thankyou-popup #contactForm {
  border: solid 2px #1788d8;
  display: block;
  padding: 2em;
  width: 400px;
  text-align: center;
  background: #fff;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  z-index: 10;
}

.thankyou-popup #contactForm h1 {
  border-bottom: solid 1px #eee;
  padding-bottom: 20px;
  margin-bottom: 20px;
  color: #1788d8;
}

.thankyou-popup #contactForm p {
  color: #656565;
}

#contactForm {
  border: solid 2px #1788d8;
  display: block;
  padding: 2em;
  width: 400px;
  text-align: center;
  background: #fff;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  z-index: 10;
}

img#closebtn {
  width: 30px;
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}

input, textarea, select {
  margin: .8em auto;
  font-family: inherit;
  text-transform: inherit;
  font-size: inherit;
  display: block;
  width: 280px;
  padding: .4em;
}

select {
  margin: .8em auto;
  font-family: inherit;
  text-transform: inherit;
  font-size: inherit;
  display: block;
  width: 300px;
}

textarea {
  height: 80px;
  resize: none;
}

.formBtn {
  width: 140px;
  display: inline-block;
  background: #1788d8;
  color: #fff;
  font-weight: 100;
  font-size: 1.2em;
  border: none;
  page-break-after: 7px 0;
  cursor: pointer;
}

@media only screen and (max-width: 600px) {
  #contactForm {
    width: 300px;
  }
}
/*# sourceMappingURL=style.css.map */