body,
html {
  overflow-x: hidden;
  font-family: "Open Sans", sans-serif !important;
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
input::-webkit-input-placeholder {
  color: #004f84 !important;
}

input:-moz-placeholder {
  color: #004f84 !important;
}

.form-control::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */

  color: #004f84 !important;

  opacity: 1; /* Firefox */
}

.form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */

  color: #004f84 !important;
}

.form-control::-ms-input-placeholder {
  /* Microsoft Edge */

  color: #004f84 !important;
}

.header {
  background: #004f84;
}

.header .navbar .nav-link {
  color: white;
}

.topbar .con {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.topbar .social {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.topbar .con .img-fluid {
  max-height: 40px;
  max-width: 40px;
  align-self: center;
}

.topbar .con h5,
.topbar .con a {
  display: block;
}

.topbar .con h5 {
  color: #ef801e;
  margin-bottom: 0;
}

.topbar .con a {
  color: #10577e;
  font-weight: bold;
  text-decoration: none;
}

.topbar .logo {
  max-width: 100%;
  max-height: 90px;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover {
  color: #ff983d !important;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  .testimonials .carousel-item h5 {
    margin-left: 0;

    margin-right: 0;

    bottom: -130px !important;

    width: 100%;

    right: initial !important;
  }

  .testimonials1 #carouselExampleControls:before {
    content: none !important;
  }

  .testimonials1 #carouselExampleControls:after {
    content: none !important;
  }

  .testimonials #carouselExampleControls:before {
    content: none !important;
  }

  .testimonials #carouselExampleControls:after {
    content: none !important;
  }
}
.doctorsecbg {
  background: #004f84 !important;
}
.doctorsecbg h3 {
  color: #ffffff !important;
}
.doctorsecbg p {
  color: #e0d6d6 !important;
}
.doctorsec .margin-left {
  margin-left: 160px;
}
.doctorsec .drsignone {
  display: block;
}
.doctorsec .drsign {
  display: none;
}

@media only screen and (max-width: 767px) {
  .testimonials .carousel-item h5 {
    margin-left: 0;

    margin-right: 0;
    bottom: -100px !important;

    width: 100%;
    right: initial !important;
  }
  .sec-section .banner h4 {
    width: 237px;
  }
  .testimonials #carouselExampleControls:before {
    content: none !important;
  }

  .testimonials #carouselExampleControls:after {
    content: none !important;
  }

  .testimonials1 #carouselExampleControls:before {
    content: none !important;
  }

  .testimonials1 #carouselExampleControls:after {
    content: none !important;
  }

  .testimonials #carouselExampleControls:before {
    background: #00aa9f !important;
  }

  .testimonials {
    padding-bottom: 120px !important;
  }

  .testimonials .carousel-item {
    padding: 0px !important;
  }

  .testimonials .carousel-item p {
    padding: 0 !important;
  }

  .landbanner .rating {
    bottom: -75px !important;
  }

  .testimonials #carouselExampleControls {
    padding: 15px !important;
    background-image: none !important;
    border: 1px solid white;
    margin-top: 20px;
  }

  .testiform .carousel-item p {
    padding: 0 !important;
  }
  .doctorsec .my-auto .img-fluid {
  }
  .doctorsec .margin-left {
    margin-left: 0px !important;
  }

  .doctorsec .drsignone {
    display: none;
  }
  .doctorsecbg h3 {
    margin-top: 15px;
  }
  .doctorsec .drsign {
    display: block;

    margin: 15px 0;
  }
  .testiform {
    background: linear-gradient(
      to top,
      #004f84 0%,
      #004f84 50%,
      #015f9d 50%,
      #015f9d 100%
    ) !important;
  }

  .testiform #carouselExampleControls {
    padding: 15px !important;
    background-image: none !important;
    border: 1px solid white;
  }

  .logodiv {
    text-align: center;
  }

  .topbar .con a {
    font-size: 11px;
  }

  .topbar .con {
    margin-bottom: 7px;
    margin-top: 7px;
  }

  .topbar .social {
    display: none;
  }

  .continform .con {
    justify-content: start !important;
  }

  .contact-us .confinfo {
    border-right: 1px solid #ffffff !important;
  }

  .testimonials1 {
    padding: 35px 0 100px 0 !important;
  }

  .testimonials1 .carousel-item h5 {
    bottom: -80px !important;

    z-index: 100 !important;

    left: 0 !important;

    right: 0 !important;

    text-align: center !important;
  }

  .centerpages .imgdiv {
    right: inherit !important;

    text-align: center;
  }
  .typesone {
    padding: 30px !important;
    text-align: justify;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    top: 120%;

    visibility: hidden;

    opacity: 0;

    display: block;

    -webkit-transition: all 0.1s ease-in-out;

    transition: all 0.1s ease-in-out;
  }

  .navbar-expand-lg .navbar-nav .dropdown:hover > .dropdown-menu {
    top: 100%;

    visibility: visible;

    opacity: 1;

    -webkit-transition: all 0.3s ease-in-out;

    transition: all 0.3s ease-in-out;
  }

  .navbar-expand-lg .navbar-nav .dropdown-submenu:hover > .dropdown-menu {
    top: 0;

    visibility: visible;

    opacity: 1;

    -webkit-transition: all 0.3s ease-in-out;

    transition: all 0.3s ease-in-out;
  }

  .navbar-expand-lg .dropdown-submenu {
    position: relative;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md .navbar-nav .dropdown-menu {
    top: 120%;

    visibility: hidden;

    opacity: 0;

    display: block;

    -webkit-transition: all 0.1s ease-in-out;

    transition: all 0.1s ease-in-out;
  }

  .navbar-expand-md .navbar-nav .dropdown:hover > .dropdown-menu {
    top: 100%;

    visibility: visible;

    opacity: 1;

    -webkit-transition: all 0.3s ease-in-out;

    transition: all 0.3s ease-in-out;
  }

  .navbar-expand-md .navbar-nav .dropdown-submenu:hover > .dropdown-menu {
    top: 0;

    visibility: visible;

    opacity: 1;

    -webkit-transition: all 0.3s ease-in-out;

    transition: all 0.3s ease-in-out;
  }

  .navbar-expand-md .dropdown-submenu {
    position: relative;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    top: 120%;

    visibility: hidden;

    opacity: 0;

    display: block;

    -webkit-transition: all 0.1s ease-in-out;

    transition: all 0.1s ease-in-out;
  }

  .navbar-expand-sm .navbar-nav .dropdown:hover > .dropdown-menu {
    top: 100%;

    visibility: visible;

    opacity: 1;

    -webkit-transition: all 0.3s ease-in-out;

    transition: all 0.3s ease-in-out;
  }

  .navbar-expand-sm .navbar-nav .dropdown-submenu:hover > .dropdown-menu {
    top: 0;

    visibility: visible;

    opacity: 1;

    -webkit-transition: all 0.3s ease-in-out;

    transition: all 0.3s ease-in-out;
  }

  .navbar-expand-sm .dropdown-submenu {
    position: relative;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    top: 120%;

    visibility: hidden;

    opacity: 0;

    display: block;

    -webkit-transition: all 0.1s ease-in-out;

    transition: all 0.1s ease-in-out;
  }

  .navbar-expand-xl .navbar-nav .dropdown:hover > .dropdown-menu {
    top: 100%;

    visibility: visible;

    opacity: 1;

    -webkit-transition: all 0.3s ease-in-out;

    transition: all 0.3s ease-in-out;
  }

  .navbar-expand-xl .navbar-nav .dropdown-submenu:hover > .dropdown-menu {
    top: 0;

    visibility: visible;

    opacity: 1;

    -webkit-transition: all 0.3s ease-in-out;

    transition: all 0.3s ease-in-out;
  }

  .navbar-expand-xl .dropdown-submenu {
    position: relative;
  }
}

@media (min-width: 1400px) {
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    top: 120%;

    visibility: hidden;

    opacity: 0;

    display: block;

    -webkit-transition: all 0.1s ease-in-out;

    transition: all 0.1s ease-in-out;
  }

  .navbar-expand-xxl .navbar-nav .dropdown:hover > .dropdown-menu {
    top: 100%;

    visibility: visible;

    opacity: 1;

    -webkit-transition: all 0.3s ease-in-out;

    transition: all 0.3s ease-in-out;
  }

  .navbar-expand-xxl .navbar-nav .dropdown-submenu:hover > .dropdown-menu {
    top: 0;

    visibility: visible;

    opacity: 1;

    -webkit-transition: all 0.3s ease-in-out;

    transition: all 0.3s ease-in-out;
  }

  .navbar-expand-xxl .dropdown-submenu {
    position: relative;
  }
}

.navbar-expand .navbar-nav .dropdown:hover > .dropdown-menu {
  top: 100%;

  visibility: visible;

  opacity: 1;

  -webkit-transition: all 0.3s ease-in-out;

  transition: all 0.3s ease-in-out;
}

.header .dropdown-toggle::after {
  vertical-align: 0.1em;
}

.home-banner {
  background-image: url(../images/home-banner.jpg);
  background-size: cover;

  background-size: cover;

  background-repeat: no-repeat;

  padding: 35px 0;

  background-position: center;
}

.home-banner .banner h2 {
  color: white;

  font-style: italic;

  margin-bottom: 30px;
  font-weight: normal;

  font-size: 40px;
}

.home-banner .banner h2 span {
  font-weight: bold;
}

.home-banner .banner {
  height: 450px;

  display: flex;

  align-content: center;

  flex-wrap: wrap;
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav {
    gap: 20px;
  }
}

.btn-custom {
  background: #ef801e;

  text-decoration: none;
  border: none;

  color: white;
  border-top-left-radius: 15px;

  border-bottom-right-radius: 15px;

  padding: 10px 20px;
  font-size: 17px;
}

.btn-custom:hover {
  color: #0064a7;
}

.sec-section .banner {
  display: flex;

  justify-content: center;

  gap: 10px;

  align-items: center;
}

.sec-section .banner {
  padding: 30px 0;
}

.sec-section .one {
  background: #004f84;
}

.sec-section .two {
  background: #015794;
}

.sec-section .three {
  background: #026ab1;
}

.sec-section .banner .img-fluid {
  height: 60px;
}

.sec-section .banner h4 {
  font-weight: normal;
  margin-bottom: 0;

  color: white;
}

.red-section .red {
  padding: 40px 30px;
}

.red-section .red p {
  font-size: 19px;
  color: #626262;
}

.red-section .red h3 {
  color: #10577e;
}

.red-section .red h1 {
  color: #10577e;
  font-size: calc(1.3rem + 0.6vw);
}

.red-section .red .count-up {
  text-align: center;
  padding: 0 40px;
  margin-top: 15px;
}

.red-section .red .count-up .counter-count {
  font-size: 35px;
  font-weight: bold;
  color: #ef801e;
  margin-bottom: 0;
}

.red-section .red .count-up h3 {
  color: #4dbad9;
}

.red-section .red .count-up .counter-count::after {
  content: " +";

  display: inline-block;
}

.specialist {
  background-image: url(../images/specialbg.jpg);
  background-size: cover;

  background-position: center;

  background-repeat: no-repeat;
  padding: 40px 0;
}

.specialist h2 {
  margin-bottom: 40px;
  color: #10577e;
}

.specialist .team {
  background: white;

  text-align: center;

  padding: 15px 15px;
  margin-top: 80px;

  border-top-left-radius: 20px;

  border-bottom-right-radius: 20px;
}

.specialist .team p {
  color: #626262;
  font-size: 18px;
}

.specialist .team h4 {
  color: #10577e;
}

.specialist .team .img-fluid {
  border-radius: 50%;
  max-height: 125px;

  padding: 5px;

  background: #edfcfe;
  margin-top: -80px;
}

.services {
  padding: 40px 0;
}

.services h2 {
  margin-bottom: 40px;

  color: #10577e;
}

.services .serv {
  padding: 10px 10px;
}

.services .serv .servhed {
  display: flex;

  gap: 10px;
}

.services .serv .servhed .img-height {
  align-self: center;
  max-width: 70px;
  max-height: 50px;
}
.servslider .serv .servhed .img-height {
  align-self: center;
  max-width: 70px;
  max-height: 60px;
}

.services .serv p {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  color: #626262;
}

.services .serv .servhed h4 {
  align-self: center;
  margin-bottom: 0px;
  color: #10577e;
}

.appointment {
  background: #004f84;
  padding: 40px 0;
}

.appointment h2 {
  margin-bottom: 20px;

  color: #ffffff;
}

.appointment .days h3 {
  color: white;
  font-size: 20px;

  margin-bottom: 0;
}

.appointment .days {
  margin-bottom: 20px;
  background: #1a7fab;
  padding: 10px 10px;
}

.appointment form .form-control {
  border-radius: 0px;
  line-height: 1.8;
  color: #004f84 !important;
}

.appointment form .form-label {
  color: white;
  margin-top: 10px;
}

.appointment form textarea {
  height: 100px;
  line-height: initial !important;
}

.testimonials {
  background-image: url(../images/testi-bg.jpg);
  background-size: cover;

  background-position: center;

  background-repeat: no-repeat;
  padding: 35px 0 100px 0;
}

.testimonials h2 {
  margin-bottom: 20px;

  color: #ffffff;
  margin-top: 20px;
}

.testimonials .carousel-control-prev {
  left: -10%;
}

.testimonials .carousel-control-next {
  right: -10%;
}

.testimonials #carouselExampleControls {
  border: 4px solid #ffffff;

  border-top: 0px;

  border-bottom-right-radius: 30px;

  border-bottom-left-radius: 30px;
}

.testimonials #carouselExampleControls:before {
  content: "";

  display: block;

  position: absolute;

  bottom: -84px;

  right: 147px;

  width: 68px;

  height: 100px;

  background: #02a2a2;

  border-bottom: 4.5px solid #ffffff;

  -moz-transform: rotate(45deg);

  -webkit-transform: rotate(90deg);
}

.testimonials #carouselExampleControls:after {
  content: "";

  display: block;

  position: absolute;

  bottom: -97px;

  right: 177px;

  height: 123px;

  background: transparent;

  border-right: 4px solid #ffffff;

  -moz-transform: rotate(45deg);

  -webkit-transform: rotate(56deg);
}

.testimonials .carousel-item {
  padding: 40px 40px 15px 40px;
}

.testimonials .carousel-item p {
  color: white;
}

.testimonials .carousel-item h5 {
  color: #004e84;
  position: absolute;

  text-align: center;

  font-size: 25px;
  font-weight: 700;
  bottom: -65px;

  z-index: 100;

  right: 30%;
}

.testimonials .carousel-inner {
  overflow: visible;
}

.testimonials1 {
  background-size: cover;

  background-position: center;

  background-repeat: no-repeat;
  padding: 35px 0 100px 0;
}

.testimonials1 h2 {
  margin-bottom: 45px;

  margin-top: 20px;
  color: #10577e;
}

.testimonials1 .carousel-control-prev {
  left: -5%;
  background: #004f84 !important;

  border-radius: 20px;
}

.testimonials1 .carousel-control-next {
  right: -5%;
  background: #004f84 !important;

  border-radius: 20px;
}

.testimonials1 .carousel-control-next,
.testimonials1 .carousel-control-prev {
  height: fit-content;

  width: auto;

  top: 50%;
}

.testimonials1 #carouselExampleControls {
  /*  background-image:url(../images/qutoes.png);     

      background-size: cover;

      background-position: center; 

      background-repeat: no-repeat;

      padding:63px 25px; */

  border: 4px solid #ef7e18;

  border-top: 0px;

  border-bottom-right-radius: 30px;

  border-bottom-left-radius: 30px;
}

.testimonials1 #carouselExampleControls:after {
  content: "";

  display: block;

  position: absolute;

  bottom: -97px;

  right: 177px;

  height: 123px;

  background: #ffffff;

  border-right: 4px solid #ef7e18;

  -moz-transform: rotate(45deg);

  -webkit-transform: rotate(56deg);
}

.testimonials1 #carouselExampleControls:before {
  content: "";

  display: block;

  position: absolute;

  bottom: -84px;

  right: 147px;

  width: 68px;

  height: 100px;

  background: #ffffff;

  border-bottom: 4.5px solid #ef7e18;

  -moz-transform: rotate(45deg);

  -webkit-transform: rotate(90deg);
}

.testimonials1 .carousel-item {
  /*min-height: 335px;*/

  padding: 40px 40px 15px 40px;
}

.testimonials1 .carousel-item p:before {
  content: "";

  width: 40px;

  height: 40px;

  position: absolute;

  top: -50px;

  left: -21px;

  background-image: url(../images/testi-shape11.png);

  background-size: contain;

  background-repeat: no-repeat;
}

.testimonials .carousel-item p:before {
  content: "";

  width: 40px;

  height: 40px;

  position: absolute;

  top: -58px;

  left: -21px;

  background-image: url(../images/testi-shape11.png);

  background-size: contain;

  background-repeat: no-repeat;
}

.testimonials1 .carousel-item h5 {
  position: absolute;

  color: #004e84;

  text-align: center;

  font-size: 25px;

  font-weight: 700;

  bottom: -65px;

  z-index: 100;

  right: 27%;
}

.testimonials1 .carousel-inner {
  overflow: visible;
}

.blogs {
  padding: 30px 0;
}

.blogs .blog p {
  color: #626262;
}

.blogs .blog h4 {
  margin-top: 10px;
  margin-bottom: 0px;
  color: #10577e;
  height: 97px;
}

.blogs .inblg h4 {
  height: auto;
}

.blogs .blog {
  padding: 10px 30px;
}

.blogs h2 {
  margin-bottom: 40px;

  color: #10577e;
}

.blogs .blog img {
  width: 100%;
}

.blogs .blog p a {
  text-decoration: none;

  color: orange;

  font-weight: 700;

  font-size: 18px;
  float: right;
}

.footer {
  background: #004f84;

  padding: 35px 0;
}

.footer h4 {
  color: white;
  font-weight: 400;
}

.footer h4:after {
  content: "";

  border-bottom: 2px solid orange;

  height: 2px;

  display: block;

  max-width: 100%;

  margin-top: 8px;
}

.footer p {
  color: white;
}

.footer ul {
  margin-top: 15px;
}

.footer ul li {
  margin-bottom: 12px;
}

.footer ul li::marker {
  color: orange;
}

.footer ul li a {
  color: white;
  text-decoration: none;
}

.footer .img-fluid {
  filter: brightness(0) invert(1);
  max-height: 70px;

  margin-bottom: 10px;
}

.footer .con .bi {
  color: #ffa500;
}

.footer .con {
  display: flex;
  gap: 10px;
  margin-top: 15px;
}

.footer .con a {
  text-decoration: none;
  color: white;
}

.footer .con p {
  margin-bottom: 0px;
}

.bottombar {
  background: #00436e;
  padding: 10px 0;
}

.bottombar p {
  margin-bottom: 0;
  color: white;
}

.bottombar p a {
  text-decoration: none;
  color: white;
}

.footer .social a {
  color: white;
}

.footer .social {
  display: flex;
  gap: 10px;
}

.breadcumb {
  background-image: url(../images/breadbg.webp);
  background-size: cover;

  background-position: center;

  background-repeat: no-repeat;
  padding: 15px 0px;
}

.breadcumb h1 {
  font-size: 35px;
  color: #004f84;
  font-weight: 500;
}

.breadcumb h2 {
  font-size: 20px;
  color: #004f84;
  font-weight: 400;
}

.contact-us {
  padding: 30px 0;
}

.contact-us h2 {
  margin-bottom: 40px;

  color: #10577e;
  font-weight: 400;
}

.contact-us .confinfo {
  min-height: 142px;

  border-right: 1.5px solid #aaaaaa;
  margin-bottom: 20px;

  padding: 0 10px;
}

.contact-us .confinfo p {
  margin-bottom: 10px;
}

.contact-us .confinfo h4 {
  color: #ef801e;
}

.contact-us .confinfo p i {
  color: #ef801e;
  margin-right: 8px;
}

.contact-us .confinfo p a {
  text-decoration: none;
  color: inherit;
}

.map {
  margin-bottom: -6px;
}

.continform {
  padding: 30px 0;
}

.continform .con {
  display: flex;

  justify-content: center;

  gap: 10px;
  margin: 7px 0;
}

.continform .con h5 {
  color: #ef801e;
  font-size: 25px;

  margin-bottom: 0;
}

.continform .con a {
  color: #10577e;

  font-weight: bold;
  font-size: 19px;

  text-decoration: none;
}

.continform .con div {
  align-self: center;
}

.continform .con .img-fluid {
  max-height: 60px;

  max-width: 60px;

  align-self: center;
}

.contform {
  background: #004f84;
  padding: 30px 0;
}

.contform h3 {
  color: white;
}

.contform p {
  color: white;
  margin-top: 15px;
}

.contform form {
  padding: 0px 20px;
}

.contform form .form-control {
  border-radius: 0px;
}

textarea:focus,
textarea.form-control:focus,
input.form-control:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
[type="text"].form-control:focus,
[type="password"].form-control:focus,
[type="email"].form-control:focus,
[type="tel"].form-control:focus,
[contenteditable].form-control:focus {
  box-shadow: none;
}

.header .navbar-toggler:focus {
  box-shadow: none;
}

.landbanner {
  background-image: url(../images/landbnf.jpg);
  background-size: cover;

  background-position: center;

  background-repeat: no-repeat;
  padding: 15px 0px 0px 0px;
}

.landbanner h2 {
  color: #084565;
  font-weight: bold;
  margin-top: 4rem;
}

.ourserv .baninfo .boxsize {
  padding: 5px !important;
}
.landbanner .baninfo .logo {
  max-height: 80px;
  margin-bottom: 35px;
  margin-top: 30px;
}
.landbanner .height-max {
  max-height: 100% !important;
}

.landbanner .baninfo .btn-land {
  background: #ff7903;

  text-decoration: none;

  color: white;
  border-top-left-radius: 15px;

  border-bottom-right-radius: 15px;

  padding: 10px 20px;

  display: block;

  width: fit-content;
  margin-bottom: 20px;
}

.landbanner .baninfo h4 {
  color: #084565;

  font-weight: normal;

  font-size: larger;
}

.landbanner .rating {
  position: absolute;
  bottom: 25%;
}

.landbanner .rating .rat {
  background: white;

  padding: 5px 20px;
  margin-bottom: 15px;
  -webkit-box-shadow: -1px 0px 3px 1px rgb(0 0 0 / 30%);

  -moz-box-shadow: -1px 0px 5px 1px rgba(0, 0, 0, 0.75);

  box-shadow: -1px 0px 4px 0px rgb(0 0 0 / 30%);
  border-radius: 10px;
}

.landbanner .rating .rat div {
  display: flex;
  gap: 10px;
}

.landbanner .rating .rat div h3 {
  font-size: 18px;
}

.landbanner .rating .rat div h3 span {
  color: #ff7903;

  font-weight: bold;

  font-size: 25px;
}

.secondop {
  padding: 40px 0px;
}

.secondop h2 {
  color: #06597f;
}

.secondop .opinfo p {
  margin-top: 10px;
}

.secondop .opinfo {
  margin-bottom: 30px;
}

.secondop .opinfo .optit {
  display: flex;
  align-items: center;
  gap: 8px;
}

.secondop .opinfo .optit h4 {
  margin-bottom: 0;
  color: #06597f;
}

.secondop .opinfo .optit .img-fluid {
  max-height: 55px;
}

.ourserv {
  padding: 40px 0px;
}

.ourserv h2 {
  color: #06597f;
  margin-bottom: 30px;
}

.ourserv .baninfo {
  text-align: center;

  -webkit-box-shadow: -1px 0px 3px 1px rgb(0 0 0 / 30%);

  -moz-box-shadow: -1px 0px 5px 1px rgba(0, 0, 0, 0.75);

  box-shadow: -1px 0px 4px 0px rgb(0 0 0 / 30%);

  padding: 15px 15px;

  margin-bottom: 30px;

  border-radius: 10px;
}

.ourserv .baninfo .img-fluid {
  max-height: 90px;
}

.ourserv .baninfo h4 {
  color: #311619;
}

.ourcommit {
  padding: 40px 0px;
  background-image: url(../images/bgt.jpg);
  background-size: cover;

  background-position: center;

  background-repeat: no-repeat;
}

.ourcommit h2 {
  color: #06597f;

  margin-bottom: 30px;
}

.ourcommit .baninfo .optit {
  display: flex;

  align-items: center;

  gap: 8px;
}

.ourcommit .baninfo {
  margin-bottom: 30px;
}

.ourcommit .baninfo .optit .img-fluid {
  max-height: 30px;
}

.ourcommit .baninfo .optit h4 {
  margin-bottom: 0px;
  color: #06597f;
}

.landcta {
  padding: 30px 0px 40px 0px;
}

.landcta h2 {
  color: #06597f;

  margin-bottom: 30px;
}

.landcta p {
  margin-bottom: 30px;
}

.landcta .ctabtn {
  background: #ff7903;

  text-decoration: none;

  color: white;

  padding: 10px 20px;

  width: fit-content;

  margin-top: 20px;
}

.landhash {
  padding: 90px 0px;
  margin-bottom: -25px;
  background-image: url(../images/hashland.jpg);
  background-size: cover;

  background-position: center;

  background-repeat: no-repeat;
}

.landhash h3 {
  color: #0c5d8e;
  font-weight: bold;
}

.landhash h2 {
  color: #fd7404;
  font-weight: bold;
  font-size: 42px;
}

.landhash h4 {
  color: #0c5d8e;
  font-weight: normal;
  margin-top: 45px;

  margin-bottom: 45px;
}

.landhash h5 {
  color: #000000;
}

.testiform h2 {
  color: white;
}

.testiform {
  background: linear-gradient(
    to right,

    #004f84 0%,

    #004f84 58%,

    #015f9d 58%,

    #015f9d 100%
  );
  padding: 40px 0 70px 0;
}

.testiform #carouselExampleControls {
  padding: 35px 35px 35px 35px;

  border: 3px solid #ef801e;

  border-radius: 30px;

  border-top: 0px;

  border-top-left-radius: 0;

  border-top-right-radius: 0;
}

.testiform .carousel-item p {
  color: white;
}

.testiform .testishape {
  position: absolute;

  right: 10%;

  bottom: -91px;

  z-index: 10;
}

.testiform .carousel-item h5 {
  color: #ffffff;

  text-align: center;
  margin-right: 15px;

  font-size: 25px;

  font-weight: 700;
}

.testiform .carousel-control-prev {
  left: -5%;
}

.testiform .carousel-control-next {
  right: -5%;
}

.testiform form {
  padding: 15px 20px;
}

.testiform form .form-control {
  border-radius: 0px;

  line-height: 2.5;
}

.testiform form .form-label {
  color: white;

  margin-top: 10px;
}

.centersec {
  padding: 40px 0 5px 0px;
}

.centersec h2 {
  margin-bottom: 10px;

  color: #10577e;

  font-weight: 600;
}

.centersec h2 span {
  font-size: 19px;
  color: #5b5b5b;
}

.centersec h4 {
  color: #10577e;

  /*margin-bottom: 20px;*/
}

.centersec ul li::marker {
  color: #ef7e18;
}

.centersec ul {
  padding-left: 17px;
}

.centersec ul li {
  margin-bottom: 15px;
}

.centerpages .imgdiv {
  right: -120px;
  padding-top: 50px;
  position: relative;
}

.cencta {
  background: #004f84;

  padding: 35px 0;
}

.cencta .ctadiv {
  display: flex;
  margin-bottom: 20px;
  gap: 10px;
}

.cencta p {
  margin-bottom: 0;
  align-self: center;
}

.cencta .ctadiv p a {
  color: #ffffff;
  text-decoration: none;
  align-self: center;
}

.cencta .ctadiv p {
  margin-bottom: 10px;
  color: #ffffff;
  align-self: center;
}

.cencta .ctadiv .bi {
  color: #ffa500;
  font-size: xx-large;
  align-self: center;
}

.cencta .ctadiv p span {
  font-size: 20px;
  font-weight: 600;
}

.servslider {
  padding: 35px 0;
}

.servslider h2 {
  margin-bottom: 20px;

  color: #10577e;
}

.servslider .serv {
  padding: 20px 20px;
}

.servslider .serv .servhed {
  display: flex;

  gap: 10px;
}

.servslider .serv p {
  margin-top: 10px;

  margin-bottom: 10px;

  color: #626262;
}

.servslider .serv .servhed h4 {
  align-self: center;

  margin-bottom: 0px;

  color: #10577e;
}

.servslider .carousel-control-prev {
  left: -20px;
  background: #004f84 !important;
  border-radius: 20px;
}

.servslider .carousel-control-next {
  right: -20px;
  background: #004f84 !important;
  border-radius: 20px;
}

.servslider .carousel-control-next,
.servslider .carousel-control-prev {
  height: fit-content;
  width: auto;
  top: 50%;
}

.doctorsec {
  padding-top: 25px;
  background: #f4f0f1;
}

.doctorsec h2 {
  color: #10577e;
  margin: 20px 0px;
}
.doctorsec .my-auto .img-fluid {
  margin-bottom: 20px;
}
.doctorsec h3 {
  color: #10577e;
  margin-top: 15px;
}

.innerbg {
  background: #f4f0f1;
}

.treatments {
  padding: 30px 0;
}

.treatbg {
  background: #efefef;
}

.treatbg .imgdiv {
  /*left: -112px;*/

  position: relative;
}

.treatments .imgdiv {
  /*right: -112px;*/

  position: relative;
}

.treatbg .imgdiv .img-fluid {
  width: 100%;
}

.treatments .imgdiv .img-fluid {
  width: 100%;
}

.treatments h2 {
  text-align: start;
  color: #004f84;
  margin-top: 15px;

  margin-bottom: 15px;
}

.treatments p {
  text-align: justify;
}

.treatbg h2 {
  text-align: start;
  color: #004f84;
  margin-top: 15px;
  margin-bottom: 15px;
}

.appointment p {
  color: white;
}

.treatments h5 {
  text-align: start;

  color: #004f84;

  margin-top: 15px;

  margin-bottom: 15px;
}

.treatments div a {
  text-decoration: none;
  color: #004f84;
  font-size: 19px;
}
.drteamthree {
  background-image: url(../images/overview-img2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 60px 0;

  background-position: center center;
}
.drteamthree h2 {
  color: #10577e;
  margin-bottom: 20px;
}
.typesone {
  padding: 60px;
  text-align: justify;
}
.typesone p {
  font-size: 19px;
  color: #626262;
}

.typesone .visionlistone h2 {
  color: #004f84;
}

.typesone .visionlistone {
  display: flex;
  gap: 25px;
  margin-bottom: 1rem;
}
.typesone .visionlisttwo {
  display: flex;
  gap: 25px;
  margin-bottom: 1rem;
}
.typesone .visionlisttwo h2 {
  color: #004f84;
}
/*
.types .visionlist ul li {
  list-style-image: url(../images/overview-icon-1.png);
  font-size: 35px;
  color: #004f84;
  font-weight: 500;
}
*/
.shortdes {
  padding: 25px 0 5px 0px;
  /*background: white;*/
}
.shortdes p {
  font-size: 19px;
  /*background: white;*/
  color: #626262;
}
.shortdes p {
  font-size: 19px;

  color: #626262;
}
.drdes .marginbtm {
  margin-bottom: 2rem !important;
}
.drdes {
  background: #f8f9fa;
  padding: 40px 0;
}
.drdes h3 {
  color: #10577e;
  margin: 20px 0px;
}
.drdes p {
  font-size: 19px;
  text-align: justify;
  color: #626262;
}
.core-team {
  padding: 25px 0 5px 0px;
}

.core-team h3 {
  color: #10577e;
  margin-bottom: 20px;
}

.core-team h2 {
  color: #10577e;
  margin-bottom: 20px;
}

.core-team p {
  font-size: 19px;

  color: #626262;
}

.core-team h4 {
  color: #10577e;
  margin-bottom: 25px;
}

.core-team .member {
  padding: 10px 10px;
}

.core-team .member h3 {
  font-size: 24px;
  margin-bottom: 10px;

  font-weight: 700;
}

.core-team .member h5 {
  min-height: 72px;
}

.core-team .member h4 {
  margin-bottom: 10px;
  color: black;
  font-weight: 600;
}

.core-team .member p {
  font-size: 17px;
  text-align: justify;

  color: #626262;
}

.drteam {
  background-image: url(../images/teambanner.webp);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 60px 0;

  background-position: center center;
}
/*
.drteam1 {
  background-image: url(../images/teambanner.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 60px 0;

  background-position: center center;
}
*/
.drteam1 p {
  font-size: 19px;

  color: #626262;
}

.drteam1 p span {
  color: #10577e;
  font-weight: bold;
  font-size: 22px;
}
.drteam p {
  font-size: 19px;

  color: #626262;
}

.drteam p span {
  color: #10577e;
  font-weight: bold;
  font-size: 22px;
}

.modal-body h5 {
  color: #004f84;

  margin-bottom: 15px;
}

.modal-header .modal-title {
  color: #004f84;
  font-weight: 700;
}

.privacy-policy p {
  padding-left: 33px;
  font-size: 19px;

  color: #626262;
}

.privacy-policy ul {
  padding-left: 50px;
}

.privacy-policy ul li {
  margin-bottom: 15px;
  font-size: 19px;

  color: #626262;
}

.privacy-policy ul li::marker {
  color: #ef7e18;
}

.privacy-policy h3,
h4 {
  padding: 20px 0;

  color: #10577e;

  font-weight: 600;
}
.cantype .moredata {
  padding-left: 40px;
}
.cantype .heading {
  color: #10577e;

  margin-bottom: 20px;
}

.cantype {
  background: #f4f0f1;
}

.cantype .types {
  padding-top: 40px;

  padding-bottom: 40px;

  padding-right: 30px;

  padding-left: 30px;
}
.cantype .top-space {
  padding-top: 90px !important;
}
.cantype .types .accordion {
  background: transparent;
}

.cantype .types .accordion-body {
  padding-right: 0px;

  padding-left: 0px;
}

.cantype .types .accordion-item {
  background: transparent;
}

.cantype .types .accordion-button {
  background: transparent;

  padding-left: 0;

  padding-right: 0;

  color: #10577e;

  font-weight: 600;

  font-size: 18px;
}
.cantype .bgimg {
  background: #ffffff;
}
.samesec {
  background: #ffffff;
}

.accordion-button:hover .accordion-button:active,
.accordion-button:focus,
.accordion-button:active,
.accordion-button.collapsed {
  box-shadow: none !important;
}

.risk-factors {
  background: #004f84;

  padding: 35px 0;
}

.risk-factors h2 {
  color: white;
}

.risk-factors ul {
  margin-top: 15px;
}

.risk-factors ul li {
  margin-bottom: 12px;
  color: white;
}

.risk-factors ul li::marker {
  color: orange;
}
.sm-img {
  background-size: auto !important;
}
.br-causes {
  background-image: url(../images/banner.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 60px 0;

  background-position: center center;
}
.br-causes-remove ul,
.accordion-body ul {
  margin-top: 15px;
}

.br-causes-remove ul,
.accordion-body ul {
  margin-top: 15px;
}
.br-causes-remove ul li,
.accordion-body ul li {
  margin-bottom: 12px;
}
.br-causes-remove ul li::marker {
  color: orange;
}

.br-causes ul li,
.accordion-body ul li {
  margin-bottom: 12px;
}

.accordion-body ul li::marker {
  color: orange;
}

.br-causes ul li::marker {
  color: orange;
}
#flush-collapseOn {
  padding-left: 40px;
}
#flush-collapseNineth {
  padding-left: 40px;
}
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1200px !important;
  }
}


body{background-color:#FDB92E;}

.image-cooming-soon-owl{    height: 100%;
    width: 150px;
    margin-top: 19%;
    margin-left: 48%;
    overflow: hidden;}






/* start of desktop styles */
@media screen and (max-width: 1024px){
	.image-cooming-soon-owl{ margin-top: 50%; margin-left: 43%;}
}


@media screen and (max-width: 991px) {
     /* start of large tablet styles */
     .image-cooming-soon-owl{margin-top: 19%; margin-left: 48%;}

}

@media screen and (max-width: 768px) {
     /* start of medium tablet styles */
     .image-cooming-soon-owl{margin-top: 50%; margin-left: 41%; padding-top: 0.5%;}

}

@media screen and (max-width: 479px) {
     /* start of phone styles */
     .image-cooming-soon-owl{ margin-top: 50%; margin-left: 34%; padding-top: 6%;}

}

