body {
  background: #fff;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.8;
  color: #868e96;
}

a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

h1, h2, h3, h4, h5 {
  color: #000;
}

.btn, .form-control {
  outline: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

/* Header */
header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
}

header .navbar-brand {
  text-transform: uppercase;
  letter-spacing: .2em;
  font-weight: 400;
}

header .navbar-brand span {
  color: #007bff;
}

header .top-bar {
  
}

header .top-bar a {
  color: #fff;
  padding: 10px;
  font-size: 13px;
  display: inline-block;
}

header .top-bar .cta-btn {
  display: inline-block;
  padding-right: 15px;
  padding-left: 15px;
  background: gold;
  padding-top:17px;
  text-align:center;
}

header .top-bar .cta-btn:hover {
  -webkit-box-shadow: 2px 0 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 2px 0 20px 0 rgba(0, 0, 0, 0.1);
}

header .top-bar .social {
  margin-bottom: 0;
}

header .top-bar .social li {
  display: inline-block;
  text-align: center;
}

header .top-bar .social li a {
  color: gold;
  font-size:18px;
  padding: 10px;
  width: 40px;
  display: inline-block;
}

@media (max-width: 991px) {
  header .top-bar .social li a {
    padding-left: 10px;
    padding-right: 10px;
    width: inherit;
  }
}

header .top-bar .social li a:hover {
  background: #5AC8D8;
  color: #fff;
  -webkit-box-shadow: 2px 0 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 2px 0 20px 0 rgba(0, 0, 0, 0.1);
}

header .navbar {
  padding-top: 0;
  padding-bottom: 0;
  background: white;
}

@media (max-width: 1199px) {
  header .navbar {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}

header .navbar .nav-link {
  padding: 12px;
  outline: none !important;
}

@media (max-width: 1199px) {
  header .navbar .nav-link {
    padding: .5rem 0rem;
  }
}

header .navbar .nav-link.active {
  color:  black !important;
  font-weight:500;
}

header .navbar .dropdown-menu {
  font-size: 14px;
  border-radius: 4px;
  border: none;
  -webkit-box-shadow: 0 2px 20px -5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 20px -5px rgba(0, 0, 0, 0.1);
}

header .navbar .dropdown-menu .dropdown-item.active {
  background: #f8f9fa;
  color: #007bff !important;
}

header .navbar .dropdown-menu a {
  padding-top: 7px;
  padding-bottom: 7px;
}

/* Owl Carousel */
.owl-carousel .owl-item {
  opacity: .4;
}

.owl-carousel .owl-item.active {
  opacity: 1;
}

.owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: -10px;
}

.owl-carousel .owl-nav .owl-prev span:before,
.owl-carousel .owl-nav .owl-next span:before {
  font-size: 40px;
}

.owl-carousel .owl-nav .owl-prev {
  left: 30px !important;
}

.owl-carousel .owl-nav .owl-next {
  right: 30px !important;
}

.owl-carousel .owl-dots {
  text-align: center;
}

.owl-carousel .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  margin: 5px;
  border-radius: 50%;
  background: #e6e6e6;
}

.owl-carousel .owl-dots .owl-dot.active {
  background: gold;
}

.owl-carousel.home-slider {
  z-index: 1;
  position: relative;
}

.owl-carousel.home-slider .owl-nav {
/*  opacity: 0;*/
/*  visibility: hidden;*/
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.owl-carousel.home-slider .owl-nav button {
  color: #fff;
}

.owl-carousel.home-slider:focus .owl-nav, .owl-carousel.home-slider:hover .owl-nav {
  opacity: 1;
  visibility: visible;
}

.owl-carousel.home-slider .slider-item {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;

}

.owl-carousel.home-slider .slider-item .slider-text {
  color: #fff;
  height: calc(100vh - 117px);
  min-height: 700px;
}

.owl-carousel.home-slider .slider-item .slider-text h1 {
  font-size: 68px;
  color: #fff;
  line-height: 1.2;
  font-weight: 700;
}

@media (max-width: 991px) {
  .owl-carousel.home-slider .slider-item .slider-text h1 {
    font-size: 40px;
  }
}

.owl-carousel.home-slider .slider-item .slider-text p {
  font-size: 24px;
  line-height: 1.5;
  font-weight: 700;
  color: white;
}

.owl-carousel.home-slider.inner-page .slider-item {
  height: calc(50vh - 117px);
  min-height: 300px;
}

.owl-carousel.home-slider.inner-page .slider-item .slider-text {
  color: #fff;
  height: calc(50vh - 117px);
  min-height: 300px;
}

.owl-carousel.home-slider .owl-dots {
  position: absolute;
  width: 100%;
}

.owl-carousel.home-slider .owl-dots .owl-dot {
  width: 18px;
  height: 18px;
  margin: 5px;
  border-radius: 50%;
  background: #e6e6e6;
  background: none;
  border: 2px solid rgba(255, 255, 255, 0.5);
  outline: none !important;
  position: relative;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.owl-carousel.home-slider .owl-dots .owl-dot span {
  position: absolute;
  width: 6px;
  height: 6px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50% !important;
  left: 50%;
  top: 50%;
  display: block;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.owl-carousel.home-slider .owl-dots .owl-dot.active {
  border: 2px solid white;
}

.owl-carousel.home-slider .owl-dots .owl-dot.active span {
  background: white;
}

.owl-carousel.major-caousel .owl-stage-outer {
  padding-top: 20px;
  
}

.owl-carousel.major-caousel .owl-nav .owl-prev, .owl-carousel.major-caousel .owl-nav .owl-next {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  color: #495057;
}

.owl-carousel.major-caousel .owl-nav .owl-prev:hover, .owl-carousel.major-caousel .owl-nav .owl-prev:focus, .owl-carousel.major-caousel .owl-nav .owl-next:hover, .owl-carousel.major-caousel .owl-nav .owl-next:focus {
  color: #868e96;
  outline: none;
}

.owl-carousel.major-caousel .owl-nav .owl-prev.disabled, .owl-carousel.major-caousel .owl-nav .owl-next.disabled {
  color: #dee2e6;
}

.owl-carousel.major-caousel .owl-nav .owl-prev {
  left: -60px !important;
}

.owl-carousel.major-caousel .owl-nav .owl-next {
  right: -60px !important;
}

.owl-carousel.major-caousel .owl-dots {
  position: relative;
}

.owl-custom-nav {
  float: right;
  position: relative;
  z-index: 10;
}

.owl-custom-nav .owl-custom-prev,
.owl-custom-nav .owl-custom-next {
  padding: 10px;
  font-size: 30px;
  background: #ccc;
  line-height: 0;
  width: 60px;
  text-align: center;
  display: inline-block;
}

.home-feature {
  position: relative;
  z-index: 2;
}

.home-feature .one-col, .home-feature .two-col, .home-feature .three-col, .home-feature .four-col {
  position: relative;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  z-index: 2;
  top: 0;
  border-bottom: 10px solid black;
}

@media (max-width: 767px) {
  .home-feature .one-col, .home-feature .two-col, .home-feature .three-col {
    border: none;
    margin-bottom: 10px;
  }
}

.home-feature .one-col .col-inner, .home-feature .two-col .col-inner, .home-feature .three-col .col-inner {
  position: relative;
  overflow: hidden;
}

.home-feature .one-col .icon, .home-feature .two-col .icon, .home-feature .three-col .icon {
  font-size: 200px;
  color: rgba(255, 255, 255, 0.07);
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.home-feature .one-col h2, .home-feature .two-col h2, .home-feature .three-col h2 {
     color: white;
    font-size: 16px;
    letter-spacing: .05em;
    font-weight: 600;
    margin: 20px 0px 20px 0px;
    text-transform: uppercase
}

.home-feature .one-col p, .home-feature .two-col p, .home-feature .three-col p {
  font-size: 15px;
    color: #EFEFEF;
    font-weight: 500;
}

.home-feature .one-col p:last-child, .home-feature .two-col p:last-child, .home-feature .three-col p:last-child {
  margin-bottom: 0;
}

.home-feature .one-col .btn-more, .home-feature .two-col .btn-more, .home-feature .three-col .btn-more {
  -webkit-transition: .15s all ease-out;
  -o-transition: .15s all ease-out;
  transition: .15s all ease-out;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  display: block;
  text-align: center;
  bottom: -50px;
  left: 0;
  right: 0;
  padding: 20px;
  background: gold;
  z-index: -1;
  color: #fff;
  -webkit-box-shadow: 0 4px 20px -5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 4px 20px -5px rgba(0, 0, 0, 0.4);
}

@media (max-width: 767px) {
  .home-feature .one-col .btn-more, .home-feature .two-col .btn-more, .home-feature .three-col .btn-more {
    opacity: 1;
    visibility: visible;
    position: relative;
    bottom: 0;
  }
}

.home-feature .one-col .btn-more:hover, .home-feature .two-col .btn-more:hover, .home-feature .three-col .btn-more:hover {
  background: gold !important;
}

.home-feature .one-col:hover, .home-feature .two-col:hover, .home-feature .three-col:hover {
  top: -10px;
  z-index: 3;
  -webkit-box-shadow: 0 4px 40px -5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 4px 40px -5px rgba(0, 0, 0, 0.4);
}

@media (max-width: 767px) {
  .home-feature .one-col:hover, .home-feature .two-col:hover, .home-feature .three-col:hover {
    top: 0;
  }
}

.home-feature .one-col:hover .icon, .home-feature .two-col:hover .icon, .home-feature .three-col:hover .icon {
  -webkit-transform: translate(-10px, -50%);
  -ms-transform: translate(-10px, -50%);
  transform: translate(-10px, -50%);
}

.home-feature .one-col:hover .btn-more, .home-feature .two-col:hover .btn-more, .home-feature .three-col:hover .btn-more {
  opacity: 1;
  visibility: visible;
  bottom: -50px;
}

@media (max-width: 767px) {
  .home-feature .one-col:hover .btn-more, .home-feature .two-col:hover .btn-more, .home-feature .three-col:hover .btn-more {
    bottom: 0;
  }
}

.home-feature .one-col {
  background: #0097b9;
}

.home-feature .two-col {
  background: #00a3c8;
}

.home-feature .three-col {
  background: #0097b9;
}
.home-feature .four-col {
  background: #00a3c8;
}

.section {
  padding: 7em 0;
}

.cta-link {
  padding: 3.5em 0 3em 0;
  display: block;
  text-align: left;
  padding-left:109px;
}

.cta-link:focus, .cta-link:active {
  outline: none;
}

.cta-link span {
  line-height: 1.2;
}

.cta-link .sub-heading {
  color: #fff;
  display: block;
  font-size: 20px;
}

.cta-link .heading {
  font-size: 45px;
  color: gold;
}

@media (max-width: 991px) {
  .cta-link .heading {
    font-size: 30px;
  }
}

.cta-link:hover {
  background-image: linear-gradient(to right, black, black, #337ab7);
}

.cover_1 {
  background-size: cover;
  background-position: center center;
  padding: 7em 0;
}

.cover_1 .sub-heading {
  color: rgba(255, 255, 255, 0.7);
  font-size: 22px;
}

.cover_1 .heading {
  font-size: 50px;
  color: white;
  font-weight: 300;
}

.heading {
  color: #000;
}

.heading.border-bottom {
  position: relative;
  padding-bottom: 10px;
}

.heading.border-bottom:before {
  bottom: 0;
  position: absolute;
  content: "";
  width: 120px;
  height: 3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: black;
}

.text-black {
  color: #000 !important;
}

.stretch-section .video {
  display: block;
  position: relative;
  -webkit-box-shadow: 4px 4px 70px -20px rgba(0, 0, 0, 0.5);
  box-shadow: 4px 4px 70px -20px rgba(0, 0, 0, 0.5);
}

.media-feature .icon {
  font-size: 60px;
  color: gold;
}

.media-feature h3 {
  font-size: 20px;
}

.media-custom {
  background: #fff;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}

.media-custom .meta-post {
  color: #adb5bd;
  font-size: 13px;
  text-transform: uppercase;
}

.media-custom .meta-chat {
  color: #ced4da;
}

.media-custom .meta-chat:hover {
  color: #868e96;
}

.media-custom:focus, .media-custom:hover {
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
}

.media-custom .media-body {
  padding: 15px 10px 15px 10px;
}

.media-custom .media-body h3 {
  font-size: 15px;
}

.media-custom .media-body p:last-child {
  margin-bottom: 0;
}

.list-unstyled.check li {
  position: relative;
  padding-left: 30px;
  line-height: 1.3;
  margin-bottom: 10px;
}

.list-unstyled.check li:before {
  color: #5AC8D8;
  left: 0;
  font-family: "Ionicons";
  content: "\f122";
  position: absolute;
}

.custom-tabs .border-right {
  border-right: 1px solid #dee2e6;
}

@media (max-width: 767px) {
  .custom-tabs .border-right {
    border-right: none;
  }
}

.custom-tabs .nav-pills .nav-link {
  padding-left: 0;
  font-size: 26px;
  font-weight: 100;
  color: #adb5bd;
  line-height: 1.2;
  margin-bottom: 10px;
}

.custom-tabs .nav-pills .nav-link span {
  font-size: 18px;
}

.custom-tabs .nav-pills .nav-link.active {
  background: none;
  color: #FFCC00;
  padding-left: 20px;
  position: relative;
}

.custom-tabs .nav-pills .nav-link.active:before {
  content: "";
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 0;
  width: 2px;
  background: #404040;
}

.custom-tabs .tab-pane .icon {
  font-size: 60px;
  display: block;
  color: #FFCC00;
}

.custom-tabs .tab-pane h2 {
  font-size: 60px;
  font-weight: 300;
}

#modalAppointment .modal-content {
  border-radius: 0;
  border: none;
}

#modalAppointment .modal-body, #modalAppointment .modal-footer {
  padding: 40px;
}
/*-----------------ssss------------------*/
.modalAppointment .modal-content {
  border-radius: 0;
  border: none;
}

.modalAppointment .modal-body, .modalAppointment .modal-footer {
  padding: 40px;
}

/*-------------------sssss---------------------------*/

.site-footer {
    padding: 30px;
    background-image: linear-gradient(to right, rgb(37, 39, 46), rgb(37, 39, 46), #777);
    color: rgba(255, 255, 255, 0.7);
}

.site-footer a {
  color: #A3B5C2;
  font-size:15px;
  font-weight:300;
}

.site-footer a:hover {
  color: #B0342C;
}

.site-footer h3 {
  color: #A3B5C2;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 30px;
  text-transform: uppercase;
  letter-spacing: .05em;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.site-footer .footer-link li {
  line-height: 1.3;
  margin-bottom: 15px;
}

.site-footer hr {
  width: 100%;
}

.site-footer .border-t {
  border-top: 1px solid #A3B5C2;
}

.copyright {
  font-size: 14px;
}

.fa-facebook-f:before, .fa-facebook:before {
    content: "\f09a";
    color: white;
    font-size: 25px;
}
.fa-twitter:before {
    content: "\f099";
    color: white;
    font-size: 25px;
}
.fa-instagram:before {
    content: "\f16d";
     color: white;
    font-size: 25px;
}

.element-animate {
  opacity: 0;
  visibility: hidden;
}

.navbar-light .navbar-nav .nav-link {
    color: black;
    padding-right: 20px;
    font-size: 16px;
    font-weight: 300;
}

.ad_ct_p{
    color: #A3B5C2;
    font-weight: 300;
}
.icon_color{
        font-size: 25px;
    color: #A3B5C2;
    padding-right: 13px;
}

.read_more{
background: gold;
    color: white;
    padding: 7px;
    border-radius: 5px;
}

.packages {
    width: 100%;
    height: 595px;
    border: 1px solid #e2e2e2;
    border-radius: 6px;
    padding: 30px;
    text-align: center;
    font-family: 'Open Sans', sans-serif !important;
    background: gold;
    margin-bottom: 26px;
	}
	
	.packages h3 {
    text-transform: uppercase;
    font-size: 22px;
    font-weight: bold;
    color: #333333;
    font-family: 'Open Sans', sans-serif !important;
    line-height: 130%;
    margin-top: 4px;
    margin-bottom: 8px;

    height: auto;
}
.price-one {
    color: #656565;
    text-decoration: line-through;
    font-size: 22px;
}
.price-two {
    color: #084d76;
    font-weight: bold;
    font-size: 30px;
}
.discount {
    color: #333333;
    font-size: 14px;
}
.mtb-25 {
    margin-bottom: 25px;
    margin-top: 25px;
}
.book-button {
    background: black;
    cursor:pointer;
    width: 100%;
    padding: 14px;
    border-radius: 40px;
    box-shadow: 0px -3px 9px #caddfc;
    -moz-box-shadow: 0px -3px 9px #caddfc;
    -webkit-box-shadow: 0px -3px 9px #caddfc;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
}
.package-list {
    line-height: 180%;
    color: #333333;
    font-size: 14px;
    min-height: 200px;
    height: auto;
    margin: 0;
}


.marque_content p {
    padding:8px;
}


.float-right {
    float: right!important;
}

.text-black1{
 
    font-size:16px;
    color:#333333;
}

.owl-carousel .owl-stage, .owl-carousel.owl-drag .owl-item{
    -ms-touch-action: auto;
        touch-action: auto;
}

.emergency_number_header{
    font-size: 21px;
    color: #C02D25;
}
.home_icon_y {
    color: white;
}
.lead_home_p{
        font-size: 15px;
    color: #666;
    font-weight: 400;
    padding-top:20px;
}
.lead_home_p1 {
    font-size: 1.25rem;
    font-weight: 300;
    color: #666;
    margin-top: -8px;
}
.lead_home_h1{
    color: #B0342C;
    font-weight: 600;
    font-size: 35px;
}
.home_span_content{
    font-weight:700;
    color:#404040;
}
.lead_home_h3 {
    color: #4F4F4F;
    font-weight: 700;
    font-size: 24px;
      padding: 11px 0px 17px 0px;
}
.home_hr{
    /* text-align: left; */
    height: 2px;
    background: #B0342C;
    left: 100%;
    margin-top: auto;
}
.home_icon_ser{
    color: #AA2220;
    padding: 10px 12px 10px 12px;
    font-size: 25px;
}
.home_icon_ser_contact{
    color: black;
    font-size: 25px;

}
.lead_home_h6{
    font-size:15px;
    color:#666;
}
.home_media1{
            
    BORDER: 1PX SOLID #EEEEEE;
    PADDING: 20PX;
    BORDER-RADIUS: 10PX;
    text-align:center;
}


            
   .home_media {
    padding: 10px 0px 10px 0px;
}


.lead_heading.lead_border-bottom {
    position: relative;
    padding-bottom: 10px;
}

.lead_heading.lead_border-bottom:before {
    bottom: 2px;
    position: absolute;
    content: "";
    width: 150px;
    height: 3px;    
    left: 12%;
  
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #B0342C;
}

.lead_home_header_panel{
  background: #B0342C;
    color: white;
    padding: 7px 10px 7px 10px;
}
.lead_home_header_content_panel {
    padding: 5px 10px 5px 0px;
}
.float-left{
    text-align:center;
}
.home_medical_h2{
        color: black;
    font-weight: 500;
    padding-top: 15px;
}
.home_medical_p{
        color: black;
    font-size: 15px;
    font-weight: 600;
}

.home_medical_media-body {
    background: #eeeeee;
}

.home_medical_body_title{
    color:white;
}

.faci-bottom {
    padding-bottom: 20px;
}
.faci-css {
    float: left;
    width: 92px;
    padding-right: 12px;
    display: table-cell;
}
.faci-css1 {
    padding-left: 10px;
    display: table-cell;
}
.faci-css1 h3 {
    color: #773A3D;
    font-weight: 500;
    padding-bottom: 10px;
}

.img-fluid_medi-icon{
   width: 61px;
    padding-right: 5px;
    padding-bottom:20px;
}

.service_home_h6 {
   font-size: 18px;
    color: black;
    font-weight: 600;
    padding-bottom: 10px;
}

.service_home_p{
        color: black;
    font-size: 15px;
    font-weight:500;
}
.home_medical_p1 {
    color: black;
    font-size: 15px;
    font-weight: 500;
    padding-bottom: 30px;
}

.read_morebutton{
    padding: 7px 20px 7px 20px;
    font-size: 15px;
    background: #B0342C;
    border: 1px solid #B0342C;
}

.home_media1{
    
}

.lead_home_h6_1 {
   font-size: 18px;
    color: #222;
    padding-left: 15px;
    font-weight: 300;
}

.contact_form_label{
    color:black;
    margin-bottom: 0px;
        font-size: 15px
}

.contact_form_label_star{
    color:red;
}
.contact_form_input{
    height:35px;
    font-size:13px;
}
.contact_form_input1{
    height:35px;
    font-size:11px;
}

.contact_form_p{
        color: black;
   font-size: 18px;
    text-align: center;
    font-weight: 600;
}

.head{
    font-size: 18px;
    margin: 25px 0 15px;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 5px;
}
.head span {
    border-bottom: 3px solid black;
    padding-bottom: 9px;
    line-height: 30px;
}

.career_p{
        padding-top: 10px;
    color: black;
    font-size: 15px;
}

.about_us p{
 
    color: black;
    font-size: 15px;
}
.patient_reviw_h {
      color: white;
    letter-spacing: 0.5px;
    font-size: 17px;
}

.patient_reviw_h3{
   font-size: 25px;
    color: white;
    text-align: center;
    padding-top: 8px;
}

.patient_reviw_border{
        border-radius: 13px;
}
.patient_left_quoto{
    text-align: left;
    margin: 0px;
}

.patient_left_icon_color{
        color: black;
}

.chairman-name-h2{
        font-size: 23px;
    font-weight: 500;
    color: #AA2220;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: white;
    text-decoration: none;
    background-color: #00a3c8;
}


.department_padding_modal{
    padding: 10px;
}

.navbar-light .navbar-toggler {
    border: 2px solid #FFCC00 ;
}

.home_medical_body_title1{
    color:black;
}

.nav-pills>li {
    border: 1px solid #f1f4f5;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    color: black;
    background: white;
    border-top: 7px solid #773A3D;
    letter-spacing: 0.5px;
    font-weight: 500;
    font-size: 20px;
}
.nav-pills>li>a {
    border-radius: 4px;
    background: #f1f4f5;
    border-color: #f1f4f5;
    color: black;
    padding: 11px 28px 11px 28px;
    letter-spacing: 0.5px;
    font-weight: 600;
}

.home_icon_ser_doc_icon {
    color: black;
    padding-right: 10px;
    font-size: 30px;
}
.navbar-nav {
     margin: 0px;
}

.lead_home_doctor_h6{
        font-size: 18px;
    padding-left: 8px;
}

.doc-icon-p{
  background:gold; border-radius:50%;
}

@media only screen and (max-width: 600px) {
      .mp_he_wd{
         width:100%;
         height:300px;
     }
    .mobile_view_cs{
        display:block;
    }
    .img-fluid12 {
    width: 327px;
    BORDER: 5PX SOLID #F7F7FB;
}
    
 .doc-pro-h3-text{
    padding: 53px 20px 0px 20px;
    color: #444;
    font-weight: 600;
    font-size: 21px;
}
.doc_pro_img{
    margin-top: -40px;
    margin-bottom: -40px; width:260px;
    
}
.video_css {
    width: 331px;
    height: 202px;
    padding: 5px;
    background-color: #ffffff;
    font-size: 15pt;
    border-radius:15px;
}

}
@media only screen and (max-width: 1024px) and (min-width: 700px){
    
    .head_home_title_ad {
    font-size: 17px;
    color: BLACK;
    FONT-WEIGHT: 300;
}


    
      .mp_he_wd{
         width:100%;
         height:700px;
     }
     
     .map_info_ap{
      margin-top:-708px;   
     }
    
    .img-fluid12 {
    width: 225px;
    BORDER: 5PX SOLID #F7F7FB;
}
.doc_pro_img{
    margin-top: -40px;
    margin-bottom: -40px;
    width:150px;
}
   .doc-pro-h3-text{
    padding: 20px 20px 0px 20px;
    color: #444;
    font-weight: 600;
    font-size: 21px;
}
.video_css {
    width: 218px;
    height: 162px;
    padding: 10px;
    background-color: #ffffff;
    font-size: 15pt;
    border-radius: 20px;
}
}


 @media only screen and (min-width: 1025px) {
     .mp_he_wd{
         width:100%;
         height:600px;
     }
     
     .map_info_ap{
         margin-top:-610px;
     }
     .img-fluid12 {
    width: 250px;
    BORDER: 5PX SOLID #F7F7FB;
}
     
   .doc-pro-h3-text{
    padding: 20px 20px 0px 20px;
    color: #444;
    font-weight: 600;
    font-size: 21px;
}
.doc_pro_img{
    margin-top: -40px;
    margin-bottom: -40px; width:260px;
    
}
.video_css {
    width: 389px;
    height: 250px;
    padding: 10px;
    background-color: #ffffff;
    font-size: 15pt;
    border-radius: 28px;
}
}

.doc-pro-p-text{
   padding: 0px 20px 0px 20px;
    font-weight: 400;
        font-size: 18px;
    color: #303030;
}


.accordion_panel {
    width: 100%;
    background: #f2f1f8;
        border-radius: 4px;
    margin: 10px 0px 10px 0px;
padding: 1px 10px 1px 15px;
    cursor: pointer;
    color: #44425a;
    font-size: 16px;
    font-weight: 600;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.accordion_panel_h{
        padding-top: 5px;
    font-size: 22px;
    color: black;
}
.accordion_panel_h_a{
        color: black;
    font-size: 17px;
    font-weight: 500;
}

.accordion_career_p {
    padding-top: 10px;
    color: black;
    font-size: 15px;
    FONT-WEIGHT: 400;
}
.accordion_career_p_into {
    color: black;
    font-size: 15px;
    FONT-WEIGHT: 400;
}

.accordion_career_h4{
     padding-top: 10px;
    color: black;
    font-size: 20px;
    FONT-WEIGHT: 500;
}

.accordion_career_icon{
            color: #AA2220;
    font-size: 20px;
    padding-right: 7px;
}
.accordion_panel_body{
        background: #fcfcfc;
    padding: 10px;
    border: 5px solid #f7f7f7;
}

.success_body{
    background: white;
    padding-left: 15px;
    border: 1px solid #f5f5f5;
}
.event_body{
    background: #f8f8f8;
    padding-left: 15px;
    border: 1px solid #f5f5f5;
}

.success_body h4{
            color: #333;
    font-weight: 500;
    padding-top: 11px;
    font-size: 20px;
    
}

.success_body p{
    color: black;
        margin-bottom: 10px;
    font-size: 15px;
}
.event_body p{
    color: black;
        margin-bottom: 10px;
    font-size: 20px;
}



.new_sald_h{
        background: linear-gradient(to right, #00a3c8 30%, white 117%);
    color: white;
    padding: 11px;
    border-radius: 6px;
    font-size: 20px;
    font-weight:500;
}

.new_sald_h_p{
    color: #444;
    font-size: 17px;
}
.new_sald_h_h4{
    font-size: 19px;
    padding-top: 13px;
}
.full_pro_media{
    margin-bottom: -15px;
}

.box_addres{
   background-image: linear-gradient(to right, #FCFC9C, #FCFC9C, #FEFBC4);
    padding: 20px 20px 30px 20px;
    border-radius: 10px;
}

.doc-pro-h3-text_box_addres {
    
       color: #B0342C;
    font-weight: 500;
    font-size: 25px;
    text-align: center;
    padding-bottom: 10px;
}

.head_home_title_ad {
  font-size: 17px;
    color: BLACK;
    FONT-WEIGHT: 300;
}
.home_headicon_ser{
    color: #222;
    padding: 2px 6px 10px 12px;
    font-size: 25px;
}

.head_home_top{
        padding-top: 20px
}

.p-50 {
    padding: 50px !important;
}
.bg-deep-transparent {
    background-color: rgba(255, 255, 255, 0.9);
}



.ml-80 {
    margin-left: 80px;
    padding-bottom:7px;
}
.icon-box .icon-box-title {
    margin-bottom: 15px;
}
.line-bottom:after {
    bottom: -1px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 50px;
}
.text-black-333 {
    color: #333333 !important;
}

.con_icon_back{background: black;
    padding: 7px 15px;
    border-radius: 50%;
    }

@media only screen and (max-width: 1024px) and (min-width: 700px){
    .tab_css_u{
        width: 690px;}
          .facebook_page_res{
            width:208px;
            height:178px;
        }
}

@media only screen and  (min-width: 1025px){
    .tab_css_u{
        width: 650px;}
        
        .facebook_page_res{
            width:267px;
            height:200px;
        }
}

.panel {
   
    box-shadow: none;
}

.home_icon_ser_prof {
    color: YELLOW;
    padding: 10px 12px 10px 12px;
    font-size: 25px;
}
.doc_pro_full_tab>li>a {
    border-radius: 4px;
    background:#f1f4f5;
    border-color:#f1f4f5;
    color: black;
    padding: 11px 28px 11px 28px;;
    letter-spacing: 0.5px;
    font-weight: 600;
}
.doc_pro_full_tab>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    color: black;
    background: white;
    border-top:7px solid #773A3D;
    letter-spacing: 0.5px;
    font-weight: 500;
    font-size:20px;
}
.nav-pills>li{
    border:1px solid #f1f4f5;
}
.nav-pills>li+li {
    margin-left: 5px;
}
.nav-tabs {
    border-bottom: none;
}

@media only screen and (max-width: 600px){
.lo_text {
    text-align: center;
}
.head_home_top {
    padding-top: 20px;
}
}


.home_doc_pro_txn_h{
    color: #444;
    font-weight: 600;
    font-size: 21px;
}

.home_doc_pro_txn_p{
    font-weight: 400;
    font-size: 15px;
    color: #303030;
}

.navbar {
   
    margin-bottom: 0px;
  
}

.home_icon_center_head{
    text-align:center;
}

 .four-col h2 {
    color: white;
    font-size: 16px;
    letter-spacing: .05em;
    font-weight: 600;
    margin: 20px 0px 20px 0px;
    text-transform: uppercase;
}
 .four-col p {
 font-size: 15px;
    color: #EFEFEF;
    font-weight: 500;
}

.fac_bot{
    margin-top: 10px;
}

.counter1 h2{
        color: black;
    padding-top: 50px;
}
.counter1 p{
    color:black;
    font-size: 23px;
    font-weight:500;
        margin-top: -2px;
}

.counter {
    padding: 35px 0;
    border-radius: 5px;
}

.count-title {
    font-size: 40px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
}

.count-text {
    font-size: 13px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
}

.count_icon{
        color: black;
    font-size: 25px;
}
#whats_icon {
    position: fixed;
    bottom: 10px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    color: white;
    cursor: pointer;
}
.exp_p_icon{
    padding: 21px 22px;
    background: white;
    border: 3px solid #00a3c8;
}

.ot_hr{
        font-size: 50px;
    color: #00a3c8;
    padding-bottom:20px;
}
.red_more_p{
    background: #00a3c8;
    border: 1px solid #00a3c8;
    margin-top:20px;
}
.overlay-theme-colored-9:before {
    background-color: rgba(0, 163, 200, 0.9) !important;
}

.dr_full_point{
        font-size: 10px;
    padding-right: 10px;
}

.dr_full_point_no {
    padding-right: 10px;
}

.new_p_doc_pro{
    margin-top: -11px;
}

.pad_top_h3{
    margin-top: 30px;
    font-weight:300; color:#00a3c8;
}

.navbar-nav li:hover {
    border-bottom:3px solid #00a3c8;
}


.css_lpty{
     color: white;
    background: #F0934A;
    /* color: white !important; */
    padding: 8px 10px 8px 10px;
    border-radius: 25px;
    font-size: 16px;
    margin-top: -2px;
    font-weight: 500 !important;
}

.fa-youtube:before {
    content: "\f167";
    color: white;
    font-size: 25px;
}


