* {
  padding: 0px;
  margin: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

a, button {
  cursor: pointer !important;
}

.container {
  width: 1070px;
  margin: 0px auto;
}

.department {
  margin-top: 90px;
  background-color: #eee;
  padding: 40px;
  font-family: sans-serif;
}

.department__iconRow {
  width: 100%;
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.department__iconRow .card-icon {
  width: 30%;
}

.department__iconRow .card2-icon {
  cursor: pointer;
  width: 32%;
}

.department__iconRow .card2-icon:hover {
  -webkit-box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
          box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
}

.department__iconRow .card2-icon__img {
  width: 100%;
}

.department__iconRow .card2-icon__img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.department__iconRow .card2-icon__text {
  padding: 10px 15px;
}

.department__iconRow .card2-icon__text h3 {
  color: #34383d;
}

.department__iconRow .card2-icon__text h3:hover {
  color: #008fe2;
}

.department__iconRow .card2-icon__text p {
  font-size: 13px;
  line-height: 2;
  color: #6c757d;
  padding: 10px 0;
}

.department__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 50px;
}

.header {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 1000;
  width: 100%;
  height: 80px;
  background-color: white;
}

.header div {
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header__img {
  width: 70%;
}

.header__img img {
  width: 50%;
  height: 50%;
  -o-object-fit: contain;
     object-fit: contain;
}

.header__nav ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header__nav li a {
  font-size: 15px;
}

.nav {
  width: 100%;
  font-size: 2rem;
  background-color: #eee;
  font-family: sans-serif;
}

.nav__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.nav__Link {
  padding: 20px;
  color: #6c757d;
  font-size: sans-serif;
  font-size: 17px;
}

.nav__Link:not(:last-child) {
  border-right: 2px solid #ddd;
}

.nav__Link__i {
  color: #008fe2;
}

.nav__Link__span {
  font-size: 14px;
}

.home {
  background-image: url("./images/Gemini_Generated_Image_5r3hur5r3hur5r3h.png");
  top: 0;
  height: 85vh;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
  font-family: sans-serif;
  font-size: 20px;
  font-weight: 900;
  position: relative;
}

.home::after {
  top: 0;
  content: ' ';
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(52, 56, 61, 0.3);
}

.home__container {
  position: relative;
  z-index: 1;
  height: 100%;
  color: white;
  text-transform: uppercase;
}

.home__container__details {
  height: 100%;
  -webkit-transform: translateY(40%);
          transform: translateY(40%);
  top: -40%;
}

.home__container * {
  padding: 10px;
}

.home__location {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  position: relative;
  display: inline-block !important;
  font-weight: 100;
  text-transform: capitalize;
}

.home__location::after {
  content: '';
  position: absolute;
  width: 100%;
  top: 36px;
  left: 0;
  height: 1px;
  background-color: #ddd;
  z-index: 1;
}

.home__title {
  font-size: 50px;
  letter-spacing: -4px;
}

.home__text {
  font-size: 17px;
  letter-spacing: -1.5px;
}

.container {
  padding: 0;
}

.home-bottom {
  color: white;
}

.home-bottom__container {
  background-color: #3aabdd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  position: relative;
  top: -50px;
  z-index: 1;
  overflow: hidden;
}

.home-bottom__child {
  padding: 20px 30px;
  position: relative;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #008fe2;
  font-weight: 600;
}

.home-bottom__child:first-child:first-child::after {
  content: '';
  position: absolute;
  width: 25px;
  right: -25px;
  height: 100%;
  -webkit-clip-path: polygon(100% 50%, 0 0, 0 100%);
          clip-path: polygon(100% 50%, 0 0, 0 100%);
  background-color: #008fe2;
  z-index: 3;
}

.home-bottom__child:nth-child(2) {
  padding: 2rem;
  height: 100%;
  background-color: #3aabdd;
}

.home-bottom__child:nth-child(3) {
  background-color: #008fe2;
  height: 100%;
  padding: 32px 30px;
}

.home-bottom__child:nth-child(4) {
  background-color: #2d529f;
}

.home-bottom__child:nth-child(4)__text p {
  color: #6c757d;
  font-size: 40px;
}

.home-bottom__child:nth-child(4)__text p:last-child {
  font-size: 25px;
}

.home-bottom__child__image {
  margin-right: 25px;
}

.home-bottom__child__text {
  margin-right: 16px;
}

.home-bottom__child__image:nth-child(1) {
  font-size: 30px;
}

.home-bottom__child__image:nth-child(2), .home-bottom__child__image:nth-child(3) {
  font-size: 20px;
}

.about {
  position: relative;
  top: 80px;
  padding: 50px 0;
}

.about .department__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.about-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 50px;


}
.about-container__image img{
  flex: 1 1 27rem;
  height: 20rem;
  

}
.section-title__details {
  color: #6c757d;
  display: block;
  margin: 15px 0;
}

.doctors {
  margin-top: 60px;
  font-family: sans-serif;
}

.doctors__container__arrows {
  text-align: right;
}

.doctors__container__arrows i {
  font-size: 30px;
  margin-left: 10px;
  color: #2d529f;
}

.doctors__container__arrows i:first-child {
  opacity: .5;
}

.doctors__container__card {
  /* display: -webkit-box;
  display: -ms-flexbox; */
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between;
  width: 100%;
  overflow: hidden;
}
.doctors__container__card__c{
  flex: 1 1 15rem !important;
}
.doctors__container__card .image {
  width: 250px;
  height: 300px;
  
}


.doctors__container__card img {
  width: 100%;
  height: 100%;

  -o-object-fit: cover;
     object-fit: cover;
  display: inline-block;
}

.doctors__container__card__d {
  position: relative;
  padding: 20px 30px;
  margin: 0;
  font-size: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.doctors__container__card__d span {
  color: #6c757d;
  font-size: 18px;
}

.doctors__container__card__d p {
  color: #34383d;
  font-size: 22px;
}

.doctors__container__card__d:hover {
  background-color: #008fe2;
}

.doctors__container__card__d:hover * {
  color: white;
}

.doctors__container__card__d i {
  font-size: 30px;
  margin-left: 10px;
}

.insurance {
  padding: 40px;
}

.insurance-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px 0;
}

.insurance-container__box {
  border: 1px solid #eee;
  padding: 40px 50px;
}

.insurance-container__box img {
  height: 100px;
  width: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}

.reviews {
  background-color: #2d529f;
  padding: 80px 0;
  color: white;
  font-family: sans-serif;
}

.reviews__quote {
  text-align: center;
}

.reviews__quote i {
  width: 50px;
  height: 50px;
  font-size: 20px;
  border-radius: 50%;
  border: 1px solid white;
  line-height: 50px;
  text-align: center;
  margin-bottom: 20px;
}

.reviews__content {
  width: 70%;
  padding: 20px 30px;
  margin: auto;
  font-size: 17px;
  text-align: center;
  line-height: 1.5;
  position: relative;
}

.reviews__content__line {
  margin: auto;
  margin-block: 20px;
  width: 100px;
  height: 3px;
  background-color: white;
  border-radius: 5px;
}

.reviews__content__quote i {
  position: absolute;
  font-size: 17px;
}

.reviews__content__quote i:first-child {
  top: 0;
  left: 0;
}

.reviews__content__quote i:last-child {
  bottom: 70px;
  right: 0;
}

.footer {
  background-color: #34383d;
  color: white;
  font-family: sans-serif;
}

.footer .container {
  padding: 60px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer .container ul {
  list-style: none;
}

.footer .container ul:nth-child(3) p:last-child {
  font-size: 30px;
  color: #6c757d;
  opacity: .5;
}

.footer .container ul:nth-child(3) p:last-child:hover {
  opacity: 1;
}

.footer .container ul:last-child i {
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  background-color: white;
  color: #34383d;
}

.footer .container ul p {
  cursor: pointer;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 30px;
}

.footer .container ul li {
  cursor: pointer;
  font-size: 15px;
  margin-bottom: 10px;
}

.footer .container ul li span {
  color: #6c757d;
  margin-right: 10px;
}

.footer .container ul li pre {
  display: inline-block;
  font-family: sans-serif;
}

.footer__copyright {
  font-size: 15px;
  color: #6c757d;
  text-align: center;
  padding: 40px 0;
  border: 1px solid #6c757d;
}

.doctors {
  margin-top: 60px;
  font-family: sans-serif;
}

.doctors__container__arrows {
  text-align: right;
}

.doctors__container__arrows i {
  font-size: 30px;
  margin-left: 10px;
  color: #2d529f;
}

.doctors__container__arrows i:first-child {
  opacity: .5;
}

.doctors__container__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.doctors__container__card .image {
  width: 250px;
  height: 300px;
}

.doctors__container__card img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: inline-block;
}

.doctors__container__card__d {
  position: relative;
  padding: 20px 30px;
  margin: 0;
  font-size: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.doctors__container__card__d span {
  color: #6c757d;
  font-size: 18px;
}

.doctors__container__card__d p {
  color: #34383d;
  font-size: 22px;
}

.doctors__container__card__d:hover {
  background-color: #008fe2;
}

.doctors__container__card__d:hover * {
  color: white;
}

.doctors__container__card__d i {
  font-size: 30px;
  margin-left: 10px;
}

.fixed-icon {
  font-family: sans-serif;
  position: fixed;
  right: -5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1000;
}

.fixed-icon__box {
  background-color: white;
  padding: 10px 15px;
  border-radius: 7px;
  margin-bottom: 10px;
  text-align: center;
  overflow: hidden;
}

.fixed-icon__box i {
  font-size: 20px;
}

.fixed-icon__box p {
  font-weight: 600;
  font-size: 10px;
  margin-top: 7px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.fixed-icon__box:hover p {
  -webkit-animation: translateP 2s linear 2 alternate;
          animation: translateP 2s linear 2 alternate;
}

@-webkit-keyframes translateP {
  0% {
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
  }
  25% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  49% {
    opacity: 1;
  }
  50% {
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
    opacity: 0;
  }
  75% {
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    opacity: 1;
  }
}

@keyframes translateP {
  0% {
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
  }
  25% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  49% {
    opacity: 1;
  }
  50% {
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
    opacity: 0;
  }
  75% {
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    opacity: 1;
  }
}

.btn {
  text-decoration: none;
  text-transform: uppercase;
  padding: 10px;
  font-weight: 600;
  background-color: transparent;
  font-size: 12px;
  font-family: sans-serif;
  cursor: pointer;
}

.btn--dark {
  border: 2px solid #34383d;
  color: #34383d;
}

.btn--dark:hover {
  background-color: #34383d;
  color: white;
}

.btn--primary {
  color: #008fe2;
}

.btn--primary:hover {
  background-color: #008fe2;
  color: white;
}

.btn--secondary {
  background-color: #2d529f;
  color: white;
}

.section-title {
  font-family: sans-serif;
}

.section-title__header {
  font-weight: 600;
  text-transform: capitalize;
  color: #34383d;
  font-size: 30px;
  margin-bottom: 10px;
}

.section-title p {
  color: #6c757d;
  font-size: 20px;
}

.section-title__details {
  font-size: 15px;
}

.card-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.card-icon__img {
  margin-right: 20px;
}

.card-icon__text h3 {
  margin-bottom: 10px;
  font-size: 20px;
  color: #008fe2;
  text-transform: capitalize;
}

.card-icon p {
  color: #6c757d;
}

.card2-icon {
  background-color: white;
}
/*# sourceMappingURL=main.css.map */