@font-face {
  font-family: 'nunito_sansbold';
  src: url('../fonts/nunitosans-bold-webfont.woff2') format('woff2'),
  url('../fonts/nunitosans-bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'nunito_sanslight';
  src: url('../fonts/nunitosans-light-webfont.woff2') format('woff2'),
  url('../fonts/nunitosans-light-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'nunito_sansregular';
  src: url('../fonts/nunitosans-regular-webfont.woff2') format('woff2'),
  url('../fonts/nunitosans-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'nunito_sanssemibold';
  src: url('../fonts/nunitosans-semibold-webfont.woff2') format('woff2'),
  url('../fonts/nunitosans-semibold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'rubikregular';
  src: url('../fonts/rubik-regular-webfont.woff2') format('woff2'),
  url('../fonts/rubik-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'rubikmedium';
  src: url('../fonts/rubik-medium-webfont.woff2') format('woff2'),
  url('../fonts/rubik-medium-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'work_sanslight';
  src: url('../fonts/worksans-light-webfont.woff2') format('woff2'),
  url('../fonts/worksans-light-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'work_sansregular';
  src: url('../fonts/worksans-regular-webfont.woff2') format('woff2'),
  url('../fonts/worksans-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

/*-------------------Main ---------------------------*/
body{
  background: #f1f1f1;
}
.wrapper{
	/*position: relative;*/
	overflow: hidden;
}
.header-block{
  position: absolute;
  width: 100%;
  padding: 0em 0em;
  display: flex;
  flex-wrap: wrap;
}
.header-blocker {
    position: relative;
    width: 100%;
    padding: 2em 3em;
    display: flex;
    flex-wrap: wrap;
    height: 10vh;
    background: #fff;
}
.preload {
	position: fixed;
	height: 100%;
	width: 100%;
	background: #000;
	background-size:70%;
	z-index: 999999;
	top:0;
	bottom:0;			
}
.preload .apex {
	text-align:center;
	top: 50%;
	left: 50%;
	position: absolute;
	-moz-transform: translate(-50%);
	-webkit-transform: translate(-50%);
	transform: translate(-50%);
	
	font-family: 'gotham_boldregular';
    color: #ffffff;
    font-size: 3.5vw;
    line-height: .8em;
    text-transform: uppercase;
    letter-spacing: .5em;
    text-decoration: none !important;
	
	-webkit-animation-name: al-hudhoudh-loader;
  animation-name: al-hudhoudh-loader;
  -webkit-animation-duration: 3.7s;
  animation-duration: 3.7s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  
  -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}





@-webkit-keyframes apex-loader {
  
  0% {
	opacity: 0;
	letter-spacing: .2em;
    
  }
  
  50% {
    opacity: 1;
	letter-spacing: .5em;
  }
  
  100% {
    opacity: 0;
	letter-spacing: .2em;
  }
}

@keyframes apex-loader{
  0% {
	opacity: 0;
	letter-spacing: .2em;
    
  }
  
  50% {
    opacity: 1;
	letter-spacing: .5em;
  }
  
  100% {
    opacity: 0;
	letter-spacing: .2em;
  }
}




.preload.in_active {
	bottom: 0;
	top: 100%;
	height: 0;
	overflow: hidden;
	-moz-transition: top 1s, height 1s;
	-webkit-transition: top 1s, height 1s;
	transition: top 1s, height 1s;
}
.preload.in_active apex {
	display:none;
	-moz-transition: all 1.5s;
	-webkit-transition: all 1.5s;
	transition: all 1.5s;
}

.dropdown {
  position: relative;
  display: inline-block;
  transition: .5s;  
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: transparent;
  min-width: 200px;
  padding: 12px;
  z-index: 1;
  background: #56780c;
  border-radius: 4px;
}
.dropdown-content ul{
  padding: 0;
  margin: 0;
}
.dropdown .dropdown-content ul li{
  list-style: none;
  color: #000;
  border-bottom: 1px solid #2c3e04;
  padding: .8em 0;
}
.dropdown .dropdown-content ul li:last-child{
  border:none;
}
.dropdown:hover .dropdown-content{
  display: block;
}
.dropdown:hover .dropdown-content ul li:hover a{
  color: #b0d857;
  -webkit-transition: color .2s ease-out;
  -moz-transition: color .2s ease-out;
  -o-transition: color .2s ease-out;
  transition: color .2s ease-out;  
}
  .demo-adsila {
    --color-text: #57585c;
    --color-background: #fff;
    --color-link: #5d93d8;
    --color-link-hover: #423c2b;
  }

  .short-menu {
    position: relative;
    z-index: 10;
  }

  .short-menu__item {
    line-height: 1;
    position: relative;
    display: block;
    margin: 1em 0;
    outline: none;
    float: left;
  }

  .short-menu__item-name {
    position: relative;
    display: inline-block;
    padding: 1em .8em;  
  }
  .clock{
  position: absolute;
  width: 100%;
  z-index: 2;
  }

  .current-time{
    padding: 0 !important;
    z-index: 99;
    position: absolute;
    top: -15px !important;  
  }

  .appointment-btn{
    position: relative;
    z-index: 99;
    width: 100%;
  }
  .appointment-btn button{
    background: #56780c;
    border-radius: .5em;
    border: none;
    padding: .6em 1.5em;
  }
  .appointment-btn button a{
    color: #fff;
    font-family: 'rubikmedium';
    font-size: .8em;
    text-transform: uppercase;
  }

  .appointment-btn button:hover a{
    text-decoration: none;
  }
  .appointment-btn button:hover{
    background: #163a16;
    -webkit-transition: background-color .3s ease-out;
    -moz-transition: background-color .3s ease-out;
    -o-transition: background-color .3s ease-out;
    transition: background-color .3s ease-out;
  }









  .banner-block{
    position: relative;
    width: 100%;
    display: inline-block;
  }



  .hero-img{
    right: 0;
    top: 0;
    float: right;
    height: 41vw;
  }
  .banner-img .caption-txt{
    position: absolute;
    z-index: 99;
    left: 3em;
    transform: translateY(40vh);  
  }
  .banner-img .caption-txt img{
    float: none;
  }
  .banner-img .caption-txt h1{
    font-family: 'nunito_sansbold';
    font-size: 4.5em;
    color: #171b26;
    padding: .6em 0;
  }
  .buttonapx{
    float: right;
  }

}
.button-box{
  display: flex;
  align-items: center;

}
.apx-button button{
  background: none;
  border: none;
}
.apx-button button span, .apx-button button a{
  position: relative;
  display: inline-block;
  width: 17em;
  height: 4em;
  overflow: hidden;
  vertical-align: middle;
  text-align: left;
  text-decoration: none;
  color: #56780c;
  cursor: pointer;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.apx-button button span>div svg, .apx-button button a>div svg {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
}
.apx-button button span>div svg g line,
.apx-button button span>div svg g polyline,
.apx-button button span>div svg g circle,
.apx-button button span>div a g line,
.apx-button button span>div a g polyline,
.apx-button button span>div a g circle 
 {
  fill: none;
  stroke: #56780c;
}
.apx-button button span>div svg g line,
.apx-button button span>div svg g polyline,
.apx-button button a>div svg g line,
.apx-button button a>div svg g polyline 
 {
  stroke-miterlimit: 10;
  stroke-width: 0.15em;  
}
.apx-button button span>div svg g circle, .apx-button button a>div svg g circle {
  display: block;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 0.15em;
  stroke-dasharray: 200;
  stroke-dashoffset: 0;
  transition: stroke-dashoffset ease-out 0.5s;
}
@media (max-width: 1920px) {
.apx-button button span p,apx-button button a p {
  z-index: 2;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  font-family: 'rubikmedium';
  font-size: .8em;
  top: 100%;
  transform: translate(0%, 90%);
}}
.apx-button button:hover span, .apx-button button:hover a{
  -webkit-transform: translateZ(0) translateX(0.5em);
  transform: translateZ(0) translateX(0.5em);
}
.apx-button button:hover span>div svg g circle , .apx-button button:hover a>div svg g circle {
  stroke-dashoffset: 200;
}

.buttonapxer .apx-button button span>div svg g line,
.buttonapxer .apx-button button span>div svg g polyline,
.buttonapxer .apx-button button span>div svg g circle,
.buttonapxer .apx-button button a>div svg g line,
.buttonapxer .apx-button button a>div svg g polyline,
.buttonapxer .apx-button button a>div svg g circle
{
  fill: none;
  stroke: #fff;
}
.buttonapxer .apx-button button span p, .buttonapxer .apx-button button a p{
  color: #fff;
}

.service-slider{
  position: absolute;
  z-index: 99;
  margin: 0 auto;
  bottom: 0;
  background: #fff;
  border: 1px solid #e1e1e1;
  border-radius: .5em 0 0 .5em;
}

#service{
  right: 0;
  float: right;
}
.shadow {
  -webkit-box-shadow: 0px 0px 95px -13px rgba(0,0,0,0.15);
  box-shadow: 0px 0px 95px -13px rgba(0,0,0,0.15);
  width: 100%;
  height: 100%;
}


.about-block{
  position: relative;
  padding: 0 2em 2em 3em;  
}

.about-block1{
  position: relative;
  padding: 0 2em 2em 3em; background-color: #fff;  
}

.about-box{
  padding: 0 0 2em 3em;
  z-index: 9;

}
.relative{
  position: relative;
  width: 100%;
  left: 0;
  top: 0;
}
.relative img{
  max-width: 100%;
  position: relative;
}
.pro-box-cap {
  background: #7b9f2c;
  position: absolute;
  top: -1em;
  left: -1em;
  height: 40%;
  width: 50px;
  border-radius: .3em;
}

.pro-box-cap:after{
  content: "";
  position: absolute;
  transform: rotate(-90deg);
  width: 12em;
  height: .2em;
  background: #56780c;
  left: -4.3em;
  top: 70px;
}
.pro-box-cap p {
  margin-bottom: 0;
  color: #fff !important;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  position: relative;
  bottom: -14em;
  left: -4.8em;
  text-transform: uppercase;
  font-family: 'rubikmedium';
  font-size: .8em;
  letter-spacing: 1px;
  width: 14em;
}
.grouper-flx{
  display: flex;
  align-items: flex-end;
  width: 100%;
}
.grouper-flxy{
  display: flex;
  align-items: center;
  width: 100%;
}
.about-content{

}
.about-content .about-txt{
 /* padding: 3em 0 0 0;*/ 
}
.about-content .about-txt h2{
  font-family: 'nunito_sanslight';
  color: #7b9f2c;
  font-size: 3em;
  line-height: 1em;
  text-align: left;
}
.about-content .about-txt p{
  font-family: 'work_sanslight';
  color: #3e3e40;
  font-size: 1.2em;
  padding: 1.5em 0;  
  text-align: justify;
}
.medical-chara img{
  bottom: 0;
  max-width: 100%;
  position: relative;
}
.wobble:hover {
  -webkit-animation: wobble 3s ease infinite;
  animation: wobble 3s ease infinite;
}
@-webkit-keyframes wobble {
  0% { -webkit-transform: translateX(0%); transform: translateX(0%); }
  30% { -webkit-transform: translateX(2%) rotate(1deg); transform: translateX(2%) rotate(1deg); }
  60% { -webkit-transform: translateX(-2%) rotate(-1deg); transform: translateX(-2%) rotate(-1deg); }
  100% { -webkit-transform: translateX(0%); transform: translateX(0%); }
}
@keyframes wobble {
  0% { -webkit-transform: translateX(0%); transform: translateX(0%); }
  30% { -webkit-transform: translateX(2%) rotate(1deg); transform: translateX(2%) rotate(1deg); }
  60% { -webkit-transform: translateX(-2%) rotate(-1deg); transform: translateX(-2%) rotate(-1deg); }
  100% { -webkit-transform: translateX(0%); transform: translateX(0%); }
}

.loaders {
  margin: 0 auto;
  width: 100%;
  background: #111;
    height: 100%;
    position: fixed;
    z-index: 999999;
}  
.loader-container {
    top: 40%;
      left: 50%;
      position: absolute;
      -moz-transform: translate(-50%);
      -webkit-transform: translate(-50%);
      transform: translate(-50%);
}
.square-rotate-3d .loader {
  width: 150px;
  height: 300px;
}

  /*ECG*/
  .ecg{
    position: absolute;
    left: -7.5em;
    top: 0;
    z-index: 99;
  }
  .ecg svg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width:10em;
    height:7em;
  }

  .beat-loader {
    stroke: #7a9f2d;
    stroke-dasharray: 175;
    stroke-dashoffset: 350;
    -webkit-animation: draw 1.4s linear;
    -moz-animation: draw 1.4s linear;
    animation: draw 1.4s linear;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
  }

  @-webkit-keyframes draw {
    to {
      stroke-dashoffset: 0;
    }
  }
  @-moz-keyframes draw {
    to {
      stroke-dashoffset: 0;
    }
  }
  @keyframes draw {
    to {
      stroke-dashoffset: 0;
    }
  }

  .vision-timing-block{
    position: relative;
    padding: 0 0 3em 3em;
    display: block;
    width: 100%;
  }

  .vision-timing-block h2{
    color: #fff;
    font-family: 'nunito_sanslight'; 
    font-size: 3em; 
  }
  .vision-timing-block p{
    color: #fff;
    font-family: 'work_sanslight';
    font-size: 1em; 
  }



  .vision-timing-block .vision-box{
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#4d6814+0,465d12+100 */
    background: rgb(77,104,20); /* Old browsers */
    background: -moz-linear-gradient(top,  rgb(77,104,20) 0%, rgb(70,93,18) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgb(77,104,20) 0%,rgb(70,93,18) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgb(77,104,20) 0%,rgb(70,93,18) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d6814', endColorstr='#465d12',GradientType=0 ); /* IE6-9 */
    padding: 3em;
    position: relative;
    overflow: hidden;
    margin: 0 .5em 0 0;  

  }

  .vision-timing-block .vision-box:before{
    position: absolute;
    right: 0;
    top: -2em;
    width: 100%;
    height: 16em;
    z-index: 1;
    content: '';
    background: url(../img/visio-wave.png) no-repeat;
    /* background-size: cover; */
    background-position: left;
  }

  .dr-box{
    background: #56780c;
   padding: 3em;
    top: 0;
    position: relative;
    width: 100%;
    z-index: 1;  
    margin: 0 0 0 .5em; 
    text-align: center; 
    border-radius: 20px;
  }
  
  @media (max-width:1550px) {
    
  .dr-box{
   
    padding:19px;
  
  }
  .hero-img {
    
    height: 38vw;
}
.time-row-adjust{
  margin-left: 0px !important;
}
.location-box{
  padding:25px !important ;
}
.appointment-lady img {
  top: -2em !important;
}

.time-box{
  bottom: -205px !important;
}
  .banner-img .caption-txt h1 {
    
    margin-top: -90px !important;
}
  .about-box {
    padding: 0 0 2em 3em;
    z-index: 9;
    margin-top: -230px;
}

@media(max-width:997px){
  .dr-box{
    margin-top:20px;
  }
  .relative {
    display: block !important;
  }
  .location-box{
    margin-top:20px !important;
  }
  .vision-txt{
  
    padding: 2em 2em !important;
  
  }
}
  /* .about-box{
   
    margin-top: -200px;
  } */
 
  .banner-block::before{
    height: 37em !important;
  }

  }
  .padding-respo{
    margin-left: 25px !important;
  }


  @media(max-width:1366px){
    .hero-img {
    
      height: 40vw;
  }
  }

@media(max-width:1610px){
  .about-box {
   
    margin-top: -150px;
}
}
@media(max-width:1240px){
  .about-box {
   
    margin-top: -50 px;
}
}
/* 
@media(max-width:769px){
  .display-flexx{
    float: left;
  }
} */

  @media(max-width:991px){
    .padding-respo{
      margin-left:0px !important;
      margin-top: 60px;
    }
    .about-box{
    
      margin-top: 0px;
    }
    .appointment-lady img{

      position: relative!important;
      top: 2em !important;
    }
    .time-box{
      position: relative !important;
     
      bottom: 0 !important;
    }
    
    .dr-box{
      
     padding:25px;
      
    }
    .box-padder{
      padding: 0 2em 2em !important;
    }
    .nbs-flexisel-item img{
      padding:20x !important;
    }
   
  }
  .dr-box::before{
    content: "";
    background-image: url('../img/doct-1.png');
    position: absolute;
    top: 0;
    margin-top: -60px;
    margin-left: -80px;
    padding-bottom: 100px;
    width: 130px;
    height: 130px;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 4;
    transition: 0.05s;
  
    
    
  }

  .dr-box{
    transition: 0.5s;
  }
  .dr-box:hover{
    top: -10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }

  .dr-box .table-bordered td, .table-bordered th{
    border: none;
  }
  .dr-box .table-bordered td span{
    color: #7a9f2d;
  }
  .dr-box .table td, .table th{
    border-top: 1px solid #7a9f2d;
    border-bottom: 1px solid #7a9f2d;
  }

  .dr-box.table-bordered tbody{
    color: #f2f4f6;
    font-family: 'work_sanslight';
    font-size: 1em;  
    border: 1px solid #7a9f2d;    
  }
  .dr-box h4{
    color: #fff;
    text-align: center;
    margin-top: 50px;
    font-family: 'nunito_sanssemibold' !important;
  }
  .dr-box h5{
    color: #fff;
    font-family: 'nunito_sanssemibold' !important;
   
  }

  
  /* location */ 

  .location-box{
    background: #56780c;
    padding: 3em;
    top: 0;
    position: relative;
    width: 100%;
    z-index: 1;  
    margin: 0 0 0 .5em; 
    text-align: center; 
    border-radius: 20px;
    transition: 0.5s;
 
  }
  .location-box::before{
    content: "";
    background-image: url('../img/location-pin.png');
    position: absolute;
    top: 0;
    margin-top: -60px;
    margin-left: -80px;
    padding-bottom: 100px;
    width: 130px;
    height: 130px;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 11;
    transition: 0.5s;
 
  }
 

  .location-box:hover{
    top: -10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
 
  } 
  .location-box .table-bordered td, .table-bordered th{
    border: none;
  }
  .location-box .table-bordered td span{
    color: #7a9f2d;
  }
  .location-box .table td, .table th{
    border-top: 1px solid #7a9f2d;
    border-bottom: 1px solid #7a9f2d;
  }

  .location-box.table-bordered tbody{
    color: #f2f4f6;
    font-family: 'work_sanslight';
    font-size: 1em;  
    border: 1px solid #7a9f2d;    
  }
  .location-box h4{
    color: #fff;
    text-align: center;
    margin-top: 50px;
    font-family: 'nunito_sanssemibold' !important;
  }
  .location-box h5{
    color: #fff;
    
   
  }
  .location-box h6{
    color: #fff;
    font-family: 'work_sanslight';

   
  }
  @media (max-width:1245px) and (min-width:997px){
    .location-box {
      min-height: 480px;
    }
    .dr-box {
      min-height: 480px;
    }
    .about-box{
      margin-top: 10px;
    }
    .time-box{
      top: 305px;
    }
    .appointment-lady img{
      top: 6em !important;
    }
  }
  /* location */ 

  .time-box{
    background: #56780c;
    padding: 16px 0 20px;
    bottom: -249px;
    margin-left: 25px;
    position: relative;
    width: 100%;
    z-index: 1;  
    margin: 0 0 0 .5em; 
    text-align: center; 
    border-radius: 20px;
    font-family: 'nunito_sanssemibold' !important; 
  
  }


  .time-box::before{
    content: "";
 
    position: absolute;
    top: 0;
    margin-top: -60px;
    margin-left: -80px;
    padding-bottom: 100px;
    width: 130px;
    height: 130px;
    background-repeat: no-repeat;
    background-size: cover;
    
    
  }
  .time-am-pm{
    font-size: 16px !important;
  }
  .time-box .table-bordered td, .table-bordered th{
    border: none;
  }
  .time-box .table-bordered td span{
    color: #7a9f2d;
  }
  .time-box .table td, .table th{
    border-top: 1px solid #7a9f2d;
    border-bottom: 1px solid #7a9f2d;
  }

  .time-box.table-bordered tbody{
    color: #f2f4f6;
    font-family: 'work_sanslight';
    font-size: 1em;  
    border: 1px solid #7a9f2d;    
  }
  .time-box h4{
    color: #fff;
    text-align: center;
    margin-top: -20 !important;
   font-size: 20px;
  }
  .time-box h6{
    color: #fff;
    text-align: center;
    margin-top: -20 !important;
   font-size: 18px;
  }
  .time-box h5{
    color: #fff;
   
  }
  .time-box h6{
    color: #fff;
    text-align: center;
    margin-bottom: 10px;
   
  }
  .time-hr{
    border-top: 1px solid #c0e66f2e;
    padding: 0 0 6px;
    width: 90%;
   
    margin: 0 auto;
  
    align-items: center;
   
  }
  .time-row-adjust{
    margin-left: 40px;
  }
  .time-table{
    background: #253326;
    padding: 3em;
    top: 0;
    position: relative;
    width: 100%;
    z-index: 1;  
    margin: 0 0 0 .5em;  
  }

  .time-table .table-bordered td, .table-bordered th{
    border: none;
  }
  .time-table .table-bordered td span{
    color: #7a9f2d;
  }
  .time-table .table td, .table th{
    border-top: 1px solid #7a9f2d;
    border-bottom: 1px solid #7a9f2d;
  }

  .time-table .table-bordered tbody{
    color: #f2f4f6;
    font-family: 'work_sanslight';
    font-size: 1em;  
    border: 1px solid #7a9f2d;    
  }

  .owl-carousel {
    max-width: 320px;
  }
  .owl-carousel .owl-nav {
    padding-top: .4em;
    font-family: sans-serif;
    font-size: .8em;
  }
  .owl-carousel .owl-nav > div {
    padding: .4em 1.4em;
    border: 1px solid #333;
    background: #000;
    color: white;
    border-radius: .4em;
    background-image: linear-gradient(rgba(255, 255, 255, 0.3), rgba(0, 0, 0, 0.2));
    box-shadow: 0.1em 0.1em 0.4em rgba(0, 0, 0, 0.5);
  }
  .owl-carousel .owl-nav > div:hover {
    background-color: #333;
  }
  .owl-carousel .owl-nav .owl-prev {
    float: left;
  }
  .owl-carousel .owl-nav .owl-next {
    float: right;
  }
  .waiting-time{
    background: #7b9f2c;
    position: relative;
    width: 100%;
    padding: 2em 2em 1em 2em;
    text-align: center;
  }
  .estimate{
    background: #fff;
    padding: 1em .5em;
  }

  .waiting-time h5{
    font-family: 'nunito_sanslight';
    font-size: 1.5em;
    color: #fff;  
  }

  .waiting-time h4{
    font-family: 'nunito_sansbold';
    font-size: 1.5em;
    text-transform: uppercase;
    color: #fff;
  }

  .waiting-time p{
    color: #fff;
    font-family: 'nunito_sanslight';  
    padding: 1em 0 0;
  }

  .estimate h5{
    font-family: 'nunito_sanslight';
    font-size: 1.5em;
    color: #000;  
  }

  .estimate h4{
    font-family: 'nunito_sansbold';
    font-size: 1.5em;
    text-transform: capitalize;
    color: #ad2626;
  }

  .news-block{
    position: relative;
    padding: 5em 5em;
    display: block;
    width: 100%;
    background: #7e887e; 
    z-index: 1;    
  }

  .news-block:after{
    position: absolute;
    content: '';
    width: 10%; 
    height: 100%;
    background: #f1f1f1; 
    left: 0;
    top: 0;
    z-index: -1;
  }

  .news-box{
    background: rgb(233,237,223);
    background: linear-gradient(90deg, rgba(233,237,223,1) 0%, rgba(250,250,250,1) 100%);
    width: 100%;
    padding: 2em;
    align-items: center;
    margin: 1em 0;
    overflow: hidden;
    position: relative;
  }
  .news-box:before{
    content: "";
    background: #7b9f2c;
    width: 1%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
  }
  .box-left{
    left: 3em;
  }
  .news-date{
    text-align: center;
    color: #56780c;
    padding: 0 2em 0 1em;
    border-right: 2px solid #fff;
  }
  .news-date h3{
    font-family: 'nunito_sansbold';
    font-size: 2.5em
  }
  .news-date h4{
    font-family: 'nunito_sansbold';
    font-size: 1.5em
  }
  .news-short{
    padding: 0 2em;
    display: inline-block;
    width: 100%;
    position: relative;
  }
  .news-short h4{
    font-family: 'nunito_sanslight';
    font-size: 2em;
    padding-bottom: .5em;
    color: #56780c;
  }
  .news-short h4:after{
    content: "";
    background: #465e12;
    width: 10%;
    height: .1em;
    left: 1em;
    top: 1.5em;
    position: absolute;
  }
  .news-short p{
    font-family: 'work_sanslight';
    font-size: 1em;
    color: #414141;
    margin-bottom: 0;
  }
  .news-right{
    position: relative;
    padding: 5em 2em 0 5em;
  }
  .news-right h2{
    font-family: 'nunito_sanslight';
    font-size: 3em;
    padding-bottom: .5em;
    color: #fff;
  }
  .news-right p{
    font-family: 'work_sanslight';
    font-size: 1em;
    color: #fff;
    padding-bottom: .5em;
  }
  .map-block{
    width: 100%;
    position: relative;
  }
  .footer-block{
    background: #243326;
    padding: 5em 0 0 0;
    width: 100%;
    position: relative;
  }
  .footer-box{
    padding: 0 5em 5em 5em;
    position: relative;
  }
  .footer-block:after{
    content:"";
    position: absolute;
    width: 100%;
    height: 100%;
    background: url("../img/foot-after.png") no-repeat center top;
    background-size: cover; 
    top: 0;
  }
  .footer-left-box {
    position: relative;
    z-index: 1;
  }

  .footer-left-box button {
    background: #56780c;
    border-radius: .5em;
    border: none;
    padding: .6em 1.5em;
    transition: .3s;
  }

  .footer-left-box button a{
    text-decoration: none;
    color: #fff;
    transition: .3s;
  }
  .footer-left-box button a i{
    padding-right: .5em;
    font-size: 1.2em;
    transition: .3s;
  }
  .footer-left-box button:hover i{
    transition: .3s;
  }

  .footer-left-box button:hover{
    background: #fff;
    transition: .3s;
  }
  .footer-left-box button:hover a{
    color: #000;
    transition: .3s;
  }

  .footer-left-box ul{
    margin: 0;
    padding: 2em 0 1em 4em;
  }
  .footer-left-box ul li{
    list-style: none;
    font-family: 'rubikmedium';
    font-size: 1.2em;  
    line-height: 2em;
  }
  .footer-left-box ul li a{
    color: #d1d1d1;  
  }
  .footer-left-box ul li:hover a{
    color: #7b9f2c;  
    text-decoration: none;
    transition: color .5s;
  }


  form{
    /* margin: -10px; */
    position: relative;
    width: 100%;
    padding-top: 1em;
  }
  form .form-control{
    background: transparent;
    border-bottom: 1px solid #f8f8f8;
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0;
    box-shadow: none;
    padding: .5em 0;
    font-family: 'work_sanslight';
    font-size: 1em;
    color: #fff !important;
    text-transform: capitalize;
  }
  form .form-control ::-moz-selection { /* Code for Firefox */
color: #50575e;
}

form .form-control ::selection {
color: #50575e;
}
.form-control:focus{
  background: none;
  border-bottom: 1px solid #56780c!important;
  border-color: #56780c;
  
  box-shadow:none;
  text-decoration: none;
}

  .appointment-form-box{
    padding: 4em 2em 4em;
    width: 100%;
    z-index: 1;
    position: relative;
  }
  .appointment-form-box .form-head h2{
    font-family: 'nunito_sanslight';
    font-size: 3em;
    padding-bottom: .5em;
    color: #fff;
  }

  .appointment-form-box .form-head p{
    font-family: 'work_sanslight';
    font-size: 1em;
    color: #fff;
    padding-bottom: .5em;
  }
  .footer-address{
    position: relative;
    border-top: 1px solid #3e5428;
    border-bottom: 1px solid #3e5428;
    padding: 2em;
    text-align: center;
    width: 100%;
    z-index: 1;
  }
  .footer-address p{
    color: #f8f8f8;
    line-height: 1.6em;
    font-family: 'work_sanslight';
    margin-bottom: 0;      
  }
  .footer-address p span{
    color: #7b9f2c;
    padding: 0 .5em;
  }
  .copyright {
    color: #f8f8f8;
    text-align: center;
    position: relative;
    padding: .1em 0;
    width: 100%;
    z-index: 1;
    font-family: 'work_sanslight';
  }
  .copyright p{
    margin-bottom: 0;
  }

/**************************************************************************************************************
-------------------------------------------------Inner pages--------------------------------------------------
**************************************************************************************************************/
/*.header-blocker .short-menu ul{
  padding: 0;
}*/
.inner-banner-block{
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  position: relative;
  border-bottom: 5px solid #243326;  
}
.inner-banner-block .banner-img{
  position: relative;
  width: 100%;
  height: 100%;
  display: block;  
}
.inner-banner-block .banner-img:before {
  position: absolute;
  content: '';
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 20%;
  background: rgb(255,255,255);
  background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
}
.inner-banner-block .caption-txt{
  position: absolute;
  z-index: 2;
  bottom: 0;
  /*left: 5%;
  bottom: 0;
  transform: translate(-5%, 50%);
  transform: translateY(40vh);*/  
}
.inner-banner-block .banner-txt {
  background-image: linear-gradient(to top, #e3e9dc, #e3f0eb, #ebf5f6, #f6f9fc, #ffffff);
  width: 100%;
  height: 100%;
  position: relative;
  padding: 0 0 0 3em;
}
.inner-banner-block .banner-txt .caption-txt h2{
    font-family: 'nunito_sansbold';
    font-size: 3em;
    color: #ffffff;
    padding: .3em .5em;
    background: #243326;
    margin: .5em 0 0;
}

.inner-service-slider{
  position: relative;
  background: #fff;
  border: 1px solid #e1e1e1;
}

.in-services-block{
  display: block;
  width: 100%;
  padding: 5em 10em;
  position: relative;
}
.in-services-block::after {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  content: '';
  background: url(../img/about-bg.png) no-repeat;
  background-size: cover;
  background-position: right;
}
.grouper-box{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.inner-head{
  width: 100%;
  display: block;
  text-align: center;
}
.inner-head h2{
  font-family: 'nunito_sanslight';
  font-size: 3em;
  color: #56780c;
}

.inner-head p{
  font-family: 'work_sanslight';
  font-size: 1.2em;
  color: #3e3e40;
  padding-bottom: .5em;
}
.services-sp-margin1{
  margin: 0 0 3em 0;
}
.services-sp-margin2{
  margin: 0 1em 3em 0;
}
.our-services {
  padding: 30px 0 40px;
  background-color: #ffffff;
  text-align: center;
  overflow: hidden;
  position: relative;
  box-shadow: 0 15px 25px #636d4e26;
  display: block;
  border-bottom: 3px solid #243326;  
  height: 90%;
}

.our-services .picture {
  display: inline-block;
  height: 150px;
  width: 150px;
  /*margin-bottom: 50px;*/
  z-index: 1;
  position: relative;
}

.our-services .picture::before {
  content: "";
  width: 100%;
  height: 0;
  border-radius: 50%;
  background-color: #56780c;
  position: absolute;
  bottom: 135%;
  right: 0;
  left: 0;
  opacity: 0.9;
  transform: scale(3);
  transition: all 0.3s linear 0s;
  z-index: -2;
}

.our-services:hover .picture::before {
  height: 100%;
}

.our-services .picture::after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 40%;
    background-color: #f1f1f1;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.our-services .picture img {
  width: 100%;
  height: auto;
  border-radius: 40%;
  transform: scale(1);
  transition: all 0.9s ease 0s;
}

.our-services:hover .picture img {
  box-shadow: 0 0 0 5px #678625;
  transform: scale(0.8);
}

.our-services .title {
  display: block;
  font-size: 15px;
  color: #000;
  text-transform: capitalize;
  padding: 0 1em;
}
.our-doctor-box{
  width: 100%;
  background: #56780c;
  padding: .5em 1em;
  text-align: center;
  color: #fff;
  margin: 0 1em 0 0;
}

.team-content h3{
  font-family: 'rubikmedium';
  font-size: 1.8em;
  color: #56780c;
  padding: 1em 0 0;
}
.team-content h4{
  font-family: 'rubikmedium';
  font-size: 1.2em;
  color: #000;
  padding: .5em 0 0;
}
.team-content h5{
  font-family: 'nunito_sansregular';
  font-size: 1.1em;
  color: #000;
  padding: .2em 0;
}
.team-content h5 span{
  color: #56780c;
}



.team-content .more{
  padding: 1em 3em;
  font-family: 'work_sanslight';
  color: #3e3e40;
  font-size: 1.1em;  
}
.un-serv{
  padding: 2em 0;
}
.free-un-services-box{
  background: #7b9f2c;
    width: 100%;
    padding: 2em;
    position: relative;
}
.free-un-services-box h4{
  color: #fff;
  position: relative;
  margin: 0;  
}
.free-un-services-box .counter-circle{
  position: absolute;
  top: -1em;
  left: -1em;
  z-index: 2;  
}
.free-un-services-box .counter-circle .counter{
  position: relative;
  background: #243326;
  align-items: center;
  width: 40px;
  height: 40px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  align-items: center;
  text-align: center;
    z-index: 2;  
}
.free-un-services-box .counter-circle .counter p{
  position: relative;
  z-index: 2;
  color: #fff;
  margin: 0;
  top: 50%;
  transform: translate(0%, -50%);  
}

.un-services-box{
  background: #fff;
    width: 100%;
    padding: 2em;
    position: relative;
    border: 1px solid #7b9f2c;
    margin-top: 1em;
    border-top: 3px solid #7b9f2c;    
    /*text-align: center;*/
}
.un-services-box h5{
  color: #243326;
  position: relative;
  margin: 0;  
}
.un-services-box p{
  margin-bottom: 0;
}
.un-services-box .counter-circle{
  position: absolute;
  top: -1em;
  left: -1em;
  z-index: 2;  
}
.un-services-box .counter{
  position: relative;
  background: #7b9f2c;
  align-items: center;
  width: 40px;
  height: 40px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  align-items: center;
  text-align: center;
    z-index: 2;  
}
.un-services-box .counter p{
  position: relative;
  z-index: 2;
  color: #fff;
  margin: 0;
  top: 50%;
  transform: translate(0%, -50%);    
}
.rate-box{
  width: 100%;
  position: relative;
  background: #243326;
  padding:1em 2em;
  margin-bottom: 2em;
}
.rate-box h4{
  color: #fff;
}

.inner-block{
  display: block;
  width: 100%;
  padding: 5em 10em;
  position: relative;
}
.inner-block::after {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  content: '';
  background: url(../img/about-bg.png) no-repeat;
  background-size: cover;
  background-position: right;
}
.vision-boxer h3{
  color: #243326;
}
.vision-boxer p{
  font-family: 'work_sanslight';
  color: #3e3e40;
  font-size: 1.1em;
  padding: 1.5em 0;  
}
.inner-block .about-content{
  padding: 0 0 0 2em;
}

.inner-block .about-txt p{
  font-family: 'work_sanslight';
  color: #3e3e40;
  font-size: 1.1em;
  padding: .5em 0;  
}
.docters-box{
  display: flex;
  width: 100%;
  background-image: linear-gradient(to left bottom, #7e887e, #98a5a2, #b9c2c4, #dde0e2, #ffffff);
  padding: 5em;
  align-items: center;  
}
.docters-list{
    width: 100%;
    display: flex;
    flex-wrap: wrap;  
}
.medical-chara h3{
  text-align: center;
    color: #ffffff;
    padding: .7em .5em;
    background: #56780c;
    margin: .5em 0 0;  
   /* border-bottom: 2px solid #243326;*/
}
.inner-block .about-box {
    padding: 0;
}
.infra-box{
  width: 100%;
  padding: 3em 10em;
  text-align: center;
  background: #7b9f2c;
  color: #fff;
}
.infra-box h3{
  text-align: center;
  width: 100%;
  padding-bottom: 1em; 
}
.infra-box p{
  font-family: 'work_sanslight';
  font-size: 1.1em;  
}

/*------------------------------------*/

.polices{
  width: 100%;
}
.polices ul{
  margin: 0;
  padding: 0;
  width: 100%;
}
.policies-group{
  display: block;
}
.policies-group li{
  width: 100%;
  height: 100%;
  padding: 2em;
  background: #fff;
  list-style: none; 
    transition: .3s;
 
}
.policies-group li h3{
  color: #7b9f2c;
    transition: .3s;

}
.policies-group li p{
  font-family: 'work_sanslight';
  color: #3e3e40;
  font-size: 1.1em;
    transition: .3s;
}
.policies-group li a{
  text-decoration: none;
  color: #56780c;
  transition: .3s;
}
.policies-group li:hover a{
  color: #fff;
  transition: .3s;
  text-decoration: line; 
}
.policies-group li:hover{
  background: #56780c;
    transition: .3s;

  -webkit-transition: background-color .5s ease-out;
  -moz-transition: background-color .5s ease-out;
  -o-transition: background-color .5s ease-out;
  transition: background-color .5s ease-out;
}
.policies-group li:hover h2, .policies-group li:hover h3,.policies-group li:hover p,.policies-group li:hover h6{
  color: #fff;
  -webkit-transition: color .5s ease-out;
  -moz-transition: color .5s ease-out;
  -o-transition: color .5s ease-out;
  transition: color .5s ease-out;  
  transition: .3s;
}
.policies-group li button{
  border: none;
  background: #56780c;
  padding: .8em 1.2em;
  border-radius: 5px;
  transition: .3s;
}
.policies-group li button a{
  color: #fff;
  text-decoration: none;
  font-family: 'rubikmedium';
}
.policies-group li:hover button{
  background: #243326;
  transition: .3s;
}
.policies-group li button:hover{
  background: #fff;
  transition: .3s;
}
.policies-group li button:hover a{
  color: #243326;
  transition: .3s;
}
.policies-group li button:hover i{
  color: #56780c;
  transition: .3s;
}
.policies-group ul li .button-box a{
  text-decoration: none;
  color: #fff;
  transition: .3s;
}
.policies-group ul li.button-box:hover a{
  color: #000;
  text-decoration: none;
  transition: .3s;
}
.policies-group ul li .button-box a h6{
  color: #ffffff;
  padding: .8em 1em;
  background: #243326;
  border-radius: 5px;
  transition: .3s;
  text-decoration: none;
}
.policies-group ul li .button-box a h6:hover {
  color: #000;
  background: #fff;
  border-radius: 5px;
  -webkit-transition: color .2s ease-out;
  -moz-transition: color .2s ease-out;
  -o-transition: color .2s ease-out;
  transition: color .2s ease-out;
  -webkit-transition: background-color .2s ease-in;
  -moz-transition: background-color .2s ease-in;
  -o-transition: background-color .2s ease-in;
  transition: background-color .2s ease-in;
}
.policies-group ul li .button-box a h6 i{
  padding-right: .5em;
  transition: .3s;
}
.policies-group ul li .button-box a h6:hover i{
  -webkit-transition-property: padding; 
  -webkit-transition-duration: .2s;
  transition-property: padding;
  transition-duration: .2s;
  padding-right: 1em;
}
/*------------------------------------*/
.inner-news-box, .newser{
  width: 100%;
  position: relative;
  padding: 0;
}
.newser li{
  display: flex;
  align-items: flex-start;  
  background: #fff;
  padding:2em;
  margin-bottom: 1.5em;
}
.newser h2{
  padding-bottom: 1em;
}
.newser li.news-group{
  border-bottom: 2px solid #56780c;
}
.news-group .news-dater{
  border-right: 2px solid #56780c;
  padding: 0 2em;
  color: #56780c;
}
.news-group .news-dater h2{
  padding: 0;
  margin: 0;
}
.news-group .news-mnth p{
  padding: 0;
  margin: 0;
  font-family: 'work_sanslight';
  font-size: 1.1em;  
}
.news-group .news-detail-box{
  padding-left: 2em;   
}
.news-group .news-detail-box p{
  margin: 0;
  font-family: 'work_sanslight';
  font-size: 1.1em;    
}
/*.news-group:hover .news-box{
  background: #56780c;
  -webkit-transition: background-color .5s ease-out;
  -moz-transition: background-color .5s ease-out;
  -o-transition: background-color .5s ease-out;
  transition: background-color .5s ease-out;
}*/
.newser li:hover h2, .newser li:hover p, .newser li:hover h3{
  color: #fff;
  -webkit-transition: color .5s ease-out;
  -moz-transition: color .5s ease-out;
  -o-transition: color .5s ease-out;
  transition: color .5s ease-out;  
}
.newser li:hover .news-dater{
  border-right: 2px solid #fff;
}
/*.newser li:hover .news-group{
  border-bottom: 2px solid #000;
}*/
/*------------------------------------*/
.health-group{
  width: 100%;
  position: relative;
}
.health-group h2{
    font-family: 'nunito_sansbold';
  font-size: 2.5em;
  color: #56780c;
}
.health-group h3{
    font-family: 'rubikmedium';
  font-size: 1.5em;
  color: #243326;
  padding-bottom: 1em;
}
.health-group ul{
  padding: 0;
  margin: 0;
  width: 100%;
}
.health-group ul li{
  background: #fff;
  list-style: none;
  border-left: 5px solid #243326;    
  margin-bottom: 2em;
}
.health-group ul li span{
    font-family: 'rubikmedium';
}
.health-group ul li .health-details{
  width: 100%;
  font-family: 'work_sanslight';
  font-size: 1.1em;
  padding: 2em 2em 0;
}
.health-group ul li .link-box{
  background: #56780c;
}
.health-group ul li .link-box a{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}
.health-group ul li .link-box a .link-ico-box{
  background: #243326;
  padding: 1em 2em;
}
.health-group ul li .link-box a .link-ico-box i{
  color: #fff;
}
.health-group ul li .link-box a p{
  color: #fff;
  margin: 0;
  padding: 0 2em;
  font-family: 'rubikregular';
} 
.health-group ul li .link-box a:hover, .link-ico-box{
  text-decoration: none;
  background: #243326;
  -webkit-transition: background-color .3s ease-out;
  -moz-transition: background-color .3s ease-out;
  -o-transition: background-color .3s ease-out;
  transition: background-color .3s ease-out; 
  border-right: 2px solid #56780c; 
}

.health-group ul li .link-box a:hover .link-ico-box i{
  color: #56780c;
  -webkit-transition: color .3s ease-out;
  -moz-transition: color .3s ease-out;
  -o-transition: color .3s ease-out;
  transition: color .3s ease-out;   
}
.career-box{
  width: 100%;
  position: relative;
  background: #fff;
}
.career-head{
  padding: 2em;
  position: relative;
}
.career-head h2{
    font-family: 'nunito_sansbold';
  font-size: 2.5em;
  color: #56780c;
}
.career-head p{
  font-family: 'work_sanslight';
  font-size: 1.1em;
  margin-bottom: 0;
}
.career-box ul{
  padding: 0;
  margin: 0;
}
.career-box ul li{
  list-style: none;
}
.career-box ul li .careers-list h3{
  background: #56780c;
  padding: 1em 1.5em;
  color: #fff;
  font-family: 'rubikmedium';
  font-size: 1.5em;
  border-left: 5px solid #243326;
  margin: 0;
}
.career-box ul li .careers-list h3 a{
  color: #fff;
}
.career-box ul li .careers-list h3 a:hover{
  color: #243326;
  text-decoration: none;
}

.career-box ul li .careers-list p{
  font-family: 'work_sanslight';
  font-size: 1.1em;
  padding: 1em 2em;
  border-bottom: 1px solid #243326;
  margin: 0;  
}
.career-alret p{
  font-family: 'rubikmedium';
  margin: 0;
  padding: 1em 2em;
}
.careers-aim p{
  font-family: 'work_sanslight';
  margin: 0;
  padding: 1em 2em;
  border-top: 1px solid #243326;
}
.career-alret p a{
  color: #56780c;
}
.career-alret:hover, .career-alret:hover p{
  color: #7b9f2c; 
   background: #243326;
  -webkit-transition: color .3s ease-out;
  -moz-transition: color .3s ease-out;
  -o-transition: color .3s ease-out;
  transition: color .3s ease-out;      
}
.career-alret:hover p a{
  text-decoration: none;
  color: #fff !important;
  -webkit-transition: color .3s ease-out;
  -moz-transition: color .3s ease-out;
  -o-transition: color .3s ease-out;
  transition: color .3s ease-out;     
}

.know-button{
  text-align: center;
}
.know-button button{
      background: #253326;
    border: navajowhite;
    padding: .5em 1em;
    border-radius: 5px;
}
.know-button button a{
  text-decoration: none;
  color: #fff;
}
.know-button button a p{
  margin-bottom: 0;
}
.know-button button:hover{
  background: #000;
  transition: .5s;
}







.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    /*width: 100%;*/
    margin: 0 auto;
    padding-bottom: .5em;
}
.slick-slide h5{
  text-align: center;
  background: #1e402082;
  padding: .2em 0;
  border-radius: 4px;
  color: #fff;  
}
.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
    height: 100%;
    width: 100%;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: flex;
    width: 100%;
    background: #7b9f2c;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    /*background: #7b9f2c;*/
    padding: 2em 1em; 
       width: auto !important;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-initialized .slick-slide p{
      font-family: 'nunito_sanssemibold';
      font-size: 1em;
      text-align: center;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow {
    display: block;
}
 .slick-arrow{
      position: relative;
    z-index: 1;
}
.slick-prev{
        position: absolute;  
    left: 2em;
    top: 30%;
    transform: translate(-50%, 0%);
    background: url(../img/arrow-l.png) no-repeat center #fff;
    padding: 2em;
    background: #font-family: fantasy;;
    border: 1px solid #f1f1f1;
    border-radius: 50%;
    content: ">";
}
.slick-next{
    position: absolute;
    right: 0;
    top: 30%;
    transform: translate(-50%, 0%);
    background: url(../img/arrow-r.png) no-repeat center #fff;
    padding: 2em;
    background: #font-family: fantasy;;
    border: 1px solid #f1f1f1;
    border-radius: 50%;
    content: ">";
}


/*------------------------------Contact Us ---------------------------------*/

.contact-block{
  display: block;
  width: 100%;
  position: relative;
  padding: 5em 10em;
}
.contact-block h2{
  font-family: 'nunito_sanslight';
  font-size: 3em;
  color: #56780c;  
}
.contact-block h3{
  font-family: 'nunito_sanslight';
  font-size: 2.5em;
  color: #fff;  
  padding-left: 0;
}
.contact-block .special-p{
  margin-bottom: .5em;
}
.contact-block p a{
  text-decoration: none;
  color: #000;
  transition: .3s
}
.contact-block p:hover a, .contact-block p:hover i{
  color: #56780c;
  transition: .3s
}
.contact-box i{
  padding-right: 1em;
  color: #000
}
.box{
  background: #56780c;
    padding: 2em 3em;
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.box h3{
  color: #fff;
}
.box button{
  background: #fff;
  border: 1px solid #fff;
  padding: 1em 1.5em;
  border-radius: 5px;
  transition: .5s;
  font-family: 'rubikmedium';
}
.box button:hover{
  background: #243326;
  border: 1px solid #a5c45d;
  transition: .4s;
  color: #fff;
}
.contact-block .map-block{
  border: 2px solid #fff;
}
::placeholder { /* Firefox */
  color: #fff;
  opacity: 0;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
  opacity: 0;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #fff;
  opacity: 0;
  background: transparent;
}

/*---------------------------------------------*/
input {
  outline: none;
  border: none;
}
input[type="number"] {
  -moz-appearance: textfield;
  appearance: none;
  -webkit-appearance: none;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

textarea {
  outline: none;
  border: none;
}

textarea:focus, input:focus {
  border-color: transparent !important;
}

input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; }
input:focus::-moz-placeholder { color:transparent; }
input:focus:-ms-input-placeholder { color:transparent; }

textarea:focus::-webkit-input-placeholder { color:transparent; }
textarea:focus:-moz-placeholder { color:transparent; }
textarea:focus::-moz-placeholder { color:transparent; }
textarea:focus:-ms-input-placeholder { color:transparent; }

input::-webkit-input-placeholder {color: #cccccc;}
input:-moz-placeholder {color: #cccccc;}
input::-moz-placeholder {color: #cccccc;}
input:-ms-input-placeholder {color: #cccccc;}

textarea::-webkit-input-placeholder {color: #cccccc;}
textarea:-moz-placeholder {color: #cccccc;}
textarea::-moz-placeholder {color: #cccccc;}
textarea:-ms-input-placeholder {color: #cccccc;}

/*==================================================================

*/

.wrap-input100 {
  width: 100%;
  position: relative;
  border-bottom: 2px solid #dbdbdb;
  margin-bottom: 20px;
  z-index: 9;
}

.label-input100 {
  font-family: 'rubikregular';
  font-size: .9em;
  text-transform: uppercase;
  text-align: left;
  color: #cbcbcb;
  line-height: 1.2;
}

.input100 {
  display: block;
  width: 100%;
  font-family: 'rubikregular';
  font-size: 1em;
  text-align: left;
  color: #fff;
  background-color: transparent;
  line-height: 1.2;
  padding: 0 2px;
}

/*---------------------------------------------*/
input.input100 {
  height: 50px;
}
textarea.input100 {
  min-height: 140px;
  padding-top: 13px;
  padding-bottom: 13px;
}
.input100:focus + .focus-input100::before {
  width: 100%;
}
.has-val.input100 + .focus-input100::before {
  width: 100%;
}



/**************************************************************************************************************
--------------------------------------------------------------------------------------------------------------
----------------------------------------------------MEDIA--------------------------------------------------
--------------------------------------------------------------------------------------------------------------
**************************************************************************************************************/
  @media (max-width: 2560px) {

.short-menu--adsila ul li.short-menu__item a.short-menu__item-name {
    padding: 0 1.2em;
    font-size: 1.1em;
}
.banner-img .caption-txt img{
  width: 100%;
}
.banner-img .caption-txt h1{
  font-size: 5em;
}
.apx-button button span p, .apx-button button a p{
  font-size: 1.1em;
  z-index: 2;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  font-family: 'rubikmedium';
  top: 100%;
  transform: translate(0%, 90%);  
}
  .banner-block::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 80em;
    z-index: 1;
    content: '';
    background: url("../img/home-banner-after-1.png") no-repeat ;
    background-size: cover;
    background-position: center;
  }
.about-block::after {
    position: absolute;
    right: 0;
    top: -5em;
    width: 100%;
    height: 100%;
    z-index: 1;
    content: '';
    background: url(../img/about-bg.png) repeat-y;
    background-size: cover;
    background-position: right;
}  
}
@media (max-width: 1920px) {
  .banner-block::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 49em;
    z-index: 0;
    content: '';
    background: url("../img/home-banner-after.png") no-repeat ;
    background-size: cover;
    background-position: center;
  }
  .xl-para{
    display: none;
  }
  .short-menu--adsila ul li.short-menu__item a.short-menu__item-name {
      padding: 0 .5em;
  }
  .banner-img .caption-txt h1{
    font-size: 4.5em;
    margin-top: -170px;
  }
  .about-block::after {
    position: absolute;
    right: 0;
    top: -2em;
    width: 100%;
    height: 100%;
    z-index: 1;
    content: '';
    background: url(../img/about-bg.png) no-repeat;
    background-size: cover;
    background-position: right;
  }
  .pro-box-cap:after {
      content: "";
      position: absolute;
      transform: rotate(-90deg);
      width: 8em;
      height: .2em;
      background: #56780c;
      left: -2.3em;
      top: 40px;
  }
  .pro-box-cap p {
      margin-bottom: 0;
      color: #fff !important;
      -webkit-transform: rotate(-90deg);
      transform: rotate(-90deg);
      position: relative;
      bottom: -10em;
      left: -4.8em;
      text-transform: uppercase;
      font-family: 'rubikmedium';
      font-size: .8em;
      letter-spacing: 1px;
      width: 14em;
  }
  }
  @media (max-width: 1610px) {
    .about-block {
      padding: 10em 2em 2em 3em;
    }
    .about-block1 {
      padding: 4em 2em 4em 3em;
    }
  }
  @media (max-width: 1460px) {
    .service-slider {
      bottom: 20px;
    }
    .about-block {
      padding: 15em 2em 2em 3em;
    }
    .about-block1 {
      padding: 4em 2em 3em 3em;
    }
    .banner-img .caption-txt h1 {
      font-size: 4em;
      line-height: 1em;
    }
    .about-content .about-txt p {
      padding: 1em 0;
      font-size: 1em;
    }
    .pro-box-cap p {
      bottom: -9em;
    }
    .pro-box-cap:after {
      content: "";
      width: 7em;
      left: -2em;
      top: 40px;
    }
    .about-content .about-txt {
      padding: 0;
    }
    .short-menu--adsila {
        font-size: .9em !important;
    }
    .inner-block .grouper-flx{
    align-items: flex-start;
    }
    .inner-block .our-services{
      height: 95%;
      margin: 0 0 5em 0;  
    }
    .contact-block{
      padding: 4em;
    }
  }  
  @media (max-width: 1366px) {
    .short-menu--adsila ul{
      padding-left: 1em;
    }
    .short-menu--adsila ul li.short-menu__item a.short-menu__item-name{
      font-size: 1em;
    }
    .banner-img .caption-txt img {
    width: 70%;
}
.slick-slide h5{
  padding: .2em;
}

  }
  @media (max-width: 1320px) {
    h1{
      font-size: 3.2em !important;
    }
    h2{
      font-size: 2.5em !important;
    }
    h3{
      font-size: 2em !important;
    }
    h4{
      font-size: 1.5em !important;
    }
    p{
      font-size: 1em !important;
    }
    .service-slider {
      bottom: 50px;
    }
    .about-block {
      padding: 15em 2em 2em 3em;
    }
    .about-block1 {
      padding: 2em 2em 2em 3em;
    }
    .pro-box-cap p {
      bottom: -7em;
    }
    .waiting-time{
      padding: 1em;
    }
    .estimate {
      padding: .5em;
    }
    .waiting-time p{
      margin-bottom: 0;
    }
    .vision-timing-block {
      padding: 2em 0 5em 3em;
    }
    .news-short h4 {
      padding-bottom: 0;
    }
    .news-short h4:after{
      display: none;
    }
    .news-box {
      padding: 1em;
    }
    .news-block:after {
      width: 15%;
    }
    .news-right {
      padding: 0 2em 0 5em;
    }
    .footer-box {
      padding: 0 3em 3em 3em;
    }
    .team-content h3{
    font-size: 1.8em !important;
    }
    .team-content h4{
      font-size: 1.2em !important;
    }
    .team-content h5{
      font-size: 1.1em !important;
    }
    .docters-box .time-table{
      padding: 1em;
    }
    .team-content .more {
    padding: 1em 1em;
    }
  }

@media (max-width: 1240px) {
    .hero-img {
      height: 47vw;
    }
        .vision-timing-block .grouper-flx {
      display: inline-block;
      width: 100%
    }
    .vision-timing-block {
    padding: 1em;
}
    .time-table {
    height: 100%;
}
.about-block {
    padding: 7em 2em 2em 3em;
}
.about-block1 {
  padding: 4em 2em 4em 3em;
}
  .mainmenu__item::before{
    display: none;
  }
  .menu__item--4 a {
    padding: 2rem 0 0 1rem;
  }
.banner-img .caption-txt{
  transform: translatey(34vh);
}
.banner-img .caption-txt .buttonapx{
  float: left;
}
.slick-initialized .slick-slide>p{
  display: none;
}

}
@media (max-width: 1024px) {
  .short-menu--adsila ul li.short-menu__item a.short-menu__item-name {
    font-size: .9em;
}
.banner-block::before{
  left: -70px;
}
.banner-img .caption-txt h1{
  font-size: 2.5em !important;
}
.banner-img .caption-txt img{
  width: 50%;
}
.grouper-flxy {
    align-items: end;
}
.about-box {
    padding: 6em 0 1em 1em;
}

}
@media (max-width: 998px) {
  .time-box h6{
    text-align: center;
  }
.header-block{
    position: relative;
    background: #fff;
    height: 15vh;
    display: block;
    padding: 20px; 
}
.grouper-flxy {
  align-items: center !important;
}
.header-block .logo-mob{
    position: relative;
    padding-left: 20px;
    width: 100%;
    text-align: center;
}
.header-block .logo-mob img{
  max-width: 70%;  
}
.clock {
    position: relative;
}
.clock>div{
  width: 100% !important;
}
.banner-img .caption-txt {
    top: 50%;
    transform: translate(0, -50%);
}
.banner-img .caption-txt h1{
  padding: .6em 0 .2em;
}
.hero-img {
    max-height: 100%;
    max-width: 100%;
    height: 100%;
    width: 100%;
}
.service-slider {
    bottom: -80px;
}
.short-menu{
  display: none;
}
.clock{
  float: left;
}
.current-time {
      float: left !important;
}
.banner-block::before {
    left: -15em;
    display: none;
}
.about-box{
  text-align: center;
}
.pro-box-cap {
    left: 8em;
}
.pro-box-cap p {
    bottom: -17em;
}
.ecg svg{
    width: 18em;
    height: 18em;
}
.grouper-flx {
      display: inline-block;
      width: 100%
    }
.header-blocker {
    display: block !important;    
    z-index: 99;
    height: 20vh;
}
.banner-txt{
  position: relative;
  z-index: 9;
}
.header-blocker .logo-mob{
  text-align: center;
  width: 100%;
}
.inner-banner-block .caption-txt{
  position: relative;
  width: 100%;
  height: 100%;
}
.caption-txt h2{
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0%);
}
.in-services-block {
    padding: 5em;
}
.banner-txt{
  z-index: 99;
  position: relative;
}
.inner-banner-block .banner-txt {
     background: transparent; 
    width: 100%;
    height: 100%;
    padding: 0;
    bottom: 0;
    position: absolute;
    z-index: 2;
    text-align: center;
}
.inner-block .ecg,  .pro-box-cap:after{
  display: none;
}
.relative img:after{
  display: inherit !important;
}

.inner-block{
    padding: 3em;  
}
.docters-box{
    padding: 3em 1em;
    display: block;  
}
.medical-chara{
  text-align: center;
}
.medical-chara img{
  width: 50%;
}
.infra-box {
    padding: 3em 3em;
}

   



}
@media (max-width: 768px) {
h2{
  font-size: 2em !important;
}
h3{
  font-size: 1.5em !important;
}
h4{
  font-size: 1.1em !important;
}
p{
  font-size: 1em !important;
}
.time-table .table-bordered tbody{
  font-size: .8em !important;
}
.appointment-btn{
  display: none;
}
.banner-block{  
  display: block;
  width: 100%;
  position: relative;
  height: 100%;
  overflow: hidden;
}
.banner-block img{
  position: relative;
  width: 100%;
  z-index: 1;
  top: 0;
  left: 0;
}
.buttonapx{
  float: none;
}
.grouper-flxy, .slick-initialized .slick-slide>p{
  display: block;
}
.time-table{
  margin: 0;
}
.ecg{
  display: none;
}

/*.banner-block .banner-img:after{
  background: rgb(255,255,255);
background: linear-gradient(0deg, rgba(255,255,255,1) 5%, rgba(250,250,250,0) 100%);
background-size: cover;
position: absolute;
z-index: 9;
bottom: 0;
width: 100%;
content: "";
}*/
.banner-block .banner-img:before {
  position: absolute;
  content: '';
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 90%;
  background-image: -webkit-linear-gradient(top, transparent 0%, #ffffff 100%);
  background-image: linear-gradient(to bottom, transparent 0%, #ffffff 100%);
}
.service-slider {
    bottom: 0;
    position: relative;
}
.mainmenu__item{
  color: #fff;
}
.sidemenu__item{
  color: #000;
}
.mainmenu__item:hover{
  color: #000;
  text-decoration: none;
  transition: color .3s;
}
.sidemenu__item:hover{
  color: #7b9f2c;
  text-decoration: none;
  transition: color .3s;
}
.menu__item-hoverlink {
    color: #fff;
    bottom: 40% !important;
    font-size: 1em;
}
.mainmenu__item {
    font-size: 1em !important;
}
.menu__item-hoverlink:hover {
    color: #c1ff38;
    transition: color .3s;
    text-decoration: none;
}
.relative{
  display: none;
}
.grouper-flx {
    align-items: normal;
}
.about-block::after {
    top: 0;
}
.about-block {
    padding: 2em;
}
.about-block1 {
  padding: 2em;
}
.ecg svg {
    width: 18em;
    height: 8em;
}
.ecg svg {
    top: 19em;
}
.about-box {
    padding: 0;
}
.vision-timing-block .vision-box{
  padding: 20px;
}
.d-flex {
    display: block !important;
}
.news-block:after{
  display: none;
}
.box-left{
  left: 0;
}
.news-block {
    padding: 2em 1em;
}
.news-box{
  text-align: center;
}
.news-right {
    padding: 1em 0;
}
.footer-left-box ul, .appointment-form-box {
    padding: 2em;
}

.footer-left-box ul li{
  font-size: 1em;
}

.header-blocker{
  height: 20vh;
}
.logo-mob img{
  z-index: 9;
  position: relative;
}
.inner-block .medical-chara img{
  display: none;
}
.docters-box {
    display: block
}
.medical-chara{
  text-align: center;
}
.medical-chara img {
    max-width: 50%;
}
.newser li{
  display: block;
}
.news-group .news-dater{
  padding: 0;
  border:none;
  display: flex;
}
.news-group .news-detail-box{
  padding: 0;
}
.newser li:hover .news-dater{
  border:none;
}
.news-group .news-dater{
  padding: 0 0 20px 0;
}
.news-group .news-dater h2{
  border-right: 2px solid #000;
  padding-right: 20px;
  margin-right: 20px; 
}
.newser li:hover .news-dater h2{
  border-right: 2px solid #fff;
}
.newser h2{
  text-align: center;
}
.in-services-block{
  padding: 30px;
}
    .contact-block, .inner-block{
      padding: 30px;
    }
.our-services{
  margin-right: 0;
}
.inner-banner-block{
  border: none;
}
.inner-banner-block .banner-txt .caption-txt h2{
  width: 100%;
  background: #2433269e;
}
.team-content h3{
  padding: 15px 20px;
  margin-bottom: 0;
}
.container {
    padding: 0 !important;
}
.career-box{
  text-align: center;
}
}
@media (max-width: 600px) {
  h2{
  font-size: 25px !important;
  }
  h3{
  font-size: 22px !important;
  }
  h4{
  font-size: 20px !important;
  }
  h5{
  font-size: 18px !important;
  }  
  p{
  font-size: 15px !important;
  }
  .time-table .table-bordered tbody{
  font-size: 15px !important;
  }
  .header-block{
  padding: 10px 0 0;
  height: 12vh;
  }
  .banner-img .caption-txt {
    top: 70%;
    transform: translate(0, -70%);
}
  .clock{
    left: 0;
  }
  .action--menu{
    top: -20px;
  }

.banner-img .caption-txt {
    position: absolute;
    z-index: 99;
/*    left: 0;
    transform: translateY(25vh);
*/}

.banner-img .caption-txt img{
  max-width: 80%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.banner-img .caption-txt h1{
  font-size: 25px !important;
/*  text-align: center;
*/  padding: 0;
}
.apx-button button{
  display: none;
}
.buttonapx{
    text-align: center;
}
.estimate h4{
  margin: 0;
  padding: 0;
}
.about-block{
  padding: 20px;
}

.about-block1{
  padding: 20px;
}
.ecg{
  display: none;
}
.news-block{
  padding: 10px 10px;
}
.news-short, .news-date{
  padding: 0;
}
.news-right{
  text-align: center;
  padding: 15px 0 0 0;
}
.news-right p{
  padding: 0;
}

.time-table {
    padding: 20px;
}
.time-table h2{
  text-align: center;
}
.vision-timing-block .vision-box{
  text-align: center;
}
.footer-block{
  padding: 30px 0 0 0;
  text-align: center;
}
.footer-box{
  padding:0 30px;
}
.footer-left-box ul{
    padding: 20px 0;
  }  
  .appointment-form-box {
    padding: 20px 0;
}
.copyright{
  padding: 10px 20px;
}
.docters-box{
  padding: 30px 10px;
}
.team-content .more{
  padding: 15px;
  font-size: 15px;  
}
.docters-list .our-services{
  padding: 30px 0 15px;
}
}
@media (max-width: 500px) {

.docters-list {
    display: block;
}
.inner-block .about-content{
  padding: 0;
}
.our-doctor-box{
  margin-top: 2em;
}
}



.second-block {
  position: relative;
  width: 100%;
  margin-top:90px;
  padding: 4em 5em;
}
.appointment-box {
  background: #243326;
  padding: 1.5em 3em;
  width: 100%;
  height: 100%;
  border-radius: 30px;
}
.box-aligner {
  align-items: center;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.ap-box {
  position: relative;
  width: 100%;
  display: inline-block;
  padding: 1em 0;
}
.border-bott {
  border-bottom: 1px solid #56780c;
}
.ap-box img {
  float: left;
  padding-right: 1.5em;
  padding-top: 1em;
}
.ap-box .ap-txt {
  float: left;
  border-left: 1px solid #56780c;
  padding-left: 1em;
}
.ap-box .ap-txt h5 {
  color: #fff;
}

.walk-box {
  background: #56780c;
  padding: 2em 3em;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  text-align: center;
  color: #fff;
  margin-left: 1em;
}
.walk-box .walk-timebox {
  border-radius: 30px;
  background: #243326;
  border: 2px solid #fff;
  padding: 2em 0;
  margin-bottom: 1em;
}
.walk-box p {
  margin-bottom: 0;
}

/*--sandtimer----*/
.circle {
  position: absolute;
  top: -0.3em;
  top: -2.3em;
  left: -2.3em;;
  width: 80px;
  height: 80px;
  background: #243326;
  border: solid 3px #fff;
  border-radius: 100%;
}
/*.circle{
background: #243326;
width: 7%;
height: 15%;
border-radius: 100%;
text-align: center;
border: 3px soild #fff;
}*/
.hourglass {
  position: relative;
  display: block;
  top: 22%;
  background: #243326;
  margin: auto;
  width: 1.5em;
  height: 2.5em;
  -webkit-animation: hourglass 3s linear infinite;
  animation: hourglass 3s linear infinite;
}
.outer {
  fill: #90ad52;
}
.middle {
  fill: #243326;
}

@-webkit-keyframes hourglass {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    box-shadow: inset #90ad52 0 0em 0 0, inset #243326 0 -1.5em 0 0,
      inset #90ad52 0 -2.5em 0 0;
  }
  80% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    box-shadow: inset #90ad52 0 -1.5em 0 0, inset #243326 0 -1.5em 0 0,
      inset #90ad52 0 -1.5em 0 0;
  }
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    box-shadow: inset #90ad52 0 -1.5em 0 0, inset #243326 0 -1.5em 0 0,
      inset #90ad52 0 -1.5em 0 0;
  }
}

@keyframes hourglass {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    box-shadow: inset #90ad52 0 0em 0 0, inset #243326 0 -1.5em 0 0,
      inset #90ad52 0 -2.5em 0 0;
  }
  80% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    box-shadow: inset #90ad52 0 -1.5em 0 0, inset #243326 0 -1.5em 0 0,
      inset #90ad52 0 -1.5em 0 0;
  }
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    box-shadow: inset #90ad52 0 -1.5em 0 0, inset #243326 0 -1.5em 0 0,
      inset #90ad52 0 -1.5em 0 0;
  }
}
.appointment-lady {
  position: relative;
  width: 100%;
}
.appointment-lady img {
  position: absolute;
  width: 100%;
  top: -3em;
  right: 0 !important;
}

.third-block {
  position: relative;
  width: 100%;
  padding: 3em 5em;
}
.third-block:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  content: "";
  background: url(../img/wave-plus.png) no-repeat top;
  background-size: contain;
}
.third-block h2,
.third-block h3 {
  margin-bottom: 1em;
}
.third-block .who-we-are-box {
  text-align: center;
  width: 100%;
}
.third-block .vision-box {
  position: relative;
  width: 100%;
  padding-top: 1em;
}

.third-block > .row:last-child {
  padding-top: 5em;
}




#service-box {
  display: flex;
  width: 100%;
  z-index: 111111119999;
  
}


#scrollDown {
  align-items: center;
  width: 100%;
}
#scrollDown h2 {
  text-transform: uppercase;
  font-family: 'nunito_sanslight';
}
.box-padder {
  padding: 0 5em 2em;
}
.service-slider {
  position: relative;
  z-index: 2;
  background: #fff;
  border: 1px solid #f1f1f1;
  border-radius: 10px;
}
.shadow {
  box-shadow: 1px 17px 44px -13px rgba(181, 192, 197, 0.6) !important;
  -webkit-box-shadow: 1px 17px 44px -13px rgba(181, 192, 197, 0.6) !important;
  -moz-box-shadow: 1px 17px 44px -13px rgba(181, 192, 197, 0.6) !important;
  width: 100%;
  height: 100%;
}

.apx-button button {
  background: none;
  border: none;
  padding: 0;
}
.apx-button button span , .apx-button button a{
  position: relative;
  display: inline-block;
  width: 17em;
  height: 4em;
  overflow: hidden;
  vertical-align: middle;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.apx-button button span p, .apx-button button a p{
  font-family: "rubikmedium";
  text-transform: uppercase;
  color: #7b9f2c;
  margin-bottom: 0;
  margin-top:0em;
  font-size: 1em;
}

.apx-button button span:hover p, .apx-button button a:hover p {
  color: #b5d178;
  transition: 0.3s ease-in-out;
}

.apx-button button span > div svg , .apx-button button a > div svg {
  z-index: 1;
  position: absolute;
  top: 0px;
  right: 0;
}
.apx-button button span > div svg g line,
.apx-button button span > div svg g polyline,
.apx-button button span > div svg g circle ,
.apx-button button a > div svg g line,
.apx-button button a > div svg g polyline,
.apx-button button a > div svg g circle
{
  fill: none;
  stroke: #7b9f2c;
}
.apx-button button span > div svg g line,
.apx-button button span > div svg g polyline ,
.apx-button button a > div svg g line,
.apx-button button a > div svg g polyline 
{
  stroke-miterlimit: 10;
  stroke-width: 0.15em;
}
.apx-button button span > div svg g circle, .apx-button button a > div svg g circle {
  display: block;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 0.15em;
  stroke-dasharray: 200;
  stroke-dashoffset: 0;
  transition: stroke-dashoffset ease-out 0.5s;
}
.apx-button button:hover a, .apx-button button:hover span {
  -webkit-transform: translateZ(0) translateX(0.5em);
  transform: translateZ(0) translateX(0.5em);
}
.apx-button button:hover span > div svg g circle, .apx-button button:hover a > div svg g circle {
  stroke-dashoffset: 200;
}
.buttonapxer .apx-button button span > div svg g line,
.buttonapxer .apx-button button span > div svg g polyline,
.buttonapxer .apx-button button span > div svg g circle,
.buttonapxer .apx-button button a > div svg g line,
.buttonapxer .apx-button button a > div svg g polyline,
.buttonapxer .apx-button button a > div svg g circle
 {
  fill: none;
  stroke: #fff;
}

/* About block */ 
@media(max-width:997px){
  .about-block ul  {
    margin-left: 85px;
    
  }
  
}
.about-block ul  {
  margin-left: 0px;
  
}
.about-block ul li {
  font-size: 20px;
  text-align: justify;
  list-style: none;
  
}

.about-block ul li::before {
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #56780c; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}


/* Language */ 

@media(max-width:997px){
  .row-justify{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left:-20px;
  }
  .row-justify ul{
    text-align: center;
  }
  
}
.vision-block{
  position: relative;
  width: 100%;
  font-family: 'nunito_sanslight';
}

.vision-img{
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
}
.vision-img img{
  -webkit-box-shadow: 9px 20px 61px -28px rgba(0,0,0,0.38);
-moz-box-shadow: 9px 20px 61px -28px rgba(0,0,0,0.38);
box-shadow: 9px 20px 61px -28px rgba(0,0,0,0.38);
width: 100%;
height: 100%;
}
.vision-txt{
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #465d12;
  padding: 1em 5em;
  color: #fff;
}

.pt5{padding-top: 5em; padding-bottom: 5em;}

.vision-txt1{ 
  background-color: #465d12;
  width: 100%;
  height: 100%;
  position: relative;
  padding: 1em 5em; padding-top: 4em;
  color: #fff; 
}

.vision-txt1 h3{
  font-size: 40px;
  line-height: 32px;
  margin-bottom: 25px; font-weight: 500;
}


.vision-txt:after{
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background: url(../img/wave-vision.svg) no-repeat right;
  background-size: cover;
  background-position: right;
  content: "";
  z-index: 1;
}
.vision-txt h3{
  font-size: 40px;
  line-height: 32px;
  margin-bottom: 25px;
}
.vision-txt p{
  font-family: 'work_sanslight';
  
}
.vision-txt h3, p{
  z-index: 2;
  position: relative;
}

@media(max-width:991px){
  .grouper-flxy{
    display: flex;
    align-items: center;
   flex-direction: column;
   
  }
  .about-block{
   
  }
}

.footer-text-add{
  color: #fff;
  margin-top: 80px;
}
.footer-text-add p{
  padding:60px 0 40px;
}

.vl {
  border-left: 1px solid white;
  height: 100%;

}

.vision-txt2{ 
  background-color: #2e2f2c;
  width: 100%;
  height: 100%;
  position: relative;
  padding: 1em 5em; padding-top: 4em;
  color: #fff;
  text-decoration:none !important;  
}

.vision-txt2 h3{
  font-size: 32px;text-transform: uppercase;
  line-height: 32px;
  margin-bottom: 25px; font-weight: 600;
  text-transform: uppercase;
}

.vision-txt2 p{
  font-family: 'work_sanslight';
  
}
.vision-txt2 h3, p{
  z-index: 2;
  position: relative !important;
}

.vision-txt2 ul li { list-style: disc; text-decoration:none; color: #fff; margin: 10px 0px;}


.vision-txt3{ 
  background: #648d0a;
  width: 100%;
  height: 100%;
  position: relative;
  padding: 1em 5em; padding-top: 4em;
  color: #fff;
  text-decoration:none !important;  
}


.vision-txt3 h3{
  font-size: 32px;text-transform: uppercase;
  line-height: 32px;
  margin-bottom: 25px; font-weight: 600;
  text-transform: uppercase;
}

.vision-txt3 p{
  font-family: 'work_sanslight';
  
}
.vision-txt3 h3, p{
  z-index: 2;
  position: relative !important; color:# ;
}

.vision-txt3 ul li { list-style: disc; text-decoration:none; color: #fff; margin: 10px 0px;}


.immigbtn {
  background: #56780c;
  border-radius: .5em;
  border: none;
  padding: .6em 1.5em;
  transition: .3s;
  display: block;
  text-align: center;
  margin: auto;
      margin-top: auto;
  margin-top: 20px; border: 1px solid #56780c; 
}


.immigbtn a{
  text-decoration: none;
  color: #fff;
  transition: .3s;
}
.immigbtn a i{
  padding-right: .5em;
  font-size: 1.2em;
  transition: .3s;
}
.immigbtn:hover i{
  transition: .3s;
}

.immigbtn:hover{
  background: #fff;
  transition: .3s; border: 1px solid #56780c; 
}
.immigbtn:hover a{
  color: #000;
  transition: .3s;
}

.form-head h3 { color: #fff;}


.footer-addr{
  padding: 40px 0px;
}
.sub-txt{
  font-size: 0.8rem;
  
}
.footer-addr a{
  color: #fff;
}
@media (max-width: 600px){
  .med-clin{
     margin-top: 40px;
  }
}

#time-picker option{
  color: #243326;
}

.price-list {
  width: 100%;
  margin: 20px 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.price-item {
  display: flex;
  align-items: center;
  width: 100%;
}
.item-name {
  /* flex: 1; */
  /* padding: 10px; */
}
.dotted-line {
  flex: 1;
  border-bottom: 1px dotted #ccc;
}
.price {
  width: 28%;
  padding: 10px;
  font-weight: bold;
  text-align: left;
}
.small-f{
  font-size: 0.9rem;
}
