/*-------------------- Header ------------------------- */

header {
    width: 100%;
    padding: 12px 24px 20px 24px;
    position: fixed;
    margin: 0px;
}

#headerContents {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

#headerLeft {
    display: flex;
}

#headerRight {
    width: 30%;
    display: flex;
    margin-right: 30px;
    padding: 10px;
    justify-content: space-between;
}

#headerRightLeft>a {
    padding: 0% 60% 0% 0%;
    font-size: 13px;
    text-decoration: none;
    border-bottom: 1px solid black;
    color: rgb(41, 41, 41);
    font-weight: 700;
    font-family: 'Neue-Helvetica', 'Helvetica', 'Arial', Sans-Serif;
    font-stretch: ultra-condensed;
}

#headerRightRight {
    display: flex;
    width: fit-content;
}

#headerRightRight>a {
    text-decoration: none;
    padding: 0px 10px 0px 10px;
    font-size: 13px;
    color: rgb(41, 41, 41);
    font-weight: 100;
    font-family: 'Neue-Helvetica', 'Helvetica', 'Arial', Sans-Serif;
    font-stretch: ultra-condensed;
}

#menu {
    width: 35px;
    height: 35px;
    margin-right: 30px;
}

#logo {
    width: 212px;
}

@media only screen and (max-width: 760px) {
    #helpOption {
        display: none;
    }
    #headerRight {
        width: 10%;
        display: flex;
        flex-direction: column-reverse;
    }
    #logInOption {
        display: none;
    }
    #headerRightLeft>a {
        padding: 0px;
    }
    #logo {
        width: 170px;
    }
}


/*-------------------- Header End------------------------- */


/*------------- Modal ---------------*/

.menuOpacity {
    animation: opac 0.8s
}

@keyframes opac {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.animatedMenuShow {
    animation: show 0.8s;
    animation-fill-mode: forwards;
}

@keyframes show {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

#menuModal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
}

#menuTop>ul {
    padding-left: 0px;
    display: flex;
}

li {
    list-style: none;
    padding: 0px 5px 0px 17px;
    font-size: 13px;
    color: rgb(75, 75, 75);
    font-weight: 70;
    font-family: 'Neue-Helvetica', 'Helvetica', 'Arial', Sans-Serif;
    font-stretch: ultra-condensed;
}

#selected {
    font-weight: bold;
}

#emptySpace {
    height: 100px;
    width: 341.25px;
    ;
    /* background-color: white; */
}

#menuHeader {
    background-color: white;
    position: fixed;
    width: max-content;
}

#menuOptions {
    position: fixed;
    overflow: hidden;
    max-height: 480px;
    width: 341.25px;
    ;
    background-color: white;
}

#menuOptions:hover {
    overflow-y: scroll;
}

#menuMainOptions>ul {
    padding-left: 10px;
    padding-right: 10px;
}

#menuMainOptions>ul>li>a {
    text-decoration: none;
    font-size: 13px;
    color: rgb(75, 75, 75);
    font-weight: 70;
    font-family: 'Neue-Helvetica', 'Helvetica', 'Arial', Sans-Serif;
    font-stretch: ultra-condensed;
}

#menuMainOptions>ul>li>a:hover {
    color: black;
    text-decoration: underline;
}

#menuExtraOptions>ul {
    padding-left: 10px;
    padding-right: 10px;
    font-weight: 70;
}

#menuExtraOptions>ul>li {
    padding-top: 40px;
}

 ::-webkit-scrollbar {
    width: 1px;
}

 ::-webkit-scrollbar-track {
    background: #a5a5a5;
}

 ::-webkit-scrollbar-thumb {
    background: black;
}


/*------------- Modal ---------------*/

a{
    text-decoration: none;
    color: black;
}
/*/// ---------------------Landing Page Carousel---------------------------*/

body.slider__body {
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.slider__container {
    position: fixed;
    display: block;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform 500ms ease-in-out;
    transition: -webkit-transform 500ms ease-in-out;
    -o-transition: transform 500ms ease-in-out;
    transition: transform 500ms ease-in-out;
}

.slider__page {
    position: relative;
    width: 100%;
    height: 100%;
}

.slider__indicators {
    position: fixed;
    right: 18px;
    top: 80%;
    z-index: 2;
    margin: 0;
    padding: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.slider__indicator {
    display: block;
    width: 3px;
    height: 3px;
    margin: 10px 0;
    border-radius: 100%;
    border: 0.75px solid rgb(0, 0, 0);
    background-color: rgb(255, 255, 255);
    cursor: default;
}

.slider__indicator--active {
    background-color: black;
    color: rgb(0, 0, 0);
    font-weight: bold;
}

section>img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 7vw;
    font-family: sans-serif;
    text-transform: uppercase;
    height: 100%;
    width: 100%;
}

#joinlifeFooterContainer {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-transform: uppercase;
    color: rgb(0, 0, 0);
    text-align: center;
}

#newsletter>h3 {
    text-decoration: none;
    padding: 0px 10px 0px 10px;
    font-size: 16px;
    color: rgb(41, 41, 41);
    font-weight: 300;
    font-family: 'Neue-Helvetica', 'Helvetica', 'Arial', Sans-Serif;
    font-stretch: 0%;
    margin-bottom: 100px;
}

#socialMedia {
    text-decoration: none;
    padding: 0px 10px 0px 10px;
    font-size: 11px;
    color: rgb(88, 88, 88);
    font-weight: 300;
    font-family: 'Neue-Helvetica', 'Helvetica', 'Arial', Sans-Serif;
    font-stretch: ultra-condensed;
    word-spacing: 15px;
}

#manufacturerDetails {
    position: absolute;
    left: 5%;
    top: 82%;
    z-index: 2;
    margin: 0;
    padding: 0;
    text-decoration: none;
    padding: 0px 10px 0px 10px;
    font-size: 11px;
    color: rgb(88, 88, 88);
    font-weight: 300;
    font-family: 'Neue-Helvetica', 'Helvetica', 'Arial', Sans-Serif;
    font-stretch: condensed;
}

#navbar {
    display: flex;
    float: right;
    justify-content: center;
    z-index: 1;
    width: 100%;
    text-align: center;
    margin: auto;
    margin-top: 550px;
    padding: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.text_indicator {
    display: block;
    width: fit-content;
    height: 10px;
    margin: 0px 15px 0px 15px;
    border-radius: 100%;
    border: none;
    background-color: rgba(255, 255, 255, 0);
    cursor: default;
    padding: 0px 10px 0px 10px;
    font-size: 15px;
    color: rgb(41, 41, 41);
    font-family: 'Neue-Helvetica', 'Helvetica', 'Arial', Sans-Serif;
    font-stretch: ultra-condensed;
}

#navbar>.slider__indicator--active {
    background-color: rgba(0, 0, 0, 0);
    color: rgb(0, 0, 0);
    font-weight: bold;
}

.last_indicator {
    width: 0px;
    padding: 0px;
    margin: 0px;
}

@media only screen and (max-width: 550px) {
    #navbar {
        display: none;
    }
}


/*/ ---------------------Landing Page Carousel End--------------------------*/