a{
    cursor: pointer;
}
.custom-nav .navbar-brand.brand-logo img{
    height: 80px !important;
}
.sticky-header .custom-nav .navbar-brand.brand-logo img{
    height: 50px;
}
.contact_btn .btn-sm{
    min-width: 150px !important;
    height: 50px !important;
}
.btn-white{
    min-width: 200px;
}
.aboutus .aboutus-icon-box .icon i{
    font-size: 20px;
}
.aboutus .aboutus-icon-box .icon{
    min-width: 30px;
    min-height: 30px;
}
.aboutus .aboutus-icon-box .title{
  font-weight: 400;
    margin-bottom: 0px;
    margin-top: 5px;
    font-size: 1em;
    text-align: justify;
}
.ftr-icon-box2{
  padding: 0% !important;
  border-radius: 10px;
}
.question-box .faq-body p{
  font-size: 1em;
  color: #303438;
}
.appointment .appointment-form{
  padding-top: 200px;
  padding-bottom: 200px;
}
.btn{
  line-height: auto;
  background-image: -webkit-gradient(linear, left top, right top, from(#ffd0d0), to(#e2b7b7));
    background-image: linear-gradient(90deg, #ffd0d0 0%, #e2b7b7 100%); !important;
  font-size: 1em;
}
.features .ftr-icon-box{
    height: 250px;
}
.contact-menu-list li{
    display: block;
}
.our-team .team-box img{
    border-radius: 100%;
    width: 100%;
    border: 5px solid #fecfcf;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
  }
.our-team2 .team-box2 img{
    border: 5px solid #fecfcf;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
  }
.team-box ul li{
  font-size: 1em;
  color: #005688;
  text-align: justify;
}
.section-title h2{
    text-transform: uppercase;
    font-weight: 900;
    font-size: 1.5em;
    color: #094a8c;
}
.section-title h2 span, .aboutus .aboutus-icon-box .icon i{
    color: #dda796;
}
.section{
    padding-top: 4%;
    padding-bottom: 0%;
}
.btn-white{
    background-image: -webkit-gradient(linear, left top, right top, from(#ffd0d0), to(#e2b7b7));
    background-image: linear-gradient(90deg, #ffd0d0 0%, #e2b7b7 100%);
    color: #fff !important;
    border: 2px solid rgba(255, 255, 255, .5);
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px !important;
    transition: .5s ease;
}
.btn-white:hover{
    background: #333;
    transition: .5s ease;
    
    transform: scale(.9);
}
::-webkit-scrollbar {
width: 5px;
}
::-webkit-scrollbar-track {
background: #0999d6; 
}
::-webkit-scrollbar-thumb {
background: #1897b3;
transition: .5s;
}
.our-team .team-box .title-box p{
  color: #1897b3;
}
.sticky-header .navbar-brand.brand-logo img{
height: 70px !important;
}
.doctorweb .doc1{
width: 12%;
animation: 10s doc infinite ease;
}
.doctorweb .doc2{
width: 50%;
}
@keyframes doc {
0% {
  transform: rotate(0deg);
}
10% {
  transform: rotate(0deg);
}
50% {
  transform: rotate(360deg);
}
90% {
  transform: rotate(0deg);
}
100% {
  transform: rotate(0deg);
}}
.btn-whatsapp {
  display: block;
  width: 75px;
  height: 75px;
  color: #333;
  position: fixed;
  right: 1%;
  bottom: 1%;
  border-radius: 50%;
  line-height: 70px;
  text-align: center;
  z-index: 999;
  font-size: 70px !important;
  animation: BounceAnimation 4s infinite;
  -webkit-animation: BounceAnimation 4s infinite;
  -moz-animation: BounceAnimation 4s infinite;
  -o-animation: BounceAnimation 4s infinite;
background: rgba(38,212,102,1);
background: -moz-radial-gradient(center, ellipse cover, rgba(38,212,102,1) 0%, rgba(34,186,89,1) 100%);
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(38,212,102,1)), color-stop(100%, rgba(34,186,89,1)));
background: -webkit-radial-gradient(center, ellipse cover, rgba(38,212,102,1) 0%, rgba(34,186,89,1) 100%);
background: -o-radial-gradient(center, ellipse cover, rgba(38,212,102,1) 0%, rgba(34,186,89,1) 100%);
background: -ms-radial-gradient(center, ellipse cover, rgba(38,212,102,1) 0%, rgba(34,186,89,1) 100%);
background: radial-gradient(ellipse at center, rgba(38,212,102,1) 0%, rgba(34,186,89,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#26d466', endColorstr='#22ba59', GradientType=1 );
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
  box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
  transition: ease .5s;
}
.btn-whatsapp i{
  color: #fff !important;
  transition: ease .5s;
  display: block;
  margin-top: 8%;
}
.btn-whatsapp:hover{
  background-color: #333;
  transform: rotate(360deg);
  transition: ease .5s;
}
.btn-whatsapp span{
  font-family: Arial, Helvetica, sans-serif;
  position: absolute;
  font-size: .3em;
  right: 2px;
  background-color: #de2f36;
  color: #fff;
  border-radius: 100px;
  height: 20px;
  width: 20px;
  line-height: 20px;
  transition: .5s ease;
  animation: iconw 2s infinite ease-in-out;
}
.btn-whatsapp:hover span{
  display: none !important;
  transition: .5s ease;
}
.contact_btn .btn-sm{
    background-image: -webkit-gradient(linear, left top, right top, from(#ffd0d0), to(#e2b7b7));
    background-image: linear-gradient(90deg, #ffd0d0 0%, #e2b7b7 100%);
    transition: .5s ease;
    color: #fff !important;
}
.contact_btn .btn-sm:hover{
    color: #fff !important;
    background: #333;
    transform: scale(.9);
    transition: .5s ease;
}
@keyframes iconw {
  0% {
    transform: scale(.8);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(.8);
  }}
#aboutus img, #reviews img, #features img{
    border-radius: 10px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.btn-white{
    margin-bottom: 2%;
    padding: 0% 2%;
}
.appointment .contant-number2{
  background: url(../images/appointment-left-bg2.jpg);
}
.features .title{
  font-size: 2em;
}
.features .description{
  font-size: 1em;
}
.estudiospad{
  padding: 12%;
  padding-left: 0%;
  padding-right: 0%;
}
.appointment .appointment-form .title{
  font-size: 1.5em;
  font-weight: 400;
}
.footer p{
  font-size: 1em;
  text-align: justify;
}
h2{
  font-size: 2em;
}
.sub-title{
  font-size: 1.5em;
  font-weight: 400;
}
.owl-item.active .content-fadeInUp{
  text-align: center;
}
#reviews{
  padding-bottom: 5%;
}
.review-slider .item .review-card p, .question-box .faq-body p{
  text-align: justify;
}
.social-bar {
  position: fixed;
  right: 2%;
  top: 25%;
  font-size: 2rem;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  z-index: 100;
}
.icono {
  color: #fff !important;
  text-decoration: none;
  height: 50px;
  width: 50px;
  display: flex;
  transition: all 0.5s;
  margin-top: 10%;
  position: relative;
  border-radius: 100px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  background-image: -webkit-gradient(linear, left top, right top, from(#f4c6e0), to(#ec5ca9));
    background-image: linear-gradient(90deg, #f4c6e0 0%, #ec5ca9 100%);
  transition: all 0.5s ease;
  border: 3px solid rgba(255, 255, 255, 0.5);
}
.icono:hover {
  border: 2px solid #88ca51;
  transition: all 0.5s ease;
  border: 3px solid rgba(255, 255, 255, 0.5);
}
.icono:before {
  background-color: #005688;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 30px;
  left: 0;
  top: 0;
  z-index: -1;
  transform: scale(0, 0);
  transition: all 0.5s ease;
}
.icono:hover:before {
  z-index: 1;
  transform: scale(1.1);
  transition: all 0.5s ease;
}
.icono span {
  background: #39b5bc;
  padding: 5%;
  padding-left: 20%;
  padding-right: 20%;
  font-size: 0.5em;
  border-radius: 10px;
  color: #fff;
  position: absolute;
  right: -9px !important;
  top: -32px !important;
  width: max-content;
}
.icono:hover span {
  transition: all 0.5s ease;
  transform: scale(1);
}
.icono i {
  z-index: 2;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (min-width: 320px) and (max-width: 767px){
  .social-bar {
    display: none;
  }
  .appointment .contant-number{
    background-size: contain !important;
    background-repeat: no-repeat !important;
  }
  .appointment .contant-number{
    height: 300px;
  }
  .footer-menu{
    display: block;
  }.estudiospad{
    padding: 5%;
  }
  .btn{
    line-height: auto !important;
    height: auto !important;
  }
  .features .ftr-icon-box{
    height: fit-content !important;
  }
  .features .title{
    text-align: center;
  }
  .appointment .appointment-form{
    padding-top: 5%;
    padding-bottom: 5%;
   
  }
  #appointment{
    margin-bottom: 5%;
  }
    .btn-white{
        margin-bottom: 2%;
    }
    .our-team .team-box img{
        width: 50%;
       margin-left: auto;
       margin-right: auto;
    }
    .custom-nav .navbar-brand.brand-logo img{
    height: 34px !important;
}
    .aboutus .aboutus-icon-box .title{
    margin-bottom: 0px;
    margin-top: 0px;
}
.learn-more{
    text-align: center;
}
.learn-more a{
    margin-bottom: 2%;
}
}

.pulse-button {
  box-shadow: 0 0 0 0 rgba(73, 216, 235, 0.7);
  -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
}
.pulse-button:hover {
  -webkit-animation: none;
  -moz-animation: none;
  -ms-animation: none;
  animation: none;
}