
/*@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: -36%;
    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: -36%;
    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: #e6e6e6;
}
.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: 22px;
}

.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-type: none;
  background: url('http://venturezenith.com/nmc/images/speciality/bullet.png');
  font-size: 15px;
  background-repeat: no-repeat;
  background-position: 0 4px;
     background-size: 22px;
padding-left: 26px;
  margin-bottom: 10px;
  
  
  
  
  
 /*   margin: 0;*/
 /*   content: "";*/
	/*padding: 3px 0 3px 24px;*/
	/*list-style: none;*/
	/*background-image: url("http://venturezenith.com/nepalmediciti/images/speciality/bullet.png");*/
	/* background-size: contain;*/
 /*  display: inline-block;*/
	/*background-size: 20px;*/
	/*font-size: 15px;*/
	/* width: 1em;*/
 /* height: 1em;*/
 /* position: relative;*/
 /* top: 0.1rem;*/
 /*   background-repeat: no-repeat*/
}

/*ul li::before {*/
/*  content: "";*/
/*  background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/3/fb-heart.gif);*/
/*  background-size: contain;*/
/*  display: inline-block;*/
/*  width: 1em;*/
/*  height: 1em;*/
/*  position: relative;*/
/*  top: 0.1rem;*/
/*  margin-right: 0.2rem;*/
/*}*/

/*.list li {*/
   
/*	padding: 3px 0 3px 0px;*/

/*}*/
.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-image: linear-gradient(to right, #095C37, #087A47);*/
    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: #fff;
}
.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: -5px;
    /* 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: -5px;
    /* 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;
}
.fa-edit {
    border: 1px solid #fff;
    color: #fff;
    border-radius: 36px;
    padding: 7px;
    background: #095C37;
}
.fa-user-md {
   /*border: 1px solid #fff;*/
    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: #fff;
}
.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: linear-gradient(90deg, #087A47 67%, #095C37 169%);
    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-image: linear-gradient(to right, #095C37, #087A47);
}
.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-image: linear-gradient(to right, #095C37, #087A47);
    /*margin-top: -124px;*/
    border-radius: 16px;
        /*margin-bottom: 20px;*/
}

.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: -36%;
    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 #f46435;
    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: #7a2f91;
}
.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 #80808063;
    padding: 20px 20px;
    border-radius: 10px;
    margin: 0px 20px;
    background: #f8f8f8;
}
.ipcounter img{
    width: 50px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.ipcounter h5 {
        text-align: center;
    padding-top: 20px;
    color: #7a2f91;
    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;
}




















/*=========================
Top Bar
==========================*/

.top-bar{
    background:#095C37;
    color:#fff;
    font-size:14px;
}

.top-bar .container{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:10px 0;
}

.left-top,
.right-top{
    display:flex;
    gap:25px;
}

.top-bar a{
    color:#fff;
    font-size: 12px;
}

.top-bar i{
    margin-right:6px;
}

/*=========================
Header
==========================*/

header{
    background:#fff;
    position:sticky;
    top:0;
    z-index:999;
    box-shadow:0 3px 15px rgba(0,0,0,.08);
}

.header{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:18px 0;
}

.logo img{
    width:220px;
}

nav{
    flex:1;
    margin-left: 135px;
}

.menu{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:18px;
}

.menu>li{
    position:relative;
}

.menu>li>a{
    color:#095C37;
    font-size:16px;
    font-weight:500;
    transition:.3s;
}

.menu>li>a:hover{
    color:#F37A20;
}

.menu i{
    font-size:12px;
}

/*=========================
Apply Button
==========================*/

.apply-btn a{
    background:#095C37;
    color:#fff;
    padding:6px 28px;
    border-radius:55px;
    transition:.4s;
    display:inline-block;
}

.apply-btn a:hover{
    background:#F37A20;
}

/*=========================
Mega Menu
==========================*/

.mega-parent{
    position:relative;
}

.mega-menu{

    position:absolute;

    left:50%;

    transform:translateX(-50%);

    top:75px;

    width:645px;

    background:#fff;

    border-radius:5px;

    padding:15px 20px;

    visibility:hidden;

    opacity:0;

    transition:.35s;

    box-shadow:0 20px 40px rgba(0,0,0,.12);

}

.mega-parent:hover .mega-menu{

    opacity:1;

    visibility:visible;

    top:60px;

}

.mega-heading{

    margin-bottom:30px;

}

.mega-heading h2{
    font-size: 25px;
    color: #095C37;
    margin-bottom: 4px;
    font-weight: 600;
    font-style: italic;
}

.mega-heading p{

    color:#777;

}

.mega-grid{

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:18px;

}

.mega-item{
    display:flex;
    align-items:center;
    gap:20px;
    padding: 8px 15px;
    border-radius: 8px;
    transition:.3s;
}

.mega-item:hover{
    background:#f6f6f6;
}

.mega-item i{
        width: 35px;
    height: 35px;
    background: #095C37;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 14px;
}

.mega-item h3{
    color:#095C37;
    margin-bottom:0px;
    font-size: 16px;
}

.mega-item p{
    font-size:14px;
    margin-bottom: 0px;
}

/*=========================
Banner
==========================*/

.banner{

    height:600px;

    background:#ececec;

    display:flex;

    justify-content:center;

    align-items:center;

}

.banner h1{

    font-size:60px;

    color:#095C37;

}

/*=========================
Toggle
==========================*/

.toggle{

    display:none;

    font-size:28px;

    cursor:pointer;

}

/*=========================
Responsive
==========================*/

@media(max-width:991px){

.header{

    flex-wrap:wrap;

}

.toggle{

    display:block;

}

nav{

    width:100%;

    display:none;

    margin:25px 0 0;

}

nav.active{

    display:block;

}

.menu{

    flex-direction:column;

    align-items:flex-start;

    gap:0;

}

.menu li{

    width:100%;

    border-bottom:1px solid #eee;

}

.menu li a{

    display:block;

    padding:15px;

}

.apply-btn{

    display:none;

}

.mega-menu{

    position:static;

    transform:none;

    width:100%;

    opacity:1;

    visibility:visible;

    display:none;

    box-shadow:none;

    padding:15px;

    border-radius:0;

}

.mega-parent.active .mega-menu{

    display:block;

}

.mega-grid{

    grid-template-columns:1fr;

}

.top-bar{

    display:none;

}

.logo img{

    width:180px;

}

}

@media(max-width:768px){

.mega-heading h2{

    font-size:28px;

}

.banner h1{

    font-size:35px;

}

}

@media(max-width:480px){

.logo img{

    width:150px;

}

.mega-item{

    padding:15px;

}

.mega-item h3{

    font-size:17px;

}

.mega-item p{

    font-size:13px;

}

}

.menu-arrow{
    margin-left:5px;
    transition:.3s;
}

.mega-parent.active .menu-arrow{
    transform:rotate(180deg);
}

@media(max-width:991px){

.menu>li>a{
    display:flex;
    justify-content:space-between;
    align-items:center;
}

}

.announcement-bar{
    background:#087A47;
    padding:2px 15px;
    text-align:center;
}

.announcement-bar a{
    color:#fff;
    font-size:12px;
    font-weight:500;
}
.mega-heading {
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
}

.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: var(--ink); }
.finder-search input::placeholder { color: #8b9692; }
.finder-action { position: relative; border: 0; padding: 20px 18px; background: #fff; color: var(--ink); 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:52px;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);background: #F37A20;}
.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:#fff;
}
.spec:hover p {
    color:#fff;
}


/* 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;
}

@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;
    }
}



/*counters*/

.stats-band { padding: 75px 0; background: #F37A20; color: white; }
.stats-grid { display: grid; grid-template-columns: 1.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 36px;
    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:18px;
}

.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: 33%;
    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://apexgroupofhospitals.com/wp-content/uploads/apex-group-of-hospitals-1024x751.png") 52% 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:#087A47;color:#fff;text-align:center;font-size:clamp(18px,3vw,30px);letter-spacing:1px;padding:16px 20px;font-weight:800}
.footer{background:#095C37;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:44px}
.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-family:var(--display);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-family:var(--display);font-weight:700}
.f-keys{padding:26px 0;border-bottom:1px solid rgba(255,255,255,.12)}
.f-keys b{font-family:var(--display);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-family:var(--display);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: 65%;
    /* 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:#087A47;
}
.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;
}
}