section.maindoctor:before {
  content: "";

  background: linear-gradient(to right, #c6dee4, transparent);

  position: absolute;

  left: -136px;

  height: 100%;

  width: 50%;

  top: 0;
}

.maindoctor-content h2 {
  color: #3cb9aa;
}

section.maindoctor img.signature {
  width: 200px;
}

.maindoctor-image {
  border-radius: 50%;

  background: #fff;

  height: 340px;

  width: 340px;

  overflow: hidden;

  border: 5px solid #fff;

  box-shadow: 0 0 15px 0 rgba(41, 61, 88, 0.1);
}



.maindoctor-content p {
  font-size: 17px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 0;
  color: #000;
  font-family: "Roboto", sans-serif;
  text-align: justify;
}

.pad-top-0 {
  padding: 50px 0;
}

.maindoctor-content p span {
  font-size: 18px;

  font-weight: 600;

  line-height: 35px;

  margin-bottom: 0;

  color: #000;

  font-family: "Poppins", sans-serif;

  text-align: justify;

  margin-bottom: 13px;
}

section {
  padding: 72px 0 60px;

  position: relative;

  overflow: hidden;
}

.section{
  padding:155px 0 60px
}

@media (max-width: 480px) {
  .section {
    padding: 215px 0 20px;
  }
}

.gallery-btn.text-center {
  margin-bottom: 30px;
}

.outer_bg {
  background: #3cb9aa;

  padding: 20px 30px 50px 30px;
}

.btn01 {
  background: linear-gradient(to right, #050505 50%, #030303 50%);

  padding: 12px 25px 12px 25px;

  text-align: center;

  color: #fff;

  border-radius: 10px 0;

  position: relative;

  transition: all ease-in-out 0.3s;

  background-size: 200% 100%;

  background-position: right bottom;

  border: 0;

  font-size: 15px;

  text-transform: uppercase;
}

iframe#instagram-embed-0 {
  max-height: 500px;
}

/*whatsapp css*/

.whatsapp01 {
  width: 70px;
  height: auto;
  z-index: 99999;
  position: fixed;
  bottom: 30px;
  left: 80px;
  -webkit-animation: move1 1s infinite;
  -moz-animation: move1 1s infinite;
  animation: move1 1s infinite;
  opacity: 0.8;
}

.whatsapp01 img {
  width: 100%;
  height: auto;
}

.mobweb01 {
  display: none;
}

.whatsapp01:hover {
  opacity: 1;
}

@keyframes move1 {
  0% {
    bottom: 30px;
  }

  50% {
    bottom: 45px;
  }

  100% {
    bottom: 30px;
  }
}

@-webkit-keyframes move1 {
  0% {
    bottom: 30px;
  }

  50% {
    bottom: 45px;
  }

  100% {
    bottom: 30px;
  }
}

@media only screen and (max-width: 480px) {
  .mobweb01 {
    display: block !important;
  }

  .deskweb01 {
    display: none !important;
  }
}


/* appoinment section  */

.appoinment-section{
    padding: 30px 0;
}

.appoinment {
  padding: 30px;
  margin-bottom: 20px;
  /* background-color: #013974; */
}

.bgc-1{
    background-color: #013974;
}

.bgc-2{
    background-color: #ff8905;
}

.bgc-1{
    background-color: #013974;
}



.appoinment h3 {
  color: #fff;
}

.appoinment-time{
    display: flex;
    align-items: center;
    padding: 15px 0;
    border-top: #a7a7a7 1px solid;
}

.timing-date{
    display: flex;
    justify-content: space-between;
}

.timing-date p:last-child{
    margin-left: 20px;
}

.appoinment-time i{
    color: #bbbbbb;
    padding-right: 8px;
}

.appoinment-time p{
    color: #fff;
}

.appooinment-btn{
    text-align: center;
    margin-top: 20px;
}

.appooinment-btn a{
    background-color: #fff;
    display: block;
    color: #3cb9aa;
    border: 1px solid #ffffff;
    padding: 10px 20px;
    /* border-radius: 5px; */
    text-decoration: none;
    &:hover{
        background-color: transparent;
        color: #fff;
    }
}












/* counter  */

.hospital-couner {
    padding: 40px 0;
    background-color: #013974;
}

.counter {
    text-align: center;
}

.counter-icon {
    margin-bottom: 15px;
}

.counter-icon img {
    height: 60px;
}

.counter-achieve h2 {
    font-size: 30px;
    color: #fff;    
    font-family: 'roboto', sans-serif;
    letter-spacing: 1px;
}

.counter-achieve p {
    font-size: 20px;
    color: #fff;
    font-family: 'roboto', sans-serif;
    letter-spacing: 1px;
    /* font-weight: 400; */
}





/* slider    */


.carousel {
  position: relative;
  min-width: 100%;
  max-width: 1000px;
  overflow: hidden;
}

.carousel-slides {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.slide {
  flex: 0 0 33.333%; /* Display three slides at a time */
  box-sizing: border-box;
  padding: 5px;
}

.slide img {
  width: 100%;
  display: block;
  border-radius: 5px;
}




.ab-btn{
  border: 1px solid #3cb9aa;
  padding: 10px 30px 12px;
 
  &:hover{
    background-color: #3cb9aa;
    color: #fff;
    padding: 10px 25px 12px 30px;
    
  }
}