.logo img {
  width: 130px;
  padding: .5rem 0;
}

.menu {
  background-color: #02a0c4;
}

.navbar-light .navbar-nav .nav-link {
  color: rgb(255, 255, 255);
  text-transform: uppercase;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
  color: rgb(255, 255, 255);
}

.header-address i {
  color: #02a0c4;
  padding: 13px 8px 0px 0px;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 15rem;
  padding: 0;
  margin: .125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  border-bottom: solid 3px red;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: .25rem;
}

.dropdown-item {
  display: block;
  width: 100%;
  font-size: 14px;
  padding: .5rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border-top: solid 1px #cccccc;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #ce0a0b;
}

.btn {
  padding: .7rem 3rem;
}

.btn-info {
  color: #02a0c4;
  border-color: #17a2b8;
  background: transparent;
}

.header-address {
  padding: 0.5rem 16px;
  margin: 10px 0px;
}

.appoinment {
  padding: 2.5rem 0;
}

p {
  color: rgb(51, 53, 53);
  margin: .5rem 0;
  line-height: 2rem;
}

ul {
  padding: 0;
}

li {
  list-style: none;
  line-height: 2rem;
}

i {
  color: rgb(2, 160, 196);
}

.header-contact i {
  color: #02a0c4;
  margin-right: 10px;
  font-size: 20px;
}

.header-top-right {
  padding: 1rem 0;
}

.header-bottom {
  float: right;
  padding-right: 68px;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20%;
  left: 15%;
  width: 600px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: left;
}

.carousel-caption h2 {
  font-size: 2rem;
  line-height: 3rem;
  color: rgb(218, 31, 38);
}

.carousel-caption p {
  color: #fff;
  margin: .5rem 0;
  line-height: 2.5rem;
  font-size: 1.3rem;
}

a.btn.btn-rd {
  background-color: rgb(218, 31, 38);
  color: rgb(255, 255, 255);
  margin-top: 15px;
}

.about {
  padding: 3rem 0px;
}

h2 {
  font-size: 2rem;
  color: #02a0c4;
  line-height: 4rem;
}

.services {
  background-image: url("../img/bg.jpg");
  padding: 2rem 0;
  color: rgb(255, 255, 255);
  text-align: center;
}

.services h2 {
  color: rgb(255, 255, 255);
}

.services p {
  color: rgb(255, 255, 255);
}

.service-list {
  text-align: center;
  background-color: rgba(255, 255, 255, 0.09);
  padding: 1rem;
  border-radius: .5rem;
  margin: 1rem 0;
}

.service-list:hover {
  box-shadow: 0px 5px 10px #057892;
}

.service-list:hover a.btn.btn-view {
  border: solid 1px #fff;
}

a.btn.btn-view {
  color: #fff;
  background-color: transparent;
  -webkit-transition-duration: 1s;
  -webkit-transition-timing-function: linear;
  transition-duration: 1s;
  transition-timing-function: linear;
}

.team {
  padding: 3rem 0;
}

.item {
  background-color: #02ac4f;
  min-height: 450px;
  color: #fff;
  padding: 10px;
  border-radius: 10px;
}

.team-content {
  padding: 10px;
}

.item p {
  color: #e8e8e8;
  font-size: 1.2rem;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot span {
  font-size: 50px;
  color: #02ac4f;
}

.owl-nav {
  display: none;
}

input {
  width: 100%;
  padding: 1rem 1rem;
  margin: 10px 0px;
}

textarea {
  overflow: auto;
  resize: vertical;
  padding: 1rem 1rem;
  margin: 10px 0px;
  width: 100%;
}

input[type="submit"] {
  background-color: #02a0c4;
  border: navajowhite;
  color: #fff;
}

footer h2 {
  font-size: 2rem;
  color: #02a0c4;
  line-height: 2rem;
}

.footer-bottom {
  background-color: #c7ecf5;
}

.follow li {
  display: inline-block;
  padding: 0 1rem;
}

.main-banner {
  background-image: url(../img/bg2.jpg);
  height: 250px;
  background-position: top;
}

.main-banner h2 {
  padding: 80px 0px;
}

.vision-mission {
  padding: 3rem 0;
}

.whatsapp {
  position: fixed;
  bottom: 20px;
  right: 10px;
  z-index: 10000;
  background-color: #d0ecd1;
  border-radius: 50%;
  padding: 10px;
}

.service-sidebar {
  background-color: #02a0c4;
  color: #fff;
  padding: 1rem 1rem;
  margin: 1rem 0;
}

.service-sidebar a {
  color: #fff;
}

.service-sidebar i {
  color: #fff;
}

.contact-sidebar {
  background-color: #02ac4f;
  color: #fff;
  padding: 1rem 1rem;
  text-align: center;
}

.contact-sidebar i {
  color: #fff;
  font-size: 2rem;
  padding: 1rem 0;
}

.flex-container div {
  padding: .5rem 0;
}

.flex-container {
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 1300px) {
  .container {
    max-width: 1250px;
  }
}

.facilities p {
  background-color: #02ac4f;
  padding: 25px 0;
  text-align: center;
  margin: 30px 20px;
  color: #fff;
  font-size: 20px;
}

.facilities p:hover {
  -webkit-animation-name: heartBeat;
  animation-name: pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  background-color: #fff;
  border: 5px solid #02ac4f;
  color: #000;
}

.care-image img {
  width: 100%;
}

.care-section1 {
  margin: 40px 10px;
}

.care-text h3 {
  margin-bottom: 20px;
  text-align: center;
}

.care-text p {
  line-height: 1.8;
}

table {
  border-collapse: separate;
  width: 100%;
}

th, td {
  text-align: left;
  padding: 8px;
}

.table-cont tr:nth-child(even) {
  background-color: #da1f262e
}

.table-cont th {
  background-color: #da1f26;
  color: white;
}

.table-cont {
  margin: 0 0 40px;
}

.contact-col i {
  font-size: 40px;
  border: 3px solid #02a0c4;
  padding: 10px;
  color: #02ac4f;
}

.contact-col:hover i {
  font-size: 30px;
  border: 3px solid #02a0c4;
  padding: 10px;
  color: #02ac4f;
  transition-duration: 1s;
}

.contact-section {
  margin: 40px 10px;
}

.gal-container {
  padding: 12px;
}

.gal-item {
  overflow: hidden;
  padding: 3px;
}

.gal-item .box {
  height: 350px;
  overflow: hidden;
}

.box img {
  height: 110%;
  width: 110%;
  top: -10%;
  object-fit: cover;
  -o-object-fit: cover;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

.box:hover img {
  transform: scale(1.1);
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

.gal-item a:focus {
  outline: none;
}

.gal-item a {
  cursor: pointer;
}

.gal-item a::after {
  content: url(../img/zoom-in.png);
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.75);
  position: absolute;
  right: 3px;
  left: 3px;
  top: 3px;
  bottom: 3px;
  text-align: center;
  line-height: 350px;
  font-size: 30px;
  color: #fff;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

.gal-item a:hover:after {
  opacity: 1;
}

.modal-open .gal-container .modal {
  background-color: rgba(0, 0, 0, 0.4);
}

.modal-open .gal-item .modal-body {
  padding: 0px;
}

.modal-open .gal-item button.close {
  position: absolute;
  width: 25px;
  height: 25px;
  background-color: #000;
  opacity: 1;
  color: #fff;
  z-index: 999;
  right: -12px;
  top: -12px;
  border-radius: 50%;
  font-size: 15px;
  border: 2px solid #fff;
  line-height: 25px;
  -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.35);
}

.modal-open .gal-item button.close:focus {
  outline: none;
}

.modal-open .gal-item button.close span {
  position: relative;
  top: -3px;
  font-weight: lighter;
  text-shadow: none;
}

.gal-container {
  width: 80%;
}
.section-title{
    width:100%;
    padding-left:54px;
}

.section-title h2{
    margin:0;
    font-size:28px;
        line-height: 3rem !important;
}

.line{
    display:block;
    width:80px;
    height:3px;
    background-color:hsl(191, 98%, 39%);
    /*margin-top:6px;*/
}

@media (min-width: 768px) {
  .gal-container .modal-dialog {
    width: 55%;
    margin: 50 auto;
  }

  .header-bottom {
    float: right;
    padding-right: 68px;
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .gal-container .modal-content {
    height: 250px;
  }

  .header-bottom {
    float: none;
    padding: 14px;
    text-align: center;
  }
}

#myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg:hover {
  opacity: 0.7;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.9);
}

.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

.modal-content, #caption {
  animation-name: zoom;
  animation-duration: 0.6s;
}

@keyframes zoom {
  from {
    transform: scale(0)
  }

  to {
    transform: scale(1)
  }
}

.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover, .close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

@media only screen and (max-width: 700px) {
  .modal-content {
    width: 100%;
  }
}

input[type=text], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  resize: vertical;
}

.appointment-btn,
.enquiry-btn {
  background-color: #02a0c4;
  border: navajowhite;
  color: #fff;
}

.validate-text {
  line-height: normal;
  padding: 0px;
  margin: 0px;
  text-indent: 8px;
}
#app {
  position: relative;
  width: 60px;
  height: 60px;
  background-color: #f44336;
  color: #fff;
  font-size: 30px;
  padding: 15px;
  line-height: 1;
  border-radius: 50%;
  animation: pulse 1s cubic-bezier(0,0,0,0) 0.3s infinite;
}

