
/*@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');*/

/*body{*/
/*     font-family: "Barlow", sans-serif;*/
/*     color: #000000b5;*/
/*     overflow-x: hidden!important;*/
/*}*/


@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,700;1,500;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,500;0,700;1,500;1,700&display=swap');
body{
     font-family: "Montserrat", sans-serif;
     color: #1A1A1A;
     overflow-x: hidden!important;
}

h2{
    font-size: 34px;
}
.wd36{
        width: 36px;
}
/*.montserrat-<uniquifier> {*/
  /*font-family: "Montserrat", sans-serif;*/
/*  font-optical-sizing: auto;*/
/*  font-weight: <weight>;*/
/*  font-style: normal;*/
/*}*/
.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 9px;
    height: 8px;
    border-radius: 50%;
  
}
.pt10{
    padding-top: 10px;
}

.pd10{
    padding: 10px 0px;
}
.fr{
    float: right;
}
nav.navbar.navbar-expand-lg.navbar-light.bk {
    background: linear-gradient(to right, #fff 38%, #087A47 61%, #095C37 180%);
    /*background: linear-gradient(to right, #fff 38%, #095C37 61%, #087A47 77%);*/
        padding: 0px 0px;

}
.colwht{
    color: #fff;
}
:root {
  --background-color: #f1f1f1;
  --hover-color: rgb(102, 40, 245);
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: 0;
}
a {
  text-decoration: none;
}
ul,
ol {
  list-style-type: none;
}

/*.container {
  width: 1190px;
  margin: 0 auto;
}
*/
.row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.logoimg {
    width: 320px;
    margin-bottom: -35px;
    margin-top: -49px;
    z-index: 9999;
    position: relative;
}
.logo a {
  font-size: 20px;
  font-weight: 700;
  color: #353535;
  text-transform: uppercase;
}

/* normal menu css */

.main_menu > ul > li {
  display: inline-block;
  position: relative;
  margin: 0 -2px;
}
.main_menu ul li {
  position: relative;
}

.main_menu ul li a {
    font-size: 13px;
    color: #353535;
    padding: 10px 0px 10px 35px;
    /*padding: 20px 15px;*/
    display: block;
    font-weight: 400;
}

/* Normal Dropdown menu */
.main_menu ul li ul {
  width: 250px;
  background: #fff;
  transition: 0.5s;
  /*box-shadow: 0px 5px 15px 0px rgba(212, 201, 201, 0.75);*/
  box-shadow: 2px 1px 8px 0px rgb(212 201 201 / 75);
}

.main_menu ul li ul li a {
  padding: 10px 25px;
  font-size: 13px;
  height: 53px;
  display: flex;
  align-items: center;
  gap: 0px;
}
.main_menu ul li ul li a i {
  float: right;
}

.main_menu ul li ul li ul {
  left: 100%;
  top: 0;
}

/* mega menu css */
.mega_menu_dropdown {
  position: static !important;
}
.mega_menu {
  left: 0;
  right: 0;
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  transition: 0.5s;
  box-shadow: 0px 5px 15px 0px rgba(212, 201, 201, 0.75);
}
.mega_menu_item {
  width: 25%;
  padding: 30px 20px;
}
.main_menu ul li .mega_menu_item a {
  padding: 10px 0;
}

.main_menu ul li .mega_menu_item a:hover {
  color: var(--hover-color);
}
.mega_menu_item h3 {
  margin-bottom: 15px;
}
.mega_menu_item img {
  width: 100%;
}

/* demo_2 css */
.mega_menu_demo_2 .mega_menu {
  left: 50%;
  transform: translateX(-50%);
  width: 1140px;
}

.mobile_btn {
  display: none;
}

/* responsive css */
@media (min-width: 992px) and (max-width: 1199.98px) {
  .container {
    width: 960px;
  }
  .mega_menu_demo_2 .mega_menu {
    width: 940px;
  }
  .main_menu ul li ul {
    width: 150px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .container {
    width: 720px;
  }
  .mega_menu_demo_2 .mega_menu {
    width: 700px;
  }
  .main_menu ul li a {
    font-size: 13px;
    padding: 20px 16px;
  }
  .main_menu ul li ul {
    width: 150px;
  }
}
@media (min-width: 768px) {
  .main_menu ul li ul {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    margin-top: 50px;
  }
  .main_menu ul li .mega_menu {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    margin-top: 50px;
  }
  .main_menu ul li:hover > ul {
    visibility: visible;
    opacity: 1;
    /*margin-top: 25px;*/
    margin-top: 0px;
    z-index: 99;
  }
  
  .semibtm ul li:hover > ul {
    margin-top: 0px;
  }
  
  .main_menu ul li:hover > .mega_menu {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
    z-index: 99;
  }
}

@media (max-width: 767.98px) {
  .mega_menu_demo_2 .mega_menu,
  .container {
    width: 100%;
  }

  nav {
    padding: 15px;
  }
  .mobile_btn {
    cursor: pointer;
    display: block;
  }

  .main_menu {
    display: none;
    width: 100%;
  }

  .main_menu ul li {
    display: block;
  }
  .main_menu ul li a i {
    float: right;
  }
  .main_menu ul li a {
    border-bottom: 1px solid #ddd;
  }
  .main_menu ul li ul {
    width: 100%;
  }
  .main_menu ul li ul li ul {
    left: 0;
    top: auto;
  }

  .mega_menu .mega_menu_item {
    width: 50%;
  }
  .main_menu ul li ul {
    display: none;
    transition: none;
  }
  .main_menu ul li .mega_menu {
    display: none;
    transition: none;
  }

  .mega_menu_demo_2 .mega_menu {
    transform: translateX(0);
  }
}

@media (max-width: 575.98px) {
  .mega_menu .mega_menu_item {
    width: 100%;
  }
}
.fa-angle-down:before {
    content: "\f107";
    font-size: 10px;
}
.callimg{
        width: 63px;
        padding-left: 10px;
}
ul.fr {
    margin-bottom: 0px;
}
a.nav-link.colwht {
    padding: 8px 17px;
    font-size: 15px;
}
.whtcol{
    color: #fff;
}
.main_menu ul li a {
    font-size: 13px;
    color: #353535;
    padding: 10px 0px 10px 35px;
    /*padding: 10px 15px;*/
    display: block;
    font-weight: 400;
}

.pr0{
    padding-right: 0px;
}
.ptb {
    padding: 0px 0px;
}
.justify{
    text-align: justify;
}
.ablink {
    background: #5c5c5c;
    padding: 14px;
    border-radius: 50%;
    height: 43px;
    width: 43px;
    position: absolute;
    padding: 0p;
    margin-top: -9px;

    margin-right: -2px;
     margin-left: 12px;
}
a.about {
    border: 1px solid grey;
    border-radius: 40px;
    width: 28%;
    /*padding: 0px 0px 0px 25px;*/
    padding: 12px 55px 12px 25px;
    font-size: 15px;
    color: #3a3a3a;
    font-weight: 600;
}
.pr65{
        padding: 0px 65px 0px 0px;
}
.gr{
    color: #095C37;
}
.p100{
    padding: 100px 0px;
}
.vid {
    width: 47px;
    margin-left: -30px;
    box-shadow: 2px 3px 12px 0px #80808054;
    border-radius: 54%;
}
.pd16{
        padding: 16px 0px;
}
p{
        font-size: 15px;
}
.gradi{
    background: #e6e6e67d;
    
}
.grybck {
    background: linear-gradient(90deg, #087A47 45%, #095C37 219%);
    /*background-image: linear-gradient(to right, #095C37, #087A47);*/
}
.hd{
color: #fff;
}
.grwht{
    color: #fff;
}
.colwht{
    color: #fff;
}
.abimg{
    width: 70px;
}
.mt10{
    margin-top: 10px;
}
.mt5{
    margin-top: 5px;
}

.box {
    background: #fff;
    padding: 10px 19px;
    border-radius: 12px;
    width: 232px;
 box-shadow: 2px 1px 8px 0px rgb(212 201 201 / 62%);
}
.wdth {
    margin-left: 120px;
    margin-top: 40px;
}
.box:hover {
    /*background: linear-gradient(101deg, #095C37 0%, #087A47 100%);*/
    background: #095C37;
    padding: 10px 19px;
    border-radius: 12px;
    width: 232px;
    color: #fff!important;
}
.overlay {
    float: right;
}
.width100{
    width: 100%;
}

.vl {
  border-left: 6px solid green;
  height: 500px;
}
.spicon {
    width: 40px;
    position: absolute;
    top: -24px;
    margin-left: -59px;
}
button.carousel-control-next.lr {
    opacity: 1;
    margin-top: -33%;
    margin-left: 30px;
    margin-right: -2%;
    color: #095C37;
}
.carousel-control-next, .carousel-control-prev {
    width: 8%;
}
.sprg {
        font-size: 31px;
}
.splg {
    font-size: 31px;
    color: #095C37;
}
button.carousel-control-prev.lf {
    opacity: 1;
    margin-top: -33%;
    margin-left: 89%;
}
.spbutimg {
    width: 44px;
    margin-left: 24px;
}
a.spbut {
    border: 2px solid #095C37;
    border-radius: 38px;
    width: 90%;
    padding: 0px 0px 0px 24px;
    font-size: 14px;
    margin-left: 8px;
    color: #3a3a3a;
    font-weight: 600;
}
a.spdrbtn {
    border: 2px solid #095C37;
    border-radius: 38px;
    width: 43%;
    padding: 0px 0px 0px 0px;
    font-size: 14px;
    margin-left: 8px;
    color: #3a3a3a;
    font-weight: 600;
    float: right;
}
.spbutbtn {
    width: 33px;
    margin-left: 0px;
}
h5 {
    font-size: 18px;
}
.imglf{
    width: 35px;
}
.ptb5 {
    padding: 10px 0px;
    border-bottom: 2px solid #087A47;
    color: #087A47;
    margin-bottom: 10px;
}

.ptb5p {
    padding: 15px 0px 0px 0px;
   
    color: #095C37;
}
.imglr{
    width: 35px;
}
.spbox {
    padding: 0px 4px;
}
.sppbox {
    /* padding: 0px 13px; */
        margin: 0px 12px;
    background: #fff;
    border-radius: 12px;
      box-shadow: 2px 1px 8px 0px rgb(212 201 201 / 75);
}
.sppbox1 {
     padding: 0px 13px; 
 
 
}


.spcontent {
    border-right: 2px solid #8080806b;
    height: 275px;
    padding: 0px 30px 0px 0px;
    
}
ul {
    padding: 0px;
    }
.bkgrey
{      background: #f4f1e9;
}
.p54 {
        padding: 40px 0px 40px 0px;
}
.upevent {
    background: #e6e6e6;
    padding: 11px 16px;
    margin-left: 19px;
    border-radius: 10px;
    margin-top: 65px;
}
.bkfooter{
    background: #e4e4e4;
    margin-top: -21px;
  /*    background-image: url("http://venturezenith.com/nepalmedicti/images/img/fot.webp");*/
  /*     background-repeat: no-repeat;*/
  /*background-size: cover;*/
}
.bkaward {
    background-image: url(https://vertexeyecare.in/lilavatihospital/images/westand.jpg);
    background-repeat: no-repeat;
    background-size: cover;

}

.tab {
  overflow: hidden;
/*  border: 1px solid #ccc;*/

}

.tab button {
    background-color: #ffffffa1;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 2px 24px;
    transition: 0.3s;
    border: 2px solid #095C37;
    font-size: 16px;
    border-radius: 15px;
    margin: 8px;
}

.tab button:hover {
    background-color: #095C37;
    color: #fff;
}

/* Create an active/current tablink class */
.tab button.active {
    background-color: #095C37;
    color: #fff;
    border-radius: 18px;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;

  border-top: none;
}
.mt30{
    margin-top: 30px;
}
button.carousel-control-next.lrs {
    opacity: 1;
    margin-top: -44%;
    margin-left: 30px;
    margin-right: -2%;
}
button.carousel-control-prev.lfs {
    opacity: 1;
    margin-top: -44%;
    margin-left: 90%;
}
button.carousel-control-prev.blogl {
    opacity: 1;
    margin-top: -71%;
    margin-left: 87%;
}
p.date {
    margin-bottom: 0px;
}
.boxright {
    border-radius: 8px;
 height: 448px;
    overflow: scroll;

    overflow-x: hidden;
        margin-top: 15px;
}
img.width100.awardimg {
    width: 225px;
    margin: 15px 12px;
    box-shadow: 2px 3px 12px 0px #80808054;
}
.mt45{
    margin-top: 40px;
}
.mt19{
        margin-top: -19px;
}

::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 

}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #095C37; 
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #5c5c5c; 
}
.grn {
    color: #087A47;
        margin-bottom: 2px;
}
.pr5{
    padding-right: 5px;
    width: 18px;
}
.colblue{
    background: linear-gradient(90deg, rgb(0 143 213 / 91%) 0%, rgb(122 42 144) 13%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
        /*color: #087A47; */
        margin-bottom: 10px;
        letter-spacing: 4px;
}
button.carousel-control-next.blogr {
    opacity: 1;
    margin-top: -71%;
    margin-left: 30px;
    margin-right: 0%;
}
.pspbox {
    padding: 35px;
    /*border-radius: 0px 0px 12px 12px;*/
}
.pspbox1 {
    padding: 18px 30px;
    /*border-radius: 0px 0px 12px 12px;*/
}
.borright{
    border-right: 2px solid #adb5bd6e;
}
.carousel-indicators.dot {
    /* margin-top: 54px; */
    bottom: -75px;

}
.blogbox {
    /* background: #fff; */
    padding: 11px 0px;
    border-radius: 0px 0px 12px 12px;
}
a.blog {
    border: 1px solid grey;
    border-radius: 40px;
    width: 49%;
    padding: 10px 55px 9px 25px;
    font-size: 15px;
    color: #3a3a3a;
    font-weight: 600;
    margin-left: 13px;
}

.bloglink {
    background: #5c5c5c;
    padding: 14px;
    border-radius: 50%;
    height: 43px;
    width: 43px;
    position: absolute;
    padding: 0p;
    margin-top: -11px;
    margin-right: -2px;
    margin-left: 40px;

}
    a.storbut {
    border: 2px solid #095C37;
    border-radius: 38px;
    width: 110%;
    padding: 0px 0px 0px 35px;
    font-size: 14px;
    color: #3a3a3a;
    font-weight: 600;
}
.row.fright {
    float: right;
}

.mt40{
    margin-top: 20px;
}
.blogdate {
    background: #fff;

    text-align: center;
    padding: 15px 0px;
    border-radius: 9px;

}
.mb0{
    margin-bottom: 4px;
}
.hdbox {
    background: #095C37;
    color: #fff;
    width: 177px;
    text-align: center;
    margin-top: -26px;
    border-radius: 25px;
    padding: 4px 0px;
    position: absolute;
    margin-left: 20px;
}
.up{
    font-size: 14px;
}
.hori{
        width: 311px;
    margin-left: 10px;
    color: #087A47;
    height: 0px;
}
.footlink{
    font-size: 13px;
    color:#adb5bd;
}
.grfoot{
        color: #095C37;
}
.footlinknum{
   font-size: 21px;
    color:#adb5bd;
}
.socialicon{
    width: 35px;
}
.mt50{
    margin-top: 10px;
        font-size: 20px;
}
.mt63{
        margin-top: -63px;
}
hr.con {
  
        border: 1px solid  #adb5bd;
}
p.wht.footlink.mb10 {
    margin-bottom: 0px;
}
.bkbot {
    background: #222;
    padding: 0px 0px 30px;
    
    /*border: 1px solid #2b2a29;*/
}
.spbox {
  opacity: 1;
  display: block;
 
}

.overlay {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    /* top: -3%; */
    left: 31%;
    margin-top: -83px;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}
.overlay1 {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    /* top: -3%; */
    left: 65%;
    margin-top: -83px;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}
.spbox:hover .overlay1 {
    opacity: 1;
    color: #fff;
    padding: 61px 63px;
    width: 45%;
}

.overlay2 {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    /* top: -3%; */
    left: 99%;
    margin-top: -83px;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}
.spbox:hover .overlay2 {
    opacity: 1;
    color: #fff;
    padding: 61px 63px;
    width: 45%;
}

/*.boxstori:hover .middle {
  opacity: 1;
    background: rgba(76, 175, 80, 0.6);
}*/
.spbox:hover .overlay {
    opacity: 1;
    color: #fff;
    padding: 61px 63px;
    width: 45%;
}

.images {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    /* top: -3%; */
    left: 50%;
    margin-top: -180px;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

/*.boxstori:hover .middle {
  opacity: 1;
    background: rgba(76, 175, 80, 0.6);
}*/
.boxstori:hover .middle {
    opacity: 1;
    color: #fff;
    padding: 61px 63px;
    width: 45%;
        background: #095C379c;
   
}
.text {
  background-color: #04AA6D;
  color: white;
  font-size: 16px;
  padding: 16px 32px;
}
.vdimg{
    width: 70px;
}

#feedback1 {
    height: 0px;
    width: 75px;
    position: fixed;
    right: 24px;
    top: 43%;
    z-index: 1000;
}
.icon1{
        width: 45px;
}
.icon2{
        width: 45px;
}
#feedback1 a {
  display: block;

  height: 52px;
  padding-top: 10px;
  width: 155px;
  text-align: center;
  color: #fff;
  /*font-family: Arial, sans-serif;*/
  font-size: 17px;
  font-weight: bold;
  text-decoration: none;
}
#feedback {
    height: 0px;
    width: 75px;
    position: fixed;
    right: 24px;
    top: 36%;
    z-index: 1000;
    
}
#feedback a {
  display: block;

  height: 52px;
  padding-top: 10px;
  width: 155px;
  text-align: center;
  color: #fff;
  /*font-family: Arial, sans-serif;*/
  font-size: 17px;
  font-weight: bold;
  text-decoration: none;
}
#feedback a:hover {

}
a.blog:hover {
        border: 2px solid #095C37;
   
    color: #fff;

    background: #095C37;
}
a.storbut:hover {
   
    color: #fff;
    background: #095C37;
}
a.spdrbtn:hover {
   
    background: #095C37;
    color: #fff;
}

a.about:hover {
    
    color: #ffffff;
    border: 2px solid #095C37;
    background: #095C37;
}

.main_menu ul li ul li a:hover {
    padding: 10px 25px;
    font-size: 13px;
    color: #fff;
    background: #095C37;
}
.cntrbck li a:hover {
   
    color: #095C37!important;
    background: #fff!important;
}
.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}
header#myHeader {
    position: fixed;
    width: 100%;
    background: #fff;
    z-index: 9999;
}
.vdmt{
        padding: 0px;
    /*margin-top:150px;*/
}
.firstbox {
        width: 100%;
            margin-top: 40px;

}
.rightbox {
    width:102%;
    margin-top: 40px;
}

.cnth2 {
    text-align:center;
}

.box3 {
    background: #fff;
    padding: 10px 19px;
    border-radius: 12px;
    /* width: 232px; */
    box-shadow: 2px 1px 8px 0px rgb(212 201 201 / 62%);
}
.box3:hover {
    background: #087A47;
    padding: 10px 19px;
    border-radius: 12px;
    color: #fff;
}
.bullet ul {
    list-style: disc;
    margin-left: 20px;
}




.gap{
        padding-right: 0px;
    padding-left: 0px;
}
.card-wrapper {
  margin-bottom: 30px;
      padding-left: 0px;
    padding-right: 0px;
}
.card-image .card .card-img-wrapper {
  height: 100%;
}
.card-image .card .card-body {
  display: none;
}
.card-image-title-description .card .card-img-wrapper {
  max-height: 160px;
}
.card-image-title-description .card {
  position: relative;
  min-height: 140px;
  border-radius: 0px;
      border: 0px solid!important;
}
.card-image-title-description .card .card-body {
  height: auto;
  position: relative;
  top: 0;
  margin-bottom: -70px;
}
.card-image-title-description .card:hover .card-body {
  top: -70px;
}
.card-image-title-description .card .card-body .card-title {
  margin-bottom: .75rem;
}
.card {
  display: inline-block;
  position: relative;
  overflow: hidden;
  min-height: 400px;
  height: 100%;
}
.card:hover {
  /*box-shadow: 8px 12px 31px -10px #ab98ab;*/
}
.card-img-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50%;
  overflow: hidden;
}
.card-img-wrapper img {
  transition: 1.5s ease;
}
.card:hover .card-img-wrapper img {
  transform: scale(1.15);
}
.card-body .card-title {
  margin-bottom: calc(50% + 20px);
  transition: 0.5s ease;
}
.card:hover .card-body .card-title {
  margin-bottom: .75rem;
}

.card-body {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50%;
  background-color: #fff;
  transition: 0.5s ease;
}
.card-content {
  left: 0;
  right: 0;
  overflow: hidden;
  width: 100%;
  height: auto;
  transition: 1.5s ease;
}
.card:hover .card-body {
  height: 80%;
}
.card:hover .card-content {
  bottom: 0;
}
.card-img, .card-img-top {
 
    margin-bottom: 5px;
    margin-top: 20px;
}
hr {
        color: #fff;
    border-top: 2px solid;
}
.card-text:last-child {
    margin-bottom: -12px;
}

.aa {
    width: 91%;
    padding: 86px 20px 60px 120px;
    /*padding: 55px 20px 20px 120px;*/

}
.aaa {
    width: 85%;
        padding: 90px 13px 56px 68px;
    /*padding: 55px 13px 20px 68px;*/
}
.bckimg {
    background-image: url(http://venturezenith.com/nepalmediciti/images/img/26.webp);
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    height: 153px;
    margin: 0px 36px;
} 
.ptbt {
    padding: 0px 0px 100px 0px;
}
.carousel-indicators [data-bs-target] {
    background-color: #095C37!important;
}
.footer-shape {
    background-size: cover;
    background-position: center;
    height: 48px;
    /* width: 81%; */
    /* margin-left: 9%; */
    width: 100%;
    /*position: absolute;*/
    left: 0;
    bottom: 0;
    z-index: -1;
}
.lgleft {
    background:#E6E6E6;
}
.lgright {
    background:#CCCCCC;
}

.nepalmap {
        width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.pt-182 {
    /*padding-top: 149px;*/
}
.img100 {
    width:100%;
}
.spltybck {
    background: #fff;
    margin-top: -15%;    
    padding: 28px 28px;
    border-radius: 15px;
}
.spltybck h2 {
    color: #095C37;
}

p{
    text-align: justify;
}
.pt25 {
    padding: 12px 0px;
}
#Content1 {
    border-bottom: 1px solid #adb5bd; 
    margin-bottom:10px;
}

#Content2 {
    border-bottom: 1px solid #adb5bd; 
    margin-bottom: 12px;
}

.spltybck li {
    margin: 0;
	padding: 6px 0 6px 24px;
	list-style: none;
	background-image: url("http://venturezenith.com/nmc/images/speciality/bullet.png");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 20px;
	font-size: 15px;
}
.list li {
    list-style: disc;

}
.list ul {
    margin-left: 20px;
}


.sprgt {
    font-size: 18px;
    color: #095C37;
    margin-bottom: 0px;
}
.rgtfrm {
    padding-left: 50px;
    margin-top: -47%;
    position: sticky;
    height: max-content;
    top: 19%;
    margin-bottom: 5%;
    
    /*padding-left: 50px;*/
    /*margin-top: -22%;*/
    /*position: sticky;*/
    /*height: max-content;*/
    /*top: 30%;*/
    /*margin-bottom: 5%;*/
}

.form-control {
    border-bottom: 1px solid #adb5bd;
    border-top: 0px;
    border-right: 0px;
    border-left: 0px;
    border-radius: 0px;
    padding-left: 0px;
    margin-bottom: 17px;
    font-size: 12px;
}
label {
    font-weight: 600;
}  
.wd96 {
    width: 96%;
    font-weight: normal;
    font-size: 12px;
}
.wd3 {
    width: 3%;
}
.subbtn {
    border-radius: 50px;
    width: 29%;
    background-image: linear-gradient(to right, #087A47, #095C37);
    /*background-image: linear-gradient(to right, #095C37, #087A47);*/
    color: #fff;
    border: none;
    padding: 4px;
    margin-top: 20px;
}


.centered {
  position: absolute;
  top: 47%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.centered h2 {
    color: #fff;
    text-align: center;
}
.centered .gr {
    color: #fff;
}
.drdteial {
    box-shadow: 0px 3px 12px 0px #80808063;
    border-radius: 17px;
}
.grad {
    /*background: linear-gradient(90deg, #087A47 67%, #095C37 169%);*/
    background: #fff;
    height: 93px;
    border-top-left-radius: 17px;
    border-top-right-radius: 17px;
    margin-bottom: 3%;
}
.pt30 {
    padding: 15px;
}
.mt60 {
    margin-top: -60px;
}
.parawd {
    width: 70%;
    text-align: left;
}
.drname {
    padding-left: 50px;
}
.botmcnt {
    padding: 0px 0px 30px 30px;
}
h5 {
    /*color: #095C37;*/
}
.drwhth4 {
    font-weight: 600;
    margin-bottom: 0px;
    color: #fff;
}
.whttext {
    color: #095C37;
}
.parawd p {
    padding-top: 20px;
}
.prt-list.style2 li {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.prt-list-item label {
    display: inline-block;
    font-weight: normal;
}

a.drdtbtn {
    border: 2px solid #095C37;
    border-radius: 38px;
    width: auto;
    padding: 0px 22px 0px 0px;
    font-size: 14px;
    margin-left: 0px;
    color: #3a3a3a;
    font-weight: 600;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}
a.drdtbtn:hover {
    background: #095C37;
    color: #fff;
}
.mb50 {
        margin-bottom: 105px;
}
.drrgwht {
    background: #fff;
    margin-top: 0%;
    margin-bottom: 30px;
}
.txtleft p {
    text-align: left;
    margin-bottom: 6px;
}
.overflow {
        height: auto;
    overflow-y: auto;
    padding-right: 20px;
}
.pl60 {
    padding-left: 0px; 
    padding-right: 30px;
    /*padding-left: 60px;*/
}
.drvideo {
    margin: 0px 12px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 2px 1px 8px 0px rgb(212 201 201 / 75);
    margin-bottom: 20px;
}
.drpbox {
    padding: 2px 15px;
    /* border-radius: 0px 0px 12px 12px; */
    margin-top: 29%;
}
.playicn {
    width: 13%;
    margin-left: auto;
    margin-right: auto;
    display: flow;
    margin-top: -40%;
}
.pt20 {
    padding-top: 20px;
}
.subh5 {
    padding: 8px 0px;
    color: #087A47;
    text-align: center;
}
.carousel-indicators.subspdot {
        bottom: -33px!important;
}
.subpltybck {
    background: #fff;
    margin-top: -50%;
    padding: 28px 28px;
    border-radius: 15px;
}
.subrgtfrm {
    padding-left: 50px;
    margin-top: 3%;
    position: sticky;
    height: max-content;
    top: 30%;
    margin-bottom: 5%;
}
.subpltybck li {
    margin: 0;
    padding: 6px 0 6px 24px;
    list-style: none;
    background-image: url(http://venturezenith.com/nepalmediciti/images/speciality/bullet.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 20px;
    font-size: 15px;
}
.subpltybck h2 {
        color: #095C37;
}
.pt100 {
    padding: 100px 0px;
}
.img-fluid {
    max-width: 40px;
}
.mr-15 {
    margin-right: 15px;
}

.sppt5 {
    padding: 8px 0px;
    font-size: 18px;
    color: #095C37;
}
.sppt5 a {
    color: #095C37;
}
.sprm {
    border: 1px solid grey;
    border-radius: 40px;
    width: 47%;
    padding: 10px 55px 9px 25px;
    font-size: 12px;
    color: #3a3a3a;
    font-weight: 600;
    margin-left: 13px;
    margin-top: 20px;
    margin-bottom: 10px;
}
.splink {
    background: #5c5c5c;
    padding: 14px;
    border-radius: 50%;
    height: 37px;
    width: 37px;
    position: absolute;
    margin-top: -11px;
    margin-right: -2px;
    margin-left: 25px;
}
a.sprm:hover {
    border: 2px solid #095C37;
    color: #fff;
    background: #095C37;
}
.pb40 .col-md-4 {
    padding-bottom: 40px;
}
.drnm {
    padding: 0px 0px;
    font-size: 22px;
    color: #095C37;
}
.drnm a {
    color: #095C37;
}
.pleft {
    text-align: left;
}
.cpara {
    text-align: center;
}




.overflow-hidden {
 overflow: hidden;
}
.drop-in {
 animation: drop-in 1s ease 200ms backwards;
}

.drop-in-2 {
 animation: drop-in 1200ms ease 500ms backwards;
}

@keyframes drop-in {
 from {
  opacity: 0;
  transform: translateY(-100px);
 }
 to {
  opacity: 1;
  transform: translate(0px);
 }
}
.box h5:hover {
    color: #fff;
}

.addwd {
    width: 1350px !important;
    margin-left: -442%;
    height: 375px;
    overflow-y: scroll;
    overflow-x: hidden;
}
.sphd img {
    width: 30px;
    margin-right: 15px;
}
.prhd {
    border-right: 1px solid #8080803b;
    padding-right: 0px;
}
.pl0 {
    padding-left: 0px;
}
.prohd {
    width: 955px !important;
    margin-left: -313%;
}
.mt23 {
    margin-top: -23px;
}
.centersp {
    margin-top: -138px;
}
.appicon {
    color: #095C37;
    font-size: 26px;
    border: 2px solid #095C37;
    padding: 10px;
    border-radius: 5px;
}

.appicon:hover {
    color: #78308f;
    font-size: 26px;
    border: 1px solid #78308f;
    padding: 10px;
    border-radius: 5px;
}
.cntrbck {
    background: #095C37;
    height: 742px;
}

.fa-play-circle {
    font-size: 42px;
    color: #095C37;
    margin-left: 4px;
    box-shadow: 2px 3px 12px 0px #80808054;
    border-radius: 54%;
}

.pt22 {
        padding-top: 39px;
}


.inner-box:hover .image1 {
    display: none;
}
.inner-box:hover .image2 {
    display: block;
}
.image2 {
    display: none;
}
.inn{
    display: flex!important;

}
figure {
    margin: 0 0 0!important
}

.service:hover {
    border-bottom: 3px solid #095C37;
    background: #dee2e699;
}
.rdbtn {
    border: 1.5px solid #095C37;
    border-radius: 21px;
    width: 100%;
    padding: 5px 0px 6px 15px;
    font-weight: 600;
}
.clrbl .spbtnic:hover {
     background: #fff;
        color: #095C37;
}
.spbtnic {
        width: 31px;
    font-size: 14px;
    float: right;
    margin-top: -5px;
    /* border: 1px solid #fff; */
    border-radius: 64%;
    padding: 8px;
    background: #000000a1;
    height: 31px;
        color: #fff;

}
.clrbl {
        font-size: 13px;
        color:#000000b5;
            width: 50%;
}
.clrbl:hover {
        color:#fff;
}
.rdbtn:hover {
    background: #095C37;
    border: 2px solid #095C37;
}


.spply {
    font-size: 42px;
    color: #fff;
     margin-left: 0px; 
    box-shadow: 2px 3px 12px 0px #80808054;
    border-radius: 54%;
}
.sply {
    width: 13%;
    margin-left: auto;
    margin-right: auto;
    display: flow;
    margin-top: -40%;
}


.drg {
    font-size: 31px;
}
.drgic {
    width: 31px;
    font-size: 14px;
    float: right;
    margin-top: -5px;
    /* border: 1px solid #fff; */
    border-radius: 64%;
    padding: 8px;
    background: #000000a1;
    height: 31px;
        color: #fff;

}
.drgic:hover {
    width: 31px;
    font-size: 14px;
    float: right;
    margin-top: -5px;
    /* border: 1px solid #fff; */
    border-radius: 64%;
    padding: 8px;
    background: #095C37;
    height: 31px;
        color: #fff;

}

.rigfnt {
    font-size: 31px;
}
.rightarr {
    width: 31px;
    font-size: 14px;
    float: right;
    margin-top: 22px;
    /* border: 1px solid #fff; */
    border-radius: 64%;
    padding: 8px;
    background: #095C37;
    height: 31px;
        color: #fff;

}
.rightarr:hover {
    width: 31px;
    font-size: 14px;
    float: right;
    margin-top: 22px;
    /* border: 1px solid #fff; */
    border-radius: 64%;
    padding: 8px;
    background: #000000a1;
    height: 31px;
        color: #fff;

}


.leftarr {
    width: 31px;
    font-size: 14px;
    float: right;
    margin-top: -5px;
    /* border: 1px solid #fff; */
    border-radius: 64%;
    padding: 8px;
    background: #095C37;
    height: 31px;
        color: #fff;

}
.leftarr:hover {
    width: 31px;
    font-size: 14px;
    float: right;
    margin-top: -5px;
    /* border: 1px solid #fff; */
    border-radius: 64%;
    padding: 8px;
    background: #000000a1;
    height: 31px;
        color: #fff;

}


.tophd {
    width: 21px;
        height: 21px;
        margin-top: -5px;

}
.tophd2 {
    width: 35px;
        height: 20px;

        /*margin-top: -5px;*/

}
.midhd {
    border: 1px solid #34a6dd;
    border-radius: 5px;
    padding: 10px !important;
    margin-top: 11px;
    margin-left: 20px;
}
.sndnav ul li a {
    font-weight: 500;
}

.cntrbck li a {
    color: #fff!important;
}

.wd55 {
        width: 27px;
}
.inner-box:hover .image11 {
    display: none;
}
.inner-box:hover .image21 {
    display: block;
}
.image21 {
    display: none;
}
.midhd:hover {
    background: #095C37;
}

.sndnav {
    height: 70px;
}

/*btn css start*/
.vwan {
    font-size: 14px;
    color: #000000b5;
    width: 100%;
        padding-right: 0px;
}
.vwan:hover {
        color:#fff;
}
.abtbtn {
    font-size: 14px;
    color: #000000b5;
    width: 100%;
        padding-right: 0px;
}
.abtbtn:hover {
        color:#fff;
}
.abtbtn .vwbtnic:hover {
    background: #fff;
    color: #095C37;
}
.vwbtn {
    border: 1.5px solid #095C37;
    border-radius: 21px;
    width: 100%;
    padding: 10px 0px 10px 15px;
    font-weight: 600;
}
.vwbtn:hover {
    background: #095C37;
    border: 1.5px solid #095C37;
}
.vwbtnic {
    width: 41px;
    font-size: 14px;
    float: right;
    margin-top: -10px;
    border-radius: 64%;
    padding: 14px;
    background: #000000a1;
    height: 41px;
    color: #fff;
}
.vwan .vwbtnic:hover {
    background: #fff;
    color: #095C37;
}
/*btn css end*/




.ml56 {
    margin-left: 56px;
}
.btnwd55 {
    width:55%;
}

#container {
  border-radius: 12px;
  overflow: hidden;
}
.image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
  /*transform: scale(1.3);*/
  filter: grayscale(1);
  transition: 400ms ease;
}

#container:hover > .image {
  filter: grayscale(0);
  transform: scale(1);
}

.helpgry {
    background: #e6e6e67d;
    margin-top: 8%;
    border-radius: 12px;
}


.cntp {
        text-align: center;
}
.toptab {
    top: -28px;
    position: relative;
        /*top: 43%;*/
    left: 33%;
}
.toptab button {
    background-color: #fff;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 2px 70px;
    transition: 0.3s;
    border: 2px solid #095C37;
    font-size: 20px;
        border-radius: 10px;
    /*border-top-left-radius: 15px!important;*/
    /*border-bottom-left-radius: 15px!important;*/
    margin: 0px;
    height: 59px;
}
.toptab button.active {
    background-color: #095C37;
    color: #fff;
        border-radius: 10px!important;
    /*border-top-left-radius: 15px!important;*/
    /*border-bottom-left-radius: 15px!important;*/
}
.umbanr {
    position: inherit;
    /* left: 50%; */
    transform: translate(8%, -147%);
}
.umbanr h2 {
    color: #fff;
    /*text-align: center;*/
}
.unpara {
     font-size: 27px;
    color: #fff; 
}
.hg554 {
        height: 554px;

}


.spallic img {
    width: 50px;
    margin-right: 20px;
}
.flex {
    display: flex;
}
/*.inner-box:hover .image1 {*/
/*    display: none;*/
/*}*/
/*.inner-box:hover .image2 {*/
/*    display: block;*/
/*}*/
/*.image2 {*/
/*    display: none;*/
/*}*/




























&:nth-child(1) {
		/*background: #1c0c5b;*/
	}
	&:nth-child(2) {
		background: #3d2c8d;
	}
	&:nth-child(3) {
		background: #916bbf;
	}
	&:nth-child(4) {
		background: #c996cc;
	}
	&:nth-child(5) {
		background: purple;
	}
	&:nth-child(6) {
		background: #1c0c5b;
	}
	&:nth-child(7) {
		background: #3d2c8d;
	}
	&:nth-child(8) {
		background: #916bbf;
	}
	&:nth-child(9) {
		background: #c996cc;
	}
	&:nth-child(10) {
		background: purple;
	}
}

@media (prefers-reduced-motion) {
	[data-animation] {
		animation: none;
	}
}

.animation-group {
	display: flex;
	flex-wrap: wrap;
	margin-top: 30px;

	@media screen and (max-width: 420px) {
		display: grid;
		grid-template-columns: repeat(2, auto);
	}

	[data-animation] {

		display: flex;
		flex-direction: column;
		cursor: pointer;

		opacity: 0;
		&.animate {
			opacity: 1;
		}

		.icon {
			font-size: 5em;
			display: flex;
			align-items: center;
			justify-content: center;
			width: 100px;
			height: 100px;
			transition: transform 0.3s ease;
		}

		&:hover {
			

			.icon {
				transform: scale(1.1);
			}
		}

		// animation-duration: 1000ms;

		&:nth-child(1) {
			animation-delay: 100ms;
		}
		&:nth-child(2) {
			animation-delay: 500ms;
		}
		&:nth-child(3) {
			animation-delay: 900ms;
		}
		&:nth-child(4) {
			animation-delay: 1300ms;
		}
	}
}

/* Animations */
:root {
	--animate-duration: 1.5s;
	--animate-delay: 1s;
	--animate-repeat: 1;
}

.animated {
	animation-duration: 1s;
	animation-duration: var(--animate-duration);
	animation-fill-mode: both;
}

@keyframes swing {
	20% {
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg);
	}

	40% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg);
	}

	60% {
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg);
	}

	80% {
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg);
	}

	to {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

.swing {
	-webkit-animation-name: swing;
	animation-name: swing;
	-webkit-transform-origin: top center;
	transform-origin: top center;
}

@keyframes tada {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}

	10%,
	20% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
		transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
	}

	30%,
	50%,
	70%,
	90% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
	}

	40%,
	60%,
	80% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
	}

	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}

.tada {
	-webkit-animation-name: tada;
	animation-name: tada;
}

@keyframes pulse {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}

	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05);
	}

	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}

.pulse {
	-webkit-animation-name: pulse;
	animation-name: pulse;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
}

@keyframes bounce {
	0%,
	20%,
	53%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}

	40%,
	43% {
		-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		-webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
		transform: translate3d(0, -30px, 0) scaleY(1.1);
	}

	70% {
		-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		-webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
		transform: translate3d(0, -15px, 0) scaleY(1.05);
	}

	80% {
		-webkit-transform: translateZ(0) scaleY(0.95);
		transform: translateZ(0) scaleY(0.95);
		-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}

	90% {
		-webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
		transform: translate3d(0, -4px, 0) scaleY(1.02);
	}
}

.bounce {
	-webkit-animation-name: bounce;
	animation-name: bounce;
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
}

@keyframes heartBeat {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	14% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3);
	}

	28% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	42% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3);
	}

	70% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

.heartBeat {
	-webkit-animation-duration: 1.3s;
	animation-duration: 1.3s;
	-webkit-animation-duration: calc(var(--animate-duration) * 1.3);
	animation-duration: calc(var(--animate-duration) * 1.3);
	-webkit-animation-name: heartBeat;
	animation-name: heartBeat;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-20%, 0, 0);
		transform: translate3d(-20%, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}



.doctor-card-new {
    border-radius: 6px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .1), 0 4px 10px rgba(0, 0, 0, .11);
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 30px;
    min-height: 270px;
    padding: 15px;
        margin: 0px 15px;
}
.d-flex {
    display: flex !important;
}
.doctor-card-new-img {
    padding-right: 10px;
    padding-top: 3px;
}
.doctor-card-new img {
    border-radius: 6px;
    height: 150px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 130px;
}

.text-center {
    text-align: center !important;
}
.text-underline {
    text-decoration: underline !important;
}
.color-blue-dark {
    color: #04356f;
}
@media (min-width: 768px) {
    .doctor-card-new-text {
        height: 180px;
    }
}
.doctor-card-new h4, .doctor-card-new h4 a {
    color: #095C37;
    font-size: 17px;
    margin-bottom: 3px;
}
.font-weight-semi-bold {
    font-weight: 600;
}

.doctor-card-new-share {
    cursor: pointer;
}
.doctor-card-new p {
    color: #1A1A1A;
    font-size: 13px;
    margin-bottom: 3px;
    text-align: inherit;
}
.doctor-card-new hr {
    margin-bottom: 5px;
    margin-top: 5px;
    color: #000000;
}

.justify-content-end {
    justify-content: flex-end !important;
}

.d-flex {
    display: flex !important;
}
.mr20 {
        margin-right: 20px;

}
.ml8 {
          margin-left: 26px;

}
.mrmin20 {
        margin-right: -20px;

}


.subbtn:hover {
    background-image: linear-gradient(to right, #095C37, #087A47);
    /*background-image: linear-gradient(to right, #087A47, #095C37);*/
}
.fa-video-camera {
    border: 1px solid #fff;
    color: #fff;
    border-radius: 36px;
    padding: 7px;
    background: #095C37;
}
.fa-newspaper {
    margin-right: 12px;
    color: #fff;
    border-radius: 36px;
    padding: 7px;
    background: #095C37;
}
.fa-blog {
    border: 1px solid #fff;
    color: #fff;
    border-radius: 36px;
    padding: 7px;
    background: #095C37;
}
.fa-calendar {
    border: 1px solid #fff;
    color: #fff;
    border-radius: 36px;
    padding: 7px;
    background: #095C37;
    font-size: 12px;
}
.fa-edit {
    border: 1px solid #fff;
    color: #fff;
    border-radius: 36px;
    padding: 7px;
    background: #095C37;
}
.fa-user-md {
   font-size: 12px;
    color: #fff;
    border-radius: 36px;
    padding: 7px;
    background: #095C37; 
}

.blutxt h5 {
    color:#095C37; 
}
.spimg {
    height: 330px;
    width: 100%;
}
a.drbtn {
    margin-bottom: 0px!important;
    color: #095C37;
}
.frbt {
    float: right;
    display: contents;
}
.vcmr {
    margin-right: 12px;
    border: 0px solid #fff;
}
.mt20 {
    margin-top: 60px;
}
.sticky {
    position: sticky;
    height: max-content;
    top: 20%;
}
.drnamee {
        font-weight: 600;
    color: #095C37;
}
.pt-30{
    padding: 30px;
}
.drimghg {
    height: 228px;
}
.hg {
    /*background-image: linear-gradient(to right, #095C37, #087A47);*/
    background: #095C37;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;    
    padding: 10px 15px;
}
.txth5 {
    color:#fff!important;    
    margin-bottom: 0px;
}
.mtmin47 {
    margin-top: -68%;
}
.mtmin48 {
    margin-top: -47%;
}
.bg {
    width: 47%;
    display: inline-block;
}

.desk {
    display: block;
}
.mob {
    display: none;
}






.pricing-appointment__contact-item__wrap {
    gap: 36px;
}
.pricing-appointment__contact-item {
    gap: 20px;
}
.pricing-appointment__contact-item-icon {
    width: 60px;
    height: 60px;
    background: #087A4717;
    border-radius: 500px;
}
.pricing-appointment__contact-item-icon i {
    font-size: 24px;
    color: #095C37;
}
.pricing-appointment__contact-item-text p {
    margin-bottom: 5px;
}
.pricing-appointment__form {
    padding: 40px;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0px 5px 60px rgba(0, 0, 0, 0.05);
}
.pricing-appointment__form-input {
    margin-bottom: 20px;
}
.pricing-appointment__form input {
    z-index: 2;
    position: relative;
    width: 100%;
    padding: 21px 20px;
    border: none;
    height: 50px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #000!important;
    border-radius: 30px !important;
    background-color: #adb5bd4f!important;
}
.pricing-appointment__form textarea {
    border: none;
    min-height: 199px;
    padding: 20px;
    border-radius: 30px;
    color: #000!important;
    background-color: #adb5bd4f!important;
    width: 100%;
}

.pb-30 {
    padding-bottom: 31px;
}
.cnttext a{
    color: #000000b5;
    font-weight: 600;
}

.boxx{
  width: 1000px;
  max-width: 90%;
  margin: 0 auto;
  /*padding: 50px;*/
}

details{
  width: 100%;
  background-color: #fff;
  margin-bottom: 20px;
}

details p{
  padding: 20px;
  border: 1px solid #e8e8e8;
}

summary{
  padding: 20px;
  background-color: #095C37;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-weight: 600;
  color: #fff;
}
.otric img {
    width: 30px;
    margin-right: 15px;
}


.justify p {
    text-align: justify;
}
.cardab {
  display: inline-block;
  background: #fff;
  margin: 50px 8px;
  text-align: center;
  padding: 30px 20px 40px;
  border-radius: 5px;

}
.titleab {
    margin: 10px 0;
}

.cardab:hover {
    transform: translateY(-5px);
        background: #e6e6e6;
}
.bckgradiant {
    background: #095C37;
}
.whtxt {
    color: #fff;
}
.wd {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.wdthh2 {
    width: 80%;
}
.ifm {
    padding: 8px 8px 4px 8px;
    background: #fff;
    margin-top: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .1), 0 4px 10px rgba(0, 0, 0, .11);
}
iframe {
    border-radius: 10px;
}


.prt-pricing-plan {
    background-color: #fff;
    position: relative;
    transition: all 0.3s ease;
    padding: 45px 45px 50px;
    margin: 15px 0 35px;
    border-radius: 10px;
    box-shadow: 0 0 25px 0 rgba(0 0 0 / 0.06);
    text-align: left;
    width: 100%;
}
.prt-pricing-plan-overlay {
    position: absolute;
    top: -30px;
    right: 30px;
    width: 65px;
    height: 52px;
    background: #095C37;
    border-radius: 8px;
    font-size: 11px;
    line-height: 14px;
    font-weight: 500;
    color: #fff;
    display: flex;
    align-items: center;
    text-align: center;
    padding: 10px;
}
.head {
    color: #095C37;
    padding: 0px 0px;
    font-size: 40px;
    font-weight: bold;
}
.headsc {
    font-size: 25px;
}
.prt-p_table-body p {
    font-size: 15px;
}
.prt-p_table-amount, .prt-p_table-price {
    position: relative;
    display: -webkit-box;
    line-height: 1;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 0;
    color: #fff;
    border-bottom: 1px solid rgb(0 0 0 / 10%);
}
.carpra {
    margin-top: 20px;
}
.locp {
    margin-bottom: 0px;
    font-size: 14px;
}
.btnw-50 {
    width: 60%;
}
.bgdtlmt20 {
    margin-top: 20px;
}



.dpcls {
	position: relative;
	margin: 0px 0px 20px 0px;
	/*width: 360px;*/
}
.dpcls ul {
	list-style: none;
	margin: 0;
	padding: 50px 40px 63px;
	box-shadow: 0px 3px 12px 0px #80808063;
	border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.dpcls ul li {
    text-decoration: none;
    border-bottom: 1px solid #ddd;
}
.dpcls ul li a {
	display: block;
	background: #fff;
	padding: 10px 15px;
	color: #353535;
	text-decoration: none;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	-ms-transition: 0.2s linear;
	-o-transition: 0.2s linear;
	transition: 0.2s linear;
}
.dpcls ul li a:hover {
	background: #095C37;
	color: #fff;
}
.dpcls ul li a .fa {
	width: 16px;
	text-align: center;
	margin-right: 5px;
	float:right;
}
.dpcls ul ul {
	background-color:#ebebeb;
}
.dpcls ul li ul li a {
	background: #f8f8f8;
	border-left: 4px solid transparent;
	padding: 10px 20px;
}
.dpcls ul li ul li a:hover {
	background: #ebebeb;
	border-left: 4px solid #3498db;
}
.rowdspy {
    display: -webkit-box;
}
.pl-50 {
    padding-left: 50px;
}

.stick {
    position: sticky;
    height: max-content;
    top: 157px;
}
.frm {
    margin-top: 50px;
}
.frmhd {
    text-align: center;
    padding-bottom: 20px;
    font-weight: 600;
    color: #095C37;
}

.pricing-appointment__form .frmsubtn {
    width: 50%;
    height: 40px;
}
.lftsd  {
    background-image: linear-gradient(to right, #095C37, #087A47);
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    padding: 10px 15px;
}

















.sidebar__widget-service {
    /*gap: 30px;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /*padding: 40px 40px;*/
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 20px;
        background: #f8f9fa;
    box-shadow: 0px 3px 12px 0px #8080802e;
}

.mb-30 {
    margin-bottom: 30px;
}
.sidebar__widget-service a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 700;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 10px;
    color: var(--rr-color-700);
    text-transform: capitalize;
    font-size: var(--rr-fs-h5);
    line-height: var(--rr-lh-h5);
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    padding-bottom: 0px;
    padding: 24px;
}
.sidebar__widget-service a::before {
    width: 88%;
    height: 3px;
    content: "";
    bottom: -3px;
    position: absolute;
    border-radius: 999px;
    background-color: #fff;
}
.lftimg img {
    width: 40px;
    margin-right: 15px;
}
.act {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    background: #095C37;
    color: #fff!important;
}
.actt {
    
    background: #095C37;
    color: #fff!important;
}
.hovercss a:hover {
    background: #095C37!important;
    color: #fff!important;
}
.lst a::before {
    width: 88%;
    height: 3px;
    content: "";
    bottom: -3px;
    position: absolute;
    border-radius: 999px;
    background-color: #fff;
}
.sidebar__widget-service .lst a::before {
    background-color: #ffffff00;
}






.f-cat {
    color: #fff;
    padding: 1em;
    border: 5px solid #fff;
}


.filter-cat-results .f-cat {
    opacity: 0;
    display: none;
    
    &.active {
        opacity: 1;
        display: block;
	    -webkit-animation: fadeIn 0.65s ease forwards;
	    animation: fadeIn 0.65s ease forwards;
    }
}



.filter-cat-results {
    justify-content: flex-start!important;
}

.blog-box.healthbox {
    border: 1px solid #80808069;
    padding: 10px;
    margin-top: 20px;
}
.healrs {
    font-size: 15px;
    color: #353535;
    margin-bottom: 0px;
}
.home-blog .blog-box .blog-info {
    border-top: 1px solid #eee;
}
.blog-cnt a{
    color: #095C37;
}
.home-blog .blog-box .blog-cnt h5 a {
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.blog-cnt {
    margin-top: 25px;
    margin-bottom: 20px;
}
.vtnvwd55 {
    width: 60%!important;
}
.home-blog .blog-box .blog-info {
    border-top: 1px solid #eee;
}
.blog-box.healthbox:hover {
    border: 1px solid #eee;
    border-radius: 0.25rem;
    box-shadow: 0px 2px 7px #80808036;
}
.hcntflex {
    justify-content: flex-start;
}
.Related-pckg {
    background: #e6e6e67d;
    padding: 20px 20px;
}
.Related-pckg h4 {
    margin-bottom: 20px;
}
.related-pckbox {
    display: flex;
    text-align: left;
    position: relative;
    flex-wrap: wrap;
    padding: 10px;
    background: #fff;
    margin-bottom: 10px;
    transition: .5s;
    align-items: flex-start;
}
.wd100 {
    width: 80%;
}

.hchd h2 {
    color: #095C37;
}
.mb30 {
    margin-bottom: 30px!important;
}
.bookbtn {
    width: 27%!important;
}



.h--timeline-container *,
.h--timeline-events *{
  outline: 0;
}
.h--timeline-container,
.h--timeline-events{
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
.h--timeline-navigation-container ul, .h--timeline-navigation-container li,
.h--timeline-events ol, .h--timeline-events li,
.h--timeline-line ol, .h--timeline-line li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.h--timeline{
    opacity: 0;
    transition: opacity 0.2s;
    /*font-family: sans-serif;*/
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.5;
}
.h--timeline--loaded{
    opacity: 1
}
.h--timeline-container{
    height: 100px;
}
.h--timeline-dates{
    position: relative;
    height: 100%;
    margin: 0 40px;
    overflow: hidden;
}


.h--timeline-dates::after,.h--timeline-dates::before{
    content: '';
    position: absolute;
    z-index: 2;
    top: 0;
    height: 100%;
    width: 50px;
}
.h--timeline-dates::before{
    left: 0;
    background: linear-gradient(to right, hsl(0, 0%, 100%), hsla(0, 0%, 100%, 0));
}
.h--timeline-dates::after{
    right: 0;
    background: linear-gradient(to left, hsl(0, 0%, 100%), hsla(0, 0%, 100%, 0));
}


.h--timeline-line{
    position: absolute;
    z-index: 1;
    left: -20px;
    top: 49px;
    height: 2px;
    background-color: #f7f7f7;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
}
.h--timeline-filling-line{
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #095C37;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}


.h--timeline-date{
    position: absolute;
    bottom: 0;
    z-index: 2;
    text-align: center;
    font-size: 1rem;
    font-weight: 600;
    padding-bottom: 0.75rem;
    color: #1A1A1A;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
}
.h--timeline-date:hover{
    font-weight: 600;
}
.h--timeline-date::after,
.h--timeline-date::before{
    content: '';
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -8px;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    border-width: 2px;
    border-style: solid;
    border-color: #095C37;
    background-color: #f7f7f7;
    transition: background-color 0.3s, border-color 0.3s, top 0.3s;
}
.h--timeline-date::before{
    bottom: -3px;
    height: 9px;
    width: 9px;
    border-width: 0px;
    border-color: transparent;
    background-color: transparent;
    z-index: 2;
}
.h--timeline-date:hover::before,
.h--timeline-date:hover::after{
    transition: background-color 0.3s, border-color .3s, top .3s;
}
.h--timeline-date:hover::after{
    background-color: #f7f7f7;
    border-color: #095C37;
}
.h--timeline-date--selected{
    pointer-events: none
}
.h--timeline-date--selected::after{
    background-color: #f7f7f7;
    border-color: #095C37;
}
.h--timeline-date--selected::before{
    background-color: #095C37;
}
.h--timeline-date--older-event::after{
    background-color: #095C37;
    border-color: #095C37;
}


.h--timeline-navigation{
    font-size: 0;
    position: absolute;
    z-index: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 34px;
    width: 34px;
    border-radius: 50%;
    border-width: 2px;
    border-style: solid;
    border-color: #f7f7f7;
    transition: border-color 0.3s;
}
.h--timeline-navigation::after{
    content: '';
    position: absolute;
    height: 16px;
    width: 16px;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAgCAYAAAAbifjMAAABQUlEQVRIS9XUwWrCQBAG4JnEhiRHBQut+AY+gEq8tLSvUuih9Ek8iL5K0YMEvPkEHjwo2lYQek2IMdOJJ7tuki5LDnoKyHzZnZn8CJo/1KwHKfB299iMKcHh93Rd9IIL4OX2qX5j0QwRLTpG3uDT3+YhF8B747kaY+Iz0OLCVRxE7dHe32Uh0iucI0SwhIPZGew+9jIks4l/EIAFRGZPhuROQUQqCXb72/HP+UnKA7SuoNVEsfgYRp7SGF/vH2qmacwB0CjagbSZmat8AINGX5ON8ioXFYj/l/M1qpyinBMEQdBMG+w4jnoeEFE9DMMZAxY/e67rquUBF1UZ8Bk45YFt223OBrU8EJAlIx1G1PJAQBaM9GRI7hQkSJeR/+eBFqB1Ba0mSoo9pTEyUOM94DwAo2gHMvMgXWWGiLfwCvLgF1jY2yHNUya7AAAAAElFTkSuQmCC) no-repeat 0 0;}
.h--timeline-navigation:hover{
    border-color: #095C37;
}
.h--timeline-navigation--prev{
    left: 0;
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}
.h--timeline-navigation--next{
    right: 0;
}
.h--timeline-navigation--inactive{
    cursor: not-allowed;
}
.h--timeline-navigation--inactive::after{
    background-position: 0 -16px;
}
.h--timeline-navigation--inactive:hover{
    border-color: #f7f7f7;
}


.h--timeline-events{
    overflow: hidden;
    transition: height .4s;
	padding-top: 1rem;
	padding-bottom: 3rem;
}
.h--timeline-event{
    position: absolute;
    z-index: 1;
    width: 100%;
    left: 0;
    top: 1rem;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    padding: 1px 5%;
    opacity: 0;
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}
.h--timeline-event-content{
    max-width: 800px;
    margin: 2rem auto 0;
	padding: 2rem;
	border: 1px solid #f7f7f7;
	border-radius: 5px;
	box-shadow: 0 0 50px 0 rgba(0,0,0,.1);
}
.h--timeline-event--selected{
    position: relative;
	top: 0;
    z-index: 2;
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}


.h--timeline-event--enter-right,.h--timeline-event--leave-right{
    -webkit-animation-name: cd-enter-right;
    animation-name: cd-enter-right;
}
.h--timeline-event--enter-left,.h--timeline-event--leave-left{
    -webkit-animation-name: cd-enter-left;
    animation-name: cd-enter-left ;
}
.h--timeline-event--leave-right,.h--timeline-event--leave-left{
    animation-direction: reverse;
}
.h--timeline-event-title{
    color: #1A1A1A;
    font-size: 3rem;
    font-weight: 600;
}
.h--timeline-event-date{
    display: block;
    font-style: italic;
    margin: 0.5rem auto;
    margin: 1rem auto;
}
.h--timeline-event-date::before{
    content: '- ';
}
@-webkit-keyframes cd-enter-right{
    0%{
        opacity: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    100%{
        opacity: 1;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
}
@keyframes cd-enter-right{
    0%{
        opacity: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    100%{
        opacity: 1;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
}
@-webkit-keyframes cd-enter-left{
    0%{
        opacity: 0;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    100%{
        opacity:1;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
}
@keyframes cd-enter-left{
    0%{
        opacity: 0;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    100%{
        opacity: 1;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
}


.h--timeline-date::after,
.h--timeline-date::before{
    background-color: #095C37;
}
.h--timeline-date--selected::after{
    background-color: #f7f7f7;
    border-color: #095C37;
}
.h--timeline-date--older-event::after{
    background-color: #095C37;
    border-color: #095C37;
}
.h--timeline-line li:nth-child(even) .h--timeline-date{
    bottom: -48px;
}
.h--timeline-line li .h--timeline-date--selected::after,
.h--timeline-line li .h--timeline-date:hover::after{
    width: 21px;
    height: 21px;
    bottom: -9px;
    background-color: #f7f7f7;
    border-color: #095C37;
}
.h--timeline-line li:nth-child(even) .h--timeline-date::after{
    bottom: 40px;
}
.h--timeline-line li:nth-child(even) .h--timeline-date:hover::after,
.h--timeline-line li:nth-child(even) .h--timeline-date--selected::after{
    bottom: 39px;
}
.h--timeline-line li:nth-child(even) .h--timeline-date::before{
    bottom: 45px;
}
.h--timeline-line li:nth-child(odd) .h--timeline-date:hover::before,
.h--timeline-line li:nth-child(odd) .h--timeline-date--selected::before{
    bottom: -3px;
}


.ldr {
    box-shadow: 0px 3px 12px 0px #80808063;
    border-radius: 20px;
}
.ldrname {
    text-align: center;
    padding: 25px 13px 0px 13px;
    font-weight: 600;
    color: #095C37;
    font-size: 17px;
}
.ldttop {
    margin-top: -30%;
}
.ldrdtw {
    background: #fff;
    margin-top: -25%;
    margin-bottom: 30px;
        padding: 15px 27px 15px 27px;
}
.mtmin-35 {
        margin-top: -35%;

}
.pldpad {
        padding: 0px 20px;
}
.pall .col-md-3 {
    padding: 30px;
}

.ldr p {
    text-align: center;
    padding-bottom: 20px;
    color: #353535;
    font-weight: 500;
}
.pall28 .col-xl-4 {
    padding: 0px 28px;
}
.newsrm {
    margin: 0px 10px;
    background: #fff;
    border-radius: 13px;
    box-shadow: 1px 5px 8px 0px rgba(0, 0, 0, 0.2);
    padding: 10px;
    height: 490px;
}
.byadmin {
    padding: 8px 7px 0px;
    font-weight: 500;
}
.strip {
    padding: 0px 7px;
    margin: 8px 5px;
    border: 1px solid #1A1A1A;
}
.blue {
    color: #1d7db5;
    font-size: 21px;
    margin-bottom: 0px;
    padding: 0px 5px 7px;
}
.mt-7 {
    margin-top: 7%;
}
.ptp-30 {
    padding-top:30px;
}

.newspr {
    width: 345px!important;
}


.classy-bq {

  /*border-left:1px solid #ccc;*/
      margin: 1.5em 5px;
    padding: 10px 0px;
  quotes: "\201C""\201D""\2018""\2019";
  color:white;
}
.classy-bq:before {
  color: white;
  content: open-quote;
  font-size: 8em;
  line-height: .1em;
  margin-right: .25em;
  vertical-align: -.4em;
  opacity:0.60;
}
blockquote p {
  display: inline;
  /*font-size: 1.5rem;*/
  line-height:1.5;
}
.blockquote-section {width:100%;max-width:1200px;margin:0 auto;opacity:0.95;padding:20px;}
.blockquote-section > cite {font-style:none}
.cite {color:white;padding-left:20px;font-size:1.25rem;}


.ldrgrad {
    background: #087A47;
    border-radius: 16px;
}

.ldrnm {
    font-weight: 600;
    color: #095C37;
    padding-top: 20px;
}


.dtbtnall {
    border-radius: 50px;
    width: 29%;
    background-image: linear-gradient(to right, #095C37, #087A47);
    color: #fff;
    border: none;
    padding: 12px;
    margin-top: 20px;
}
.dtbtnall:hover {
    background-image: linear-gradient(to right, #087A47, #095C37);
}
.mt-50 {
    margin-top: 50px;
}
.evdt {
    margin: 10px;
    border-top: 1px solid #095C3738;
    border-bottom: 1px solid #095C3738;
    padding: 10px 0px;
}

.rgrmtxt p{
    float: right;
    font-weight: 600;
}
.mgptm p{
    margin-bottom: 0px;
}
.event h4 {
    color: #095C37;
}
.rgrmtxt a {
    color: #095C37;
}


.blog-strip {
    /*top: 0;*/
    bottom: auto;
    margin: 30px 0 -5px;
    position: relative;
    width: auto;
    display: inline-block;
}

.blog-strip {
    background: #095C37;
    padding: 6px 10px;
    position: absolute;
    top: 28%;
    /*bottom: -15px;*/
    /*left: -7px;*/
    min-width: 130px;
    max-width: 90%;
    text-align: center;
    height: 31px;
    white-space: nowrap;
}
.blog-strip span {
    font-size: 13px;
    color: #fff;
    width: 100%;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 1.3;
}
.blog-strip::after {
    content: "";
    position: absolute;
    right: -10px;
    bottom: 0px;
    width: 0;
    height: 0;
    border-left: 10px solid #095C37;
    border-top: 16px solid transparent;
    border-bottom: 15px solid transparent;
}
.mt-135 {
    margin-top: 135px;
}













html, body {height:100%;}
body {
  background-size: cover;
	// top:0!important; // Prevent Google Topbar from pushing down body.
// .goog-te-banner-frame {display:none;} // Don't show Google Topbar
// #goog-gt-tt {display:none!important;visibility:hidden!important;}
}
#google_translate_element {
        position: absolute;
        bottom: calc(2px + 13px);
    right: 29px !important;
    /*width: 68%;*/
    z-index: 99999;
}
.goog-te-gadget {
  /*font-family: roboto, 'Open Sans', sans-serif!important;*/
  text-transform: uppercase;
}
.goog-te-gadget-simple  {
  background-color: #1a74f2;
  border: 3px solid #1a74f2;
  padding: 1px!important;
  border-radius: 5px!important;
  font-size: 10px!important;
  line-height:1.5rem!important;
  display: inline-block;
  cursor: pointer;
  height: 26px;
  zoom: 1;
}
.goog-te-menu2 {
  max-width: 100%;
}
.goog-te-menu-value {
  color: #fff !important;
    &:before {
    font-family: 'Material Icons';
    content: "\E927";
    margin-right: 16px;
    font-size: 2rem;
    vertical-align: -10px;
    // width:32px!important;
  } 
}
.goog-te-menu-value span:nth-child(5) {
  display:none;
}
.goog-te-menu-value span:nth-child(3) {
  border:none!important;
  font-family: 'Material Icons';
  &:after {
    font-family: 'Material Icons';
    content: "\E5C5";
    font-size: 1.5rem;
    vertical-align: -6px;
  }  
}

.goog-te-gadget-icon {
    background-image: url(https://placehold.it/32)!important;
    background-position: 0px 0px;
    height: 32px!important;
    width: 32px!important;
    margin-right: 8px!important;
    //     OR
    display: none;
}

// ============ HIDE TOP BAR ============ 
.goog-te-banner-frame.skiptranslate {display: none!important;} 
body {top: 0px!important;}

/* ================================== *\
    Mediaqueries
\* ================================== */
@media (max-width: 667px) {
	#google_translate_element {
		bottom: calc(100% - 50% - 53px);
		left: 16px!important;
		width: 100%!important;
		goog-te-gadget {
			width:100%!important;
		}
		.skiptranslate {
			width:100%!important;			
		}
		.goog-te-gadget-simple {
			width: calc(100% - 32px)!important;
			text-align: center;
		}	
	}
}

.contenthd {
    text-align: center;
    width: 190px;
    height: 57px;
    background: #fff;
    padding: 10px 10px;
    border-radius: 10px 0px 0 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .1), 0 4px 10px rgba(0, 0, 0, .11);
}
#wrap {
  position: fixed;
  right: 0px;
  top: 33%;
    display: none;
    z-index: 9999;
}
.open-call {
  padding: 15px 30px;
  font-size: 18px;
  cursor: pointer;
  margin-top: 100px;
}
.close-call {
  position: absolute;
  left: 10px;
  top: 10px;
  background: transparent;
  border: none;
  cursor: pointer;
}
#feedback {
    height: 0px;
    width: 75px;
    position: fixed;
    right: 56px;
    top: 19%;
    z-index: 1000;
}
.goog-te-gadget-simple .VIpgJd-ZVi9od-xl07Ob-lTBxed {
    font-size: 12px;
    text-transform: none;
}
.goog-te-gadget img {
    display: none;
}

.alldrpdwn {
    width: 825px!important;
    margin-left: -190%;
}
.serdrpdwn {
    width: 825px !important;
    margin-left: -552%;
}
.pcdrpdwn {
    width: 825px !important;
    margin-left: -373%;
}

.frmsubbtn {
    border-radius: 50px;
    width: 29%;
    background-image: linear-gradient(to right, #095C37, #087A47);
    color: #fff;
    border: none;
    padding: 9px;
    margin-top: 10px;
    margin-bottom: 20px;
}
.frmsubbtn:hover {
    background-image: linear-gradient(to right, #087A47, #095C37);
}

  .card-form{
  border-radius: 10px;
  background: white;
  box-shadow: 0 27px 55px 0 rgb(0 0 0 / 5%);
  
  .form-title{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 90px;
    font-size: 24px;
    font-weight: bold;
        background-image: linear-gradient(to right, #095C37, #087A47);
    border-radius: 10px 10px 0 0;
        color: #fff;
  }
  
  .form-body{
    padding: 10px;
    
    .row{
      display: flex;
      justify-content: space-around;
      padding: 50px 15px 0px 15px;
      
      input[type="text"]{
        appearance: none;
        width: 100%;
        margin: 0 15px;
        height: 35px;
        padding: 5px 15px;
        border-radius: 5px;
        outline: none;
        border: none;
        background: #e8ebed;
        color: #576366;
        font-size: 14px;
      }
    }
  }
  
  .rule{
    height: 2px;
    background: #e8ebed;
    margin: 0px 35px;
  }
  
  .form-footer{
    margin: 0 25px 15px 25px;
    padding: 15px 10px;
    
    a{
      display: inline-block;
      height: 40px;
      line-height: 40px;
      border: none;
      border-radius: 5px;
      padding: 5px 15px;
      background: #27ae60;
      margin-right: 10px;
      font-size: 14px;
    }
    
    span{
      margin-left: 8px;
    }
  }
  
}

.card-form {
    & .form-body {
        & .ipt {
            input[type="text"] {
                appearance: none;
                width: 46%;
                margin: 0 15px 46px;
                height: 50px;
                padding: 5px 15px;
                border-radius: 5px;
                outline: none;
                border: none;
                background: #e8ebed;
                color: #576366;
                font-size: 14px;
            }
        }
    }
}

.ipsnd {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    resize: vertical;
    margin-top: 6px;
}
.form-control {
     margin-bottom: 0px;
}


.formbtn {
    width: 75%!important;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 26px;
    border: 1.5px solid #095C37;
    border-radius: 21px;
    width: 100%;
    padding: 10px 0px 10px 15px;
    font-weight: 600;
    background: #095C37;
    color: #fff;
}

.formbtn:hover {
    width: 75%;
    background: #fff;
    color: #095C37;
}

.frmbt .vwbtnic:hover {
    background: #095C37;
    color: #fff;
}
.frmbt {
    font-size: 14px;
    color: #000000b5;
    width: 100%;
        padding-right: 0px;
}
.frmbt:hover {
        color:#fff;
}
.frmrgsd {
    background: #a9a9a921;
    padding: 28px 0px 1px 0px;
    width: 85%;
    border-radius: 10px;
    float: right;
}

.mt-30 {
    margin-top: 30px;
}


.spdt {
    font-size: 12px;
    color: #000000b5;
    width: 100%;
        padding-right: 0px;
}
.spdt:hover {
        color:#fff;
}
.spdt .spdtbtnic:hover {
    background: #fff;
    color: #095C37;
}

.spdtbtnic {
    width: 34px;
    font-size: 12px;
    float: right;
    margin-top: -10px;
    border-radius: 64%;
    padding: 11px;
    background: #000000a1;
    height: 35px;
    color: #FFF;
}
.drspbookbtn {
    border: 1.5px solid #095C37;
    border-radius: 21px;
    width: 100%;
    padding: 10px 0px 7px 15px;
    font-weight: 600;
}
.drspbookbtn:hover {
    background: #095C37;
    border: 1.5px solid #095C37;
}
.mt-35 {
    margin-top: 35%;
}
.drptop {
    padding: 10px 0px;
}
.drmrg {
    margin: 20px 15px;
    background: #fff;
}
.padtop {
    padding-top: 30px;
}


.sticky-header {
  display: none;
  /* position */
  position: fixed;
  z-index: 10;
  left: 0;
  right: 0;
  height: 103px;
  background: white;
  top: 0;
  box-shadow: 0px 3px 12px 0px #80808063;
}
.sticky-header.visible {
  display: block;
}
.hdmgtop {
    margin-top: 18px;
}


.input-box {
    position: relative;
    height: 44px;
    max-width: 900px;
    width: 100%;
    background: #7a2f91;
    border: 1px solid #7a2f91;
    margin: -40px 20px;
    margin-top: -23%;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    margin-left: auto;
    margin-right: auto;
    border-radius: 50px;
}
.input-box i,
.input-box .button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.input-box i {
    background: #087A47;
    /* left: 20px; */
    font-size: 17px;
    color: #fff;
    right: 2px;
    border-radius: 50px;
    height: 36px;
    width: 36px;
    padding: 10px;
}
.input-box input {
  height: 100%;
  width: 100%;
  outline: none;
  font-size: 14px;
  font-weight: 400;
  border: none;
  padding: 0 155px 0 10px;
  background-color: transparent;
}
.input-box .button {
  right: 20px;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  border: none;
  padding: 12px 30px;
  border-radius: 6px;
  background-color: #4070f4;
  cursor: pointer;
}
.input-box .button:active {
  transform: translateY(-50%) scale(0.98);
}
input.srchinput::placeholder {
  color: #087A47;
}
/* Responsive */
@media screen and (max-width: 500px) {
  .input-box {
    height: 66px;
    margin: 0 8px;
  }
  .input-box i {
    left: 12px;
    font-size: 25px;
  }
  .input-box input {
    padding: 0 112px 0 50px;
  }
  .input-box .button {
    right: 12px;
    font-size: 14px;
    padding: 8px 18px;
  }
}


.abtmgt {
    margin-top: -53px;
}

.bookhdap {
    margin-left: -219%;
    width: 325px!important;
}


button.carousel-control-prev.lf {
    opacity: 1;
    margin-top: -31%;
    margin-left: 90%;
}





.mtfot10 {
    margin-top: -10px;
}
.footpara p {
        width: 80%;
}
.nabhlogo {
        width: 130px;
    /* margin-left: auto; */
    /* margin-right: auto; */
    /* display: block; */
    /* border-radius: 10px; */
    /*margin-left: -42px;*/
}
.prfoot {
    background: #470a58;
}
.pd-25 {
        padding-top: 25px;
}
.keyword {
        width: 100%;
    max-width: 100%;
    margin: 20px 0px;
}
.keyword details p{
    padding: 0px!important;
     border: 0px solid #e8e8e8!important; 
    font-size: 10px!important;
        margin-bottom: 7px;
}
.padkey {
    padding: 10px 10px 10px 10px;
}
.footsec {
    padding: 52px 0px 0px 15px;
}

.bump {
    margin-top: -75px;
    font-size: 89px;
    font-weight: bold;
    opacity: 0.3;
    color: #ccc;
    text-align: center;
    height: 104px;
    z-index: 9;
    position: relative;
}
.hashsmb {
    font-weight: normal !important;
}






.contact {
  margin: 4rem 0 0;
  font-weight: bold;
  color: #444;
  line-height: 1.7;
}
.contact a {
  color: #66b;
}
h1, input{
  color: #444;
  font-weight: 300;
}
h1{
  /*border-bottom: 1px dashed #666;*/
  /*padding-bottom: 16px;*/
}
form{
	padding: 0;
  margin: 0;
}
/* Expandable search box */
/* Note: don't change 0.8s in transition. */
/* --------------------- */
input.search-text {
	color: #222;
	position:relative;
	z-index:5;
	transition: z-index 0.8s, width 0.5s, background 0.3s ease, border 0.3s;
	height: 45px;
	width: 0;
	margin: 0;
	padding: 0px 0 0px 44px;
	box-sizing: border-box;
	font-size: 16px;
	font-size: 1rem;
	cursor: pointer;
	border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
	border: 1px solid transparent;
	/*background: url(search.png) no-repeat left 9px center transparent;*/
	background: url(http://venturezenith.com/nmc/images/search.webp) no-repeat left 9px center transparent;
	/*background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjwhRE9DVFlQRSBzdmcgIFBVQkxJQyAnLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4nICAnaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkJz48c3ZnIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDUxMiA1MTIiIGhlaWdodD0iNTEycHgiIGlkPSJMYXllcl8xIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiB3aWR0aD0iNTEycHgiIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxwYXRoIGQ9Ik01MDMuODY2LDQ3Ny45NzRMMzYwLjk1OCwzMzUuMDUyYzI4LjcyNS0zNC41NDQsNDYuMDE3LTc4LjkxMiw0Ni4wMTctMTI3LjMzNiAgYzAtMTEwLjA4NC04OS4yMjctMTk5LjMxMi0xOTkuMzEyLTE5OS4zMTJDOTcuNTk5LDguNDAzLDguMzUxLDk3LjYzMSw4LjM1MSwyMDcuNzE1YzAsMTEwLjA2NCw4OS4yNDgsMTk5LjMxMiwxOTkuMzEyLDE5OS4zMTIgIGM0OC40MzUsMCw5Mi43OTItMTcuMjkyLDEyNy4zMzYtNDYuMDE3bDE0Mi45MDgsMTQyLjkyMkw1MDMuODY2LDQ3Ny45NzR6IE0yOS4zMzEsMjA3LjcxNWMwLTk4LjMzNCw3OS45ODctMTc4LjMzMiwxNzguMzMyLTE3OC4zMzIgIGM5OC4zMjUsMCwxNzguMzMyLDc5Ljk5OCwxNzguMzMyLDE3OC4zMzJzLTgwLjAwNywxNzguMzMyLTE3OC4zMzIsMTc4LjMzMkMxMDkuMzE4LDM4Ni4wNDcsMjkuMzMxLDMwNi4wNSwyOS4zMzEsMjA3LjcxNXoiIGZpbGw9IiMzNzQwNEQiLz48L3N2Zz4=) no-repeat left 9px center transparent;*/
  background-size:20px;
  float: right;
      background-color: #f46435;
}
input.search-text:focus {
	z-index:3; 
	width: 270px;
	border: 1px solid #666;  
	background-color: white;
	outline: none;
	cursor:auto;
	padding-right: 10px;
}

input.search-submit {
	position: relative;
	z-index: 4;
	top:17px;
	left: 49px;
	width: 45px;
	height: 45px;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	border-radius: 30px;
	cursor: pointer; 
	background: none;
}

input.search-text::-webkit-search-cancel-button {
	cursor:pointer;
}

#feedback3 {
    height: 0px;
    width: 75px;
    position: fixed;
    right: 0px;
    top: 46%;
    z-index: 1000;
    
}
#feedback3 a {
  display: block;

  height: 52px;
  padding-top: 10px;
  width: 155px;
  text-align: center;
  color: #fff;
  /*font-family: Arial, sans-serif;*/
  font-size: 17px;
  font-weight: bold;
  text-decoration: none;
}

.social {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  /*text-align: center;*/
}
.social a {
  color: transparent;
}
ul.no-list{
    padding-left: 0;
}

ul.no-list li {
    display: inline-block;
    list-style: none;
}
.social i {
    color: #fff;
    font-size: 14px;
}
.footright {
    /*float: right;*/
    /*margin-right: 25px;*/
        margin-left: 51px;
}
.social li {
    width: 30px;
    height: 30px;
    margin: 0 5px 0;
    line-height: 31px;
    text-align: center;
    border-radius: 50%;
    transition: background 0.3s linear;
}
.no-list {
    padding: 0px 35px!important;
}
.social .facebook {
    background: #3b5998;
}

.social .twitter {
    background: #00aced;
}

.social .whatsapp {
    background: #25D366;
}

.social .google-plus {
    background: #dd4b39;
}

.social .instagram {
    background: #e4405f;
}

.social .tumblr {
    background: #34465d;
}

.social .youtube {
    background: #cd201f;
}

.social .envelope {
    background: #ff8c00;
}

.social li:hover {
    background: #fff;
}

.social .facebook:hover i {
    color: #3b5998;
}

.social .twitter:hover i {
    color: #00aced;
}

.social .whatsapp:hover i {
    color: #25D366;
}

.social .google-plus:hover i {
    color: #dd4b39;
}

.social .instagram:hover i {
    color: #e4405f;
}

.social .tumblr:hover i {
    color: #34465d;
}

.social .youtube:hover i {
    color: #cd201f;
}

.social .envelope:hover i {
    color: #ff8c00;
}

.footlogo {
    width: 272px;
    margin-bottom: -35px;
    /*margin-top: -49px;*/
    position: relative;
}
.nmcvwm {
    width: 23%;
}
.npl h2 {
    color: #095C37;
}
.mb-55 {
    margin-bottom: 55px;
}
.mt-55 {
    margin-top: 55px;
}
.mgtop-53 {
    margin-top: -53px;
}


.pb-100 {
    padding-bottom: 100px;
}

.mt66 {
    margin-top: 66%;
}
.mediaimg {
    padding-left: 50px;
    margin-top: -47%;
    position: sticky;
    height: max-content;
    top: 0%;
    margin-bottom: 5%;
}







.accordion {
  /*width: 90%;*/
  /*max-width: 1000px;*/
  /*margin: 2rem auto;*/
}
.accordion-item {
  background-color: #fff;
  color: #111;
  margin: 1rem 0;
  border-radius: 0.5rem;
  box-shadow: 0 2px 5px 0 rgb(122 47 143);
}
.accordion-item-header {
  padding: 0.5rem 3rem 0.5rem 1rem;
  min-height: 3.5rem;
  line-height: 1.25rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
      color: #095C37;
}
.accordion-item-header::after {
  content: "\002B";
  font-size: 2rem;
  position: absolute;
  right: 1rem;
}
.accordion-item-header.active::after {
  content: "\2212";
}
.accordion-item-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.accordion-item-body-content {
  padding: 1rem;
  line-height: 1.5rem;
  border-top: 1px solid;
  border-image: linear-gradient(to right, transparent, #34495e, transparent) 1;
}

@media (max-width: 767px) {
  html {
    font-size: 14px;
  }
}


.ophd p {
    margin-bottom: 0px;
    color:#fff;
}












.iconfr {
    float: right;
}
.iconfr img {
    float: right;
    height: 60px;
    width: 60px;
}
.dashed:before {
    border-top: 1px dashed #F37A20;
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 80px;
    width: 118%;
    margin-left: -9%;
}
.white-dots-card.solid-white {
    background: #fff;
}
.white-dots-card {
    box-shadow: 0px 3px 12px 0px #80808063;
    border-radius: 12px;
    padding: 30px;
    height: 274px;
        margin: 15px;
}
.association-process-section .white-dots-card .card-header {
    display: flex;
    flex: 0 0 1;
    align-items: center;
}
.association-process-section .white-dots-card .card-header .count {
    background-color: #095C37!important;
    border-radius: 12px;
    min-width: 70px;
    margin-right: 15px;
    color: #fff;
    text-align: center;
    padding: 7px;
    line-height: 1.1;
}
.association-process-section .white-dots-card .title {
    margin: 0;
}
/*@media screen and (max-width: 1599px) {*/
    .white-dots-card .title {
        font-size: 17px;
    }
/*}*/
.white-dots-card .title {
    width: 250px;
    max-width: 100%;
    margin: auto auto 15px;
    font-size: 20px;
    color: #454545;
}

.font700 {
    font-weight: 700 !important;
}
.association-process-section .white-dots-card .para-wrap {
    padding-right: 80px;
}
/*@media screen and (max-width: 1599px) {*/
    .arrow-list-style li, .medantaxxsheading, .medantaxxssheading, .para-wrap {
        font-size: 14px;
    }
/*}*/
.para-wrap {
    line-height: 1.6;
    font-weight: 500;
}
.association-process-section .white-dots-card .icon {
    margin: 0;
    position: absolute;
    right: 15px;
    bottom: 20px;
}

.white-dots-card .icon, .white-dots-card .svg-icon {
    width: 82px;
    /*margin: 0 auto 30px;*/
}
.heading-lg {
    border-radius: 9px;
    min-width: 51px;
    margin-right: 15px;
    color: #fff;
    text-align: center;
    padding: 7px;
    line-height: 1.1;
    background: #095C37;
}
.hdpdfot {
    padding: 10px 11px;
    
}
.scndfooter {
        padding: 78px 0px 17px 0px!important;
}









#containerss {
  border-radius: 12px;
  overflow: hidden;
}
.imagess {
  width: 100%;
  height: 100%;
  object-fit: cover;
  
  filter: grayscale(0);
  transform: scale(1);
  
  
  border-radius: inherit;
  /*transform: scale(1.3);*/
  
  transition: 400ms ease;
}

#containerss:hover > .imagess {
  filter: grayscale(1);
}


.ipcounter {
    box-shadow: 0px 3px 12px 0px #8080804f;
    padding: 20px 20px;
    border-radius: 10px;
    margin: 0px 20px;
    background: #f8f8f878;
}
.ipcounter img{
    width: 50px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.ipcounter h5 {
        text-align: center;
    padding-top: 20px;
    color: #F37A20;
    font-size: 29px;
    font-weight: 700;
}
.ipcounter p {
    text-align: center;
}
.intpt-60 {
        padding-top: 60px;
}
.mb-0 p {
    margin-bottom: 0px;
    font-weight: 600;
}
.intmb-29 {
    margin-bottom: 20px;
}
.chrmammsg h5{
    color: #095C37;
    text-align: center;
    padding: 10px 0px;
}
.eventimg50 {
    width: 51%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.eventpara {
    padding-top: 5%;
}





.topimg {
    width: 40%;
    margin: 10px 10px;
    float: right;
}
.colmr {
    margin-right: 47px;
}
.rowmr {
    justify-content: flex-start;
}
.justcntlft {
    justify-content: left;
}

#debug-icon {
    display: none;
}
.pt-top {
    padding: 50px 0px;

}
.pt-top h5 {
    font-size: 23px;
}
.intrgcol {
    margin-top: -53px;
}
.colms-blog {
    padding-bottom: 40px;
}
.eventimg50 {
    width: 51%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.intmb-29 p {
    color: #000000b5!important;
}
.intmb-29 .fa-location-arrow {
    color: #000000b5!important;
}
.pb-60 .col-md-3 {
    padding-bottom:20px;
}
.rowleft {
        justify-content: left;
}

.firstclr {
    background:#087A47;
}
.firstclr:hover {
    background:#095C37;
}

.scndclr {
    background:#9053A2;
}
.scndclr:hover {
    background:#2EA1D9;
}
.thrdclr {
    background:#A578B3;
}
.thrdclr:hover {
    background:#5CB2DC;
}

.frclr {
    background:#ba8dc9;
}
.frclr:hover {
    background:#7dd3fd;
}





















.care-finder { position: relative; z-index: 4; background: white;     box-shadow: 0 10px 30px rgba(0, 0, 0, .08); }
.finder-grid { min-height: 100px; display: grid; grid-template-columns: 1.35fr 1.5fr repeat(3, .82fr); }
.finder-grid > * { border-right: 1px solid #dedede; }
.finder-grid > *:first-child { border-left: 1px solid #dedede; }
.finder-title { padding: 28px 28px; display: flex; flex-direction: column; justify-content: center; }
.finder-title span { color: #095C37; text-transform: uppercase; letter-spacing: .12em; font-weight: 700; font-size: 10px; margin-bottom: 8px; }
/*.finder-title strong { font: 500 18px/1.35 "Manrope", sans-serif; }*/
.finder-search { padding: 0 27px; display: flex; align-items: center; gap: 13px; }
.finder-search .search-mark { font-size: 25px; color: #095C37; }
.finder-search input { width: 100%; border: 0; outline: 0; background: transparent; color: #087A47; }
.finder-search input::placeholder { color: #8b9692; }
.finder-action { position: relative; border: 0; padding: 20px 18px; background: #fff; color: #087A47; text-align: left; display: grid; grid-template-columns: 1fr auto; align-content: center; transition: background .2s, color .2s; }
.finder-action > span { grid-column: 1/-1; margin-bottom: 7px; color:#095C37; font-size: 10px; font-weight: 700; }
/*.finder-action strong { font-size: 13px; line-height: 1.35; }*/
.finder-action:hover { background: #F37A20; color: white; }
.finder-action:hover > span { color: #fff; }


/* ================= 6. ABOUT / LEGACY ================= */
.about-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:56px;align-items:center}
/*.about-grid p{color:var(--muted)}*/
.about-sub{border-left:3px solid #F37A20;padding-left:20px;margin:26px 0}
.about-sub h3{font-size:21px;color:#F37A20;margin-bottom:8px}
.about-media{position:relative}
.about-media img{border-radius:10px;    box-shadow: 0 10px 30px rgba(0, 0, 0, .08);width:100%;}
.badge-nabh{position:absolute;left:-18px;bottom:-18px;background:#fff;border-radius:10px;    box-shadow: 0 10px 30px rgba(0, 0, 0, .08);padding:16px 20px;display:flex;align-items:center;gap:14px}
.badge-nabh img{width:50px}
.badge-nabh b{display:block;color:#F37A20;font-size:15px}
.badge-nabh span{font-size:12px;color:var(--muted)}
.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:54px;text-align:center}
.stats li{background:#fff;border:1px solid var(--line);border-radius:10px;padding:26px 12px}
.stats b{display:block;font-size:34px;color:var(--brand);line-height:1}
.stats span{font-size:13px;color:var(--muted)}
@media(max-width:900px){.about-grid{grid-template-columns:1fr;gap:38px}.stats{grid-template-columns:repeat(2,1fr)}.badge-nabh{left:12px;bottom:12px}}



/* ================= 7. SERVICES — DUAL MARQUEE ================= */
.marquee{overflow:hidden;padding:6px 0}
.marquee+.marquee{margin-top:20px}
.mq-track{display:flex;gap:20px;width:max-content;animation:mqL 46s linear infinite}
.mq-track.rev{animation-name:mqR}
.marquee:hover .mq-track{animation-play-state:paused}
@keyframes mqL{to{transform:translateX(-50%)}}
@keyframes mqR{from{transform:translateX(-50%)}to{transform:translateX(0)}}
.svc{width:240px;flex:none;background:#fff;border:1px solid #095C37;border-radius:10px;padding:26px 22px;transition:.25s}
.svc:hover{border-color:#087A47;transform:translateY(-6px);    box-shadow: 0 10px 30px rgba(0, 0, 0, .08);}
.svc .ic{width:60px;height:52px;display:grid;place-items:center;border-radius:14px;background:#00000024;color:#095C37;font-size:21px;margin-bottom:16px;transition:.25s}
.svc:hover .ic{background:#087A47;color:#fff}
.svc h5{font-size:20px;margin-bottom:6px;color:var(--brand-dark)}
.svc p{margin:0;font-size:12.8px;color:#1A1A1A;}

/* ================= 8. SPECIALITIES ================= */
.spec-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}
.spec{background:#fff;border:1px solid #095C37;border-radius:10px;padding:30px 24px;transition:.3s;position:relative;overflow:hidden}
.spec::before{content:"";position:absolute;inset:auto 0 0 0;height:3px;background:#095C37;transform:scaleX(0);transform-origin:left;transition:.3s}
.spec:hover{transform:translateY(-8px);box-shadow: 0 10px 30px rgba(0, 0, 0, .08);}
.spec:hover::before{transform:scaleX(1)}
.spec .ic{width:60px;height:60px;display:grid;place-items:center;border-radius:50%;background:#087A47;color:#fff;font-size:24px;margin-bottom:18px;transition:.3s}
.spec:hover .ic{background:#095C37;color:#fff}
.spec h5{font-size:20px;margin-bottom:8px;color:#095C37;}
.spec p{margin:0;color:#1A1A1A;font-size:13.4px}
@media(max-width:1000px){.spec-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:520px){.spec-grid{grid-template-columns:1fr}}
.speciality-section {
        padding-bottom: 70px;
        padding-top: 100px;
}
.spec:hover h5 {
    color:#F37A20;
}
.spec:hover p {
    color:#F37A20;
}


/* Location Tabs */
.location-tabs{
    display:flex;
    justify-content:center;
    flex-wrap:wrap;
    gap:15px;
    margin:35px 0 40px;
    float: left;
}
.floatrg {
    float: right;
}
.mg_20 {
        margin-bottom: 28px;
}
.location-tabs .tab-btn{
    padding:3px 18px;
    border:1px solid #095C37;
    background:#fff;
    color:#095C37;
    border-radius:50px;
    cursor:pointer;
    /*font-weight:600;*/
    transition:.3s;
}

.location-tabs .tab-btn:hover,
.location-tabs .tab-btn.active{
    background:#095C37;
    color:#fff;
}

.tab-content{
    display:none;
}

.tab-content.active{
    display:block;
}

.location-tabs .tab-btnn{
    padding:3px 18px;
    border:1px solid #095C37;
    background:#fff;
    color:#095C37;
    border-radius:50px;
    cursor:pointer;
    /*font-weight:600;*/
    transition:.3s;
}

.location-tabs .tab-btnn:hover,
.location-tabs .tab-btnn.active{
    background:#095C37;
    color:#fff;
}

.tab-contentt{
    display:none;
}

.tab-contentt.active{
    display:block;
}



@media(max-width:768px){
    .location-tabs{
        justify-content:flex-start;
        overflow-x:auto;
        flex-wrap:nowrap;
        padding-bottom:8px;
    }

    .location-tabs::-webkit-scrollbar{
        height:4px;
    }

    .location-tabs .tab-btn{
        white-space:nowrap;
        flex-shrink:0;
    }
}


@media(max-width:768px){
    .location-tabs{
        justify-content:flex-start;
        overflow-x:auto;
        flex-wrap:nowrap;
        padding-bottom:8px;
    }

    .location-tabs::-webkit-scrollbar{
        height:4px;
    }

    .location-tabs .tab-btnn{
        white-space:nowrap;
        flex-shrink:0;
    }
}



/* =================  AWARDS SLIDER ================= */
.awards-wrap{position:relative}
.awards{display:flex;gap:26px;overflow-x:auto;scroll-behavior:smooth;padding:10px 0;scrollbar-width:none}
.awards::-webkit-scrollbar{display:none}
.award{flex:none;width:210px;background:#fff;border:1px solid #1A1A1A;border-radius:10px;padding:26px;display:grid;place-items:center;min-height:150px}
.award img{max-height:78px;width:auto}
.aw-nav{position:absolute;top:50%;transform:translateY(-50%);width:42px;height:42px;border-radius:50%;border:1px solid #1A1A1A;background:#fff;color:var(--brand);cursor:pointer;display:grid;place-items:center;box-shadow:var(--shadow);z-index:3}
.aw-prev{left:-14px}.aw-next{right:-14px}



/*counters*/

.stats-band { padding: 75px 0; background: #F37A20; color: white; }
.stats-grid { display: grid; grid-template-columns: 2.55fr repeat(4, 1fr); align-items: stretch; }
.stats-intro { padding-right: 42px; }
.stats-intro h2 { font-size: 31px; line-height: 1.18; letter-spacing: -.04em; }
.stat { padding: 12px 24px; border-left: 1px solid rgba(255,255,255,.25); display: flex; flex-direction: column; justify-content: center; }
.stat strong { font: 500 clamp(30px, 3.2vw, 44px)/1 "Manrope", sans-serif; letter-spacing: -.05em; }
.stat sup { color: #fff; font-size: .48em; vertical-align: top; }
.stat span { margin-top: 10px; color: #fff; font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }



/* ================= HEALTH CHECKUP ================= */
.pkg-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}
.pkg{background:#fff;border:1px solid var(--line);border-radius:10px;overflow:hidden;text-align:center;transition:.3s}
.pkg:hover{box-shadow: rgba(0, 0, 0, 0.08) 0px 10px 30px;transform:translateY(-6px)}
.pkg .top{background:#095C37;color:#fff;padding:22px}
.pkg .top i{font-size:26px;margin-bottom:8px;display:block;color:#fff;}
.pkg .top h5{font-size:17px;color:#fff}
.pkg .body{padding:22px}
.pkg .price{font-size:26px;color:var(--brand-dark);font-weight:800;display:block;margin-bottom:6px}
.pkg .price small{font-size:13px;color:var(--muted);font-weight:500}
.pkg ul{margin:14px 0 18px;text-align:left}
.pkg ul li{font-size:13px;color:var(--muted);padding:5px 0}
.pkg ul i{color:var(--accent-2);margin-right:8px}
@media(max-width:1000px){.pkg-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:520px){.pkg-grid{grid-template-columns:1fr}}




/*testimonial*/
/*.story-section { padding: 96px 0; background: #F37A20; color: white; }*/
/*.story-grid { display: grid; grid-template-columns: 90px 1fr 300px; gap: 42px; align-items: start; }*/
/*.quote-mark { font: 400 118px/.8 Georgia, serif; color: #ffd0ae; }*/
/*.story-grid blockquote { margin: 0; }*/
/*.story-grid blockquote > p { margin: 0; max-width: 680px; font: 400 clamp(26px, 3vw, 40px)/1.35 Georgia, serif; letter-spacing: -.025em; }*/
/*.story-grid blockquote footer { margin-top: 32px; display: flex; flex-direction: column; }*/
/*.story-grid blockquote footer strong { font-size: 13px; }*/
/*.story-grid blockquote footer span { margin-top: 4px; color: #ffe2cf; font-size: 11px; }*/
/*.story-side { padding-left: 36px; border-left: 1px solid rgba(255,255,255,.35); }*/
/*.story-side > span { font-size: 10px; text-transform: uppercase; letter-spacing: .12em; }*/
/*.story-side > strong { display: block; margin: 15px 0 36px; font: 500 24px/1.35 "Manrope", sans-serif; }*/
/*.story-side button { width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.6); background: transparent; color: white; margin-right: 8px; }*/


.story-section{
    padding:96px 0;
    background:#F37A20;
    color:#fff;
}

.story-grid{
    display:grid;
    grid-template-columns:90px 1fr 300px;
    gap:42px;
    align-items:start;
}

.quote-mark{
    font:400 118px/.8 Georgia,serif;
    color:#ffd0ae;
}

.storySwiper{
    width:100%;
    overflow:hidden;
}

.storySwiper blockquote{
    margin:0;
}

.storySwiper blockquote p{
    margin:0;
    max-width:680px;
    /*font:400 clamp(26px,3vw,40px)/1.35 Georgia,serif;*/
    font:400 clamp(26px,3vw,40px)/1.35;
    letter-spacing:-.02em;
    font-size: 30px;
}

.storySwiper footer{
    margin-top:32px;
    display:flex;
    flex-direction:column;
}

.storySwiper footer strong{
    font-size:15px;
}

.storySwiper footer span{
    margin-top:4px;
    color:#ffe2cf;
    font-size:11px;
}

.story-side{
    padding-left:36px;
    border-left:1px solid rgba(255,255,255,.35);
}

.story-side>span{
    font-size:10px;
    text-transform:uppercase;
    letter-spacing:.12em;
}

.story-side>strong{
    display:block;
    margin:15px 0 0px;
    font:500 24px/1.35 Manrope,sans-serif;
}

.story-nav{
    display:flex;
}

.story-nav button{
    width:42px;
    height:42px;
    border:1px solid rgba(255,255,255,.6);
    background:transparent;
    color:#fff;
    margin-right:8px;
    cursor:pointer;
    transition:.3s;
}

.story-nav button:hover{
    background:#fff;
    color:#F37A20;
}
/*end*/





/* =================  STORIES ================= */
/*.stories{background:var(--brand-dark);color:#fff}*/
/*.stories .sec-head h2{color:#fff}*/
/*.stories .sec-head h2 b{color:#7FD3CE}*/
/*.stories .sec-head p{color:#b9d0e6}*/
.stories-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:20px}
.story{position:relative;border-radius:10px;overflow:hidden;min-height:236px;background:#095C37;}
.story.tall{grid-row:span 2}
.story img{width:100%;height:100%;object-fit:cover;position:absolute;inset:0;opacity:.7;transition:.4s}
.story:hover img{opacity:.34;transform:scale(1.05)}
.story .body{position:relative;z-index:2;padding:26px;display:flex;flex-direction:column;justify-content:flex-end;height:100%;min-height:236px}
.play{width:52px;height:52px;border-radius:50%;background:#087A47;color:#fff;display:grid;place-items:center;margin-bottom:16px;font-size:15px}
.story h5{font-size:18px;color:#fff}
.story span{font-size:13px;color:#fff}
@media(max-width:900px){.stories-grid{grid-template-columns:1fr 1fr}.story.tall{grid-row:auto}}
@media(max-width:560px){.stories-grid{grid-template-columns:1fr}}




.doctor-byte-section{
    /*padding:60px 0;*/
    /*background:#f8faf8;*/
}

.doctor-marquee{
    width:100%;
    overflow:hidden;
    position:relative;
}

.doctor-track{
    display:flex;
    width:max-content;
    animation:doctorScroll 25s linear infinite;
}

.doctor-marquee:hover .doctor-track{
    animation-play-state:paused;
}

.doctor-card{
    flex:0 0 auto;
    width:320px;
    margin:0 15px;
    border-radius:18px;
    overflow:hidden;
    /*background:#fff;*/
    /*box-shadow:0 12px 35px rgba(0,0,0,.12);*/
    transition:.4s;
}

.doctor-card:hover{
    transform:translateY(-8px);
}

.doctor-card img{
    width:100%;
    /*height:220px;*/
    display:block;
    object-fit:cover;
}

@keyframes doctorScroll{
    from{
        transform:translateX(0);
    }
    to{
        transform:translateX(-50%);
    }
}

@media(max-width:768px){

.doctor-card{
    width:220px;
}

.doctor-card img{
    height:160px;
}

.doctor-track{
    animation-duration:18s;
}

}

.doctor-card{
    position:relative;
    overflow:hidden;
    border-radius:5px;
        box-shadow: 0px 3px 12px 0px #80808063;
}

.doctor-card img{
    width:100%;
    display:block;
    transition:.4s;
}

.doctor-card::before{
    content:"";
    position:absolute;
    inset:0;
    background:rgba(0,0,0,.25);
    opacity:0;
    transition:.4s;
}

.play-btn{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    width:70px;
    height:70px;
    background:#ff6b00;
    color:#fff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    font-size:24px;
    z-index:2;
    transition:.4s;
    box-shadow:0 10px 25px rgba(0,0,0,.25);
}

.play-btn::before{
    content:"";
    position:absolute;
    width:100%;
    height:100%;
    border-radius:50%;
    border:2px solid #fff;
    animation:pulse 2s infinite;
}

.doctor-card:hover::before{
    opacity:1;
}

.doctor-card:hover img{
    transform:scale(1.08);
}

.doctor-card:hover .play-btn{
    background:#0b8f5a;
    transform:translate(-50%,-50%) scale(1.1);
}

@keyframes pulse{
    0%{
        transform:scale(1);
        opacity:1;
    }
    100%{
        transform:scale(1.6);
        opacity:0;
    }
}





/* ================= 11. BLOG TABS ================= */
.tabs{display:flex;gap:8px;margin-bottom:28px;flex-wrap:wrap;}
.tabs button{font-weight:600;font-size:12.5px;text-transform:uppercase;padding:6px 22px;border-radius:30px;border:1px solid #095C37;background:#fff;color:#095C37;cursor:pointer;transition:.25s}
.tabs button.on{background:#095C37;border-color:#095C37;color:#fff}
.blog-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}
.post{background:#fff;border:1px solid #095C37;border-radius:10px;overflow:hidden;transition:.3s;display:flex;flex-direction:column}
.post:hover{box-shadow:0 10px 30px rgba(0, 0, 0, .08);transform:translateY(-6px)}
.post .thumb{aspect-ratio:16/10;overflow:hidden}
.post .thumb img{width:100%;height:100%;object-fit:cover;transition:.4s}
.post:hover .thumb img{transform:scale(1.06)}
.post .body{padding:20px;display:flex;flex-direction:column;gap:10px;flex:1}
.post time{font-size:12px;color:#F37A20;font-weight:700}
.post h5{font-size:16px;color:#095C37;line-height:1.35}
.post .more{margin-top:auto;font-size:12px;letter-spacing:1.5px;text-transform:uppercase;color:#F37A20;font-weight:700}
@media(max-width:1000px){.blog-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:560px){.blog-grid{grid-template-columns:1fr}}
.tabcnt {
    width: 46%;
    margin-left: auto;
    margin-right: auto;
}




.tech-section { padding: 0; background:#095C37; color: white; }
.tech-grid { min-height: 700px; display: grid; grid-template-columns: .92fr 1.08fr; gap: 80px; align-items: center; }
/*.tech-copy h2 { font-size: clamp(42px, 4.8vw, 62px); }*/
.tech-copy > p:not(.eyebrow) { max-width: 550px; margin: 26px 0 30px; color: #c6d8d1; line-height: 1.75; }
.tech-points { display: grid; gap: 0; margin-bottom: 34px; border-top: 1px solid rgba(255,255,255,.2); }
.tech-points span { padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.2); color: #e2ece8; font-size: 13px; }
.tech-points span::before { content: "+"; color: #fff; margin-right: 13px; }
.tech-visual { position: relative; align-self: stretch; }
.tech-photo { height: 100%; min-height: 700px; background: linear-gradient(180deg, transparent 55%, rgba(4,48,39,.45)), url("https://webs.hashtagit.in/apex/imgs/patient%20care.png") 90% center/cover no-repeat; }
.tech-caption { position: absolute; left: -30px; bottom: 42px; width: 280px; padding: 25px; background: var(--orange); }
.tech-caption span { display: block; margin-bottom: 8px; font-size: 10px; text-transform: uppercase; letter-spacing: .12em; }
/*.tech-caption strong { font: 500 18px/1.4 "Manrope", sans-serif; }*/
.btn_clr {
    color: #fff!important;
    border: 1px solid #fff!important;
}

/* ================= 16. FOOTER ================= */
.hashline{background:#095C37!important;color:#fff;text-align:center;font-size:clamp(18px,3vw,30px);letter-spacing:1px;padding:16px 20px;font-weight:800;}
.footer{background:#303030;color:#fff;padding-top:60px;font-size:14px}
.f-top{display:grid;
/*grid-template-columns:1.15fr .85fr 1fr 1fr;*/
grid-template-columns: 2fr 2.85fr 2fr 0fr;
gap:36px;padding-bottom:42px;border-bottom:1px solid rgba(255,255,255,.12)
    
}
.footer h5{font-size:12.5px;letter-spacing:2px;text-transform:uppercase;color:#fff;margin-bottom:18px}
.footer a:hover{color:#087A47}
.f-logo{background:#fff;border-radius:10px;
/*padding:12px;*/
display:inline-block;margin-bottom:18px}
.f-logo img{height:64px}
.f-links li{padding:6px 0}
.f-call li{padding:7px 0;display:flex;gap:10px}
.f-call i{color:#F37A20;margin-top:4px}
.f-social{display:flex;gap:8px;margin-top:18px}
.f-social a{width:32px;height:32px;border-radius:50%;background:rgba(255,255,255,.1);display:grid;place-items:center;color:#fff;transition:.25s}
.f-social a:hover{background:#087A47; color:#fff;}
.f-cols{display:grid;grid-template-columns:repeat(2,1fr);gap:0 26px}
.f-units{display:grid;grid-template-columns:repeat(5,1fr);gap:24px;padding:38px 0;border-bottom:1px solid rgba(255,255,255,.12)}
.unit h6{font-size:15px;color:#fff;margin:0 0 10px}
.unit img{height:36px;margin-bottom:12px;background:#fff;border-radius:6px;padding:4px}
.unit li{padding:4px 0;font-size:13px;display:flex;gap:9px}
.unit i{color:#F37A20;margin-top:4px}
.unit .map{display:inline-block;margin-top:8px;font-size:11.5px;letter-spacing:1.3px;text-transform:uppercase;color:#095C37;font-weight:700}
.f-keys{padding:26px 0;border-bottom:1px solid rgba(255,255,255,.12)}
.f-keys b{color:#fff;display:block;margin-bottom:10px;font-size:13px;letter-spacing:1.5px;text-transform:uppercase}
.f-keys div{display:flex;flex-wrap:wrap;gap:8px}
.f-keys a{font-size:12px;padding:5px 12px;border:1px solid rgba(255,255,255,.16);border-radius:20px;color:#fff;}
.f-disc{padding:24px 0;border-bottom:1px solid rgba(255,255,255,.12);font-size:12px;}
.f-disc h6{font-size:11.5px;letter-spacing:2px;text-transform:uppercase;color:#fff;margin:0 0 8px}
.f-bottom{display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap;padding:20px 0;font-size:13px}
.f-bottom ul{display:flex;gap:18px}
@media(max-width:1000px){.f-top{grid-template-columns:1fr 1fr}.f-units{grid-template-columns:repeat(2,1fr)}}
@media(max-width:600px){.f-top{grid-template-columns:1fr}.f-units{grid-template-columns:1fr}.f-cols{grid-template-columns:1fr}}

.float-cta{position:fixed;right:18px;bottom:18px;z-index:80;display:flex;flex-direction:column;gap:10px}
.float-cta a{width:50px;height:50px;border-radius:50%;display:grid;place-items:center;color:#fff;font-size:19px;box-shadow:0 8px 22px rgba(0,0,0,.22)}
.float-cta .wa{background:#25D366}
.float-cta .ph{background:#095C37}

.footer a {
    color:#fff!important;
}





.sec{padding:72px 0}
/*.sec-soft{background:var(--bg-soft)}*/
.sec-head{margin-bottom:36px;    text-align: center;}
/*.sec-head h2{font-size:clamp(26px,3.2vw,40px);letter-spacing:-.5px;color:var(--brand-dark)}*/
/*.sec-head h2 b{color:#095C37;font-weight:800}*/
.sec-head p{
    max-width: 70%;
    /* margin: 14px 0 0; */
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.sec-head.center{text-align:center}
.sec-head.center p{margin-left:auto;margin-right:auto}
.eyebrow{font-size:12px;letter-spacing:2px;text-transform:uppercase;color:#095C37;font-weight:700;display:block;margin-bottom:10px}
.head-row{display:flex;justify-content:space-between;align-items:flex-end;gap:30px;margin-bottom:36px;flex-wrap:wrap}
.head-row .sec-head{margin-bottom:0}
.btn{display:inline-flex;align-items:center;gap:9px;font-weight:700;font-size:12.5px;text-transform:uppercase;padding:8px 28px;border-radius:40px;transition:.25s;cursor:pointer;border:0}
.btn-primary{background:#095C37;color:#fff}
.btn-primary:hover{background:#F37A20;}
.btn-line{border:1.5px solid #095C37;color:#095C37;background:none}
.btn-line:hover{background:#F37A20;color:#fff}


.lightgr {
    color:#095C37;
    font-weight: bold!important;
}
.darkgr {
    color:#095C37;
}
.marquee a {
    color: #095C37!important;
}




.readmore_tab {
    background: #095C37;
    color: #fff;
    width: 50%;
}

.btn_dr {
    font-size: 9.5px;
    padding: 8px 17px;
}
.mt-100 {
    margin-top: 100px;
}









.hero-slider{
position:relative;
}

.hero-slider img{
height:65vh;
object-fit:cover;
}

.carousel-item::before{
content:"";
position:absolute;
left:0;
top:0;
width:100%;
height:100%;
/*background:rgba(0,55,110,.55);*/
}

.carousel-caption{
bottom:50%;
transform:translateY(50%);
text-align:left;
left:8%;
right:auto;
max-width:650px;
z-index:5;
}

.carousel-caption h1{
font-size:60px;
font-weight:700;
color:#fff;
margin-bottom:20px;
}

.carousel-caption p{
font-size:20px;
color:#fff;
margin-bottom:30px;
}



@media(max-width:768px){

.hero-slider img{
height:75vh;
}

.carousel-caption{
left:20px;
right:20px;
bottom:45%;
}

.carousel-caption h1{
font-size:34px;
}

.carousel-caption p{
font-size:16px;
}
}






















/*new header css*/
:root{--green:#095C37;--dark:#095C37;--soft:#eaf4ef;--surface:#f5f9f7;--border:#d7e6df;--ink:#17352b;--muted:#63736d;--white:#fff;--gold:#d9a441;--shadow:0 28px 70px rgba(7,69,51,.18)}
    *{box-sizing:border-box}
    /*body{margin:0;color:#087A47;*/
    /*button,a,input,select{font:inherit}a{color:inherit}*/
    .emergency{padding:4px 20px;color:#fff;background:#095C37;font-size:.82rem;text-align:center}.emergency a{color:#fff;font-weight:800;text-decoration:none}
    .utility{border-bottom:1px solid var(--border);background:#fff}.utility-inner,.header-inner{max-width: 1320px;margin:auto}.utility-inner{display:flex;min-height:30px;align-items:center;justify-content:space-between;gap:20px}.utility-links{display:flex;align-items:center;gap:18px}.utility a{color:var(--muted);font-size:.75rem;font-weight:650;text-decoration:none}.utility a:hover{color:#095C37}
    .site-header{position:relative;z-index:30;border-bottom:1px solid var(--border);background:#fff}.header-inner{display:flex;min-height:82px;align-items:center;gap:22px}.brand{display:flex;flex:0 0 auto;align-items:center;gap:10px;color:#095C37;font-weight:900;text-decoration:none}.brand-mark{display:grid;width:42px;height:42px;place-items:center;border-radius:12px;color:#fff;background:#095C37}.brand-copy{display:grid;line-height:1.05}.brand-copy small{margin-top:4px;color:var(--muted);font-size:.61rem;letter-spacing:.08em;text-transform:uppercase}
    .main-navigation{display:flex;flex:1;align-self:stretch;justify-content:end;}.main-menu{display:flex;margin:0;padding:0;align-items:stretch;gap:1px;list-style:none}.main-menu>li{display:flex;align-items:stretch}.menu-trigger{display:flex;padding:0 6px;align-items:center;gap:3px;border:0;color:#1A1A1A;background:transparent;cursor:pointer;font-size:14px;font-weight:500}.menu-trigger:hover,.menu-trigger[aria-expanded=true]{color:#095C37;font-weight:bold;}.menu-trigger i{font-size:.62rem;transition:transform .18s}.menu-trigger[aria-expanded=true] i{transform:rotate(180deg)}
    .header-actions{display:flex;flex:0 0 auto;align-items:center;gap:8px}.icon-button,.mobile-toggle{display:grid;width:42px;height:42px;place-items:center;border:1px solid var(--border);border-radius:50%;color:#095C37;background:#fff;cursor:pointer}.appointment{display:flex;min-height:40px;padding:10px 17px;align-items:center;border-radius:999px;color:#fff;background:#095C37;font-size:.82rem;font-weight:850;text-decoration:none}.appointment:hover{background:#F37A20;}.mobile-toggle{display:none}
    .menu-trigger:focus-visible,.mega-link:focus-visible,.feature-link:focus-visible,.appointment:focus-visible,.mobile-toggle:focus-visible,.doctor-form :focus-visible,.hospital-card:focus-visible{outline:3px solid rgba(217,164,65,.65);outline-offset:3px}
    .mega-menu{position:absolute;top:calc(100% + 1px);left:50%;width:min(1180px,calc(100vw - 40px));max-height:calc(94vh - 130px);padding:10px 24px 24px 24px;overflow-y:auto;border:1px solid var(--border);border-top:3px solid #095C37;border-radius:0 0 22px 22px;opacity:0;visibility:hidden;background:#fff;box-shadow:var(--shadow);transform:translate(-50%,-8px);transition:opacity .18s,visibility .18s,transform .18s}.mega-menu.is-open{opacity:1;visibility:visible;transform:translate(-50%,0)}
    .mega-head{display:flex;margin-bottom:20px;padding-bottom:17px;align-items:end;justify-content:space-between;gap:24px;border-bottom:1px solid var(--border)}.mega-head small{display:block;margin-bottom:6px;color:#095C37;font-size:.69rem;font-weight:850;letter-spacing:.11em;text-transform:uppercase}.mega-head h2{margin:0 0 5px;color:#095C37;font-size:1.45rem;letter-spacing:-.025em}.mega-head p{max-width:650px;margin:0;color:var(--muted);font-size:.84rem;line-height:1.5}.head-action{color:#095C37;font-size:.8rem;font-weight:850;text-decoration:none;white-space:nowrap}
    .mega-layout{display:grid;grid-template-columns:235px minmax(0,1fr);gap:28px}.mega-feature{display:flex;min-height:100%;padding:23px;flex-direction:column;border-radius:18px;color:#fff;background:radial-gradient(circle at 85% 10%,#095C37,transparent 30%),linear-gradient(145deg,#095C37,#095C37)}.feature-icon{display:grid;width:50px;height:50px;margin-bottom:22px;place-items:center;border:1px solid rgba(255,255,255,.25);border-radius:14px;background:rgba(255,255,255,.12);font-size:1.2rem}.mega-feature h3{margin:0 0 9px;font-size:1.2rem;line-height:1.2}.mega-feature p{margin:0 0 20px;color:rgba(255,255,255,.78);font-size:.8rem;line-height:1.52}.feature-actions{display:grid;gap:8px;margin-top:auto}.feature-link{display:flex;min-height:39px;padding:9px 11px;align-items:center;justify-content:space-between;gap:10px;border:1px solid rgba(255,255,255,.24);border-radius:10px;color:#fff;background:rgba(255,255,255,.09);font-size:.76rem;font-weight:800;text-decoration:none}.feature-link:hover{background:rgba(255,255,255,.17)}
    .mega-groups{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px}.mega-group h3{display:flex;min-height:31px;margin:0 0 0px;align-items:center;gap:8px;color:#095C37;font-size:.79rem;line-height:1.25}.mega-group h3 i{color:#095C37}.mega-group ul{display:grid;margin:0;padding:0;gap:1px;list-style:none}.mega-link{display:flex;padding:7px 9px;align-items:center;justify-content:space-between;gap:10px;border-radius:8px;color:var(--muted);font-size:.76rem;font-weight:650;line-height:1.3;text-decoration:none}.mega-link>i{opacity:0;color:#095C37;font-size:.65rem;transition:.15s}.mega-link:hover{color:#095C37;background:var(--soft)}.mega-link:hover>i{opacity:1}.mega-link small{display:block;margin-top:2px;color:#82918b;font-size:.67rem;font-weight:550}
    .hospital-gridd{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}.hospital-card{display:flex;min-height:185px;padding:18px;flex-direction:column;border:1px solid var(--border);border-radius:15px;color:#087A47;background:#fff;text-decoration:none;transition:.18s}.hospital-card:hover{border-color:#095C37;box-shadow:0 12px 25px rgba(7,69,51,.09);transform:translateY(-2px)}.hospital-icon{display:grid;width:42px;height:42px;margin-bottom:18px;place-items:center;border-radius:11px;color:#095C37;background:var(--soft)}.hospital-card strong{color:#095C37;font-size:.86rem;line-height:1.35}.hospital-card span{margin-top:7px;color:var(--muted);font-size:.71rem;line-height:1.45}.hospital-card em{margin-top:auto;padding-top:14px;color:#095C37;font-size:.72rem;font-style:normal;font-weight:800}
    .doctor-layout{display:grid;grid-template-columns:.85fr 1.55fr;gap:28px}.doctor-copy{padding:28px;border-radius:18px;color:#fff;background:linear-gradient(145deg,#095C37,#095C37)}.doctor-copy i{font-size:1.8rem}.doctor-copy h3{margin:24px 0 10px;font-size:1.55rem}.doctor-copy p{margin:0;color:rgba(255,255,255,.78);font-size:.86rem;line-height:1.6}.doctor-form{display:grid;padding:26px;border:1px solid var(--border);border-radius:18px;background:var(--surface)}.doctor-form h3{margin:0 0 18px;color:#095C37;font-size:1.12rem}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.field{display:grid;gap:6px}.field label{color:#095C37;font-size:.73rem;font-weight:800}.field input,.field select{width:100%;min-height:45px;padding:10px 12px;border:1px solid var(--border);border-radius:10px;color:#087A47;background:#fff}.doctor-submit{min-height:45px;margin-top:16px;border:0;border-radius:10px;color:#fff;background:#095C37;cursor:pointer;font-weight:850}.doctor-submit:hover{background:#095C37}
    .speciality-search{position:relative;width:min(370px,100%)}.speciality-search i{position:absolute;top:50%;left:14px;color:#095C37;transform:translateY(-50%)}.speciality-search input{width:100%;min-height:43px;padding:9px 14px 9px 40px;border:1px solid var(--border);border-radius:999px;background:var(--surface)}.is-filtered-out{display:none!important}.no-results{display:none;padding:25px;grid-column:1/-1;border:1px dashed var(--border);border-radius:12px;color:var(--muted);text-align:center}.no-results.is-visible{display:block}
    .demo{min-height:560px;padding:100px 20px;text-align:center;background:radial-gradient(circle at 50% 0,rgba(8,115,79,.12),transparent 38%),var(--surface)}.demo h1{max-width:790px;margin:0 auto 18px;color:#095C37;font-size:clamp(2.4rem,6vw,4.8rem);line-height:1.02;letter-spacing:-.055em}.demo p{max-width:700px;margin:auto;color:var(--muted);line-height:1.7}
    @media(max-width:1080px){.menu-trigger{padding-inline:7px;font-size:.77rem}.mega-groups{grid-template-columns:repeat(3,minmax(0,1fr))}.hospital-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
    @media(max-width:900px){.utility{display:none}.header-inner{width:min(100% - 24px,1180px);min-height:70px}.mobile-toggle{display:grid}.icon-button{display:none}.header-actions{margin-left:auto}.main-navigation{position:absolute;top:100%;left:0;display:none;width:100%;max-height:calc(100vh - 105px);overflow-y:auto;border-top:1px solid var(--border);background:#fff;box-shadow:0 18px 45px rgba(7,69,51,.14)}.main-navigation.is-open{display:block}.main-menu{display:grid;width:min(100% - 24px,720px);margin:auto;padding:10px 0 20px}.main-menu>li{display:block}.menu-trigger{width:100%;min-height:50px;padding:12px 4px;justify-content:space-between;border-bottom:1px solid var(--border);font-size:.94rem}.mega-menu{position:static;width:100%;max-height:none;padding:16px 0 8px;border:0;border-bottom:1px solid var(--border);border-radius:0;opacity:1;visibility:visible;box-shadow:none;transform:none}.mega-menu:not(.is-open){display:none}.mega-head{align-items:flex-start}.mega-layout,.doctor-layout{grid-template-columns:1fr}.mega-feature{min-height:210px}.mega-groups{grid-template-columns:repeat(2,minmax(0,1fr))}.hospital-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.appointment span{display:none}.appointment:after{content:"Book"}}
    @media(max-width:560px){.brand-copy{font-size:.9rem}.mega-head{display:grid}.mega-groups,.hospital-grid,.form-grid{grid-template-columns:1fr}.mega-group h3{min-height:auto;margin-top:8px}.mega-link{min-height:41px;font-size:.83rem}.emergency{font-size:.75rem}}
    @media(prefers-reduced-motion:reduce){*,*:before,*:after{transition-duration:.01ms!important;scroll-behavior:auto!important}}



 

.logo {
    /*width: 90%;*/
    width: 290px;
}  
.hd_width {
    width: 240px;
}
/*end header css */



/*all hospital css*/

/*.directory-hero,.hospital-hero{position:relative;overflow:hidden;color:#fff;background:radial-gradient(circle at 85% 12%,rgba(255,255,255,.16),transparent 26%),linear-gradient(145deg,var(--green),#095C37)}.directory-hero{padding:72px 0 100px}.directory-hero:after,.hospital-hero:after{position:absolute;right:-120px;bottom:-210px;width:520px;height:520px;border:1px solid rgba(255,255,255,.13);border-radius:50%;content:""}.hero-grid{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(300px,.65fr);gap:70px;align-items:center}.hero-copy h1,.hospital-title h1{margin:10px 0 18px;font-size:clamp(2.6rem,6vw,5rem);line-height:1.01;letter-spacing:-.06em}.hero-copy p{max-width:690px;margin:0;color:rgba(255,255,255,.8);font-size:1.03rem;line-height:1.72}.hero-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.hero-stat{padding:22px;border:1px solid rgba(255,255,255,.2);border-radius:16px;background:rgba(255,255,255,.09);backdrop-filter:blur(8px)}.hero-stat strong{display:block;font-size:1.65rem}.hero-stat span{display:block;margin-top:4px;color:rgba(255,255,255,.72);font-size:.72rem;font-weight:700}*/
/*.directory-controls{position:relative;z-index:3;margin-top:-42px}.control-panel{display:grid;grid-template-columns:minmax(250px,1fr) auto;gap:20px;padding:20px;border:1px solid var(--border);border-radius:18px;background:#fff;box-shadow:var(--shadow)}.search-field{position:relative}.search-field i{position:absolute;top:50%;left:15px;color:var(--green);transform:translateY(-50%)}.search-field input{width:100%;min-height:48px;padding:11px 15px 11px 43px;border:1px solid var(--border);border-radius:12px;color:var(--ink);background:var(--surface)}.filter-buttons{display:flex;gap:7px;align-items:center;overflow-x:auto}.filter-button{min-height:42px;padding:9px 14px;border:1px solid var(--border);border-radius:999px;color:#095C37;background:#fff;cursor:pointer;font-size:.76rem;font-weight:800;white-space:nowrap}.filter-button:hover,.filter-button.is-active{color:#fff;border-color:var(--green);background:var(--green)}*/
/*.directory-main{padding:70px 0 92px}.section-head{display:flex;margin-bottom:28px;align-items:end;justify-content:space-between;gap:24px}.section-head h2,.content-heading h2{margin:8px 0 0;color:#095C37;font-size:clamp(2rem,4vw,3.2rem);line-height:1.06;letter-spacing:-.045em}.results-count{color:var(--muted);font-size:.83rem;font-weight:700}.hospital-list{display:grid;gap:22px}.hospital-list-card{display:grid;grid-template-columns:255px minmax(0,1fr) 190px;min-height:275px;overflow:hidden;border:1px solid var(--border);border-radius:var(--radius);background:#fff;box-shadow:0 12px 35px rgba(7,69,51,.07);transition:.2s}.hospital-list-card:hover{border-color:var(--green);transform:translateY(-2px);box-shadow:var(--shadow)}.hospital-visual{position:relative;display:flex;padding:25px;align-items:flex-end;color:#fff;background:radial-gradient(circle at 70% 20%,rgba(255,255,255,.18),transparent 24%),linear-gradient(145deg,#15916a,#095C37)}.hospital-visual>i{position:absolute;top:26px;left:26px;font-size:2rem}.hospital-visual strong{max-width:180px;font-size:1.18rem;line-height:1.25}.hospital-detail{padding:27px 30px}.hospital-tags{display:flex;margin-bottom:12px;gap:7px;flex-wrap:wrap}.tag{padding:6px 9px;border-radius:999px;color:#095C37;background:var(--soft);font-size:.67rem;font-weight:800}.tag.emergency-tag{color:var(--red);background:#fdecec}.hospital-detail h3{margin:0 0 9px;color:#095C37;font-size:1.35rem}.hospital-address{display:flex;gap:9px;color:var(--muted);font-size:.82rem;line-height:1.55}.hospital-address i{margin-top:4px;color:var(--green)}.featured-care{display:flex;margin-top:19px;gap:16px;flex-wrap:wrap;color:var(--ink);font-size:.75rem;font-weight:750}.featured-care span:before{margin-right:6px;color:var(--green);content:"+"}.hospital-card-actions{display:flex;padding:26px 22px;flex-direction:column;justify-content:center;border-left:1px solid var(--border);background:var(--surface)}.card-action{display:flex;min-height:43px;margin:4px 0;padding:9px 13px;align-items:center;justify-content:center;gap:8px;border:1px solid var(--green);border-radius:999px;color:var(--green);font-size:.76rem;font-weight:850;text-decoration:none}.card-action.primary{color:#fff;background:var(--green)}.card-action:hover{color:#fff;background:#095C37;border-color:#095C37}.no-hospitals{display:none;padding:60px;border:1px dashed var(--border);border-radius:18px;color:var(--muted);text-align:center}.no-hospitals.is-visible{display:block}*/
/*.choice-section{padding:80px 0;background:var(--surface)}.choice-card{display:grid;grid-template-columns:1fr auto;padding:42px;align-items:center;gap:30px;border-radius:24px;color:#fff;background:linear-gradient(135deg,var(--green),#095C37)}.choice-card h2{margin:0 0 10px;font-size:clamp(1.8rem,3vw,2.6rem)}.choice-card p{margin:0;color:rgba(255,255,255,.78);line-height:1.6}.choice-actions{display:flex;gap:10px}.light-button{display:flex;min-height:46px;padding:11px 17px;align-items:center;justify-content:center;gap:8px;border:1px solid rgba(255,255,255,.35);border-radius:999px;color:#fff;background:rgba(255,255,255,.1);font-size:.78rem;font-weight:850;text-decoration:none}.light-button.primary{color:#095C37;background:#fff}*/
/*.hospital-hero{padding:48px 0 78px}.hospital-title{max-width:820px}.hospital-title .breadcrumb{margin-bottom:34px}.hospital-kicker{display:flex;gap:8px;align-items:center;color:rgba(255,255,255,.76);font-size:.78rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.hospital-title h1{font-size:clamp(2.5rem,5.5vw,4.6rem)}.hospital-title p{max-width:690px;margin:0;color:rgba(255,255,255,.8);font-size:1rem;line-height:1.65}.hospital-hero-actions{display:flex;margin-top:28px;gap:10px;flex-wrap:wrap}.hero-button{display:flex;min-height:48px;padding:11px 18px;align-items:center;gap:9px;border:1px solid rgba(255,255,255,.32);border-radius:999px;color:#fff;background:rgba(255,255,255,.09);font-size:.8rem;font-weight:850;text-decoration:none}.hero-button.primary{color:#095C37;background:#fff}.hospital-facts{position:relative;z-index:3;margin-top:-36px}.facts-grid{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--border);border-radius:18px;overflow:hidden;background:#fff;box-shadow:var(--shadow)}.fact{display:flex;min-height:105px;padding:21px;align-items:center;gap:13px;border-right:1px solid var(--border)}.fact:last-child{border:0}.fact-icon{display:grid;width:43px;height:43px;flex:0 0 43px;place-items:center;border-radius:12px;color:var(--green);background:var(--soft)}.fact small{display:block;color:var(--muted);font-size:.66rem;font-weight:750;text-transform:uppercase}.fact strong{display:block;margin-top:3px;color:#095C37;font-size:.82rem;line-height:1.35}*/
/*.page-anchor-nav{position:sticky;top:0;z-index:12;margin-top:34px;border-block:1px solid var(--border);background:rgba(255,255,255,.96);backdrop-filter:blur(10px)}.anchor-links{display:flex;overflow-x:auto}.anchor-links a{display:flex;min-height:52px;padding:0 18px;align-items:center;color:var(--muted);font-size:.77rem;font-weight:800;text-decoration:none;white-space:nowrap}.anchor-links a:hover{color:var(--green)}*/
/*.content-section{padding:86px 0}.content-section.soft{background:var(--surface)}.overview-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:70px;align-items:start}.content-heading p{margin:18px 0 0;color:var(--muted);line-height:1.75}.overview-points{display:grid;gap:12px}.overview-point{display:flex;padding:18px;gap:13px;border:1px solid var(--border);border-radius:14px;background:#fff}.overview-point i{margin-top:2px;color:var(--green)}.overview-point strong{display:block;color:#095C37;font-size:.88rem}.overview-point span{display:block;margin-top:4px;color:var(--muted);font-size:.76rem;line-height:1.5}*/
/*.cards-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:15px;margin-top:34px}.info-card{display:flex;min-height:210px;padding:22px;flex-direction:column;border:1px solid var(--border);border-radius:17px;background:#fff;transition:.18s}.info-card:hover{border-color:var(--green);box-shadow:0 14px 30px rgba(7,69,51,.08);transform:translateY(-2px)}.info-icon{display:grid;width:47px;height:47px;margin-bottom:23px;place-items:center;border-radius:13px;color:var(--green);background:var(--soft)}.info-card h3{margin:0 0 8px;color:#095C37;font-size:.97rem}.info-card p{margin:0;color:var(--muted);font-size:.76rem;line-height:1.55}.info-card a{margin-top:auto;padding-top:15px;color:var(--green);font-size:.73rem;font-weight:850;text-decoration:none}.wide-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.doctors-cta{display:grid;grid-template-columns:1fr auto;margin-top:35px;padding:30px;align-items:center;gap:24px;border:1px solid var(--border);border-radius:18px;background:#fff}.doctors-cta h3{margin:0 0 7px;color:#095C37}.doctors-cta p{margin:0;color:var(--muted);font-size:.82rem}.green-button{display:flex;min-height:46px;padding:10px 18px;align-items:center;justify-content:center;gap:8px;border-radius:999px;color:#fff;background:var(--green);font-size:.78rem;font-weight:850;text-decoration:none}.green-button:hover{background:#095C37}*/
/*.contact-grid{display:grid;grid-template-columns:1fr .85fr;gap:24px;margin-top:32px}.contact-card{padding:30px;border:1px solid var(--border);border-radius:20px;background:#fff}.contact-card h3{margin:0 0 19px;color:#095C37}.contact-list{display:grid;margin:0;padding:0;gap:14px;list-style:none}.contact-list li{display:flex;gap:11px;color:var(--muted);font-size:.82rem;line-height:1.5}.contact-list i{margin-top:3px;color:var(--green)}.map-placeholder{display:flex;min-height:100%;padding:30px;align-items:center;justify-content:center;flex-direction:column;border-radius:20px;color:#fff;background:radial-gradient(circle at 75% 20%,rgba(255,255,255,.17),transparent 25%),linear-gradient(145deg,var(--green),#095C37);text-align:center}.map-placeholder i{font-size:2rem}.map-placeholder h3{margin:18px 0 8px}.map-placeholder p{margin:0 0 20px;color:rgba(255,255,255,.77);font-size:.8rem;line-height:1.5}*/
/*.site-footer{padding:46px 0;color:rgba(255,255,255,.74);background:#053f30}.footer-grid{display:grid;grid-template-columns:1fr auto;align-items:center;gap:30px}.footer-brand{color:#fff;font-size:1.05rem;font-weight:900}.footer-brand p{max-width:560px;margin:8px 0 0;color:rgba(255,255,255,.65);font-size:.76rem;line-height:1.55}.footer-links{display:flex;gap:18px}.footer-links a{font-size:.75rem;text-decoration:none}*/
/*@media(max-width:1020px){.primary-nav{gap:12px}.hospital-list-card{grid-template-columns:215px minmax(0,1fr)}.hospital-card-actions{grid-column:2;display:grid;grid-template-columns:repeat(2,1fr);padding:0 28px 25px;border:0;background:#fff}.cards-grid{grid-template-columns:repeat(2,1fr)}}*/
/*@media(max-width:860px){.utility{display:none}.header-inner{min-height:70px}.mobile-toggle{display:grid}.header-actions{margin-left:auto}.primary-nav{position:absolute;top:100%;left:0;display:none;width:100%;padding:16px 20px;align-items:stretch;flex-direction:column;border-top:1px solid var(--border);background:#fff;box-shadow:var(--shadow)}.primary-nav.is-open{display:flex}.primary-nav a{min-height:42px;padding:10px 4px;border-bottom:1px solid var(--border)}.header-icon{display:none}.header-appointment span{display:none}.header-appointment:after{content:"Book"}.hero-grid,.overview-grid,.contact-grid{grid-template-columns:1fr}.hero-stats{max-width:470px}.control-panel{grid-template-columns:1fr}.hospital-list-card{grid-template-columns:180px minmax(0,1fr)}.facts-grid{grid-template-columns:repeat(2,1fr)}.fact:nth-child(2){border-right:0}.fact:nth-child(-n+2){border-bottom:1px solid var(--border)}.choice-card{grid-template-columns:1fr}.choice-actions{flex-wrap:wrap}.wide-grid{grid-template-columns:repeat(2,1fr)}}*/
/*@media(max-width:620px){.container{width:min(100% - 24px,1180px)}.directory-hero{padding:55px 0 90px}.hero-stats{grid-template-columns:1fr 1fr}.hospital-list-card{grid-template-columns:1fr}.hospital-visual{min-height:185px}.hospital-card-actions{grid-column:1;grid-template-columns:1fr 1fr;padding:0 22px 22px}.filter-buttons{padding-bottom:4px}.cards-grid,.wide-grid{grid-template-columns:1fr}.facts-grid{grid-template-columns:1fr}.fact{border-right:0;border-bottom:1px solid var(--border)!important}.fact:last-child{border-bottom:0!important}.doctors-cta{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr}.footer-links{flex-wrap:wrap}.choice-card{padding:28px}.hospital-title h1{font-size:2.6rem}}*/
/*@media(prefers-reduced-motion:reduce){*,*:before,*:after{transition-duration:.01ms!important;scroll-behavior:auto!important}}*/



.directory-hero, .hospital-hero{
    position:relative;
    overflow:hidden;
    color:#fff;
    background:radial-gradient(circle at 85% 12%, rgba(255, 255, 255, .16), transparent 26%), linear-gradient(145deg, var(--green), #095C37)
}
.directory-hero{
    padding:72px 0 100px
}
.directory-hero:after, .hospital-hero:after{
    position:absolute;
    /*right:-120px;*/
    /*bottom:-210px;*/
    /*width:520px;*/
    /*height:520px;*/
    /*border:1px solid rgba(255, 255, 255, .13);*/
    border-radius:50%;
    content:""
}
.hero-grid{
    display:grid;
    grid-template-columns:minmax(0, 1.35fr) minmax(300px, .65fr);
    gap:70px;
    align-items:center
}
.hero-copy h1, .hospital-title h1{
    margin:10px 0 18px;
    font-size:clamp(2.6rem, 6vw, 5rem);
    line-height:1.01;
    letter-spacing:-.06em
}
.hero-copy p{
    max-width:690px;
    margin:0;
    color:#fff;
    font-size:1.03rem;
    line-height:1.72
}
.hero-stats{
    display:grid;
    grid-template-columns:repeat(2, 1fr);
    gap:12px
}
.hero-stat{
    padding:22px;
    border:1px solid rgba(255, 255, 255, .2);
    border-radius:16px;
    background:rgba(255, 255, 255, .09);
    backdrop-filter:blur(8px)
}
.hero-stat strong{
    display:block;
    font-size:1.65rem
}
.hero-stat span{
    display:block;
    margin-top:4px;
    color:rgba(255, 255, 255, .72);
    font-size:.72rem;
    font-weight:700
}

.directory-controls{
    position:relative;
    z-index:3;
    margin-top:-42px
}
.control-panel{
    display:grid;
    grid-template-columns:minmax(250px, 1fr) auto;
    gap:20px;
    padding:20px;
    border:1px solid var(--border);
    border-radius:18px;
    background:#fff;
    box-shadow:var(--shadow)
}
.search-field{
    position:relative
}
.search-field i{
    position:absolute;
    top:50%;
    left:15px;
    color:var(--green);
    transform:translateY(-50%)
}
.search-field input{
    width:100%;
    min-height:48px;
    padding:11px 15px 11px 43px;
    border:1px solid var(--border);
    border-radius:12px;
    color:var(--ink);
    background:var(--surface)
}
.filter-buttons{
    display:flex;
    gap:7px;
    align-items:center;
    overflow-x:auto
}
.filter-button{
    min-height:42px;
    padding:9px 14px;
    border:1px solid var(--border);
    border-radius:999px;
    color:#095C37;
    background:#fff;
    cursor:pointer;
    font-size:.76rem;
    font-weight:800;
    white-space:nowrap
}
.filter-button:hover, .filter-button.is-active{
    color:#fff;
    border-color:var(--green);
    background:var(--green)
}

.directory-main{
    padding:70px 0 92px
}
.section-head{
    display:flex;
    margin-bottom:28px;
    align-items:end;
    justify-content:space-between;
    gap:24px
}
.section-head h2, .content-heading h2{
    margin:8px 0 0;
    color:#095C37;
    font-size:clamp(2rem, 4vw, 3.2rem);
    line-height:1.06;
    letter-spacing:-.045em;
    font-weight: bold;
}
.results-count{
    color:var(--muted);
    font-size:.83rem;
    font-weight:700
}
.hospital-list{
    display:grid;
    gap:22px
}
.hospital-list-card{
    display:grid;
    grid-template-columns:255px minmax(0, 1fr) 215px;
    min-height:275px;
    overflow:hidden;
    border:1px solid #095C37;
    border-radius:10px;
    background:#fff;
    box-shadow:0 12px 35px rgba(7, 69, 51, .07);
    transition:.2s
}
.hospital-list-card:hover{
    border-color:var(--green);
    transform:translateY(-2px);
    box-shadow:var(--shadow)
}
.hospital-visual{
    position:relative;
    display:flex;
    padding:25px;
    align-items:flex-end;
    color:#fff;
    background:radial-gradient(circle at 70% 20%, #095C37, transparent 24%), linear-gradient(145deg, #095C37, #095C37)
}
.hospital-visual>i{
    position:absolute;
    top:26px;
    left:26px;
    font-size:2rem
}
.hospital-visual strong{
    max-width:180px;
    font-size:1.18rem;
    line-height:1.25
}
.hospital-detail{
    padding:27px 30px
}
.hospital-tags{
    display:flex;
    margin-bottom:12px;
    gap:7px;
    flex-wrap:wrap
}
.tag{
    padding:6px 9px;
    border-radius:999px;
    color:#095C37;
    background:var(--soft);
    font-size:.67rem;
    font-weight:800
}
.tag.emergency-tag{
    color:#095C37;
    background:#efefef
}
.hospital-detail h3{
    margin:0 0 9px;
    color:#095C37;
    font-size:1.35rem
}
.hospital-address{
    display:flex;
    gap:9px;
    color:var(--muted);
    font-size:.82rem;
    line-height:1.55
}
.hospital-address i{
    margin-top:4px;
    color:var(--green)
}
.featured-care{
    display:flex;
    margin-top:19px;
    gap:16px;
    flex-wrap:wrap;
    color:var(--ink);
    font-size:.75rem;
    font-weight:750
}
.featured-care span:before{
    margin-right:6px;
    color:var(--green);
    content:"+"
}
.hospital-card-actions{
    display:flex;
    padding:26px 22px;
    flex-direction:column;
    justify-content:center;
    border-left:1px solid var(--border);
    background:var(--surface)
}
.card-action{
    display:flex;
    min-height:43px;
    margin:4px 0;
    padding:9px 13px;
    align-items:center;
    justify-content:center;
    gap:8px;
    border:1px solid var(--green);
    border-radius:999px;
    color:var(--green);
    font-size:.76rem;
    font-weight:850;
    text-decoration:none
}
.card-action.primary{
    color:#fff;
    background:var(--green)
}
.card-action:hover{
    color:#fff;
    background:#095C37;
    border-color:#095C37
}
.no-hospitals{
    display:none;
    padding:60px;
    border:1px dashed var(--border);
    border-radius:18px;
    color:var(--muted);
    text-align:center
}
.no-hospitals.is-visible{
    display:block
}

.choice-section{
    padding:80px 0;
    background:var(--surface)
}
.choice-card{
    display:grid;
    grid-template-columns:1fr auto;
    padding:42px;
    align-items:center;
    gap:30px;
    border-radius:24px;
    color:#fff;
    background:linear-gradient(135deg, var(--green), #095C37)
}
.choice-card h2{
    margin:0 0 10px;
    font-size:clamp(1.8rem, 3vw, 2.6rem)
}
.choice-card p{
    margin:0;
    color:rgba(255, 255, 255, .78);
    line-height:1.6
}
.choice-actions{
    display:flex;
    gap:10px
}
.light-button{
    display:flex;
    min-height:46px;
    padding:11px 17px;
    align-items:center;
    justify-content:center;
    gap:8px;
    border:1px solid rgba(255, 255, 255, .35);
    border-radius:999px;
    color:#fff;
    background:rgba(255, 255, 255, .1);
    font-size:.78rem;
    font-weight:850;
    text-decoration:none
}
.light-button.primary{
    color:#095C37;
    background:#fff
}

.hospital-hero{
    padding:48px 0 78px
}
.hospital-title{
    /*max-width:820px*/
}
.hospital-title .breadcrumb{
    margin-bottom:34px
}
.hospital-kicker{
    display:flex;
    gap:8px;
    align-items:center;
    color:rgba(255, 255, 255, .76);
    font-size:.78rem;
    font-weight:800;
    letter-spacing:.08em;
    text-transform:uppercase
}
.hospital-title h1{
    font-size:clamp(2.5rem, 5.5vw, 4.6rem)
}
.hospital-title p{
    max-width:690px;
    margin:0;
    color:rgba(255, 255, 255, .8);
    font-size:1rem;
    line-height:1.65
}
.hospital-hero-actions{
    display:flex;
    margin-top:28px;
    gap:10px;
    flex-wrap:wrap
}
.hero-button{
    display:flex;
    min-height:30px;
    padding:8px 18px;
    align-items:center;
    gap:9px;
    border:1px solid rgba(255, 255, 255, .32);
    border-radius:999px;
    color:#fff;
    background:rgba(255, 255, 255, .09);
    font-size:.8rem;
    font-weight:850;
    text-decoration:none
}
.hero-button.primary{
    color:#095C37;
    background:#fff
}
.hospital-facts{
    position:relative;
    z-index:3;
    margin-top:-36px
}
.facts-grid{
    display:grid;
    grid-template-columns:repeat(4, 1fr);
    border:1px solid var(--border);
    border-radius:18px;
    overflow:hidden;
    background:#fff;
    box-shadow:var(--shadow)
}
.fact{
    display:flex;
    min-height:105px;
    padding:21px;
    align-items:center;
    gap:13px;
    border-right:1px solid var(--border)
}
.fact:last-child{
    border:0
}
.fact-icon{
    display:grid;
    width:43px;
    height:43px;
    flex:0 0 43px;
    place-items:center;
    border-radius:12px;
    color:var(--green);
    background:var(--soft)
}
.fact small{
    display:block;
    color:var(--muted);
    font-size:.66rem;
    font-weight:750;
    text-transform:uppercase
}
.fact strong{
    display:block;
    margin-top:3px;
    color:#095C37;
    font-size:.82rem;
    line-height:1.35
}

.page-anchor-nav{
    position:sticky;
    top:0;
    z-index:12;
    margin-top:34px;
    border-block:1px solid var(--border);
    background:rgba(255, 255, 255, .96);
    backdrop-filter:blur(10px)
}
.anchor-links{
    display:flex;
    overflow-x:auto
}
.anchor-links a{
    display:flex;
    min-height:52px;
    padding:0 18px;
    align-items:center;
    color:var(--muted);
    font-size:.77rem;
    font-weight:800;
    text-decoration:none;
    white-space:nowrap
}
.anchor-links a:hover{
    color:var(--green)
}

.content-section{
    padding:86px 0
}
.content-section.soft{
    background:var(--surface)
}
.overview-grid{
    display:grid;
    grid-template-columns:1.2fr .8fr;
    gap:70px;
    align-items:start
}
.content-heading p{
    margin:18px 0 0;
    color:var(--muted);
    line-height:1.75
}
.overview-points{
    display:grid;
    gap:12px
}
.overview-point{
    display:flex;
    padding:18px;
    gap:13px;
    border:1px solid var(--border);
    border-radius:14px;
    background:#fff
}
.overview-point i{
    margin-top:2px;
    color:var(--green)
}
.overview-point strong{
    display:block;
    color:#095C37;
    font-size:.88rem
}
.overview-point span{
    display:block;
    margin-top:4px;
    color:var(--muted);
    font-size:.76rem;
    line-height:1.5
}

.cards-grid{
    display:grid;
    grid-template-columns:repeat(4, minmax(0, 1fr));
    gap:15px;
    margin-top:34px
}
.info-card{
    display:flex;
    min-height:210px;
    padding:22px;
    flex-direction:column;
    border:1px solid var(--border);
    border-radius:17px;
    background:#fff;
    transition:.18s
}
.info-card:hover{
    border-color:var(--green);
    box-shadow:0 14px 30px rgba(7, 69, 51, .08);
    transform:translateY(-2px)
}
.info-icon{
    display:grid;
    width:47px;
    height:47px;
    margin-bottom:23px;
    place-items:center;
    border-radius:13px;
    color:var(--green);
    background:var(--soft)
}
.info-card h3{
    margin:0 0 8px;
    color:#095C37;
    font-size:.97rem
}
.info-card p{
    margin:0;
    color:var(--muted);
    font-size:.76rem;
    line-height:1.55
}
.info-card a{
    margin-top:auto;
    padding-top:15px;
    color:var(--green);
    font-size:.73rem;
    font-weight:850;
    text-decoration:none
}
.wide-grid{
    grid-template-columns:repeat(3, minmax(0, 1fr))
}
.doctors-cta{
    display:grid;
    grid-template-columns:1fr auto;
    margin-top:35px;
    padding:30px;
    align-items:center;
    gap:24px;
    border:1px solid var(--border);
    border-radius:18px;
    background:#fff
}
.doctors-cta h3{
    margin:0 0 7px;
    color:#095C37
}
.doctors-cta p{
    margin:0;
    color:var(--muted);
    font-size:.82rem
}
.green-button{
    display:flex;
    min-height:46px;
    padding:10px 18px;
    align-items:center;
    justify-content:center;
    gap:8px;
    border-radius:999px;
    color:#fff;
    background:var(--green);
    font-size:.78rem;
    font-weight:850;
    text-decoration:none
}
.green-button:hover{
    background:#095C37
}

.contact-grid{
    display:grid;
    grid-template-columns:1fr .85fr;
    gap:24px;
    margin-top:32px
}
.contact-card{
    padding:30px;
    border:1px solid var(--border);
    border-radius:20px;
    background:#fff
}
.contact-card h3{
    margin:0 0 19px;
    color:#095C37
}
.contact-list{
    display:grid;
    margin:0;
    padding:0;
    gap:14px;
    list-style:none
}
.contact-list li{
    display:flex;
    gap:11px;
    color:var(--muted);
    font-size:.82rem;
    line-height:1.5
}
.contact-list i{
    margin-top:3px;
    color:var(--green)
}
.map-placeholder{
    display:flex;
    min-height:100%;
    padding:3px;
    align-items:center;
    justify-content:center;
    flex-direction:column;
    border-radius:14px;
    color:#fff;
    background:radial-gradient(circle at 75% 20%, #095C37, transparent 25%), linear-gradient(145deg, #095C37, #095C37);
    text-align:center
}
.map-placeholder i{
    font-size:2rem
}
.map-placeholder h3{
    margin:18px 0 8px
}
.map-placeholder p{
    margin:0 0 20px;
    color:rgba(255, 255, 255, .77);
    font-size:.8rem;
    line-height:1.5
}

.site-footer{
    padding:46px 0;
    color:rgba(255, 255, 255, .74);
    background:#053f30
}
.footer-grid{
    display:grid;
    grid-template-columns:1fr auto;
    align-items:center;
    gap:30px
}
.footer-brand{
    color:#fff;
    font-size:1.05rem;
    font-weight:900
}
.footer-brand p{
    max-width:560px;
    margin:8px 0 0;
    color:rgba(255, 255, 255, .65);
    font-size:.76rem;
    line-height:1.55
}
.footer-links{
    display:flex;
    gap:18px
}
.footer-links a{
    font-size:.75rem;
    text-decoration:none
}

@media(max-width:1020px){
    .primary-nav{
    gap:12px
}
.hospital-list-card{
    grid-template-columns:215px minmax(0, 1fr)
}
.hospital-card-actions{
    grid-column:2;
    display:grid;
    grid-template-columns:repeat(2, 1fr);
    padding:0 28px 25px;
    border:0;
    background:#fff
}
.cards-grid{
    grid-template-columns:repeat(2, 1fr)
}

}

@media(max-width:860px){
    .utility{
    display:none
}
.header-inner{
    min-height:70px
}
.mobile-toggle{
    display:grid
}
.header-actions{
    margin-left:auto
}
.primary-nav{
    position:absolute;
    top:100%;
    left:0;
    display:none;
    width:100%;
    padding:16px 20px;
    align-items:stretch;
    flex-direction:column;
    border-top:1px solid var(--border);
    background:#fff;
    box-shadow:var(--shadow)
}
.primary-nav.is-open{
    display:flex
}
.primary-nav a{
    min-height:42px;
    padding:10px 4px;
    border-bottom:1px solid var(--border)
}
.header-icon{
    display:none
}
.header-appointment span{
    display:none
}
.header-appointment:after{
    content:"Book"
}
.hero-grid, .overview-grid, .contact-grid{
    grid-template-columns:1fr
}
.hero-stats{
    max-width:470px
}
.control-panel{
    grid-template-columns:1fr
}
.hospital-list-card{
    grid-template-columns:180px minmax(0, 1fr)
}
.facts-grid{
    grid-template-columns:repeat(2, 1fr)
}
.fact:nth-child(2){
    border-right:0
}
.fact:nth-child(-n+2){
    border-bottom:1px solid var(--border)
}
.choice-card{
    grid-template-columns:1fr
}
.choice-actions{
    flex-wrap:wrap
}
.wide-grid{
    grid-template-columns:repeat(2, 1fr)
}

}

@media(max-width:620px){
    .container{
    width:min(100% - 24px, 1180px)
}
.directory-hero{
    padding:55px 0 90px
}
.hero-stats{
    grid-template-columns:1fr 1fr
}
.hospital-list-card{
    grid-template-columns:1fr
}
.hospital-visual{
    min-height:185px
}
.hospital-card-actions{
    grid-column:1;
    grid-template-columns:1fr 1fr;
    padding:0 22px 22px
}
.filter-buttons{
    padding-bottom:4px
}
.cards-grid, .wide-grid{
    grid-template-columns:1fr
}
.facts-grid{
    grid-template-columns:1fr
}
.fact{
    border-right:0;
    border-bottom:1px solid var(--border)!important
}
.fact:last-child{
    border-bottom:0!important
}
.doctors-cta{
    grid-template-columns:1fr
}
.footer-grid{
    grid-template-columns:1fr
}
.footer-links{
    flex-wrap:wrap
}
.choice-card{
    padding:28px
}
.hospital-title h1{
    font-size:2.6rem
}

}

@media(prefers-reduced-motion:reduce){
    *, *:before, *:after{
    transition-duration:.01ms!important;
    scroll-behavior:auto!important
}

}
.hero-copy h1{
    color: #fff;
    font-weight: bold;
}
.cntr h4 {
    font-size: 40px;
    text-align: center;
    margin-bottom: 0px;
    font-weight: 600;
}

.cntr p{
    text-align: center;
    font-size: 20px;
    color: #F37A20;
}
  .breadcrumb {
    display: flex;
    margin: 0 0 24px;
    padding: 0;
    align-items: center;
    gap: 9px;
    color: #fff;
    font-size: .78rem;
    list-style: none;
}  
.breadcrumb a {
    color: #fff;
}
.speciality-sectionhospital {
     padding-bottom: 0px; 
     padding-top: 0px; 
}   
    
.left_sec {
    text-align: left;
    margin-bottom: 0px;
} 
.left_sec p {
    text-align: left;
    display: inline-block;
}
    
.pt-0 {
    padding-top: 0px;
} 
.tagg {
    font-size: 13px;
    color: #095C37;
    margin-bottom: 8px;
    font-weight: 600;
    float: right;
}













.insurance-section{
    padding:80px 0;
}

.section-title{
    text-align:center;
    margin-bottom:45px;
}

.section-title span{
    color:#009245;
    font-weight:600;
    text-transform:uppercase;
    letter-spacing:1px;
}

.section-title h2{
    font-size:40px;
    margin:15px 0;
    color:#222;
}

.section-title p{
    color:#666;
    max-width:700px;
    margin:auto;
    line-height:28px;
}

.tab-buttons{
    display:flex;
    justify-content:center;
    gap:15px;
    margin-bottom:45px;
    flex-wrap:wrap;
}

.tab-btn{
    border:none;
    padding:8px 35px;
    border-radius:50px;
    background:#f4f1e9;
    font-size:17px;
    font-weight:500;
    cursor:pointer;
    transition:.3s;
    /*box-shadow:0 8px 25px rgba(0,0,0,.08);*/
}

.tab-btn.active{
    background:#095C37;
    color:#fff;
}

.tab-btn:hover{
    background:#095C37;
    color:#fff;
}

.tab-btnn{
    border:none;
    padding:8px 35px;
    border-radius:50px;
    background:#f4f1e9;
    font-size:17px;
    font-weight:500;
    cursor:pointer;
    transition:.3s;
    /*box-shadow:0 8px 25px rgba(0,0,0,.08);*/
}

.tab-btnn.active{
    background:#095C37;
    color:#fff;
}

.tab-btnn:hover{
    background:#095C37;
    color:#fff;
}

.tab-content{
    display:none;
}

.tab-content.active{
    display:block;
}

.logo-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:25px;
}

.logo-card{
    background:#fff;
    border-radius:10px;
    padding:35px;
    display:flex;
    justify-content:center;
    align-items:center;
    height:150px;
    transition:.35s;
    box-shadow:0 8px 25px rgba(0,0,0,.08);
}

.logo-card img{
    max-width:160px;
    max-height:70px;
    object-fit:contain;
    filter:grayscale(100%);
    transition:.3s;
}

.logo-card:hover{
    transform:translateY(-8px);
    box-shadow:0 18px 35px rgba(0,0,0,.15);
    border:2px solid #009245;
}

.logo-card:hover img{
    filter:grayscale(0%);
}

@media(max-width:991px){

.logo-grid{
    grid-template-columns:repeat(3,1fr);
}

}

@media(max-width:767px){

.logo-grid{
    grid-template-columns:repeat(2,1fr);
}

.section-title h2{
    font-size:30px;
}

.tab-btn{
    width:100%;
}
.tab-btnn{
    width:100%;
}

}

@media(max-width:480px){

.logo-grid{
    grid-template-columns:1fr;
}

.logo-card{
    height:120px;
}

}


.white_txt span {
    color: #fff;
}
.white_txt h2 {
    color: #fff!important;
}
.white_txt p {
    color: #fff;
}



/*emergency css*/
.sidebar{

width:360px;
background:#fff;
border-radius:18px;
overflow:hidden;
box-shadow:0 15px 35px rgba(0,0,0,.08);

}

.menu{

display:flex;
align-items:center;
gap:18px;
padding:28px;
cursor:pointer;
position:relative;
transition:.4s;

border-bottom:1px solid #eee;

}

.menu:last-child{
border:none;
}

.icon{

width:40px;
height:40px;
border-radius:50%;
background:#095C37;
color:#fff;

display:flex;
align-items:center;
justify-content:center;

font-size:18px;
transition:.4s;

}

.menu span{

font-size:18px;
font-weight:500;
transition:.4s;

}

.menu::before{

content:"";
position:absolute;
left:0;
top:0;

width:6px;
height:100%;

background:#095C37;

transform:scaleY(0);
transition:.35s;

}

.menu:hover{

background:#095C37;
padding-left:40px;

}

.menu:hover::before{

transform:scaleY(1);

}

.menu:hover .icon{

transform:rotate(15deg) scale(1.12);

}

.menu:hover span{

color:#fff;

}

.menu.active{

background:#095C37;

}

.menu.active span{

color:#fff;

}

.menu.active .icon{

background:#fff;
color:#095C37;

animation:pulse .8s;

}

.menu.active::before{

transform:scaleY(1);

background:#fff;

}

.content{

flex:1;
/*background:#fff;*/
padding: 0px 30px 40px 30px;
border-radius:15px;
    
}

.content h2{

color:#095C37;
margin-bottom:20px;

}

@keyframes pulse{

0%{
transform:scale(.8);
}

50%{
transform:scale(1.15);
}

100%{
transform:scale(1);
}

}

@media(max-width:900px){

.wrapper{

flex-direction:column;

}

.sidebar{

width:100%;

}

}


.wrapper{
    display: flex;
    align-items: flex-start;
    gap: 35px;
}

.sidebar{
    width: 360px;
    flex-shrink: 0;
}

.content h2 {
    color: #095C37;
    margin-bottom: 12px;
    font-size: 26px;
}
/*#Content2 {*/
/*    margin-bottom: 12px;*/
/*}*/

.page{
    display:none;
    animation:fade .5s ease;
}

.page.active{
    display:block;
}

@keyframes fade{
    from{
        opacity:0;
        transform:translateX(30px);
    }
    to{
        opacity:1;
        transform:translateX(0);
    }
}
.wrapper{
    display: flex;
    align-items: flex-start;
    gap: 35px;
}

/*emergency end*/



/*appointment css*/
 .appt-hero{padding:48px 0 72px;color:#fff;background:radial-gradient(circle at 86% 10%,rgba(243,122,32,.22),transparent 28%),linear-gradient(120deg,#073d31,#086743)}
    .crumb{display:flex;gap:10px;margin-bottom:54px;color:#a9c8bb;font-size:11px}.crumb strong{color:#fff}
    .appt-hero-grid{display:grid;grid-template-columns:1.45fr .65fr;gap:90px;align-items:end}
    .appt-hero h1{margin:0;font:500 clamp(46px,6vw,76px)/1.02 Manrope,Arial,sans-serif;letter-spacing:-.055em}.
    /*appt-hero h1 em{color:#ffb076;font-family:Georgia,serif;font-weight:400}.appt-hero-grid>p{margin:0 0 7px;color:#ccddd6;font-size:16px;line-height:1.7}*/
    .booking{padding:90px 0 110px;background:#f4f1e9}.booking-grid{display:grid;grid-template-columns:320px minmax(0,1fr);gap:52px;align-items:start}.booking-side{position:sticky;top:120px}.booking-side h2{margin:0 0 34px;letter-spacing:-.04em}
    .steps{margin:0;padding:0;list-style:none;border-top:1px solid #cbd3ce}.steps li{display:grid;grid-template-columns:45px 1fr;align-items:center;min-height:82px;border-bottom:1px solid #cbd3ce;opacity:.45;cursor:pointer}.steps li>span{width:32px;height:32px;display:grid;place-items:center;border:1px solid #9eada7;border-radius:50%;color:#087a47;font-size:10px;font-weight:700}.steps li div{display:flex;flex-direction:column}.steps li small{color:#77857f;font-size:9px;text-transform:uppercase;letter-spacing:.1em}.steps li strong{margin-top:4px;font-size:13px}.steps .active,.steps .complete{opacity:1}.steps .active>span{border-color:#f37a20;background:#f37a20;color:#fff;box-shadow:0 0 0 5px rgba(243,122,32,.12)}.steps .complete>span{border-color:#087a47;background:#087a47;color:#fff}
    .help-card{display:flex;gap:15px;margin-top:30px;padding:22px;background:#095C37;color:#fff}.help-card i{width:10px;height:10px;margin-top:5px;border-radius:50%;background:#f37a20;box-shadow:0 0 0 6px rgba(243,122,32,.15)}.help-card div{display:flex;flex-direction:column}.help-card small{color:#9ec0b2;font-size:9px;text-transform:uppercase}.help-card strong{margin:5px 0 9px;font-size:13px}.help-card a{color:#ffb076;font-weight:700}.assurance{display:grid;gap:9px;margin-top:24px;color:#68766f;font-size:11px}.assurance span:before{content:"✓";margin-right:9px;color:#087a47;font-weight:700}
    .form-card{min-height:760px;padding:46px 52px;background:#fff;box-shadow:0 22px 70px rgba(7,61,49,.1)}.form-head{display:flex;align-items:center;gap:17px;margin-bottom:46px;color:#f37a20;font-size:10px;font-weight:700}.progress{flex:1;height:2px;background:#e4e9e6}.progress i{display:block;height:100%;background:#f37a20;transition:width .3s}.form-step{min-height:565px}.form-step h2,.success h2{margin:0;letter-spacing:-.045em}.form-step>p:not(.kicker){max-width:610px;margin:15px 0 30px;color:#68766f;font-size:14px;line-height:1.65}.kicker{margin:0 0 13px;color:#087a47;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.12em}
    .hospital-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:28px}.hospital{position:relative;min-height:88px;padding:18px 40px 18px 18px;display:grid;grid-template-columns:28px 1fr;gap:10px;align-items:center;border:1px solid #d9e1de;cursor:pointer}.hospital input,.slot input,.patient-type input{position:absolute;opacity:0}.hospital .num{color:#f37a20;font-size:9px;font-weight:700}.hospital div{display:flex;flex-direction:column}.hospital small{color:#74817c;font-size:9px;text-transform:uppercase}.hospital strong{margin-top:4px;font-size:14px}.hospital b{position:absolute;top:13px;right:13px;width:22px;height:22px;display:none;place-items:center;border-radius:50%;background:#087a47;color:#fff;font-size:10px}.hospital.selected{border-color:#087a47;background:#eef5f1}.hospital.selected b{display:grid}
    .two-fields{display:grid;grid-template-columns:1fr 1fr;gap:18px}.field{display:grid;gap:8px;color:#354941;font-size:11px;font-weight:700}.field small{color:#8a9691;font-weight:400}.field input,.field select,.field textarea{width:100%;border:1px solid #d9e1de;background:#fff;color:#183029;outline:0}.field input,.field select{height:50px;padding:0 14px}.field textarea{padding:13px 14px;resize:vertical}.field input:focus,.field select:focus,.field textarea:focus{border-color:#087a47;box-shadow:0 0 0 3px rgba(8,122,71,.07)}.full{grid-column:1/-1}
    .time-set{margin:28px 0 0;padding:0;border:0}.time-set legend{margin-bottom:10px;font-size:11px;font-weight:700}.slots{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.slot{position:relative;height:52px;display:grid;place-items:center;border:1px solid #d9e1de;cursor:pointer;font-size:12px;font-weight:600}.slot.selected{border-color:#087a47;background:#087a47;color:#fff}.schedule-note{display:flex;gap:13px;margin-top:26px;padding:17px 18px;background:#eef5f1}.schedule-note>span{width:24px;height:24px;display:grid;place-items:center;border:1px solid #8cb6a3;border-radius:50%;color:#087a47;font:700 11px Georgia,serif}.schedule-note p{margin:0;color:#64736d;font-size:11px;line-height:1.5}.schedule-note strong{display:block;color:#183029}
    .patient-types{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:22px}.patient-type{position:relative;height:48px;display:grid;place-items:center;border:1px solid #d9e1de;cursor:pointer;font-size:12px;font-weight:600}.patient-type.selected{border-color:#087a47;background:#eef5f1;color:#087a47}.consent{display:flex;gap:11px;margin-top:20px;color:#68766f;font-size:11px;line-height:1.5}.consent input{accent-color:#087a47}.form-error{margin:0 0 18px;padding:13px 15px;border-left:3px solid #f37a20;background:#fff1e7;color:#8a3d08;font-size:12px;line-height:1.5}.form-actions{display:flex;align-items:center;justify-content:space-between;gap:20px;padding-top:26px;border-top:1px solid #e0e6e3}.back{border:0;background:transparent;color:#60716a;font-size:12px;font-weight:700}
    .success{min-height:650px;display:flex;flex-direction:column;justify-content:center}.success-icon{width:74px;height:74px;margin-bottom:28px;display:grid;place-items:center;border-radius:50%;background:#087a47;color:#fff;font-size:29px;box-shadow:0 0 0 12px #eef5f1}.success>p:not(.eyebrow){max-width:590px;color:#68766f;line-height:1.65}.summary{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid #d9e1de;border-left:1px solid #d9e1de}.summary div{min-height:102px;padding:18px;display:flex;flex-direction:column;border-right:1px solid #d9e1de;border-bottom:1px solid #d9e1de}.summary small{color:#f37a20;text-transform:uppercase;font-size:9px}.summary strong{margin:8px 0 4px}.summary span{color:#74817c;font-size:11px}
    .what-next{padding:92px 0;background:#fff}.next-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid #d9e1de;border-left:1px solid #d9e1de}.next-grid article{min-height:220px;padding:30px;border-right:1px solid #d9e1de;border-bottom:1px solid #d9e1de}.next-grid article>span{color:#f37a20;font-size:10px;font-weight:700}.next-grid h3{margin:47px 0 11px;font:600 19px/1.3 Manrope,sans-serif}.next-grid p{margin:0;color:#68766f;font-size:12px;line-height:1.6}
    @media(max-width:900px){.appt-hero-grid{grid-template-columns:1fr;gap:25px}.booking-grid{grid-template-columns:1fr}.booking-side{position:static}.steps{display:grid;grid-template-columns:repeat(3,1fr)}.steps li{padding:10px;border-right:1px solid #cbd3ce}.help-card,.assurance{display:none}}
    @media(max-width:640px){.appt-hero{padding:35px 0 54px}.crumb{margin-bottom:36px}.booking{padding:55px 0 75px}.booking-grid{gap:30px}.booking-side h2{font-size:25px}.steps li{grid-template-columns:1fr;gap:7px}.steps li small{display:none}.steps li strong{font-size:10px}.form-card{min-height:0;padding:30px 20px}.form-step{min-height:0;padding-bottom:30px}
    .hospital-grid,.two-fields,.summary{grid-template-columns:1fr}.slots{grid-template-columns:1fr 1fr}.full{grid-column:auto}.form-actions{flex-direction:column-reverse;align-items:stretch}.back{text-align:center;padding:14px}.next-grid{grid-template-columns:1fr}}


button#continue-button {
    background: #095C37;
    color: #fff;
    padding: 10px 20px;
    border-radius: 35px;
    font-size: 14px;
    border: 0px;
}  
button#continue-button:hover {
    background: #F37A20;
}  
  
/*appointment end*/




/*opd timing css*/
.opd-section{
    padding:70px 0px;
    /*animation:fadeUp 1s ease;*/
}

.table-box{
    overflow-x:auto;
    background:#fff;
    border-radius:20px;
    box-shadow:0 20px 50px rgba(0,0,0,.08);
    animation:zoom .8s ease;
}

table{
    width:100%;
    border-collapse:collapse;
}

thead{
    background: #095C37;
    color:#fff;
}

thead th{
    padding:18px;
    font-size:17px;
    text-align: center;
}

tbody td{
    padding:18px;
    text-align:center;
    border-bottom:1px solid #eee;
    transition:.4s;
}

tbody tr{
    transition:.4s;
}

tbody tr:hover{
    background:#f4fbff;
    transform:scale(1.01);
        overflow-x: hidden;
}



.closed{
    background:#e74c3c;
    color:#fff;
    padding:7px 16px;
    border-radius:30px;
    font-size:14px;
}

@keyframes fadeUp{

from{

opacity:0;
transform:translateY(60px);

}

to{

opacity:1;
transform:translateY(0);

}

}

@keyframes zoom{

from{

opacity:0;
transform:scale(.9);

}

to{

opacity:1;
transform:scale(1);

}

}

@media(max-width:768px){

.heading h2{

font-size:28px;

}

table{

min-width:850px;

}

}

/*opd timing css end*/


.prirow {
    padding: 30px;
}
.pribr {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}







/*.announcement-page{*/
/*    font-family:Arial,sans-serif;*/
/*    background:#f7fbfd;*/
/*    padding-bottom:80px;*/
/*}*/

.hero{
    background:linear-gradient(135deg,#0a6ebd,#0d8fd7);
    color:#fff;
    text-align:center;
    padding:90px 20px;
}

.hero h1{
    font-size:42px;
    margin-bottom:15px;
}

.hero p{
    max-width:700px;
    margin:auto;
    opacity:.9;
}

.search-box{
    width:90%;
    max-width:500px;
    margin:40px auto;
}

.search-box input{
    width:100%;
    padding:16px;
    border-radius:50px;
    border:1px solid #ddd;
    outline:none;
    font-size:16px;
}

.announcement-grid{
    /*width:90%;*/
    /*max-width:1200px;*/
    margin:auto;
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(300px,1fr));
    gap:30px;
}

.announcement-card{
    background:#fff;
    padding:30px;
    border-radius:15px;
    box-shadow:0 10px 25px rgba(0,0,0,.08);
    transition:.3s;
}

.announcement-card:hover{
    transform:translateY(-8px);
}

.date{
    color:#095C37;
    font-size:14px;
    font-weight:bold;
}

.announcement-card h3{
    margin:15px 0;
    color: #095C37;
    font-size: 22px;
}

.announcement-card p{
    color:#666;
    line-height:1.7;
    margin-bottom:20px;
}

.announcement-card a{
    color:#095C37;
    text-decoration:none;
    font-weight:600;
}

.subscribe{
    margin-top:80px;
    background:#0a6ebd;
    color:#fff;
    text-align:center;
    padding:60px 20px;
}

.subscribe h2{
    margin-bottom:10px;
}

.subscribe form{
    margin-top:25px;
}

.subscribe input{
    width:320px;
    max-width:90%;
    padding:15px;
    border:none;
    border-radius:50px;
}

.subscribe button{
    padding:15px 30px;
    border:none;
    border-radius:50px;
    background:#00b894;
    color:#fff;
    margin-left:10px;
    cursor:pointer;
}

@media(max-width:768px){

.hero h1{
    font-size:32px;
}

.subscribe button{
    margin-top:15px;
    margin-left:0;
}

}

.img100 {
    width: 100%;
}

.sp-icon {
    width: 20%;
    margin-bottom: 20px;
}

