@charset "utf-8";
/* CSS Document */
@import url(font-awesome.css);
@import url(feather.css);
body{ 
  margin: 0px;
  font-size: 15px;
  font-family: 'Poppins', sans-serif;
  /*font-family: 'Lato', sans-serif;*/
  /*
    font-family: 'Open Sans', sans-serif;
    font-family: 'Sarala', sans-serif;
  */
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{ display:block;}
a,a:focus,a:hover{color:#333; text-decoration:none !important;}
a:link{outline: 0;}
img{ 
  border:0px; 
  overflow: hidden;
}
/*h1, h2, h3, h4, h5, h6{
  font-family: 'Sarala', sans-serif;
}*/
.clr{
  clear:both;
}
.fLeft{
  float: left;
}
.fRight{
  float:right;
}
.imgResponsive{
  width: 100%;
}
.margin-top30{
  margin-top: 30px !important;
}
.margin-bottom30{
  margin-bottom: 30px !important;
}
.new-row{
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.new-col{
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.gallery-row{
  margin-left: 2px !important;
  margin-right: 2px !important;
}
.gallery-col{
  padding-left: 2px !important;
  padding-right: 2px !important;
}
.rowflex {
  display: flex;
  flex-wrap: wrap;
}
.stretch-card {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: stretch;
  justify-content: stretch; }

.justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.items-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#main{
  width: 100%;
}
header{
  width: 100%;
  padding: 30px 0;
  /*background-color: #7e8446;
  background-image: url(../images/header-pattern.png);*/
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 99;
}
.affix {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 99;
  -webkit-box-shadow: 0 0 7px rgba(0,0,0,0.1) !important;
  box-shadow: 0 0 7px rgba(0,0,0,0.1) !important;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
/*.affix-top {
  position: static;
  top: 0px;
}*/
.navbar-brand {
  width: 190px;
  height: 80px;
  margin: 10px 0 0 0;
  background: url(../images/yukah-logo.png) no-repeat center center;
  background-size: cover;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
.affix .navbar-brand{
  width: 154px;
  height: 65px;
  margin: 5px 0 0 0;
}
.affix .navbar-nav > li > a {
  padding-top: 27px;
  padding-bottom: 27px;
}
.banner-main{
  width: 100%;
  position: relative;
  display: block;
  z-index: 22;
}
.banner-main h1{
  font-size:34px;
  color: #fff;
  font-weight: 700;
  margin: 0 0 25px 0;
}
.banner-main h1 span{
  color: #FF5E14;
}
.banner-main p{
  font-size: 18px;
  margin: 0 0 20px 0;
}
.slider-caption{
  width: 100%;
  max-width: 600px;
  padding-bottom: 10px;
  overflow: hidden;
}
.banner-li,
.banner-li ul{
  margin: 0 0 30px 0;
  padding: 0px;
}
.banner-li li{
  list-style: none;
  margin: 0px;
  font-size: 17px;
  position: relative;
  padding: 0 0 0 25px;
}
.banner-li li:before{
  content: '';
  width: 8px;
  height: 8px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  left: 5px;
  top: 7px;
}
.banner-li li+li{
  margin-top: 10px;
}
.readBtn{
  background-color: transparent;
  color: #ffa500;
  font-size: 16px;
  padding: 10px 25px;
  font-weight: 600;
  text-transform: uppercase;
  border: 2px solid #ffa500;
  border-radius: 0px;
}
.readBtn:hover,
.readBtn:focus{
  background-color: #ffa500;
  color: #fff;
  border: 2px solid #ffa500;
}

.banner-main .container{
  position: relative;
}
.banner-main .carousel-caption{
  left: 15px;
  right: 15px;
  bottom: 160px;
  text-align: left;
}
.control-round .carousel-control {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: rgba(255, 255, 255, 0.6);
  font-size: 24px;
  color: #1a110f;
  font-weight: normal;
  position: absolute;
  top: 50%;
  opacity: 0;
  z-index: 100;
  cursor: pointer;
  overflow: hidden;
  margin-top: -20px;
  text-shadow: none;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.control-round:hover .carousel-control{opacity: 1;}
.control-round .carousel-control.left {left: 30px;}
.control-round .carousel-control.right {right: 30px;}
.control-round .carousel-control.left:hover,
.control-round .carousel-control.right:hover{color: #0c1d31;background: rgba(255, 255, 255, 1);border: 0px transparent;}
.control-round .carousel-control.left>span:nth-child(1){left: 45%;}
.control-round .carousel-control.right>span:nth-child(1){right: 45%;}

.banner-main .carousel-inner .item{
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.banner-main .carousel-inner .item img{
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform .4s;
}
.banner-main .carousel-inner .item:before{
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  position: absolute;
  left: 0px;
  top: 0px;
}
.welcome-content{
  width: 100%;
  background-color: #eff4f8;
  padding: 40px 0;
  position: relative;
  overflow: hidden;
}
.welcome-content:after{
  content: '';
  width: 300px;
  height: 300px;
  background-image: url(../images/backdrop.png);
  background-size: 200%;
  background-position: bottom left;
  position: absolute;
  right: 0px;
  top: 0px;
}
.home-welcome-content{
  width: 100%;
  padding: 0 80px;
  position: relative;
  z-index: 2;
}
.home-welcome-content h2{
  font-size: 30px;
  font-weight: 500;
  text-align: center;
  color: #1a110f;
  line-height: 50px;
  margin: 0 0 15px 0;
}
.home-welcome-content h2 span{
  display: block;
  font-weight: 700;
}
.home-welcome-content h3{
  font-size: 22px;
  font-weight: 400;
  text-align: center;
  color: #ffa500;
  line-height: 32px;
  margin: 0 0 25px 0;
}
.home-welcome-content h3 strong{
  font-weight: 700;
}
.home-welcome-content p{
  font-size: 16px;
  text-align: center;
  font-weight: 300;
  color: #1a110f;
  font-style: normal;
  line-height: 30px;
  margin: 0;
}
.home-welcome-content p strong{
  font-weight: 500;
}
.date-block{
  width: 100%;
  max-width: 450px;
  color: #ffa500;
  font-weight: 700;
  font-size: 18px;
  position: relative;
  line-height: 30px;
  min-height: 50px;
  padding: 8px 0 8px 70px;
  text-align: center;
  margin: 20px auto 0 auto;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.date-block i{
  color: #1a110f;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 50px;
  text-align: center;
  position: absolute;
  left: 20px;
  top: 8px;
  border-radius: 50%;
}
.looking-dates{
  font-size: 18px !important;
  font-weight: 500 !important;
  text-align: center;
  margin: 15px 0 0 0 !important;
}
.looking-dates a{
  color: #ffa500;
  padding: 4px 20px;
  display: inline-block;
  margin-left: 10px;
  border: 2px solid #ffa500;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
.looking-dates a:hover{
  background-color: #ffa500;
  color: #fff;
  border: 2px solid #ffa500;
}
.fifteen-day-journey{
  width: 100%;
}
.fifteen-day-journey-img{
  width: 100%;
}
.fifteen-day-journey-img img{
  width: 100%;
}
.fifteen-day-journey-content{
  width: 100%;
  padding: 50px 60px;
}

.fifteen-day-journey-content h2{
  font-size: 30px;
  font-weight: 500;
  color: #1a110f;
  line-height: 44px;
  margin: 0 0 15px 0;
}
.fifteen-day-journey-content h2 span{
  display: block;
  font-weight: 700;
}

.fifteen-day-journey-content p{
  font-size: 16px;
  color: #1a110f;
  line-height: 30px;
  font-weight: 400;
  text-align: justify;
  margin: 0 0 20px 0;
}
.fifteen-day-li,
.fifteen-day-li ul{
  margin: 0px;
  padding: 0px;
}
.fifteen-day-li li{
  list-style: none;
  font-size: 16px;
  position: relative;
  color: #1a110f;
  margin: 0;
}
.home-main-li,
.home-main-li ul,
.home-main-li-one,
.home-main-li-one ul{
  margin: 0px;
  padding: 0px;
}
.home-main-li li,
.home-main-li-one li{
  font-size: 16px;
  color: #1a110f;
  list-style: none;
  position: relative;
  padding: 0 0 0 50px;
  min-height: 40px;
  line-height: 25px;
  margin: 0 0 15px 0;
}
.home-main-li li strong,
.home-main-li-one li strong{
  font-weight: 600;
}
.home-main-li li{
  padding-right: 50px;
}
.home-main-li-one li{
  line-height: 40px;
  padding-bottom: 7px;
  margin: 0 0 5px 0;
  border-bottom: 1px dashed #ddd;
}
.home-main-li-one li span{
  font-size: 13px;
}
.home-main-li-one li:last-child{
  border-bottom: none;
}

.home-icon-yoga{
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0px;
  top: 0px;
}
.home-icon-yoga img{
  width: 100%;
}
.fifteen-day-journey-theme-one{
  background-color: #eff4f8 !important;
  position: relative;
}
.gallery-bg{
  width: 100%;
  padding: 50px;
}
.gallery-bg h2{
  font-size: 30px;
  color: #1a110f;
  line-height: 44px;
  font-weight: 700;
  text-align: center;
  margin: 0 0 20px 0;
}
.gallery-bg p{
  color: #666;
  line-height: 26px;
  font-weight: 400;
  text-align: justify;
  margin: 0 0 20px 0;
}
.meet-the-mentor{
  width: 100%;
  background-color: #eff4f8;
  position: relative;
}
.meet-the-mentor:before,
.fifteen-day-journey-theme-one:before{
  content: '';
  width: 250px;
  height: 250px;
  background-image: url(../images/backdrop.png);
  background-size: 200%;
  background-position: top right;
  position: absolute;
  left: 0px;
  bottom: 0px;
}
.meet-the-mentor h2{
  font-size: 30px;
  color: #1a110f;
  line-height: 44px;
  font-weight: 700;
  margin: 0 0 10px 0;
}
.meet-the-mentor h3{
  font-size: 26px;
  font-weight: 500;
  color: #ffa500;
  margin: 0 0 30px 0;
}
.meet-the-mentor h3 a i{
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  display: inline-block;
  background-color: #0270ad;
  color: #fff;
  font-size: 22px;
  margin-left: 10px;
  border-radius: 6px;
}
.meet-the-mentor p{
  color: #1a110f;
  line-height: 26px;
  font-weight: 400;
  text-align: justify;
  margin: 0 0 15px 0;
}
.position-relative{
  position: relative;
  z-index: 2;
}
.talk-to-us{
  width: 100%;
  padding: 50px 0;
  text-align: center;
  background-color: #eff4f8;
}
.talk-to-us-inner-page{
  border-top: 1px solid #ddd;
}
.talk-to-us h2{
  font-size: 30px;
  color: #1a110f;
  font-weight: 700;
  margin: 0 0 20px 0;
}
.talk-to-us h3{
  font-size: 22px;
  font-weight: 700;
  color: #666;
  margin: 0 0 20px 0;
}
.talk-to-us p{
  font-size: 17px;
  color: #1a110f;
  margin: 0 0 20px 0;
}
.talk-btn,
.learn-btn{
  background-color: transparent;
  color: #3f8500;
  font-size: 16px;
  padding: 10px 15px;
  font-weight: 600;
  border: 2px solid #3f8500;
  border-radius: 0px;
}
.learn-btn{
  color: #ffa500;
  border: 2px solid #ffa500;
  margin-top: 15px;
}
.learn-btn:hover,
.learn-btn:focus{
  background-color: #ffa500;
  color: #fff;
  border: 2px solid #ffa500;
}
.talk-btn{
  margin: 0 5px;
}
.talk-btn:hover,
.talk-btn:focus{
  background-color: #3f8500;
  color: #fff;
  border: 2px solid #3f8500;
}
.talk-btn i{
  font-size: 20px;
  margin-right: 5px;
}
.learn-btn i{
  margin-left: 5px;
}
.tag-line{
  width: 100%;
  padding: 15px 0;
  background-color: #ffa500;
  /*background: #eff4f8 url(../images/message-shadow.png) top center repeat-x;*/
  text-align: center;
  font-size: 20px;
}
.tag-line span{
  color: #fff;
  display: inline-block;
  padding: 6px 0;
}
.take-action-btn{
  background-color: transparent;
  color: #fff;
  padding: 10px 20px;
  font-size: 18px;
  margin-left: 10px;
  border: 2px solid #fff;
  border-radius: 0px;
}
.take-action-btn:hover,
.take-action-btn:focus{
  background-color: #fff;
  color: #ffa500;
  border: 2px solid #fff;
}
.separator-outer {
  overflow: hidden;
  text-align: center;
  margin-bottom: 15px;
}
.separator {
  display: inline-block;
  height: 3px;
  width: 50px;
  position: relative;
}
.separator.style-icon {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 18px;
}
.separator.style-icon img{
  width: 100%;
}
.separator .separator-left,
.separator .separator-right {
  position: absolute;
  top: 50%;
  width: 60px;
  height: 1px;
  margin-top: -1px;
  background-color: #1a110f;
}
.separator .separator-left {
  left: -70px;
}
.separator .separator-right {
  right: -70px;
}
.separator.style-icon i{
  color: #3f8500;
}
.single-project{
  position: relative;
  display: block;
  z-index: 6;
  margin-top: 4px;
}
.single-project .img-holder{
  height: 230px;
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 5;
  border-radius: 0px;
}
.single-project .img-holder img{

  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform .4s;
  transform: scale(1.01);
  transition: all 700ms ease;
}
.single-project:hover .img-holder img {
  transform:scale(1.2) rotate(2deg);  
}
.single-project .overlay-content{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.40);
  transform: scaleX(0);
  transition: all 700ms ease 100ms;
}
.single-project:hover .overlay-content{
  transform: scaleY(1);
}
.single-project .overlay-content .inner-content{
  display: table;
  width: 100%;
  height: 100%;
}
.single-project .overlay-content .inner-content .link-box {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  opacity: 0;
  color: #fff;
  font-size: 30px;
  transform-style: preserve-3d;
  transform: perspective(1200px) rotateX(90deg) translateZ(-45px);
  transition: all 300ms ease 100ms;
}
.single-project:hover .overlay-content .inner-content .link-box{
  opacity: 1;
  transform: translate3d(0px, 0px, 0px); 
  transition: all 700ms ease 500ms;
}
.whatsapp-icon{
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 28px;
  background-color: #2fb944;
  color: #fff;
  text-align: center;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 99;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 15px -6px rgba(0,0,0,0.8);
  -moz-box-shadow: 0px 0px 15px -6px rgba(0,0,0,0.8);
  box-shadow: 0px 0px 15px -6px rgba(0,0,0,0.8);
}
.whatsapp-icon a{
  display: block;
  color: #fff;
}

.inner-banner{
  width: 100%;
  height: 440px;
  position: relative;
  overflow: hidden;
}
.inner-banner img{
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform .4s;
}
.inner-banner h2{
  color: #fff;
  font-weight: 700;
  margin: 0 0 20px 0;
}
.inner-banner-overlay{
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.6);
  position: absolute;
  left: 0px;
  top: 0px;
  color: #fff;
  padding: 250px 0 0 0;
  text-align: center;
}
.breadcrumb{
  margin: 0px;
  padding: 0px;
  line-height: 30px;
  background-color: transparent;
}
.breadcrumb a{
  color: #fff;
}
.breadcrumb > .active{
  color: #ddd;
}
.inner-content-main{
  width: 100%;
  padding: 50px 0;
}
.inner-content-main h2 {
  font-size: 24px;
  font-weight: 700;
  color: #ffa500;
  margin: 0 0 20px 0;
}
.inner-content-main p {
  font-size: 16px;
  color: #1a110f;
  line-height: 26px;
  font-weight: 300;
  margin: 0 0 15px 0;
}
.inner-content-main p a{
  color: #ffa500;
}
.inner-content-main p a:hover{
  color: #1a110f;
}
.content-li,
.content-li ul{
  margin: 0 0 0 20px;
  padding: 0px;
}
.content-li-home,
.content-li-home ul{
  margin: 0 0 25px 0;
  padding: 0px;
}
.content-li li{
  list-style: none;
  position: relative;
  padding: 0 0 0 20px;
  margin: 0px;
  font-size: 16px;
  color: #1a110f;
  line-height: 24px;
  font-weight: 300;
  text-align: justify;
}
.content-li li+li{
  margin-top: 12px;
}
.content-li li strong{
  font-weight: 600;
}
.content-li li:before{
  content: '';
  width: 8px;
  height: 8px;
  background-color: #ffa500;
  position: absolute;
  left: 0px;
  top: 10px;
  border-radius: 50%;
}
.content-li li ul{
  margin: 15px 0 15px 20px;
}
.content-li li ul li:before{
  background-color: #7e8446;
}
.participate-img{
  width: 100%;
  text-align: right;
}
.participate-img img{
  width: 100%;
  max-width: 280px;
  border-bottom: 6px solid #7e8446;
  border-radius: 50%;
}
.eco-mud-room,
.eco-stone-room{
  width: 100%;
  padding: 40px 0;
}
.eco-mud-room{
  background-color: #eff4f8;
}
.eco-mud-room h2,
.eco-stone-room h2{
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  color: #1a110f;
  margin: 0 0 10px 0;
}
.eco-mud-room h4,
.eco-stone-room h4{
  font-size: 24px;
  font-weight: 700;
  color: #ffa500;
  text-align: center;
  margin: 15px 0 0 0;
}
.eco-mud-room p,
.eco-stone-room p{
  padding: 0 150px;
  font-size: 18px;
  text-align: center;
  font-weight: 300;
  color: #1a110f;
  font-style: normal;
  margin: 0 0 20px 0;
}

.eco-mud-room .owl-prev,.eco-mud-room .owl-next,
.eco-stone-room .owl-prev,.eco-stone-room .owl-next{
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: rgba(255,255,255,0.6) !important;
  color: #000 !important;
  font-size: 24px !important;
  position: absolute;top: 50%;
  margin-top: -25px !important;
  border:none;border-radius: 50% !important;
  outline: 0;
  -webkit-box-shadow: 0px 0px 10px -8px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 0px 10px -8px rgba(0,0,0,0.3);
  box-shadow: 0px 0px 10px -8px rgba(0,0,0,0.3);
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
.eco-mud-room .owl-prev,
.eco-stone-room .owl-prev{left: 25px;}
.eco-mud-room .owl-next,
.eco-stone-room .owl-next{right: 25px;}
.eco-mud-room .owl-prev:hover,.eco-mud-room .owl-next:hover,
.eco-stone-room .owl-prev:hover,.eco-stone-room .owl-next:hover{
  background-color: rgba(255,165,0,1) !important;
  color: #fff !important;
}

.content-li-room,
.content-li-room ul{
  margin: 0 0 30px 0;
  padding: 0px;
}
.content-li-room li{
  position: relative;
  padding: 0px;
  margin: 0px;
  font-size: 16px;
  color: #1a110f;
  line-height: 24px;
  font-weight: 300;
  text-align: center;
}
.content-li-room li+li{
  margin-top: 5px;
}

.meet-trainer-left{
  width: 100%;
  padding-right: 15px;
}
.meet-trainer-img{
  width: 100%;
  position: relative;
}
.meet-trainer-img:before,
.meet-trainer-img:after {
  content: '';
  background-color: #7e8446;
  position: absolute;
  left: -10px;
  bottom: -10px;
  transition: all 1s;
}
.meet-trainer-img:before {
  width: 100%;
  height: 10px;
}
.meet-trainer-img:after {
  width: 10px;
  height: 100%;
}
.meet-trainer-img img{
  width: 100%;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.faq-bg p{
  font-size: 15px;
  color: #666;
  line-height: 22px;
  font-weight: 400;
  margin: 0 0 15px 0;
}
.faq-bg table{
  margin-bottom: 0px;
  color: #666;
  font-size: 15px;
}
.faq-bg table thead tr{
  background-color: #EEEEEE;
  color: #1a110f;
  font-weight: bold;
}
.faq-bg .panel-group{margin-bottom: 0px;}
.faq-bg .panel-group .panel {border-radius: 0;box-shadow: none;border-color: #EEEEEE;}
.faq-bg .panel-default > .panel-heading {padding: 0;border-radius: 0;color: #212121;background-color: #FAFAFA;border-color: #EEEEEE;}
.faq-bg .panel-title {font-size: 14px;}
.faq-bg .panel-title > a {display: block;padding: 10px 15px;font-size: 16px;color: #3f8500;font-weight: 600;text-decoration: none;}
.faq-bg .more-less {float: right;color: #07193c;}
.faq-bg .panel-default > .panel-heading + .panel-collapse > .panel-body {border-top-color: #EEEEEE;}

.faq-li,
.faq-li ul{
  margin: 0 0 20px 20px;
  padding: 0px;
}
.faq-li li{
  list-style: none;
  position: relative;
  padding: 0 0 0 20px;
  margin: 0px;
  font-size: 15px;
  color: #666;
  line-height: 22px;
  font-weight: 400;
}
.faq-li li+li{
  margin-top: 10px;
}
.faq-li li:before{
  content: '';
  width: 8px;
  height: 8px;
  background-color: #3f8500;
  position: absolute;
  left: 0px;
  top: 10px;
  border-radius: 50%;
}
.how-it-work-bg{
  width: 100%;
}
.how-it-work-box{
  width: 100%;
  padding: 30px;
  background-color: #fff;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
.how-it-work-box h3{
  color: #ffa500 !important;
  margin: 0 0 10px 0 !important;
}
.how-it-work-box h3 span{
  background-color: #ffa500;
  color: #fff;
  display: block;
  width: 50px;
  height: 50px;
  line-height: 46px;
  margin: 0 auto 10px auto;
  border-radius: 50%;
  border-bottom: 4px solid #bc7b03;
}
.how-it-work-box p{
  font-size: 15px !important;
  padding: 0px !important;
  margin: 0px !important;
}
.how-it-work-box p+p{
  margin-top: 15px !important;
}
.how-it-work-box p strong{
  font-weight: 600;
}
.contact-content{
  width: 100%;
}
.contact-content h4{
  font-size: 26px;
  font-weight: 700;
  color: #1a110f;
  text-align: center;
  margin: 0 0 30px 0;
}
.contact-li,
.contact-li ul{
  margin: 0px;
  padding: 0px;
}
.contact-li li{
  list-style: none;
  font-size: 17px;
  padding: 15px;
  margin: 0px;
  color: #000;
  width: 33.333333%;
  float: left;
  text-align: center;
  border-right: 1px solid #ddd;
}
.contact-li li:nth-child(1){
  width: 100%;
  border-right: none;
}
.contact-li li:last-child{
  border-right: none;
}
.contact-li li span{
  font-size: 20px;
  font-weight: 900;
  color: #3f8500
}
.contact-li li strong{
  font-weight: 800;
}
.contact-li li a{
  color: #ffa500;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
.contact-li li a:hover{
  color: #000;
}
.contact-li li i{
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  display: block;
  font-size: 30px;
  margin: 0 auto 10px auto;
}
.contact-form{
  width: 100%;
  background-color: #eff4f8;
  padding: 25px 30px 30px 30px;
  border-radius: 10px;
}
.contact-form h3{
  font-size: 24px;
  font-weight: 700;
  color: #3f8500;
  margin: 0 0 15px 0;
}
.contact-form .form-group label{
  font-weight: normal;
}
.contact-form .form-control{
  height: 40px;
  color: #000;
  font-size: 13px;
  border: 1px solid #ccc;
  border-radius: 0px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.contact-form textarea.form-control{
  height: auto;
}
hr.style-one {
  border: 0;
  height: 2px;
  background-color: #eff4f8;
}
.gray-bg{
  background-color: #eff4f8 !important;
}
.benefits-bg{
  width: 100%;
  padding: 30px;
  background-color: #f9f9f9;
}
.benefits-bg h3{
  font-size: 22px;
  font-weight: 700;
  color: #1a110f;
  margin: 0 0 15px 0;
}
.diet-most-chronic{
  width: 100%;
  padding: 45px 0 50px 0;
  background-color: #eff4f8;
}
.diet-most-chronic h4 {
  font-size: 22px;
  font-weight: 700;
  color: #1a110f;
  text-align: center;
  margin: 0 0 20px 0;
}

.diet-most-chronic table{
  margin-bottom: 0px;
}
.diet-most-chronic table tr th,
.diet-most-chronic table tr td{
  background-color: #fff;
  font-size: 16px;
  color: #666;
  line-height: 26px;
}
.diet-cost-to-start{
  width: 100%;
  padding: 45px 0 50px 0;
}
.diet-most-chronic h3,
.diet-cost-to-start h3 {
  font-size: 20px;
  font-weight: 600;
  color: #1a110f;
  text-align: center;
  margin: 0 0 15px 0;
}
.diet-most-chronic p,
.diet-cost-to-start p {
  padding: 0 100px;
  font-size: 16px;
  color: #1a110f;
  line-height: 26px;
  font-weight: 400;
  text-align: center;
  margin: 0 0 25px 0;
}
.inner-heading{
  font-size: 20px;
  font-weight: 700;
  color: #1a110f;
  margin: 0 0 10px 0;
}
.amenities-heading{
  font-size: 26px;
  font-weight: 700;
  color: #1a110f;
  text-align: center;
  margin: 0;
}
.inner-content-main-accommodation {
  font-size: 24px;
  font-weight: 700;
  color: #3f8500;
  margin: 0 0 5px 0 !important;
}
.cost-box{
  width: 100%;
  margin-bottom: 15px;
  overflow: hidden;
  border: 1px solid #ddd;
  -webkit-box-shadow: 0px 0px 15px -10px rgba(0,0,0,0.8);
  -moz-box-shadow: 0px 0px 15px -10px rgba(0,0,0,0.8);
  box-shadow: 0px 0px 15px -10px rgba(0,0,0,0.8);
}
.cost-box-header{
  width: 100%;
  padding: 15px;
  background-color: #eff4f8;
  text-align: center;
}
.cost-box-header h4{
  font-size: 20px;
  color: #1a110f;
  font-weight: normal;
  line-height: 30px;
  margin: 0 0 5px 0;
}
.cost-box-header h4 strong{
  font-size: 22px;
  color: #ffa500;
  display: block;
  margin-top: 5px;
}
.cost-box-header h4 span{
  font-size: 14px;
  font-weight: bold;
  color: #1a110f;
}
.cost-box-header h5{
  font-size: 20px;
  color: #3f8500;
  font-weight: 700;
  line-height: 30px;
  font-style: italic;
  margin: 0;
}
.cost-box-des{
  width: 100%;
  padding: 20px 15px;
}
.cost-li,
.cost-li ul{
  margin: 0px;
  padding: 0px;
}
.cost-li li{
  list-style: none;
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  text-align: center;
  border-bottom: 1px solid #ddd;
}
.cost-li li:last-child{
  border-bottom: none;
  margin: 0;
  padding: 0;
}
.amenities-box{
  width: 100%;
  padding: 25px 40px 40px 40px;
  background-color: #fff;
  margin: 20px auto 0 auto;
  border: 1px solid #eee;
  border-radius: 8px;
  -webkit-box-shadow: 0px 0px 15px -10px rgba(0,0,0,0.4);
  -moz-box-shadow: 0px 0px 15px -10px rgba(0,0,0,0.4);
  box-shadow: 0px 0px 15px -10px rgba(0,0,0,0.4);
}
.amenities-box img{
  width: 100%;
}
.testimonial-bg{
  width: 100%;
  padding: 40px 60px;
}
.testimonial-bg h2 {
  font-size: 30px;
  color: #1a110f;
  line-height: 44px;
  font-weight: 700;
  text-align: center;
  margin: 0 0 20px 0;
}
.testmonial-box{
  width: 100%;
}
.testmonial-box-img{
  width: 100%;
}
.testmonial-box-img img{
  width: 100%;
}
.testmonial-box-des{
  width: 100%;
  padding: 30px 0 0 0;
}
.testmonial-box-des h4{
  font-size: 20px;
  color: #3f8500;
  text-align: center;
  font-weight: 500;
  margin: 0 0 25px 0;
}
.testmonial-box-des h5{
  font-size: 15px;
  text-align: center;
  font-weight: 300;
  margin: 0 0 20px 0;
}
.greenText{
  color: #3f8500 !important;
}
.testmonial-box-des h5 a{
  color: #3f8500;
  text-decoration: underline !important;
  text-underline-offset: .2em;
}
.testmonial-box-des p{
  font-size: 14px;
  text-align: center;
  font-weight: 300;
  line-height: 30px;
  margin: 0 0 20px 0;
}
.testimonial-bg .owl-prev,.testimonial-bg .owl-next{
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: rgba(255,165,0,0.6) !important;
  color: #fff !important;
  font-size: 24px !important;
  position: absolute;top: 50%;
  margin-top: -25px !important;
  border:none;border-radius: 50% !important;
  outline: 0;
  -webkit-box-shadow: 0px 0px 10px -8px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 0px 10px -8px rgba(0,0,0,0.3);
  box-shadow: 0px 0px 10px -8px rgba(0,0,0,0.3);
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
.testimonial-bg .owl-prev{left: -25px;}
.testimonial-bg .owl-next{right: -25px;}
.testimonial-bg .owl-prev:hover,.testimonial-bg .owl-next:hover{
  background-color: rgba(255,165,0,1) !important;
  color: #fff !important;
}
footer{
  width: 100%;
  padding: 40px 0;
  background-color: #1a110f;
  background-image: url(../images/header-pattern.png);
}
footer h4{
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 15px 0;
}
footer p{
  color: #ccc;
  margin: 0 0 15px 0;
}
.footer-link,
.footer-link ul,
.footer-social,
.footer-social ul{
  margin: 0px;
  padding: 0px;
}
.footer-link li,
.footer-social li{
  list-style: none;
  margin: 0px;
  font-weight: 500;
  font-size: 14px;
}

.footer-link li+li,
.footer-social li+li{
  margin-top: 10px;
}
.footer-link li a,
.footer-social li a{
  color: #ccc;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
.footer-link li a:hover,
.footer-social li a:hover{
  color: #fff;
}

.footer-social li a i{
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: #fff;
  color: #000;
  font-size: 16px;
  margin-right: 3px;
  border-radius: 50%;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
.footer-social li.facebook a i{
  background-color: #3a5696;
  color: #fff;
}
.footer-social li.instagram a i{
  background-color: #a13590;
  color: #fff;
}
.footer-social li.instagram-one a i{
  background-color: #854a2c;
  color: #fff;
}
.footer-social li a:hover i{
  background-color: #fff;
  color: #1a110f;
}
.covid-guidelines-box{
  width: 100%;
  padding-right: 50px;
}
.copyright-bg{
  width: 100%;
  background-color: #1a110f;
  background-image: url(../images/header-pattern.png);
  text-align: center;
  font-size: 13px;
  color: #ccc;
  padding: 20px 0;
  border-top: 1px solid #212121;
}