@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  overflow-x: hidden;
}
.opd{
  padding: 5vw 0;
}
.call-wrapper .text p a:hover {
    color: #222;
}
.opd table th{
    background-color: #f8f8f8;
    color: #333;
    font-weight: 700;
    padding: 15px;
    border: 1px solid #ddd;
}
     .opd .table-bordered {
    border: 4px solid #eeebeb;
   
    margin: 0 auto;
}
  
.opd .table th:nth-child(1), .opd .table td:nth-child(1) {
    width: auto;
    padding: 18px;
     background: #d7b56d14;
}   
.opd .table th:nth-child(1) {
    background: #fff;
    display: flex;
    align-items: center;
}
.opd .table th:nth-child(2),
.opd .table td:nth-child(2){
    width:10%;
     background: #d7b56d14;
}
.letter-box {
    width: 3vw;
    height: 3vw;
    background: #e9e2e2;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 10px;
}
.opd .table th:nth-child(3),
.opd .table td:nth-child(3){
    width: 10%;
     background: #d7b56d14;
}
.opd .table th:nth-child(4),
.opd .table td:nth-child(4){
    width: 10%;
     background: #d7b56d14;
}
.opd .table th:nth-child(5),
.opd .table td:nth-child(5){
    width: 10%;
     background: #d7b56d14;
}
.opd .table th:nth-child(6),
.opd .table td:nth-child(6){
    width: 10%;
     background: #d7b56d14;
}
.opd .table th:nth-child(7),
.opd .table td:nth-child(7){
    width: 10%;
     background: #d7b56d14;
}
.opd .table th:nth-child(8),
.opd .table td:nth-child(8){
    width: 10%;
     background: #d7b56d14;
}
td.bg-green {
    background: #007f0059 !important;
}
body a:hover{
  text-decoration: none;
  color: #fff;
}
body li{
  list-style: none;
}
.custom-modal .modal-dialog{
  max-width: 800px;
}
.custom-modal .btn-close {
    position: absolute;
    right: 12px;
    top: 13px;
    background: #000;
    opacity: 1;
    color: #fff;
    border-radius: 0;
    padding-top: 1px;
    padding-bottom: 7px;
}
.custom-modal h4 {
    margin-bottom: 5px;
    text-transform: capitalize;
}
.modal-backdrop.show {
    opacity: 0.8 !important;
}
.modal-backdrop{
  background-color: #131312 !important;
}
/*@font-face {
  font-family: "Gotham-Ultra";
  src: url("../fonts/Gotham-Ultra.ttf"); / Safari, Android, iOS /
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Gotham-Bold";
  src: url("../fonts/Gotham-Bold.ttf"); / Safari, Android, iOS /
  font-weight: normal;
  font-style: normal;
}

@font-face {
 font-family: "Gotham-Medium";
  src: url("../fonts/Gotham-Medium.ttf"); / Safari, Android, iOS /
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Gotham-Book";
  src: url("../fonts/Gotham-Book.ttf"); / Safari, Android, iOS /
  font-weight: normal;
  font-style: normal; 
}
@font-face {
  font-family: "Gotham-Light";
  src: url("../fonts/Gotham-Light.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "gotham";
  src: url('../fonts/Gotham-Book.woff') format('woff'),
       url('../fonts/Gotham-Book.woff2') format('woff2'),
       url('../fonts/Gotham-Book.ttf') format('truetype');
  font-weight: normal;
}*/

.f-light{
 font-family: "Montserrat", sans-serif;
 font-weight:400;
}
.f-regular {
  font-family: "Montserrat", sans-serif;
  font-weight:400;
}
.f-medium{
  font-family: "Montserrat", sans-serif;
  font-weight:500;
}
.f-extrabold{
  font-family: "Montserrat", sans-serif;
  font-weight:800;
}
.f-book{
  font-family: "Montserrat", sans-serif;
  font-weight:400;
}
.f-bold{
  font-family: "Montserrat", sans-serif;
  font-weight:700;
}

.white{
  color: rgb(255,255,255);
}
.blue{
  color: #007F00;
}
.red{
  color: #0F1E4C;
}
.black{
  color: #000;
}

a {
  text-decoration: none;
}
button:focus {
  outline: 0;
  box-shadow: none;
}
.black {
  color: #111c16; 
}
.green {
  color: #069648;
}
.yellow {
  color: #e2e659;
}
.white {
  color: #fff;
}
.grey {
  color: #a3a4a6;
}
header {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 5;
  padding: 0px 0 0px;;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
}
header.shrink{
  animation: 0.2s 0.2s fadeInDown both;
  background: #fff;
}

header.shrink.navbar-expand-md .navbar-nav .nav-item:nth-child(11) .nav-link {

}
header.shrink .navbar-expand-md .navbar-nav .nav-item:nth-child(11) .nav-link{
  color: #fff;
  height: 49px;
}
header .container {
  position: relative;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
}
header .header {
  display: block;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: all 0.3s ease-in-out;
  opacity: 1;
  z-index: 1;
  position: relative;
}

header .header-white {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
header .mobile-navbar {
  position: relative;
  right: 0;
}
.navbar-expand-md{
  display: flex;
  align-items: center;
  padding: 0;
}
.navbar-expand-md .navbar-nav .nav-link {
  font-size: 15px;
  text-transform: capitalize;
  color: #000000;
  padding: 0;
  margin: 14px 21px 0;
  transition: all 0.3s ease-in-out;
  position: relative;
  padding-bottom: 10px;
}
/* .navbar-expand-md .navbar-nav .nav-item:nth-child(8) .nav-link{
  margin-right: 0;
} */

html{
  scroll-behavior: smooth;
}
header .navbar-nav .nav-link.active,
header .navbar-nav .nav-link:hover{
  color: #00006A;
}
header.shrink .navbar-nav .nav-link.active,
header.shrink .navbar-nav .nav-link:hover{
  color: #2d3091;
}
.top-head{
  position: relative;
  background-color: #fff;
  height: 75px;
}

header.shrink .top-head:before {
  background: rgba(202, 200, 200, 0.33);
}

.navbar-expand-md .navbar-nav .nav-item:nth-child(10) .nav-link{
  color: #007F00;
  margin-left: 33px;
}
.navbar-expand-md .navbar-nav .nav-item:nth-child(10) .nav-link span{
  font-size: 20px;
}
.navbar-expand-md .navbar-nav .nav-item:nth-child(11) .nav-link{
  background: #007F00;
  margin: 0;
  height: 48px;
  width: 66px;
  color: #fff;
  position: relative;
  margin-left: 31px;
}
.navbar-expand-md .navbar-nav .nav-item:nth-child(11) .nav-link span{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 41px;
}
.top-head li{
  list-style: none;
}
.top-head ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0;
  margin: 0;
  padding: 8px 0px;
}

.top-head ul li a{
  font-size: 18px;
  color:#0F1E4C;
}

.top-head ul li{
  margin-left: 30px;
  padding: 10px 0;
  display: flex;
  align-items: center;
}
.top-head ul li:nth-child(2){
  border:1px solid #ccc;
  padding:5px 12px;
}
.top-head ul li:nth-child(2) p {
  margin-bottom: -4px;
  font-size: 11px;
  color: #515151;
  font-weight: 600;
}
.top-head ul li:nth-child(2) span{
  color:#007f00;
  font-size: 27px;
  margin-right: 4px;
}
.top-head ul li:nth-child(3) p{
  color: #fff;
  margin-bottom: 0;
  font-size: 10px;
}
.top-head .emer {
  display: flex;
  align-items: center;
  background-color: #0F1E4C;
  height: 42px;
  width: 115px;
  padding: 0px 6px 0px 11px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  position: relative;
}
.top-head .emer::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 8px solid #0f1e4c;
  transform: rotate(90deg);
  left: 113px;
}
.top-head .phone {
  background-color: #007F00;
  height: 42px;
  width: 160px;
  display: flex;
  padding: 0px 10px 0px 18px;
  align-items: center;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.top-head ul li:nth-child(2) img, .top-head .emer img, .top-head .phone img {
  width: 20px;
  margin-right: 10px;
}

.top-head .phone a{
  color: #fff;
  font-size: 14px;
}
.top-head ul li:nth-child(3) span{
  color:#fff;
  font-size: 20px;
  margin-right: 7px;
}
.top-head ul li:nth-child(3) a{
  font-size: 12px;
}
.navbar-brand {
  position: absolute;
  top: -81px;
}
.navbar-brand img{
  width: 89%;
}
.navbar-brand .whitelogo {
 opacity: 0;
 position: absolute;
 left: 3px;
 top: 13px;
 width: 94%;
}
header.shrink .whitelogo{
  opacity: 1;
}
header.shrink .colorlogo{
  opacity: 0;
}

.foot-top{
  background: #ba2a21;
  padding: 20px 0;
}
.foot-top .container{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.foot-top .container h1{
  color: #fff;
  font-size: 27px;
}
.common-btn {
  width: fit-content;
  height: 42px;
  background: #0F1E4C;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 13px;
  transition: all 0.3s ease-in-out;
  position: relative;
  transform: perspective(1px) translateZ(0);
  transition-duration: 0.3s;
  overflow: hidden;
  outline: none;
  cursor: pointer;
  border: none;
  text-transform: capitalize;
  font-weight: 600;
  padding: 10px 20px;
  font-size: 15px;
}
.common-btn::before {
  content: "";
  position: absolute;
  z-index: -1;
  top:0;
  left:0;
  right:0;
  bottom:0;
  background:#007f00;
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition: all 0.3s ease-in-out;
  color: #fff;
}

.common-btn:hover{
  color: #FFF;
}
.common-btn:hover:before{
  transform:scaleX(1);
}
.foot-top .common-btn{
  background: #000;
  color: #fff;
  z-index: 1;
}
.main-footer .footer-wrapp{
  display: flex;
  width: 100%;
  padding:0;
}

.main-footer .footer-wrapp h6 .span-1{
  color: #899ba5;
}
.main-footer .footer-about ul{
  display: flex;
  margin-top: 30px;
}
.main-footer .footer-about .social-icon {
  color: #fff;
  background: #163f53;
  height: 38px;
  width: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 9px;
}
.main-footer{
  background: #0F1E4C;
  padding: 40px 0 35px;
  position: relative;
  padding-bottom: 20px;
}
.btm-strip{
  background: #000000;
  
}
.btm-strip .container{
 padding:15px 0px;
}
.column:nth-child(1) {
  width: 13%;
}
.column:nth-child(2) {
  width: 23%;
}
.column:nth-child(3){
  width: 20%;
  
}
.column:nth-child(4){
  width: 20%;
  
}
.column:nth-child(5) {
  width: 23%;
}

.column a{
  display: block;
  padding-bottom: 12px;
  line-height: 1.3;
  color: #fff;
  font-size: 13px;
}
.column p{
  color: #eee9e9;
  width: 100%;
}
.column .social{
  margin-top: 30px;
}
.column h5{
  font-size: 15px;
  text-transform: capitalize;
  color: #fff;
  margin-bottom: 15px;
  margin-top: 20px;
}
footer a,
footer p{
  color: #a8a4a4;
  font-size: 15px;
}
footer p{
  width: 85%;
  margin-bottom: 0;
}
.main-head{
  background-color: #D9D9D9;
  height:48px;
  display: flex;
  align-items: center;
}
.main-footer .footer-logo{
  margin-bottom: 30px;
}
.main-footer .footer-wrapper{
  display: flex;
  margin-bottom: 20px;
}
.main-footer .footer-wrapper span{
  color: #d29210;
  font-size: 22px;
  margin-right: 10px;
}
.main-footer .footer-wrapper a{
  color: #fff;
  font-size: 15px;
}
button{
  outline: none;
  border:none
}
.btm-strip span{
  font-size: 11px;
  color: #fff;
}
.btm-strip .col-md-5 br{
  display: none;
}
.c-col br{
  display: none;
}
.btm-strip .span1, .btm-strip .span3{
  color: #fff;
}
.btm-strip .span2{
  color: #fff;
}
.btm-strip a{
  font-size: 11px;
  color: #fff;
}
.btm-strip .slash{
  color: #f9c0c1;
}
.btm-strip .row{
  padding: 0;
}
.c-col{
  padding: 0;
}
.column .footer-address{
  display: flex;
  margin-bottom: 15px;
  align-items: flex-start;
}
.column .footer-address img {
  margin-right: 8px;
}
.column .footer-address span {
  color: #c9cfdd;
  margin-right: 15px;
  position: relative;
  top: 4px;
  font-size: 19px;
}
.column .footer-address h6{
  color: #e6e7ed;
  font-size: 13px;
  line-height: 1.4;
  margin-bottom: 5px;
}
.column .footer-address p{
  margin-bottom: 0;
  font-size: 14px;
  color: #a1a2c5;
}
.logo-wrapper{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.logo-wrapper .footer-contact{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.logo-wrapper .footer-contact .social-box {
  gap: 25px;
  display: flex;
}
.logo-wrapper .footer-contact span {
  color: #ed1b24;
  font-size: 33px;
  margin-right: 8px;
}
.logo-wrapper .footer-contact h6{
  margin-bottom: 0;
}
.logo-wrapper .footer-contact a{
 font-size: 19px;
 color: #e6e7ed;
}
.logo-wrapper .footer-contact ul {
  display: flex;
  align-items: center;
  color: #fff;
  position: relative;
  top: 15px;
  left: -51px;
}
.logo-wrapper .footer-contact ul li span{
  color: #fff;
  font-size: 20px;
  margin-right: 0;
}
.logo-wrapper .footer-contact ul li{
  margin-right: 25px;
}
/* slider */
.home-slider .caption {
  position: absolute;
  top: 30%;
  left: 10%;
  right: 0;
  margin: 0 auto;
  display: flex;
  padding: 0px;
  /* width: 59%; */
}
.slick-slide {
  position: relative;
}
.caption-left {
  width: 60%;
}
.slider-section {
  position: relative;
  margin-top: 8%;
}
.home-slider h2{
  font-size: 50px;
  font-weight: 600;
  color: #fff;
  line-height: 60px;
}
.caption-left .common-btn {
  margin-top: 20px;
}
.home-slider.owl-theme .owl-nav [class*=owl-] {
 background-color:#292a6b;
 border-radius: 0px;
 padding:5px 11px;
 font-size: 18px;
}
.home-slider.owl-theme .owl-nav [class*=owl-]:hover{
  background-color:#292a6b;
}
.home-slider.owl-theme .owl-nav {
  margin-top: 10px;
  position: absolute;
  width: 100%;
  top: 44%;
}
.home-slider.owl-carousel .owl-nav .owl-prev {
  position: absolute;
  left: 17px;
}
.home-slider.owl-carousel .owl-nav .owl-next {
  position: absolute;
  right: 17px;
}
.home-slider.owl-theme .owl-nav .disabled {
  opacity: 0.2;
}
.img-wrapper{
  overflow: hidden;
  margin: 0 auto;
}
.img-wrapper img{
  transition: 0.5s all ease-in-out;
  width: 100%;
}
.img-wrapper img:hover{
 transform: scale(1.1);
}


.breadcum {
  position: relative;
  margin-top: 8%;
}
.breadcum .parallax-container {
  position: relative;
  overflow: hidden;
}
.breadcum .parallax-parent {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.breadcum .parallax-content {
  position: absolute;
  left: 50%;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.breadcum_container {
  position: absolute;
  bottom: 0%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  margin: 0 auto;

  display: flex;
  
}
.caption-breadcrum {
  width: 100%;
  position: relative;
}
.caption-heading {
  position: relative;
  top: -68px;
  left: -21px;
  color: #fff;
}

.breadcum h1 {
  font-size: 50px;
  margin-bottom: 0;
}
.caption-breadcrum img {
  position: absolute;
  top: 110%;
  left: 57%;
  margin-top: -250px;
  margin-left: -250px;
}
.breadcum-list {
  position: absolute;
  left: -21px;
  bottom: 45%;
  font-size: 17px;
  padding: 0px 12px;
  float: right;
  text-align: right;
  font-weight: 600;
}
.breadcum-list a {
  font-size: 13px;
  color: #e2eaee;
  font-weight:600;
}
.breadcum-list span.arrow {
  font-size: 9px !important;
  color: #e2eaee;
}
.breadcum-list .text2 {
  font-size: 13px;
  color: #cfd3d4;
}


header.shrink .main-head {
  height: 49px;
  box-shadow: 0px 0px 10px #ccc;
}
header.shrink .navbar-brand {
  top: -82px;
}

.slider-address{
  display: flex;
  align-items: center;
  padding: 14px 0px 17px;
}
.slider-address p{
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.3;
}
.slider-address span{
  color: #fff;
  font-size:30px;
  margin-right: 13px;
}
.excellence{
  padding:50px 0px 0;
  height: 510px;

  background-image: url(../images/home-hospital-of-excellence.jpg);
}
.heading{
  color: #007F00 !important;
  font-size: 36px;
  margin-bottom: 0;
  font-weight: 600;
}
.subheading {
  color: #141414;
  font-size: 19px;
  margin-top: 5px;
}
.excellence-slider .item .icon{
  font-size: 90px;
  display: flex;
  justify-content:center;
  margin-bottom: 5px;
  color: #007f00;
}
.excellence-slider .owl-item:nth-child(2) .item .icon{
  font-size: 88px;
}
.excellence-slider .owl-item:nth-child(3) .item .icon {
  font-size: 74px;
  margin-bottom: 21px;
}
.excellence-slider .owl-item:nth-child(6) .item .icon {
  font-size: 74px;
  margin-bottom: 21px;
}
.excellence-slider .owl-item:nth-child(8) .item .icon {
  font-size: 69px;
  margin-bottom: 26px;
  position: relative;
  top: 13px;
}
.excellence-slider .item .icon2{
  font-size: 70px;
  display: flex;
  justify-content:center;
  margin-bottom: 23px;
  color: #7a7c8f;
}
.excellence-slider .item h6{
  font-size: 17px;
  color: #636277;
  font-weight: 700;
}
.excellence-slider .item .icon-box{
  background-color: #fff;
  padding:30px 0px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  cursor: pointer;
  height: 200px;
}
.excellence-slider .item .icon-box img {width: 90px; margin: 0 auto 15px;}
.excellence-slider .item .box a{
  text-align: center;
  color: #2e3192;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.excellence-slider .item .box a .arrow{
  font-size: 14px;
}
.excellence-slider .item .box{
  background: #fff;
  border-top: 2px solid #f0f4f4;
  padding: 12px 0px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.excellence-slider .item:hover .box{
  opacity: 1;
}
/* .excellence-slider .item:hover .box:hover{
  display: none;
} */
.excellence-slider.owl-theme .owl-nav [class*=owl-] {
  border: 1px solid #ccc;
  background-color: #fff;
  border-radius: 0px;
  padding: 5px 11px;
  font-size: 18px;
  color: #636277;
}
.excellence-slider.owl-theme .owl-nav [class*=owl-]:hover{
  background-color: #fff;
  color: #636277;
}
.excellence-slider.owl-theme .owl-nav {
 margin-top: 10px;
 position: absolute;
 width: 100%;
 top: 25%;
}
.excellence-slider.owl-carousel .owl-nav .owl-prev {
 position: absolute;
 left: -57px;
}
.excellence-slider.owl-carousel .owl-nav .owl-next {
 position: absolute;
 right: -57px;
}
.excellence-slider{
  margin-top: 46px;
}
.home-about .parallax-container {
  position: relative;
  overflow: hidden;
  height:550px;
}
.home-about .parallax {
    position: absolute;
    left: 0;
    right: 0;
    height: 681px;
}
.home-about .parallax .parallax-img {
  position: absolute;
  left: 50%;
  bottom: 0px;
  width: 100%;
  min-height: 100%;
  transform: translate3d(0,0,0);
  transform: translateX(-50%);
}
.home-about .container {
  position: relative;
  color: #fff;
}
.home-about h1{
  font-size: 17px;
}
.home-about h3{
  font-size: 35px;
}
.home-about .text-p{
  font-size: 18px;
  color: #4d4f64;
}
.home-about .counter .icon-wrapper {
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 20px;
    left: -13%;
    top: 17px;
    width: 100%;
    border-right: 0px !important;
}
.home-about .icon-wrapper .counter-icon{
  /*font-size: 65px;*/
  margin-right: 15px;
  /*background: #ffffff73;*/
}
.home-about .icon-wrapper .counter-value{
  font-size: 36px;
}
.home-about .icon-wrapper .plus{
  font-size: 34px;
}
.home-about .icon-wrapper p {
  font-size: 13px;
  line-height: 1.2;
  color: #525366;
  text-transform: uppercase;
}
.home-about .icon-wrapper h4 {
  margin-bottom: -2px;
}
.home-about .border-box {
    border: 2px solid #0000001a;
    width: 53%;
    border: 2px solid transparent;
    border-image: linear-gradient(to right, rgb(0 0 0 / 1%), rgba(0, 0, 0, 0.15)) 1;
}
.home-about .counter{
  padding-left: 4%;
  margin-top:5%;
}
.home-about .about-text{
  margin-top: 9%;
}
.home-news{
  padding:65px 0px;
}
.home-news h4{
  font-size:19px;
  color:#000 !important;
}
.home-news span{
  font-size:14px;
  color: #007f00;
}
.home-news .col-md-4 {
    position: relative;
    padding: 0;
    margin: 0 6px;
    width: 32%;
}
.home-news .content {
    position: relative;
    bottom: 0;
    left: 0;
    padding: 10px 14px;
    /* background: linear-gradient(to bottom, transparent, black); */
    width: 100%;
    border: 1px solid #ccc;
}
.home-news .row{
  padding-top: 23px;
}
.home-news .common-btn{
  margin: 42px auto 0;
}
.human .parallax-container {
  position: relative;
  overflow: hidden;
  height:472px;
}
.human .parallax {
  position: absolute;
  left: 0;
  right: 0;
  height: 517px;
}
.human .parallax .parallax-img {
  position: absolute;
  left: 50%;
  bottom: 0px;
  width: 100%;
  min-height: 100%;
  transform: translate3d(0,0,0);
  transform: translateX(-50%);
}
.human .container {
  position: relative;
  color: #fff;
  margin-top: 9%;
  margin-bottom: 9%;
}
.human h2{
  font-size: 38px;
  margin-bottom: 20px;
}
.human .common-btn{
  background-color: transparent;
  border:1px solid #fff;
  margin-top: 23px;
}
.human .text-box{
  background-color: #007f00c4;
  padding:36px;
  width: fit-content;
}
.testimonials{
  padding:50px 0px
}
.testimonials .item{
  width: 60%;
  margin: 26px auto;
  border: 2px solid #e6f0f2;
  border-radius: 5px;
  position: relative;
}
.testimonials .item .text {
  background: #fff;
  padding: 45px 38px;
  height: 190px;
}
.testimonials .item .quote1{
  position: absolute;
  top: -29px;
  left: 33px;
  width: 10%;
}
.testimonials .item .quote2{
  position: absolute;
  bottom: -29px;
  right: 33px;
  width: 10%;
}
.testimonials .item .img3 {
  position: absolute;
  top: -27px;
  left: -125px;
  width: 100%;
  z-index: -1;
}
.testimonials .item .text p{
  margin-bottom: 0;
  color: #4a4a4a;
  font-size: 17px;
}
.testimonials .text-heading {
  background-color: #eef9fb;
  padding: 15px 38px;
  position: relative;
  display: flex;
  align-items: center;
  height: 82px;
}
.testimonials .text-heading p{
  margin-bottom: 0;
  font-size: 12px;
}
.testimonials .text-heading h4{
  font-size: 19px;
  margin-bottom: 0;
}
.testimonials-slider.owl-carousel .owl-stage-outer {
 height: 337px;
}
.testimonials-slider.owl-theme .owl-nav [class*=owl-] {
  background-color: transparent;
  border-radius: 0px;
  padding: 5px 11px;
  font-size: 25px;
  color: #636277;
}
.testimonials-slider.owl-theme .owl-nav [class*=owl-]:hover{
  background-color: transparent;
  color: #636277;
}
.testimonials-slider.owl-theme .owl-nav {
 margin-top: 10px;
 position: absolute;
 width: 100%;
 top: 35%;
}
.testimonials-slider.owl-carousel .owl-nav .owl-prev {
 position: absolute;
 left: 14%;
}
.testimonials-slider.owl-carousel .owl-nav .owl-next {
 position: absolute;
 right: 14%;
}
.testimonials-slider.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #2d3092;
}
.testimonials-slider.owl-theme .owl-dots .owl-dot span {
  width: 9px;
  height: 9px;
  margin: 5px 3px;
}
.testimonials .item .dp {
  width: 15%;
  position: absolute;
  top: -29px;
}
.testimonials .item .info{
  margin-left: 20%;
}

.ortho{

}
.black-main{
  background-image: url(../images/home-physiotherapy-treatment.jpg);
  height:454px;
  overflow: hidden;

}

.black-main .background-changer {
  display: flex;
  align-items: center;
  background-size: cover;
  
  overflow: hidden;

  transition: all 0.5s ease-in-out;
  
}


.black-main .black-wrapp {
  display: flex;
  flex-wrap: wrap;

  margin-top: 0px;
  overflow: hidden;
}

.black-main .black-wrapp .black-single {

  position: relative;
  height: 227px;
  width: 16.66%;
  cursor: pointer;

}


/* .black-single {
  position: relative;
  width: 50%;
} */
.caption-div {
  position: absolute;
  left: 0;
  bottom: 0;
  /* height: 30%; */
  height: 80%;
  width: 100%;
  display: flex;
  justify-content:end;
  flex-direction: column;
  transition: all 0.5s ease-in-out;
}

.caption-div h4 {
  font-size: 17px;
  text-align: center;
  margin-bottom: 9px;
}
.caption-div h4 img {
  width: 8%;
  margin-left: 15px;
  opacity: 0;
}
.caption-div p{
  font-size: 14px;
}
.caption-div .span-text {
  font-size: 11px;
  color: #fff;
  opacity: 0;
  margin: 10px auto 0;
}
.black-main .black-single:hover .caption-div{
  background: #ed1b24;
  height: 100%;
  justify-content: center;
}

.black-main .black-single:hover .caption-div h4 img{
  opacity:1;
}
.black-main .black-single:hover .caption-div .span-text{
  opacity: 1;
}
.black-wrapper{
  display: flex;
}
.black-single .icon {
  font-size: 57px;
  display: flex;
  margin: 0 auto 16px;
}
.black-single .try {
  background: #878787;
  height: 2px;
  width: 15%;
  margin: 5px auto;
}
.black-main .black-single:hover .try{
  display: none;
}
.black-single .common-btn{
  background-color: #fff;
  color: #ed1b24;
  width: 111px;
  height: 36px;
  font-size: 15px;
}
.black-single .common-btn::before{
  background-color: #fff;
}
.black-main .black-single{
  border-right:1px solid #7f7f81;
  border-bottom:1px solid #7f7f81;
}
.black-main .black-single:hover .black-main{
 background-color: red;
}
.award{
  padding:50px 0px 0;
}
.award h5{
  color: #464656;
  font-size: 17px;
}
.award span{
  font-size: 15px;
  color: #4d4e9d;
}
.award .img-wrapper {position: relative;}
.award span.categroy-tag {
  padding: 8px 15px 6px;
  color: #fff;
  background: #007f00;
  position: absolute;
  top: 15px;
  left: 15px;
}
.award .text-box {
  border: 1px solid #ccc;
  padding: 10px 20px;
  transition: all 0.3s ease-in-out;
}
.award .col-md-4:hover .text-box{
  background-color: #007f00;
  border:0;
}
.award .col-md-4:hover .text-box h5,
.award .col-md-4:hover .text-box span{
  color: #fff;
}
.award .col-md-4{
  margin-bottom: 50px;
}

.tpa{
  padding: 60px 0px;
}
.tpa .tpa-wrapper{
  display: flex;
}
.tpa .tpa-wrapper .img-box{
  width: 37%;
}
.tpa .tpa-wrapper .text-wrapper{
  width: 60%;
  padding-left: 5%;
}
.tpa .tpa-wrapper .text-wrapper p{
  color: #5e6069;
  line-height: 1.6;
  margin-top: 12px;
}
.tpa .tpa-wrapper .text-wrapper ul {padding-left: 0;}
.tpa .tpa-wrapper .text-wrapper ul span {
  background-color: #007f00;
  color: #fff;
  border-radius: 50px;
  font-size: 10px;
  padding: 5px;
  margin-right: 15px;
  font-weight: 700;
  aspect-ratio: 1 / 1;
  width: 20px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.tpa .tpa-wrapper .text-wrapper ul li{
  margin-bottom: 8px;
}

.investor-pils .fixed {
  position: fixed;
  top: 123px;
  width: 100%;
  background: #f4f7f9;
  left: 0px;
  z-index: 1;
}
.investor-pils .fixed .nav-pills{
  position: relative;
  left: 9%;
  border-bottom: 0;
}
.services .nav-pills .nav-link {
 font-size: 14px;
 text-transform: uppercase;
 padding: 17px 6px 10px;
 margin-right: 26px;
 color: #8a8b8d;
 font-weight:500;
}
.services .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  color: #007F00;
  border-bottom: 3px solid #007F00;
  background-color: transparent;
  border-radius: 0;
  padding: 17px 6px 10px;
}
.services .bg{
  background-color: #f5f6fa;

}
.services .nav-pills{
  border-bottom: 2px solid #e4e6f2;
}
.overview {
  padding: 45px 0px 30px;
}
.overview  p{
  color: #8d8c95;
  margin-top: 20px;
}
.overview ul span {
  background-color: #38761D;
  color: #fff;
  border-radius: 50px;
  font-size: 11px;
  padding: 5px;
  margin-right: 15px;
  font-weight: 700;
}
.overview ul li {
  margin-bottom: 8px;
  color: #8d8c95;
  font-family: "Montserrat", sans-serif;
  list-style-type: disc;
}
.doctor .doctor-heading{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.doctor-heading div{
  display: flex;
}
.doctor-heading .common-btn:nth-child(1) {
  width: fit-content;
  margin-right: 15px;
  font-size: 15px;
  background: #007F00 !important;
  padding: 10px 17px;
  display: none;
}
.doctor-heading .common-btn:nth-child(1) span{
  font-size: 22px;
}
.doctor-heading .common-btn:nth-child(2) {
  background: #fff;
  color: #0F1E4C;
  border: 2px solid #0F1E4C;
  font-size: 13px;
  text-transform: uppercase;
  width: fit-content;
  padding: 10px 15px;
}
.doctor-heading .common-btn:nth-child(2)::before {
    background: #007f00;
}
.doctor-heading .common-btn:hover{
  border: 1px solid  #007f00;
}
.doctor-heading .common-btn:nth-child(2):hover{
  color: #fff;
}
.doctor{
  padding: 60px 0px;
  background: #f5f6fa;
}
.doctor .doctor-wrapper{
  display: flex;
  align-items: center;
}
.doctor .doctor-wrapper .box {
  width: 160px;
  height: 111px;
  background: #dcdddf;
}
.doctor .doctor-wrapper .text h4 {
  font-size: 19px;
}
.doctor .doctor-wrapper .text p {
  margin-bottom: 0;
  color: #6d6e75;
  font-size: 12px;
  line-height: 1.3;
}
.doctor-wrapper .text {
    background: #fff;
    width: 70%;
    height: 113px;
    padding: 12px 24px;
}
.doctor .row{
  margin-top: 40px;
}
.doctor .doctor-wrapper{
  margin-bottom: 35px;
}

/**/

.section-title {
  font-size: 28px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-weight: 400;
  display: inline-block;
  position: relative;
}
.section-title:after,
.section-title:before {
  content: "";
  position: absolute;
  bottom: 0;
}
.section-title:after {
  height: 2px;
  background-color: rgba(252, 92, 15, 0.46);
  left: 25%;
  right: 25%;
}

.section-title:before {
  width: 15px;
  height: 15px;
  border: 3px solid #fff;
  background-color: #fc5c0f;
  left: 50%;
  transform: translatex(-50%);
  bottom: -6px;
  z-index: 9;
  border-radius: 50%;
}

/* CAROUSEL STARTS */
.customer-feedback .owl-item img {
  width: 85px;
  height: 85px;
  margin: auto;
}

.feedback-slider-item {
   /* position: relative;
    padding: 60px;
    margin-top: -40px;*/

    margin: 26px auto;
    border: 2px solid #e6f0f2;
    border-radius: 5px;
    position: relative;
    width: 87%;

  }

  .customer-name {
    margin-top: 15px;
    margin-bottom: 25px;
    font-size: 20px;
    font-weight: 500;
  }

  .feedback-slider-item p {

  }

  .customer-rating {
    background-color: #eee;
    border: 3px solid #fff;
    color: rgba(1, 1, 1, 0.702);
    font-weight: 700;
    border-radius: 50%;
    position: absolute;
    width: 47px;
    height: 47px;
    line-height: 44px;
    font-size: 15px;
    right: 0;
    top: 77px;
    text-indent: -3px;
  }

  .thumb-prev .customer-rating {
    top: -20px;
    left: 0;
    right: auto;
  }

  .thumb-next .customer-rating {
    top: -20px;
    right: 0;
  }

  .customer-rating i {
    color: rgb(251, 90, 13);
    position: absolute;
    top: 10px;
    right: 5px;
    font-weight: 600;
    font-size: 12px;
  }

/* GREY BACKGROUND COLOR OF THE ACTIVE SLIDER */
/*.feedback-slider-item:after {
    content: "";
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 0;
    top: 103px;
    background-color: #f6f6f6;
    border: 1px solid rgba(251, 90, 13, 0.1);
    border-radius: 10px;
    z-index: -1;
}*/

.thumb-prev, .thumb-next {
  position: absolute;
  z-index: ;
  top: 32%;
  width: 98px;
  height: 98px;
  left: -114px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0.2;
}

.thumb-next {
  left: auto;
  right: -114px;
}

.feedback-slider-thumb img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
}

.feedback-slider-thumb:hover {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.customer-feedback .owl-nav [class*="owl-"] {
  position: relative;
  display: inline-block;
  bottom: 45px;
  transition: all 0.2s ease-in;
}

.customer-feedback .owl-nav i {
  background-color: transparent;
  color: rgb(251, 90, 13);
  font-size: 25px;
}

.customer-feedback .owl-prev {
  left: -15px;
}

.customer-feedback .owl-prev:hover {
  left: -20px;
}

.customer-feedback .owl-next {
  right: -15px;
}

.customer-feedback .owl-next:hover {
  right: -20px;
}

/* DOTS */
.customer-feedback .owl-dots {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -15px;
}
.customer-feedback .owl-dot {
  display: inline-block;
}

.customer-feedback .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 0 3px;
  background: #d9d9d9;
  border: 0;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  border-radius: 50%;
}

.customer-feedback .owl-dots .owl-dot.active span {
 background-color: rgb(41 42 107);
}

.feedback-slider.owl-theme .owl-nav [class*=owl-] {
  background-color: transparent;
  border-radius: 0px;
  padding: 5px 11px;
  font-size: 25px;
  color: #636277;
}
.feedback-slider.owl-theme .owl-nav [class*=owl-]:hover{
  background-color: transparent;
  color: #636277;
}
.feedback-slider.owl-theme .owl-nav {
 margin-top: 10px;
 position: absolute;
 width: 100%;
 top: 35%;
}
.feedback-slider.owl-carousel .owl-nav .owl-prev {
 position: absolute;
 left: -4%;
 background-color: transparent;
 border-radius: 0px;
 padding: 5px 11px;
 font-size: 25px;
 color: #636277;
 top: 41%;
}
.feedback-slider.owl-carousel .owl-nav .owl-next {
 position: absolute;
 right: -4%;
 background-color: transparent;
 border-radius: 0px;
 padding: 5px 11px;
 font-size: 25px;
 color: #636277;
 top: 41%;
}


.feedback-slider .feedback-slider-item .text {
  background: #fff;
  padding: 45px 38px;
  height: 190px;
}
.feedback-slider .text-heading {
 background-color: #E5FCFF;
 padding: 15px 38px;
 position: relative;
 display: flex;
 align-items: center;
 height: 82px;
}
.feedback-slider .dp {
    width: 10% !important;
    height: 70px !important;
    position: absolute;
    bottom: 5px;
}
.feedback-slider .feedback-slider-item .info {
  margin-left: 20%;
}
.feedback-slider .feedback-slider-item .info h4 {
  font-size: 19px;
  margin-bottom: 0;
  color: #141414;
}
.feedback-slider .feedback-slider-item .info p {
  margin-bottom: 0;
  font-size: 12px;
  color: #000000;
  font-weight: 400;
}
.feedback-slider .feedback-slider-item p {
  margin-bottom: 0;
  color: #4a4a4a;
  font-size: 15px;
}
.feedback-slider .feedback-slider-item .quote1 {
  position: absolute;
  top: -29px;
  left: 33px;
  width: 11%;
  height: auto;
}
.feedback-slider .feedback-slider-item .quote2 {
  position: absolute;
  bottom: -24px;
  right: 33px;
  width: 10%;
  height: auto;
}
.feedback-slider .feedback-slider-item .img3 {
  position: absolute;
  width: 100%;
  height: auto;
  top: -16px;
  left: -77px;
  z-index: -1;
}
.customer-feedback{
  padding: 50px 0px;
}


.facility .left_service{
  padding-top: 44px;
}
.facility .nav-tabs .nav-link {
    color: #777985;
    font-size: 12px;
    display: flex;
    align-items: center;
    margin-bottom: 6px;
    text-align: left;
    padding: 9px 16px;
    border-radius: 0px;
    transition: all 0.3s ease-in-out;
    font-weight: 500;
    border: 1px solid transparent;
}
.facility .nav-tabs .nav-item {
  width: 100%;
  padding: 0;

  padding:0px 15px;
}
.facility .nav-tabs .nav-link img {
  width: 30px;
  margin-right: 13px;
}

.facility .nav-tabs .nav-link.active{
  color: #fff;
  border: 1px solid transparent;
  background-color: #007F00;
}
.facility .nav-tabs .nav-link:hover{
  color: #fff;
  border: 1px solid transparent;
  background-color:#007F00;
}
.facility .nav-tabs .nav-link:hover img{
  filter: brightness(0) invert(1);
}
.facility .nav-tabs .nav-link.active img{
  filter: brightness(0) invert(1);
}
.facility .Services-outer-border{
  padding:0px;
}
.facility .nav-tabs .nav-item:nth-child(1) .nav-link {
  color: #007F00;
  font-size: 23px;
  padding: 16px 29px;
  font-weight: 600;
}
.facility .nav-tabs .nav-item:last-child .nav-link{
  border-bottom: 0;
}
.facility .nav-tabs .nav-item:nth-child(1){
  padding:0;
}
.facility .nav-tabs .nav-item:nth-child(1):hover .nav-link{
  background-color: transparent;
  border: 1px solid transparent;
}
.facility .card{
  border:0
}
.facility .card-body{
  padding-top: 0px;
}
.facility .card-body p{
  color: #646e75;
  margin-top: 20px;
  font-size: 15px;
}
.facility  .common-btn {
  background-color: #007F00;
  width: fit-content;
  font-size: 15px;
  height: 45px;
  margin: 40px 0;
  padding:10px 15px;
}
.facility .card-body .common-btn span{
  font-size: 27px;
  margin-right: 10px;
}

.facility .card-body h2 {
 
  margin-bottom: 18px;
  color: #007F00;
  font-weight: 600;
}
.facility .right_service{
  background-color: #eff2f7;
}
.facility .nav{
  padding-top: 27px;
  border-bottom: 0;
}
.facility .card-body ul li {
  margin-bottom: 8px;
  font-size: 14px;
  position: relative;
  list-style-type: disc;
}
.facility .card-body ul {padding: 0;padding-left: 20px}
.facility .card-body ul li:before {
  content: '>';
  background-color: #007f00;
  color: #fff;
  border-radius: 50px;
  font-size: 17px;
  padding: 0px;
  margin-right: 15px;
  font-weight: 600;
  aspect-ratio: 1 / 1;
  width: 26px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.specialists{
  padding: 50px 0px;
}
.specialists h3 {
  font-size: 20px;
  color: #141414;
  text-transform:uppercase;
}
.specialists h6 {
  color: #515151;
  font-size: 17px;
  font-weight: 500;
}
.specialists p {
  font-size: 15px;
  color: #515151;
  line-height: 1.6;
}
.specialists .row{
  margin-top: 40px;
}
.specialists .img-box {
  width: 100%;
  height: 350px;
  background: #f0f4f5;
  position: relative;
}
.specialists .img-box::before {
  position: absolute;
  content: "";
  height: 5px;
  background-color: #2c3091;
  width: 91%;
  left: 17px;
  top: -5px;
}
.specialists .img-box::after {
  position: absolute;
  content: "";
  height: 5px;
  background-color: #ed1c22;
  width: 91%;
  left: 17px;
  bottom: -5px;
}
.specialists .col-md-8{
  padding-left: 30px;
}
.sp-doctor{
  background-color: #f5f6fa;
  padding: 40px 0px;
}
.sp-doctor .sp-doctor-wrapper {
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1vw;
}
.sp-doctor .sp-doctor-wrapper .sp-doctor-single{
  width:100%;
  margin-bottom: 30px;
}
.sp-doctor .sp-doctor-wrapper .sp-doctor-single .img-box{
  background-color: #dcdddf;
  height: 192px;
  width: 100%;
}
.sp-doctor .sp-doctor-wrapper .sp-doctor-single .text p {
  color: #9D8F8F;
  font-size: 14px;
  text-align: center;
  margin-bottom: 0;
  font-weight: 500;
}
.sp-doctor .sp-doctor-wrapper .sp-doctor-single .text h4 {
  font-size: 16px;
  text-align: center;
  margin-bottom: 0;
  color: #0F1E4C;
  font-weight: 600;
  text-transform: uppercase;
}
.sp-doctor .sp-doctor-wrapper .sp-doctor-single .text {
    background-color: #fff;
    padding: 27px 15px;
    height: 6vw;
}
.contact{
  padding: 50px 0px;
}
.contact .contact-wrapper{
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 30px;
}
.contact .contact-wrapper .contact-single {
  width: 33%;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  margin-bottom: 40px;
  margin: 0 auto;
  box-shadow: 0px 1px 5px #ccc;
}
.contact .contact-wrapper .address-box{
  background-color: #f5f6fa;
  padding: 18px 29px;
  height: 150px;
  transition: all 0.3s ease-in-out;
}
.contact .contact-wrapper .address-box p{
  color: #595867;
  margin-bottom: 0;
  font-size: 15px;
}
.contact .contact-wrapper .address-box h5{
  font-size: 18px;
}
.contact .contact-wrapper span{
  background: #007f00;
  color: #fff;
  font-size: 28px;
  padding: 17px 13px;
  transition: all 0.3s ease-in-out;
}
.contact .contact-wrapper a{
  color: #5f5f6e;
  font-size: 15px;
}
.contact .contact-wrapper .icon-box {
  display: flex;
  align-items: center;
  /* border: 1px solid #ccc; */
}
.contact .contact-wrapper .icon-box .icon {
  background: #007f00;
  padding: 17px 13px;
}
.contact .contact-wrapper .icon-box .icon img {
  width: 28px;
}
.contact .contact-wrapper .number{
  padding: 22px 0px 22px 15px;
  border: 1px solid #f5f6fa;
  width: 100%;
}
.contact .contact-wrapper .contact-single:hover .address-box{
  background-color: #0f1e4c;
}
.contact .contact-wrapper .contact-single:hover p{
  color: #fff;
}
.contact .contact-wrapper .contact-single:hover h5{
  color: #fff;
}
.contact .contact-wrapper .contact-single:hover span{
  background-color: #007f00;
}
.enquiry{
  background-color: #eeeff3;
  padding: 55px 0px;
}
.enquiry .enquiry-wrapper{
  display: flex;
  justify-content: space-evenly;
}
.enquiry .enquiry-wrapper .call-wrapper{
  display: flex;
  margin-bottom: 27px;
  align-items: flex-start;
}
.enquiry .enquiry-wrapper .call-wrapper img {
  width: 62px;
  margin-right: 20px;
}
.call-wrapper .text h3{
  font-size: 19px;
  margin-bottom: 3px;
}
.call-wrapper .text p{
  color: #656571;
  font-size: 16px;
}
.call-wrapper span {
  color: #0f1e4c;
  font-size: 46px;
  margin-right: 20px;
}
.call-wrapper:nth-child(2) span{
  font-size: 62px;
  margin-right: 5px;
  position: relative;
  left: -11px;
}
.form-single h4 {
    font-size: 31px;
    margin-bottom: 16px;
    line-height: 30px;
}
.form-single .form-control{
  padding: 13px 20px;
  border: 0;
  border-radius: 0;
  box-shadow: 0px 2px 10px #00000021;
}
.captcha {
  transform: scale(0.87);
  -webkit-transform: scale(0.87);
  position: relative;
  left: -19px;
}

.form-single .common-btn{
  margin-top: 30px;
}
.form-single select.form-control:not([size]):not([multiple]) {
  height: 50px;
}
::placeholder{
  font-size: 14px;
  color: #a9a8af;
}
.enquiry .enquiry-wrapper .enquiry-single{
  width: 25%;
}
.enquiry .enquiry-wrapper .form-single{
  width: 50%;
}
.form-single .form-div{
  margin-top: 30px;
}
.call-wrapper .social-icon{
  color: #97a6a9;
  font-size: 25px;
}
.call-wrapper.social{
  margin-left: 20%;
}
.call-wrapper .social-icon:hover{
  color: #2d3091;
}
/*about slider journey*/



.milestone-new-section .text-wrapper {
  display: flex;
  align-items: center;
  width: 80%;
  margin: 0 auto;
}
.text-wrapper .content h6 {
  color: #141414;
  font-size: 18px;
  margin-bottom: 7px;
  font-weight: 600;
}
.text-wrapper .content h5 {
  color: #007F00;
  font-size: 32px;
  margin-bottom: 20px;
  font-weight: 600;
}
.text-wrapper .content p{
  color: #5e5d6f;
  font-size: 17px;
}
.text-wrapper img{
  border-right: 2px solid #ccc;
}

.text-wrapper .content{
  padding-left: 7%;
}


.faq-main{
  padding:50px 0px;
}
.faq{
  width: 80%;
  margin: auto;
}
.faq .card{
  margin-bottom: 7px;
  border: 0;
  border-bottom: 1px solid #cccccc6b;
}
.faq .card-header .btn-link {
  color: #141414;
  font-size: 17px;
  text-decoration: none;
  padding: 13px 17px 15px;
  transition: all 0.5s ease-in-out;
  width: 100%;
  text-align: left;
  font-weight:600;

}
.faq .card-header .btn-link br{
 display: none;
}
.faq .card-header .btn-link[aria-expanded="true"] {
  background: #fff;
  color: #007f00;
  box-shadow: none;
  position: relative;
  z-index: 1;
  border-radius: 0;
  padding-bottom: 0;
}

.faq .icon-mathematical-addition-sign {
  float: right;
  font-size: 13px;
  padding: 10px;
  color: #2d3090;
  transition: all 0.5s ease-in-out;
  position: relative;
  top: -2px;
  background: #fff;
  border-radius: 50%;
  transform: rotate(-90deg);
  box-shadow: 0px 0px 10px #ccc;
}
.faq .icon-minus-symbol {
  float: right;
  font-size: 13px;
  padding: 10px;
  transition: all 0.5s ease-in-out;
  position: relative;
  color: #fff;
  background: #007f00;
  transform: rotate(-90deg);
  border-radius: 50%;
}
.faq .collapsed .icon-mathematical-addition-sign {
  display: block !important;
}
.faq .collapsed .icon-minus-symbol {
  display: none;
  color:#fff;background: transparent;
  border:1px solid orange;
}
.faq .icon-mathematical-addition-sign{
  display: none;
}
.faq .card-body {
  width: 100%;
  margin: auto;
  padding-top: 3px;
}
.faq .card-header{
  background: #fff;
  padding:0;
  border: 0;
}
.faq .card-body p{
  font-size: 15px;
  width: 100%;
  margin-bottom: 0;
  width: 90%;
}
.faq .card-body a{
  color: #008bd2;
}
.faq .card-body a:hover{
  color: #008bd2;
}

.about-pils{
 background: #f5f6fa;
}
.about-pils .nav-pills {
  display: flex;
  align-items: center;
  justify-content: center;

}

.about-pils .nav-pills .nav-item.show .nav-link, .about-pils .nav-pills .nav-link.active, .about-pils .nav-pills .nav-link:hover {
  color: #007F00;
  background-color: transparent;
  border-color: transparent;
}
.about-pils .nav-pills .nav-link {
  color: #909292;
  font-size: 15px;
  margin: 0 20px;
  padding: 15px 0;
  position: relative;
  text-transform:uppercase;
}

.about-pils .nav-pills .nav-link:before {
  position: absolute;
  content: "";
  height: 4px;
  width: 100%;
  background: #007F00;
  bottom: 0;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.about-pils .nav-pills .nav-item.show .nav-link, .about-pils .nav-pills .nav-link.active:before, .about-pils .nav-pills .nav-link:hover:before {
  opacity: 1;
}

.overview-about {
  text-align: center;
  padding:50px;
}

.overview-about h2{
  font-size:40px;
}

.overview-about p {
  width: 78%;
  margin: 0 auto;
  margin-bottom: 10px;
}
.gray{
  color:#797887;
}

.counter .count-box {
  width: 24%;
  float: left;
  background: #567d9a78;
  padding: 7px;
  margin-right: 5px;
}
.counter .icon-wrapper {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 28px;
  width: 25%;
  /*border-right: 1px solid #ccc;*/
  margin-right: 20px;
  text-align: center;
}
.counter .icon-wrapper .counter-icon {
  width: 65px;
  max-width: 65px;
  margin-right: 15px;
/*  display: none;*/
}
.counter .icon-wrapper .text {
  padding-left: 0px;
  text-align: center;
  width: 100%;
}
.counter .icon-wrapper .counter-value {
  font-size: 36px;
}
.counter .icon-wrapper .plus {
  font-size: 34px;
}
.counter {
  display: flex;
  align-items: center;
  justify-content: center;
}
.counter p {
  width: 100%;
  font-size: 14px;
  text-align: left;
  line-height: 18px;
  text-align: center;
  margin-top: 10px;
}
.counter {
  padding: 30px 0px;
  margin-top: 15px;
}
.counter .icon-wrapper h4 {
  margin-bottom: 0px;
  text-align: center;
}
.wrapper-vision{
  display:flex;
  align-items:center;
  justify-content:center;
}

.vision-mission .parallax-container {
    position: relative;
    overflow: hidden;
    height: 526px;
}
.vision-mission .parallax {
  position: absolute;
  left: 0;
  right: 0;
  height: 517px;
}
.vision-mission .parallax .parallax-img {
  position: absolute;
  left: 50%;
  bottom: 0px;
  width: 100%;
  min-height: 100%;
  transform: translate3d(0,0,0);
  transform: translateX(-50%);
}
.single-vision {
  text-align: center;
  color: #fff;
  background: #ffffff1f;
  margin: 20px;
  padding: 25px 15px;
  transition: all 0.5s ease-in-out;
  height:332px;
  width: 30%;
}
.single-vision span {
  font-size: 60px;
}
.single-vision h3 {
  font-size: 23px;
}
.single-vision:hover {
  background: #fff;
}
.single-vision:hover p{
  color:#4f4d64;
}
.single-vision:hover h3{
  color:#2d3092;
}
.single-vision:hover span {
  color: #007F00;
}
.vision-mission .container {
  position: relative;
  top: 55px;
}

.counter .icon-wrapper:before {
  content: '';
  position: absolute;
  / left: -7px; /
  right: 12px;
  top: -15px;
  height: 160%;
  width: 3%;
  background-position: 100%;
  background-repeat: no-repeat;
  / box-shadow: 0px 0px 6px 2px #ccc; /
  box-shadow: 0px 0px 25px 0px #00000059;
  transform: skewX(-10deg);
}
/*.counter .icon-wrapper:after {
    position: absolute;
    content: "";
    width: 12%;
   right: 13px;
    top: -15px;
    height: 173%;
    transform: skewX(-10deg);
    background: #fff;
}*/

.counter .icon-wrapper:last-child:before{
  display: none;
}
.counter .icon-wrapper:nth-child(4):before {
  display: none;
}

















.common-pages {
  padding: 40px 0;
}
.common-pages p {
  font-size: 14px;

  color: #475766;
}
.common-pages h4 {
  font-size: 18px;
  margin-bottom: 5px;
}
.common-pages h3 {
  font-size: 16px;
}
.caption-heading.commonpage-head {
 width: auto;
 padding: 10px 20px;
}
.common-pages a{
  display: block;
  color: #002c41;
  font-size: 14px;
  line-height: 1.6;
}
.common-pages a:hover{
  color: #007F00;

}
.sitemap h5{
  font-size: 17px;
}







.milestone-new-section{
  padding: 50px 0;
  width: 100%;
  background: #f5f6fa;

}
.milestone-new-section .heading{
  margin-bottom: 30px;
}

.journey-content .owl-theme .owl-nav [class*=owl-] {
  color: #007F00;
  font-size: 30px;
  background: transparent;
}
.journey-content .owl-theme .owl-nav [class*=owl-]:hover{
  color: #b9bbbf;
  background: transparent;
}
.journey-content .owl-theme .owl-nav{
  position: relative;
  top: -209px;
}

.journey-content .owl-carousel .owl-nav .owl-prev{
  position: absolute;
  left: 10px;
}
.journey-content .owl-carousel .owl-nav .owl-next{
  position: absolute;
  left:92%; }
 .milestone-new-section .owl-thumb .item {
    text-align: center;
    cursor: pointer;
    height: 60px;
    height: 50px;
    /* width: 100px; */
    width: 146px;
    border-radius: 10px;
    background-color: #c9c7c8;
    position: relative;
    z-index: -1;
    background: #38761d;
    margin-bottom: 25px;
}

 /* .milestone-new-section .owl-thumb .item::before {
    position: absolute;
    content: "";
    display: block;
    border: 1px dotted #c9c7c8;
    width: 100%;
    top: 25px;
    left: 50px;
  }*/
  .milestone-new-section .owl-thumb .owl-item:last-child .item::before{
    display: none;
  }
  .milestone-new-section .owl-thumb .owl-item.synced{
    color: #558db4;
  }
  .milestone-new-section .owl-thumb{
    padding-top: 0s;
  }
  .item-span {
    position: relative;
    display: block;
    top: 12px;
    display: flex;
    font-size: 17px;
    align-items: center;
    justify-content: center;
    color: #fff;
  }
  .milestone-new-section .owl-thumb .owl-item:before{
    display: none;
  }
  .owl-full .item h3{
    font-size: 30px;
    color: rgb(26, 27, 28);
    margin-bottom: 40px;
  }
  .owl-full .item span{
    font-size: 21px;
    font-family: "TextaAlt-Bold";
    color: rgb(40, 20, 112);
  }
  .owl-full .carousel-caption {
    right: 0;
    left: 0px;
    padding-bottom: 0;
  }
  .milestone-new-section .owl-thumb .owl-item.synced .item{
    background: #007F00; 
  }
  .milestone-new-section .owl-thumb .owl-item.synced .item{
    color: #fff;
  }
  .year-text .owl-theme .owl-nav [class*=owl-] {
    color: #65666b;
    font-size: 24px;
    background: transparent;
  }
  .year-text .owl-theme .owl-nav [class*=owl-]:hover{
    color: #65666b;
    background: transparent;
  }
  .year-text .owl-theme .owl-nav{
    position: relative;
    bottom: 63px;
  }
  .year-text .owl-carousel .owl-nav .owl-prev{
    position: absolute;
    left: -43px;
  }
  .year-text .owl-carousel .owl-nav .owl-next{
    position: absolute;
    left:94%; }
    .year-text .owl-carousel .owl-stage-outer{
      width: 93.8%;
    }


    .error-div{
      padding: 50px 0px;
    }
    .error-div .error-btn{
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .error-div .error-btn .common-btn{
      margin-right: 10px;
    }
    .about-counter{
      background-color: #fff;
      padding: 30px 0px;
    }
    .about-counter .home-counter{
      background: #fff;
    }
    .map iframe{
      width: 100%;
    }
    .appointment-modal .modal-content{
      border-radius: 0;
      background: transparent;
    }
    .appointment-modal .modal-header{
      display: block;
      background: #ed1b24;
      color: #fff;
      padding: 20px 30px;
      border-radius: 0;
    }
    .appointment-modal .modal-header h4{
      margin-bottom: 0;
      font-size: 20px;
    }
    .appointment-modal .modal-header h5{
      font-size: 18px;
    }
    .appointment-modal .close {
      color: #000;
      opacity: 1;
      position: absolute;
      top: -15px;
      right: -10px;
      font-size: 30px;
      padding: 10px;
      height: 34px;
      width: 30px;
      display: flex;
      align-items: center;
      justify-content: center;
      z-index: 9;
    }
    .appointment-modal .form-group{
      position: relative;
    }
    .appointment-modal .modal-icon {
      position: absolute;
      right: 16px;
      top: 10px;
    }
    .appointment-modal .modal-body{
      padding: 20px 30px;
      background: #fff;
    }
    .appointment-modal .form-control {
      border: 0;
      border-bottom: 1px solid #ccc;
      border-radius: 0;
      border: 1px solid #ccc;
      margin-bottom: 20px;
      padding: 10px 15px;
    }
    .appointment-modal .form-control:focus{
      box-shadow: none;
    }
    .appointment-modal .common-btn {
      width: fit-content;
      font-size: 15px;
      margin-top: 30px;
    }


/**/
.homeProducts { 
  padding:0px 0 0; 
} 
.homeProductsInner { 
  height:506px; 
  overflow:hidden; 
  position:relative; 
  background-color:#8a8a8a; 
} 
.home-slider button.slick-prev.custom-prev.slick-arrow {
  position: absolute;
  top: 45%;
  padding: 8px 15px;
  left: 6%;
  display: block;
  z-index: 9;
}
.back-to-top {
  right: 15px !important;
  left: auto !important;
}
/*.home-about {
    background: url(../images/home-about-element1.jpg);
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-size: 100% 100%;
}*/

.navbar .dropdown ul {
    display: flex;
    left: -21%;
    align-items: flex-start;
    flex-wrap: wrap;
    min-width: 95vw;
    top: 100%;
    display: none
}
.navbar .dropdown:hover ul{
  display: flex;
}
    .navbar .dropdown ul li, .navbar-mobile .dropdown ul li {
    min-width: unset !important;
    width: 20%;
}
.navbar .dropdown .dropdown ul {
    top: 0;
    left: 100%;
    visibility: hidden;
    display: block;
}
.navbar .dropdown .dropdown ul{
  visibility: visible;
  opacity: 1;
  position: relative;
  box-shadow: unset;
  left: 0;
  
}
.navbar .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left:0%;
    visibility: visible;
   
}


header .dropdown ul .dropdown a {
    font-weight: 800;
    padding-bottom: 0;
}
header .dropdown ul .dropdown ul a {
    font-weight: 500;
    padding-top: 0;
    padding-bottom: 5px;
}
.navbar a .drop-arrow{display: none;}
    header .navbar li.dropdown a {
        font-size: 14px !important;
/*        font-weight: 700;*/
    }
    .navbar li, .navbar>ul>li, .page-sidebar {
    position: static;
}

/*.navbar .dropdown ul li:last-child a{
   font-weight: 700 !important;
}*/


@media screen and (min-width:767px) { 
 .bgfullImg {
  width:100%;
  height:100%;
  position:absolute;
  left:0;
  top:0;
  transition:750ms ease-in-out;
  -webkit-transition:750ms ease-in-out;
  background-position:center center;
  background-repeat:no-repeat;
  -webkit-background-size:cover;
  background-size:cover;
} 
.bgfullImg.hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
} 
./*homeProductsInner:before { width:100%; height:1px; content:''; position:absolute; left:0; top:268px; z-index:3; background-color:#949494; } */
.homeProductsInner:after { width:100%; height:100%; content:''; position:absolute; left:0; top:0; z-index:1; opacity:1; background-color:transparent; } 



 /*.barodaConnectBg { background-image:url(../images/joint-replacement.jpg); } 
 .fifaPartnerBg { background-image:url(../images/eurology.jpg); } 
 .genNextProBg { background-image:url(../images/pediatric.jpg); } 
 .barodamConnectPlusBg { background-image:url(../images/orthopedic-surgery.jpg); } 
 .accOpenKioskBg { background-image:url(../images/onco-surgery.jpg); } 
 .greenPinBg { background-image:url(../images/daibatic-heartcare-center.jpg); }
 .secureBankingBg { background-image:url(../images/advance-maternity-center.jpg); } 
 .mInvestAppBg { background-image:url(../images/neurology.jpg); } 
 .smallBusiAccBg { background-image:url(../images/ent.jpg); } 
 .barodamPassbookBg { background-image:url(../images/cosmetic-surgery.jpg); } 
 .cashlessVillagesBg { background-image:url(../images/sonography.jpg); } 
 .globalPresenceBg { background-image:url(../images/laproscopic-surgery.jpg); } }*/ 
 
 .homeProductsInner .homeProductListing { 
  list-style:none;
  margin:0; 
  padding:0; 
  text-align:center; 
  position:relative; 
  z-index:2; 
} 
.homeProductsInner .homeProductListing li { 
  width:16.6666%; 
  height:253px; 
  float:left; 
  border-right:1px solid #949494; 
  border-bottom: 1px solid #949494;
} 
.homeProductsInner .homeProductListing li:nth-child(6n) {
 border-right:none; 
} 

.homeProductsInner .homeProductListing .homeSprite {
 margin:50px 0 20px; 
 display:inline-block; 
 -webkit-transition:350ms ease; 
 transition:350ms ease; 
 font-size: 71px;
 color: #fff;
} 

.homeProductsInner .homeProductListing a { 
  min-height:253px; 
  display:block; 
  text-decoration:none; 
  transition: all 0.5s ease-in-out;
}
.try {
  background: #878787;
  height: 2px;
  width: 15%;
  margin: 5px auto;
}
.homeProductsInner .homeProductListing .productTitle { 
  display:block; 
  margin-bottom:20px; 
  color:#fff; 
  font-size:18px; 
  padding:0 20px; 
  position:relative; 
  line-height:28px; 
} 

.homeProductsInner .homeProductListing a:hover { 
  background-color:#007F00; 
} 
.homeProductsInner .homeProductListing a:hover .try{
  display: none;
}
.homeProductsInner .homeProductListing a:hover .exploreBtn { 
  opacity:1; 
}

.homeProductsInner .homeProductListing a:hover .homeSprite { 
  margin-top:28px; 
}

.faq .btn-link br{
  display: none;
}



.homeProductsInner .homeProductListing .exploreBtn {
  display: inline-block;
  padding: 0 13px;
  color: #fff;
  line-height: 37px;
  opacity: 0;
  font-size: 14px;
  position: relative;
  background: #00006A;
  /* border: 1px solid #fff; */
  transition: all 0.3s ease-in-out;
}

.homeProductsInner .homeProductListing .exploreBtn:hover {
  background: #0f1e4c;
  border-color: #fff;
  color: #fff;
}



.homeProductsInner .homeProductListing .exploreBtn .icon {
  display: inline-block;
  height: 13px;
  width: 17px;
  vertical-align: middle;
  -webkit-transition: 350ms ease;
  transition: 350ms ease;
  font-size: 13px;
  color: #fff;
  transition: all 0.5s ease-in-out;
  display: none;

}

.homeProductsInner .homeProductListing .exploreBtn:hover .icon {
  color: #fff;

}



.navbar-mob .nav-item.dropdown {
  position: relative;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
  border-radius: 0px;
  border: 0px;
  /* box-shadow: 0px 2px 10px #00000059; */
  transition: all 0.3s ease-in-out;
  background-color: #f5f6fa;
  /* bottom: -32px; */
  top: 45px;
  width: max-content;
}
.navbar-mob .dropdown-menu .dropdown-item {
  font-size: 14px;
  padding: 5px 15px;
  color: #606061;
  display: block;
}
.navbar-mob .nav-item.dropdown:hover .dropdown-menu {
  display: block !important;
}
.navbar-nav .dropdown-item:hover {
  color: #2d3091;
  text-decoration: none;
  background-color: transparent;
}
.dropdown-item.active, .dropdown-item:active {
  color: #feed06;
  text-decoration: none;
  background: transparent;}


/*   .join-b .caption-heading {
     top: -29px;
    
}*/
.excellence-slider.owl-carousel .owl-nav .disabled{
  opacity:1;
}
.human .common-btn:before {
  background: #0f1e4c;
  /* border: 0px; */
}
.human .common-btn:hover{
  border:0px;
}
/*.overview-about .counter .icon-wrapper:after {
    position: absolute;
    content: "";
    width: 20%;
    right: 25px;
    top: -15px;
    height: 173%;
    transform: skewX(-20deg);
    background: #fff;
}
.overview-about .counter .icon-wrapper:before {
    content: '';
    position: absolute;
    right: 25px;
    top: -15px;
    height: 160%;
    width: 3%;
    background-position: 100%;
    background-repeat: no-repeat;
    box-shadow: 0px 0px 25px 0px #00000059;
    transform: skewX(-20deg);
}*/

.investor-tab.fixed {
  position: fixed;
  top: 124px;
  width: 100%;
  background: #f4f7f9;
  left: 0px;
  padding: 3px 0px 0px;
  box-shadow: 0px 2px 4px #00000059;
  z-index: 4;
}

footer{
  position: relative;
}
footer .top-arrow {
  background: #007f00;
  color: #fff !important;
  /* padding: 0px 11px 4px; */
  font-size: 30px;
  position: absolute;
  z-index: 1;
  cursor: pointer;
  height: 40px;
  right: 4%;
  width: 39px;
  bottom: 15%;
  box-shadow: 0px 0px 10px #1d1c1c;
}
footer .top-arrow i{
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: 3px;
}


.home-about .icon-wrapper .icon-bg{
 /* background: #f4f9fc; */
 width: 65px;
 max-width: 65px;
}
.home-about .icon-wrapper .icon-bg::before {
    position: absolute;
    content: "";
    background: #ccc;
    height: 60px;
    width: 2px;
    top: -40px;
    left: 29px;
}
.home-about .icon-wrapper:nth-child(1) .icon-bg::before{
  height: 37px;
  top: -19px;
}
    .home-about .icon-wrapper:nth-child(3) .icon-bg::before {
        height: 60px;
        top: -38px;
    }
    .home-about .icon-wrapper:nth-child(3) .icon-bg::after {
        position: absolute;
        content: "";
        background: #bab1b1;
        height: 25px;
        width:2px;
        bottom: -4px;
        left: 29px;
    }
.overview .col-md-3 span {
  font-size: 205px;
  color: #ed1b24;
  position: relative;
  top: 28px;
  display: flex;
  justify-content: center;
}
.single-vision:hover h3 {
  color: #007F00;
}
.logo-wrapper .footer-contact img {
  width: 13%;
}
.twitter-img{
  width:30%;
}
.twitter-img img {
  width: 61% !important;
  margin-top: -3px;
}
.milestone-new-section .text-wrapper img {
  width: auto !important;
}
.teams-pic img {
        width: 69%;
        margin: 0 auto;
        display: block;
    }
.teams-pic {
 
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position:relative;
  width:100%;
}
/* .teams-pic:before {
  position: absolute;
  content: "";
  width: 40%;
  height: 5px;
  background: #000;
  top: -2px;
} */

.teams-pic:after {
  position: absolute;
  content: "";
  width: 40%;
  height: 5px;
  background: #007f00;
  bottom: -2px;
}
    .sp-doctor .sp-doctor-wrapper .sp-doctor-single .img-box img {
        width: 43%;
        margin: 0 auto;
        display: block;
        padding-top: 9%;
    }
.doctor .doctor-wrapper img {
  width: 60%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  object-fit: contain;
}
.breadcum img {
  filter: brightness(0.7);
}
.main-footer .footer-logo {
  margin-bottom: 0px;
  width: 26%;
}
.home-about .parallax .col-md-4 img {
  height: 550px;
}
.form-single .form-div .form-group {
  margin-bottom: 20px;
}
.work-inner {
  display: flex;
  gap: 20px;
}
.work {
  padding: 70px 0px;
  background: #f8f8f8;
}
.career {
  padding: 70px 0px;
}
.openings-wrapp {
  display: flex;
  align-items: center;
  justify-content: center;
}
.openings-wrapp .openings-single {
  width: 30%;
  padding: 39px 20px;
  box-shadow: 0px 3px 48px #00000019;
  margin: 0px 10px 10px 10px;
  height: 200px;
}
.openings-wrapp .openings-single h3 {
  margin-bottom: 15px;
}
.career-listing {
  padding: 60px 0px;
  background: #fcfcfc;
}
.work-wrapp {
  padding: 20px 10px;
  transition:all 0.5s ease-in-out;
}
.work-wrapp:hover {
  box-shadow: 0px 13px 12px #0000000F;
}
.work-wrapp img {
  width: 50px;
  margin-bottom: 10px;
  display: block;
}

.opening-form .job-content {
  width: 50%;
  padding: 20px 20px;
  overflow: auto;
  height: 450px;
  margin-right: 10px;
}

.opening-form .modal-dialog.modal-dialog-centered {
  max-width: 1000px;
}
.opening-form .modal-dialog.modal-dialog-centered {
  max-width: 1000px;
}
.opening-form .job-content {
  width: 50%;
}

.opening-form .form-div {
  width: 50%;
  /* background: #F7F2F7;*/
  padding: 30px 20px;
}
.modal-body.conatct-section li {
  list-style-type: disc;
  margin-left: -10px;
}
.modal-body.conatct-section {
  padding: 0px;
}
.opening-form .form-control {
  box-shadow: 0px 13px 12px #0000000F;
  border-radius: 0px;
  border: 0px;
  margin-bottom: 20px;
  padding: 10px 15px;
  border: 1px solid #cccccc4f;
}

.opening-form .job-content {
  width: 50%;
  padding: 20px 20px;
  overflow:auto;
  height:450px;
  margin-right: 10px;
}

.opening-form .job-content::-webkit-scrollbar-track{
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  background-color: #f5f5f5;
}

.opening-form .job-content::-webkit-scrollbar{
  width: 5px;
  /*background-color: #f5f5f5;*/
}

.opening-form .job-content::-webkit-scrollbar-thumb{
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #007F00;
}
.opening-form .file-upload .file-select {
  display: block;
  border-radius: 50px;
  color: #34495e;
  cursor: pointer;
  height: 45px;
  text-align: left;
  background: #fff;
  overflow: hidden;
  position: relative;
  width: 100%;
  box-shadow: 0px 13px 12px #0000000F;
}
.opening-form .file-upload .file-select .file-select-button {
  background: #fd8c01;
  padding: 0 15px;
  color: #fff;
  display: inline-block;
  height: 100%;
  line-height: 45px;
  border-radius: 50px;
  font-size: 14px;
}
.opening-form .file-upload .file-select .file-select-name {
  line-height: 40px;
  display: inline;
  padding: 0 0px;
  font-size: 12px;
  color: #2c7451;
}
.opening-form .file-upload .file-select input[type=file] {
  z-index: 1;
  cursor: pointer;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
.opening-form .file-upload.active p.file-error {padding-top: 30px !important;}
.contact-btn .common-btn {
  border: 0px;
  margin-top: 20px;
}
.opening-form .job-content p, .opening-form .job-content li{
  color:#5C5171;
  font-weight:300;
}

.opening-form .modal-header {
  background-color: #000000b8;
  color: #fff;
  border-radius: 0px;
}

.modal-content{
  border-radius:0px;
}

.opening-form button.btn-close {
  color: #fff;
  font-size: 25px;
  position: absolute;
  top: -6%;
  right: -20px;
  opacity: 1;
  background-image: none;
}
.modal-body.conatct-section {
  padding: 0px;
  display: flex;
}

.errors{
  display:none;
  font-size:12px;
}

.navbar-mob .links-social a{
  font-size: 20px;
  color: #000;
  padding: 5px;
  /* margin-top: 13px; */
  position: relative;
  top: 6px;
}
/* Hide all submenus by default */
.mobile-navbar .dropdown-submenu > .dropdown-menu {
  display: none;
}

/* Show ONLY hovered submenu */
.mobile-navbar .dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

/* Ensure siblings remain hidden */
.mobile-navbar .dropdown-submenu:hover ~ .dropdown-submenu > .dropdown-menu {
  display: none;
}

/* Position submenu */
.mobile-navbar .dropdown-submenu {
  position: relative;
}

.mobile-navbar .dropdown-submenu > .dropdown-menu {
  position: absolute;
  top: -8px;
  left: 100%;
  box-shadow: 0px 2px 6px #ccc;
}
.mobile-navbar .dropdown-submenu > .dropdown-menu {
  opacity: 0;
  visibility: hidden;
  transition: all 0.25s ease;
}

.mobile-navbar .dropdown-submenu:hover > .dropdown-menu {
  opacity: 1;
  visibility: visible;
}


select {
  background: url(../images/down-arrow.svg) no-repeat;
  background-position: center;
  -webkit-appearance: none;
  background-position-x: 97%;
}
.book-app {
  background: #0f1e4c;
  color: #fff !important;
  font-size: 14px !important;
  padding: 8px 15px;
}
.iti {width: 100%;}

.main-head .navbar a, .main-head .navbar a:focus {
  font-size: 15px;
  font-family: "Montserrat", sans-serif;
}

section#procedures h2 {
  color: #007F00;
  font-size: 36px;
  margin-bottom: 0;
  /* font-weight: 600; */
}

.overview ul {
  margin-top:20px;
}

    .right_service.sticky {
        position: sticky;
        top: 6vw;
        width: 90%;
    }

.back-to-top{
  right:15px !important;
}

header .navbar li.dropdown a {
  font-size: 14px !important;
}
.navbar .dropdown ul li, .navbar-mobile .dropdown ul li {
  min-width: 290px;
}

.navbar .dropdown ul a .drop-arrow {
  position: absolute;
  right: 15px;
  top: 7px;
}
.service_inner{
  padding-bottom:0px;
}
section.home-slider {
  margin-top: 120px;
}
.counter .icon-wrapper:last-child {
  border-right: 0px !important;
}

.home-slider button.slick-next.custom-next.slick-arrow {
  position: absolute;
  top: 45%;
  padding: 8px 15px;
  right: 6%;
}

.donation .nav-link i {
        font-size: 1.1vw;
        margin-right: 10px;
    }
    .custom-table{
    border-color: #007F00;
}

.custom-table thead{
    background: #007F00;
    color: #fff;
}

.custom-table th,
.custom-table td{
    vertical-align: middle;
    border: 1px solid #007F00;
    padding: 12px 15px;
}

.custom-table tbody tr:nth-child(even){
    background: #f4fff4;
}

.custom-table td:first-child,
.custom-table th:first-child{
    width: 80px;
    text-align: center;
}

.custom-table td:last-child,
.custom-table th:last-child{
    text-align: right;
}
.donation h2.heading{
  margin-bottom: 15px !important;
}

}
.insights-details  .owl-nav [class*=owl-] {
  border: 1px solid #ccc;
  background-color: #fff;
  border-radius: 0px;
  padding: 5px 11px;
  font-size: 18px;
  color: #636277;
}
.insights-details .owl-nav [class*=owl-]:hover{
  background-color: #fff;
  color: #636277;
}
.news_slider .owl-nav {
    position: absolute;
    width: 100%;
    top: 45%;
}
.insights-details .owl-carousel .owl-nav .owl-prev {
 position: absolute;
 left: 0px;
 padding: 5px 11px;
 padding: 5px 11px;
 background: #007f00;
color: #fff;
}
.insights-details .owl-carousel .owl-nav .owl-next {
 position: absolute;
 right: 0px;
 padding: 5px 11px;
 background: #007f00;
color: #fff;
}
.navbar-mobile-bg .nav-link {
    padding: 12px 8px;
}
.top-head ul li:nth-child(2) {
    color: #0F1E4C !important;
}

.news_slider{
  position:relative;
}
.work-inner .work-wrapp {
    width: 25%;
}
section.facility.donation {
    padding-bottom: 50px;
}
section.insights-details h4 {
    font-size: 30px;
    margin-top: 30px;
}
#header .logo img{
  width:85%;
}
/*
.navbar-mobile-bg li:nth-child(3) ul li:nth-child(6) ul a {
    position: relative;
    top: -320px;
}

.navbar-mobile-bg li:nth-child(3) ul li:nth-child(6) a {
    top: -320px;
}

.navbar-mobile-bg li:nth-child(3) ul li:nth-child(6) ul li a{
  width:fit-content;

}*/


#header .logo {
    position: absolute;
    top: -82px !important;
}
#header.shrink .logo {
    position: absolute;
    top: -70px !important;
}
#navbar ul ul li.dropdown>a {
    font-size: 14px !important;
    font-weight: 700;
}
#navbar ul ul li.dropdown:nth-child(1) {
    order: 6;
}
#navbar ul ul li.dropdown:nth-child(2) {
    order: -1;
}
#navbar ul ul li.dropdown:nth-child(3) {
    order: 0 ;
}
#navbar ul ul li.dropdown:nth-child(4) {
    order: 3;
}
#navbar ul ul li.dropdown:nth-child(5) {
    order: 4;
}
#navbar ul ul li.dropdown:nth-child(6) {
    order: 5;
}
#navbar ul ul li:nth-child(1) {
    order: 8;
}
.card-header{display: none}
.collapse:not(.show){display: block;}
.service-last{
  background: #007F00;
  padding: 1.6vw 0;
}
.service-last a{margin: 0 auto;}
.service-last a:hover{
  border: 1px solid #fff;
}