@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("responsive.css");
/* width */

::-webkit-scrollbar {
  width: 8px !important;
  height: 8px !important;
}

/* Track */

::-webkit-scrollbar-track {
  background: #f1f1f1 !important;
}

/* Handle */

::-webkit-scrollbar-thumb {
  background: #39b7f1 !important;
}

/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
  background: transparent !important;
}

body {
  font-family: "Montserrat", sans-serif !important;
  font-size: 14px;
  letter-spacing: 0.2px;
}

[data-bs-toggle="modal"] {
  cursor: pointer;
}

section#about_us, section#gallery {
  background: #fff;
}

.modal {
  z-index: 10500;
}

/*sidebar*/

.main {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background: #000;
  -webkit-perspective: 300px;
  perspective: 300px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.main.sidemenu_open {
  padding-right: 450px;
  overflow: hidden;
  height: 100vh;
}

.main.sidemenu_open .content {
  -webkit-transform: rotateY(2deg);
  transform: rotateY(8deg);
  -webkit-transform-origin: left;
  transform-origin: left;
}

.content {
  background: #f1f1f1;
}

.serviceCard {
  height: 100%;
}

.serviceCard h5.card-title {
  font-weight: 900;
  font-size: 50px;
  color: #39b7f1;
  text-shadow: 10px 10px 0px rgba(0, 0, 0, 0.2);
}

.sidebar {
  width: 450px;
  height: 100vh;
  position: fixed;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  z-index: -1 !important;
}

.sidebar ul {
  list-style: none;
  padding: 0px;
}

.sidebar ul li a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 35px;
  display: inline-block;
  /* width: 100%; */
  padding: 10px 0px;
  position: relative;
}

.sidebar ul li a:after {
  content: "";
  display: block;
  height: 5px;
  width: 0px;
  background: #fff;
  position: absolute;
  top: 43px;
  left: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.sidebar ul li a.active:after {
  width: 100%;
}

.sidebarToggler {
  cursor: pointer;
  height: 50px;
  width: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  top: 10px;
  right: 10px;
  z-index: 10000;
  background: #000;
  border-radius: 10px;
}

.sidebarToggler span {
  display: inline-block;
  height: 3px;
  width: 37px;
  background: #fff;
  margin: 4px 0px;
}

/*sidebar*/

/*home section*/

.carousel-item-next, .carousel-item-prev, .carousel-item.active {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.carousel {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 100%;
}

.carousel .carousel-item {
  min-height: 100vh;
}

a.navbar-brand {
  position: absolute;
  top: 30px;
  left: 30px;
}

a.footer-brand>img {
  height: 100px;
}

a.navbar-brand>img {
  height: 100px;
}

.homesection {
  background: url(../images/doctors.jpg);
  background-size: cover;
  background-position: center;
  min-height: 100vh;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.homesection:after {
  content: "";
  background: url(../images/svg/curveshape.svg);
  height: 140px;
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px;
  background-size: cover;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.homesection .headText h1 {
  font-size: 3rem;
  text-transform: uppercase;
  font-weight: 800;
}

/*home section*/

/*sections*/

section {
  padding-top: 70px;
  padding-bottom: 40px;
  position: relative;
}

.sectionHeading {
  font-size: 2.5rem;
  margin-bottom: 3rem;
  font-weight: 700;
  text-transform: uppercase;
}

.aboutus_img {
  margin-top: -150px;
  position: relative;
  z-index: 1000;
}

/*sections*/

/*animate_circle*/

.circle {
  border-radius: 100%;
  background: rgba(57, 183, 241, 0.2);
  position: absolute;
}

.circle1.circle {
  top: 0px;
  left: 50px;
  height: 150px;
  width: 150px;
}

.circle2.circle {
  top: 100px;
  left: 140px;
  height: 80px;
  width: 80px;
}

.circle3.circle {
  top: 100px;
  right: 140px;
  height: 120px;
  width: 120px;
}

.circle4.circle {
  top: 150px;
  right: 140px;
  height: 80px;
  width: 80px;
  background: transparent !important;
  border: dashed 2px #39b7f1;
}

/*animate_circle*/

/*doctors*/

.doctorInfo {
  text-align: center;
  color: #ffff;
}

.doctorInfo img {
  height: 220px;
  width: 220px;
  border-radius: 410px;
  -o-object-fit: cover;
  object-fit: cover;
  margin-bottom: 20px;
}

.doctorInfo h5 {
  margin-top: 10px;
  margin-bottom: 0px;
  text-transform: uppercase;
}

/*doctors*/

#doctors {
  background: url(../images/team_bg.jpg);
  background-size: cover;
  background-position: center;
}

.image_gallery {
  /* Clear floats after the columns */
  /* The expanding image container */
  /* Expanding image text */
}

.image_gallery .column img {
  opacity: 0.6;
  cursor: pointer;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: 270px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.image_gallery .column img:hover {
  opacity: 1;
}

.image_gallery .row:after {
  content: "";
  display: table;
  clear: both;
}

.image_gallery .img-container {
  position: relative;
  display: none;
}

.image_gallery #imgtext {
  position: absolute;
  bottom: 15px;
  left: 15px;
  color: white;
  font-size: 20px;
}

.img-container {
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0px;
  left: 0;
  opacity: 1;
  padding: 2%;
  background: rgba(0, 0, 0, 0.6);
  -webkit-animation-name: example;
  animation-name: example;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  z-index: 105000 !important;
}

@-webkit-keyframes example {
  from {
    top: 200px;
    opacity: 0;
  }
  to {
    top: 0px;
    opacity: 1;
  }
}

@keyframes example {
  from {
    top: 200px;
    opacity: 0;
  }
  to {
    top: 0px;
    opacity: 1;
  }
}

span.closebtn {
  color: #fff;
  font-size: 50px;
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}

img#expandedImg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

/*map*/

.mapSec {
  border-radius: 10px;
  overflow: hidden;
}

/*map*/

section#optical .card>h5 {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  margin: 0px !important;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 40px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
}

section#optical .card:hover h5 {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

section#optical .card>h5:after {
  content: "";
  display: block;
  position: absolute;
  height: calc(100% - 40px);
  width: calc(100% - 40px);
  border: 3px solid #fff;
}

/*contact form*/

.tile {
  width: 500px;
  background: #fff;
  position: absolute;
  right: 12px;
  border-radius: 10px;
  height: calc(100% + 70px);
  top: -40px;
  -webkit-box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.5);
  z-index: 1;
}

#tile-1 {
  cursor: pointer;
}

#tile-1 .tab-pane {
  padding: 15px;
}

#tile-1 .nav-tabs {
  border-bottom-width: 0px !important;
  position: relative;
  font-weight: bold;
  border: none !important;
  background-color: #fff;
  /*   box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2); */
  border-radius: 6px;
}

#tile-1 .nav-tabs li {
  margin: 0px !important;
}

#tile-1 .nav-tabs li a {
  position: relative;
  margin-right: 0px !important;
  padding: 20px 40px !important;
  font-size: 16px;
  border: none !important;
  color: #797979;
}

#tile-1 .nav-tabs .active {
  background-color: transparent !important;
  border: none !important;
  color: #39b7f1 !important;
}

#tile-1 .slider {
  display: inline-block;
  width: 30px;
  height: 2px;
  border-radius: 3px;
  background-color: #39b7f1;
  position: absolute;
  z-index: 1200;
  bottom: 0;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.mat-label {
  display: block;
  -webkit-transform: translateY(25px);
  transform: translateY(25px);
  color: #000;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.mat-input {
  position: relative;
  background: transparent;
  width: 100%;
  border: none;
  outline: none;
  padding: 8px 0;
}

.modal-body label.mat-label {
  color: #000;
}

.modal-body .is-completed .mat-label {
  color: #39b7f1;
}

.modal-body .mat-input {
  color: #000;
}

.mat-div {
  margin-bottom: 25px;
  position: relative;
}

.mat-div:after, .mat-div:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #c5c5c5;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.mat-div::after {
  background-color: #39b7f1;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}

.is-active::after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.is-active .mat-label {
  color: #8e8dbe;
}

.is-completed .mat-label {
  font-size: 12px;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  color: #39b7f1;
}

a {
  color: #39b7f1;
  text-decoration: underline;
}

.btn-primary {
  color: #fff;
  background-color: #39b7f1 !important;
  border-color: #39b7f1 !important;
}

.btn {
  border-radius: 40px !important;
  padding: 10px 32px !important;
  font-size: 20px !important;
  text-transform: uppercase;
  font-weight: bold;
}

/*contact form*/

/*footer*/

footer {
  background: #131313;
  margin-top: 60px;
}

footer .footerbottom {
  color: #fff;
  font-weight: bold;
  padding: 15px 10px;
  background: #000;
}

/*footer*/

.appointment_list .media-left img {
  height: 110px;
  width: 110px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 210px;
}

.eye_center_service {
  background: url(../images/Glaucoma.jpg);
  background-position: center;
  background-size: cover;
  min-height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 130px !important;
}

@media (min-width: 768px) {
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }
}

/*# sourceMappingURL=style.css.map */