/* == GENERAL == */
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@200;300;400;700;900&display=swap');

html,
body {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.w-em{
    width:2em;
}
.show-desk {
    display: block !important;
}

.show-mob {
  display: none !important;
}

:focus-visible {
outline: none !important;
box-shadow: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
.text-muted,
button,
a,
div {
  font-family: 'Source Sans Pro', sans-serif !important;
}

p {
  color: #7a7a7a;
  font-size: 16px;
}

a:hover {
  text-decoration: none !important;
}

ul li {
  text-decoration: none;
  list-style: none;
}
.w-img{
    width:75% !important;
}
/* === NAVBAR CSS ===  */

.navbar {
  background-color: #f7f9f8;
}

.nav-item img {
  font-size: 20px;
  margin-right: 7px;
}

a.nav-link {
  font-size: 22px;
  font-weight: 500;
  padding: .5rem 3.5rem .5rem 0 !important;
  color: #000;
  text-transform: capitalize;
}

a.nav-link:hover {
  color: #01D3BE;
}

.section1 .navbar-nav .nav-link:hover,
.dropbtn:hover {
  color: #01D3BE;
}

.section1 .container {
  padding: 11px 30px;
}

.navbar-brand {
  font-size: 24px;
  font-weight: 800;
  color: #01D3BE;
  text-transform: uppercase;
}

.navbar-brand:hover {
  color: #01D3BE;
}

.navIcons img {
  width: 22px;
}

a.nav-link.appointment_btn {
  font-size: 22px;
    line-height: 20px;
    padding: 10px 24px !important;
    font-weight: 500;
    color: #000;
    border-radius: 6px;
    display: inline-block;
}



/* === FOOTER CSS ===  */

#footer {
    padding: 4rem 0 0;
    background-color: #191d36;
  }
  
  #footer .footer-links h4 {
    font-size: 24px;
    line-height: 33px;
    font-weight: 500;
    margin-bottom: 12px;
    color: #fff;
    text-transform: capitalize;
    display: inline;
    border-bottom: 1px solid #fff;
  }

  .footer-links ul{
    margin-top: 1.3rem;
  }
  
  #footer .footer-links ul li {
    padding: 12px 0;
    display: flex;
    align-items: center;
  }
  
  #footer .footer-links ul a {
    font-size: 20px;
    font-weight: 500;
    color: #dddddd;
    display: inline-block;
    line-height: 1;
  }
  
  #footer .footer-links ul a img {
    margin-right: 9px;
  }
  
  .footer-bottom {
    padding: 1rem 0;
    background-color: #191d36;
  }
  
  .footer-bottom img {
    width: 244px;
  }
  
  .footer-bottom h4 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: #fff;
    text-transform: capitalize;
  }

/* === SECTION01 CSS ===  */

/* === RESPONSIVE CSS ===  */

@media only screen and (max-width: 1400px) {

  

}

@media only screen and (max-width: 1200px) {

  a.nav-link {
    font-size: 18px;
    font-weight: 500;
    padding: 0.5rem 1.5rem 0.5rem 0 !important;
  }

  .nav-item i {
    font-size: 18px;
    margin-right: 4px;
}

.banner_meta h2 {
  font-size: 34px;
  line-height: 42px;
  font-weight: 700;
}

}


@media only screen and (max-width: 900px) {

  .show-desk {
    display: none !important;
  }
  
  .show-mob {
    display: block !important;
  }

  

}


@media only screen and (max-width: 600px) {

  h1, h2, h3{
    font-size: 26px !important;
    line-height: 32px !important;
  }

  h4, h5{
    font-size: 20px !important;
    line-height: 26px !important;
  }

  p, h6{
    font-size: 17px !important;
    line-height: 24px !important;
  }

}
#error {
    color: red;
    display: block;
    font-size: 22px;
}