/* #### Generated By: http://www.cufonfonts.com #### */

@font-face {
    font-family: 'Segoe Script Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Segoe Script Regular'), url('Segoe Script.woff') format('woff');
}


/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
    font-family: "Open Sans", sans-serif;
    color: #444;
}

a {
    color: #428bca;
}

a:hover {
    color: #9eccf4;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.font-primary {
    font-family: "Raleway", sans-serif;
}


/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/

.back-to-top {
    position: fixed;
    display: none;
    width: 40px;
    height: 40px;
    border-radius: 3px;
    right: 15px;
    bottom: 15px;
    background: #000000;
    color: #fff;
    transition: display 0.5s ease-in-out;
    z-index: 99999;
}

.back-to-top i {
    font-size: 24px;
    position: absolute;
    top: 8px;
    left: 8px;
}

.back-to-top:hover {
    color: #fff;
    background: #000000;
    transition: background 0.2s ease-in-out;
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
    height: 100px;
    transition: all 0.5s;
    transition: all 0.5s;
    padding: 10px 0;
    background: #fff;
    z-index: 997;
}

#header.header-scrolled {
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

#header .logo h1 {
    font-family: 'Franklin Gothic Demi', arial;
    font-size: 25px;
    color: #000000 !important;
    font-style: italic;
    margin: 0;
    padding: 30px 0;
    line-height: 1;
    font-weight: 800;
    text-transform: uppercase;
}

#header .logo h1 a,
#header .logo h1 a:hover {
    color: #000000;
    text-decoration: none;
}

#header .logo img {
    padding: 0;
    margin: 0;
    max-height: 40px;
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/


/* Desktop Navigation */

.nav-menu,
.nav-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav-menu>ul>li {
    position: relative;
    white-space: nowrap;
    float: left;
}

.nav-menu a {
    font-family: 'Franklin Gothic Book', arial;
    font-size: 21px;
    text-transform: uppercase;
    display: block;
    position: relative;
    color: #000000;
    /* padding: 26px 15px; */
    padding: 26px 25px 12px 25px;
    transition: 0.3s;
    letter-spacing: 3px;
}

.nav-menu a:hover,
.nav-menu .active>a,
.nav-menu li:hover>a {
    color: #a8da43;
    text-decoration: none;
}

.nav-menu .drop-down ul {
    display: block;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    padding: 10px 0;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: ease all 0.3s;
}

.nav-menu .drop-down:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.nav-menu .drop-down li {
    min-width: 180px;
    position: relative;
}

.nav-menu .drop-down ul a {
    font-family: 'Franklin Gothic Book', arial;
    padding: 8px 20px;
    font-size: 16px;
    color: #000000;
}

.nav-menu .drop-down ul a:hover,
.nav-menu .drop-down ul .active>a,
.nav-menu .drop-down ul li:hover>a {
    color: #a8da43;
}

.nav-menu .drop-down>a:after {
    /* content: "\ea99";
    font-family: IcoFont;
    padding-left: 5px; */
}

.nav-menu .drop-down .drop-down ul {
    top: 0;
    left: 100%;
}

.nav-menu .drop-down .drop-down:hover>ul {
    opacity: 1;
    top: 0;
}

.nav-menu .drop-down .drop-down>a {
    padding-right: 35px;
}

.nav-menu .drop-down .drop-down>a:after {
    content: "\eaa0";
    font-family: IcoFont;
    position: absolute;
    right: 15px;
}


/* @media (max-width: 1366px) {
    .nav-menu .drop-down .drop-down ul {
        left: -90%;
    }
    .nav-menu .drop-down .drop-down:hover>ul {
        left: -100%;
    }
    .nav-menu .drop-down .drop-down>a:after {
        content: "\ea9d";
    }
} */


/* Mobile Navigation */

.mobile-nav {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 9999;
    overflow-y: auto;
    left: -260px;
    width: 260px;
    padding-top: 18px;
    background: #ffffff;
    transition: 0.4s;
}

.mobile-nav * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mobile-nav a {
    display: block;
    position: relative;
    color: #000000;
    padding: 10px 20px;
}

.mobile-nav a:hover,
.mobile-nav .active>a,
.mobile-nav li:hover>a {
    color: #a8da43;
    text-decoration: none;
}

.mobile-nav .drop-down>a:after {
    content: "\ea99";
    font-family: IcoFont;
    padding-left: 10px;
    position: absolute;
    right: 15px;
}

.mobile-nav .active.drop-down>a:after {
    content: "\eaa0";
}

.mobile-nav .drop-down>a {
    padding-right: 35px;
}

.mobile-nav .drop-down ul {
    display: none;
    overflow: hidden;
}

.mobile-nav .drop-down li {
    padding-left: 20px;
}

.mobile-nav-toggle {
    position: fixed;
    right: 15px;
    top: 20px;
    z-index: 9998;
    border: 0;
    background: none;
    font-size: 24px;
    transition: all 0.4s;
    outline: none !important;
    line-height: 1;
    cursor: pointer;
    text-align: right;
}

.mobile-nav-toggle i {
    color: #5c768d;
}

.mobile-nav-overly {
    width: 100%;
    height: 100%;
    z-index: 9997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(31, 53, 72, 0.7);
    overflow: hidden;
    display: none;
}

.mobile-nav-active {
    overflow: hidden;
}

.mobile-nav-active .mobile-nav {
    left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
    color: #fff;
}


/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/

section {
    padding: 60px 0;
}

.section-bg {
    background-color: #f5f9fc;
}

.section-title {
    text-align: center;
    padding-bottom: 30px;
}

.section-title h2 {
    font-family: 'Franklin Gothic Demi Cond', arial;
    /* font-size: 60px; */
    font-size: 3.125vw;
    letter-spacing: 5px;
    margin-bottom: 20px;
    padding-bottom: 0;
    color: #000000;
}

.section-title p {
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .section-title h2 {
        font-family: 'Franklin Gothic Demi Cond', arial;
        font-size: 40px !important;
        margin-bottom: 0px;
    }
}

@media (min-width: 768px) {
    .section-title {
        text-align: left;
        padding-bottom: 30px;
    }
}


/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/

.breadcrumbs {
    padding: 15px 0;
    background-color: #f5f9fc;
    min-height: 40px;
}

.breadcrumbs h2 {
    font-size: 24px;
    font-weight: 300;
}

.breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
}

.breadcrumbs ol li+li {
    padding-left: 10px;
}

.breadcrumbs ol li+li::before {
    display: inline-block;
    padding-right: 10px;
    color: #6c757d;
    content: "/";
}

@media (max-width: 768px) {
    .breadcrumbs .d-flex {
        display: block !important;
    }
    .breadcrumbs ol {
        display: block;
    }
    .breadcrumbs ol li {
        display: inline-block;
    }
}


/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/

#about {
    width: 100%;
    height: calc(85vh - 114px);
    padding: 0;
    overflow: hidden;
}

#about .carousel-item {
    width: 100%;
    height: calc(85vh - 114px);
    background-size: contain;
    /* background-size: auto; */
    background-position: top right;
    background-repeat: no-repeat;
    overflow: hidden;
}

#about .carousel-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: -40vh !important;
    top: 0;
    left: 0;
    right: 0px !important;
    overflow: hidden;
}

#about .carousel-content {
    text-align: left;
}

@media (max-width: 992px) {
    #about,
    #about .carousel-item {
        height: calc(100vh - 70px);
    }
    #about .carousel-content.container {
        padding: 0 50px;
    }
}

#about .carousel-inner .carousel-item {
    transition-property: opacity;
    background-position: center top;
}

#about .carousel-inner .carousel-item,
#about .carousel-inner .active.carousel-item-left,
#about .carousel-inner .active.carousel-item-right {
    opacity: 0;
}

#about .carousel-inner .active,
#about .carousel-inner .carousel-item-next.carousel-item-left,
#about .carousel-inner .carousel-item-prev.carousel-item-right {
    opacity: 1;
    transition: 0.5s;
}

#about .carousel-inner .carousel-item-next,
#about .carousel-inner .carousel-item-prev,
#about .carousel-inner .active.carousel-item-left,
#about .carousel-inner .active.carousel-item-right {
    left: 0;
    transform: translate3d(0, 0, 0);
}

#about .carousel-control-prev {
    /* width: 10% !important; */
    width: 1% !important;
    color: #000000 !important;
    margin-left: 66% !important;
    margin-bottom: -30% !important;
}

#about .carousel-control-next {
    /* width: 10% !important; */
    width: 1% !important;
    color: #000000 !important;
    margin-right: 17% !important;
    margin-bottom: -30% !important;
}

#about .carousel-control-next-icon,
#about .carousel-control-prev-icon {
    background: none;
    font-size: 40px;
    line-height: 1;
    width: auto;
    height: auto;
}

#about .btn-get-started {
    font-family: 'Franklin Gothic Demi', arial;
    font-size: 17px;
    letter-spacing: 1px;
    padding: 12px 32px;
    transition: 0.5s;
    line-height: 1;
    margin-left: 10px;
    color: #000000;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    border: 0;
    background: #E7E8E2;
    float: right;
}

@media (max-width: 768px) {}

@media (min-width: 1024px) {
    #about .carousel-control-prev,
    #about .carousel-control-next {
        width: 5%;
    }
}


/**/

#hero {
    width: 100%;
    height: calc(85vh - 114px);
    padding: 0;
    overflow: hidden;
}

#hero .carousel-item {
    width: 100%;
    height: calc(85vh - 114px);
    background-size: cover;
    background-position: top right;
    background-repeat: no-repeat;
    overflow: hidden;
}


/* #hero .carousel-item::before {
    content: '';
    background-color: rgba(13, 30, 45, 0.6);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    overflow: hidden;
} */

#hero .carousel-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    overflow: hidden;
}

#hero .carousel-content {
    text-align: left;
}

@media (max-width: 992px) {
    #hero,
    #hero .carousel-item {
        height: calc(85vh - 70px);
    }
    #hero .carousel-content.container {
        padding: 0 50px;
    }
}

#hero h2 {
    font-family: 'Franklin Gothic Demi Cond', arial;
    color: #A2DE3C;
    margin-bottom: 30px;
    font-size: 3.125vw;
    letter-spacing: 5px;
}

#hero p {
    font-family: 'Franklin Gothic Book', arial;
    font-size: 18px;
    line-height: 25px;
    width: 80%;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    color: #ffffff;
    text-align: justify;
}

#hero .carousel-inner .carousel-item {
    transition-property: opacity;
    background-position: center top;
}

#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-left,
#hero .carousel-inner .active.carousel-item-right {
    opacity: 0;
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-left,
#hero .carousel-inner .carousel-item-prev.carousel-item-right {
    opacity: 1;
    transition: 0.5s;
}

#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-left,
#hero .carousel-inner .active.carousel-item-right {
    left: 0;
    transform: translate3d(0, 0, 0);
}

#hero .carousel-control-prev,
#hero .carousel-control-next {
    width: 10%;
}

#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
    background: none;
    font-size: 48px;
    line-height: 1;
    width: auto;
    height: auto;
}

#hero .carousel-indicators li {
    cursor: pointer;
}

#hero .btn-get-started {
    font-family: 'Franklin Gothic Book', arial;
    font-weight: bold;
    font-size: 17px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 32px;
    border-radius: 5px;
    transition: 0.5s;
    line-height: 1;
    margin: 10px;
    color: #000000;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    border: 0;
    background: #BCBDC1;
}


/* #hero .btn-get-started:hover {
    background: #1c5c93;
} */

@media (max-width: 320px) {
    #hero h2 {
        font-size: 2vw;
        width: 20%;
    }
    #hero p {
        font-size: 10px;
        width: 90%;
    }
    #hero .btn-get-started {
        font-size: 18px;
    }
}

@media (min-width: 321px) and (max-width: 480px) {
    #hero h2 {
        font-size: 30px!important;
        margin-left: -30px !important;
    }
    #hero p {
        font-size: 15px;
        width: 90%;
    }
    #hero .btn-get-started {
        font-size: 15px;
    }
}

@media (max-width: 768px) {
    #hero h2 {
        font-size: 40px;
    }
    #hero p {
        font-size: 15px;
        width: 95%;
    }
}

@media (min-width: 1024px) {
    #hero p {
        width: 60%;
    }
    #hero .carousel-control-prev,
    #hero .carousel-control-next {
        width: 5%;
    }
}


/**/


/*--------------------------------------------------------------
# Fitness Section
--------------------------------------------------------------*/

#fitness-main {
    width: 100%;
    padding: 0;
    overflow: hidden;
}

#fitness-main .fitness_header {
    width: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
    overflow: hidden;
}

#fitness-main .fitness-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    overflow: hidden;
}

#fitness-main .fitness-content {
    text-align: center !important;
}

#fitness-main p {
    font-family: 'Franklin Gothic Demi', arial !important;
    font-size: 3.5vw !important;
    position: relative !important;
    text-align: center !important;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    color: #fff;
    margin: 0;
    top: 50%;
    transform: translateY(-50%);
    letter-spacing: 5px;
}

#fitness-main .fitness-inner .fitness_header {
    transition-property: opacity;
    background-position: center top;
}

@media (max-width: 319px) {
    #fitness-main {
        height: 105px !important;
    }
    #fitness-main .fitness_header {
        height: 105px !important;
    }
    #fitness-main p {
        margin-top: 0px !important;
    }
}

@media (min-width: 320px) and (max-width: 340px) {
    #fitness-main {
        height: 141px !important;
    }
    #fitness-main .fitness_header {
        height: 141px !important;
    }
    #fitness-main p {
        margin-top: 0px !important;
    }
}

@media (min-width: 341px) and (max-width: 360px) {
    #fitness-main {
        height: 151px !important;
    }
    #fitness-main .fitness_header {
        height: 151px !important;
    }
    #fitness-main p {
        margin-top: 0px !important;
    }
}

@media (min-width: 361px) and (max-width: 380px) {
    #fitness-main {
        height: 159px !important;
    }
    #fitness-main .fitness_header {
        height: 159px !important;
    }
    #fitness-main p {
        margin-top: 0px !important;
    }
}

@media (min-width: 381px) and (max-width: 400px) {
    #fitness-main {
        height: 168px !important;
    }
    #fitness-main .fitness_header {
        height: 168px !important;
    }
    #fitness-main p {
        margin-top: 0px !important;
    }
}

@media (min-width: 401px) and (max-width: 440px) {
    #fitness-main {
        height: 176px !important;
    }
    #fitness-main .fitness_header {
        height: 176px !important;
    }
    #fitness-main p {
        margin-top: 0px !important;
    }
}

@media (min-width: 441px) and (max-width: 479px) {
    #fitness-main {
        height: 195px !important;
    }
    #fitness-main .fitness_header {
        height: 195px !important;
    }
    #fitness-main p {
        margin-top: 0px !important;
    }
}

@media (min-width: 480px) and (max-width: 500px) {
    #fitness-main {
        height: 210px !important;
    }
    #fitness-main .fitness_header {
        height: 210px !important;
    }
    #fitness-main p {
        margin-top: 0px !important;
    }
}

@media (min-width: 501px) and (max-width: 550px) {
    #fitness-main {
        height: 220px !important;
    }
    #fitness-main .fitness_header {
        height: 220px !important;
    }
    #fitness-main p {
        margin-top: 0px !important;
    }
}

@media (min-width: 551px) and (max-width: 580px) {
    #fitness-main {
        height: 243px !important;
    }
    #fitness-main .fitness_header {
        height: 243px !important;
    }
    #fitness-main p {
        margin-top: 0px !important;
    }
}

@media (min-width: 581px) and (max-width: 610px) {
    #fitness-main {
        height: 255px !important;
    }
    #fitness-main .fitness_header {
        height: 255px !important;
    }
    #fitness-main p {
        margin-top: 0px !important;
    }
}

@media (min-width: 611px) and (max-width: 650px) {
    #fitness-main {
        height: 270px !important;
    }
    #fitness-main .fitness_header {
        height: 270px !important;
    }
    #fitness-main p {
        margin-top: 0px !important;
    }
}

@media (min-width: 651px) and (max-width: 680px) {
    #fitness-main {
        height: 286px !important;
    }
    #fitness-main .fitness_header {
        height: 286px !important;
    }
    #fitness-main p {
        margin-top: 0px !important;
    }
}

@media (min-width: 681px) and (max-width: 720px) {
    #fitness-main {
        height: 302px !important;
    }
    #fitness-main .fitness_header {
        height: 302px !important;
    }
    #fitness-main p {
        margin-top: 0px !important;
    }
}

@media (min-width: 721px) and (max-width: 767px) {
    #fitness-main {
        height: 318px !important;
    }
    #fitness-main .fitness_header {
        height: 318px !important;
    }
    #fitness-main p {
        margin-top: 0px !important;
    }
}

@media (min-width: 768px) and (max-width: 809px) {
    #fitness-main {
        height: 330px !important;
    }
    #fitness-main .fitness_header {
        height: 330px !important;
    }
    #fitness-main p {
        margin-top: 0px !important;
    }
}

@media (min-width: 810px) and (max-width: 850px) {
    #fitness-main {
        height: 358px !important;
    }
    #fitness-main .fitness_header {
        height: 358px !important;
    }
    #fitness-main p {
        margin-top: 0px !important;
    }
}

@media (min-width: 851px) and (max-width: 890px) {
    #fitness-main {
        height: 375px !important;
    }
    #fitness-main .fitness_header {
        height: 375px !important;
    }
    #fitness-main p {
        margin-top: 0px !important;
    }
}

@media (min-width: 891px) and (max-width: 930px) {
    #fitness-main {
        height: 393px !important;
    }
    #fitness-main .fitness_header {
        height: 393px !important;
    }
    #fitness-main p {
        margin-top: 0px !important;
    }
}

@media (min-width: 931px) and (max-width: 991px) {
    #fitness-main {
        height: 410px !important;
    }
    #fitness-main .fitness_header {
        height: 410px !important;
    }
    #fitness-main p {
        margin-top: 0px !important;
    }
}

@media (min-width: 992px) and (max-width: 1000px) {
    #fitness-main {
        height: 438px !important;
    }
    #fitness-main .fitness_header {
        height: 438px !important;
    }
}

@media (min-width: 1001px) and (max-width: 1130px) {
    #fitness-main {
        height: 443px !important;
    }
    #fitness-main .fitness_header {
        height: 443px !important;
    }
}

@media (min-width: 1031px) and (max-width: 1045px) {
    #fitness-main {
        height: 450px !important;
    }
    #fitness-main .fitness_header {
        height: 450px !important;
    }
}

@media (min-width: 1046px) and (max-width: 1080px) {
    #fitness-main {
        height: 460px !important;
    }
    #fitness-main .fitness_header {
        height: 460px !important;
    }
}

@media (min-width: 1081px) and (max-width: 1100px) {
    #fitness-main {
        height: 475px !important;
    }
    #fitness-main .fitness_header {
        height: 475px !important;
    }
}

@media (min-width: 1101px) and (max-width: 1140px) {
    #fitness-main {
        height: 485px !important;
    }
    #fitness-main .fitness_header {
        height: 485px !important;
    }
}

@media (min-width: 1141px) and (max-width: 1190px) {
    #fitness-main {
        height: 500px !important;
    }
    #fitness-main .fitness_header {
        height: 500px !important;
    }
}

@media (min-width: 1191px) and (max-width: 1260px) {
    #fitness-main {
        height: 525px !important;
    }
    #fitness-main .fitness_header {
        height: 525px !important;
    }
}

@media (min-width: 1261px) and (max-width: 1310px) {
    #fitness-main {
        height: 552px !important;
    }
    #fitness-main .fitness_header {
        height: 552px !important;
    }
}

@media (min-width: 1311px) and (max-width: 1364px) {
    #fitness-main {
        height: 580px !important;
    }
    #fitness-main .fitness_header {
        height: 580px !important;
    }
}

@media (min-width: 1365px) and (max-width: 1400px) {
    #fitness-main {
        height: 598px !important;
    }
    #fitness-main .fitness_header {
        height: 598px !important;
    }
}

@media (min-width: 1401px) and (max-width: 1460px) {
    #fitness-main {
        height: 612px !important;
    }
    #fitness-main .fitness_header {
        height: 612px !important;
    }
}

@media (min-width: 1461px) and (max-width: 1530px) {
    #fitness-main {
        height: 635px !important;
    }
    #fitness-main .fitness_header {
        height: 635px !important;
    }
}

@media (min-width: 1531px) and (max-width: 1610px) {
    #fitness-main {
        height: 675px !important;
    }
    #fitness-main .fitness_header {
        height: 675px !important;
    }
}

@media (min-width: 1611px) and (max-width: 1700px) {
    #fitness-main {
        height: 710px !important;
    }
    #fitness-main .fitness_header {
        height: 710px !important;
    }
}

@media (min-width: 1701px) and (max-width: 1820px) {
    #fitness-main {
        height: 755px !important;
    }
    #fitness-main .fitness_header {
        height: 755px !important;
    }
}

@media (min-width: 1821px) and (max-width: 1919px) {
    #fitness-main {
        height: 800px !important;
    }
    #fitness-main .fitness_header {
        height: 800px !important;
    }
}

@media (min-width: 1920px) and (max-width: 2010px) {
    #fitness-main {
        height: 838px !important;
    }
    #fitness-main .fitness_header {
        height: 838px !important;
    }
}

@media (min-width: 2011px) and (max-width: 2120px) {
    #fitness-main {
        height: 880px !important;
    }
    #fitness-main .fitness_header {
        height: 880px !important;
    }
}

@media (min-width: 2121px) and (max-width: 2210px) {
    #fitness-main {
        height: 925px !important;
    }
    #fitness-main .fitness_header {
        height: 925px !important;
    }
}

@media (min-width: 2211px) and (max-width: 2353px) {
    #fitness-main {
        height: 975px !important;
    }
    #fitness-main .fitness_header {
        height: 975px !important;
    }
}

@media (min-width: 2354px) {
    #fitness-main {
        height: 1000px !important;
    }
    #fitness-main .fitness_header {
        height: 1000px !important;
    }
}


/*----------Fitness Button Area--------------*/

.fitness-area {
    padding-bottom: 90px;
    background-color: #DFEBE7;
}

.fitness-area p {
    font-family: 'Franklin Gothic Demi Cond', arial !important;
    font-size: 24px;
    letter-spacing: 3px;
    text-align: center;
}

.productsButton {
    margin-top: -45px;
    margin-bottom: -10px;
}

.fitness-button {
    font-family: 'Franklin Gothic Book', arial;
    font-size: 21px;
    margin-top: 70px;
    background-color: #DFEBE7;
    color: #426364;
    height: 50px;
    width: 200px;
    border: 1px solid #426364;
    outline: none;
}

.fitness-button:hover {
    color: #ffffff;
    background-color: #3B6362;
}

@media (max-width: 768px) {
    #test {
        text-align: center !important;
        margin-top: -10px !important;
    }
    .fitness-button {
        margin-top: 30px !important;
    }
    .productsButton {
        margin-top: -5px;
        margin-bottom: -40px;
    }
}

@media (min-width: 769px) and (max-width: 991px) {
    #test {
        text-align: center !important;
        margin-top: -10px !important;
    }
    .fitness-button {
        margin-top: 30px !important;
    }
    .productsButton {
        margin-top: -5px;
        margin-bottom: -40px;
    }
}

@media (min-width: 992px) and (max-width: 1169px) {
    .fitness-button {
        font-size: 20px;
        width: 170px;
    }
}


/*----------Baby and Swimcaps section image css----------*/

.block {
    width: 100%;
    height: 850px;
    position: relative;
    overflow: hidden;
    font-size: 16px;
}

.img-parallax {
    /* width: 100vmax; */
    width: 100%;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    pointer-events: none;
    background-size: cover !important;
}

.block h2 {
    font-family: 'Franklin Gothic Heavy', arial;
    position: relative;
    display: block;
    text-align: center;
    margin: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 5vw;
    color: white;
    font-weight: 400;
}

@media (max-width: 319px) {
    .block {
        height: 105px !important;
    }
}

@media (min-width: 320px) and (max-width: 340px) {
    .block {
        height: 141px !important;
    }
}

@media (min-width: 341px) and (max-width: 360px) {
    .block {
        height: 151px !important;
    }
}

@media (min-width: 361px) and (max-width: 380px) {
    .block {
        height: 159px !important;
    }
}

@media (min-width: 381px) and (max-width: 400px) {
    .block {
        height: 168px !important;
    }
}

@media (min-width: 401px) and (max-width: 440px) {
    .block {
        height: 176px !important;
    }
}

@media (min-width: 441px) and (max-width: 479px) {
    .block {
        height: 195px !important;
    }
}

@media (min-width: 480px) and (max-width: 500px) {
    .block {
        height: 210px !important;
    }
}

@media (min-width: 501px) and (max-width: 550px) {
    .block {
        height: 220px !important;
    }
}

@media (min-width: 551px) and (max-width: 580px) {
    .block {
        height: 243px !important;
    }
}

@media (min-width: 581px) and (max-width: 610px) {
    .block {
        height: 255px !important;
    }
}

@media (min-width: 611px) and (max-width: 650px) {
    .block {
        height: 270px !important;
    }
}

@media (min-width: 651px) and (max-width: 680px) {
    .block {
        height: 286px !important;
    }
}

@media (min-width: 681px) and (max-width: 720px) {
    .block {
        height: 302px !important;
    }
}

@media (min-width: 721px) and (max-width: 767px) {
    .block {
        height: 318px !important;
    }
}

@media (min-width: 768px) and (max-width: 809px) {
    .block {
        height: 330px !important;
    }
}

@media (min-width: 810px) and (max-width: 850px) {
    .block {
        height: 358px !important;
    }
}

@media (min-width: 851px) and (max-width: 890px) {
    .block {
        height: 375px !important;
    }
}

@media (min-width: 891px) and (max-width: 930px) {
    .block {
        height: 393px !important;
    }
}

@media (min-width: 931px) and (max-width: 991px) {
    .block {
        height: 410px !important;
    }
}

@media (min-width: 992px) and (max-width: 1000px) {
    .block {
        height: 438px !important;
    }
}

@media (min-width: 1001px) and (max-width: 1130px) {
    .block {
        height: 443px !important;
    }
}

@media (min-width: 1031px) and (max-width: 1045px) {
    .block {
        height: 450px !important;
    }
}

@media (min-width: 1046px) and (max-width: 1080px) {
    .block {
        height: 460px !important;
    }
}

@media (min-width: 1081px) and (max-width: 1100px) {
    .block {
        height: 475px !important;
    }
}

@media (min-width: 1101px) and (max-width: 1140px) {
    .block {
        height: 485px !important;
    }
}

@media (min-width: 1141px) and (max-width: 1190px) {
    .block {
        height: 500px !important;
    }
}

@media (min-width: 1191px) and (max-width: 1260px) {
    .block {
        height: 525px !important;
    }
}

@media (min-width: 1261px) and (max-width: 1310px) {
    .block {
        height: 552px !important;
    }
}

@media (min-width: 1311px) and (max-width: 1364px) {
    .block {
        height: 580px !important;
    }
}

@media (min-width: 1365px) and (max-width: 1400px) {
    .block {
        height: 598px !important;
    }
}

@media (min-width: 1401px) and (max-width: 1460px) {
    .block {
        height: 612px !important;
    }
}

@media (min-width: 1461px) and (max-width: 1530px) {
    .block {
        height: 635px !important;
    }
}

@media (min-width: 1531px) and (max-width: 1610px) {
    .block {
        height: 675px !important;
    }
}

@media (min-width: 1611px) and (max-width: 1700px) {
    .block {
        height: 710px !important;
    }
}

@media (min-width: 1701px) and (max-width: 1820px) {
    .block {
        height: 755px !important;
    }
}

@media (min-width: 1821px) and (max-width: 1919px) {
    .block {
        height: 800px !important;
    }
}

@media (min-width: 1920px) and (max-width: 2010px) {
    .block {
        height: 838px !important;
    }
}

@media (min-width: 2011px) and (max-width: 2120px) {
    .block {
        height: 880px !important;
    }
}

@media (min-width: 2121px) and (max-width: 2210px) {
    .block {
        height: 925px !important;
    }
}

@media (min-width: 2211px) and (max-width: 2353px) {
    .block {
        height: 975px !important;
    }
}

@media (min-width: 2354px) {
    .block {
        height: 1000px !important;
    }
}


/*-------------------------------------------------------------------------------------------------*/


/*--------------------------------------------------------------
# SwimCap
--------------------------------------------------------------*/

.swimcap-area {
    padding-bottom: 90px;
    background-color: #E7E8E2;
}

.swimcap-area p {
    font-family: 'Franklin Gothic Demi Cond', arial !important;
    font-size: 24px;
    letter-spacing: 3px;
    text-align: center;
}

.swimButton {
    margin-top: -45px;
    margin-bottom: -10px;
    line-height: 1.0;
}

.swimcap-button {
    font-family: 'Franklin Gothic Book', arial;
    font-size: 21px;
    margin-top: 70px;
    background-color: #E7E8E2;
    color: #908F83;
    height: 50px;
    width: 180px;
    border: 1px solid #908F83;
    outline: none;
}

.swimcap-button:hover {
    color: #ffffff;
    background-color: #908F83;
}

@media (max-width: 768px) {
    #swim {
        text-align: center !important;
        margin-top: -10px !important;
    }
    .swimButton {
        margin-top: 10px;
    }
    .swimcap-button {
        margin-top: 30px !important;
    }
    .productsButton {
        margin-top: 10px;
        margin-bottom: -40px;
    }
}

@media (min-width: 769px) and (max-width: 991px) {
    #swim {
        text-align: center !important;
        margin-top: -10px !important;
    }
    .swimButton {
        margin-top: 10px;
    }
    .swimcap-button {
        margin-top: 30px !important;
    }
    .productsButton {
        margin-top: 10px;
        margin-bottom: -40px;
    }
}

@media (min-width: 992px) and (max-width: 1169px) {
    .swimButton {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
    .swimcap-button {
        font-size: 20px !important;
        width: 150px;
        line-height: 1.0;
    }
}

@media (min-width: 1400px) and (max-width: 1600px) {
    .swimButton {
        margin-left: 100px !important;
        margin-right: 100px !important;
    }
}

@media (min-width: 1601px) and (max-width: 1919px) {
    .swimButton {
        margin-left: 200px !important;
        margin-right: 200px !important;
    }
}

@media (min-width: 1920px) {
    .swimButton {
        margin-left: 320px !important;
        margin-right: 320px !important;
    }
}


/*--------------------------------------------------------------
# Baby
--------------------------------------------------------------*/

.baby-area {
    padding-bottom: 90px;
    background-color: #F4EAE8;
}

.baby-area p {
    font-family: 'Franklin Gothic Demi Cond', arial !important;
    font-size: 24px;
    letter-spacing: 3px;
    text-align: center;
}

.babyButton {
    margin-top: -45px;
    margin-bottom: -10px;
}

.baby-button {
    font-family: 'Franklin Gothic Book', arial;
    font-size: 21px;
    margin-top: 70px;
    background-color: #F4EAE8;
    color: #5DC4C3;
    height: 50px;
    width: 200px;
    border: 1px solid #5DC4C3;
    outline: none;
}

.baby-button:hover {
    color: #ffffff;
    background-color: #5DC4C3;
}

@media (max-width: 768px) {
    .babyButton {
        text-align: center;
        margin-top: 10px;
    }
    .baby-button {
        margin-top: 22px !important;
    }
}

@media (min-width: 769px) and (max-width: 991px) {
    .babyButton {
        text-align: center;
        margin-top: 10px;
    }
    .baby-button {
        margin-top: 22px !important;
    }
}

@media (min-width: 992px) and (max-width: 1169px) {
    .babyButton {
        margin-left: 90px !important;
        margin-right: 90px !important;
    }
    .baby-button {
        font-size: 21px;
        width: 180px;
    }
}

@media (min-width: 1170px) and (max-width: 1199px) {
    .babyButton {
        margin-left: 90px !important;
        margin-right: 90px !important;
    }
    .baby-button {
        font-size: 21px;
        width: 180px;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .babyButton {
        margin-left: 160px !important;
        margin-right: 160px !important;
    }
    .baby-button {
        font-size: 21px;
        width: 180px;
    }
}

@media (min-width: 1400px) and (max-width: 1600px) {
    .babyButton {
        margin-left: 110px !important;
        margin-right: 110px !important;
    }
}

@media (min-width: 1601px) and (max-width: 1919px) {
    .babyButton {
        margin-left: 110px !important;
        margin-right: 110px !important;
    }
}

@media (min-width: 1920px) {
    .babyButton {
        margin-left: 110px !important;
        margin-right: 110px !important;
    }
}


/*--------------------------------------------------------------
# Contact Us
--------------------------------------------------------------*/

.contact .info-box {
    color: #444;
    text-align: center;
    box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
    padding: 20px 0 30px 0;
    margin-bottom: 30px;
    width: 100%;
}

.contact .info-box i {
    font-size: 20px;
    color: #428bca;
    border-radius: 50%;
    padding: 8px;
    border: 2px dotted #9eccf4;
}

.contact .info-box h3,
.enquiry {
    font-family: 'Franklin Gothic Demi', arial;
    font-size: 21px;
    color: #000000;
    margin: 10px 0;
}

.contact .info-box p {
    font-family: 'Franklin Gothic Book', arial;
    font-size: 18px;
    color: #000000;
    padding: 0;
    line-height: 25px;
    margin-bottom: 0;
}

.contact .php-email-form {
    box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
    padding: 30px;
}

.contact .php-email-form .validate {
    display: none;
    color: red;
    margin: 0 0 15px 0;
    font-weight: 400;
    font-size: 13px;
}

.contact .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: left;
    padding: 15px;
    font-weight: 600;
}

.contact .php-email-form .error-message br+br {
    margin-top: 25px;
}

.contact .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    font-weight: 600;
}

.contact .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
}

.contact .php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #18d26e;
    border-top-color: #eee;
    -webkit-animation: animate-loading 1s linear infinite;
    animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
}

.contact .php-email-form input::focus,
.contact .php-email-form textarea::focus {
    background-color: #428bca;
}

.contact .php-email-form input {
    padding: 20px 15px;
}

.contact .php-email-form textarea {
    padding: 12px 15px;
}

.contact .php-email-form input[type="submit"] {
    font-family: 'Franklin Gothic Medium', arial;
    font-size: 18px;
    background: #E7E8E2;
    border: 0;
    padding: 10px 24px;
    color: #000000;
    transition: 0.4s;
    outline: none;
}

.contact .php-email-form button[type="submit"]:hover {
    background: #E7E8E2;
}

@-webkit-keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

#footer {
    background: #000000;
    padding: 0 0 30px 0;
    color: #fff;
    font-size: 14px;
}

#footer .copyright {
    text-align: center;
    padding-top: 30px;
}


/********************************************CSS OF THE PRODUCTS PAGE****************************************************/


/*--------------------------------------------------------------

--------------------------------------------------------------*/

#products-main {
    width: 100%;
    padding: 0;
    overflow: hidden;
}

#products-main .products_header {
    width: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
    overflow: hidden;
}

#products-main .products-inner .products_header {
    transition-property: opacity;
    background-position: center top;
}

@media (max-width: 319px) {
    #products-main {
        height: 105px !important;
    }
    #products-main .products_header {
        height: 105px !important;
    }
}

@media (min-width: 320px) and (max-width: 340px) {
    #products-main {
        height: 141px !important;
    }
    #products-main .products_header {
        height: 141px !important;
    }
}

@media (min-width: 341px) and (max-width: 360px) {
    #products-main {
        height: 151px !important;
    }
    #products-main .products_header {
        height: 151px !important;
    }
}

@media (min-width: 361px) and (max-width: 380px) {
    #products-main {
        height: 159px !important;
    }
    #products-main .products_header {
        height: 159px !important;
    }
}

@media (min-width: 381px) and (max-width: 400px) {
    #products-main {
        height: 168px !important;
    }
    #products-main .products_header {
        height: 168px !important;
    }
}

@media (min-width: 401px) and (max-width: 440px) {
    #products-main {
        height: 176px !important;
    }
    #products-main .products_header {
        height: 176px !important;
    }
}

@media (min-width: 441px) and (max-width: 479px) {
    #products-main {
        height: 195px !important;
    }
    #products-main .products_header {
        height: 195px !important;
    }
}

@media (min-width: 480px) and (max-width: 500px) {
    #products-main {
        height: 210px !important;
    }
    #products-main .products_header {
        height: 210px !important;
    }
}

@media (min-width: 501px) and (max-width: 550px) {
    #products-main {
        height: 220px !important;
    }
    #products-main .products_header {
        height: 220px !important;
    }
}

@media (min-width: 551px) and (max-width: 580px) {
    #products-main {
        height: 243px !important;
    }
    #products-main .products_header {
        height: 243px !important;
    }
}

@media (min-width: 581px) and (max-width: 610px) {
    #products-main {
        height: 255px !important;
    }
    #products-main .products_header {
        height: 255px !important;
    }
}

@media (min-width: 611px) and (max-width: 650px) {
    #products-main {
        height: 270px !important;
    }
    #products-main .products_header {
        height: 270px !important;
    }
}

@media (min-width: 651px) and (max-width: 680px) {
    #products-main {
        height: 286px !important;
    }
    #products-main .products_header {
        height: 286px !important;
    }
}

@media (min-width: 681px) and (max-width: 720px) {
    #products-main {
        height: 302px !important;
    }
    #products-main .products_header {
        height: 302px !important;
    }
}

@media (min-width: 721px) and (max-width: 767px) {
    #products-main {
        height: 318px !important;
    }
    #products-main .products_header {
        height: 318px !important;
    }
}

@media (min-width: 768px) and (max-width: 809px) {
    #products-main {
        height: 330px !important;
    }
    #products-main .products_header {
        height: 330px !important;
    }
}

@media (min-width: 810px) and (max-width: 850px) {
    #products-main {
        height: 358px !important;
    }
    #products-main .products_header {
        height: 358px !important;
    }
}

@media (min-width: 851px) and (max-width: 890px) {
    #products-main {
        height: 375px !important;
    }
    #products-main .products_header {
        height: 375px !important;
    }
}

@media (min-width: 891px) and (max-width: 930px) {
    #products-main {
        height: 393px !important;
    }
    #products-main .products_header {
        height: 393px !important;
    }
}

@media (min-width: 931px) and (max-width: 991px) {
    #products-main {
        height: 410px !important;
    }
    #products-main .products_header {
        height: 410px !important;
    }
}

@media (min-width: 992px) and (max-width: 1000px) {
    #products-main {
        height: 438px !important;
    }
    #products-main .products_header {
        height: 438px !important;
    }
}

@media (min-width: 1001px) and (max-width: 1130px) {
    #products-main {
        height: 443px !important;
    }
    #products-main .products_header {
        height: 443px !important;
    }
}

@media (min-width: 1031px) and (max-width: 1045px) {
    #products-main {
        height: 450px !important;
    }
    #products-main .products_header {
        height: 450px !important;
    }
}

@media (min-width: 1046px) and (max-width: 1080px) {
    #products-main {
        height: 460px !important;
    }
    #products-main .products_header {
        height: 460px !important;
    }
}

@media (min-width: 1081px) and (max-width: 1100px) {
    #products-main {
        height: 475px !important;
    }
    #products-main .products_header {
        height: 475px !important;
    }
}

@media (min-width: 1101px) and (max-width: 1140px) {
    #products-main {
        height: 485px !important;
    }
    #products-main .products_header {
        height: 485px !important;
    }
}

@media (min-width: 1141px) and (max-width: 1190px) {
    #products-main {
        height: 500px !important;
    }
    #products-main .products_header {
        height: 500px !important;
    }
}

@media (min-width: 1191px) and (max-width: 1260px) {
    #products-main {
        height: 525px !important;
    }
    #products-main .products_header {
        height: 525px !important;
    }
}

@media (min-width: 1261px) and (max-width: 1310px) {
    #products-main {
        height: 552px !important;
    }
    #products-main .products_header {
        height: 552px !important;
    }
}

@media (min-width: 1311px) and (max-width: 1364px) {
    #products-main {
        height: 580px !important;
    }
    #products-main .products_header {
        height: 580px !important;
    }
}

@media (min-width: 1365px) and (max-width: 1400px) {
    #products-main {
        height: 598px !important;
    }
    #products-main .products_header {
        height: 598px !important;
    }
}

@media (min-width: 1401px) and (max-width: 1460px) {
    #products-main {
        height: 612px !important;
    }
    #products-main .products_header {
        height: 612px !important;
    }
}

@media (min-width: 1461px) and (max-width: 1530px) {
    #products-main {
        height: 635px !important;
    }
    #products-main .products_header {
        height: 635px !important;
    }
}

@media (min-width: 1531px) and (max-width: 1610px) {
    #products-main {
        height: 675px !important;
    }
    #products-main .products_header {
        height: 675px !important;
    }
}

@media (min-width: 1611px) and (max-width: 1700px) {
    #products-main {
        height: 710px !important;
    }
    #products-main .products_header {
        height: 710px !important;
    }
}

@media (min-width: 1701px) and (max-width: 1820px) {
    #products-main {
        height: 755px !important;
    }
    #products-main .products_header {
        height: 755px !important;
    }
}

@media (min-width: 1821px) and (max-width: 1919px) {
    #products-main {
        height: 800px !important;
    }
    #products-main .products_header {
        height: 800px !important;
    }
}

@media (min-width: 1920px) and (max-width: 2010px) {
    #products-main {
        height: 838px !important;
    }
    #products-main .products_header {
        height: 838px !important;
    }
}

@media (min-width: 2011px) and (max-width: 2120px) {
    #products-main {
        height: 880px !important;
    }
    #products-main .products_header {
        height: 880px !important;
    }
}

@media (min-width: 2121px) and (max-width: 2210px) {
    #products-main {
        height: 925px !important;
    }
    #products-main .products_header {
        height: 925px !important;
    }
}

@media (min-width: 2211px) and (max-width: 2353px) {
    #products-main {
        height: 975px !important;
    }
    #products-main .products_header {
        height: 975px !important;
    }
}

@media (min-width: 2354px) {
    #products-main {
        height: 1000px !important;
    }
    #products-main .products_header {
        height: 1000px !important;
    }
}


/*-------Dining Mat--------*/

.diningmat-wrapper {
    margin-left: 52%;
    margin-top: 14%;
    margin-right: 12%;
}

.diningmat-text {
    width: 75%;
    height: 10.7vw;
    border-radius: 50%;
    opacity: 0.5;
    color: #000000 !important;
    background-color: #ffffff;
    width: 100%;
}

.dm-line-1 {
    font-size: 2.8vw;
    font-family: 'Segoe Script Regular' !important;
    color: #5A5B5D;
    font-weight: bold;
    padding-top: 2.5% !important;
    line-height: 3vw;
    text-align: center;
}

.dm-line-2 {
    text-align: center;
    font-size: 3.5vw;
    font-family: 'Franklin Gothic Demi', arial !important;
    color: #F8C3BB;
    font-weight: normal;
    letter-spacing: 5px;
}

.dm-line-3 {
    text-align: center;
    font-family: 'Franklin Gothic Book', arial !important;
    font-size: 1vw;
    font-weight: normal;
    /* line-height: 1.8vw; */
    line-height: 200%;
    color: #5A5B5D;
    letter-spacing: 3px;
}

@media (max-width: 320px) {
    .dm-line-3 {
        line-height: 350% !important;
    }
}

@media (max-width: 767px) {
    .dm-line-3 {
        line-height: 250% !important;
    }
}


/*---COT SHEET---*/

.cotsheet-wrapper {
    margin-left: 7%;
    margin-top: 14%;
}

.cotsheet-text {
    height: 10.9vw;
    border-radius: 50%;
    opacity: 0.5;
    color: #000000 !important;
    background-color: #ffffff;
    width: 38%;
}

.cs-line-1 {
    text-align: center;
    font-size: 2.8vw;
    font-family: 'Segoe Script Regular' !important;
    font-weight: bold;
    padding-top: 8.4% !important;
    line-height: 3vw;
}

.cs-line-2 {
    font-family: 'Franklin Gothic Demi', arial !important;
    font-size: 3.5vw;
    letter-spacing: 5px;
    color: #8EE1DF !important;
}


/*---Baby bib---*/

.babybib-wrapper {
    margin-left: 60%;
    margin-top: 12%;
}

.babybib-text {
    height: 10vw;
    opacity: 0.5;
    color: #000000 !important;
    background-color: #ffffff;
    width: 100%;
}

.bb-line-1 {
    font-size: 2.8vw;
    font-family: 'Segoe Script Regular' !important;
    font-weight: bold;
    padding-top: 5% !important;
    padding-left: 5%;
    line-height: 3vw;
}

.bb-line-2 {
    font-family: 'Franklin Gothic Demi', arial !important;
    font-size: 3.5vw;
    font-weight: normal;
    letter-spacing: 12px;
    color: #72CEE3 !important;
}

.bb-line-3 {
    font-family: 'Franklin Gothic Book', arial !important;
    font-size: 0.8vw;
    font-weight: normal;
    letter-spacing: 0.26vw;
    color: #ffffff !important;
    padding-left: 5%;
}


/*---BATH MAT---*/

.bathmat-wrapper {
    margin-left: 11.3%;
    margin-top: 10%;
}

.bathmat-text {
    color: #000000 !important;
}

.bm-line-1 {
    text-align: left;
    font-size: 2.8vw;
    font-family: 'Segoe Script Regular' !important;
    color: #5A5B5D !important;
    font-weight: bold;
    padding-top: 8.4% !important;
    line-height: 3.6vw;
}

.bm-line-2 {
    font-size: 3.9vw;
    font-family: 'Franklin Gothic Demi', arial !important;
    color: #91E3E3 !important;
    line-height: 2.2vw;
    letter-spacing: 0.52vw;
    font-weight: normal;
    margin-left: 3.5%;
}

.bm-line-3 {
    font-size: 1.2vw;
    font-family: 'Franklin Gothic Book', arial !important;
    color: #CBCCCE !important;
    line-height: 1.4vw !important;
    letter-spacing: 0.1vw;
    text-align: right;
    float: left;
    margin-top: 0.2vw;
    margin-left: 0.8vw;
    font-weight: normal;
}


/*--LOOP BAND--*/

.lb-wrapper {
    float: left;
    margin-top: 16%;
    margin-left: 14%;
}

.lb-line {
    text-transform: uppercase;
    background: linear-gradient(to right, #615755 0%, #D26E6C 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 5vw;
    font-family: 'Franklin Gothic Demi Cond', arial;
}


/*--EXERCISE BAND--*/

.eb-wrapper {
    float: left;
    margin-top: 21%;
    margin-left: 20.5%;
}

.eb-line {
    text-transform: uppercase;
    font-size: 4.15vw;
    letter-spacing: 0.5vw;
    font-family: 'Franklin Gothic Demi Cond', arial;
    color: #ffffff;
}


/*--EXERCISE BAND--*/

.tb-wrapper {
    float: left;
    margin-top: 21.5%;
    margin-left: 4.2%;
}

.tb-line {
    text-transform: uppercase;
    font-size: 6vw;
    /* letter-spacing: 0.1vw; */
    font-family: 'Franklin Gothic Heavy', arial;
    color: #ffffff;
    font-style: italic;
}