@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
.d_flex_center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.d_flex_start {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.d_flex_end {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

html {
  scroll-behavior: smooth;
}

input:focus,
select:focus {
  outline: 2px solid #1e272e;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span {
  font-family: "Raleway", sans-serif;
  text-decoration: none !important;
}

.d_flex {
  display: flex;
}

body {
  margin: 0;
  padding: 0;
  background: #fff;
}

.common_spacing {
  padding-left: calc(50% - 715px) !important;
  padding-right: calc(50% - 715px) !important;
}

.header_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  background: #353742;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
  padding: 5px 10px;
}
.header_top .left {
  color: #fff;
  letter-spacing: 1px;
  font-weight: 700;
}
.header_top .left p {
  margin: 0;
}
.header_top .contact_content ul {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  letter-spacing: 1px;
}
.header_top .contact_content ul li {
  justify-content: center;
  align-items: center;
  display: flex;
  margin: 0 10px;
}
.header_top .contact_content ul li a {
  color: #fff;
}

.bg_gray {
  background: #f8f8f8;
}

#hero_sec {
  height: 80vh;
  position: relative;
  overflow: hidden;
}
#hero_sec img {
  width: 100%;
}
#hero_sec #hero_content {
  position: absolute;
  z-index: 1;
  left: 7%;
  top: 50%;
  transform: translate(0%, -50%);
  width: 41%;
  border-left: 2px solid rgba(140, 157, 146, 0.1098039216);
  padding: 1rem;
  background: rgba(255, 255, 255, 0.2392156863);
}
#hero_sec #hero_content .common_button {
  margin: 2rem 0 !important;
}
#hero_sec #hero_content h2 {
  color: #8c9c92;
  font-size: 32px;
  line-height: 34px;
  font-weight: 700;
  text-transform: none;
  letter-spacing: 0.1em;
  transition: all 0.4s ease-in-out 0.1s;
}
#hero_sec #hero_content h1 {
  position: relative;
  color: #353742;
  font-size: 66px;
  line-height: 1.1em;
  font-weight: 900;
  margin-top: 15px;
  margin-bottom: 10px;
}
#hero_sec .owl-dots {
  display: none !important;
}

.common_button {
  background: #8c9c92;
  display: flex;
  padding: 15px 10px;
  color: #fff;
  letter-spacing: 1px;
  transition: all 0.4s;
  font-weight: bold;
  justify-content: space-between;
  align-items: center;
  border-radius: 40px;
  max-width: 380px;
  margin: 2rem auto;
}
.common_button::after {
  color: #8c9c92;
  content: "\e912";
  font-family: "feather" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-size: 20px;
  position: relative;
  top: 3px;
  margin-left: 3px;
  width: 60px;
  height: 40px;
  background: #f8f8f8;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.common_button:hover {
  background: #2f3640;
  color: #fff !important;
}

.common_sec {
  display: flex;
  justify-content: space-evenly;
  align-items: flex-start;
}
.common_sec .left,
.common_sec .right {
  width: 45%;
  padding: 20px;
  min-height: 450px;
}
.common_sec .left img,
.common_sec .right img {
  width: 100%;
}
.common_sec .left blockquote,
.common_sec .right blockquote {
  margin: 1rem 0;
  font-style: italic;
  border-left: 5px solid #03c18e;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  background: rgba(3, 193, 142, 0.1294117647);
  border-radius: 7px;
}
.common_sec .left blockquote h6,
.common_sec .right blockquote h6 {
  color: #000;
  font-size: 20px;
  line-height: initial;
  font-weight: 900;
  text-transform: capitalize;
  letter-spacing: 1px;
}
.common_sec .left blockquote p,
.common_sec .right blockquote p {
  color: #000;
  font-size: 14px !important;
  margin: 0;
  font-weight: 600;
  line-height: 25px !important;
}
.common_sec .right {
  text-align: left;
}
.common_sec h4 {
  color: #353742;
  font-size: 44px;
  line-height: 54px;
  font-weight: 900;
  text-transform: capitalize;
}
.common_sec p {
  color: #8a8c93;
  font-size: 18px !important;
  line-height: 30px !important;
  font-weight: 500;
  letter-spacing: 1px;
}

.align_left {
  margin: 1.4rem 0 !important;
}

.service {
  position: relative;
}
.service h4 {
  color: #fff !important;
  font-size: 44px;
  line-height: 54px;
  font-weight: 900;
  text-transform: capitalize;
  letter-spacing: 1px;
}
.service::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 65%;
  background: #353742;
  left: 0;
  top: 0;
  z-index: -1;
}
.service .service_grid {
  flex-wrap: wrap;
  display: flex;
  justify-content: space-evenly;
  margin: auto;
  width: 90%;
}
.service .service_grid .service_wrapper {
  background: #fff;
  width: 30%;
  margin: 10px;
  position: relative;
  transition: all 0.4s;
  overflow: hidden;
  box-shadow: 0 5px 12px 2px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  padding: 10px;
  border: 1px solid #eee;
}
.service .service_grid .service_wrapper:hover img {
  transform: scale(1.02);
}
.service .service_grid .service_wrapper img {
  width: 100%;
  height: 250px;
  transition: all 0.4s;
}
.service .service_grid .service_wrapper .service_content h4 {
  color: #353742;
  font-size: 19px;
  line-height: initial;
  font-weight: 900;
  text-transform: capitalize;
  margin: 10px 0;
  letter-spacing: 1px;
}
.service .service_grid .service_wrapper .service_content a {
  max-width: 200px;
  padding: 9px 22px;
}

.button_grid {
  margin: 20px 0;
}
.button_grid a {
  display: inline-block;
  margin: 0 5px;
}

.feedback {
  margin: 1rem auto;
  width: 87%;
  padding: 3rem;
}
.feedback .owl-nav {
  position: absolute;
  top: 43%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.feedback .feedback_carousel {
  width: 90%;
  margin: auto;
}
.feedback .feedback_inner {
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1607843137);
  background: #fff;
  padding: 2rem;
  border-radius: 10px;
  text-align: center;
  width: 96%;
  margin: auto;
  min-height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.feedback .feedback_inner img {
  width: 60px !important;
  background: orange;
  display: block;
  margin: 10px auto;
  border-radius: 50%;
}
.feedback .feedback_inner h4 {
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 35px;
  color: #03c18e;
  font-style: italic;
}
.feedback .feedback_inner h6 {
  font-weight: 800;
  letter-spacing: 1px;
  font-size: 1.2rem;
  font-style: italic;
  color: #000;
}
.feedback .feedback_inner p {
  font-size: 14px !important;
  letter-spacing: 1px;
  line-height: 27px !important;
  font-weight: 600;
  font-style: italic;
  color: #000;
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
  background: #fff;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 41px;
  border-radius: 50%;
  border: 1px solid #ccc;
  box-shadow: rgba(0, 0, 0, 0.0588235294) 1px 1px 2px 2px;
}
.owl-nav .owl-prev img,
.owl-nav .owl-next img {
  width: 14px;
}

.checked {
  color: orange !important;
}

.cto {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  padding: 20px 0;
  background: url("../images/cto.jpeg");
  position: relative;
  min-height: 200px;
  z-index: 1;
}
.cto::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(2, 193, 141, 0.9);
  content: "";
  z-index: -1;
}
.cto p {
  margin: 0;
  position: relative;
  color: #fff;
  font-size: 37px !important;
  line-height: 1.3em !important;
  font-weight: 900;
  margin-top: 15px;
  margin-bottom: 10px;
  letter-spacing: 1px;
  width: 45%;
}
.cto a {
  background: #000;
  display: flex;
  padding: 15px 20px;
  color: #fff;
  letter-spacing: 1px;
  transition: all 0.4s;
  font-weight: bold;
  justify-content: space-between;
  align-items: center;
  border-radius: 40px;
  max-width: 300px;
}
.cto a span {
  font-size: 20px;
  width: 40px;
  height: 40px;
  background: #f8f8f8;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  margin-left: 1rem;
}

.gradient_bg {
  background: linear-gradient(to right, #4b8cd8 0%, #234b7c 100%);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.gradient_bg .left {
  height: 500px;
}
.gradient_bg ul {
  margin: 0;
  padding: 0;
}
.gradient_bg ul li {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  color: #fff;
  letter-spacing: 1px;
  font-weight: 400;
  margin: 10px 0;
}
.gradient_bg ul li span {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #285286;
  margin-right: 10px;
}
.gradient_bg ul li a {
  color: #fff;
}

#footer {
  background: url("../images/shape-1.png"), #2b2d36;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: -228px;
}
#footer .container-fluid {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 93%;
  margin: auto;
}
#footer .container-fluid .footer_grid {
  width: 22%;
  margin: 10px;
}
#footer .container-fluid .footer_grid img {
  width: 60%;
  filter: brightness(0) invert(1);
}
#footer .container-fluid .footer_grid p {
  display: flex;
  color: #fff;
  font-weight: 600;
  opacity: 0.7;
  word-break: break-all;
  margin: 5px 0;
  font-size: 14px !important;
  letter-spacing: 1px;
}
#footer .container-fluid .footer_grid ul.social_share {
  margin-top: 20px;
  padding: 0;
  display: flex;
}
#footer .container-fluid .footer_grid ul.social_share li {
  display: flex;
  margin: 0 10px;
}
#footer .container-fluid .footer_grid ul.social_share li a {
  display: flex;
  width: 30px;
  height: 30px;
  background: linear-gradient(to right, #4b8cd8 0%, #234b7c 100%);
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #fff;
  opacity: 1;
}
#footer .container-fluid .footer_grid ul.social_share li a span {
  margin: 0 !important;
}
#footer .container-fluid .footer_grid h4 {
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 1px;
  margin: 10px 0;
  color: #fff;
}
#footer .container-fluid .footer_grid ul {
  padding: 0;
  margin: 0;
}
#footer .container-fluid .footer_grid ul li {
  display: flex;
  color: #fff;
  font-weight: 600;
  opacity: 0.9;
  word-break: break-all;
  margin: 5px 0;
  font-size: 14px;
  letter-spacing: 1px;
}
#footer .container-fluid .footer_grid ul li span {
  display: flex;
  width: 30px;
  height: 30px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: rgb(53, 55, 66);
  color: rgb(255, 255, 255);
  border: 1px solid #ccc;
  margin-right: 10px;
}
#footer .container-fluid .footer_grid ul li a {
  display: flex;
  color: #fff;
  font-weight: 600;
  opacity: 0.7;
  word-break: break-all;
  margin: 5px 0;
  font-size: 14px;
  letter-spacing: 1px;
}
#footer .container-fluid .footer_grid ul li a span {
  display: flex;
  width: 30px;
  height: 30px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: rgb(53, 55, 66);
  color: rgb(255, 255, 255);
  border: 1px solid #ccc;
}

.footer_bottom {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #2e374e;
  color: #fff;
  letter-spacing: 1px;
  font-size: 15px;
  font-weight: 800;
  padding: 10px 0;
}
.footer_bottom p {
  margin: 0;
}

.bars {
  display: none;
}

.top_contact {
  position: relative;
  display: inline-block;
  background: #8c9c92;
  color: #fff;
  font-size: 14px;
  line-height: 45px;
  font-weight: 700;
  padding: 0 40px;
  border-bottom-right-radius: 7px;
  transition: all 0.4s linear;
  border-bottom-left-radius: 7px;
}

#header {
  background: #fff;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 11;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1490196078), 0 3px 3px rgba(0, 0, 0, 0.1490196078);
  padding: 0 4rem;
}
#header .bottom_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
}
#header .bottom_header .logo {
  width: 15%;
}
#header .bottom_header .logo a {
  display: flex;
}
#header .bottom_header .logo a img {
  width: 100%;
}
#header .bottom_header .menu {
  width: 60%;
}
#header .bottom_header .menu ul {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#header .bottom_header .menu ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
#header .bottom_header .menu ul li a {
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 700;
  color: #000;
}
#header .bottom_header .menu ul li:hover .sub_menu {
  display: block !important;
}
#header .bottom_header .menu ul li .sub_menu {
  display: none;
  position: absolute;
  width: 300px;
  left: 0;
  padding-top: 12rem;
}
#header .bottom_header .menu ul li .sub_menu ul {
  background: #fff;
  justify-content: flex-start;
  flex-direction: column;
  align-items: flex-start;
  padding: 0rem;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1490196078), 0 3px 3px rgba(0, 0, 0, 0.1490196078);
  overflow: hidden;
}
#header .bottom_header .menu ul li .sub_menu ul li {
  width: 100%;
  justify-content: flex-start;
  align-items: flex-start;
}
#header .bottom_header .menu ul li .sub_menu ul li a {
  font-size: 13px;
  font-weight: 500;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 50px;
  padding: 0 10px;
  border-bottom: 1px solid #ccc;
  transition: all 0.3s;
}
#header .bottom_header .menu ul li .sub_menu ul li a:hover {
  background: transparent;
  color: #03c18e;
  font-weight: 700;
  padding-left: 1rem;
  border-left: 7px solid;
}

.breadcrumb {
  background: url("../images/bread.jpeg");
  border-radius: 0 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 250px;
  padding: 40px;
  background-attachment: scroll;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
.breadcrumb h4 {
  position: relative;
  color: #353742;
  font-size: 50px;
  line-height: initial;
  font-weight: 900;
  margin-bottom: 10px;
  text-transform: capitalize;
  letter-spacing: 1px;
}

.our_physician {
  position: relative;
  top: -78px;
}
.our_physician .left {
  width: 30%;
  overflow: hidden;
  padding: 0px;
  background: #f8f8f8;
}
.our_physician .left img {
  width: 100%;
}
.our_physician .left h4 {
  font-size: 25px;
  font-weight: 800;
  letter-spacing: 1px;
}
.our_physician .left ul {
  padding: 0;
  margin-top: 10px;
}
.our_physician .left ul li {
  display: flex;
  flex-direction: column;
}
.our_physician .left ul li a {
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 1px;
  opacity: 0.6;
  margin: 10px 0 !important;
  transition: all 0.4s;
  color: #03c18e;
}
.our_physician .left ul li a:hover {
  color: #03c18e;
  opacity: 1;
}
.our_physician .left ul li a.inactive {
  color: #000;
}
.our_physician .left p {
  padding: 10px;
  font-size: 16px;
  font-style: italic;
  font-weight: 500;
  line-height: 26px;
  opacity: 0.5;
  letter-spacing: 1px;
}
.our_physician .right {
  width: 70%;
  overflow: hidden;
  padding: 100px 15px;
}
.our_physician .right h4 {
  font-size: 25px;
  font-weight: 800;
  letter-spacing: 1px;
}
.our_physician .right p {
  font-size: 16px;
  letter-spacing: 1px;
  text-align: left;
  line-height: 25px;
  font-weight: 600;
  opacity: 0.5;
}
.our_physician .right h3 {
  font-size: 25px;
  font-weight: 800;
  letter-spacing: 1px;
  display: inline-block;
  border-bottom: 3px solid #03c18e;
}
.our_physician .right ul {
  padding: 0;
  margin-top: 20px;
}
.our_physician .right ul li {
  display: flex;
  flex-direction: column;
}
.our_physician .right ul li h5 {
  font-size: inherit;
  font-weight: 800;
  letter-spacing: 1px;
  margin-bottom: 4px;
  color: #03c18e;
}
.our_physician .right ol li {
  font-size: 16px;
  letter-spacing: 1px;
  text-align: left;
  line-height: 25px;
  opacity: 0.6;
  margin: 7px 0;
}
.our_physician .right h6 {
  width: 100%;
  background: #2e374e;
  padding: 10px;
  font-weight: 800;
  letter-spacing: 1px;
  font-size: 20px;
  color: #fff;
}

.common_services .left,
.common_services .right {
  width: 45%;
  padding: 20px;
}
.common_services .left img,
.common_services .right img {
  width: 100%;
}
.common_services .left h4,
.common_services .right h4 {
  width: 100%;
  background: #2e374e;
  padding: 10px;
  font-weight: 800;
  letter-spacing: 1px;
  font-size: 20px;
  color: #fff;
}
.common_services .left ul,
.common_services .right ul {
  margin-top: 30px !important;
}
.common_services .left ul li,
.common_services .right ul li {
  font-size: 18 px;
  letter-spacing: 1px;
  opacity: 0.6;
  margin: 6px 0;
}
.common_services .left ul ul,
.common_services .right ul ul {
  margin: 0 !important;
  padding-left: 1rem;
}
.common_services .left ul ul li,
.common_services .right ul ul li {
  opacity: 0.8 !important;
}
.glaucoma {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.glaucoma .input_custom {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 10px 0;
  padding: 10px;
}
.glaucoma .input_custom label {
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 700;
}
.glaucoma .input_custom input,
.glaucoma .input_custom select {
  width: 100%;
  height: 40px;
  border: 1px solid #ccc;
  background: #f8f8f8;
  padding: 10px;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 13px;
}
.glaucoma .input_custom button {
  border: none;
  padding: 9px 20px;
}

.new_patients {
  flex-direction: column;
}
.new_patients h3 {
  width: 100%;
  background: #2e374e;
  padding: 10px;
  font-weight: 800;
  letter-spacing: 1px;
  font-size: 20px;
  color: #fff;
}
.new_patients p {
  font-size: 16px;
  letter-spacing: 1px;
  text-align: left;
  line-height: 25px;
  font-weight: 600;
}
.new_patients p s a {
  font-weight: bold;
  display: inline-block;
}
.new_patients ol li {
  font-size: 16px;
  letter-spacing: 1px;
  text-align: left;
  line-height: 25px;
  opacity: 0.6;
  margin: 7px 0;
}
.new_patients ol li a {
  opacity: 1;
  font-weight: 700;
  letter-spacing: 1px;
}

/* The snackbar - position it at the bottom and in the middle of the screen */
#snackbar {
  visibility: hidden; /* Hidden by default. Visible on click */
  min-width: 250px; /* Set a default minimum width */
  margin-left: -125px; /* Divide value of min-width by 2 */
  background-color: #e91e63; /* Black background color */
  color: #fff; /* White text color */
  text-align: center; /* Centered text */
  border-radius: 2px; /* Rounded borders */
  padding: 16px; /* Padding */
  position: fixed; /* Sit on top of the screen */
  z-index: 1051; /* Add a z-index if needed */
  left: 50%; /* Center the snackbar */
  bottom: 50px; /* 30px from the bottom */
  font-weight: 900;
  letter-spacing: 1px;
}

/* Show the snackbar when clicking on a button (class added with JavaScript) */
#snackbar.show {
  visibility: visible; /* Show the snackbar */
  /* Add animation: Take 0.5 seconds to fade in and out the snackbar.
  However, delay the fade out process for 2.5 seconds */
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }
  to {
    bottom: 50px;
    opacity: 1;
  }
}
@keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }
  to {
    bottom: 50px;
    opacity: 1;
  }
}
@-webkit-keyframes fadeout {
  from {
    bottom: 50px;
    opacity: 1;
  }
  to {
    bottom: 0;
    opacity: 0;
  }
}
@keyframes fadeout {
  from {
    bottom: 50px;
    opacity: 1;
  }
  to {
    bottom: 0;
    opacity: 0;
  }
}
.required label {
  position: relative;
}
.required label::after {
  content: "*";
  font-size: 20px;
  font-weight: bold;
  color: #f44336;
  margin-left: 4px;
}

/* Loading Screen Styling */
.loading-screen {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  background-color: #4bedc2;
  width: 100%;
  height: 100%;
  transform: scaleY(0) skewX(0);
  transform-origin: top left;
}

.loading-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  z-index: 10;
  pointer-events: none;
}

/* Loading Screen Styling Ends */
#loader {
  border: 6px solid #fff; /* Light grey */
  border-top: 6px solid #e91e63; /* Blue */
  border-radius: 50%;
  -webkit-animation: spin 2s linear infinite;
          animation: spin 2s linear infinite;
  display: flex;
  width: 20px;
  height: 20px;
  margin: 0 10px;
  display: none;
}

@-webkit-keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.manage_font {
  display: flex;
  justify-content: center;
  align-items: center;
}
.manage_font a {
  margin: 0 5px !important;
  transition: all 0.4s;
  padding: 3px;
}
.manage_font #small {
  font-size: 10px;
}
.manage_font #medium {
  font-size: 14px !important;
}
.manage_font #large {
  font-size: 18px !important;
}
.manage_font a.selected {
  background: #0895fb;
  display: flex;
  width: 20px;
  height: 20px;
  color: #fff !important;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
}

.new_patients_form {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.new_patients_form a {
  width: 18%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 20px;
  min-height: 200px;
  background: #0895fb;
  margin: 10px;
  border-radius: 5px;
  transition: all 0.4s;
}
.new_patients_form a:hover {
  background: #2e374e;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1490196078), 0 3px 3px rgba(0, 0, 0, 0.1490196078);
  transform: translateY(-10px);
}
.new_patients_form a h4 {
  color: #fff;
  letter-spacing: 1px;
  font-weight: 600;
  line-height: 35px;
  font-size: 21px;
}

.common_heading {
  width: 100% !important;
}
.common_heading h4 {
  color: #353742;
  font-size: 35px;
  line-height: 54px;
  font-weight: 900;
  text-transform: capitalize;
  letter-spacing: 1px;
}

#service_page .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#service_page .container .left {
  width: 60%;
}
#service_page .container .right {
  width: 48%;
}
#service_page .container .left .big_img,
#service_page .container .left .big_img_2,
#service_page .container .left .big_img_3,
#service_page .container .right .big_img,
#service_page .container .right .big_img_2,
#service_page .container .right .big_img_3 {
  background: url("../images/service-new.png");
  width: 100%;
  height: 700px;
  margin-bottom: 1rem;
  background-size: cover !important;
  background-position: center !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1490196078), 0 3px 3px rgba(0, 0, 0, 0.1490196078);
  border-radius: 10px;
}
#service_page .container .left .big_img_2,
#service_page .container .right .big_img_2 {
  background: url("../images/p1.png");
}
#service_page .container .left .big_img_3,
#service_page .container .right .big_img_3 {
  background: url("../images/insurance-2.png");
  background-position: bottom !important;
}
#service_page .container .left img,
#service_page .container .right img {
  width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1490196078), 0 3px 3px rgba(0, 0, 0, 0.1490196078);
  border-radius: 10px;
  margin-bottom: 1rem;
}
#service_page .container .left ul,
#service_page .container .right ul {
  margin: 0 !important;
  padding-left: 1rem !important;
}
#service_page .container .left ul li,
#service_page .container .right ul li {
  color: #000;
  font-size: 18px !important;
  line-height: 37px !important;
  font-weight: 500;
  letter-spacing: 1px;
  position: relative;
}
#service_page .container .left ul li::before,
#service_page .container .right ul li::before {
  position: absolute;
  top: 8px;
  left: -29px;
  bottom: 0;
  content: "";
  background: url("../images/check.png");
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
}
#service_page .container .left h4,
#service_page .container .right h4 {
  color: #353742;
  font-size: 24px;
  line-height: 40px;
  font-weight: 900;
  text-transform: capitalize;
  margin-top: 1rem;
  background: transparent;
  padding: 0 !important;
  margin-bottom: 1.5rem;
}
#service_page .container .left p,
#service_page .container .right p {
  color: #000;
  font-size: 18px !important;
  line-height: 30px !important;
  font-weight: 500;
  letter-spacing: 1px;
}

#education {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
#education li:nth-child(1),
#education li:nth-child(4) {
  background: #8c9c92;
}
#education li:nth-child(1) h4,
#education li:nth-child(1) p,
#education li:nth-child(4) h4,
#education li:nth-child(4) p {
  color: #fff;
}
#education li:nth-child(2),
#education li:nth-child(3) {
  background: #fff;
}
#education li {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  min-height: 200px;
  justify-content: center;
  flex-wrap: wrap;
  padding: 20px;
  border-radius: 8px;
  margin: 1rem;
  width: 46%;
  border: 1px solid #ccc;
}
#education li h4 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
  margin: 0.5rem 0;
  letter-spacing: 1px;
}
#education li p {
  margin: 0;
  font-size: 1.2rem !important;
  letter-spacing: 1px !important;
  font-weight: 800 !important;
  line-height: 2.3rem !important;
}

#contact_page {
  margin-bottom: 3rem;
  margin-top: 3rem;
}
#contact_page .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#contact_page .container .left,
#contact_page .container .right {
  width: 48%;
}
#contact_page .container .left {
  margin-bottom: 1.5rem;
}
#contact_page .container .left h4 {
  color: #353742;
  font-size: 30px;
  line-height: 45px;
  font-weight: 900;
  text-transform: capitalize;
}
#contact_page .container .left ul {
  padding: 0;
  margin: 0;
}
#contact_page .container .left ul li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 1px solid #eee;
  height: 50px;
  font-size: 16px !important;
  letter-spacing: 1px;
  font-weight: 800;
}
#contact_page .container .left ul li a {
  color: #000;
}
#contact_page .container .left ul li span {
  margin-right: 10px;
  display: flex;
  width: 30px;
  height: 30px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: rgb(53, 55, 66);
  color: rgb(255, 255, 255);
  border: 1px solid #ccc;
}
#contact_page .container .right .input_control {
  margin: 1rem 0;
}
#contact_page .container .right .input_control input {
  position: relative;
  display: block;
  background: #f4f5f7;
  border: 1px solid #f4f5f7;
  width: 100%;
  height: 70px;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  padding-left: 29px;
  padding-right: 20px;
  border-radius: 7px;
  transition: all 0.5s ease;
}

#submitButton {
  width: 300px;
  height: 67px;
  justify-content: space-between;
  align-items: center;
  border: none;
}

@media only screen and (max-width: 768px) {
  .glaucoma form {
    flex-direction: column;
  }
  .glaucoma form .input_custom {
    width: 100% !important;
  }
  .new_patients_form {
    flex-direction: column;
  }
  .new_patients_form a {
    width: 100% !important;
    margin: 10px 0 !important;
  }
  .breadcrumb {
    height: 100px !important;
    margin: 0 !important;
  }
  .breadcrumb h4 {
    font-size: 1.5rem !important;
  }
  .our_physician,
.common_services {
    top: 0 !important;
    flex-direction: column !important;
  }
  .our_physician .left,
.our_physician .right,
.common_services .left,
.common_services .right {
    width: 100% !important;
    padding: 10px !important;
  }
  .our_physician .left img,
.our_physician .right img,
.common_services .left img,
.common_services .right img {
    margin-bottom: 10px !important;
  }
  .our_physician .left ul,
.our_physician .right ul,
.common_services .left ul,
.common_services .right ul {
    margin-top: 10px !important;
  }
  .common_spacing {
    padding: 15px !important;
  }
  .bars {
    display: flex !important;
    position: absolute;
    top: 1.5rem;
    right: 11px;
    width: 33px;
    height: 33px;
    background: transparent;
    flex-direction: column;
  }
  .bars span {
    width: 100%;
    height: 3px;
    background: #03c18e;
    display: block;
  }
  .bars span:nth-child(2) {
    margin-top: 6px;
  }
  .bars span:nth-child(3) {
    margin-top: 6px;
  }
  .crossMenu span:nth-child(1) {
    transform: rotate(45deg);
    left: 0;
    top: 10px;
    position: absolute;
  }
  .crossMenu span:nth-child(2) {
    background: transparent;
  }
  .crossMenu span:nth-child(3) {
    transform: rotate(-45deg);
    left: 0;
    top: 10px;
    position: absolute;
    margin: 0 !important;
  }
  #hero_sec {
    height: auto !important;
  }
  #hero_sec .hero_content {
    height: inherit !important;
  }
  .service_content h4 {
    color: #000 !important;
    font-size: 20px !important;
  }
  .service_wrapper {
    height: auto !important;
  }
  .showMenu {
    left: 0 !important;
    transform: translateX(0%) !important;
  }
  .contact .left,
.contact .right {
    height: auto !important;
  }
  .cto,
.footer_bottom {
    text-align: center;
    padding: 20px;
  }
  .button_grid a {
    margin: 10px 5px !important;
    width: 100% !important;
  }
  .contact_content li {
    display: none !important;
  }
  .contact_content li.manage_font {
    display: flex !important;
    position: absolute;
    left: 40%;
  }
  .about_grid {
    flex-direction: column;
  }
  .about_grid .about_wrapper {
    width: 100% !important;
    margin: 10px 0 !important;
  }
  .service_wrapper {
    width: 100% !important;
  }
  .feedback_inner {
    width: 100% !important;
    padding: 20px !important;
  }
  .about .common_heading {
    width: 100% !important;
  }
  .about p {
    width: 100% !important;
  }
  #footer {
    flex-direction: column;
  }
  #footer .footer_grid {
    width: 100% !important;
  }
  .hero_content {
    width: 100% !important;
    padding: 20px !important;
    margin: 0 !important;
  }
  .hero_content h4 {
    font-size: 20px !important;
    margin: 0 !important;
    line-height: auto !important;
  }
  .hero_content h6 {
    font-size: 16px !important;
    line-height: auto !important;
  }
  .contact {
    flex-direction: column;
  }
  .contact .left,
.contact .right {
    width: 100% !important;
  }
  .header_top {
    display: none;
  }
  #hero_sec .owl-nav {
    display: none !important;
  }
  #hero_sec img {
    height: 250px;
  }
  #hero_sec #hero_content {
    width: 100%;
    left: 0;
    top: 0;
    transform: translate(0, 10%);
  }
  #hero_sec #hero_content h2 {
    display: none;
  }
  #hero_sec #hero_content h1 {
    font-size: 1.7rem;
  }
  #hero_sec #hero_content .common_button {
    margin: 1rem 0 !important;
  }
  .common_sec {
    flex-direction: column;
  }
  .common_sec .left,
.common_sec .right {
    width: 100% !important;
    min-height: auto !important;
  }
  .common_sec .left h4,
.common_sec .right h4 {
    font-size: 1.5rem;
  }
  .cto {
    flex-direction: column;
  }
  .cto p {
    font-size: 1.5rem !important;
    margin-bottom: 1rem !important;
  }
  .cto p,
.cto a {
    width: 100% !important;
  }
  .common_heading h4 {
    font-size: 1.5rem !important;
  }
  #footer {
    padding: 10px 0 !important;
    background: #2b2d36 !important;
  }
  #footer .container-fluid {
    width: 100%;
    flex-direction: column;
  }
  .feedback {
    width: 100% !important;
  }
  #header {
    padding: 10px 0 !important;
  }
  #header .bottom_header {
    padding: 0 !important;
  }
  #header .bottom_header .logo {
    width: 46%;
  }
  #header .bottom_header .menu {
    position: fixed;
    background: rgba(0, 0, 0, 0.8705882353);
    width: 80% !important;
    height: 100%;
    left: 0;
    top: 0;
    transform: translateX(-100%);
    transition: all 0.4s;
  }
  #header .bottom_header .menu ul {
    flex-direction: column;
    justify-content: flex-start !important;
    align-items: flex-start !important;
    background: #fff;
    width: 90%;
    height: 100%;
  }
  #header .bottom_header .menu ul li {
    width: 100%;
    justify-content: flex-start !important;
    flex-direction: column;
  }
  #header .bottom_header .menu ul li a {
    width: 100%;
    border-bottom: 1px solid #eee;
    height: 70px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0 13px;
  }
  #header .bottom_header .menu ul li .sub_menu {
    position: relative !important;
    width: 100% !important;
    padding: 0 !important;
  }
  #header .bottom_header .menu ul li .sub_menu ul {
    margin: 10px auto;
  }
  #education li {
    width: 100% !important;
    text-align: center;
  }
  #education li h4 {
    font-size: 1.5rem !important;
  }
  #education li p {
    font-size: 15px !important;
    line-height: 27px !important;
  }
  #service_page .container, #contact_page .container {
    flex-direction: column;
  }
  #service_page .container .left, #service_page .container .right, #contact_page .container .left, #contact_page .container .right {
    width: 100% !important;
  }
  #service_page .container .left .big_img, #service_page .container .left .big_img_2, #service_page .container .left .big_img_3, #service_page .container .right .big_img, #service_page .container .right .big_img_2, #service_page .container .right .big_img_3 {
    height: 527px !important;
  }
  #contact_page h4 {
    font-size: 1.5rem !important;
  }
}/*# sourceMappingURL=style.css.map */