@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

*{
    font-family: "Montserrat", sans-serif ;
    scroll-behavior: smooth;
}

:root {
  --bg-white: #eaf3f7;
  /* --bg-white: #f2f7f9; */

  --bs-primary: #095376;

  --bs-secondary: #1ac7cb;

  --bs-third: #111827;

  --bg-primary: ;

  --bg-secondary: ;
}

.main-color{
  color: #1ac7cb;
}

.color-two {
  color: #095376;
}

.section{
  padding-top: 30px;
  margin-top: 90px;
}

.section-title{
  color: #000;
  font-weight: 750;
  padding: 60px 0;
}

.btn-main{
  background-color: var(--bs-primary);
  color: #fff ;
  border: 2px solid var(--bs-primary);
  font-weight: 600;

}

.btn-main:hover{
  background-color: #fff;
  color: #111827;
  
}



/* bsck to up */
.backToTop{
    width: 50px;
    height: 50px;
    position: fixed;
    text-align: center;
    color: #ffffff !important;
    transition: all .7s ease-in-out;
    bottom: 20px;
    right: 20px;
    z-index: 99;
    background-color: var(--bs-primary);
    border: none;
    outline: none;
    border-radius: 50px;
    display: none;
}





/*---------------------------------------
  NAVIGATION              
-----------------------------------------*/

.navbar-brand {
  margin: 0 30px;
  padding: 0;
}

.navbar-brand img{
  max-width: 100px;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

.navbar-nav .nav-link {
  color: var(--bs-primary);
  font-weight: 600;
  padding-top: 15px;
  padding-bottom: 15px;
}

.navbar-nav .nav-link:hover{
  color: var(--bs-third);
  transition: ease-out .6s;
  scale: 1.1;
}


/* --------------------------------------------hero---------------------------------------------------------------- */


.home{
  padding-top: 7.5rem;
}


.bg-holder{
  background-image:url(../img/hero-bg.png);
  background-color: #095376;
  background-position:top center;
  background-size:cover;
  position: absolute;
  width: 100%;
  min-height: 116%;
  overflow: hidden;
  backface-visibility: hidden;
  background-repeat: no-repeat;
  z-index: -1;
}

/* ------------------------------------------------ about------------------------------------------------------ */

.section-padding {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-overlay {
  background: rgba(0, 0, 0, 0.35);
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
}

.section-overlay + .container {
  position: relative;
}


/*---------------------------------------
  CUSTOM TEXT BOX               
-----------------------------------------*/
.custom-text-box {
  color: #000;
  background: #e1f6ff;
  border-radius: 12px;
  margin-bottom: 24px;
  padding: 40px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.10);
}

.custom-text-box-image {
  border-radius: 12px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

ul {
  padding: 0;
}

li {
  list-style: none;
  font-weight: 600;
  color: #000;
}

li i{
  color: #1ac7cb;
}
/* ----------------------------------------------------- doctor--------------------------------------------------------------------- */

.doctors {
background-color: #095376;
  padding-bottom: 120px;
}

.doctors .section-title{
  padding-top: 0;
  color: #fff;
}

.section-heading .line-dec {
  width: 70px;
  height: 3px;
  margin-bottom: 22px;
  background: var(--bs-secondary);
  border-radius: 20px;
}

.doctors .main-content {
  overflow: hidden;
  background-color: #fff;
  border-radius: 23px;
}

.doctors .main-content .right-image {
  background-image: url(../img/doctor-with-co-workers-analyzing-x-ray.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right center;
  width: 100%;
  height: 100%;
}

.doctors .main-content .right-image img {
  display: none;
}

.doctors .main-content .section-heading {
  padding: 60px;
}


/* ----------------------------------------------------- nurse --------------------------------------------------------------------- */






/* 
---------------------------------------------
Contact Style
--------------------------------------------- 
*/

.contact-us {
  position: relative;
}

.contact-us::before {
  content: url(../img/contact-left.png);
  top: -60px;
  left: 0;
  position: absolute;
  width: 103px;
  height: 464px;
  z-index: -1;
}

.contact-us::after {
  content: url(../img/contact-left.png);
  bottom: -90px;
  right: 0;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  position: absolute;
  width: 103px;
  height: 464px;
  z-index: -1;
}

.contact-us .contact-us-content {
  border-radius: 23px;
  padding: 60px;
  background-color: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.10);
}

.contact-us .contact-us-content #contact-form {
  padding: 60px;
  border-radius: 23px 23px 0px 0px;
  border: 1px solid #eaf3f7;
}

#contact-form .section-heading {
  text-align: center;
  padding-bottom: 30px;
}

.section-heading h2 {
  font-weight: 700;
  color: #095376;
}

#contact-form input {
  width: 100%;
  height: 46px;
  border-radius: 23px;
  background-color: #eaf3f7;
  border: none;
  outline: none;
  padding: 0px 15px;
  font-size: 14px;
  color: #2a2a2a;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact-form input::placeholder {
  color: #444444;
}

#contact-form textarea {
  width: 100%;
  height: 120px;
  border-radius: 23px;
  background-color: #eaf3f7;
  border: none;
  outline: none;
  padding: 15px;
  font-size: 14px;
  color: #2a2a2a;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact-form textarea::placeholder {
  color: #444444;
}

#contact-form button {
  border: none;
  height: 46px;
  background-color: #1ac7cb;
  width: 100%;
  border-radius: 23px;
  color: #fff;
  transition: all .4s;
  font-weight: 600;
}

#contact-form button:hover {
  opacity: 0.8;
}

.contact-us-content .more-info {
  text-align: center;
  background: var(--bs-secondary);
  border-radius: 0px 0px 23px 23px;
  padding: 45px 30px 15px 30px;
}

.contact-us-content .more-info .info-item {
  text-align: center;
  margin-bottom: 30px;

}

.contact-us-content .more-info i {
  font-size: 32px;
  color: #fff;
  margin-bottom: 15px;
}

.contact-us-content .more-info h4 a {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}



/* ---------------------------------------------------footer----------------------------------------------------- */

.footer{
  margin-top: 100px;
}

.site-footer-title{
  color: #1ac7cb;
  font-weight: 650;
}

.footer-menu-item a{
  color: #111827 !important;
}

footer .brand{
  color: #1ac7cb;
  font-weight: 700;
  margin-bottom: 10px;
}

.soical-icon a {
  background-color: #1ac7cb;
}

.soical-icon a:hover {
  background-color: #fff;
  color: #1ac7cb;
}

.copyright{
  background-color: #1ac7cb;
  color: #000;
  font-weight: 600;
}


/*---------------------------------------
  RESPONSIVE STYLES               
-----------------------------------------*/
@media screen and (min-width: 1600px) {
  .hero .container {
    height: 740px;
  }
}

@media screen and (max-width: 991px) {
  body {
    padding-top: 74px;
  }

  h1 {
    font-size: 38px;
  }

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 26px;
  }

  h4 {
    font-size: 24px;
  }

  h5 {
    font-size: 20px;
  }

  h6 {
    font-size: 18px;
  }

  .section-padding {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .navbar {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .navbar-nav .nav-link {
    padding-top: 5px;
    padding-bottom: 10px;
  }
  .home{
  padding-top: 0;
  }
  .doctors .main-content .section-heading {
  padding: 30px;
  }

  .contact-us .contact-us-content {
    padding: 0;
  }

}

/* mobile */
@media screen and (max-width: 767px) {

  
  .btn-main{
  background-color: #fff;
  color: #111827;
  
  }
  .btn-main:hover{
  background-color: var(--bs-primary);
  color: #fff ;
  border: 2px solid var(--bs-primary);
  font-weight: 600;

}

.navbar-brand img {
  margin-right: -35px;
}
}