
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

body {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  overflow-x:hidden;
}

nav.navbar.navbar-expand-lg.navbar-light.bk {
    background: #193778;
    /*background: linear-gradient(90deg, #193778 30%, #D81159 100%);*/
    padding: 0px 0px;
    border-bottom: 1px solid #E6E6E6;
}
.main_menu ul li a {
    font-size: 14px;
    color: #fff;
    padding: 8px 19px;
    display: block;
}
.topnav {
    margin-bottom: 0px;
    font-size: 13px;
}
.container.cnt {
    max-width: 1170px;
}
.dis {
    display: block!important;
    padding-right: 0px;
}
.fr {
    float: right;
    margin-bottom: 0px;
}
.main_menu ul li {
    position: relative;
}
.main_menu ul li {
    position: relative;
}
.main_menu > ul > li {
    display: inline-block;
    position: relative;
    margin: 0 -2px;
}
a {
    text-decoration: none!important;
}
.cntimg {
    width: 15px;
    margin-right: 4px;
}
.ccimg {
        width: 15px;
    margin-right: 7px;
    /*width: 13px;*/
    /*margin-right: 2px;*/
}
.logoimg {
    width: 68px;
    margin-left: 5px;
}
.mobile_btn {
    display: none;
}
.ptb {
    padding: 19px 0px;
}
.main_menu.menupd ul li a {
    font-size: 14px;
    color: #000;
    padding: 2px 20px;
    display: block;
}
.main_menu ul li ul {
    width: 200px;
    background: #fff;
    transition: 0.5s;
    box-shadow: 0px 5px 15px 0px rgba(212, 201, 201, 0.75);
}
.baa {
    background: #193778;
    color: #fff;
    border-radius: 52px;
    text-align: center;
    width: 200px;
    /*padding: 3px 0px 4px;*/
    box-shadow: 0px 3px 12px 0px #80808063;
}
.wht {
    color:#fff!important;
}
.fnd {
    background: #193778;
    color: #fff;
    border-radius: 10px;
    text-align: center;
    width: 175px;
    padding: 13px 20px;
}
.fa-angle-down:before {
    content: "\f107";
    color: #F4C8D3;
    font-size: 12px;
    margin-left: 4px;
}
.wd100 {
    width: 100%;
}

.carousel-indicators [data-bs-target] {
    width: 8px;
    height: 8px;
    border-radius: 80%;
    background-color: #193778;
}
.container.pd0 {
    padding: 15px 0px;
}
.bckclr {
    background: #FBC6D9;
    border-radius: 15px;
}
.col-md-3.wd {
    padding-left: 0px;
    padding-right: 0px;
    margin-top: -27px;
    background: #fff;
    border: 1px solid #193778;
    /*border-radius: 4px;*/
}
.pnkbck {
    background: #193778!important;
    color:#fff!important;
     border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;

}
.rght {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}
.wd p {
    margin-bottom: 0px;
    padding: 16px 0px;
    text-align: center;
    font-size: 17px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}
form {
    width: 100%;
}
.form-control {
    width: 100%;
    padding: 13px 20px;
    font-size: 14px;
    border: 2px solid #193778;
    border-radius: 10px;
}
.search-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 600px;
  position: relative;
}
.search-input {
    width: 100%;
    padding: 13px 20px;
    font-size: 14px;
    border: 2px solid #193778;
    border-radius: 10px;
    /*box-shadow: 0px 1px 6px rgba(32, 33, 36, 0.28);*/
    outline: none;
    transition: all 0.3s ease;
}
.search-input:focus {
  border-color: #4285f4;
  box-shadow: 0px 1px 8px rgba(66, 133, 244, 0.5);
}
.search-button {
  position: absolute;
  right: 8px;
  background-color: #c44f86;
  color: white;
  border: none;
  padding: 8px 16px;
  border-radius: 24px;
  cursor: pointer;
  font-size: 16px;
  outline: none;
}     
.search-button:hover {
  background-color: #c44f86;
}
.search-icon {
  position: absolute;
  right: 60px;
  font-size: 18px;
  color: #757575;
  pointer-events: none;
}
.pt30 {
    padding: 120px 0px 52px 0px;
}
.mgsp {
    margin: 0px 150px;
    padding-bottom: 22px;
}
.textpt {
    text-align: center;
    padding-top: 25px;
}
.boxlg {
    background: #F690B5;
    font-size: 13px;
    padding: 5px 25px;
    margin-top: 25px;
    border-radius: 10px;
    margin-bottom: 30px;
    width: 396px;
}
.boxlg1 {
        background: #F690B5;
    font-size: 13px;
    padding: 5px 25px;
    margin-top: 25px;
    border-radius: 10px;
    margin-bottom: 30px;
    width: 426px;
    margin-left: 27%;
}

.vwtabbtn {
    background: #F690B5;
    font-size: 13px;
    padding: 5px 25px;
    margin-top: 16px;
    border-radius: 10px;
        margin-bottom: 16px;
    width: 245px;
    text-align: center;
}
.vwtabbtn p {
    margin-bottom:0px;
}
.vwtabbtn span a:hover {
    color:#D81159!important;
}
.vwtabbtn span a {
    color: #193778!important;
    font-weight: 700;
}

.tableft {
    margin: 0px 107px;
    padding-bottom: 22px;
}

.boxlg1 span {
    color: #193778;
    font-weight: 700;
}
.boxlg1 p {
    margin-bottom:0px;
}
.boxlg p {
    margin-bottom:0px;
}

.center {
    text-align: center;
    font-size: 38px;
}

.center span{
    color: #D81159;
    font-weight: bold;
}
#grayscale {
  width: 320px;
  height: 400px;
  border-radius: 10px;
  overflow: hidden;
      margin-left: auto;
    margin-right: auto;
    display: block;
  /*box-shadow: 0px 0px 30px #00000080;*/
}
.image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
  /*transform: scale(1.3);*/
  /*transform: scale(0.9);*/
  filter: grayscale(1);
  transition: 510ms ease;
}

#grayscale:hover > .image {
  filter: grayscale(0);
  transform: scale(1);
 
}
#grayscale h4 {
    z-index: 99999;
    position: absolute;
        margin-left: 8%;
    margin-top: -55px;
    color: #fff;
}

.mt45 {
    margin-top: 45px;
}
.mt45 a {
    color: #333333;
}
.centerh {
    text-align: center;
}
.column {
  float: left;
  width: 20%;
  /*padding: 1.5%;*/
     border-right: 1px solid #F4C8D3;
}

#grayvido {
  /*width: 320px;*/
  /*height: 400px;*/
  overflow: hidden;
      margin-left: auto;
    margin-right: auto;
    display: block;
  /*box-shadow: 0px 0px 30px #00000080;*/
}
.imag {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
  transform: scale(0.9);
  filter: grayscale(1);
  transition: 510ms ease;
}

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


@media screen and (max-width: 600px) {
  .column {
    width: 30%;
    display: block;
    margin-bottom: 10px;
  }
}

.card {
  background-color: #ffffff00;
  text-align: center;
  /*background-color: #444;*/
  /*color: #193778;*/
}
.card h3 {
    color:#193778;
    font-size: 50px;
    font-weight: bold;
}
.card {
    border: none;
}
.card p {
    font-size: 20px;
}
.greybck {
    background-color: #E6E6E6;
}
.aw {
    background: #fff;
    padding: 45px;
    border-radius: 10px;
    border: 3px solid #d81159;
    margin: 0px 15px;
}

.cl [data-bs-target] {
    width: 8px;
    height: 8px;
    border-radius: 80%;
    background-color: #193778!important;
    
}
.cl {
    top: 80%!important;
}

#search-bar {
    width: 100%;
    padding: 13px 20px 13px 44px;
    font-size: 14px;
    border: 2px solid #193778;
    border-radius: 10px;
}

.search-icon {
    position: absolute;
    left: 0;
    width: 20px;
    margin-left: 18px;
    margin-top: 15px;
}

.sic {
    width: 13px;
    margin-top: 14px;
    position: absolute;
    left: 0;
    margin-left: 18px;
}
.health {
    margin-left: auto;
    margin-right: auto;
    margin-top:35px;
}
.hsrc {
    width: 20px;
}
@media (min-width: 768px) {
    .main_menu ul li ul {
        visibility: hidden;
        opacity: 0;
        position: absolute;
        margin-top: 50px;
    }
}



.thumb {
    position: relative; 
    /*width: 100px; */
    /*height: 150px;*/
}
.thumb a {position: absolute; top: 0; display: block; width: 100%; height: 100%; text-align: center; text-decoration: none;}
.thumb a .play, .thumb a .overlay {opacity: 0;}
.thumb a:hover .play, .thumb a:hover .overlay {display: block; transition: opacity .25s ease-in-out;-moz-transition: opacity .25s ease-in-out;-webkit-transition: opacity .25s ease-in-out;}
.thumb a:hover .play {position: relative; font-size: 64px; color: #ffffff; z-index: 1000; opacity: 1;vertical-align:middle}
.thumb a:hover .overlay {position: absolute; top: 0; width: 100%; height: 100%; background-color: #193778; opacity: 0.8;
        background-blend-mode: multiply;
    background-repeat: no-repeat;
    background-size: cover;
    content: 'test';
}


.play {
        margin-left: auto;
    margin-right: auto;
    display: block;
    top: 34%;
    width: 12%;
}

.thumb a .playy, .thumb a .overlay {opacity: 0;}
.thumb a:hover .playy, .thumb a:hover .overlay {display: block; transition: opacity .25s ease-in-out;-moz-transition: opacity .25s ease-in-out;-webkit-transition: opacity .25s ease-in-out;}
.thumb a:hover .playy {position: relative; font-size: 64px; color: #ffffff; z-index: 1000; opacity: 1;vertical-align:middle}
.playy {
    margin-left: auto;
    margin-right: auto;
    display: block;
    top: 70%;
    width: 93%;
}
.pl0 {
    padding-left: 0px;
}
.pt8 {
    padding-top: 10px;
}


.tab {
    overflow: hidden;
    margin-left: 24%;
    margin-top: 3%;
    margin-bottom: 4%;
  /*border: 1px solid #aaa;*/
  /*background-color: #f1f1f1;*/
}
.tab button {
  /*float: left;*/
  border: none;
  outline: none;
      cursor: pointer;
    padding: 5px 20px;
    font-size: 15px;
    background: no-repeat;
    border: 2px solid #193778;
    /*border-radius: 25px;*/
    margin: 0px;
    width: 50%;
}
.tab button:hover {
  background-color: #193778;
  color:#fff;
}
.tab button.active {
  background-color: #193778;
  color:#fff;
  border-radius: 15px;
}
.tabcontent {
    display: none;
    padding: 5px 15px 5px 15px;
    /*border: 1px solid #aaa;*/
    border-top: none;
}
.tabimg {
    width: 16px;
    margin-right: 10px;
}
.pt20 {
    padding-top: 20px;
}
.pt125 {
        padding: 85px 0px 155px 0px;
}
.pt100 {
    padding: 0px 0px 100px 0px;
}
.mg {
        margin-right: 30px;
}





.pt0 {
    padding-top: 75px;
}
.pt60 {
    padding-top: 60px;
}

#graysbg {
 
  border-radius: 10px;
  overflow: hidden;
      margin-left: auto;
    margin-right: auto;
    display: block;
    margin: 0px 20px 80px 0px;

      /*margin: 0px 20px;*/
}
.imagee {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
  /*transform: scale(1.3);*/
  /*transform: scale(0.9);*/
  filter: grayscale(1);
  transition: 510ms ease;
}

#graysbg:hover > .imagee {
  filter: grayscale(0);
  transform: scale(1);
  /*content: '';*/
  /*display: block;*/
  /*position: absolute;*/
  /*height: 0%;*/
  /*width: 100%;*/
  /*bottom: 0;*/
  /*transition: height 0.5s ease-out;*/
  /*z-index:99999;*/
  /*background: linear-gradient(to bottom, transparent 0%, black 100%);*/
}
#graysbg h4 {
    z-index: 99999;
    position: absolute;
    margin-left: 5%;
}

.logobck {
 /*   height: auto;*/
	/*background: url(https://htiwebs.com/mhc/images/15.png) no-repeat center fixed;*/
	/*-webkit-background-size: cover;*/
 /* -moz-background-size: cover;*/
 /* -o-background-size: cover;*/
	/*background-size: cover;*/
	/*background-color: #1c120c;*/
	/*background-attachment:fixed;*/
	/*position:relative;*/
	/*overflow:hidden;*/
	
	
	
    position: absolute;
    opacity: .1;
    z-index: -1;
    right: 0;
    width: 100%;
    bottom: 0;
    background: url(https://htiwebs.com/mhc/images/15.png) no-repeat center fixed;

	
    /*background-position: center;*/
    /*background-repeat: no-repeat;*/
    /*background-image: url(https://htiwebs.com/mhc/images/15.png);*/
    /*background-size: cover;*/
    /*background-attachment: fixed;*/
}


.transimge {
    background-position: right;
    background-repeat: no-repeat;
    /*background-image: url(https://htiwebs.com/holyfamilyhospital/images/logobck.webp);*/
    background-size: contain;
    background-attachment: fixed;
    
}
.logo15 {
    background-position: left;
    background-repeat: no-repeat;
    background-image: url(https://htiwebs.com/holyfamilyhospital/images/83.webp);
    background-size: contain;
    background-attachment: fixed;
}


#search-bartop {
    /*width: 100%;*/
    width: 262px;
    padding: 4px 0px 4px 27px;
    font-size: 14px;
    border: 0px solid #193778;
    font-weight: 300;
    border-left: 1px solid #e6e6e657;
    border-right: 1px solid #e6e6e657;
    border-radius: 0px;
        background: #dfdfdf00;
}
.search-icontop {
    position: absolute;
    left: 0;
        margin-left: 9px;
    margin-top: 8px;
    font-size: 12px;
}
.btmtext {
    margin-top: 11px;
    font-size: 131px;
    font-weight: bold;
    /* opacity: 0.3; */
    color: #e6e6e6;
    text-align: center;
    margin-bottom: -103px;
    z-index: 99999;
    position: relative;
}
.footimge {
    position: absolute;
    opacity: .2;
    /*z-index: 99;*/
    right: 0;
         width: 539px;
    /*width: 410px;*/
}
.footerfirst {
        padding: 124px 27px 30px 100px;
}
.footerfirstt {
        padding: 124px 27px 30px 60px;
            /*position: relative;*/
}
.footerscnd {
    padding: 15px 27px 20px 100px;
}
.mt25 {
        margin-top: 25px;
}
.footh6 {
    color: #fff;
    font-weight: 700;
    font-size: 19px;
    margin-bottom: 20px;
}
.ulli {
    list-style: none;
    padding-left: 0px;
}
.ulli li {
    color:#fff;
    font-size: 13px;
    line-height: 40px;
}
.ulli .break {
    line-height: 17px;
}
.textcs {
    font-size: 13px;
}
.mt70 {
    margin-top: 30px;
}

.button {
  border: none;
  color: white;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  transition-duration: 0.4s;
  cursor: pointer;
  padding: 7px 0px 7px!important;
}

.button1 {
  background-color: #193778; 
  border-radius: 25px;
}

.button1:hover {
  background-color: #D81159;
  color: white;
}
.blog h5 {
    font-weight: 600;
        margin-bottom: 10px;
}

.mgbtm {
    padding: 10px 0px 10px 0px;
    /*width: 229px;*/
    font-size: 13px;
}


.square {
  /*border: 1px solid black;*/
  position: absolute;
  z-index: 9999;
}
.square:before {
  content: '';
  display: block;
  position: absolute;
  /*height: 0%;*/
  /*width: 100%;*/
    width: 100%;
    right: 0px;
  bottom: 0;
  transition: height 0.5s ease-out;
  background: linear-gradient(to bottom, transparent 0%, #D81159 100%);
  z-index: 9999;
      border-bottom-left-radius: 15px;
      border-bottom-right-radius: 15px;
      /*border-radius: 15px;*/
}
.square:hover:before {
  height: 30%;
  z-index: 9999;
}
.footlogo {
        width: 68%;
}

.mb20 {
    margin-bottom: 20px;
}
.fr {
    float: right;
}
.ptsp {
    padding-top: 70px;
}





/*.frame {*/
/*  width: 90%;*/
/*  margin: 40px auto;*/
/*  text-align: center;*/
/*}*/
.custom-btn {
 
  color: #fff;
  border-radius: 38px;
  padding: 7px 25px;
  background: transparent;
  cursor: pointer;
  transition: all 0.9s ease;
  position: relative;
  display: inline-block;
   
  outline: none;
}

.btn-15 {
  background: #193778;
  border: none;
  z-index: 1;
     font-size: 13px;
}
.btn-15:after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  background-color: #D81159;
  border-radius: 5px;
  border-radius: 38px;
  transition: all 0.9s ease;
}
.btn-15:hover {
  color: #fff;
}
.btn-15:hover:after {
  left: 0;
  width: 100%;
}
.btn-15:active {
  top: 2px;
}



.main_menu > ul > li a:hover {
    /*color:#193778!important;*/
}
ol, ul {
    padding-left: 0rem!important;
}


.main_menu > ul > li .vcc:hover {
    /*color:#333333!important;*/
}



.custom-btnn {
 
  color: #fff;
  /*border-radius: 38px;*/
  padding: 5px 25px;
  background: transparent;
  cursor: pointer;
  transition: all 0.9s ease;
  position: relative;
  /*display: inline-block;*/
   
  outline: none;
}

.btn-1 {
  background: #193778;
  border: none;
  z-index: 1;
  font-size: 17px;
}
.btn-1:after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  background-color: #D81159;
  border-radius: 5px;
      border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;

  transition: all 0.9s ease;
}
.btn-1:hover {
  color: #fff;
}
.btn-1:hover:after {
  left: 0;
  width: 100%;
}
.btn-1:active {
  top: 2px;
}


.custom-bt {
  color: #fff;
  padding: 5px 25px;
  background: transparent;
  cursor: pointer;
  transition: all 0.9s ease;
  position: relative;
  outline: none;
}

.bt-1 {
  border: none;
  color: #333;
  z-index: 1;
  font-size: 17px;
}
.bt-1:after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  background-color: #D81159;
      border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;

  transition: all 0.9s ease;
}
.bt-1:hover {
  color: #fff;
}
.bt-1:hover:after {
  left: 0;
  width: 100%;
}
.bt-1:active {
  top: 2px;
}




.custom-bt1 {
  color: #fff;
  padding: 9px 30px;
  background: transparent;
  cursor: pointer;
  transition: all 0.9s ease;
  position: relative;
  outline: none;
}

.bt-12 {
  border: none;
  z-index: 1;
}
.bt-12:after {
  position: absolute;
  content: "";
  /*width: 0;*/
  height: 100%;
  top: 0;
  right: 8px;
  z-index: -1;
  background-color: #D81159;
      border-radius: 36px;

  transition: all 0.9s ease;
}
.bt-12:hover {
  color: #fff;
}
.bt-12:hover:after {
  left: -12px;
    width: 231px;
}
.bt-12:active {
  top: 2px;
}
.pt50 {
    padding-top: 50px;
}

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

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #193778; 
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #D81159; 
}


.accordion {
    width: 100%;
    max-width: 360px;
  /*margin: 30px auto 20px;*/
    height: 340px;
    overflow-y: scroll;
    list-style: none;
    padding-left: 0px;
}

.accordion .link {
  cursor: pointer;
  display: block;
  padding: 0px 33px 15px 0px;
  color: #fff;
  font-size: 13px;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.accordion li:last-child .link { border-bottom: 0; }

.accordion li i {
  position: absolute;
  top: 4px;
  left: 12px;
  font-size: 18px;
  color: #595959;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.accordion li i.fa-chevron-down {
  right: 12px;
  left: auto;
  font-size: 16px;
}

.accordion li.open .link { color: #193778; }

.accordion li.open i { color: #193778; }

.accordion li.open i.fa-chevron-down {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}


.submenu {
  display: none;
  font-size: 13px;
      padding-left: 0px;
      list-style: none;
}

/*.submenu li { border-bottom: 1px solid #D81159; }*/

.submenu a {
  display: block;
  text-decoration: none;
  color: rgb(255 255 255 / 44%);
  padding: 0px 10px 10px 15px;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.specwd {
    width: 28%;
    margin-left: 20px;
    margin-right: 28px;
}
.wcls {
    color:#fff!important;
    font-weight:300;
    background: #193778;
}

.main_menu > ul > li .wcls:hover {
    color:#fff!important;
    background: #D81159;
}
.ccls {
    color:#fff!important;
    font-weight:300;
    background: #D81159;
}
.main_menu > ul > li .ccls:hover {
    color:#fff!important;
    background: #193778;
}
.boxlg span a:hover {
    color:#D81159!important;
}
.boxlg span a {
    color: #193778!important;
    font-weight: 700;
}
.boxlg1 span a:hover {
    color:#D81159!important;
}
.boxlg1 span a {
    color: #193778!important;
    font-weight: 700;
}

/*btn hover*/
.fadee {
  background-color: #193778;
  color: #fff;
  transition: background-color 0.5s;
  border-radius: 10px;
  text-align: center;
  width: 175px;
    padding: 13px 20px;
        border: none;
}

.fadee:hover {
  background-color: #D81159;
}

.fadee:focus,
.fadee:active {
  background-color: #D81159;
  transition: none;
}

.bookap {
    background-color: #193778;
    color: #fff;
    transition: background-color 0.5s;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    text-align: center;
    padding: 18px 40px;
    border: none;
    margin-top: -27px;
    width: 100%;
    border: 1px solid #193778;
 }
 .bookap:hover {
  background-color: #D81159;
}

.mgap {
        background-color: #fff;
    color: #333;
    transition: background-color 0.5s;
    text-align: center;
    padding: 18px 35px;
    border: none;
    margin-top: -27px;
    width: 100%;
    border: 1px solid #193778;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
 }
 .mgap:hover {
  background-color: #D81159;
  color:#fff;
}
.wcbtn {
    background-color: #193778;
    color: #fff!important;
    transition: background-color 0.5s;
    text-align: center;
    padding: 18px 35px;
    border: none;

 }
 .wcbtn:hover {
  background-color: #D81159;
  color:#fff!important;
  border-right:1px solid #fff;
}
.ccbtn {
    background-color: #D81159;
    color: #fff!important;
    transition: background-color 0.5s;
    text-align: center;
    padding: 18px 35px;
    border: none;

 }
.ccbtn:hover {
  background-color: #193778;
  color:#fff!important;
  border-left:1px solid #fff;
}

.banapp {
    background-color: #193778;
    color: #fff !important;
    transition: background-color 0.5s;
    text-align: center;
    padding: 7px 24px;
    border: none;
    border-radius: 50px;
    font-size: 13px;
}
.banapp:hover {
  background-color: #D81159;
  color:#fff!important;
}
.footban {
    background-color: #193778;
    color: #fff !important;
    transition: background-color 0.5s;
    text-align: center;
    padding: 7px 24px;
    border: none;
    border-radius: 50px;
    width: 70%;
    display: block;
    box-shadow: 0px 3px 12px 0px #80808063;
}
.footban:hover {
  background-color: #fff!important;
  color:#D81159!important;
}
.pr0 {
  padding-right: 0px;  
}
/*.bookap:focus,*/
/*.bookap:active {*/
/*  background-color: #D81159;*/
/*  transition: none;*/
/*}*/
/*end btn hover*/


.mt45 {
    margin-top: 45px;
}





































/*animation start*/

.animation-group {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	/*gap: 30px;*/
	/*margin-top: 30px;*/

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

	[data-animation] {
		/*background: #1e1c1e;*/
		/*box-shadow: inset 2px 2px 2px #232323;*/
		/*border-radius: 14px;*/
		/*padding: 20px 30px;*/
		/*max-width: 100%;*/
		/*min-width: 150px;*/
		/*display: flex;*/
		/*flex-direction: column;*/
		/*gap: 10px;*/
		/*align-items: center;*/
		/*cursor: pointer;*/
		/*color: #fff;*/
		/*font-style: normal;*/
		/*font-weight: 500;*/
		/*font-size: 16px;*/
		/*line-height: 20px;*/

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

/*animation end*/



/*second animation*/



/*end second animation*/















/* normal menu css */

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



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

.main_menu ul li ul li a {
  padding: 10px 25px;
  font-size: 15px;
}
.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: 15px;
    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: 0px;
    z-index: 99;
  }
  .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: 9px;
    color: #808080;
}

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: #fff;
    padding: 5px 19px;
    display: block;

}
.main_menu.menupd ul li a {
    font-size: 15px;
    color: #000;
    padding: 8px 11px;
    display: block;
}
/*end*/

.addwd {
    width: 640px !important;
    margin-left: -142px;
}
.spwd {
    width: 916px !important;
    margin-left: -202px;
}
.allhd {
    width: 300px!important;
}
a.tp:hover {
    background: #193778;
    color: #fff!important;
}
.pl-0 {
    padding-left: 0px
}
.pr-0 {
    padding-right: 0px;
    border-right: 1px solid #ced4da;

}
.hddot li a {
    border-bottom: 1px dotted #0000004d;
}
.textcs {
    color: #fff;
}
.pt-46 {
        padding-top: 46px;
}
.topsrch ::placeholder {
    color: #fff!important;
}
::placeholder {
  /*color: #fff!important;*/
}
.legpara {
        color: #fff;
        padding-right: 72px;
    text-align: justify;
}
.tab {
  overflow: hidden;
  border: 1px solid #193778;
  border-radius: 15px;
}
.tab button {
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 15px;
  font-size: 16px;
      border-radius: 15px;
}
.tab button:hover {
  background-color: #D81159;
}
/*.tab button.active {*/
/*  background-color: #aaa;*/
/*}*/
.tabcontent {
    display: none;
    padding: 35px 15px 5px 15px;
        border-radius: 15px;
    border-top: none;
        background: #FBC6D9;
}
.tab {
    overflow: hidden;
    background: #fff;
    margin-top: 6%;
        margin-bottom: -17px;
    z-index: 999999;
    position: relative;
    border-radius: 15px;
    width: 47%;
        margin-left: auto;
    margin-right: auto;
}
.main_menu .servcls ul li a {
    color: #000;
}
.spclwd {
    width: 300px!important;
}
.allbtn {
        font-size: 13px;
    background-color: #D81159;
    color: #fff !important;
    transition: background-color 0.5s;
    text-align: center;
    padding: 7px 24px;
    border: none;
    border-radius: 50px;
    width: 25%;
    display: block;
    box-shadow: 0px 3px 12px 0px #80808063;
    margin-bottom: 25px;
}
.allbtn:hover {
    background-color: #fff!important;
    color: #D81159!important;
}
.mrlthd {
        width: 280px!important;
}
h3 {
    color: #193778;
}
.fa-angle-right:before {
    font-size: 9px;
}
.padd-blue {
     padding: 40px 0px 40px;
}
.hdh3 {
    color: #fff;
        font-weight: bold;
}
.pd-rg-0 {
    padding-right:0px;
}
.ifr {
    /*margin-left: auto; */
    /* margin-right: auto; */
    width: 92%;
    display: block;
    border-radius: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -24%;
    height: 371px;
}
.hdh3 {
        padding-top: 45px;
    /* color: #fff; */
    /* width: 50%; */
    margin-left: auto;
    margin-right: auto;
    margin-top: -23%;
    text-align: left;
    line-height: 63px;
}
.blupara {
        padding: 15px 0px 0px 50px;
}

.desk {
    display: block;
}
.mob {
    display: none;
}
.pinkspan {
    color: #D81159;
    font-size: 38px;
}


.featured-icon-box.style1 {
    background-color: #e9ecef;
    padding: 25px 15px 25px 15px;
    border-radius: 20px;
    z-index: 3;
    box-shadow: 0 0 9px 0 rgba(75, 77, 117, .1);
    /*height: 82%;*/
}

.featured-icon-box {
    position: relative;
    margin: 15px 10px 20px;
}
.featured-icon-box.icon-align-before-content.icon-ver_align-top .featured-icon {
    vertical-align: top;
    padding-top: 3px;
}
.featured-icon-box .ttm-icon {
    margin-bottom: 0;
}
.ttm-icon.ttm-icon_element-style-rounded {
    border-radius: 50%;
}
.ttm-icon.ttm-icon_element-onlytxt {
    height: auto;
    width: auto;
    line-height: 1;
}
.featured-icon-box.style1 .ttm-icon img {
    font-size: 55px;
}
.featured-icon-box.icon-align-before-content .featured-icon img {
    display: inline-block;
    vertical-align: middle;
        width: 100%;
}
.featured-icon-box.style1 .featured-content {
    /*padding-left: 20px;*/
    position: relative;
}
.featured-icon-box.style1:hover {
    background-color: #193778;
    color: #fff !important;
}




.btnPrevious,
.btnNext{
	display: inline-block;
	border: 1px solid #444348;
	border-radius: 3px;
	margin: 5px;
	color: #444348;
	font-size: 14px;
	padding: 10px 15px;
	cursor: pointer;
}

.featured-icon-box.style2 {
    box-shadow: 0 0 9px 0 rgba(75, 77, 117, .1);
    /* padding: 35px 25px 20px 40px; */
    background-color: #fff;
    text-align: left;
    overflow: hidden;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    border-radius: 20px;
}
.img100 {
    width:100%;
}
.top-left {
    position: absolute;
    top: 185px;
    /* left: 45px; */
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    padding: 0px 0px 0px 12px;
}
.featured-icon-box.style2 .featured-content {
    padding: 20px 20px 20px 20px;
}
.carousel-control-prev {
    left: -13%;
}
.carousel-control-next {
    right: -13%;
}
.nav-fill .nav-item .nav-link, .nav-justified .nav-item .nav-link {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.nav-fill .nav-item, .nav-fill>.nav-link {
     flex: 0 0 auto; 
    text-align: center;
    width: 18%;
    margin: 0px 10px;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: #193778;
    border-radius: 20px;
}
.nav-pills .nav-link {
    background: #a3a3a3;
    border-radius: 20px;
    color: #fff;
}

.nav-pills .nav-link:hover {
    background: #193778;
    color: #fff;
}
.pb-30 {
        padding-bottom: 30px;

}
.mt-53 {
        margin-top: 53px;
}
.hg-75 {
    height: 75%;
}
.pt-45 {
    padding-top: 45px;
}
.boxsh {
    margin-top: -50px;
    z-index: 999999;
    padding: 24px 15px;
    position: relative;
    background: #FBC6D9;
    box-shadow: 0px 3px 12px 0px #80808063;
    border-radius: 10px;
}
.boxsh h5 {
    font-size: 20px;
    color: #193778;
    font-weight: 600;
    line-height: 19px;
}
.boxsh p {
    font-size: 14px;
    margin-bottom: 0px;
}
.boxarr {
        /*float: right;*/
    font-size: 12px;
        color: #bc0f4d;
    margin-top: 7px;
}
.boxicn {
    height: 90px;
    padding: 12px 0px;
}







.top-features {
    position: relative;
    margin-top: -100px;
    z-index: 1;
}
.feature-block {
    position: relative;
    margin-bottom: 30px;
}
.feature-block .inner-box {
    position: relative;
    padding: 20px 11px 20px 20px;
    background-color: #ffffff;
    /*background-image: url(https://elite-themes.com/html/medicoz/images/icons/pattern-1.png);*/
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.10);
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
        border-radius: 10px;
}
.feature-block .inner-box:before, .feature-block .inner-box:after {
    position: absolute;
    height: 200px;
    width: 200px;
    right: -100px;
    top: -100px;
    border-radius: 50%;
    background-color: #fff;
    z-index: 9;
    /*transform: scale(0);*/
    content: "";
    transition: all 600ms ease;
}
.main-footer.style-five .user-links li a:hover, .main-footer.style-five .contact-list li:hover strong, .main-footer.style-five .contact-list li .text a:hover, .main-footer.style-five .recent-posts .post h4:hover a, .feature-block-seven .count, .feature-block-five h4, .feature-block-four .icon, .why-choose-us .content-box .icon-box .title, .service-block-four .lower-content h4 a:hover, .service-block-four .lower-content .read-more, .about-section-four .content-column p strong, .about-section-four .content-column p a, .banner-section-three .content-box h2 span, .banner-section-three .content-box .title, .social-icon-three li a:hover, .banner-section .content-box h2 span, .main-slider .title, .preloader:before, .default-arrows .owl-next:hover, .default-arrows .owl-prev:hover, .team-block-two .info-box .designation, .service-block-two .lower-content h4 a:hover, .btn-style-one:hover, .nav-outer .mobile-nav-toggler, .testimonial-section .client-thumb-outer .author-name, .header-style-two .sticky-header .main-menu .navigation > li.current > a, .header-style-two .sticky-header .main-menu .navigation > li.current > span, .header-style-two .sticky-header .main-menu .navigation > li.current span.current, .header-style-two .sticky-header .main-menu .navigation > li.current > span:after, .bg-tealblue:hover, .service-block-two .lower-content .icon, .mixitup-gallery .filter-tabs li.active, .blog-post .news-block .lower-content .post-info li span, .sec-bottom-text a, .author-box .title, .fun-fact-section-two .count-box .icon-box, .main-menu .navigation > li li > a:hover, .main-menu .navigation > li > ul > li > ul > li.current > a, .main-menu .navigation > li > ul > li > ul > li.current > a, .main-menu .navigation > li > ul > li.current > a, .header-top-two .top-left .contact-list li i, .news-block .post-author a, .testimonial-section-two .client-thumb-outer .author-name, .feature-block-three .icon, .fun-fact-section .count-box .icon-box, .main-menu .navigation > li.current > a, .about-section .video-link .play-btn, .main-menu .navigation > li.current > span, .main-menu .navigation > li.current.dropdown > span:after, .service-block-five .lower-content h4:hover a, .team-block-two .image-box .social-links li a:hover, .pricing-block .btn-box a, .pricing-block .features li:before, .btn-style-two, .feature-block-two .icon, .feature-block .icon, .header-top .top-left .contact-list li i, .service-block .icon, .pricing-block .price, .about-section-three .about-owner .name, .banner-section-two .content-box .icon-box, .why-choose-us .content-box .title-box h4, .testimonial-block-two .info-box .patient, .client-testimonial-carousel .owl-prev, .client-testimonial-carousel .owl-next, .contact-info-block .icon, .info-block .icon, .service-block-five .lower-content .read-more, .timing-list li:before, .appointment-section-three .timetable-info h3, .banner-section-four .content-box .title, .default-tabs.style-two .tab-buttons li.active-btn, .default-tabs .tab-buttons li.active-btn, .latest-news .post .post-info, .latest-news .post:hover h5 a, .category-list li a:before, .main-menu .navigation > li.current span.current, .main-menu .navigation > li.current > a, .main-menu .navigation > li.current > span, .news-block-three .content-box .post-info a, .news-block-three .content-box .post-info a, .feature-block-six .icon, .payment-box .payment-options li .radio-option .what-paypall, .page-title h1, .order-box ul li span, .checkout-page .sec-title h3, .checkout-page .default-links li .far, .checkout-page .default-links li a, .checkout-page .default-links li a:hover, .cart-table tbody tr .remove-btn:hover, .comments-area .comment-box .reply-btn, .shop-single .product-details .prod-tabs .tab-btns .tab-btn, .service-detail .prod-tabs .tab-btns .tab-btn.active-btn, .appointment-section-three .content-column .title, .why-choose-us .skills .skill-item .skill-header .skill-percentage, .theme_color, a {
    color: #1370b5;
}

.feature-block .icon {
    position: relative;
    display: inline-block;
    font-size: 64px;
    line-height: 1em;
    color: #1370b5;
    margin-bottom: 20px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.flaticon-charity:before {
    content: "\f17a";
}
[class^="flaticon-"]:before, [class*=" flaticon-"]:before, [class^="flaticon-"]:after, [class*=" flaticon-"]:after {
    font-family: Flaticon;
    font-style: normal;
}
.feature-block h4 {
        /*color: #d81159;*/
    display: block;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}
.feature-block h4 a {
    color: inherit;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.feature-block p {
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.feature-block .inner-box:before, .feature-block .inner-box:after {
    position: absolute;
    height: 200px;
    width: 200px;
    right: -100px;
    top: -100px;
    border-radius: 50%;
    background-color: #ffffff;
    z-index: 9;
    transform: scale(0);
    content: "";
    transition: all 600ms ease;
}

.feature-block .inner-box:hover {
    background-color: #D81159;
    transform: translateY(-20px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, .20);
    color:#fff;
}
.feature-block .inner-box:hover:before {
    transform: scale(1);
    opacity: .20;
    transition-delay: 300ms;
}

figure {
    margin: 0 0 0 !important;
}
.image2 {
    display: none;
}
.image1 {
    display: block;
}
.flex {
    display: flex;
}
.inn {
    display: flex !important;
}
.spimg {
        height: 235px;
}

ul#pills-tab {
    /* position: absolute; */
    /* top: 50%; */
    /* left: 50%; */
    transform: translate(20%, -50%);
}



.heading {
  display: block;
  text-align: center;
}
/* Container for the entire carousel */
.multi-carousel-container {
  cursor: grab;
  /*margin: 2.5rem auto;*/
  max-width: 100%;
  overflow: hidden;
  position: relative;
  height: calc(61vh - 5rem); /* Adjusted height to account for top and bottom margins */
}
/* Cursor styles for dragging */
.multi-carousel-container.dragging,
#multiCarousel.dragging {
  cursor: grabbing;
}
/* Wrapper for all slides */
.multi-carousel-inner {
  display: flex;
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  visibility: hidden;
  height: 100%;
}
.multi-carousel-inner.initialized {
  visibility: visible;
}
/* Individual slide - dynamic sizing based on container width */
.multi-carousel-item,
.clone {
  box-sizing: border-box;
  flex: 0 0 var(--slide-width, 75%);
  opacity: 0.45;
  padding: 0 5px;
  position: relative;
  transition: opacity 0.3s ease;
  height: 100%;
  float: none;
    display: inline-block;
    vertical-align: middle;
    background-color: transparent;
    transition: all 0.3s ease;
    height: auto;
    text-align: center;
    transform: scale(0.85);
}
/* Center slide gets full opacity with enhanced fade-in effect */
.multi-carousel-item.center,
.clone.center {
  opacity: 1 !important;
      float: none;
    display: inline-block;
    vertical-align: middle;
    background-color: transparent;
    transition: all 0.3s ease;
    height: auto;
    text-align: center;
    transform: scale(1.0);
}
/* Enhanced fade-in effect for newly centered slides */
.multi-carousel-item.fade-in,
.clone.fade-in {
  animation: slideCenter 0.6s ease forwards;
}
@keyframes slideCenter {
  0% {
    opacity: 0.25;
  }
  100% {
    opacity: 1;
  }
}
/* Control buttons */
.multi-carousel-control-prev,
.multi-carousel-control-next {
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  border: none;
  border-radius: 50%;
  color: white;
  cursor: pointer;
  display: flex;
  height: 40px;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: background-color 0.3s ease;
  width: 40px;
  z-index: 10;
}
/* Alignment based on space occupied by side margins */
.multi-carousel-control-prev {
  left: calc((100% - var(--slide-width, 75%)) / 4.25 - 20px);
}
.multi-carousel-control-next {
  right: calc((100% - var(--slide-width, 75%)) / 4.25 - 20px);
}
.multi-carousel-control-prev:hover,
.multi-carousel-control-next:hover {
  background-color: rgba(0, 0, 0, 0.7);
}
/* Image container with 100% height */
.img-container {
  border-radius: 1.5rem;
  height: 100%;
  overflow: hidden;
  position: relative;
      margin: 0px 20px;
}
/* Image styling */
.img-container img,
#carouselInner img {
  height: 100%;
  -moz-user-select: none;
  object-fit: cover;
  object-position: top;
  pointer-events: none;
  transition: transform 0.3s ease, filter 0.15s ease;
  user-select: none;
  -webkit-user-select: none;
  width: 100%;
}
/* Hover animation */
.img-container:hover img {
  transform: translateZ(0) scale(1.02);
}
/* Item number styling */
.item-number {
  align-items: center;
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 50%;
  display: inline-flex;
  font-size: 120%;
  font-weight: bold;
  height: 35px;
  isolation: isolate;
  justify-content: center;
  left: 1rem;
  position: absolute;
  top: 1rem;
  width: 35px;
  z-index: 2;
}
/* Progress bar container */
.progress-bar-container {
  background-color: rgba(255, 255, 255, 0);
  border-radius: 2.5px;
  bottom: 1rem;
  height: 5px;
  left: 1rem;
  opacity: 0;
  position: absolute;
  right: 1rem;
  transition: opacity 0.3s ease;
  z-index: 2;
}
/* Progress bar fill */
.progress-bar-fill {
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 2.5px;
  height: 100%;
  opacity: 0;
  transition: width linear;
  width: 0;
}
.multi-carousel-item.center .progress-bar-fill,
.clone.center .progress-bar-fill {
  opacity: 1;
  transition: width linear, opacity 0.15s ease-in;
}
/* Show progress bar only on center slide */
.multi-carousel-item.center .progress-bar-container,
.clone.center .progress-bar-container {
  opacity: 1;
}
/* Carousel cursor styling */
#multiCarousel {
  cursor: grab;
  touch-action: pan-y;
}
/* Disable text selection during drag */
#multiCarousel.dragging {
  -webkit-user-select: none;
  user-select: none;
}
/* Container fluid full height */
.container-fluid {
  /*height: 100vh;*/
  padding: 0;
}
.container-fluid .row {
  /*height: 100%;*/
  margin: 0;
}

/* Responsive adjustments */
@media (max-width: 45em) {
  .multi-carousel-item,
  .clone {
    flex: 0 0 100%;
    opacity: 1 !important;
  }
  .multi-carousel-control-prev {
    left: 10px !important;
  }
  .multi-carousel-control-next {
    right: 10px !important;
  }
}

.pt-20 {
    padding-top: 23px;
}


.bckimg {
    background-image: url(https://htiwebs.com/holynew/images/Cardiac.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /*padding: 100px 15px;*/
    position: relative;
    overflow: hidden;
}
.bckimg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
        background-repeat: no-repeat, repeat;
    background-blend-mode: multiply;
    background-color: #00000075;
}
.bckimg2 {
    background-image: url(https://htiwebs.com/holynew/images/Neurosciences.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /*padding: 100px 15px;*/
    position: relative;
    overflow: hidden;
}
.bckimg2::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
        background-repeat: no-repeat, repeat;
    background-blend-mode: multiply;
    background-color: #00000075;
}

.bckimg3 {
    background-image: url(https://htiwebs.com/holynew/images/Orthopaedics.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /*padding: 100px 15px;*/
    position: relative;
    overflow: hidden;
}
.bckimg3::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
        background-repeat: no-repeat, repeat;
    background-blend-mode: multiply;
    background-color: #00000075;
}
.bckimg4 {
    background-image: url(https://htiwebs.com/holynew/images/Cancer.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /*padding: 100px 15px;*/
    position: relative;
    overflow: hidden;
}
.bckimg4::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
        background-repeat: no-repeat, repeat;
    background-blend-mode: multiply;
    background-color: #00000075;
}
.bckimg5 {
    background-image: url(https://htiwebs.com/holynew/images/Mother.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /*padding: 100px 15px;*/
    position: relative;
    overflow: hidden;
}
.bckimg5::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
        background-repeat: no-repeat, repeat;
    background-blend-mode: multiply;
    background-color: #00000075;
}
.bckimg11 {
    background-image: url(https://htiwebs.com/holynew/images/Memory.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /*padding: 100px 15px;*/
    position: relative;
    overflow: hidden;
}
.bckimg11::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
        background-repeat: no-repeat, repeat;
    background-blend-mode: multiply;
    background-color: #00000075;
}
.bckimg12 {
    background-image: url(https://htiwebs.com/holynew/images/Cancerd.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /*padding: 100px 15px;*/
    position: relative;
    overflow: hidden;
}
.bckimg12::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
        background-repeat: no-repeat, repeat;
    background-blend-mode: multiply;
    background-color: #00000075;
}
.bckimg13 {
    background-image: url(https://htiwebs.com/holynew/images/Pain.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /*padding: 100px 15px;*/
    position: relative;
    overflow: hidden;
}
.bckimg13::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
        background-repeat: no-repeat, repeat;
    background-blend-mode: multiply;
    background-color: #00000075;
}
.bckimg14 {
    background-image: url(https://htiwebs.com/holynew/images/Retinal.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /*padding: 100px 15px;*/
    position: relative;
    overflow: hidden;
}
.bckimg14::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
        background-repeat: no-repeat, repeat;
    background-blend-mode: multiply;
    background-color: #00000075;
}
.bckimg15 {
    background-image: url(https://htiwebs.com/holynew/images/Adolescent.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /*padding: 100px 15px;*/
    position: relative;
    overflow: hidden;
}
.bckimg15::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
        background-repeat: no-repeat, repeat;
    background-blend-mode: multiply;
    background-color: #00000075;
}


.bckimg21 {
    background-image: url(https://htiwebs.com/holynew/images/21.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /*padding: 100px 15px;*/
    position: relative;
    overflow: hidden;
}
.bckimg21::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
        background-repeat: no-repeat, repeat;
    background-blend-mode: multiply;
    background-color: #00000075;
}



.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
}
.image1 img {
    width: 20%;    
    padding-bottom: 17px;
        float: left;

}
.image2 img {
    width: 20%;    
    padding-bottom: 17px;
        float: left;

}

.sprk {
        color: #fff;
        cursor: pointer;
        display: inline-block;
        padding: 8px 30px;
        text-align: center;
        text-decoration: none;
        margin-left: 20px;
        -webkit-animation: glowing 1300ms infinite;
        -moz-animation: glowing 1300ms infinite;
        -o-animation: glowing 1300ms infinite;
        animation: glowing 1300ms infinite;
      }
      @-webkit-keyframes glowing {
        0% {
          background-color: #d8070e;
          -webkit-box-shadow: 0 0 3px #d8070e;
        }
        50% {
          background-color: #21c7ed;
          -webkit-box-shadow: 0 0 15px #21c7ed;
        }
        100% {
          background-color: #d8070e;
          -webkit-box-shadow: 0 0 3px #d8070e;
        }
      }
      @keyframes glowing {
        0% {
          background-color: #d8070e;
          box-shadow: 0 0 3px #d8070e;
        }
        50% {
          background-color: #d8070e;
          box-shadow: 0 0 15px #d8070e;
        }
        100% {
          background-color: #d8070e;
          box-shadow: 0 0 3px #d8070e;
        }
      }
    
     
      @-webkit-keyframes glowing-polygon {
        0% {
          fill: #d8070e;
          -webkit-filter: drop-shadow( 0 0 3px #d8070e);
        }
        50% {
          fill: #d8070e;
          -webkit-filter: drop-shadow( 0 0 15px #d8070e);
        }
        100% {
          fill: #d8070e;
          -webkit-filter: drop-shadow( 0 0 3px #d8070e);
        }
      }
      @keyframes glowingPolygon {
        0% {
          fill: #d8070e;
          filter: drop-shadow( 0 0 3px #d8070e);
        }
        50% {
          fill: #d8070e;
          filter: drop-shadow( 0 0 15px #d8070e);
        }
        100% {
          fill: #d8070e;
          filter: drop-shadow( 0 0 3px #d8070e);
        }
      }