
/* ==== Header Section Style Here ==== */

.header-section {
    background-color: #ffffff;
    border-bottom: 1px solid rgb(0 0 0 / 16%);
    position: relative;
    padding: 5px 0 8px;
    transition: all .1s ease;
    z-index: 99;
}

.header-section.sticky.fixed {
    position: fixed;
    width: 100%;
    transition: all .1s ease;
    padding: 10px 0;
    top: 0px;
}

.header-section .navbar {
    padding: 0px;
}

.header-section .navbar-brand {
    display: block;
    padding: 0;
    margin: 0;
}

.header-section .navbar-brand img {
    max-width: 120px;
}

.header-section .navbar-expand-lg .navbar-nav .nav-item {
    padding: 0 2px;
    position: relative;
    margin: 0 4px;
    text-align: center;
}

.header-section .navbar-expand-lg .navbar-nav .btn {
    border: 0;
    padding: 0 14px;
    font-size: 16px;
    line-height: 22px;
    border-radius: 6px;
    min-width: auto;
    text-transform: capitalize;
}

.header-section .navbar-expand-lg .navbar-nav .nav-item:before {
    content: '';
    background-color: #ffffff;
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.header-section .navbar-expand-lg .navbar-nav .nav-item.active:before {
    background-color: #707070;
}

.header-section .navbar-expand-lg .navbar-nav .nav-link {
    color: #000000;
    display: block;
    font-size: 15px;
    line-height: 18px;
    padding: 0;
}

.header-section .navbar-expand-lg .navbar-nav .nav-link:hover,
.header-section .navbar-expand-lg .navbar-nav .nav-item.active .nav-link {
    color: #000000;
}

.language-dropdown a {
    color: #000000;
}

.share__link {
    display: block;
    width: 70px;
    line-height: 26px;
    color: #000000;
    font-size: 15px;
}

.share__link img {
    max-width: 26px;
    margin: -8px 5px 0 0;
}


.share__menu a {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

.playstore-btns img {
    max-width: 180px;
}

/* ==== Share Link Popup Style Here ==== */

.share-modal-popup .modal-dialog {
    max-width: 520px;
}

.share-modal-popup .modal-content {
    border-radius: 0px;
    padding: 38px 40px;
    background-color: #fbfbfb;
    box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.2);
    border: solid 1px #d5d5d5;
}

.share-modal-popup .modal-content .modal-body {
    padding: 0px;
    text-align: center;
}

.share-modal-popup .modal-content .modal-body p {
    font-family: Google Sans, Helvetica, Arial, sans-serif;
    font-size: 21px;
    font-weight: 700;
    line-height: 1.19;
    letter-spacing: -0.4px;
    text-align: center;
    margin: 0;
    color: #000000;
    padding: 0 0 20px;
}

.share-modal-popup .jssocials-share {
    display: inline-block;
    vertical-align: top;
    margin: 10px 12px;
}

.share-modal-popup .jssocials-share-link.jssocials-share-no-count {
    padding: 13px;
}

.share-modal-popup button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    position: absolute;
    top: -30px;
    right: -26px;
}

/* ==== Home Hero Section Style Here ==== */

.home-hero-section {
    padding: 40px 0;
}

.banner-content h2 {
    /*font-size: 32px;
    font-family: 'product_sans_mediumregular';
    font-weight: 500;*/
    /*text-transform: uppercase;*/

    color: #767676;
    font-size: 36px;
    font-family: Google Sans, Helvetica, Arial, sans-serif;
    font-weight: 500;
    line-height: 40px;
    padding: 0 0 20px;
}

.banner-content h2 span {
    color: #767676;
    font-size: 36px !important;
    font-family: Google Sans, Helvetica, Arial, sans-serif;
    font-weight: 500;
    line-height: 40px;
}

.banner-content h3 {
    color: #000000;
    font-size: 36px;
    font-family: Google Sans, Helvetica, Arial, sans-serif;
    font-weight: 700;
    line-height: 36px;
    padding: 0 0 10px;
}

.banner-content h3 span {
    color: #000000;
    font-size: 36px !important;
    font-family: Google Sans, Helvetica, Arial, sans-serif;
    font-weight: 700;
    line-height: 36px;
}

.banner-content h4 {
    color: #000000;
    font-size: 30px;
    font-family: Google Sans, Helvetica, Arial, sans-serif;
    font-weight: 500;
    line-height: 40px;
    padding: 0 0 10px;

}

.banner-content h4 span {
    color: #000000;
    font-size: 30px !important;
    font-family: Google Sans, Helvetica, Arial, sans-serif;
    font-weight: 500;
    line-height: 40px;

}

.banner-content span {
    display: inline-block;
}

.banner-content .logo-gif {
/* max-width: 300px; */
/* max-height: 300px; */
max-width: 180px;
max-height: 180px;
margin: 20px;
}

.banner-content h1 {
    font-size: 40px;
    font-weight: 400;
    /*font-family: 'product_sansregular';*/
    line-height: 50px;
    /*max-width: 500px;
    margin: 0 auto;*/
    padding: 20px 0px;
    font-family: Google Sans, Helvetica, Arial, sans-serif;
    @media (max-width: 1400px) {
        padding: 20px 50px;
    }   
}

.banner-content p {
    font-size: 20px;
    line-height: 30px;
    max-width: 730px;
    margin: 0 auto;
}

.seach-box {
    max-width: 500px;
    margin: 20px auto 0;
    box-shadow: 0px 0px 6px rgb(0 0 0 / 20%);
    padding: 30px;
}

.seach-box label {
    /*font-size: 24px;
    display: block;
    margin: 0 0 20px;
    line-height: 30px;
    text-align: center;*/

    font-size: 16px;
    line-height: 25px;
    max-width: 730px;
    margin: 0 auto;
}

.seach-box>div {
    position: relative;
    /*padding-right: 130px;*/
}

.seach-box .form-control {
    width: 100%;
    /*max-width: 360px;*/
    height: 50px;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    background-color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 4px;
    box-shadow: 0px 0px 6px rgb(0 0 0 / 20%);
}

.seach-box .btn {
    min-width: 100%;
    line-height: 46px;
    /*position: absolute;*/
    /*top: 0;*/
    /*right: 0;*/
    border-radius: 4px;
    padding: 0 12px;
    margin-bottom: 20px;
}

#error_msg1,
#success_msg1 {
    margin-bottom: 12px;
}

/* ==== Slider Section Style Here ==== */

.home-slider-section {
    background-color: #92B826;
    padding: 40px 0 80px;
}

.home-slider-section p {
    font-size: 20px;
    line-height: 25px;
}

.benefits-slider {
    position: relative;
    padding: 0 15px;
    max-width: 1230px;
    margin: 0 auto;
}

.benefits-slider .owl-carousel {
    padding: 0 0 20px;
    min-height: 530px;
}

.benefits-slider .owl-carousel .owl-item img {
    width: auto;
    margin: 0 auto;
    margin: 8px 0 0 -3px;
}

.benefits-slider .owl-item.extraprev,
/*.owl-item.extraClass,*/
/*.owl-item.extraClassnext,*/
.benefits-slider .owl-item.extranext {
    /*opacity: 0.3;*/
}

.sliderPhone {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    max-width: 270px;
    width: 100%;
    margin: 0 auto;
}

.benefits-slider .carouselItem {
    padding: 55px 0 0;
    text-align: center;
}

.benefits-slider .carouselImage {
    background-color: transparent;
    /*box-shadow: 0px 3px 13px rgba(0, 0, 0, 0.16);*/
    display: flex;
    height: 400px;
    align-items: center;
    width: 220px;
    margin: 0 auto;
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    -ms-transform: scale(0.6);
    -o-transform: scale(0.6);
    transform: scale(0.6);
    transition: all .4s;
}

.benefits-slider .extraprev .carouselImage {
    -webkit-transform: scale(1) translateX(-6px);
    -moz-transform: scale(1) translateX(-6px);
    -ms-transform: scale(1) translateX(-6px);
    -o-transform: scale(1) translateX(-6px);
    transform: scale(1) translateX(-6px);
}

.benefits-slider .extraClass .carouselImage {
    -webkit-transform: scale(1) translateX(-6px);
    -moz-transform: scale(1) translateX(-6px);
    -ms-transform: scale(1) translateX(-6px);
    -o-transform: scale(1) translateX(-6px);
    transform: scale(1) translateX(-6px);
}

.benefits-slider .extraClassnext .carouselImage {
    -webkit-transform: scale(1) translateX(6px);
    -moz-transform: scale(1) translateX(6px);
    -ms-transform: scale(1) translateX(6px);
    -o-transform: scale(1) translateX(6px);
    transform: scale(1) translateX(6px);
}

.benefits-slider .extranext .carouselImage {
    -webkit-transform: scale(1) translateX(6px);
    -moz-transform: scale(1) translateX(6px);
    -ms-transform: scale(1) translateX(6px);
    -o-transform: scale(1) translateX(6px);
    transform: scale(1) translateX(6px);
}

.benefits-slider .center .carouselImage {
    background-color: transparent;
    box-shadow: none;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.benefits-slider .owl-carousel .owl-dots {
    position: absolute;
    bottom: -40px;
    left: 0;
    right: 0;
    text-align: center;
}

.benefits-slider .owl-carousel .owl-dot {
    display: inline-block;
    margin: 0 4px;
}

.benefits-slider .owl-carousel .owl-dot span {
    border: 1px solid #ffffff;
    display: block;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background-color: #ffffff;
}

.benefits-slider .owl-carousel .owl-dot.active span {
    background-color: #BABABA;
    border-color: #BABABA;
}

.animate-text-up {
    opacity: 0
}

.benefits-slider .center .animate-text-up {
    -webkit-animation: animate-text-up 1.2s cubic-bezier(0.26, 0.55, 0.49, 0.96) forwards;
    -moz-animation: animate-text-up 1.2s cubic-bezier(0.26, 0.55, 0.49, 0.96) forwards;
    -ms-animation: animate-text-up 1.2s cubic-bezier(0.26, 0.55, 0.49, 0.96) forwards;
    animation: animate-text-up 1.2s cubic-bezier(0.26, 0.55, 0.49, 0.96) forwards;
}

.benefits-slider .center .animate-text-up {
    -webkit-animation-delay: 1.8s;
    -moz-animation-delay: 1.8s;
    -ms-animation-delay: 1.8s;
    animation-delay: 1.8s;
}

/* ==== Download Section Style Here ==== */

.download-section {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 620px;
}

.download-content {
    /*max-width: 560px;*/
    max-width: 640px;
    /*padding-left: 110px;*/
}

.download-content h2 {
    color: #000000;
    font-size: 36px;
    font-weight: 700;
    line-height: 40px;
    /*text-transform: uppercase;*/
    font-family: Google Sans, Helvetica, Arial, sans-serif;
}

.download-content h2 span {
    color: #000000;
    font-size: 36px !important;
    font-weight: 700;
    line-height: 40px;
    text-transform: uppercase;
    font-family: Google Sans, Helvetica, Arial, sans-serif;
}

.download-content h3 {
    color: #000000;
    font-size: 30px;
    font-weight: 500;
    /*font-family: 'product_sans_mediumregular';*/
    font-family: Google Sans, Helvetica, Arial, sans-serif;
    line-height: 40px;
    padding: 0 0 10px;
}

.download-content h3 span {
    color: #000000;
    font-size: 30px !important;
    font-weight: 500;
    /*font-family: 'product_sans_mediumregular';*/
    font-family: Google Sans, Helvetica, Arial, sans-serif;
    line-height: 40px;
    padding: 0 0 10px;
}

.download-content p {
    color: #000000;
    font-size: 20px;
    line-height: 28px;
    padding: 10px 0 0;
    font-family: Google Sans, Helvetica, Arial, sans-serif;
}


.app-btn a {
    display: inline-block;
    max-width: 200px;
    margin-right: 14px;
}

.fitness-icon-slider {
    /*box-shadow: 0px 3px 6px rgb(0 0 0 / 30%);*/
    /*background-color: #ffffff;*/
    /*border-radius: 6px;*/
    max-width: 400px;
    padding: 45px 20px;
    margin-right: 150px;
}

.fitness-icon-slider .icon-slider.owl-carousel {
    min-height: auto;
    padding: 0;
}

.fitness-icon-slider .icon-slider span {
    display: block;
    width: 185px;
    height: 205px;
    padding: 0;
    margin: 0 auto;
}

.fitness-icon-slider .icon-slider span img {
    max-width: 185px;
    max-height: 185px;
    margin: 0 auto;
}

/* ==== Footer Section Style Here ==== */

.footer-section {
    background-color: #F2F2F2;
    padding: 20px 0;
}

.global-footer--link li {
    display: inline-block;
    vertical-align: middle;
    line-height: 40px;
}

.global-footer--link li a {
    color: #000000;
    display: block;
    font-size: 15px;
    font-weight: 400;
    font-family: 'product_sansregular';
    line-height: 20px;
    /*text-transform: uppercase;*/
}

.global-footer--link span {
    display: inline-block;
    padding-right: 10px;
}

.global-footer--link li a img {
    max-width: 112px;
    margin-right: 8px;
    margin-top: -6px;
}

.global-social--link a {
    display: inline-block;
    margin: 0 6px;
}

.global-social--link a img {
    max-width: 30px;
    max-height: 30px;
}

.support-link a {
    color: #000000;
    font-size: 14px;
    line-height: 14px;
}

.support-link a img {
    margin: -5px 6px 0 0;
}

.language-dropdown .dropdown-menu {
    left: auto;
    right: 0;
}

.language-dropdown .dropdown-menu li a {
    font-size: 14px;
    padding: 0 12px;
    display: block;
}

/* ==== About Page Style Here ==== */

.inner-banner-section {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    min-height: 500px;
    position: relative;
    overflow: hidden;
}

.inner-banner-section:before {
    /*content: '';*/
    background-color: rgb(0 0 0 / 70%);
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.inner-banner-section .container {
    position: relative;
}

.about-page-section {
    padding: 40px 60px;
    border-bottom: 1px solid #f1f1f1;
    min-height: 450px;
}

.about-content {
    /*max-width: 1000px;*/
    /*margin: 0 auto;*/
}

.about-content p {
    color: #000000;
    font-size: 16px;
    line-height: 24px;
    font-family: Segoe UI, Frutiger, Frutiger Linotype, Dejavu Sans, Helvetica Neue, Arial, sans-serif;
}

.about-content p:not(:last-child) {
    padding-bottom: 20px;
}

/* ==== Contact Page Style Here ==== */

.contact-page-section {
    padding: 80px 0;
    border-bottom: 1px solid #f1f1f1;
}

.contact-form {
    max-width: 900px;
    margin: 0 auto;
}

.mandatory {
    color: #ff0000;
}

.form-group {
    margin-bottom: 20px;
}

label {
    display: block;
    margin-bottom: 6px;
    font-size: 20px;
    line-height: 26px;
}

.form-control {
    display: block;
    width: 100%;
    height: 40px;
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    background-color: #fff;
    border: 1px solid #cccccc;
    border-radius: 6px;
}

.form-control:focus {
    color: #000000;
    background-color: #fff;
    border-color: #000000;
    outline: 0;
    box-shadow: none;
}

textarea.form-control {
    height: 100px;
}

.form--btn .btn {
    margin-right: 10px;
}

.mobile-number-box {
    border: 1px solid #cccccc;
    border-radius: 6px;
}

.mobile-number-box .form-control {
    float: left;
    width: calc(100% - 160px);
    border: 0px;
    border-radius: 0px 6px 6px 0px;
}

.mobile-number-box select.form-control {
    width: 160px;
    border-right: 1px solid #cccccc;
    border-radius: 6px 0px 0px 6px;
}


.check-in-section {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center left;
    min-height: 100vh;
    display: flex;
}

.check-in-section .content-box p {
    color: #DC2B07;
    font-size: 30px;
    text-align: center;

}

.playstore-btns {
   margin-left: auto;
   display: flex;
   align-items: center;
}
.playstore-btns li {
   margin-right: 20px;
}

/* for youtube video css*/

.video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}

.video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.dropdown-item {
    display: table;
    width: 100%;
}

.dropdown-menue > li > a:hover, .dropdown-menue > li > a:focus {
    background-color:#e6e5e3;
}

.bannerh2text{
    padding-left: 15px;
    @media (max-width: 1400px) {
        padding-left: 50px;
    }   
}
.bannertexth2{
    position: absolute;
    top: 10px;
    width: 100vw; 
    @media (max-width: 1400px) {
        left: 16px;
    }   
}

  @media all and (min-width: 992px) {
	.navbar .nav-item .dropdown-menu{ display: none; }
	.navbar .nav-item:hover .dropdown-menu{ display: block; }
	.navbar .nav-item .dropdown-menu{ margin-top:0; }
}	
@media only screen and (max-width: 600px) {
   
    .bannertexth2 h2{
        font-size: 18px;
    }
    .banner-content h1 {
        margin-top: 18px;
        line-height: 30px;
        font-size: 25px;
    }
  }
  
  .submenu{
    margin-left: 0px !important;;
    margin-right: 0px !important;;
    width:100%  !important;;
  }
.submenu-3{
    flex: 1 !important;
    max-width: unset !important;
}
a:link {
    color: #212529 !important;
}
@media only screen and (min-width: 480px) and (max-width: 767px) and (orientation: landscape) {
    .submenu-3{
        height: 100px!important;
        overflow: auto!important;
    }
}





  
