    .modal-header h4{
            font-size:1em;
                font-weight:600;
        }
        .modal-header {
    padding: 15px;
    text-align: center;
    font-size: 25px;
    text-align: 1px solid #e5e5e5;
}
.logo{
	margin:0 auto;
	text-align:center;
}
.logo img {
    width: 165px;
}

.menu ul {
    float: right;
}

.dropdown-menu {
    width: 295px;
}

.banner img {
    width: 100%;
}

.banner .carousel-control.left {
    position: absolute;
    background: none;
    top: 45%;
    opacity: 1;
}

.banner .carousel-control.right {
    position: absolute;
    background: none;
    top: 45%;
    opacity: 1;
}

.banner .carousel-control.right span {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #fff;
    border-radius: 100%;
    position: absolute;
    right: 15px;
    text-shadow: none;
    font-size: 32px;
    color: #000;
}

.banner .carousel-control.left span {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #fff;
    border-radius: 100%;
    position: absolute;
    left: 15px;
    text-shadow: none;
    font-size: 32px;
    color: #000
}

.banner .carousel-indicators li {
    border: 2px solid #fff;
}

.banner .carousel-caption {
    width: 50%;
    text-align: left;
    top: 28%;
    left: 7%;
}

.banner .carousel-caption h2 {
    font-size: 52px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
    /*    background: #fff;*/
    color: #47a1fe;
    text-shadow: none;
    display: inline-block;
    /*    padding: 5px 30px;*/
    margin-top: 10px;

}

.banner .carousel-caption h3 {

    font-size: 31px;
    font-weight: 400;
    margin: 0;
    /*     background: #0484b9;*/
    color: #eee;
    text-shadow: none;
    display: inline-block;
    /*    padding: 10px 30px;*/
    margin-top: 20px;
    font-family: 'Work Sans', sans-serif;
}

.banner .carousel-caption h4 {
    font-size: 29px;
    color: #000;
    text-shadow: none;

}
.carousel-caption p{
    font-size:18px;
    margin-top: 15px;
    text-align: justify;
    font-weight:normal;
    font-family: 'Work Sans', sans-serif;
    margin-bottom: 10px;


}
.carousel-caption a{
    font-size: 16px;
    padding: 10px 15px;
    border: 1px solid#fff;
    color: #fff !important;
    margin-top: 10px;
      display: inline-block;
}
.carousel-caption a:hover{
    background: #9f017f !important;
}
.welcome-area p {
    color: #666;
    line-height: 24px;
}

.news-carousel {
    padding: 3em 0 5em 0;
}

.news-post-box {
    position: relative;
}

.news-post-box img {
    position: absolute;
    width: 60px;
    left: 0;
    right: 0;
    top: 0;
    margin: 10px;
    z-index: 999;
    border-radius: 100%;
}

.news-post-box p {
    padding-top: 20px;
    color: #fff;
    line-height: 28px;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
}

.news-carousel .carousel-control.left {
    top: -10px;
    background: none;
}

.news-carousel .carousel-control.right {
    top: -10px;
    background: none;
}

.bookappbtn {
    float: right;
}

.bookappbtn button {
    font-size: 14px;
    border: none;
    outline: none;
    background: #f6d2b8;
    border-radius: 30px;
    padding: 3px 12px;
    font-weight: 600;
    color: #403e3e;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
	text-transform:uppercase;
}

.bookappbtn button:hover {
    background: #f6d2b8;
}

.dropdown-menu > li > a {
    border-bottom: 1px solid #fff;
}

.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
    background: #fff;
    border-left: 1px solid #999;
}

.menu i {
    margin-left: 3px;
}

.banner .carousel-caption.leftbanner {
    left: 0;
    text-align: right;
    width: 40%;
}

.heading h1 {
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 35px;
    color: #c27533;
    font-weight: 600;
    padding-bottom: 15px
}

.notification-boxes {
    padding-top: 30px;
}

.box img {
    width: 100%;
    /* border: 8px solid transparent; */
    /* padding: 10px; */

    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
}

.box img:hover {
    border-radius: 100%;
    border: 8px solid #fff;
}

.services {
    padding: 50px 0;
}

.box a {
    border: 1px solid #c27533;
    color: #c27533;
    font-weight: 600;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
}

.box:hover a {
    background: #fff;
    color: #e81762;
    /*  border:1px solid #e81762;*/
}

.box:hover img {
    border: 8px solid #c27533;
    background: #c27533;
}

.welcome-area h2 {
    color: #666;

}

.welcome-area h3 {
    font-size: 20px;
    margin: 0;
    padding: 5px 0;
    margin-bottom: 15px;
}

.readmore a button {
    border: none;
    background: #c27533;
    width: 120px;
    height: 35px;
    line-height: 35px;
    color: #fff;
    border-radius: 3px;
    font-weight: 600;
    margin-top: 15px;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
}

.readmore a button:hover {
    background: #c27533;
}

.testimonials {
    background-color: #c27533;
}

.testimonials h2 {
    font-size: 32px;
    color: #fff;
    font-weight: 600;
}

.mt2 {
    margin-top: 10px;
}

.services {
    padding: 4em 0;
}

.featured-doctors .carousel-indicators {
    bottom: -50px;
}

.aboutpage {
    padding: 4em 0;
}

.readmore1 {
    margin: auto;
    text-align: center;
}

.readmore1 a button {
    font-size: 20px;
    border: none;
    background: #c27533;
    width: 85%;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    margin-top: 5px;
    border-radius: 6px;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
}

.readmore1 a button i {
    font-size: 26px;
    transform: translateY(2px)
}

.readmore1 a button:hover {
    background: #e1201c
}

.readmore1 a:hover {
    background: #062158;
}

.readmore1 a button:focus {
    border: none;
    outline: none;
}

.moreinfo {
    padding: 0 0 4em 0;
}

.moreinfo h3 {
    font-size: 24px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-weight: 600;
    color: #666;
    border-bottom: 1px solid #00000015;
}

.social ul li a {
    color: #000;
    margin: 0 10px;
    transition: 0.5s ease;
}

.social ul li a:hover {
    color: #e1201c;
}

.testimonial {
    padding: 3em 0;

}

.main-block1 .carousel-control.left {
    background: none;
    width: 40px;
    height: 40px;
    background: #fff;
    opacity: 1;
    position: absolute;
    top: 45%;
    text-shadow: none;
    color: #000;
    line-height: 38px;
    font-size: 28px;
    border-radius: 100%;
}

.main-block1 .carousel-control.right {
    background: none;
    width: 40px;
    height: 40px;
    background: #fff;
    opacity: 1;
    position: absolute;
    top: 45%;
    right: 0;
    text-shadow: none;
    color: #000;
    line-height: 38px;
    font-size: 28px;
    border-radius: 100%;
}

.testibox {
    border: 1px solid #dbdbdb;
    border-left: 5px solid #233645;
    padding: 50px;
    background: #00000015;
    margin: 20px 0;
    padding-left: 110px;
    position: relative;
    border-radius: 35px;
}

.testibox p {
    margin-bottom: 0;
    font-style: italic;
    font-size: 16px;
    line-height: 28px;
    color: #233645;


}

.testibox p a {

    color: #233645;
    text-decoration: none;
    font-weight: 600;

}

.testibox i {
    color: #23364530;
    font-size: 50px;
    position: absolute;
    top: 60px;
    left: 28px;
}

.hospitalava {
    padding: 3em 0;
}

.hospitalava h2 {
    text-align: center;
    font-size: 32px;
    font-weight: 600;
    color: #666;
}

.hospitalava table {
    background: #eee;
    margin-top: 20px;
}

.hospitalava table tr th {
    text-align: left;
    padding: 10px 30px;
    font-size: 20px;
    font-weight: 600;
    color: #233645;
    background: #ccc;
    text-transform: uppercase;
}

.hospitalava table tr td {
    text-align: left;
    font-size: 16px;
    padding: 10px 30px;
    color: #000;
}

.topemail ul {
    margin-bottom: 0;
}

.topemail ul li {
    display: inline-block;
    list-style: none;
    padding: 0 12px;
    transform: translateY(2px);
}

.topemail ul li a i {
    font-size: 16px !important;
    color: #fff;
    margin-right: 10px;
    transform: translateY(0px);
}

.topemail ul li span {
    font-size: 16px;

}

.social-icons {
    float: right;
    margin-top: 3px;
    background: #fbf8f6;
    padding: 2px 8px;
    border-radius: 13px;
}

.social-icons ul li {
    display: inline;
    margin: 0 4px;
}

.social-icons ul li img {
    width: 20px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
}

.social-icons ul li img:hover {
    transform: translateY(2px);
}

.contactinfo i {
    font-size: 20px;
    color: #333;
    margin-right: 5px;
}

.contactinfo p {
    padding-bottom: 20px;
}

.contactinfo ul {
    margin: 0;
    padding: 0;
}

.contactinfo ul li {
    list-style: none;
    padding-bottom: 20px;
    position: relative;
    padding-left: 30px;
}

.contactinfo ul li i {
    color: #333;
    font-size: 20px;
    position: absolute;
    left: 0;
}

.footerabt p {
    padding-bottom: 10px
}

.footerabt a {
    background: #c27533;
    padding: 7px 15px;
    border-radius: 2px;
    color: #fff !important;

}

.footerabt a:hover {
    background: #e1201c;
}

.carousel-caption.banner2 h3 {
    font-size: 35px;
}

.carousel-caption.rightbanner {
    left: 60%;
}

.carousel-caption.rightbanner h2 {
    color: #e1201c;
    background-color: #fff;
    padding: 5px 15px;
}

form input[type=submit] {
       background: #c27533;
    color: #fff;
    width: 245px;
    height: 40px;
    font-size: 16px;
    margin-top: 15px;
    text-align: center;
    margin: 15px auto;
}

form input[type=submit]:hover {
    background: #e1201c;
    color: #fff
}

.servicepage {
    padding-bottom: 4em;
}

.servicepage figure {
    display: inline-block;
    float: left;
    padding-right: 20px;
    padding-bottom: 10px;

}

.servicepage figure img {
    max-width: 350px;
    border: 1px solid #eee
}

.servicepage ul {
    margin: 0;
    padding: 0;
    padding-left: 20px;
}

.servicepage ul li {
    line-height: 28px;
    list-style: square;
    color: #666
}

.servicepage h2 {
    font-size: 24px !important;
    padding-top: 25px;
    padding-bottom: 15px;
    color: #333;
}

.servicepage h2.mt0 {
    margin-top: 0 !important;
}

.servicepage h2.pt0 {
    padding-top: 0 !important;
}

.servicepage h3 {
    padding-top: 10px;
    font-size: 19px;
    font-weight: 600;
    color: #666
}

.servicepage p {
    color: #666;
    margin-bottom: 0 !important;
    padding-bottom: 10px !important;
}

.doctor {
    padding: 20px 0 10px 0;
    background: #eee;
}

.doctor h2 {
    font-size: 28px !important;
    margin-bottom: 0 !important;
    padding-bottom: 10px !important;
    padding-top: 0px !important;
}

.doctor h3 {
    margin: 0;
    font-size: 19px;
    color: #666;
    font-weight: 600;
    line-height: 24px;
    padding: 0
}

.doctor h3 span {
    color: #000;
    display: block;
    font-size: 13px;
}

.copyright p {
    font-size: 13px;
}

.copyright p a {
    font-size: 13px;
}

.copyright ul li {
    font-size: 13px;
}

.hidearea {
    overflow: hidden
}

.contact-content b {
    color: #000
}

.sidebar {
    background: #eee;
    padding: 15px 0;
	display:inline-block;
	width:100%
}

.servicepage iframe {
    margin-bottom: 15px;
}

.about-featured ul.list > li h4 {
    background: #eee;
    padding: 10px;
    color: #000;
    font-size: 20px;
    text-align: center
}

.hospital img {
    background: #fff;
    padding: 10px;
}

.hospital p {
    /*    background: #fff;*/
    color: #000;
}

.hospital p span {
    color: #000;
}

.box1 {
    padding: 10px;
    background: #fff;
    height: 120px;
}

.hospital p a {
    color: #000 !important;
}

.tabs a button {
    background: #eee;
    padding: 8px 25px;
    border-radius: 0;
    border: none;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin: 0 5px;
    border: 1px solid #ccc;
    border: 1px solid #ccc;
    border-radius: 8px;
    transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}
.tabs a button:hover {
    background: #af2823;
    border: 1px solid #af2823;
    color: #fff;
}
.videos{
    margin-top: 25px;
}
.videos iframe{
    margin-bottom: 18px;
}

.btn:focus, .btn:active, button:focus, button:active {
  outline: none !important;
  box-shadow: none !important;
}

#image-gallery .modal-footer{
  display: block;
}

.thumb{
  margin-top: 15px;
  margin-bottom: 15px;
}
.modal-lg {
   padding: 0 120px;
}

.img-thumbnail{
    background-color:none !important; 
    border:none !important;
}
.modal-footer{
    border-top: none !important;
}
.modal-footer .btn+.btn{
    margin-top: 15px !important;
}

.btn-secondary {
    margin-top: 15px;
    background-color: #233645;
}
/* .notification-boxes .box { */
    /* height: 298px !important; */
/* } */
.carousel-caption p {
    
    padding: 0 80px 0 0  !important; 
}
.topemail ul li{
    float: left;
}

.testimonial {
  border-right: 4px solid #2a3d7d;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
  padding: 30px 30px 30px 30px;
  margin: 0 15px 30px 15px;
  overflow: hidden;
  position: relative;
}
.testimonial:before {
  content: "";
  position: absolute;
  bottom: -4px;
  left: -17px;
  border-top:25px solid #48a1fd;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  transform: rotate(45deg);
}
.testimonial:after {
  content: "";
  position: absolute;
  top: -4px;
  left: -17px;
  border-top:25px solid #48a1fd;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  transform: rotate(135deg);
}
.testimonial .pic {
  display: inline-block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: 60px;
  left: 20px;
}
.testimonial .pic img {
  width: 100%;
  height: auto;
}
.testimonial .description {
  font-size: 15px;
  letter-spacing: 1px;
  color: #ffffff;
  line-height: 25px;
  margin-bottom: 15px;
}
.testimonial .title {
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #ffffff;
  margin: 0;
}
.testimonial .post {
  display: inline-block;
  font-size: 17px;
  color: #29d18b;
  font-style: italic;
}
.owl-theme .owl-controls .owl-page span {
  border: 2px solid #2a3d7d;
  background: #fff !important;
  border-radius: 0 !important;
  opacity: 1;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls .owl-page:hover span {
  background: #48a1fd !important;
  border-color: #48a1fd !important;
}
@media only screen and (max-width: 767px) {
  .testimonial {
    padding: 20px;
    text-align: center;
  }
  .testimonial .pic {
    display: block;
    position: static;
    margin: 0 auto 15px;
  }
}



.float{
    position:fixed;
    width:60px;
    height:60px;
    bottom:40px;
    right:40px;
    background-color:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
  font-size:30px;
    box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
    margin-top:16px;
}




.call-buton .cc-calto-action-ripple {
    z-index: 99999;
    position: fixed;
    left: 1rem;
    bottom: 4rem;
    background: #ec8b00;
    width: 4rem;
    height: 4rem;
    padding: 1rem;
    border-radius: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #ffffff;
    -webkit-animation: cc-calto-action-ripple 0.6s linear infinite;
    animation: cc-calto-action-ripple 0.6s linear infinite;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none; }
    .call-buton .cc-calto-action-ripple i {
      -webkit-transition: 0.3s ease;
      transition: 0.3s ease;
      font-size: 2.2rem; }
    .call-buton .cc-calto-action-ripple:hover i {
      -webkit-transform: rotate(135deg);
      transform: rotate(135deg); }
  
  @-webkit-keyframes cc-calto-action-ripple {
    0% {
      -webkit-box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 0 rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2);
      box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 0 rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2); }
    100% {
      -webkit-box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2), 0 0 0 20px rgba(236, 139, 0, 0);
      box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2), 0 0 0 20px rgba(236, 139, 0, 0); } }
  
  @keyframes cc-calto-action-ripple {
    0% {
      -webkit-box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 0 rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2);
      box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 0 rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2); }
    100% {
      -webkit-box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2), 0 0 0 20px rgba(236, 139, 0, 0);
      box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2), 0 0 0 20px rgba(236, 139, 0, 0); } }

    span.num{
        position: absolute;
    color: #ec8b00;
    left: -30%;
    bottom: -50%;
    }







/****************Call And Whatsapp Sticky Code *********************/

.whatsapp .float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:60px;
	right:10px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.whatsapp .my-float{
	margin-top:16px;
}


.call .float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:60px;
	left:10px;
	background-color:#c27533;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.call .my-float{
	margin-top:16px;
}










#gallery {
  padding: 50px 0;
}

.img-wrapper {
  position: relative;
  margin-top: 15px;
  img {
    width: 100%;
  }
}
.img-overlay {
  background: rgba(0,0,0,0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  i {
    color: #fff;
    font-size: 3em;
  }
}

#overlay {
  background: rgba(0,0,0,0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  // Removes blue highlight
  -webkit-user-select: none;
  -moz-user-select: none;    
  -ms-user-select: none; 
  user-select: none; 
  img {
    margin: 0;
    width: 80%;
    height: auto;
    object-fit: contain;
    padding: 5%;
    @media screen and (min-width:768px) {
        width: 60%;
    }
    @media screen and (min-width:1200px) {
        width: 50%;
    }
  }
}

#nextButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
  &:hover {
    opacity: 0.7;
  }
  @media screen and (min-width:768px) {
    font-size: 3em;
  }
}

#prevButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
  &:hover {
    opacity: 0.7;
  }
  @media screen and (min-width:768px) {
    font-size: 3em;
  }
}

#exitButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
  position: absolute;
  top: 15px;
  right: 15px;
  &:hover {
    opacity: 0.7;
  }
  @media screen and (min-width:768px) {
    font-size: 3em;
  }
}




.review1 {
    padding: 50px 0;
}
.review-detail {
    padding: 30px;
    border-radius: 10px;
    width: 100%;
    background: #f5ddcb;
    margin: 15px auto;
}
.review-detail p {
    font-size: 16px;
    color: #282828;
    line-height: 28px;
    /* font-style: italic; */
}
.review-detail h1 {
    font-size: 22px;
    color: #c27533;
    font-weight: 600;
    padding-top: 10px;
}
.review-detail ul {
    padding: 0;
    margin: 0;
}
.review-detail ul li {
    list-style: none;
    display: inline-block;
}
.review-detail i {
    color: #ffc107;
}