@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600&display=swap");

body {
  padding-top: 5rem;
  padding-bottom: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
}

* {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
}
/* Common */
.btn-primary,
.btn-primary:hover {
  background-color: #ed1d25;
  border-color: #ed1d25;
}
.btn-secondary,
.btn-secondary:hover {
  background-color: #000;
  border-color: #000;
  color: #fff;
  font-size: 1.1rem;
}
.bg-dark {
  background-color: #000 !important;
}
.padtb50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}
.box-shadow {
  box-shadow: 1px 2px 8px 1px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}
.btn {
  font-size: 0.85rem;
  border: 2px solid transparent;
}
.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
section {
  padding: 80px 0px;
}
.padTopBottom40 {
  padding: 40px 0px;
}
.section_img {
  max-width: 430px;
  box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.2);
  margin-bottom: 30px;
}
section h4 {
  margin-bottom: 60px;
}
section h5 {
  color: #ed1d25;
  font-size: 1.1rem;
}
section .btn-outline-light {
  border-color: #ed1d25;
  color: #ed1d25;
  font-size: 1.1rem;
}
section .btn-outline-light:hover {
  border-color: #ed1d25;
  background-color: #ed1d25;
  color: #fff;
  font-size: 1.1rem;
}
.black-outline {
  border-color: #000 !important;
  color: #000 !important;
}
.black-outline:hover {
  border-color: #000 !important;
  background-color: #000 !important;
  color: #fff !important;
}
.bigText {
  font-size: 3rem;
  color: #000;
  font-weight: 600;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 20px;
}
p {
  font-weight: 400;
  color: rgb(75, 75, 75);
}
.mt10 {
  margin-top: 10px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt50 {
  margin-top: 50px !important;
}
.mt100 {
  margin-top: 100px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.carousel {
  margin-bottom: 0rem;
}
.redbullet li {
  list-style: none;
  position: relative;
  padding-left: 0px;
}
.redbullet li::before {
  content: "";
  width: 15px;
  height: 1px;
  background-color: #ed1d25;
  position: absolute;
  left: -35px;
  top: 12px;
  margin-top: -1px;
}
.round-border {
  border-radius: 50px;
}
.no-padding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.red-line {
  position: relative;
  background: #fff;
  z-index: 1;
  padding: 0px 20px;
}
.red-line::before {
  content: "";
  position: absolute;
  top: 50%;
  height: 1px;
  width: 160%;
  background: #ed1d25;
  left: -30%;
  z-index: -1;
}
.btn-primary-outline {
  font-size: 0.85rem;
  border: 2px solid #ed1d25;
  padding: 10px 25px;
  transition: all 0.3s;
  font-size: 1.2rem;
  margin: 15px;
  color: #ed1d25;
}
.btn-secondary-outline {
  font-size: 0.85rem;
  border: 2px solid #000;
  padding: 10px 25px;
  transition: all 0.3s;
  font-size: 1.2rem;
  margin: 15px;
  color: #000;
}
.btn-white-outline {
  font-size: 0.85rem;
  border: 2px solid #fff;
  padding: 10px 25px;
  transition: all 0.3s;
  font-size: 1.2rem;
  margin: 15px;
  color: #fff;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline:active {
  background: #ed1d25;
  color: #fff;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline:active {
  background: #000;
  color: #fff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline:active {
  background: #fff;
  color: #000;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #ed1d25;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgb(255 0 0 / 25%);
}
.round-border-10 {
  border-radius: 10px;
}
.text-black {
  color: #000;
}
.red-text {
  color: #ed1d25 !important;
}
.padding20 {
  padding: 20px;
}
.red-big {
  color: #ed1d25;
  font-size: 1.5rem;
  margin-right: 5px;
}
.big-red-icon {
  color: #ed1d25;
  font-size: 5rem;
}
.map {
  width: 100% !important;
  max-width: 600px !important;
}

header {
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
.top-header ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 40px;
  margin: 0;
}
.top-header ul li {
  list-style: none;
  padding: 5px 10px;
  color: #fff;
}
.top-header ul li ul li {
  padding: 5px;
}
.top-header ul li ul li a {
  text-decoration: none;
  color: #fff !important;
}
.top-header ul li ul li a i {
  color: #fff !important;
}
.navbar-collapse {
  flex-grow: 0;
}

.meberbtn {
  padding: 10px 15px;
  font-size: 16px;
  font-weight: 500;
}
.mainnav {
  font-size: 16px;
  border-radius: 0.25rem;
  display: flex;
  align-items: center;
}
.nav-item a {
  padding: 15px 30px !important;
  color: #000;
  font-weight: 500;
}
.navbar-nav .active a {
  color: #ed1d25;
  border-bottom: 2px solid #ed1d25;
  font-weight: 500;
}
.shrinkheader {
  box-shadow: 2px 0px 5px 0px rgba(0, 0, 0, 0.1);
}
.shrinkheader .top-header {
  display: none;
}
.shrinkheader .navbar-brand img {
  max-width: 60px;
}
.shrinkheader .top-header ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 30px;
  margin: 0;
}
.shrinkheader .meberbtn {
  padding: 10px 15px;
  font-size: 16px;
}
.shrinkheader .mainnav {
  font-size: 16px;
  border-radius: 0.25rem;
}
.shrinkheader .nav-item a {
  padding: 10px 20px !important;
}
.map-area {
  width: 100%;
  max-width: 600px;
  height: 400px;
  background-color: #f8f9fa;
}

main {
  margin-top: 116px;
}
.carousel-item img {
  border-radius: 10px;
  max-height: 400px;
}
.carousel-item .slider1 {
  background: url("./imgs/slider1.jpg");
  background-position: 0px -126px;
  background-repeat: repeat;
  background-size: cover;
  height: 500px;
  width: 100%;
  border-radius: 10px;
  position: relative;
}
.carousel-item .slider2 {
  background: url("./imgs/slider2.jpg");
  background-position: 0px -126px;
  background-repeat: repeat;
  background-size: cover;
  height: 500px;
  width: 100%;
  border-radius: 10px;
  position: relative;
}
.carousel-item .slider3 {
  background: url("./imgs/slider3.jpg");
  background-position: 0px -126px;
  background-repeat: repeat;
  background-size: cover;
  height: 500px;
  width: 100%;
  border-radius: 10px;
  position: relative;
}
.carousel-item .slider1::before,
.carousel-item .slider2::before,
.carousel-item .slider3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 80%;
  height: 100%;
  z-index: 1;
  background: rgb(255, 255, 255);
  background: linear-gradient(
    270deg,
    rgba(255, 255, 255, 0) 10%,
    rgba(0, 0, 0, 0.75) 100%
  );
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.carousel-indicators li {
  box-sizing: content-box;
  -ms-flex: 0 0 1;
  flex: 0 0 1;
  width: 10px;
  height: 10px;
  margin-right: 3px;
  margin-left: 3px;
  border-radius: 50px !important;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 0;
  border-bottom: 0;
  opacity: 1;
  transition: opacity 0.6s ease;
}
.carousel-indicators {
  position: absolute;
  right: auto;
  bottom: 15px;
  left: -138px;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators .active {
  background-color: #ed1d25 !important;
}
.carousel-control-next,
.carousel-control-prev {
  width: 5%;
}
.carousel-caption {
  position: absolute;
  right: auto;
  bottom: 0px;
  top: 45%;
  max-width: 450px;
  margin-top: -12%;
  left: 8%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: left !important;
}
.carousel-caption h3 {
  font-weight: 500;
  font-size: 36px;
  color: #fff;
}
.carousel-caption p {
  color: #fff;
  font-size: 14px !important;
}
.carousel-caption li {
  font-size: 13px !important;
}
.carousel-item {
  height: auto;
}

#doctorsCarousel .carousel-indicators {
  right: -164px;
  left: auto;
  bottom: -50px;
}
#doctorsCarousel .carousel-indicators li {
  background-color: rgb(173, 173, 173);
}

.half-gray {
  position: relative;
  width: 100%;
}
.half-gray:before {
  content: "";
  position: absolute;
  top: 55%;
  left: 0;
  background-color: rgba(0, 0, 0, 0.1);
  height: 45%;
  width: 100%;
}
.gray-bg {
  background-color: rgba(0, 0, 0, 0.1);
}
.red-bg {
  background-color: #ed1d25;
}
.black-btn {
  background-color: #000;
  color: #fff;
  border-color: #000;
}
.thumblist {
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 0;
  margin-top: 40px;
}
.thumblist li {
  list-style: none;
  text-align: center;
  display: inline-block;
  margin: 1.5vw 3vw;
}
.cardlist {
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 0;
}
.cardlist li {
  list-style: none;
  display: inline-block;
  margin: 15px;
}
.card {
  border-radius: 0.5rem;
}
.card-img,
.card-img-top {
  border-top-left-radius: calc(0.5rem - 1px);
  border-top-right-radius: calc(0.5rem - 1px);
}
footer {
  background: #000;
  width: 100%;
  padding: 80px 0px;
}
footer p {
  color: #fff;
  font-weight: 400;
}
footer h5 {
  color: #fff;
}
footer ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
footer ul li {
  list-style: none;
  padding: 5px 10px;
}
footer ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 1.2rem;
  transition: all 0.3s;
}
footer ul li a:hover,
footer ul li a:focus {
  color: #ed1d25;
}
.banner {
  position: relative;
}
.banner-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
}
.banner-text h3 {
  font-size: 5rem;
  font-weight: 600;
}
.banner-text p {
  color: #fff;
}
.servicesbanner {
  background: url("./imgs/servcies_banner.jpg");
  background-position: 0px -126px;
  background-repeat: repeat;
  background-size: cover;
  height: 500px;
  width: 100%;
  border-radius: 10px;
  position: relative;
}
.aboutbanner {
  background: url("./imgs/about_banner.jpg");
  background-position: 0px -45px;
  background-repeat: repeat;
  background-size: cover;
  height: 500px;
  width: 100%;
  border-radius: 10px;
  position: relative;
}
.contactbanner {
  background: url("./imgs/contact_banner.jpg");
  background-position: 0px -87px;
  background-repeat: repeat;
  background-size: cover;
  height: 500px;
  width: 100%;
  border-radius: 10px;
  position: relative;
}
.membershipbanner {
  background: url("./imgs/membership_banner.jpg");
  background-position: 0px 0px;
  background-repeat: repeat;
  background-size: cover;
  height: 500px;
  width: 100%;
  border-radius: 10px;
  position: relative;
}
.numberlist {
  width: 100%;
  margin: 0;
  list-style: none;
  counter-reset: my-awesome-counter;
}
.numberlist li {
  display: inline-block;
  width: 280px;
  counter-increment: my-awesome-counter;
  position: relative;
  margin: 2rem;
  vertical-align: top;
}
.numberlist li::before {
  content: "0" counter(my-awesome-counter);
  color: #ed1d25;
  font-weight: 500;
  font-size: 3rem;
  margin-right: 0.5rem;
  line-height: 1;
  position: absolute;
  left: -80px;
  top: 8px;
}
.card-list-new {
  width: 100%;
  margin: 0;
  padding: 0;
}
.card-list-new li {
  list-style: none;
  display: inline-block;
  background: #e7e7e7;
  padding: 40px 15px;
  border-radius: 10px;
  text-align: center;
  width: 100%;
  max-width: 300px;
  margin: 15px;
  vertical-align: top;
  min-height: 440px;
  vertical-align: middle;
}
.card-list-new li i {
  margin-bottom: 20px;
}
@media (min-width: 40em) {
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 18px;
    line-height: 1.4;
  }
}

@media (max-width: 1000px) {
  .carousel-indicators {
    right: 0;
    left: 0;
  }
  .carousel-item .slider1,
  .carousel-item .slider2,
  .carousel-item .slider3 {
    background-position: left center;
    background-size: 100% 100%;
    height: 350px;
  }
}

@media (max-width: 768px) {
  .nav-item a {
    padding: 15px 10px !important;
    font-size: 0.95rem;
  }
  .meberbtn,
  .shrinkheader .meberbtn {
    font-size: 0.95rem;
    padding: 10px 10px;
  }
  .col-lg {
    text-align: center !important;
  }
  .half-gray:before {
    top: 73%;
    height: 27%;
  }
  .redbullet li {
    text-align: left;
  }
  .bigText {
    font-size: 2.5rem;
  }
  #doctorsCarousel .carousel-indicators {
    right: -120px;
    left: auto;
    bottom: -50px;
  }
}

@media (max-width: 600px) {
  .carousel-item .slider1,
  .carousel-item .slider2,
  .carousel-item .slider3 {
    background: url("./imgs/slider1.jpg");
    background-position: -120px ​-69p;
    background-repeat: repeat;
    background-size: cover;
    height: 400px;
    width: 100%;
    border-radius: 10px;
    position: relative;
  }
  .carousel-item .slider1::before,
  .carousel-item .slider2::before,
  .carousel-item .slider3::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 80%;
    height: 100%;
    z-index: 1;
    background: rgb(255, 255, 255);
    background: linear-gradient(
      270deg,
      rgba(255, 255, 255, 0) 35%,
      rgba(0, 0, 0, 0.6755077030812324) 100%
    );
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  .carousel-indicators {
    right: 0;
    left: 0;
  }
  .top-header ul {
    justify-content: space-between;
    margin: 0;
    padding: 0;
  }
  .top-header ul li:nth-child(3) {
    display: none;
  }
  .top-header ul li ul li:nth-child(3) {
    display: block;
  }
  .text-right {
    text-align: center !important;
  }
  section {
    text-align: center !important;
  }
  section img {
    margin-bottom: 50px;
  }
  #doctorsCarousel .carousel-indicators {
    right: auto;
    left: auto;
    bottom: -50px;
    justify-content: center;
    margin: 0 0 auto;
  }
  .numberlist li::before {
    content: "0" counter(my-awesome-counter);
    color: #ed1d25;
    font-size: 3rem;
    line-height: 1;
    position: static;
  }
  .half-gray:before {
    content: "";
    position: absolute;
    top: 70%;
    left: 0;
    background-color: rgba(0, 0, 0, 0.1);
    height: 30%;
    width: 100%;
  }
  .bigText {
    font-size: 2rem;
  }
  .red-line::before {
    display: none;
  }
  footer {
    text-align: center;
  }
  .banner-text h3 {
    font-size: 3rem;
  }
}
