@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Outfit:wght@100..900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Lato", sans-serif;
}

a {
  text-decoration: none;
}


.section{
  padding: 40px 0;
}

.border-btm {
  border-bottom: 1px solid #ccc;
}

.side-social-media {
  background-color: transparent;
  position: fixed;
  bottom: 60px;
  left: 0;
  z-index: 1000;
  width: 45px;
}

.form-close {
  background-color: var(--bs-primary-text-emphasis);
  height: 30px;
  width: 30px;
  padding: 6px;
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
  border-radius: 7px;
}
.social-media-icons a {
  display: flex;
  align-items: center;
  padding: 10px;
  margin-bottom: 6px;
  background-color: #4caf50;
  border-radius: 7px;
}

.social-media-icons i {
  font-size: 22px;
  color: #fff;
}

/* Sidebar styles */

#sidebar {
  position: fixed;
  top: 0;
  left: 0;
  width: 200px;
  height: 100%;
  background-color: #333;
  color: white;
  padding: 20px;
}

#sidebar button {
  background-color: #4caf50;
  color: white;
  padding: 10px;
  border: none;
  cursor: pointer;
}

#sidebar button:hover {
  background-color: #45a049;
}

/* Form container */
#formContainer {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  /* transform: translate(-50%, -50%); */
  background-color: rgba(0, 0, 0, 0.7);
  padding: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  display: none;
  height: 100%;
  width: 100%;
}

.con {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ms-2 {
  max-width: 550px;
  position: relative;
  /* margin: auto auto; */
}

/* Hidden class to hide the form */
.form-hidden {
  display: none;
}

/* banner slider  */
.carousel-img-size {
  max-height: 100vh;
}

.carousel-cap {
  position: absolute;
  bottom: 50%;
  left: 10%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}

.material-icons {
  color: #ffffff;
}

/* about doctors */

.about-doc-section {
  padding: 40px 0;
}

.doc-head {
  position: relative;
}

.doc-head span {
  font-size: 20px;
  /* text-transform: uppercase; */
  color: var(--bs-primary-text-emphasis);
  font-weight: 600;
  margin-bottom: 20px;
  letter-spacing: 2px;
}

.about-heading::before {
  content: "";
  height: 4px;
  width: 75px;
  background-color: var(--bs-primary-text-emphasis);
  position: absolute;
  bottom: 0;
  left: 0;
}

.doc-head h3 {
  font-size: 36px;
  /* text-transform: uppercase; */
  color: var(--bs-primary-text-emphasis);
  font-weight: 600;
  padding-bottom: 15px;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .doc-head h3 {
    font-size: 30px;
  }
}

.doc-desc p {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 1px;
  text-align: justify;
  color: #000;
}

.doc-desc ul {
  padding-left: 20px;
}

.doc-desc ul li {
  font-size: 17px;
  line-height: 30px;
  letter-spacing: 1px;
  text-align: justify;
}

.doc-more-link {
  margin: 30px 0;
}

.doc-more-link a {
  padding: 0.8rem 2rem;
  background-color: var(--bs-primary-text-emphasis);
  color: #fff;
  border: 2px solid var(--bs-primary-text-emphasis);
  border-radius: 0.3rem;
  font-weight: 500;
  transition: all 0.3s;
  &:hover {
    background-color: #fff;
    color: var(--bs-primary-text-emphasis);
  }
}

/* counter  */

.hospital-couner {
  padding: 40px 0;
  background-color: var(--bs-primary-text-emphasis);
}

.counter {
  text-align: center;
}

.counter-icon {
  margin-bottom: 15px;
}

.counter-icon img {
  height: 60px;
}

.counter-achieve h2 {
  font-size: 30px;
  color: #fff;
  letter-spacing: 1px;
}

.counter-achieve p {
  font-size: 20px;
  color: #fff;
  letter-spacing: 1px;
  /* font-weight: 400; */
}

/* services section  */

.global-services {
  padding-bottom: 40px;
}

.paddingcont {
  padding: 60px 30px;
}

@media (max-width: 992px) {
  .paddingcont {
    padding: 40px 20px;
  }
}

@media (max-width: 768px) {
  .paddingcont {
    padding: 40px 20px;
  }
}

.services-heading h3 {
  font-size: 39px;
  line-height: 1.1;
  letter-spacing: -0.03em;
  color: var(--bs-primary-text-emphasis);
  font-weight: 300;
  padding-bottom: 50px;
}

@media (max-width: 768px) {
  .services-heading h3 {
    font-size: 30px;
  }
}

.service-card-cont {
  transition: all 0.3s;
}

.service-card {
  padding: 20px 10px;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.25s;
}

.border-bottom008375 {
  border-bottom: 6px solid #008375;
  color: #008375;
}

.border-bottom65297c {
  border-bottom: 6px solid #65297c;
  color: #65297c;
}

.border-bottom4e9c45 {
  border-bottom: 6px solid #69b53d;
  color: #69b53d;
}

.border-bottomcea227 {
  border-bottom: 6px solid #cea227;
  color: #cea227;
}

.border-bottomc0733d {
  border-bottom: 6px solid #c0733d;
  color: #c0733d;
}

.border-bottoma91e1b {
  border-bottom: 6px solid #a91e1b;
  color: #a91e1b;
}

.border-bottom01669b {
  border-bottom: 6px solid #01669b;
  color: #01669b;
}

.border-bottom00B1D8 {
  border-bottom: 6px solid #00b1d8;
  color: #00b1d8;
}

.border-bottom000080 {
  border-bottom: 6px solid #000080;
  color: #000080;
}

.card-img {
  display: flex;
  /* flex-direction: column; */
  justify-content: center;
}

.card-img span {
  padding: 4px;
  height: 80px;
  width: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}

.bgc-8 {
  width: 100px !important;
}

.service-card h3 {
  font-size: 18px;
  /* color: #005779; */
  text-align: center;
}

/* slider  */

.customer-feedback {
  /* background: #f7f4e9; */
  padding: 40px 0;
}

.testi-head h1 {
  color: #052c65;
  font-size: 40px;
}

.customer-feedback-collection {
  /* display: flex; */
  /* align-items: center;
    justify-content: center; */
}

.wrapper1 {
  width: 100%;
  position: relative;
}

.wrapper1 i {
  bottom: -80px;
  height: 40px;
  width: 40px;
  font-size: 70px;
  color: #479d2c;
  cursor: pointer;
  font-size: 1rem;
  position: absolute;
  text-align: center;
  line-height: 40px;
  background: #fff;
  border-radius: 50%;
  border: 1px solid #f4c56c;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.23);
  transform: translateY(-50%);
  transition: transform 0.1s linear;
}

.wrapper1 i:first-child {
  left: 20px;
}

.wrapper1 i:last-child {
  left: 80px;
}

.wrapper1 ul {
  margin-top: 50px;
}

@media (max-width: 992px) {
  .wrapper1 ul {
    margin-top: 35px;
  }
}

.wrapper1 #carouse {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% / 5) - 12px);
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  gap: 16px;
  border-radius: 8px;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

#carouse::-webkit-scrollbar {
  display: none;
}

#carouse.no-transition {
  scroll-behavior: auto;
}

#carouse.dragging {
  scroll-snap-type: none;
  scroll-behavior: auto;
}

#carouse.dragging .cards {
  cursor: grab;
  -webkit-user-select: none;
}

#carouse :where(.img) {
  display: flex;
  justify-content: center;
  align-items: center;
}

#carouse .cards {
  scroll-snap-align: start;
  list-style: none;
  cursor: pointer;
  flex-direction: column;
  border-radius: 8px;
  /* border: 1px solid #fcddec; */
  /* background: #fff; */
  /* padding: 25px 20px; */
  overflow: hidden;
  /* padding-bottom: 80px; */
  display: flex;
  align-items: center;
  justify-content: center;

  .img img {
    max-width: 150px;
  }
}

.cards .test-start {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
}

@media screen and (max-width: 992px) {
  /* .customer-feedback h1 {
        font-size: 35px;
    } */

  .wrapper1 #carouse,
  .media-card-div {
    grid-auto-columns: calc((100% / 4) - 9px);
    justify-content: center;
  }
}

@media screen and (max-width: 768px) {
  .wrapper1 #carouse,
  .media-card-div {
    grid-auto-columns: 100%;
  }
}

/* production section  */

.doc-products-section {
  padding: 40px 0 80px;
}

.product-heading {
  margin-bottom: 25px;
}

.product-heading h3 {
  margin-bottom: 10px;
  font-size: 40px;
  color: var(--bs-primary-text-emphasis);
}

.product-heading p {
  font-size: 20px;
  color: var(--bs-primary-text-emphasis);
}

.product-img1 {
  background-color: var(--bs-primary-text-emphasis);
  position: relative;
  border-radius: 7px;
  /* height: 100%; */
}

.product-img2 {
  background-color: #76ba3a;
  position: relative;
  border-radius: 7px;
  /* height: 100%; */
}

.product-img1 img,
.product-img2 img {
  margin: 0 0 15px;
  max-height: 300px;
  width: 100%;
}

.product-description1 p,
.product-description2 p,
.product-description3 p {
  font-size: 17px;
    color: #fff;
    text-align: justify;
    margin-bottom: 25px;

}

.product-description1 h4,
.product-description2 h4,
.product-description3 h4 {
  font-size: 28px;
  letter-spacing: 0.04em;
  color: #fff;
  font-weight: 600;
  margin-bottom: 10px;
}

.product-description1 a {
  padding: 10px 20px;
  border: 1px solid #fff;
  text-transform: capitalize;
  background-color: transparent;
  color: #fff;
  transition: all 0.3s;

  &:hover {
    background-color: #fff;
    color: var(--bs-primary-text-emphasis);
  }
}

.product-description2 a,
.product-description3 a {
  padding: 10px 20px;
  border: 1px solid #fff;
  text-transform: capitalize;
  background-color: transparent;
  color: #fff;
  transition: all 0.3s;

  &:hover {
    background-color: #fff;
    color: #69b53d;
  }
}




/* form section */

.contact-form-ref {
  padding: 40px 0;
}

.contact-left {
  background: #0f44a6;
  padding: 41px 36px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

@media (max-width: 600px) {
  .contact-left {
    padding: 30px 20px;
    margin: 40px 0 20px;
  }
}

.form-group {
  margin-bottom: 15px;
}

.form-group:nth-last-child(1) {
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}

@media (max-width: 600px) {
  .form-group:nth-last-child(1) {
    margin-bottom: 15px;
  }
}

.form-group:nth-last-child(2) {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}

.form-group label {
  display: block;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.01em;
  color: #fff;
  margin-top: 10px;
}

@media (max-width: 600px) {
  .form-group label {
    font-size: 12px;
  }
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 15px 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  outline: none;
}

.form-group textarea {
  resize: vertical;
}

.form-group button {
  width: 173px;
  height: 48px;
  background: #69b53d;
  box-shadow: 0 4px 7px -1px rgba(0, 0, 0, 0.11),
    0 2px 4px -1px rgba(0, 0, 0, 0.07);
  border-radius: 4px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  letter-spacing: -0.011em;
  color: #fff;
  border: none;
  margin-top: 15px;
  text-align: center;
  /* transition: 0.3s; */
  cursor: pointer;
}

.form-group button:hover {
  background-color: #fff;
  color: #69b53d;
}

.inline-group {
  display: flex;
  gap: 10px;
}

@media (max-width: 600px) {
  .inline-group {
    display: block;
  }
}

.inline-group .form-group {
  flex: 1;
}

.jt-1 input {
  width: 50%;
  margin-left: 15px;
}

/* blog section */

.blog-section {
  padding: 50px 0 40px;
}

.blog-head h1 {
  color: #0f44a6;
}

.blog-head h1 span {
  /* color: #69b53d */
}

.blog-img {
  overflow: hidden;
  border-radius: 15px;
}

.blog-img img {
  width: -webkit-fill-available !important;
  height: 200px;
  object-fit: cover;

  transform: scale(1.05);
  transition: all 0.4s linear;
}

.blog-card:hover {
  .blog-img img {
    transform: scale(1.15);
  }
}

.blog-content h3 {
  color: #69b53d;
  font-size: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.blog-content p {
  color: #5b5b5b;
  font-size: 16px;
}

.blog-content a {
  color: #0f44a6;
  font-size: 16px;
  padding: 5px;
  border-radius: 5px;
  transition: all 0.5s;

  &:hover {
    text-decoration: underline;
  }
}

/* get quote section  */

.get-quote-section {
  padding: 40px 0;
  background-color: #479d2c;
  /* margin-bottom: 15px; */
}

.quote-massage span {
  font-size: 27px;
  font-weight: 500;
  line-height: 46px;
  color: #fff;
}

@media (max-width: 768px) {
  .quote-massage span {
    font-size: 20px;
    text-align: justify;
    display: block;
    line-height: 30px;
  }
}

.quote-btn {
  margin-top: 15pxpx;
}

.quote-btn a {
  font-size: 18px;
  padding: 13px 35px;
  background-color: #479d2c;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 6px;
  transition: all 0.3s;

  &:hover {
    background-color: #fff;
    font-weight: 600;
    color: #479d2c;
    border: 2px solid #479d2c;
  }
}
