p {
    color: #444;
  /*  font-weight: 500;*/
}

.footer__address ul li {
    margin-bottom: 20px;
}

.footer__address ul li a{
    list-style: none;
    font-size: 14px;
    color: #c4c4c4;
    font-weight: 300;
    margin-bottom: 38px;
}
 
.footer__top {
    margin-top: -10px;
    background: #DB0019 /*#7d4141*/;
    padding-bottom: 0px;
}

.contact__form {
    padding-left: 25px;
}

.doctor__item__text {
    padding-top: 80px;
}

.team {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

 .header__menu__option {
    padding-top: 40px !important;
}
.header__top {
    background: #DB0019 /*#DF3737*/ /*#CA564C*/ !important;
}

.header__menu ul li a:after {
    background: #E6A390;
}

.breadcrumb__links span {
    color: #E6A390;
}

.header__menu ul li a {
    color: #1D241C;
}

#preloder {
    background: #1D241C;
}

.loader {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -13px;
    margin-left: -13px;
    border-radius: 60px;
    animation: loader 0.8s linear infinite;
    -webkit-animation: loader 0.8s linear infinite;
}

.footer__copyright {
    background: #4f2d2d /*#9A5656*/;
}

.footer {
    background: #DB0019 /*#DF3737*/;
}

.footer__address ul li {
    color: #fff;
}

.footer__address ul li a{
    color: #fff;
}

.footer__address ul li i {
    color: #fff;
}

.footer__copyright__text p {
    color: #fff !important;
}

.primary-btn.normal-btn {
    background: #CA564C;
    color: #ffffff;
}

.primary-btn {
    border: 2px solid #CA564C;
}

.site-btn {
    color: #ffffff;
    background: #CA564C;
}

.hero__text span {
    color: #fff/*#E9695E*/;
}

.doctor__item__text ul li i {
    color: #CA564C;
}

.contact__widget__icon {
    color: /*#E75154 */ #E63E36;
}

.about__video .play-btn {
    background: /*#E75154 */ #E63E36;
    color: #ffffff;
}

.team__item:hover img {
    border-color: green;
}

.team__item img {
    height: 270px;
    width: 270px;
    border-radius: 50%;
    border: 0px solid #ffffff;
    -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
    margin-bottom: 32px;
    -webkit-transition: all, 0.5s;
    -o-transition: all, 0.5s;
    transition: all, 0.5s;
}

.cor-check {
    font-size: 4em; 
    color: #E9695E;
}
/*
.services__item:hover {
    background: #E63E36;
    color: #fff !important;
}

.services__item:hover i{
    color: #fff;
}*/

.services .section-title span {
    color: #E9695E;
}

.gallery__container .gc__item:after {
    background: rgba(202,86,76, 0.5);
}

.team__item img {
    height: 370px !important;
    width: 400px !important;
}

.hero__text h2 {
    /* box-shadow: 10px 10px 5px 0px rgba(255, 255, 255, 0.75) !important; */
   /* text-shadow: 5px 5px 2px #FFFFFF;*/
    font-size: 1.2em;
    line-height: 80px;
    background: rgba(255, 255, 255, 0.7);
    padding: 10px 20px;
    text-align: left;
}

.doctor__item {
     padding-bottom: 50px; /*65px; */
    border-bottom: 0px solid #f2f2f2;
     margin-bottom: 0px; /*65px; */
}

@media only screen and (max-width: 800px) {
    .hero__text h2 {
        font-size: 2em !important;
    }
}


.banner {
    height: 950px !important;
}

/* menu */
.menu2 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: white;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  transform: translateY(-100%);
  transition: transform 0.3s ease;
  z-index: 999;
}

.menu2.show {
  transform: translateY(0);
}

.menu2 nav ul {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 1rem;
  margin: 0;
}

.menu2 nav ul li a {
  text-decoration: none;
  color: #333;
  margin: 0 1rem;
}



.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
}

.whatsapp-float img {

  width: 60px;
  height: 60px;  
  border-radius: 40%;
  box-shadow: 0 4px 8px rgba(0,0,0,0.3);
  transition: transform 0.3s ease;
}

.whatsapp-float img:hover {
  transform: scale(1.1);
}

.accordion-button:not(.collapsed) {
    background-color: #FBE3E4;
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}

.accordion-item {
    background-color: var(--bs-accordion-bg);
    border: none;
}

.topo- main {
    border-top: 1.5rem solid #fff; 
    padding-top: 0px !important;
}

/*

html, body {
    height: 100%;
    font-family: "Roboto", sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 18px;
    line-height: 37px !important;
}*/

