@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&subset=devanagari,latin-ext');

.container{
  max-width: 1440px;
} 
@media screen and (max-width: 1600px){
  .container {
    max-width: 1350px;
  }
}
@media screen and (max-width: 1400px){
  .container{
    max-width: 1240px; 
  }
}
@media screen and (max-width: 1300px){
  .container{
    max-width: 1150px;
  }
}
@media screen and (max-width: 1199px){
  .container{
    max-width: 960px;
  }
}
body{
 font-family: "Source Sans 3", serif;
 font-size: 16px;
 line-height: 24px;
 font-weight: 400;
 color: #212112;
 background-color: #fff;
 overflow-x: hidden;
}


h1,h2,h3,h4,h5,h6{
  font-family: 'Public Sans', sans-serif;
  font-weight: bold;
}

.start-header {
  opacity: 1;
  transform: translateY(0);
  padding: 0px 0;
  box-shadow: 0 10px 30px 0 rgba(138, 155, 165, 0.15);
  -webkit-transition : all 0.3s ease-out;
  transition : all 0.3s ease-out;
}
.start-header.scroll-on {
  box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
  padding: 10px 0;
  -webkit-transition : all 0.3s ease-out;
  transition : all 0.3s ease-out;
}
.start-header.scroll-on .navbar-brand img{
  height: 24px;
  -webkit-transition : all 0.3s ease-out;
  transition : all 0.3s ease-out;
}
.navigation-wrap{
  position: relative;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  -webkit-transition : all 0.3s ease-out;
  transition : all 0.3s ease-out;
}
.navbar{
  padding: 0;padding-right: 30px;

}
.navbar-brand img{
  height: 80px;
  width: auto;
  display: block;

  -webkit-transition : all 0.3s ease-out;
  transition : all 0.3s ease-out;
}
.navbar-toggler {
  float: right;
  border: none;
  padding-right: 0;
}
.navbar-toggler:active,
.navbar-toggler:focus {
  outline: none;
}
.navbar-light .navbar-toggler-icon {
  width: 24px;
  height: 17px;
  background-image: none;
  position: relative;
  border-bottom: 1px solid #000;
  transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after, 
.navbar-light .navbar-toggler-icon:before{
  width: 24px;
  position: absolute;
  height: 1px;
  background-color: #000;
  top: 0;
  left: 0;
  content: '';
  z-index: 2;
  transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after{
  top: 8px;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
  transform: rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
  transform: translateY(8px) rotate(-45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  border-color: transparent;
}
.nav-link{
  color: rgb(1, 1, 1) !important;
  font-weight: 500;
  font-size: 16px;
  transition: all 200ms linear;
}
.nav-item:hover .nav-link{
  color: #fff;
}
.nav-item.active .nav-link{
  color: #fda627 !important;
}
.active::after{
  opacity: 1 !important;
  bottom: 0 !important;
}
.nav-link {
  position: relative;
  padding: 5px 0 !important;
  display: inline-block;
}
.nav-item:after{
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background-color: #fda627;
  opacity: 0;
  transition: all 200ms linear;
}
.nav-item:hover:after{
  bottom: 0;
  opacity: 1;
}
.nav-item.active:hover:after{
  opacity: 0;
}
.nav-item{
  position: relative;
  transition: all 200ms linear;
  margin-left: 40px !important;
}

a {
  color: #fda627;
}
.bg-light {
  background-color: #fff !important;box-shadow: 0 3px 5px #393f4833;
  transition: all 200ms linear;
}
.section {
  position: relative;
  width: 100%;
  display: block;
}
.full-height {
  height: 100vh;
}
.over-hide {
  overflow: hidden;
}
.absolute-center {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  margin-top: 40px;
  transform: translateY(-50%);
  z-index: 20;
}


.nav-item .dropdown-menu {
  transform: translate3d(0, 10px, 0);
  visibility: hidden;
  opacity: 0;
  max-height: 0;
  display: block;
  padding: 0;
  margin: 0;
  transition: all 200ms linear;
}
.nav-item.show .dropdown-menu {
  opacity: 1;
  visibility: visible;
  max-height: 999px;
  transform: translate3d(0, 0px, 0);
}
.dropdown-menu {
  padding: 0px!important;
  margin: 0;
  font-size: 13px;
  letter-spacing: 1px;
  color: #212121;
  background-color: #fff;
  border: none;
  border-radius: 3px;
  box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
  transition: all 200ms linear;
}




a{
  text-decoration: none !important;
}
.nav-item .dropdown-menu2 {
  transform: translate3d(0, 10px, 0);
  visibility: hidden;
  opacity: 0 !important;
  max-height: 0;
  display: block;
  padding: 0;
  margin: 0;
  transition: all 200ms linear;
}
.nav-item.show .dropdown-menu2 {
  opacity: 1 !important;
  visibility: visible;
  max-height: 999px;
  transform: translate3d(0, 0px, 0);
  display: none;
}
.show2 .dropdown-menu2{
  position: absolute !important;
  display: block !important;
  margin-left: 96% !important;
  margin-top: -40px !important;
  opacity: 1 !important;
}
.dropdown-menu2 {
  padding: 0px!important;
  margin: 0;
  font-size: 13px;
  letter-spacing: 1px;
  color: #212121;
  background-color: #fff;
  border: none;
  border-radius: 3px;
  box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
  transition: all 200ms linear;
}



.dropdown-toggle::after {
  display: none;
}

.dropdown-item {
  padding: 7px 30px;
  color: #212121;
  border-radius: 2px;
  transition: all 200ms linear;
  font-size: 15px;
  font-family: "Source Sans 3", serif;
}
.dropdown-item:hover, 
.dropdown-item:focus {
  color: rgb(1, 1, 1) !important;
  background-color: #eee;
}




/* #Media
================================================== */

@media (max-width: 767px) { 
  h1{
    font-size: 38px;
  }
  .nav-item:after{
    display: none;
  }
  .nav-item::before {
    position: absolute;
    display: block;
    top: 15px;
    left: 0;
    width: 11px;
    height: 1px;
    content: "";
    border: none;
    background-color: #000;
    vertical-align: 0;
  }
  .dropdown-toggle::after {
    position: absolute;
    display: block;
    top: 10px;
    left: -23px;
    width: 1px;
    height: 11px;
    content: "";
    border: none;
    background-color: #000;
    vertical-align: 0;
    transition: all 200ms linear;
  }
  .dropdown-toggle[aria-expanded="true"]::after{
    transform: rotate(90deg);
    opacity: 0;
  }

  .dropdown-menu {
    padding: 0 !important;
    background-color: transparent;
    box-shadow: none;
    transition: all 200ms linear;
  }
  .dropdown-toggle[aria-expanded="true"] + .dropdown-menu {
    margin-top: 10px !important;
    margin-bottom: 20px !important;
  }

}

.logo {
  position: absolute;
  bottom: 30px;
  right: 30px;
  display: block;
  z-index: 100;

}
.logo img {
  height: 26px;
  width: auto;
  display: block;

}





.nav-item:hover .nav-link{
  color: #fda627 !important;
}

.headerbtn {
  background:rgb(19, 72, 103);
  padding: 7px 20px;
  color: #fff;
  border-radius: 7px;
  margin-top: 0px;
  border: 1px solid #134867;
  margin-left: 20px;
  transition: 0.5s ease;
  margin-left: 45px;
}
.headerbtn:hover{
  color:rgb(19, 72, 103);
  background:#fff;
}

.desknone{
  display: none;
}

@media screen and (max-width: 991px){
  .navbar-brand img {
    height: 65px;
  }  .ml-md-4, .mx-md-4 {
    margin-left: 15px !important;
  }    .nav-link {
    font-size: 14px;
  } .dropdown-item {
    font-size: 14px;
  }  .topheader ul li {
    font-size: 15px;
  }
  .dropdown-item {
    padding: 4px 10px;
  }
  .navbar{
    padding-right: 10px;
  } 
  .show2 .dropdown-menu2{
    margin-top: -29px !important;
  }
  .headerbtn {
    padding: 4px 12px;
    margin-left: 16px;
  }

}


@media screen and (max-width:767px){
  .desknone{
    display: block;
  }
  .mobnone{
    display: none;
  }  .dropdown-menu2 {
    display: block !important;
    margin-left: 20px !important;
    width: 85% !important;
  }
  .navbar-nav {
    overflow: hidden;
  }
  .dropdown-menu2{
    box-shadow: none;
  }
  .dropdown-toggle::after {
    position: absolute;
    display: block;
    top: 10px;
    left: -23px;
    width: 1px;
    height: 11px;
    content: "";
    border: none;
    background-color: #000;
    vertical-align: 0;
    transition: all 200ms linear;
  }
  .afternone::after{
    display: none;
  }
  .dropdown-toggle[aria-expanded="true"] + .dropdown-menu {
    margin-top: 0px !important;
    margin-bottom: 20px !important;
  }
  .nav-item{
    border-bottom: 1px solid #ccc;
  }
  .dropdown-item {
    border-bottom: 1px solid #ccc;
  }
}



/*Index Page*/
.toptext{
  padding: 60px 0;
}
.btnshape{
  width: fit-content;
  background: #134867;
  padding: 7px 20px;
  border-radius: 36px;
  color: #fff;
  box-shadow: 0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;
  margin-bottom: 20px;
}
p{
  font-size: 18px;
  color: rgb(115, 115, 115);
  line-height: 1.7;
}

.btn1{
  background: rgb(19, 72, 103);
  padding: 7px 20px;
  color: #fff;
  border-radius: 7px;
  margin-top: 0px;
  border: 1px solid #134867;
  font-weight: 600;
  transition: 0.5s ease;
}
.btn1:hover{
  background:#fff;
  color: #134867;
}

.btn2{
  background: #e7ecef;
  padding: 7px 20px;
  color: #134867;
  border-radius: 7px;
  margin-top: 0px;
  border: 1px solid #e7ecef;
  margin-left: 20px;
  transition: 0.5s ease;
  font-weight: 600;
  margin-left: 45px;
}
.btn2:hover{
  background:#fff;
  color: #134867;
  border: 1px solid #134867;
}


.toptext p{
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 14px;
  margin-bottom: 26px;
}


.marquee {
  position: relative;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 600px;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  flex: 1;
}

.marquee-horizontal {
  position: relative;
  z-index: 200;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 60px;
  justify-content: flex-start;
  align-items: center;
  background-color: #000000;
}

.track-horizontal {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: absolute;
  white-space: nowrap;
  will-change: transform;
  animation: marquee-horizontal 40s linear infinite;
}

.marquee-horizontal-large {
  position: relative;
  z-index: 200;
  display: flex;
  overflow: ;
  width: 120%;
  height: 410px;
  justify-content: flex-start;
  align-items: center;
  flex: 0 0 auto;
}

.marquee-text {
  margin-right: 8vw;
  flex: 0 0 auto;
  color: #ffffff;
  text-transform: uppercase;
}

.track-horizontal-alt {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.flex-horizontal .icon 
{
  border-radius: 20px;
}
.track-horizontal-alt {
  position: absolute;
  white-space: nowrap;
  will-change: transform;
  animation: marquee-horizontal-alt 40s linear infinite;
}

.icon-container {
  display: flex;
  width: 210px;
  height: 360px;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
}

.icon-container-alt {
  display: flex;
  width: 18%;
  height: 360px;
  margin: 0 20px;
  padding-right: 0;
  padding-left: 0;
  justify-content: center;
  align-items: center;
  flex: 0 0 auto;
  border-radius: 8px;
  border-radius: 20px;
}



.header-quaternary {
  max-width: 100%;
  font-size: 14px;
  letter-spacing: 1px;
  color: #000000;
  padding: 2px 4px;
}

.header-secondary {
  max-width: 100%;
  font-size: 40px;
  line-height: 120%;
}


.flex-vertical {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 40px;
}

.flex-horizontal {
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.flex-horizontal.flex-left {
  justify-content: flex-start;
}

.track-vertical {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  flex: 1;
  position: absolute;
  white-space: nowrap;
  will-change: transform;
  animation: marquee-vertical 20s linear infinite;
}

.track-vertical-alt {
  position: absolute;
  white-space: nowrap;
  will-change: transform;
  animation: marquee-vertical-alt 20s linear infinite;
}

.marquee-cover {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
}

.marquee-cover-horizontal {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;

}

@keyframes marquee-vertical {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-50%);
  }
}

@keyframes marquee-vertical-alt {
  from {
    transform: translateY(-50%);
  }
  to {
    transform: translateY(0%);
  }
}

@keyframes marquee-horizontal {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@keyframes marquee-horizontal-alt {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(0%);
  }
}













.marquee {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
  padding: 5px 0;
  background: #01b6df;
}
.marquee span {
  text-transform: uppercase;
  will-change: transform;
  transform: translateX(0);
  white-space: nowrap;
  -webkit-animation: marquee 54s linear infinite;
          animation: marquee 54s linear infinite;
  font-size: 14px;
  font-family: "Gravitas One", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-family: "Cinzel Decorative", serif;
  color: #fff;
  font-family: "Poppins", sans-serif;
}
@-webkit-keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}


.countercard
{
  border: 1px solid #ffa726;
  background: #fffbf4;
  padding: 30px 15px 5px;
}
.countercard h3{
  margin-bottom: 15px;
}
.counter{
  padding-bottom: 80px;
}
.aboutdoctors{
  padding-bottom: 50px;
}
.aboutdoctors img{
  box-shadow: 0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;
  border: 2px solid rgb(226, 212, 167);border-radius: .75rem;
}

.aboutdoctors .btnshape, .abouthospital .btnshape{
  background:#ffa726;
}
.aboutdoctors p{
  font-size: 16px;
  margin-bottom: 5px;
}

.abouthospital p{
  font-size: 16px;
}

.abouthospital{
  background-color: #f9f9f9;
  padding: 60px 0;
}

.abouthospital .mt-20{
  margin-top: 20px;
}

.missionsection{
  padding: 60px 0;
}

.missionsection .btnshape{
   background:#ffa726; 
}


.missionsection li {
  margin-bottom: 20px;
  border-radius: 10px;
  margin-right: 20px;
  box-shadow: 0 1px 3px 0 #0000001a,0 1px 2px -1px #0000001a;border: 1px solid #dfdfdf;padding: 20px;
}

.missionsection {
  background: #fff;
  padding: 70px 0 60px;
  overflow: hidden;
}

.missionsection li h4 {
  font-size: 22px;
  line-height: 1.3;
  font-weight: 700;
  text-transform: capitalize;
  font-family: Cormorant, serif;
  margin-bottom: 5px;
}

.missionsection .sectiontitle {
  margin-bottom: 20px
}

.process-right-sec ul li {
  margin-bottom: 47px;
  display: flex;
  align-items: center;
  gap: 25px;
  padding-right: 20px
}

.process-img-sec {
  float: left;
  position: relative
}

.process-img-sec figure {
  margin-bottom: 0;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background: #fff;
  border: 1px solid #cacaca;
  position: relative;transition: 0.5s ease;
  z-index: 2
}
.process-img-sec span{
  font-size: 33px;
  color: #ffa726;transition: 0.5s ease;
  font-weight: 700;
}

.process-text-con {
  display: table-cell;
  padding-left: 20px
}

.process-text-con p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.5;
}

.process-img-sec figure img {
  height: 40px
}

.radius2 {
  border-radius: 0 70px 0 70px
}

.singletext {
  margin-top: 17px
}
.processul{
  padding: 2.1vh;
}

.missionsection li:hover .process-img-sec figure
{
background: #ffa726;
transition: 0.5s ease;
}

.missionsection li:hover .process-img-sec span
{
color: #fff;
transition: 0.5s ease;
}

.testimonials{
  background-color: #f9f9f9;
  padding: 60px 0;
}
.testimonials .btnshape {
  background: #ffa726;
}
.fa-star{
  color: #ffcd53;
}
.testimonials p{
  margin-bottom: 0;
}
.mt-30{
  margin-top: 20px;
}
.testimonialcard{
  background: #fff;
  border: 1px solid #e3e3e3;
  padding: 15px 25px;
  border-radius: 10px;
}
.testimonialcard h3{
  font-size: 18px;
  margin: 10px 0 0;
}

.workinghours h4{
  font-size: 18px;
  color: #fff;
  text-align: left;
}
.workinghours ul li{
  list-style: none;
  border-bottom: 1px solid #c5c5c5;
  padding:10px 0;
  color: #fff;
  display: flex;
  justify-content: space-between;
}
.workinghours p{
  color: #fff;
  text-align: left;
}
.workinghours ul {
  padding: 0;
  margin-bottom: 20px;
}
.workinghours .span1{
  text-align: left;
}
.workinghours ul li{
  text-align: left;
}
.workinghours .span2{
  text-align: right;
}
.workinghours{
  background: #000000bf;
  margin-top: -435px;
  text-align: right;
  padding: 30px 20px;
  width: 20%;
  margin-left: 75%;
  position: relative;
}

footer{
  background: #000;
  padding: 30px 0 2px;
}
.footerlogo{
  height: 100px;
  background: #fff;
  padding: 10px;
  border-radius: 10px;
}

footer ul{
  padding: 0;
  float: right;
  margin-top: 40px;
}
footer ul li{
  list-style: none;
  display: inline;
  margin-left: 30px;
}

footer ul li a{
  transition: 0.5s ease;
  color: #fff;
  font-size: 18px;
}
footer ul li a:hover{
  transition: 0.5s ease;
  color: #ffa726;
}
.middlefooter a{
  color: #fff;
  transition: 0.5s ease;
}
.middlefooter a:hover{
 color:  #ffa726;
 transition: 0.5s ease;
}
.middlefooter h6{
  color:rgba(253, 249, 249, 0.8);
}
.topfooter{
  border-bottom: 1px solid #c5c5c5;
  padding-bottom: 30px;
}
.middlefooter h5{
  color: #fff;
}
.middlefooter p{
  color: #fff;
}
.middlefooter{
  padding: 30px 0 10px;
  border-bottom: 1px solid #c5c5c5;
}
.footerdiv{
  display: flex;
}
.leftside i{
  color: #fff;
  background-color: rgb(33, 33, 37);
  padding: 10px;
  border-radius: 32px;
  margin-right: 15px;
}

.footerdiv:hover .leftside i{
  color:  #ffa726;
  transition: 0.5s ease;
}

.copyright p{
  color: #fff;
  margin-top: 20px;
}

  .flex-vertical {
    overflow-x: hidden !important;
  }

@media screen and (max-width:1800px){
  .workinghours p{
    font-size: 17px;
  }
}

@media screen and (max-width:1600px){
  .toptext h1{
    font-size: 2rem;
  }
 .workinghours{
  width: 24%;
  margin-left: 72%;
 }
 .icon-container-alt{
  width: 19%;
 }
}

@media screen and (max-width:1500px){
   .icon-container-alt{
  width: 20%;
 }
 .flex-vertical{
  margin-bottom: 30px;
 }
 .toptext {
  padding: 60px 0 40px;
}
.btnshape {
  width: fit-content;
  background: #134867;
  padding: 5px 20px;
  border-radius: 36px;
  color: #fff;
  box-shadow: 0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;
  margin-bottom: 14px;
}
p{
  font-size: 16px;
}
h3{
  font-size: 26px;
}
.testimonials p {
  font-size: 15px;
}
.aboutdoctors p, .abouthospital p, .process-text-con p{
  font-size: 15px;
  margin-bottom: 2px;
}
}

@media screen and (max-width:1400px){
 .workinghours{
  width: 26%;
  margin-left: 72%;
 }
 .countercard h5{
  font-size: 18px;
 }
 .countercard h3 {
  margin-bottom: 7px;
}
}
@media screen and (max-width:1300px){
 .workinghours{
  width: 29%;
  margin-left: 70%;
 }
 .countercard {
  padding: 30px 11px 5px;
}
.countercard p{
  font-size: 15px;
}
}
.abouthospital img{
  border-radius: .75rem;
}

@media screen and (max-width:1199px){
  .workinghours{
  width: 100%;
  margin-left: 0%;
  position: relative;
  margin-top: 0;
 }
  .countercard {
    padding: 30px 17px 10px;
    margin-bottom: 20px;
  }
    .countercard p {
    font-size: 17px;
  }
   .countercard h5 {
    font-size: 20px;
  }
    .aboutdoctors p, .abouthospital p, .process-text-con p {
    font-size: 16px;
    margin-bottom: 6px;
  }
  .aboutdoctors img{
    margin-top: 20px;
  }
  .abouthospital img{
 margin-bottom: 20px;
}
.testimonials img{
  margin-bottom: 20px;
}
section{
  overflow: hidden;
}
html{
  overflow-x: hidden !important;
}
}


@media screen and (max-width:991px){
  footer ul li{
    margin-left: 10px;
  }
  footer ul li a{
  font-size:16px;
}  p {
    font-size: 16px;
  }
  .workinghours h4 {
  font-size: 17px;
}
.workinghours ul li,   .workinghours p {
  font-size: 15px;
}
 .toptext h1 {
    font-size: 1.8rem;
  }
}


@media screen and (max-width:767px){
    .toptext {
    padding: 35px 0 20px;
  }
  .btnshape{
    font-size: 15px;
  }
    .toptext h1 {
    font-size: 24px;
  }
    p {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .btn1, .btn2{
    font-size: 15px;
    padding: 5px 10px;
  }
  .btn2{
    margin-left: 10px;
  }
    .flex-vertical {
    margin-bottom: -6px;
    margin-top: -15px;
  }
    .countercard {
    padding: 19px 15px 4px;
    margin-bottom: 10px;
  }
   .countercard h3 {
    margin-bottom: 2px;
  }
   .countercard h5 {
    font-size: 17px;
  }  .countercard p {
    font-size: 15px;
  }
  .counter {
  padding-bottom: 30px;
}
  h3 {
    font-size: 23px;
  }
  .aboutdoctors p, .abouthospital p, .process-text-con p{
    font-size: 15px;
  }
  .aboutdoctors {
  padding-bottom: 35px;
}
.abouthospital {
  padding: 35px 0;
}
.missionsection {
  padding: 31px 0 15px;
}
.processul {
  padding: 0;
}
.missionsection li{
  margin-right: 0;
  padding: 10px 15px;
}
.process-img-sec figure {
  width: 60px;
  height: 60px;
}.process-text-con {
  padding-left: 10px;
}
.testimonials {
  padding: 33px 0;
}
.testimonialcard h3 {
  font-size: 17px;
}
.missionsection li h4 {
  font-size: 20px;
}
footer ul li{
  display: block;
}
footer ul{
  float: left;
  margin-top: 20px;
}
.topfooter{
  padding-bottom: 9px;
}
.middlefooter {
  padding: 21px 0 10px;
}
} 


/*ABout Page*/

.banner{
  padding: 120px 0 20px;
  position: relative;
  background: url('../images/banner.webp');
  background-size: cover;
  background-position: center;
}
.banner::before{
 content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, #fff0, #000000e3);
  top: 0;
}
.banner h1{
  color: #fff;
  text-transform: uppercase;
  font-size: 36px;
}

.aboutleftside img{
  border: 2px solid #134867;
  border-radius: 20px;
  height: 170px;
}
.aboutdiv {
    display: flex;
    align-items: flex-start; 
    gap: 40px; 
    height: 100%;
}

.aboutleftside {
    flex: 0 0 auto; 
}

.aboutrightside {
    display: flex;
    flex-direction: column;
    justify-content: flex-end; 
    height: 100%;
}
.aboutdoctorpage{
  padding: 60px 0 40px;
}
.aboutrightside h2{
  font-size: 30px;
}
.aboutrightside p{
  font-size: 20px;
}
.aboutdoctorpage .mt-30{
  margin-top: 30px;
}
.aboutsidebar .card{
  box-shadow: 0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a;
  background-color: rgb(19, 72, 103);
  margin-bottom: 15px;
  border:2px solid #fff;
  border-radius: 5px;
}
.aboutsidebar .card h3{
 color: #fff;
  font-size: 18px;
  font-weight: 500;
  padding: 10px 20px 2px;
}
.aboutdoctorpage p{
  font-size: 17px;
}
.aboutrightside p{
  margin-bottom: 0;
}

@media screen and (max-width:1500px){
  .aboutsidebar .card h3{
    font-size: 17px;
  }
}
@media screen and (max-width:1300px){
  .aboutsidebar .card h3{
    font-size: 16px;padding: 10px 12px 3px;
  }
}

@media screen and (max-width:1199px){
  .aboutdoctorpage p {
  font-size: 16px;
}
  .aboutsidebar .card h3 {
    font-size: 14px;
    padding: 10px 6px 3px;
  }
  .banner h1{
    font-size: 26px;
  }
}
@media screen and (max-width:767px){
  .aboutdoctorpage p {
  font-size: 15px;
}
  .aboutsidebar .card h3 {
    font-size: 15px;
    padding: 10px 10px 3px;
  }
  .banner h1{
    font-size: 20px;
    line-height: 30px;
  }
  .banner {
  padding: 50px 0 7px;
}.aboutdoctorpage {
  padding: 30px 0 25px;
}
.aboutdiv{
  display: block;
}
.aboutleftside{
  display: block;
  margin-bottom: 10px;
}
.aboutrightside h2 {
  font-size: 22px;
}
.aboutrightside p {
  font-size:16px;
}.aboutdoctorpage .mt-30 {
  margin-top: 10px;
}
.aboutsidebar .card{
  margin-bottom: 8px;
}
.aboutrightside{
  display: block;
}
}

/*Services*/
.servicesection{
  padding: 60px 0;
}
.servicesection img{
  border-radius: 10px;
}
.servicesection .topspace20{
  margin-top: 25px;
}
.servicesection h4{
  font-size: 24px;
  margin: 20px 0 15px;
}
.whychoose .btnshape {
  background: #ffa726;
}
.whychoose h5{
  color: rgb(115, 115, 115);
  font-weight: normal;
    font-size: 19px;
    margin-bottom: 30px;
}
.whychoose{
  background-color: #f9f9f9;
  padding: 60px 0;
}
.whychoose .card{
  box-shadow: 0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;
  padding: 20px 20px 5px;
  border-radius: 10px;
}
.whychoose .card h5{
  color: #000;
  font-weight: 600;
  margin-bottom: 5px;
}
.whychoose .card p{
  font-size: 16px;
}

.whyshould{
  padding: 60px 0;
  background: #fff;
}
.whyshould .card{
  box-shadow: 0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;
  padding: 20px 30px 5px;
  border-radius: 10px;
}
.whyshould ul li, .servicesection ol li{
  font-size: 18px;
  color: rgb(115, 115, 115);
  line-height: 1.7;
}
.whyshould p{
  margin-bottom: 5px;
}
.whyshould ul, .servicesection ol {
  padding-left: 30px;
}
.whyshould h4{
  font-size: 20px;
}

.orthobio .card{
   min-height: 300px !important;
}
.arthroscopecard, .arthroscopecard2{
   min-height: 330px !important;
}

.circle{
  box-shadow: 0 4px 6px -1px #0000004f,0 2px 4px -2px #0000001a;
  width: 60px;
  height: 60px;
  background: #134867;
  border-radius: 100px;
  line-height: 60px;
  font-size: 22px;
  text-align: center;
  border: 1px solid #fff;
  color: #fff;
  margin-bottom: 20px;
}
.eyetreatmentsection .card{
  padding: 20px 13px 5px;
}
.eyetreatmentsection  h5{
  font-size: 17px;
}
.whychoose .card p {
  font-size: 15px;
}

.eyetreatmentsection3 .card{
  padding: 20px 20px 5px;
  min-height: 440px !important;
}

.comprehensiveeyecare .card{
   min-height: 520px;
}
.opticnerve .card {
   min-height: 430px;
}
.glaucoma .card {
    min-height: 300px;
  }
@media screen and (max-width:1600px){
  .whychoose .card{
    min-height: 185px;
  }
  .whyshould .card{
    min-height: 270px;
  }
.arthroscopecard2{
   min-height: 360px !important;
}
.comprehensiveeyecare .card{
   min-height: 520px;
}

  .opticnerve .card {
    min-height: 460px;
  }
  .glaucoma .card {
    min-height: auto;
  }
}



@media screen and (max-width:1500px){
   .whyshould ul li{
    font-size: 16px;line-height: 1.5;margin-bottom: 5px;
  }
    .whyshould .card {
    min-height: 230px;
  }  .orthobio .card{
   min-height: 260px !important;
}
.arthroscopecard, .arthroscopecard2 {
  min-height: 300px !important;
}
.eyetreatmentsection3 .card {
  min-height: 365px !important;
}
  .comprehensiveeyecare .card {
    min-height: 470px !important;
  }
    .opticnerve .card {
    min-height: 390px;
  }
  .glaucoma .card {
    min-height: 280px;
  }
}

@media screen and (max-width:1400px){
    .whyshould .card {
    min-height: 260px;
  }  .eyetreatmentsection3 .card {
    min-height: 400px !important;
  }
  .orthobio .card{
   min-height: 280px !important;
}  .arthroscopecard, .arthroscopecard2 {
    min-height: 323px !important;
  }
  .eyetreatmentsection2 .card{
    min-height: 257px;
  }
   .opticnerve .card {
    min-height: 410px;
  }
  .glaucoma .card {
    min-height: auto;
  }
}
@media screen and (max-width:1300px){
     .whyshould .card {
    min-height: 300px;
  } .eyetreatmentsection3 .card {
    min-height: 418px !important;
  }
  .whyshould .card{
    padding: 20px 20px 5px;
  } 
  .whychoose .card{
    padding: 20px 17px 5px;
  }
  .arthroscopecard2{
    
  }

  .eyetreatmentsection .card{
  padding: 20px 10px 5px;
}
.eyetreatmentsection  h5{
  font-size: 17px;
}
.whychoose .card p {
  font-size: 14px;
}
 .comprehensiveeyecare .card {
    min-height: 490px !important;
  }
    .opticnerve .card {
    min-height: 410px;
  }
  .glaucoma .card {
    min-height: auto;
  }
}

@media screen and (max-width:1199px){
  .whychoose .card, .whyshould .card{
    margin-bottom: 20px;
    min-height: auto;
  }.orthobio .card, .arthroscopecard, .arthroscopecard2{
   min-height: auto !important;
}  .eyetreatmentsection3 .card {
    min-height: auto !important;
  }
  .servicesection img{
    margin-top: 30px;
  }
   .comprehensiveeyecare .card, .opticnerve .card, .glaucoma .card {
    min-height: auto !important;
  }
}

.mb-22{
    margin-bottom:20px;
}

@media screen and (max-width:767px){
  .servicesection {
  padding: 25px 0;
}
.servicesection h4 {
  font-size: 20px;
  margin-bottom: 7px;
}
.whychoose {
  padding: 26px 0;
}
.whychoose h5{
  margin-bottom: 20px;
  line-height: 1.5;
  font-size: 16px;
}
 .whychoose .card {
    padding: 13px 17px 5px;
  }
    .whychoose {
    padding: 26px 0 15px;
  }
  .whyshould {
  padding: 30px 0 15px;
}
}

.servicesection b, .whyshould b{
  color: #000;
}

.eyetreatmentservice h4{
  margin-top: 0;
}