.main_lebel{color:#000;  }
 label{  color:#000;}

.slider_area .single_slider{
  background-size: contain;
}
  
.slider_area .single_slider{
  background-size: contain;
}
	  	  
.testimonial body {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(1, 30, 34);
    font-family: sans-serif
}

.testimonial .container {
    max-width: 950px
}

.testimonial .card {
    border-radius: 1rem;
    box-shadow: 0px -10px 0px rgb(151, 248, 6)
}

@media(max-width:767px) {
    .card {
        margin: 1rem 0.7rem 1rem;
        max-width: 80vw
    }
}

.testimonial img {
    width: 6.2rem;
    border-radius: 5rem;
    margin: 1.3rem auto 1rem auto
}

.testimonial .col-md-4 {
    padding: 0 0.5rem
}

.testimonial .card-title {
    font-size: 1rem;
    margin-bottom: 0;
    font-weight: bold;
    font-family: 'IM Fell French Canon SC'
}

.testimonial .card-text {
    text-align: center;
    padding: 1rem 2rem;
    font-size: 0.8rem;
    color: rgb(82, 81, 81);
    line-height: 1.4rem
}

.testimonial .footer {
    border-top: none;
    text-align: center;
    line-height: 1.2rem;
    padding: 2rem 0 1.4rem 0;
}

.testimonial #name {
    font-size: 0.8rem;
    font-weight: bold
}

.testimonial #position {
    font-size: 0.7rem
}

.testimonial a {
    color: rgb(151, 248, 6);
    font-weight: bold
}

.testimonial a:hover {
    color: rgb(151, 248, 6)
}


.call_now_image img {
  animation: shake 3s;
  animation-iteration-count: infinite;
}

.boxed-btn3-white {
  animation: shake 3s;
  animation-iteration-count: infinite;
}

@keyframes shake {
  0% { transform: translate(1px, 1px) rotate(0deg); }
  10% { transform: translate(-1px, -2px) rotate(-1deg); }
  20% { transform: translate(-3px, 0px) rotate(1deg); }
  30% { transform: translate(3px, 2px) rotate(0deg); }
  40% { transform: translate(1px, -1px) rotate(1deg); }
  50% { transform: translate(-1px, 2px) rotate(-1deg); }
  60% { transform: translate(-3px, 1px) rotate(0deg); }
  70% { transform: translate(3px, 1px) rotate(-1deg); }
  80% { transform: translate(-1px, -1px) rotate(1deg); }
  90% { transform: translate(1px, 2px) rotate(0deg); }
  100% { transform: translate(1px, -2px) rotate(-1deg); }
}

.fixed_footer {
    background: #FF5722;
    background: -moz-linear-gradient(left, #FF5722 0%, #FF9800 100%);
    background: -webkit-linear-gradient(left, #FF5722 0%, #FF9800 100%);
    background: linear-gradient(to right, #1e3c1b, #4b2c15, #8b5e2a);
    position: fixed;
    padding:10px;
    left: 0;
    bottom: 0;
    width: 100%;
    color: white;
    text-align: center;
}

.fixed_footer_main {
  position: fixed;
  left: 0;
  bottom: 0;
  color: white;
}

.card {
  background: #fff;
  border-radius: 2px;
  display: inline-block;
  min-height: 250px;
  margin: 1rem;
  position: relative;
  width: 100%;
  padding:15px;
}
    
.card-3 {
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

.welcome_docmed_area p {
    text-align: center;
    font-weight: bold;
}

.logo img {
    height: 70px;
}

.start_treatment_form h3 {
    line-height: 1.7em;
}

.background_pattern {
background-color: #285125;
background-image: 
  linear-gradient(45deg, #502d0f 25%, transparent 25%),
  linear-gradient(-45deg, #502d0f 25%, transparent 25%),
  linear-gradient(45deg, transparent 75%, #502d0f 75%),
  linear-gradient(-45deg, transparent 75%, #502d0f 75%);
background-size: 40px 40px;
background-position: 0 0, 0 20px, 20px -20px, -20px 0px;
}

html {
  scroll-behavior: smooth;
}

.pad-top-10 {
    padding-top:10px;
}

.welcome_docmed_info ul {
    padding-top: 20px;
    line-height: 35px;
}

.welcome_docmed_info i.flaticon-right {
    padding-right: 5px;
}

/* Slider */
.testimonial img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  border: 3px solid #502d0f;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-size: 40% 40%;
}
.carousel-control-prev, .carousel-control-next {
  width: 5%;
}


.final_callto_action {
  font-size: 14px;
}
.final_callto_action img {
  vertical-align: middle;
}
.call_now_image img {
  transition: transform 0.3s ease;
}
.call_now_image img:hover {
  transform: scale(1.1);
}
