/**
* Template Name: Ninestars
* Updated: Sep 18 2023 with Bootstrap v5.3.2
* Template URL: https://bootstrapmade.com/ninestars-free-bootstrap-3-theme-for-creative/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: 'Inter', sans-serif;
  color: #000000;
}

a {
  color: #eb5d1e;
  text-decoration: none;
}

a:hover {
  color: #ef7f4d;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.font-primary {
  font-family: 'Inter', sans-serif;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background: #8BC53F;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #00549C;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 100px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#header .logo h1 {
  font-size: 30px;
  margin: 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 2px;
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #7a6960;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 70px;
}

#main {
  margin-top: 72px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 36px;
  font-size: 13px;
  font-weight: 600;
  color: #000000;
  white-space: nowrap;
  transition: 0.3s;
  letter-spacing: 1px;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #8BC53F;
}

.navbar .getstarted,
.navbar .getstarted:focus {
  background: #00549C;
  color: #fff;
  padding: 10px 25px;
  margin-left: 30px;
  border-radius: 5px;
}

.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
  color: #fff;
  background: #8BC53F;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 15px;
  text-transform: none;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #eb5d1e;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}



/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #7a6960;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}



.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(78, 64, 57, 0.9);
  transition: 0.3s;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block !important;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #7a6960;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #eb5d1e;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #eb5d1e;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 70vh;
  background: #FAE8D7;
  margin: 72px 0 -72px 0;
}

#hero h1 {
  margin: 0;
  font-size: 60px;
  font-weight: 700;
  line-height: 56px;
  color: #000000;
}

#hero h2 {
  color: #a08f86;
  margin: 15px 0 0 0;
  font-size: 24px;
}

.btn-get-started {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
    font-size: 13px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 30px;
    border-radius: 3px;
    transition: 0.5s;
    margin-top: 30px;
    color: #fff;
    background: #00549C;
}
.btn-get-started:hover {
  color: #fff;
  background: #8BC53F;
}

#hero .animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 80px 0;
  overflow: hidden;
}
.services-bg{
  background: #F4F9FF;
}

.section-bg {
  background-color: #fef8f5;
}

.section-title {
  /* text-align: center; */
  padding-bottom: 30px;
}

.section-title h2, h2 {
  font-size: 40px;
  font-weight: 700;
  padding-bottom: 0;
  margin-bottom: 15px;
  color: #c2b7b1;
}

.section-title p {
  padding-bottom: 15px;
  margin-bottom: 15px;
  position: relative;
  font-size: 32px;
  font-weight: 700;
  color: #4e4039;
}

.section-title p::after {
  content: "";
  position: absolute;
  display: block;
  width: 60px;
  height: 2px;
  background: #eb5d1e;
  bottom: 0;
  left: calc(50% - 30px);
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about {
  background: #00549C;
}
.about h3 {
  font-weight: 700;
  font-size: 34px;
  color: #4e4039;
}

.about h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 5px;
  color: #7a6960;
}

.about i {
  font-size: 20px;
  margin-top: 0;
  color: #fff;
}

.about p {
  font-size: 15px;
  color: #5a6570;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  margin: 0 0 30px 0;
  background: #fff;
  box-shadow: 0 3px 5px 0 #00000010;
  transition: all 0.3s ease-in-out;
  border-radius: 9px;
  text-align: center;
  border-bottom: 3px solid #fff;
  width: 100%;
}

.services .icon-box:hover {
  transform: translateY(-5px);
  border-color: #8BC53F;
}

.services .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 16px;
}

.services .title a {
  color: #111;
}

.services .description {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
}
/* ----------blog---------- */
.blog-box {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 44px 0 #1470be12;
}
.blog-img{
  width: 100%;
  height: 243px;
  border-radius: 10px;
}
.blog-content{
  padding: 20px;
}
/*--------------------------------------------------------------
# Contact Us
--------------------------------------------------------------*/
.contact-bg{
  background: #F4F9FF;
}
.contact-img-box{
  background: #DDF0FE;
}
.contact-pr{
  padding-right: 95px;
}
.contact-pl{
  padding-left: 95px;
}
.subscribe-box{
  background: #8BC53F;
  padding: 30px 80px;
  border-radius: 10px;
  text-align: center;
}
.subscribe-box .input-group-text {
  background-color: #fff;
  border: none;
  border-radius: 0;
  padding: 0.94rem 0.75rem;
}
.subscribe-box .fa{
  color: #00549C;
  font-size: 19px;
}
.subscribe-box .input-group{
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
}
.subscribe-box .form-control{
  color: #818181;
  background-color: #fff;
  padding: 0.78rem 1rem;
}
.btn-input-postn{
  position: absolute;
  top: 3px;
  right: 4px;
}
.subscribe-box .btn-get-started{
  margin-top: 0;
  border-radius: 8px;
  padding: 12px 30px;
}
@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}
.padding-email-form{
  padding: 40px;
  position: relative;
}
.padding-email-form::before{
  content: "";
  position: absolute;
  bottom: -17px;
  left: -17px;
  clip-path: polygon(15% 15%, 15% 85%, 85% 85%, 100% 100%, 0 100%, 0 0);
  width: 110px;
  height: 110px;
  background: #DDF0FE;
}
.padding-email-form::after{
  content: "";
  position: absolute;
  top: -17px;
  right: -17px;
  clip-path: polygon(15% 15%, 85% 15%, 85% 85%, 100% 100%, 100% 0, 0 0);
  width: 110px;
  height: 110px;
  background: #DDF0FE;
}


.contact .form-control {
  padding: 0.675rem 1.75rem;
  font-size: 14px;
  line-height: 1.5;
  color: #818181;
  background-color: #ffffff;
  border: 2px solid #CCCCCC;
  border-radius: 5px;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #C7E5FF;
  /* padding: 0 0 30px 0; */
  color: #212529;
  font-size: 14px;
}

#footer .footer-top {
  padding: 60px 0 30px 0;
  background: #00549C;
}
.fotter-logo img {
  width: 260px;
  height: 100%;
}
#footer .footer-top .footer-contact {
  margin-bottom: 30px;
  padding: 0px 20px 0 20px;
}

#footer .footer-top .footer-contact h4 {
  font-size: 22px;
  margin: 0 0 30px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: 'Inter', sans-serif;
  color: #5c5c5c;
}

#footer .footer-top h4 {
  font-size: 20px;
  font-weight: bold;
  color: #8BC53F;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #f39e7a;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #ffffff;
  transition: 0.3s;
  display: inline-block;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #8BC53F;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #eb5d1e;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #ef7f4d;
  color: #fff;
  text-decoration: none;
}

#footer .copyright {
  text-align: center;
}

.font-size-12{
  font-size: 12px !important;
}
.font-size-13{
  font-size: 13px !important;
}
.font-size-14{
  font-size: 14px !important;
}
.font-size-16{
  font-size: 16px !important;
}
.font-size-18{
  font-size: 18px !important;
}
.font-size-20{
  font-size: 20px !important;
}
.font-size-22{
  font-size: 22px !important;
}
.font-philosopher{
  font-family: 'Philosopher', sans-serif !important;
}
.text-blue{
  color: #00549C !important;
}
.text-green{
  color: #8BC53F !important;
}
.text-grey{
  color: #818181 !important;
}
.pr-content{
  padding-right: 160px;
}
p {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  color: #000000;
}
.fw-400{
  font-weight: 400 !important;
}
.fw-500{
  font-weight: 500 !important;
}
.fw-600{
  font-weight: 600 !important;
}
.fw-700{
  font-weight: 700 !important;
}
.text-justify{
  text-align: justify !important;
}
.service-img{
  width: 100px;
  height: 100px;
}
.about-ul{
  list-style-type: none;
  padding-left: 0;
}
.about-ul li{
  align-items: center;
  display: flex;
  color: #ffffff;
  margin-top: 15px;
  font-size: 15px;
}
.about-ul li span{
  margin-right: 8px;
}
.appointment{
  overflow: visible !important ;
  background: #F4F9FF;
}
.appointment-box{
  padding: 40px;border-radius: 20px;
  box-shadow: 0 4px 44px 0 #1470be12;
  background: #ffffff;
  margin-top: -190px;
}
.pb-200{
  padding-bottom: 200px;
}
.form-control {
  padding: 0.675rem 1.75rem;
  font-size: 14px;
  line-height: 1.5;
  color: #818181;
  background-color: #F3F8FD;
  border: none;
  border-radius: 5px;
}
label {
  font-size: 14px;
}
/* ------clients--- */
.clients-bg{
  background: #F4F9FF;
}
.owl-nav button {
  position: absolute;
  top: 50%;
  background-color: #000;
  color: #fff;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot{
  background: #fff !important;
  color: #00549C;
  padding: 0!important;
  position: absolute;
  top: -82px;
  right: 0px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  box-shadow: 0 4px 12px 0 #00000005;
  display: flex;
  align-items: center;
  justify-content: center;
}
.owl-nav button.owl-prev {
  right: 64px !important;
}
.owl-nav button.owl-next {
  right: 0 !important;
}

.owl-dots {
  text-align: center;
  padding-top: 15px;
  display: none;
}
/* .owl-dots button.owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-block;
  background: #ccc;
  margin: 0 3px;
}
.owl-dots button.owl-dot.active {
  background-color: #000;
}
.owl-dots button.owl-dot:focus {
  outline: none;
} */
.owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.38) !important;
}
.owl-nav span {
    font-size: 30px;    
    position: relative;
    top: 0px;
    font-weight: 700;
}
.owl-nav button:focus {
    outline: none;
}
.owl-slider .item{
    background: #ffffff;
    box-shadow: 0 4px 44px 0 #1470be12;
    padding: 15px;
    border-radius: 10px;
}
.patient-box{
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
/* ----star rating----- */
/* .star-rating {
  line-height:32px;
  font-size:1.25em;
} */

.star-rating .fa-star{color: #FFAF13;}
.star-rating .fa{
  font-size: 16px;
}
.input-group>.form-control:focus, .input-group>.form-floating:focus-within, .input-group>.form-select:focus {
  z-index: 0 !important;
}
/* ----responsive css----------- */
/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .pr-content {
    padding-right: 100px !important;
  }
  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}
@media (max-width: 1199px){
  .pr-content {
    padding-right: 0px !important;
  }
  .blog-img{
    height: 174px;
  }
  .contact-pl{
    padding-left: 15px;
  }
  .contact-pr{
    padding-right: 15px;
  }
}
@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }
  .blog-img{
    height: 128px;
  }
  .blog-content{
    padding: 10px;
  }
  .blog-content h5, h5{
    font-size: 1rem;
  }
  .blog-content .text-justify{
    text-align: justify !important;
  }
  .text-justify{
    text-align: center !important;
  }
  .navbar ul {
    display: none;
  }
  .about .about-img img {
    max-width: 70%;
  }
  #hero {
    height: 100%;
  }

  #hero .animated {
    animation: none;
  }

  #hero .hero-img {
    text-align: center;
  }

  #hero .hero-img img {
    width: 70%;
  }
  #header {
    height: 80px;
  }
  #header .logo img{
    max-height: 50px;
  }
  .appointment-box{
    margin-top: -240px;
    padding: 15px;
  }
  .owl-nav span{
    font-size: 21px;
  }
  .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot{
    top: -23px;
    right: 0px;
    width: 30px;
    height: 30px;
  }
  .owl-nav button.owl-prev{
    right: 46px !important;
  }
  .patient-box {
    width: 60px;
    height: 60px;
  }
  .padding-email-form{
    padding: 25px;
  }
  .contact .form-control{
    padding: 0.5rem 1rem;
  }
  section {
    padding: 40px 0;
  }
}
@media (max-width: 768px) {
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
  section {
    padding: 25px 0;
  }
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
  }

  #hero .hero-img img {
    width: 70%;
  }
  .section-title h2, h2{
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}
@media (max-width: 767px) {
  .about .about-img img {
    max-width: 90%;
  }
  .blog-img{
    height: 290px;
    text-align: center;
  }
}
@media (max-height: 600px) {
  #hero {
    height: 100%;
  }
}
@media (max-width: 575px) {
  #hero .hero-img img {
    width: 80%;
  }
  .blog-img{
    height: auto;
  }
  .subscribe-box{
    padding: 20px 15px;
  }
  .subscribe-box .btn-get-started {
    padding: 5px 13px;
  }
  .subscribe-box .form-control {
    padding: 0.48rem 0.5rem;
    font-size: 13px;
  }
   .subscribe-box .input-group-text {
    padding: 0.54rem 0.5rem;
  }
}
@media (max-width: 575px) {

  #footer .copyright {
    float: none;
    -moz-text-align-last: center;
    text-align-last: center;
    padding: 3px 0;
  }
}
