.ak_p {
  margin: 0 1em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.ak_p:hover,
.ak_p:active,
.ak_p:focus {
  -webkit-line-clamp: unset;
}

.ak_team_menu .mega-menu-col:hover{
  background-color: rgba(0,0,0,0.1);
}

.ak_team_single {
  padding-top: 70px;
  padding-bottom: 80px;
}

.navbar-nav .nav-link:not(.active) {
  color:rgba(255,255,255,0.8);
}

.navbar-nav .nav-link:hover {
  color: #87A57F;
}

.nav-fixed .navbar-nav .nav-link {
  color:rgba(0,0,0,0.9);
}

.ak_breadcrumb{
padding-top:0px !important;
}

.ak_cat_active{
color:#87A57F;
}

.ak_book_btn{
padding: 10px 20px;
background-color: #2f303c;
color: #fff !important;
}

body a, body .navbar .navbar-nav li > .dropdown-menu {
  transition: none;
}

.ak_sbadge{
  cursor:pointer;
}

.ak_sbadge:hover{
  background-color: #87A57F;
}

.ak_row .icon_box {
  cursor:pointer;
}

.ak_row .icon_box:hover {
  background-color: rgba(0,0,0,0.1);
}

.ak_title{
    position: relative;
    font-family: 'Poppins', sans-serif;
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-size: 18px;
    border-bottom: 1px solid #ddd;
}

.ak_title::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 70px;
    height: 3px;
    background-color: #08CC96;
}

.ak_show_sm {
display : none !important;
}

.ak_show_lg {
display : block !important;
}

.ak_shadow_lg {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}

.ak_card_footer {

}

.carousel-control-next, .carousel-control-prev {
background-color: transparent;
}

.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
	 opacity: 0;
}
.carousel:hover .carousel-control-next, .carousel:hover .carousel-control-prev {
	opacity: 0.4;
}

.carousel-control-next:hover, .carousel-control-prev:hover {
 opacity: 1;
}

.scrollup{
  bottom: 100px;
  right: 60px;
}

.ak_srow .icon_box{
  background-color: #F7F7F7 !important ;
}

.ak_hr {
  border-left: 2px solid green;
   height: 230px;
}
.ak_hr1{
  border: 1px solid green;
  width : 200px;
}

/* SMALL SCREEN */
@media only screen and (max-width: 991px) {

  .navbar-nav .nav-link:not(.active) {
    color:rgba(0,0,0,0.8);
  }

  .ak_show_sm {
  display : block !important;
  }

  .ak_show_lg {
  display : none !important;
  }

.heading_s3 .sub_heading {
  font-size:14px !important;
  margin-bottom: 10px !important;
    display: block;
    text-transform: capitalize;
}

.navbar-nav .nav-link {
  color:black;
}

.ak_breadcrumb{
padding-top:47px !important;
}

.loading_wrap img {
height:50px;
}

nav img{
height: 40px;
}

.ak_shadow_lg {
    box-shadow: none !important;
}

.carousel-indicators {
    bottom: 140px !important;
}

.carousel_nav{
  display:none;
}

.ak_select .dropdown-menu {
	width: 100%;
  overflow: hidden;
  border: 1px solid #dae0e5;
}
.dropdown-item.active {
  background-color: darkcyan;
}

.dropdown-menu {
	white-space: normal;
}

.ak_blog_footer{
  text-align: center !important;
}

.ak_blog_footer a:not(.ak_book_btn){
  font-size:10px;
}

#smallcookie {
  display:none;
}

.scrollup{
  bottom: 95px;
  right: 20px;
}

.ak_srow .icon_box{
  background-color: #fff !important ;
}

}


/* SMALL SCREEN */

/* therapies rotate card */

.wrapper-grey {
  background: #F4F4F4;
  font-family: Open-sans, sans-serif;
}

.image-flip .card h2, .image-flip .card p, .image-flip .card h5 {
  color:white;
}

.image-flip .card {
  height: 250px;
  text-shadow: 0 1px 3px rgba(0,0,0,0.9);
  background-size: cover !important;
  color: white;
  position: relative;
  border-radius: 0px;
  border:none;
}
.card-footer-btn {
  text-shadow:none;
  color: black;
}

.card-footer-btn .btn-light:hover{
background-color: #87A57F;
border-color:#87A57F;
}

.card-text {
  font-size:14px;
}

.card-description {
  position: absolute;
     top: 50%;
     left: 50%;
     transform: translate(-50%, -50%);
 white-space: nowrap;
   }
.card-description h2 {
  font-size: 22px;
}


.image-flip:hover .backside,
.image-flip.hover .backside {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    border-radius: 0px;
}

.image-flip:hover .frontside,
.image-flip.hover .frontside {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.mainflip {
    -webkit-transition: 1s;
    -webkit-transform-style: preserve-3d;
    -ms-transition: 1s;
    -moz-transition: 1s;
    -moz-transform: perspective(1000px);
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transition: 1s;
    transform-style: preserve-3d;
    position: relative;
}

.frontside {
    position: relative;
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    z-index: 2;
    margin-bottom: 30px;
}

.backside {
    position: absolute;
    top: 0;
    left: 0;
    background: white;
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    -moz-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    margin-bottom: 30px;
      z-index: 2;
}

.frontside,
.backside {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 1s;
    -webkit-transform-style: preserve-3d;
    -moz-transition: 1s;
    -moz-transform-style: preserve-3d;
    -o-transition: 1s;
    -o-transform-style: preserve-3d;
    -ms-transition: 1s;
    -ms-transform-style: preserve-3d;
    transition: 1s;
    transform-style: preserve-3d;
}


/* test */

/* Created with https://www.css-gradient.com */
 #test {
	 background: #23ec55;
	 background: -webkit-radial-gradient(top right, #23ec55, #2d51c1);
	 background: -moz-radial-gradient(top right, #23ec55, #2d51c1);
	 background: radial-gradient(to bottom left, #23ec55, #2d51c1);
}

/* Cookies */

.cookiealert {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0 !important;
    z-index: 9999;
    opacity: 0;
    border-radius: 0;
    transform: translateY(100%);
    transition: all 500ms ease-out;
    color: #ecf0f1;
    background: rgba(0, 0, 0, 0.7);
}

.cookiealert.show {
    opacity: 1;
    transform: translateY(0%);
    transition-delay: 1000ms;
}

.cookiealert a {
    text-decoration: underline
}

.cookiealert .acceptcookies {
    margin-left: 10px;
    vertical-align: baseline;
}

.cookie_info {
  color: lightblue;
}


/* CUSTOM CARD */


 .dark {
	 background: #110f16;
}
 .light {
	 background: #f3f5f7;
}
 .postcard a, a:hover {
	 text-decoration: none;
	 transition: color 0.3s ease-in-out;
}

 .postcard {
	 flex-wrap: wrap;
	 display: flex;
	 	 /* box-shadow: 0 4px 21px -12px rgba(0, 0, 0, 0.66);
  border-radius: 10px; */
	 margin: 0 0 2rem 0;
	 overflow: hidden;
	 position: relative;
	 color: #fff;
}
 .postcard.dark {
	 background-color: #18151f;
}
 .postcard.light {
	/* background-color: #e1e5ea;  */
  background-color: #fff;
}
 .postcard .t-dark {
	 color: #18151f;
}
 .postcard a {
	 color: inherit;
}
 .postcard h1, .postcard .h1 {
	 margin-bottom: 0.5rem;
	 font-weight: 500;
	 line-height: 1.2;
}
 .postcard .small {
	 font-size: 80%;
}
 .postcard .postcard__title {
	 font-size: 1.75rem;
}
 .postcard .postcard__img {
	 max-height: 180px;
	 width: 100%;
	 object-fit: cover;
	 position: relative;
}
 .postcard .postcard__img_link {
	 display: contents;
}
 .postcard .postcard__bar {
	 width: 50px;
	 height: 10px;
	 margin: 10px 0;
	 border-radius: 5px;
	 background-color: #424242;
	 transition: width 0.2s ease;
}
 .postcard .postcard__text {
	 padding: 1.5rem;
	 position: relative;
	 display: flex;
	 flex-direction: column;
}
 .postcard .postcard__preview-txt {
	 overflow: hidden;
	 text-overflow: ellipsis;
	 text-align: justify;
	 height: 100%;
}
 .postcard .postcard__tagbox {
	 display: flex;
	 flex-flow: row wrap;
	 font-size: 14px;
	 margin: 20px 0 0 0;
	 padding: 0;
	 justify-content: center;
}
 .postcard .postcard__tagbox .tag__item {
	 display: inline-block;
   cursor:pointer;
	 background: rgba(83, 83, 83, 0.2);
   border-color: #17a2b8;
	 border-radius: 0px;
	 padding: 2.5px 10px;
	 margin: 0 5px 5px 0;
	 user-select: none;
	 transition: background-color 0.3s;
}
 .postcard .postcard__tagbox .tag__item:hover {
	/* background: rgba(83, 83, 83, 0.8); */
  background: #87a57f;
   color:#fff;
}
 .postcard:before {
	 content: &#34;
	&#34;
	;
	 position: absolute;
	 top: 0;
	 right: 0;
	 bottom: 0;
	 left: 0;
	 background-image: linear-gradient(-70deg, #424242, transparent 50%);
	 opacity: 1;
	 border-radius: 10px;
}
 .postcard:hover .postcard__bar {
	 width: 100px;
}
 @media screen and (min-width: 769px) {
	 .postcard {
		 flex-wrap: inherit;
	}
	 .postcard .postcard__title {
		 font-size: 2rem;
	}
	 .postcard .postcard__tagbox {
		 justify-content: start;
	}
	 .postcard .postcard__img {
		 max-width: 300px;
		 max-height: 100%;
		 transition: transform 0.3s ease;
	}
	 .postcard .postcard__text {
		 padding: 3rem;
		 width: 100%;
	}
	 .postcard .media.postcard__text:before {
		 content: &#34;
		&#34;
		;
		 position: absolute;
		 display: block;
		 background: #18151f;
		 top: -20%;
		 height: 130%;
		 width: 55px;
	}
	 .postcard:hover .postcard__img {
		 transform: scale(1.1);
	}
	 .postcard:nth-child(2n+1) {
		 flex-direction: row;
	}
	 .postcard:nth-child(2n+0) {
		 flex-direction: row-reverse;
	}
	 .postcard:nth-child(2n+1) .postcard__text::before {
		 left: -12px !important;
		 transform: rotate(4deg);
	}
	 .postcard:nth-child(2n+0) .postcard__text::before {
		 right: -12px !important;
		 transform: rotate(-4deg);
	}
}
 @media screen and (min-width: 1024px) {
	 .postcard__text {
		 padding: 2rem 3.5rem;
	}
	 .postcard__text:before {
		 content: &#34;
		&#34;
		;
		 position: absolute;
		 display: block;
		 top: -20%;
		 height: 130%;
		 width: 55px;
	}
	 .postcard.dark .postcard__text:before {
		 background: #18151f;
	}
	 .postcard.light .postcard__text:before {
		 background: #e1e5ea;
	}
}
/* COLORS */
 .postcard .postcard__tagbox .green.play:hover {
	 background: #79dd09;
	 color: black;
}
 .green .postcard__title:hover {
	 color: #79dd09;
}
 .green .postcard__bar {
	 background-color: #79dd09;
}
 .green::before {
	 background-image: linear-gradient(-30deg, rgba(121, 221, 9, 0.1), transparent 50%);
}
 .green:nth-child(2n)::before {
	 background-image: linear-gradient(30deg, rgba(121, 221, 9, 0.1), transparent 50%);
}
 .postcard .postcard__tagbox .blue.play:hover {
	 background: #0076bd;
}
 .blue .postcard__title:hover {
	 color: #0076bd;
}
 .blue .postcard__bar {
	 background-color: #0076bd;
}
 .blue::before {
	 background-image: linear-gradient(-30deg, rgba(0, 118, 189, 0.1), transparent 50%);
}
 .blue:nth-child(2n)::before {
	 background-image: linear-gradient(30deg, rgba(0, 118, 189, 0.1), transparent 50%);
}
 .postcard .postcard__tagbox .red.play:hover {
	 background: #bd150b;
}
 .red .postcard__title:hover {
	 color: #bd150b;
}
 .red .postcard__bar {
	 background-color: #bd150b;
}
 .red::before {
	 background-image: linear-gradient(-30deg, rgba(189, 21, 11, 0.1), transparent 50%);
}
 .red:nth-child(2n)::before {
	 background-image: linear-gradient(30deg, rgba(189, 21, 11, 0.1), transparent 50%);
}
 .postcard .postcard__tagbox .yellow.play:hover {
	 background: #bdbb49;
	 color: black;
}
 .yellow .postcard__title:hover {
	 color: #bdbb49;
}
 .yellow .postcard__bar {
	 background-color: #bdbb49;
}
 .yellow::before {
	 background-image: linear-gradient(-30deg, rgba(189, 187, 73, 0.1), transparent 50%);
}
 .yellow:nth-child(2n)::before {
	 background-image: linear-gradient(30deg, rgba(189, 187, 73, 0.1), transparent 50%);
}

 @media screen and (min-width: 769px) {
	 .green::before {
		 background-image: linear-gradient(-80deg, rgba(121, 221, 9, 0.1), transparent 50%);
	}
	 .green:nth-child(2n)::before {
		 background-image: linear-gradient(80deg, rgba(121, 221, 9, 0.1), transparent 50%);
	}
	 .blue::before {
		 background-image: linear-gradient(-80deg, rgba(0, 118, 189, 0.1), transparent 50%);
	}
	 .blue:nth-child(2n)::before {
		 background-image: linear-gradient(80deg, rgba(0, 118, 189, 0.1), transparent 50%);
	}
	 .red::before {
		 background-image: linear-gradient(-80deg, rgba(189, 21, 11, 0.1), transparent 50%);
	}
	 .red:nth-child(2n)::before {
		 background-image: linear-gradient(80deg, rgba(189, 21, 11, 0.1), transparent 50%);
	}
	 .yellow::before {
		 background-image: linear-gradient(-80deg, rgba(189, 187, 73, 0.1), transparent 50%);
	}
	 .yellow:nth-child(2n)::before {
		 background-image: linear-gradient(80deg, rgba(189, 187, 73, 0.1), transparent 50%);
	}
}


#practitioners .ak_sbadge {
  background-color: white !important;
color: #87a57f !important;
}

.ak_expert .badge {
  cursor:pointer;
}

.single_post, .ak_justify {
  text-align: justify;
  text-justify: inter-word;
}

.testi_username {
  font-family: 'Poppins', sans-serif;
  font-size: 0.8rem !important;
}

.testi_username span {
  font-size: 0.7rem !important;
  color:#87a57f;
}



#mainvideo {
    position: relative;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    background-size: cover;
    overflow: hidden;
}
.bootstrap-select .popover-header {
  background-color: red;
}


.btn-language {
  border-width: 2px;
cursor: pointer;
padding: 0px 0px;
text-transform: uppercase;
font-weight: 500;
transition: all 0.5s ease-in-out;
position: relative;
overflow: hidden;
z-index: 1;
color: #fff;
    background-color: transparent;
    border-color: transparent;
}

.tpg-logo {
  height:50px;
}


 @media screen and (max-width: 567px) {
#mainvideo {
width:300px !important;
}

.mobile_show{
  display:block !important;
}

.mobile_hide{
  display:none !important;
}

.tpg-logo {
  height:40px !important;
}


 }


 @media screen and (min-width: 568px) {
.mobile_show{
  display:none !important;
}


.mobile_hide{
  display:block !important;
}

 }

 .dropdown .testimonials {
   cursor:pointer;
 }

 .practitioners .mega-menu-col {
     border-right: none !important;
}

.ak_col1 {
/*width: 12.499999995%;*/

 /* width: 10%;   10 Employee*/

  width: 11%; 

/*  width: 14%; */
}

.book_now:hover {
background-color:black !important;
color:rgba(0,0,0,0.5) !important;
}

/* Language Switcher */

.language_header {
  background:#87a57f !important;
  border-radius:25px;
  font-size: 11px;
  padding: 0.25rem!important;
  margin-left: 0.25rem!important;
}

.language {
  color:#fff;
  cursor:pointer;
}

.language_active {
    background: #fff;
    border-radius: 20px;
    color:gray;
    cursor:default;
}


.lng_dropdown {
  position: relative;
}

.lng_dropdown .ddChild {
    background-color: #fff;
    left: 0;
    margin-top: 0;
    padding: 5px 9px;
    top: 100% !important;
}

.ak_sbadge span {
  font-style: normal;
}
/*
.logo_light,.logo_dark, .logo_default {
    object-fit: contain;
}
*/



element.style {
}

 @media (min-width:568px) and (max-width:1200px) {
.main_menu_weight_600 .navbar .navbar-nav > li > .nav-link {
    font-size: 12px;
}

.logo_dark {
    height: 37px;
}

.ak_book_btn {
    padding: 8px 13px;
  }




}


 @media screen and (min-width: 771px) {
   .ak_blog_footer a:not(.ak_book_btn) {
       font-size: 16px;
   }

   .ak_blog_footer {
       text-align: left !important;
     }

 }

 @media screen and (max-width: 1200px) {
.show-1200{
  display:none;
}

.hide-1200{
  display:'';
}
 }

 @media screen and (min-width: 1200px) {
.hide-1200{
  display:none;
}

.show-1200{
  display:'';
}

.logo_dark {
    height: 50px;
}

 }

 @media screen and (max-width: 991px) {
.ddlabel{
color: rgba(255,255,255,0.8);
}

.ddChild .ddlabel{
  color: black;
}

.nav-fixed .ddlabel {
    color: rgba(0,0,0,0.9);
}

 }


/*  Header custom width */
 @media (min-width: 1200px) {
     .ak-container {
         max-width: 1270px;
     }
 }

 /*                                                                 Cupping image caurosal */

.mySlides {display:none;}


/* Next & previous buttons */
.ak-prev, .ak-next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}


/* Fading animation */
.fade1 {
  animation-name: fade1;
  animation-duration: 1.5s;
}

@keyframes fade1 {
  from {opacity: .4}
  to {opacity: 1}
}

.ak-blog p{
font-size:15px
}

.ak-blog .blog_link{
  text-align: center;
}


@media (max-width: 568px) {
  #olivetree {
    font-family: Calibri;
    position: fixed;
    bottom: 62px;
    right: 10px !important;
    border: 3px solid #f1f1f1;
    z-index: 9;
    max-width: 300px;
    font-size:14px !important;
}

#close-olivetree{
right: 25px !important;
}

#buyclub {
    right: 200px !important;
    border: 3px solid #f1f1f1;
    max-width: 350px;
    font-size:12px !important;
}

#close-buyclub{
right: 215px !important;
}

.olive1 {
  font-size: 18px !important;
}

.olive2 {
  font-size: 14px !important;
}

#heading0{
    font-size: 12px !important;
}
}

/*
@media (min-width: 1200px) {
    .ak-content-container {
        max-width: 1257px;
    }
}
*/
