body{
    /* font-family: 'Poppins' !important; */
    font-size: 18px !important;
    line-height: 30px;
    font-weight: 600;
    padding-right: 0px !important;
}

.section_padding_110 > [class*="container"] { padding-top: 20px ! important; padding-bottom: 20px ! important;}
/* home box */
.Snooze-home{
    margin: -40px 0px 50px 0px;
    padding: 20px;
    font-weight: 600;
}
h1{
  color: #00AB97 !important;
  font-size: 28px !important;
}
h2{
    
    color: #0d5483 !important;
    font-size: 24px !important;
}

.image-border{
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
  border-radius: 20px;
  transition: all .5s ease;

}

.image-border:hover {
  transform: translateY(-5px);
  box-shadow: 0px 10px 20px 2px rgba(0, 0, 0, 0.25);}

 .list li{
  color:brown;
}
.list li P{
  color:#787878;
}

.accordion-body {
padding: 20px 15px !important;
}
.guide-3d{
margin:20px 0px 80px 0px;
}
.guide-3d h3{
  color: #5D6D7E;
  margin-top: 40px;
}
.accordion-button{
  padding: 20px 15px !important;
}

#map { height: 0px !important;}

/* our team design */
.breadcrumb{
    display: flex;
    justify-content: center;
    background: none !important;
}
.img{
    display: flex;
    justify-content: center;
    height: 250px;
    width: 250px;
    border-radius: 10px;
}

/* .docter-img{
    border-radius: 10px;
    width: 300px;
    margin-bottom: 30px;
    height: 300px;
    padding: 24px;
    background: rgb(176, 209, 231);
} */

/* vision/mission */

  span{
    font-size: 14px;

  }
  .vision-img{
    align-content: center;
    height: 100px;
    width: 100px;
  }
  li a, li a:hover{
    text-decoration: none;
  }

  .list li{
    margin-top: 15px;
  }

  .text{
    text-align: center;
    font-size: 30px;
  }

  /* .Pediatric{ 
    font-size: 20px;
    padding: 30px;
  } */

  .box-shadow{
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 20px;
  }

  @media (min-width: 320px){
    a.logo h1 {
      font-size: 18px;
    }
  }

  /* Custom style */
.accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M8 0a1 1 0 0 1 1 1v6h6a1 1 0 1 1 0 2H9v6a1 1 0 1 1-2 0V9H1a1 1 0 0 1 0-2h6V1a1 1 0 0 1 1-1z' clip-rule='evenodd'/%3e%3c/svg%3e") !important;
  transform: scale(.7) !important;
}
.accordion-button:not(.collapsed)::after {
background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M0 8a1 1 0 0 1 1-1h14a1 1 0 1 1 0 2H1a1 1 0 0 1-1-1z' clip-rule='evenodd'/%3e%3c/svg%3e") !important;
}

.accordion-button:not(.collapsed){
  color:black !important;
}

.page_breadcrumbs {
  height: 350px;
  background-image: url("../new-image/banner.jpg") !important;
}

.animated-element {
  opacity: 0;
  transform: translateX(-50px);
}

.pp_social {
  display: none !important;
}
.pp_nav{
  background-color: #fff !important;
}

.nav {
  display: block !important;
}

.footer-contact-info{
  color: #fff !important;
  text-decoration: none;
}

.footer-contact-phone{
  color: #fff !important;
  text-decoration: none;
}

.form-control{
  font-size: 15px !important;
}

.page_breadcrumbs-about {
  height: 350px;
  background-image: url("../img/banner/about-us.jpg") !important;
  background-size: cover;
background-repeat: no-repeat;
background-position: center;
overflow: hidden;
}

.fade {
  opacity: 1;
}

.cs h3{
  color: #111 !important;
}
.form-container{
  font-family: 'Raleway', sans-serif;
  padding-right: 15px;
  position: relative;
  z-index: 1;
  }
  .form-container:before{
  content: '';
  background-color: rgba(255,255,255,0.5);
  position: absolute;
  left: 0;
  right: 0;
  top: 20%;
  bottom: 20%;
  z-index: -1;
  }

  .form-container input, input::placeholder, textarea, textarea::placeholder {
    font-size: 12px;
}

  .form-container .title{
  color: #333;
  background-color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 15px 50px 15px 20px;
  margin: 0;
  display: inline-block;
  clip-path: polygon(0 0, 80% 0%, 100% 100%, 0% 100%);
  }
  .form-container .title i{
  color: #792D3B;
  margin-right: 10px;
  }
  .form-container .form-horizontal{
  background: #fff;
  padding: 30px 0 0;
  box-shadow: 10px 10px 10px rgb(0,0,0,0.1);
  }
  .form-horizontal .form-group{
  padding: 0 25px;
  margin: 0 0 20px;
  }
  .form-horizontal .form-group:last-of-type{ margin-bottom: 30px; }
  .form-horizontal .form-group label{
  font-size: 13.5px;
  text-transform: uppercase;
  }
  .form-horizontal .form-group label.check-label{
  text-transform: none;
  vertical-align: middle;
  display: inline-block;
  }
  .form-horizontal .form-control{
  color: #111;
  background: #F5F5F5;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
  height: 33px;
  padding: 6px 12px;
  border-radius: 0;
  border: none;
  box-shadow: none;
  border-top: 1px solid #e7e7e7;
  border-left: 1px solid #e7e7e7;
  }
  .form-horizontal .form-control:focus{
  background-color: rgba(216, 63, 88, 0.1);
  box-shadow: none;
  }
  .form-horizontal .checkbox{
  height: 14px;
  width: 14px;
  min-height: auto;
  margin: 0 3px 0 0;
  border: 1px solid #999;
  cursor: pointer;
  display: inline-block;
  position: relative;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  transition: all 0.3s ease;
  }
  .form-horizontal .checkbox:before{
  content: '';
  height: 7px;
  width: 14px;
  border-bottom: 3px solid #792D3B;
  border-left: 3px solid #792D3B;
  opacity: 0;
  transform: rotate(-45deg);
  position: absolute;
  left: 1px;
  top: 0;
  transition: all 0.3s ease;
  }
  .form-horizontal .checkbox:checked{ border-color: #792D3B; }
  .form-horizontal .checkbox:checked:before{ opacity: 1; }
  .form-horizontal .checkbox:not(:checked):before{ opacity: 0; }
  .form-horizontal .checkbox:focus{ outline: none; }
  .form-horizontal .signup{
  color: #fff;
  background-color: #044D60;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  width: 100%;
  padding: 12px;
  border: none;
  border-radius: 0;
  display: block;
  transition: all 0.3s ease 0s;
  }
  .form-horizontal .signup:hover,
  .form-horizontal .signup:focus{
  background-color: #00AB97;
  }

  .card-height
  {
  /* height: 530px !important; */
  }
  .form-control::placeholder {
    color: #00AB97 !important;
    font-size: 17px !important;
  }

  input[type="text"],
   input[type="email"],
   input[type="mobile"], 
    input[type="url"],
     input[type="password"],
      input[type="search"], 
      input[type="tel"],
      
      textarea, select,
       .form-control {

        /* border: 2px solid #083b46 !important; */
        border-radius: 8px;
  }

  @media (max-width: 991px){}
  .sf-arrows .sf-with-ul:after {
      display: none !important;
  }

  .section_padding_bottom_75>[class*="container"] {
    padding-bottom: 0px !important;
}

.section_padding_top_100>[class*="container"] {
  padding-bottom: 100px !important;
}

.common-btn{
  background-color: #00AB97 !important;
  color: #e7e7e7 !important;
  font-size: 15px !important;
  padding: 5px !important;
  border-radius: 10px !important;
}

.show-box-shadow{
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px; 
  border-radius: 20px;
}

.radius{
  border-radius: 15px;
}

.width-doctor{
  width: 100% !important;
}




.button-33 {
  background-color: #00AB97 ;
  border-radius: 100px;
  box-shadow: rgba(44, 187, 99, .2) 0 -25px 18px -14px inset,rgba(44, 187, 99, .15) 0 1px 2px,rgba(44, 187, 99, .15) 0 2px 4px,rgba(44, 187, 99, .15) 0 4px 8px,rgba(44, 187, 99, .15) 0 8px 16px,rgba(44, 187, 99, .15) 0 16px 32px;
  color: rgb(242, 249, 242)!important;
  cursor: pointer;
  display: inline-block;
  padding: 7px 20px;
  text-align: center;
  text-decoration: none;
  transition: all 250ms;
  border: 0;
  font-size: 16px;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-33:hover {
  box-shadow: rgba(44,187,99,.35) 0 -25px 18px -14px inset,rgba(44,187,99,.25) 0 1px 2px,rgba(44,187,99,.25) 0 2px 4px,rgba(44,187,99,.25) 0 4px 8px,rgba(44,187,99,.25) 0 8px 16px,rgba(44,187,99,.25) 0 16px 32px;
  transform: scale(1.05) rotate(-1deg);
  color: #fff !important;
}

.box-shodow-img{
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 20px !important;
}

/* .showpopup{
  opacity: 1;
  transform: translateY(0);
  pointer-events: all;
} */

.modal-header .close {
  margin:0px !important;
  padding: 0px !important;

}

.close-btn{
  /* margin-right: -166px; */
  font-size: 26px !important;
  color:rgb(255 255 255) !important;
}

@media screen and (max-width: 371.95px) {
  .contact-us-pop-up-heading
  {
    font-size: 25px !important;
  }
}

.form-control , .popup::placeholder {
  color: #000000 !important;
  font-size: 17px !important;
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"],input[type="mobile"] textarea, select, .form-control, .popup{
  border: 2px solid #00AB97 !important;
  }

  @media only screen and (max-width: 500px){
    .carousel-indicators{
    display: none !important;
    }
  }

  input[type="mobile"],
  .form-con {
    border: none;
    height: 40px;
    border: 2px solid #f0f0f0;
    border-radius: 2px;
    background-color: transparent;
    color: #202020;
    /* padding-left: 20px; */
    padding-right: 40px;
    padding-top: 5px;
    padding-bottom: 5px;
  }


  @media screen and (max-width: 391.95px) {
    .contact-us-pop-up-contact-us
    {
      padding-top: 70px !important;
    }
  }

  @media screen and (min-width: 370px) and (max-width: 391.95px){
    .contact-us-pop-up-symbols
    {
      position: relative !important;
      bottom: 61px !important;
      left: 325px !important;
    }
  }

  @media screen and (min-width: 350px) and (max-width: 369px){
    .contact-us-pop-up-symbols
    {
      position: relative !important;
      bottom: 65px !important;
      left: 308px !important;
    }
  }


  @media screen and (min-width: 333px) and (max-width: 349.95px){
    .contact-us-pop-up-symbols
    {
      position: relative !important;
      bottom: 65px !important;
      left: 292px !important;
    }
  }


  @media screen and (min-width: 320px) and (max-width: 332.95px){
    .contact-us-pop-up-symbols
    {
      position: relative !important;
      bottom: 65px !important;
      left: 277px !important;
    }
  }
  /* .image-border-height{
    height: 530px !important;
  }

  .image-border-height-last{
    height: 600px !important;
  } */
  



  /* @media only screen and (max-width: 336px){
    .image-border-height{
      height: 400px !important;
    }
     
  }

  @media only screen and (max-width: 336.05px) and (max-width: 400px){
    .image-border-height{
      height: 450px !important;
    }
     
  } */
