.landing-header h1{
    font-family:Poppins, Arial;
    font-size:50px;
   font-weight:800;
}

.bannerthumb{
    width:100%;
    margin:50px auto;
    display:block;
}

.lp-title{
    padding:100px 0 60px 30px;
}

label.lp-label {
    background: #d6c6ee;
    display: inline-block;
    padding: 5px 20px;
    color: #544853;
    letter-spacing: 0px;
    border-radius: 40px;
    margin-bottom:10px;
    text-transform: uppercase;
}
span.hiws {
    padding: 0 0 0 20px;
}

span.hiws a{
color:#959595;
font-weight:400;
}
.lp-btn.get-started {
    font-size: 17px;
    padding: 10px 40px;
    margin:0;
    text-transform: uppercase;
    font-family: Poppins, arial;
    background: #004d6e;
}

.lp-title h1 span {
    color: #004d6e;
}
.lp-about h2 {
    font-size: 29px;
    line-height: 37px;
    font-family: Poppins, arial;
    font-weight: 800;
}

section.landing-cta h5 {
    font-size: 38px;
    font-family: Poppins, Arial;
    font-weight: 700;
}

section.landing-cta {
    background: linear-gradient(90deg, #6d2d37, #377fa6);
    padding: 60px 0;
    margin:0 0 80px 0;
color:#fff;
}
section.landing-cta .hiws a{
    color:#fff;
}
section.landing-cta .lp-cta-thumb{
width:100%;
}



/* portfolio css */


section.tabs_sec {
  padding: 0 0 80px 0;
  background: linear-gradient(180deg, #fdfdfd, transparent);
}
ul.tabs_slider li {
    list-style:none;
    max-width: 16%;

}

.tabs_inner {
  text-align: center;
  margin: 40px 0 0 0;
}
ul.tabs_slider {
    display: flex;
}
.tabs_inner h2 {
  margin: 0 0 15px 0;
  font-size: 40px;
  font-weight: bold;
  color: #004d6e;
}

.tabs_inner h2 span {
  color: #004d6e;
}

.tabs_inner p {
  font-size: 18px;
  line-height: 28px;
  width: 80%;
  margin: auto !important;
}

ul#myTab {
  justify-content: center;
  border: none !important;
  padding-bottom:0;
  margin: 30px 0 0 0 !important;
}

ul#myTab li.nav-item button {
  background: transparent;
  box-shadow: unset !important;
  border: 2px solid #004d6e !important;
  padding: 10px 15px !important;
  border-radius: 5px;
  margin: 0 5px;
  color: #004d6e;
  font-weight: 500;
}

ul#myTab li.nav-item button.active {
  background: #004d6e;
  border: 2px solid #004d6e !important;
  color: #fff;
}

.tabs_inner ul li img {
  width: 95%;
  margin: auto;
  height: auto;
}

ul#myTab li.nav-item {
  margin: 0 0 10px 0;
}

div.tab-pane {
  margin: 0;
}

.author_tabs_content {
  text-align: left;
}

.author_tabs_content p {
  width: 100%;
}
.author_tabs_img img {
width: 80%;
}

.row.lp-portfolio-cta {
    text-align: center;
}
img.new-cta {
    width: 100% !important;
}





section.our-cta-blue {
    padding: 0;
    position:relative;
    margin-bottom: 7rem;
    background: #f63432;
} 
section.our-cta-blue:before, section.our-cta-blue:after {
    content: "";
    position: absolute;
    left: 0;
    width: 46%;
    height: 100%;
    background: url(../book/red-left-bg.jpg) no-repeat scroll left top #b72e3b;
    background-size: cover;
    top: 0;
    z-index: 0;
    bottom: 0;
    margin: auto;
}
section.our-cta-blue:after {
    right: 0;
    left: auto;
}
section.our-cta-blue:after {
    background: url(/book/red-right-bg.jpg) no-repeat scroll right top #b72e3b;
    background-size: cover;
    right: 0;
    left: auto;
}
section.our-cta-blue .container {
    position: relative;
    z-index: 1;
    max-width: 1320px;
}
.cta-inn {
    display: flex;
    justify-content: space-between;
    padding-top: 80px;
    padding-bottom: 80px;
}
.cta-heading h2 {
    color: #fff;
    text-transform: uppercase;
}
.cta-heading .btn-block {
    margin-top: 2rem;
}
.cta-heading .btn {
    font-size: 14px;
    padding: 12px 32px;
}
.cta-heading .btn-block {
    margin-top: 2rem;
} 
img.cta-right-ar {
    max-width: none;
    position: absolute;
    right: 0;
    left: -10px;
    margin: auto;
    top: -15px;
    z-index: 1;
    max-width: 45%;
}
.cta-contact {
    padding-top: 30px;
}
.cta-contact h4 {
    color: #fff;
    font-size: 1.75rem;
} 
.btn.btn-yellow {
    background: #f8cf73;
    color: #1c1c51;
}
.btn.btn-lgreen {
    background: #1c1c51;
}
.btn.btn-lgreen:hover,
.btn.btn-yellow:hover { 
    background: #000; 
    color:#fff;
}


 .yoga-card {
      position: relative;
      height: 400px;
      color: white;
      border-radius: 20px;
      overflow: hidden;
      background-size: cover;
      background-position: center;
    }

    .yoga-overlay {
      position: absolute;
      bottom: 20px;
      left: 20px;
      right: 20px;
    }

    .btn-overlay {
      position: absolute;
      top: 20px;
      left: 20px;
      background-color: white;
      color: black;
      font-weight: 500;
      padding: 6px 12px;
      border-radius: 20px;
      font-size: 0.9rem;
    }

    .arrow-btn {
      position: absolute;
      top: 20px;
      right: 20px;
      background-color: white;
      border-radius: 50%;
      padding: 6px 10px;
      font-weight: bold;
      color:#000;
      font-size: 1rem;
    }

    .email-box {
      background: rgba(255, 255, 255, 0.9);
      border-radius: 10px;
      padding: 5px 10px;
      display: flex;
      gap: 10px;
      align-items: center;
      margin-top: 10px;
    }

    .email-box input {
      border: none;
      outline: none;
      background: transparent;
      flex-grow: 1;
    }




@media only screen and (max-width: 1169px) {
.cta-right-ar {
    display:none;
}
.cta-contact {
     padding-top: 0px;
    display: none;
}
.cta-inn {
    display: block;
    justify-content: center;
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
}
    
section.our-cta-blue:before, section.our-cta-blue:after {
    width: 100%;
    height: 100%;
}    
}

