/*GLOBAL*/
html {
    font-size: 1rem;
}

body {
    width: 100%;
    height: 100%;
    font-size: 100%;
    font-family: 'nunito-sans', sans-serif;
    margin: 0;
    overflow-x: hidden;
}

input::placeholder {
    color: midnightblue;
}

.submitBTN {
    height: 50px;
    width: 130px;
    border: 2px solid black;
    border-radius: 5px;
    font-family: 'Orbitron', sans-serif;
    font-size: large;
    font-weight: bold;
}

.page {
    margin-top: 10em;
    margin-bottom: 48px;
}

.floL {
    float: left;
}

.floR {
    float: right;
}

.container {
    position: relative;
    width: 100%;
}
.checkError {
    position: absolute;
    top: 115px;
    left: 20px;
    font-size: large;
    font-weight: bold;
}

/*TEMPLATE Why us/ about us/ our Products/ check code/ check dealer/ */

.top {
    height: 550px;
    background-color: #F1F1F1;
    background-image: linear-gradient(78deg, #F1F1F1, white);
    padding: 10px 20px 10px 10px;
    width: unset;
}

.title-cont {
    margin-left: 30%;
    margin-top: 10%;
    margin-right: 10px;
}

.title-top {
    font-size: 4.5rem;
    font-weight: 500;
    font-family: 'Squada One', sans-serif;
    margin: 0;
    color: midnightblue;
}

.title-top-two {
    color:#949291;
    font-weight: 300;
    font-size: 1.4rem;
}

.background {
    height: auto;
}
.background div {
    display: inline-block;
}

.background-left {
    position: relative;
    height: 750px;
    background-color: #6ca2d0;
    margin-top: -20px;
    width: 64%;
}

.backgroundImage {
    position: absolute;
}

.background-right {
    background-color: #2e2e2e;
    height: 750px;
    width: 36%;
    margin-left: -5px;
    vertical-align: top;
}

.pageEnd {
    font-family: 'Lora',sans-serif;
}

.pageEndContent {
    width: 550px;
    margin: 80px auto;
}

.pageEndTitle {
    font-size: 2.5rem;
    font-weight: 500;
    text-align: center;
    font-family: 'Lora';
    color: midnightblue;
}

.pageEndContent > p:first-child {
    border-bottom: 4px solid #1D70B7;
    border-radius: 20px;
    width: fit-content;
    padding: 6px 20px;
    margin: 0 auto;
}

.pageEndSubtitle {
    color:#949291;
    font-weight: 300;
    text-align: center;
    letter-spacing: 1.3px;
    font-size: 1.4rem;
    font-family: 'Lora';
}

/*TEMPLATE Responsive Design*/

@media screen and (min-width: 1920px) {

    .background-left {
        height: 900px;
    }

    .background-right {
        height: 900px;
    }
}

@media screen and (max-width: 1250px) {

    .background-left {
        height: 600px;
    }

    .background-right {
        height: 600px;
    }
}

@media screen and (max-width: 1100px) {

    .title-cont {
        margin-left: 10%;
        margin-top: 10%;
    }
}

@media screen and (max-width: 993px) {
    .top {
        height: 350px;
    }

    .background-left {
        height: auto;
        width: 100%;
        margin-top: unset;
    }

    .background div{
        display: block;
    }

    .background-right {
        height: 60px;
        width: 100%;
        position: relative;
        margin-left: unset;
    }

    .backgroundImage {
        position: relative;

    }
}

@media screen and (max-width: 500px) {

    .title-cont {
        margin-left: 10%;
        margin-top: 10%;
    }

    .title-top {
        font-size: 2rem;
        font-weight: 500;
    }

    .title-top-two {
        color:#949291;
        font-size: 0.8rem;
        line-height: 1.3rem;
    }

    .top {
        height: 250px;
    }

    .pageEndContent {
        width: 350px;
    }
}


/*INFO*/

.infoCont {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
    z-index: 99;
    background-color: rgba(242,242,242,0.8);
}

.infoCont a {
    position: absolute;
    top: 15px;
    right: 1%;
    background-color: white;
    border-radius: 35px;
    font-weight: bold;
    font-size: 40px;
    text-decoration: none;
    padding: 10px;
    transition: 1s;
}

.infoCont a:hover {
    transform: rotate(180deg);
    background-color: black;
}

.infoCont div {
    position: relative;
    width: 85%;
    margin: 10px auto;

}

.infoCont img {
    width: 100%;
    height: 48vw;
    border-radius: 30px;
}

.infoCont h2 {
    position: absolute;
    top: 20%;
    left: 26%;
    color: white;
    font-size: 9rem;
    font-family: 'squada one';
    margin: 0;
    text-transform: uppercase;
}

.infoCont p {
    background-color: rgba(0,0,0,0.4);
    position: absolute;
    top: 40%;
    left: 22%;
    width: 700px;
    padding: 25px;
    font-family: 'squada one';
    font-size: 3rem;
    border: solid 2px black;
    border-radius: 52px;
    color: white;
}

.infoCont p:hover {
    background-color: rgba(247,247,247,0.4);
    border-color: white;
    color: black;
    cursor: pointer;
}
.infoCont i {
    color: white;
    position: absolute;
    bottom: 10px;
    left: 10px;
    border: solid white 1px;
    padding: 0 10px 0 10px;
    border-radius: 15px;
    display: none;
}

@media only screen and (max-width: 1920px) {
    .infoCont p {
        left: 20%;
    }
}

@media only screen and (max-width: 1250px) {
    .infoCont p {
        width: 480px;
        font-size: 2rem;
    }

    .infoCont h2 {
        font-size: 6rem;
    }
}

/*header*/

.header {
    background-color: rgba(255,255,255,0.9);
    position: fixed;
    width: 100%;
    height: 70px;
    top: 0px;
    left: 0;
    z-index: 3;

}
.header:hover {
    background-image: linear-gradient(to right,white 0%,#F1F1F1 50%);
}
.medSlogan1 {
    font-family: Utopia plus, sans-serif;
    position: relative;
    width: 50%;
    color: midnightblue;
}

.medSlogan2 {
    font-family: Utopia plus, sans-serif;
    font-style: italic;
    font-weight: bold;
    position: relative;
    width: 50%;
    color: midnightblue;
}
.logo-nav {
    position: fixed;
    top: 8px;
    left: 10px;
    width: 200px;
    z-index: 4;
}

.showInfo img {
    position: absolute;
    right: 85px;
    top: 13px;
    width: 17px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
}
.showInfo img:hover {
    transform: scale(1.8);
}
.menubar {
    display: none;
    position: absolute;
    right: 22px;
    top: 13px;
}
.menubar img {
    width: 40px;
}
.menu-box {
    width: 670px;
    height: 40px;
    position: absolute;
    top: 45px;
    right: 25px;
}
.menuPoints {
    display: inline-block;
    text-align: center;
    padding: 0 10px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
}
.menuPoints a {
    text-decoration: none;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #616161;
    font-family: 'Nunito-sans', sans-serif;
    font-weight: 300;
    font-size: 0.93rem;

}

.slogan-box {
    position: absolute;
    top: 10px;
    left: 250px;
}

/*Navbar-Language*/

#dropDwn {
    position: fixed;
    right: 7px;
    top: 7px;
    font-size: 9px;
    letter-spacing: .7px;
    font-family: 'Nunito-sans', sans-serif;
    color: grey;
    text-align: center;
    padding: 3px 16px;
    text-transform: uppercase;
}

.topnav-contents a:hover, .dropdown:hover {
    color: #1D70B7;
    cursor: pointer;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
}

.dropdown-content {
    position: absolute;
    width: 445px;
    height: 30px;
    padding: 3px 5px;
    right: -460px;
    top: 0px;
    background-image: linear-gradient(to right,white 0%,#F1F1F1 0%);
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.dropdown-content a {
    float: none;
    padding: 0;
    display: inline-block;
    transition: transform .2s;
}

@media only screen and (min-width: 931px) {
    .dropdown-content a:hover {
        transform: scale(1.8);
    }

    .dropdown:hover .dropdown-content {
        display: block;
        right: 0px;
    }
    .menuPoints:hover {
        border-left: solid 2.5px #1D70B7;
        border-right: solid 2.5px #1D70B7;
        margin: 0 20px;
        border-radius: 5px;
        transform: scale(1.4);
        padding: 0 5px;
    }
    .menuPoints a:hover {
        color: black;
    }
}

.flag {
    width: 35px;
    height: 22px;
    margin-right: 5px;
}

@media only screen and (max-width: 930px) {
    .menubar {
        display: block;

    }
    #menuAnalyzes {
        display: none;
    }
    .infoCont {
        display: none;
    }
    .showInfo {
        display: none;
    }
    .slogan-box {
        top: 52px;
        left: 4px;
    }
    .medSlogan1 {
        font-size: 12px;
    }
    .medSlogan2 {
        font-size: 15px;
    }
    .logo-nav {
        width: 140px;
    }
    #dropDwn {
        right: 73px;
        top: 17px;
    }
    .flag {
        width: 43px;
        height: 28px;
    }
    .dropdown-content {
        width: 50px;
        height: unset;
        background-image: unset;
        right: -175px;
        top: 60px;

    }
    .dropdown-content .flag {
        margin-top: 5px;
    }
    .dropdown:hover .dropdown-content {
        right: -65px;
    }
    .menu-box {
        width: 170px;
        position: absolute;
        right: -195px;
        top: 90px;
        transition: 1s all;
        -webkit-transition: 1s all;
        -moz-transition: 1s all;
        -o-transition: 1s all;
        height: unset;
    }
    .menuPoints {
        display: block;
        text-align: left;
        background-image: linear-gradient(to right,white 0%,#F1F1F1 50%);
        box-shadow: 0 4px 8px 0
        rgba(0, 0, 0, 0.2), 0 6px 20px 0
        rgba(0, 0, 0, 0.19);
        cursor: pointer;
        border-radius: 10px;
        width: 220px;
        height: 18px;
        margin-top: 14px;
        padding: 12px 13px;
        border-left: solid 3px #1D70B7;

    }
    .menubar:hover ~ .menu-box {
        right: -10px;
    }

}


/*START*/

/*Banner*/

.banner {
    width: 100%;
}

.banner img {
    width: 100%;
    margin-top: 6%;
}

.mySlides {
    display: none;
}

/*Section1*/

.section-one {
    width: 100%;
    margin-top: 0;
    background-color: #FCFCFC;
}

.section-one-box {
    width: 100%;
    position: relative;
}

.section-one-box img {
    width: 100%;
    position: relative;
}

/*NEWS/Section2*/
.startNews {
    width: 100%;
    height: 600px;
    position: relative;
    background-color: whitesmoke;
}

.title-news {
    width: 100%;
    position: relative;
}

.newsBlockCont {
    width: 80%;
    position: relative;
    margin: 70px auto;
    height: 387px;
    overflow: hidden;
}

.title-news p {
    font-family: 'Squada One', sans-serif;
    font-size: 4rem;
    letter-spacing: 1rem;
    width: 100%;
    text-align: center;
    font-weight: 900;
    color: midnightblue;
    text-shadow:  1px  1px 1px white,
                  1px -1px 1px white,
                 -1px  1px 1px white,
                 -1px -1px 1px white;
    margin: unset;
}

.newsBlock {
    position: relative;
    display: inline-block;
    margin-top: 5px;
    margin-left: 50px;
    width: 275px;
    box-shadow: 0 4px 8px 0
    rgba(0, 0, 0, 0.2), 0 6px 20px 0
    rgba(0, 0, 0, 0.19);
    cursor: pointer;
    height: 375px;
    overflow: hidden;
    border-radius: 25px;
    border: solid 2px white;
    font-family: 'Squada One', sans-serif;
}

.newsImg {
    height: 60%;
    opacity: 0.8;
}

.nesBottom {
    height: 200px;
    background-color: white;
}

.newsImg:hover {
    opacity: 1;
}

.fullLenght {
    width: 7500px;
}

.nesName {
    position: absolute;
    top: 200px;
    text-align: center;
    padding: 7px;
    font-size: large;
    font-weight: bold;
    font-size: 1.6rem;
    color: midnightblue;
    text-transform: uppercase;
}

.nesDate {
    position: absolute;
    bottom: 0;
    padding: 2px 5px;
    margin: 0 0 5px 100px;
    font-size: 1rem;
    color: midnightblue;
    opacity: 0.7;
}

.newsDes {
    position: absolute;
    bottom: 15px;
    left: 280px;
    padding: 15px;
    background: linear-gradient(to right, #23a6d5, #23d5ab);
    opacity: 0.7;
    transition: left 1.5s ease-in-out;
    border: solid 2px white;
    border-radius: 25px;
    color: white;
    font-weight: 600;
    font-size: 1.2rem;
    line-height: 25px;
    box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.3);
}

.newsDes:hover {
    opacity: 1;
}

.newsDesLong {
    display: none;
    position: absolute;
    top: -15px;
    left: 1px;
    min-height: 338px;
    width: 237px;
    padding: 15px;
    background: linear-gradient(to right, #23a6d5, #23d5ab);
    overflow: scroll;
    border: solid 3px white;
    border-radius: 25px;
    color: white;
    font-weight: bold;
    font-size: 1.2rem;
    line-height: 25px;
}

/*Responsive-Design-News-Startpage*/
@media screen and (max-width: 993px) {
    .title-news p {
        font-size: 3rem;
        top: 0;
    }
}

@media screen and (max-width: 750px) {
    .title-news p {
        font-size: 1.5rem;
        top: 0;
    }
    .newsBlockCont {
        width: 96%;
    }
    .newsDes {
        left: 0;
    }
}

/*section-2.1*/
.section-two-one {

}
.section-two-one img {
    width: 100%;
}

.click-bitcoin {
    position: relative;
    height: 70px;
    margin-top: -30px;
}

.button-bitcoin {
    width: 250px;
    padding: 10px;
    border: 1px solid midnightblue;
    border-radius: 20px;
    background: white;
    margin: 0 auto;
    font-size: 2rem;
    cursor: pointer;
    text-align: center;
    box-shadow: 0px 0px 5px rgba(255, 255, 255, 0.8);
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8);
    font-family: 'Squada One', sans-serif;
}

.button-bitcoin a {
    text-decoration:  none;
    color: midnightblue;
}

.button-bitcoin:hover a{
    color: rgb(227, 163, 25);
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

/*Responsive-Design-Section-2.1-Startpage*/

@media screen and (max-width: 993px) {
    .button-bitcoin {
        font-size: 1.5rem;
    }
}

/*section-3*/
.content {
    height: 100%;
    background-color: white;
    position: relative;
    padding: 50px 0;
}

.content p {
    font-family: 'Squada One', sans-serif;
    font-size: 4rem;
    color: midnightblue;
    letter-spacing: 10px;
    width: 100%;
    text-align: center;
    position: relative;
    font-weight: 900;
}

.content img {
    width: 100%;
    opacity: 0.7;
}

/*Responsive-Design-Section-3-Startpage*/
@media screen and (max-width: 993px) {
    .content p {
        font-size: 3rem;
        top: 0;
    }
}

@media screen and (max-width: 750px) {
    .content p {
        font-size: 1.5rem;
        top: 0;
    }
}

/*section-4*/
.section-four {
    width: 100%;
}

.contents-four {
    width: 1030px;
    margin: 0 auto;
}

.content-box {
    width: 300px;
    position: relative;
    margin: 80px 20px;
    vertical-align: top;
    display: inline-block;
}

.rx {
    margin-top: 0;
    height: 348px;
    overflow: hidden;
}

.line {
    border-right: 1px solid midnightblue;
}

.rx img {
    width: 60px;
    color: white;
}

.rx p {
    width: 0px;
    opacity: 0.9;
    color: white;
    line-height: 1.7rem;
    font-size: 1.2rem;
    font-family: 'Squada One', sans-serif;
    overflow: hidden;
    transition: 2.0s all;
    -webkit-transition: 2.0s all;
    -moz-transition: 2.0s all;
    -o-transition: 2.0s all;
    background: linear-gradient(to right, #23a6d5, #23d5ab);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.sarmsStart {
    width: 70%;
    margin: 100px auto;
}

.sarmsStart img {
    position: relative;
    width: 100%;
}

.click-sarms {
    position: relative;
    height: 70px;
}

.button-sarms {
    width: 180px;
    padding: 10px;
    border: 1px solid midnightblue;
    border-radius: 20px;
    background: linear-gradient(to right, #23a6d5, #23d5ab);
    margin: 0 auto;
    font-size: 2rem;
    cursor: pointer;
    text-align: center;
    box-shadow: 0px 0px 5px rgba(255, 255, 255, 0.8);
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8);
    font-family: 'Squada One', sans-serif;
}

.button-sarms a {
    text-decoration:  none;
    color: white;
}

.button-sarms:hover {
    background: white;
}

.button-sarms:hover a{
    color: midnightblue;
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

/*Responsive-Design-Section-4-Startpage*/

@media screen and (max-width: 993px) {
    .contents-four {
        width: 350px;
    }
    .rx {
        height: unset;
    }
    .content-box {
        margin-top: 25px;
        margin-bottom: 10px;
    }
    .line {
        border-right: unset;
        border-bottom: 1px solid white;
    }

    .sarmsStart {
        margin: 50px auto;
        left: 13%;
        position: absolute;
        top: 0;
        min-width: 320px;
        max-width: 490px;

    }

    .button-sarms {
        font-size: 1.5rem;
    }
    .section-four {
        padding-top: 115px;
    }

}

@media screen and (max-width: 390px) {
    .sarmsStart {
        left: 0;
    }
}

@media screen and (max-width: 320px) {
    .content-box {
        margin: 40px 0 0 10px;
    }
    .section-four {
        height: 1320px;
    }
}

/*section-5*/
.section-five {
    height: 300px;
    background: linear-gradient(-45deg, #23a6d5, #23d5ab, #23a6d5, #23d5ab);
    background-size: 400% 400%;
    animation: gradient 15s ease infinite;
    margin-top: 70px;
}

/*FOOTER*/
footer {
    width: 100%;
    position: fixed;
    bottom: -316px;
    height: 364px;
    background: linear-gradient(-45deg, #23a6d5, #23d5ab, #23a6d5, #23d5ab);
    background-size: 400% 400%;
    animation: gradient 15s ease infinite;
    -webkit-transition: bottom 1s;
    -moz-transition: bottom 1s;
    -ms-transition: bottom 1s;
    -o-transition: bottom 1s;
    transition: bottom 1s;
    z-index: 1;
}

.footerMain {
    position: relative;
    width: 100%;
    height: 100%;
}

.footer-stripe {
    position: absolute;
    top: 0;
    left: 0;
    width: 150px;
    height: 350px;
    padding-top: 20px;
    overflow: hidden;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.subscribe {
    width: 135px;
    margin-top: 100px;
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
}

.newsletter-box {
    width: 600px;
    margin-left: 150px;
}

.newsletter-title {
    font-size: 4rem;
    text-align: center;
    font-weight: 900;
    color: white;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-family: 'Work Sans', sans-serif;
}

.newsletter-text {
    font-size: 1.4rem;
    text-align: center;
    color: white;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: 'Nunito-sans', sans-serif;
    font-weight: 400;
    line-height: 40px;
}

.footer-search {
    margin-left: 50px;
    margin-top: 25px;

}

.newsletter-input {
    width: 300px;
    height: 40px;
    text-align: left;
    background-color:#43B073;
    border: solid 2px white;
    outline: none;
    box-shadow: 0px 0px 5px rgba(255, 255, 255, 0.8);
    padding-left: 20px;
    vertical-align: top;
}

.newsletter-input::placeholder {
    color: white !important;
    font-size: 1.3em;
}

.newsletter-button {
    width: 100px;
    height: 45px;
    text-align: center;
    background-color:#43B073;
    border: solid 2px white;
    border-radius: 15px;
    color: white;
    box-shadow: 0px 0px 5px rgba(29, 112, 183);
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 600;
    vertical-align: top;
    cursor: pointer;
    transition: 1.5s all;
}

.newsletter-button:hover {
    background-color:white;
    border: solid 2px midnightblue;
    color: midnightblue;
}

.social-media {
    margin: 10px auto;
    width: 600px;
    text-align: center;
    font-size: 2rem;
    color: white;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: 'squada one', sans-serif;
}

.social-media p {
  margin: unset;
  margin-bottom: 15px;
  color: midnightblue;
}

.social-cont {
    width: 100%;
}

.social-cont a {
    display: inline-block;
    padding: 0 20px;
}

.social-cont img {
    width: 40px;
}

.social-cont img:hover {
    opacity: 0.8;
}

.row {
    position: relative;
    width: 1000px;
    margin: 20px auto;
}
.row div {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-family: 'squada one', sans-serif;
    font-weight: 300;
    font-size: 0.8rem;
    text-align: left;
    letter-spacing: 0.1em;

}

.footer-cont {
    position: relative;
    padding: 0 80px;
    list-style: none;
}

.footer-cont ul {
    list-style: none;
}

.footer-box h4{
    text-transform: uppercase;
    color: white;
    font-size: 1.2rem;
    font-family: 'squada one', sans-serif;
    color: midnightblue;
    margin-top: 5px;
}

.footer-box li {
    padding: 8px 0;
    text-align: left;
}

.footer-box a {
    color: white;
    text-decoration: none;
    transition: 0.5s;
    font-size: 0.9rem
}


.footer-box a:hover {
    color: midnightblue;
    border-bottom: solid 1px white;
}

.copyright {
    color: midnightblue;
    font-size: 0.8rem;
    margin-left: 50px;
    font-family: 'squada one', sans-serif;
}

/*Responsive-Design-FOOTER*/

@media screen and (min width: 994px) {
  .newsletter-button:hover {
      background-color:white;
      border: solid 2px #43B073;
      color: rgba(29, 112, 183);
  }
}

@media screen and (max-width: 993px) {
    .footer-cont {
        padding: 0 50px;
    }

    .row {
        width: unset;
        margin-left: 14%;
    }
}

@media screen and (max-width: 880px) {
    .footer-cont {
        padding: 0 0 0 20px;
    }
}

@media screen and (max-width: 660px) {
    .footer-cont {
        padding: 0;
    }

    .social-media {
        font-size: 1.4rem;
    }
}

@media screen and (max-width: 570px) {
    .footer-box li {
        padding: 1px 0;
    }

    .social-media {
        width: unset;
    }

    .social-cont a {
        padding: 0 5px;
    }
}

@media screen and (max-width: 550px) {
    .newsletter-box {
        width: unset;
    }
    .newsletter-title {
        font-size: 2.5rem;
    }

    .newsletter-text {
        font-size: 1.2rem;
    }

    .footer-search {
        margin-left: 20px;
    }

    .newsletter-button {
        margin-left: 100px;
        margin-top: 10px;
    }

    .subscribe {
        width: 120px;
        margin-top: 125px;
    }

    .footer-box h4{
        margin: unset;
    }
}

/*++++++++++++++++++++*/
/* Product singleView */
#loadProduct {
    display: none;
    position: fixed;
    width: 80%;
    left: 10%;
    top: 7%;
    height: 86%;
    background-color: white;
    z-index: 15;
    overflow: scroll;
    padding: 30px;
}

#greyOut {
    display: none;
    position: fixed;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    background-color: black;
    opacity: 0.93;
    z-index: 14;
}

.pPicSingleView {
    width: 50%;
    max-width: 600px;
    /* float: left; */
    margin: 0 auto;
}

#loadProduct .pTopRight {
    width: 100%;
}

.pTopRight.SingleView span {
    margin-top: unset;
    color: #1D70B7;
    font-size: 2.5em;
    font-family: 'squada one';
}

.pTopRight.SingleView .pLine.first {
    width:600px;
    margin-left: unset;
}

.pTopRight.SingleView p {
    font-size: 1.4em;
}

.pTopRight.SingleView .pComDes {
    margin-top: 5px;
}

.pTopRight.SingleView .pType {
  padding: 5px 10px;
  border: 1px solid black;
  border-radius: 5px;
  font-family: 'squada one';
  text-align: center;
  font-size: 1.3em;
  width: 130px;
  margin-bottom: 50px;
  background-color: #1D70B7;
  color: white;
}

#loadProduct .pBotSingle {
    margin-top: 30px;
    width: 100%;
}

.pDescrSingle{
    font-family: 'Lora', sans-serif;
}

#loadProduct .pName {
    font-size: 5em;
    height: 1.5em;
    text-shadow:  1px  1px 1px black,
                  1px -1px 1px black,
                 -1px  1px 1px black,
                 -1px -1px 1px black;
    color: midnightblue;
    height: auto;
    margin-bottom: 30px;
}

.compIconS {
    width: 20px;
    float: left;
    margin-right: 8px;
}

.mySlides {
    display: none
}

.slideImg {
    width: 80%;
    vertical-align: middle;
}

.slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto;
}

.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.prev:hover, .next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}

@-webkit-keyframes fade {
    from {
        opacity: .4
    }
    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: .4
    }
    to {
        opacity: 1
    }
}

@media only screen and (max-width: 1100px) {
    .pTopRight.SingleView, .pPicSingleView{
        float: unset;
    }
    #loadProduct .pTopRight {
        width: 100%;
    }
}

@media only screen and (max-width: 800px) {
  .pTopRight.SingleView span {
      font-size: 2em;
  }

  .pTopRight.SingleView .pLine.first {
      width:320px;
  }

  .pTopRight.SingleView p {
      font-size: 1em;
  }

  .pTopRight.SingleView .pComDes {
      margin-top: 5px;
  }

  .pTopRight.SingleView .pType {
    font-size: 1em;
    width: 130px;
  }

  #loadProduct .pName {
      font-size: 4em;
  }

  .pTopRight.SingleView .pComDes {
  margin-bottom: 4px;
  }

  .pPicSingleView {
      width: 100%;
  }
}

@media only screen and (max-width: 600px) {
  #loadProduct {
      left: 2%;
      width: 92%;
      padding: 10px;
  }

  #loadProduct .pName {
      font-size: 3em;
  }

    .compPic {
      display: none;
    }

    .slideImg {
        width: 220px;
    }
}

@media only screen and (max-width: 520px) {
  #loadProduct .pName {
      font-size: 2em;
  }

  .pTopRight.SingleView span {
      font-size: 1.5em;
  }

  .pTopRight.SingleView .pLine.first {
      width:300px;
  }

  .pTopRight.SingleView p {
      font-size: 1.2em;
  }

  .pTopRight.SingleView .pType {
    font-size: 0.9em;
  }

  .pCompDes {
    margin-bottom: 7px;
  }
}

@media only screen and (max-width: 300px) {
    .prev, .next, .text {
        font-size: 11px
    }
}

/*++++++++++++++++++*/
/* Product overView */

.proFilter {
    width: 550px;
    border-right: solid 2px #1D70B7;
    border-bottom: solid 2px #1D70B7;
    border-top: solid 2px #1D70B7;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    padding-bottom: 20px;
    padding-top: 20px;
    padding-left: 20px;
    margin-left: 25px;
    background-color: #1D70B7;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.filter {
    font-size: 2rem;
    font-family: 'Squada One', sans-serif;
    vertical-align: bottom;
    padding-right: 10px;
    color: white;
}

#typeF {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  outline: none;
  height: 35px;
  padding-left: 10px;
  padding-right: 30px;
  font-size: 0.8rem;
  border: 1px solid #bbb;
  box-shadow: 2px 2px 5px 1px rgba(255,255,255,0.5);
  border-radius: 3px;
  cursor: pointer;
  background-image: url('https://api.iconify.design/entypo-select-arrows.svg?color=%231D70B7');
  background-position: right;
  background-repeat: no-repeat;
  }

#typeF:hover {
 box-shadow: 0 1px 1px 0 rgba(0,0,0,0.1);
 color: white;
 background-color: #1D70B7;
 background-image: url('https://api.iconify.design/entypo-select-arrows.svg?color=%23ffffff');
}

#typeF::-ms-expand {
  display: none;
}

.search {
    font-size: 2rem;
    font-family: 'Squada One', sans-serif;
    vertical-align: bottom;
    padding: 0 10px 0 10px;
    color: white;
}

#search {
    height: 30px;
    width: 150px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    border: 1px solid #bbb;
    outline: none;
    font-size: 0.8rem;
    transition: all 0.30s ease-in-out;
    box-shadow: 2px 2px 5px 1px rgba(255,255,255,0.5);
    background-color: white;
}

.pLine {
    border: 1.5px solid #1D70B7;
    margin-top: 3px;
}

.products {
    width: 545px;
    margin: 25px 0px 0px 25px;
    padding: 15px 10px 30px 10px;
    height: 650px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    border-radius: 10px;
}

.products:hover {
    box-shadow: 0 4px 8px 0 midnightblue, 0 6px 20px 0 midnightblue;
    border: 2px solid #1D70B7;
}

.products:hover {
    background-color: white;
    opacity: 0.8;
}

.overView {
    width: 1785px;
    margin-left: auto;
    margin-right: auto;
}

.products > div {
    width: 100%;
    margin: unset;
}

.products .subTitle {
    margin-top: unset;
    color: #1D70B7;
    font-size: 1.8em;
    font-family: 'squada one';
}

.pPicOverView {
    width: 200px;
    margin: 7px;
    float: left;
}

.products .pTop {
    height: 215px;
}

.products .pMid {
    height: 200px;
    padding: 10px;
    width: unset;
    margin-top: 5px;
}

.compIcon.multiComp {
    margin-top: 0px;
}

.products .pBot p {
    margin-top: 10px;
    font-family: 'squada one';
    font-size: 1.05em;
}

.products .pBot p.multiCompP {
    margin-top: 0px;
    margin-bottom: 5px;
    font-family: 'squada one';
    font-size: 1.05em;
}

.products .pBot {
    height: 200px;
}

.pTopRight {
    float: right;
    width: 325px;
    font-family: 'squada one';
}

.pName {
    font-size: 2.4em;
    height: 2.6em;
    font-family: 'squada one';
    color: midnightblue;
}

.pTopRight p {
    margin-bottom: 2px;
}

.chemNames {
    font-size: 1.2em;
    line-height: 6px;
}

.compPic {
    width: 190px;
    height: 124px;
    float: right;
    margin-right: 6px;
    margin-top: 5px;
}

.compIcon {
    width: 20px;
    float: left;
    margin-right: 8px;
    margin-top: 0px;
    margin-left: 7px;
}

.products .pType {
    padding: 5px 10px;
    margin-left: 7px;
    border: 1px solid midnightblue;
    border-radius: 5px;
    font-family: 'squada one';
    text-align: center;
    font-size: 1em;
    width: 100px;
    margin-bottom: unset;
    color: midnightblue;
}

.pDescrSmall {
    font-family: 'squada one';
    padding: 5px 15px 5px 15px;
    border: 2px solid #1D70B7;
    border-radius: 5px;
    font-size: 1.2em;
    text-align: center;
    margin: unset;
}

.pDescrSmall:hover {
    color: white;
    background-color: midnightblue;
}

.pDescr {
    font-family: 'Lora', sans-serif;
}

.pNameS {
    display: none;
}

.scrollBtn:hover {
  opacity: 0.6;
}

@media only screen and (max-width: 1750px) {
    .overView {
        width: 1215px;
    }
}

@media only screen and (max-width: 1195px) {
    .overView {
        width: 620px;
    }

    .proFilter {
        margin-left: unset;
        border-radius: 20px;
    }

    .products {
        margin: 25px 0;
        width: 90%;
    }
}

@media only screen and (max-width: 640px) {
    .overView {
        width: 95%;
    }

    .products {
        width: 94%;
        height: unset
    }

    .products .pTop {
        height: unset;
    }

    .products .pMid {
        height: unset;
    }

    .products .pType {
        margin-left: unset;
    }

    .pPicOverView {
        float: unset;
        width: 310px;
    }

    .pTopRight {
      float: unset;
    }

    .proFilter {
        width: 95%;
        padding-left: 10px;
    }
}

@media only screen and (max-width: 550px) {
    .proFilter div, i {
        display: block;
    }
}

/* CheckCode */

.checkCode h3 {
    padding-top: 10px;
    padding-bottom: 10px;
    color: white;
    font-weight: 400;
}

.checkbox {
    width: 380px;
    height: auto;
    margin: 50px auto;
    padding: 10px 0 10px 15px;
}

.checkCode .txtInput {
    background-color: white;
    width: 200px;
    height: 42px;
    border-radius: 5px;
    font-size: 0.8em;
    box-shadow: 0px 0px 5px rgba(255, 255, 255, 0.8);
    border: solid 2px white;
}

.checkCode .prokey {
    width: 290px;
}

.checkCode .subInput {
    background-color: midnightblue;
    border-color: white;
    color: #FFFFFF;
    width: 210px;
    height: 55px;
    border-radius: 12px;
    font-size: 1em;
    margin-top: 35px;
    cursor: pointer;
    transition: 1s all;
}

.subInput:hover {
    background-color: white;
    color: midnightblue;
    border: 2px solid midnightblue;
}

.checkCode .veriBox img {
    float: left;
    height: 44px;
}

.checkCode .veriBox input {
    float: left;
    margin-left: 15px;
}

.codeEnd {
    height: 300px;
    background-color: white;
}

.code {
    right: -30%;
    width: 580px;
    top: 15%;
}

.codeCheck {
    width: 400px;
    margin: 50px auto;
}

#textCode {
    width: 750px;
    margin: 80px auto 200px auto;
    letter-spacing: 1px;
    font-size: 1.1rem;
    font-family: 'Lora', sans-serif;
}

.textCode {
    width: 650px;
}

.inputCode div {
    display: inline-block;
}

.inputPic {
    width: 750px;
}

/*Responsive-Design-CheckCode*/

@media screen and (min-width: 1920px) {
    .code{
        width: 750px;
        top: 10%;
    }
}

@media screen and (max-width: 1500px) {
    .code{
        width: 580px;
    }
}

@media screen and (max-width: 1250px) {
    .code{
        width: 400px;
    }
}

@media screen and (max-width: 993px) {
    .checkbox {
        margin-top: 0;
    }

    .code {
        right: unset;
        width: 90%;
        margin: 50px 5%;
    }
}

@media screen and (max-width: 500px) {
    .checkbox .veriBox img:hover {
        margin-left: 80px;
    }

    .checkbox {
        padding: 5px;;
    }

    .checkbox .veriBox img:hover ~ .txtInput{
        margin-top: 60px;
    }

    .pageEndTitle {
        font-size: 2rem;
        border-bottom: ;
    }

    .codeCheck {
        width: unset;
    }

    #textCode {
    width: 350px;
    margin: 40px auto;
    }

    .textCode {
    width: 270px;
    }

    .inputPic {
        width: 270px;
    }
}

/* Check Dealer */

#textDealer {
    width: 750px;
    margin: 80px auto 200px auto;
    letter-spacing: 1px;
    font-size: 1.1rem;
    font-family: 'Lora';
}

.textDealer {
    width: 650px;
}

.inputDealer div {
    display: inline-block;
}

.dealer {
    width: 350px;
    margin: 50px auto;
}

.dealerCheck {
    width: 350px;
    margin: 50px auto;
}

/*Responsive-Design-Check Dealer */

@media screen and (max-width: 500px) {
    #textDealer {
        width: 350px;
        margin: 40px auto;
    }

    .dealerCheck {
        width: unset;
    }

    .textDealer {
        width: 270px;
    }

}


/* AboutUs */

.aboutUsPic {
    right: -30%;
    width: 780px;
    top: 15%;
    border-radius: 30px;
    border: solid white 2px;
}

.aboutUs {
    width: 460px;
    margin: 30px auto;
}

.textAboutUsCont {
    width: 550px;
    margin: 80px auto 200px auto;
    letter-spacing: 0.5px;
    font-size: 1.1rem;
    font-family: 'Lora', sans-serif;
}

.textAboutUs {
    line-height: 30px;
}

.titleLeft {
    font-size: 3rem;
    text-align: center;
    font-weight: 900;
    color: white;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-family: 'Squada One', sans-serif;
}

.titleLeft p {
    margin-top: 635px;
    margin-left: 10px;
}

/*Responsive-Design-AboutUs*/

@media screen and (min-width: 1920px) {
    .aboutUsPic{
        top: 10%;
    }

    .titleLeft {
        font-size: 4rem;
    }
}

@media screen and (max-width: 1500px) {
    .aboutUsPic{
        width: 580px;
    }
}

@media screen and (max-width: 1250px) {
    .aboutUsPic{
        width: 400px;
    }

    .titleLeft p {
        margin-top: 435px;
    }
}

@media screen and (max-width: 993px) {
    .aboutUsPic {
        right: unset;
        width: 90%;
        margin: 50px 5%;
    }

    .titleLeft {
        font-size: 2.5rem;
    }

    .titleLeft p {
        margin: unset;
        padding-top: 25px;
    }
}

@media screen and (max-width: 500px) {
    .pageEndTitle {
        font-size: 2rem;
    }

    .aboutUs {
        width: unset;
    }

    .textAboutUsCont {
        width: 350px;
        margin: 40px auto;
    }

    .textAboutUs {
        width: 270px;
        margin: 40px auto;
    }

    .titleLeft {
        font-size: 1.5rem;
        margin-top: 10px;
    }

    .titleLeft p {
        margin-top: unset;
    }
}

/*Why Us */

.whyUsPic {
    right: -30%;
    width: 780px;
    top: 15%;
    border-radius: 30px;
    border: solid white 2px;
}

.whyUs {
    width: 460px;
    margin: 30px auto;
}

#textWhyUs {
    width: 750px;
    margin: 80px auto 200px auto;
    vertical-align: top;
    letter-spacing: 0.5px;
    font-size: 1.1rem;
    font-family: 'Lora', sans-serif;
}

.inputWhyUs div {
    display: inline-block;
}

.textWhyUs {
    width: 650px;
    line-height: 30px;
}

.titleLeft {
    font-size: 3rem;
    text-align: center;
    font-weight: 900;
    color: white;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-family: 'Squada One', sans-serif;
}

.titleLeft p {
    margin-top: 635px;
    margin-left: 10px;
}

/*Responsive-Design-Why Us*/

@media screen and (min-width: 1920px) {
    .whyUsPic{
        top: 10%;
    }

    .titleLeft {
        font-size: 4rem;
    }
}

@media screen and (max-width: 1500px) {
    .whyUsPic{
        width: 580px;
    }
}

@media screen and (max-width: 1250px) {
    .whyUsPic{
        width: 400px;
    }

    .titleLeft p {
        margin-top: 435px;
    }
}

@media screen and (max-width: 993px) {
    .whyUsPic {
        right: unset;
        width: 90%;
        margin: 50px 5%;
    }

    .titleLeft {
        font-size: 2.5rem;
    }

    .titleLeft p {
        margin: unset;
        padding-top: 25px;
    }
}

@media screen and (max-width: 750px) {
    #textWhyUs {
    width: 500px;
    }

    .textWhyUs {
    width: 400px;
    }
}


@media screen and (max-width: 500px) {
    .pageEndTitle {
        font-size: 2rem;
    }

    .whyUs {
        width: unset;
    }

    #textWhyUs {
        width: 350px;
        margin: 40px auto;
    }

    .textWhyUs {
        width: 270px;
        margin: 40px auto;
    }

    .titleLeft {
        font-size: 1.5rem;
        margin-top: 10px;
    }

    .titleLeft p {
        margin-top: unset;
    }
}

/*SARM Site*/

.pageEndContent {
    margin-bottom: 20px;
}

.sarmPic {
    right: -30%;
    width: 480px;
    top: 15%;
    border-radius: 30px;
    border: solid white 2px;
}

.sarmPage {
    width: 460px;
    margin: 30px auto;
}

.textSarmCont {
    width: 1050px;
    margin: 20px auto 50px auto;
    vertical-align: top;
    letter-spacing: 0.5px;
}

.textSarm {
    width: 1050px;
    line-height: 35px;
    font-size: 1.1rem;
    font-family: 'Lora', sans-serif;
}

.titleLeft {
    font-size: 3rem;
    text-align: center;
    font-weight: 900;
    color: white;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-family: 'Squada One', sans-serif;
}

.titleLeft p {
    margin-top: 635px;
    margin-left: 10px;
}

.sarmPage1 {
    width: 160px;
    margin: 30px auto;
}

.zitat {
    border-left: 5px solid rgba(0,0,0,.05);
    padding-left: 10px;
    font-style: italic;
}

.linkSarm {
    color: #1D70B7;
    font-size: 1.2rem;
    font-family: 'Lora', sans-serif;
    transition: all 0.5s;
    text-decoration: underline;
}

.linkSarm:hover {
    color: black;
    cursor: pointer;
}

.listSarm li {
    line-height: 35px;
    font-size: 1.2rem;
    font-family: 'Lora', sans-serif;
}

.sarmPage5 {
    width: 260px;
    margin: 30px auto;
}

.bestSarms {
    line-height: 35px;
    font-size: 1.2rem;
    font-family: 'Lora', sans-serif;
}

/*Responsive-Design-SARM Site*/

@media screen and (min-width: 1920px) {
    .sarmPic{
        top: 10%;
    }

    .titleLeft {
        font-size: 4rem;
    }
}

@media screen and (max-width: 1919px) {
    .sarmPic{
        width: 380px;
        top: 5%;
        right: -20%;
    }
}

@media screen and (max-width: 1250px) {
    .sarmPic{
        width: 320px;
    }

    .titleLeft p {
        margin-top: 520px;
        font-size: 2.5rem;
    }
}

@media screen and (max-width: 993px) {
    .sarmPic {
        right: unset;
        width: 90%;
        margin: 50px 5%;
    }

    .titleLeft p {
        margin: unset;
        padding-top: 25px;
    }

    .textSarmCont {
    width: 750px;
    }

    .textSarm {
    width: 750px;
    }
}

@media screen and (max-width: 750px) {
    .textSarmCont {
    width: 500px;
    }

    .textSarm {
    width: 500px;
    }
}


@media screen and (max-width: 500px) {
    .pageEndTitle {
        font-size: 2rem;
    }

    .sarmPage {
        width: unset;
    }

    .textSarmCont {
        width: 350px;
        margin: 40px auto;
    }

    .textSarm {
        width: 270px;
        margin: 40px auto;
    }

    .titleLeft {
        font-size: 1.5rem;
        margin-top: 10px;
    }

    .titleLeft p {
        margin-top: unset;
    }
}

/* Contact */
.contactPage {
    height: 71vw;
}

.topContact {
  height: 350px;
}

.contactCont {
    position: relative;
    width: 100%;
    height: 100%;
    background-image: url("../img/contact.jpg");
    background-repeat: no-repeat;
    background-size: 100%;
    background-color: white;
    margin-top: -30px;
}

.contactCont input {
    border: none;
    padding: 0 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    width: 250px;
    height: 35px;
    text-align: center;
    transition: all 0.30s ease-in-out;
    outline: none;
}

.contactCont textarea {
    border: none;
    padding: 0 10px;
    border-radius: 15px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    width: 90%;
    text-align: center;
    font-size: large;
    transition: all 0.30s ease-in-out;
    outline: none;
}

.contactCont input:focus {
    box-shadow: 0 0 5px rgba(81, 203, 238, 1);
    padding: 3px 0px 3px 3px;
    margin: 5px 1px 3px 0px;
    border: 1px solid rgba(81, 203, 238, 1);
}

.contactCont textarea:focus {
    box-shadow: 0 0 5px rgba(81, 203, 238, 1);
    padding: 3px 0px 3px 3px;
    margin: 5px 1px 3px 0px;
    border: 1px solid rgba(81, 203, 238, 1);
}

#contSubject {
    text-align: left;
    width: 300px;
}

.contactSteps {
    width: 450px;
    height: 35px;
    margin: 30px auto;
    margin-bottom: 70px;
    font-family: 'squada One', 'sans-serif';
    text-transform: uppercase;
}

.steps {
    display: inline-block;
    width: 147px;
    height: 35px;
    text-align: center;
    font-size: x-large;
    cursor: pointer;
    color: midnightblue;
}

#step1 {
    border-radius: 7px;
    border-bottom: solid 4px #1D70B7;
    background-color: rgba(242,242,242,0.7);
}

#step2 {
    border-radius: 7px;
}

#step3 {
    border-radius: 7px;
}

.letterInfo {
    cursor: context-menu;
    padding: 10px;
    text-align: center;
    background-color:
    rgba(250,250,250,0.7);
    width: 420px;
    margin: 2px auto;
    border-radius: 10px;
    line-height: 1.8;
    opacity: 0.6;
    transition: 1s all;
    -webkit-transition: 1s all;
    -moz-transition: 1s all;
    -o-transition: 1s all;
}

.letterInfo:hover {
    transform: scale(1.2);
    opacity: 1;
}

.ContNewsLetter {
    margin-top: 25px;

}

.ContNewsLetter p {
    display: inline-block;
}

.ContNewsLetter input {
    display: inline-block;
    height: unset;
    width: unset;
    margin-left: 30px;
}

#buttonContact {
  width: 200px;
    background-color: midnightblue;
    margin-top: 10px;
    padding: 5px;
    color: white;
    text-transform: uppercase;
    font-family: 'Squada One', 'sans-serif';
    text-align: center;
    border-radius: 5px;
    line-height: 1.4;
}

#buttonContact:hover {
  background-color: white;
  color: midnightblue;
  transition: 1s;
  border: solid 1px midnightblue;
}

#buttonContact2 {
  width: 200px;
    background-color: midnightblue;
    margin: 10px 23%;
    padding: 5px;
    color: white;
    text-transform: uppercase;
    font-family: 'Squada One', 'sans-serif';
    text-align: center;
    border-radius: 5px;
    line-height: 1.4;
}

#buttonContact2:hover {
  background-color: white;
  color: midnightblue;
  transition: 1s;
  border: solid 1px midnightblue;
}

.step2 {
    text-align: left;
}

.step2 textarea {
    padding: 10px;
    border: none;
    border-radius: 15px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.step_con {
    position: relative;
    border-radius: 10px;
    border-bottom: solid 4px #1D70B7;
    display: none;
    width: 450px;
    height: 450px;
    padding: 12px;
    background-color: rgba(242,242,242,0.6);
    margin: 50px auto;
    color: black;
}

.step1 {
    display: block;
    text-align: center;
}

.step3 input {
    margin-top: 60px;
    margin-left: 30px;
}

.contactCont .veriBox {
    position: relative;
    margin: 80px auto;
    width: 160px;
    height: 60px;
}

.veriBox img {
    transition: 1s all;
    -webkit-transition: 1s all;
    -moz-transition: 1s all;
    -o-transition: 1s all;
}

.veriBox img:hover {
    transform:scale(2.0);
}

input.captchaContact {
    margin-left: -50px;
}

input.nextBtn {
  width: 80px;
  height: 38px;
    background-color: midnightblue;
    margin-top: 70px;
    margin-left: 180px;
    border-radius: 5px;
    padding: 5px;
    color: white;
    text-transform: uppercase;
    font-family: 'Squada One', 'sans-serif';
    text-align: center;
    border-radius: 5px;
    line-height: 1.4;
    font-size: large;
    cursor: pointer;
}

input.nextBtn:hover {
  background-color: white;
  color: midnightblue;
  transition: 1s;
  border: solid 1px midnightblue;
}

.errorMessage {
      font-family: 'Squada One';
      margin: auto 40px;
      color: green;
}

@media screen and (max-width: 600px) {
    .contactSteps {
        width: 320px;
    }
    .step_con {
        width: 92%;
    }
    .contactPage {
        margin-bottom: 80px;
        height: unset;
    }
    .steps {
        width: 102px;
    }
    .step2 textarea {
        width: 85%;
        height: 237px;
    }
    .letterInfo {
      width: unset;
    }
    .topContact {
      height: 200px;
    }
    h3 {
      font-size: 0.8rem;
    }

}

/* ANALYZES */

.analPic {
    right: -30%;
    width: 750px;
    top: 15%;
    border-radius: 30px;
    border: solid white 2px;
}

.titleLeftAnal {
    font-size: 3rem;
    text-align: center;
    font-weight: 900;
    color: white;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-family: 'Squada One', sans-serif;
}

.titleLeftAnal p {
    margin-top: 685px;
    margin-left: 10px;
}

.pdfLinkContainer p {
    font-size: small;
    word-wrap: break-word;
    margin: unset;
}
.linkBox {
    width: 100%;
    display: inline-block;
    vertical-align: top;
}

#pdfConts {
    width: 1050px;
    margin: 50px auto;
}

.pdfLinkContainer  {
    float: left;
    width: 185px;
    height: 50px;
    margin: 0 4px 8px 4px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    cursor: pointer;
    padding: 5px;
    border-radius: 10px;
    border: solid 2px #white;
    color: midnightblue;
}

.pdfLinkContainer:hover {
    transform: scale(1.1);
    background-color: midnightblue;
    color: white;
}

#pdfContainer {
    display: inline;
    width: 100%;
    max-width: 575px;
    height: 790px;
    margin: 50px 0;
}

.anaTitCont {
    width: 90%;
    display: inline;
}

.analTitle {
    position: relative;
}

.analTitle h3, .linkBox h3 {
    font-size: 2.5rem;
    border-bottom: 4px solid #1D70B7;
    border-radius: 20px;
    width: fit-content;
    padding: 6px 20px;
    margin: 50px auto 0 auto;
    font-weight: 500;
    text-align: center;
    font-family: 'Lora';
    color: midnightblue;
}

#analyze {
    margin-top: 150px !important;
}

.subtitleAnal {
    color: #949291;
    font-weight: 300;
    text-align: center;
    letter-spacing: 1.3px;
    font-size: 1.4rem;
    font-family: 'Lora';
    margin: 30px auto;
}

.articleAnal {
    width: 750px;
    margin: 50px auto 50px auto;
    letter-spacing: 1px;
    font-size: 1.1rem;
    font-family: 'Lora';
    text-align: center;
    color: midnightblue;
}

#articleAnalStripe {
    width: 750px;
}

.analTitle img {
    position: absolute;
    right: 4%;
    top: 10px;
}

#contJustify {
    height:1230px;
    margin-top: 50px;
}

/*Responsive-Design-Analyzes*/

@media screen and (min-width: 1920px) {
    .analPic{
        top: 10%;
        width: 800px;
    }

    .titleLeftAnal {
        font-size: 4rem;
    }
}

@media screen and (max-width: 1250px) {

    .titleLeftAnal p {
        margin-top: 485px;
    }

    .analPic {
        top: 30px;
        width: 610px;
    }

    #pdfConts {
        width: 828px;
    }
}

@media screen and (max-width: 993px) {
    .analPic {
        right: unset;
        width: 90%;
        margin: 50px 5%;
    }

    .analTitle img {
        position: relative;
        right: -45%;
    }

    .titleLeftAnal {
        font-size: 2.5rem;
    }

    .titleLeftAnal p {
        margin: unset;
        padding-top: 25px;
    }

    #pdfConts {
        width: 621px;
    }

    #contJustify {
    height:950px;
    margin-top: 50px;
    }
}

@media screen and (max-width: 750px) {
    #pdfConts {
        width: 414px;
    }

    .articleAnal {
        width: 500px;
    }

    #articleAnalStripe {
        width: 500px;
    }
}

@media screen and (max-width: 500px) {

    .titleLeftAnal {
        font-size: 1.5rem;
        margin-top: 10px;
    }

    .titleLeftAnal p {
        margin-top: unset;
    }

    .articleAnal {
        width: 350px;
    }

    #contJustify {
        height:550px;
        margin-top: 50px;
    }

    #articleAnalStripe {
        width: 350px;
    }

    .pdfLinkContainer  {
        width: 155px;
    }
}

/* Bitcoin */

  #btcPic {
    width: 100%;
  }


  #loader {
        position: fixed;  /* Fixed to body */
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 18px;
        background: #fff;
        padding: 15px 20px;
        border-radius: 5px;
        box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
        z-index: 9999;  /* Ensures it stays on top */
    }

/*Responsive-Design-Bitcoin*/


.overViewPro.singleViewPro,
.pBotSingle.pBotSingleText {
    width: 50%;
}

.pPicSingleView.singleViewImg {
    width: 100%;
}

.pTopRight.rightSection {
    width: 100% !important;
}

.pTopRight .singleProdName {
    font-size: 5em !important;
    text-shadow: 1px  1px 1px black,
                  1px -1px 1px black,
                 -1px  1px 1px black,
                 -1px -1px 1px black;
    color: midnightblue;
    height: auto;
    margin-top: 0 !important;
    margin-bottom: 30px;
}

.goBack {
    padding: 5px 10px;
    border: 1px solid black;
    border-radius: 5px;
    font-family: 'squada one';
    text-align: center;
    font-size: 1.3em;
    width: 130px;
    margin-bottom: 0px;
    background-color: #1D70B7;
    color: white;
    float: right;
}

.page.notAvailable {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    margin: 0 auto !important;
}

@media (max-width:575px) {
    .overView.mobileView {
        flex-wrap: wrap;
    }

    .overViewPro.singleViewPro,
    .pBotSingle.pBotSingleText {
        width: 100%;
    }
}

.overViewProgoBack {
    text-align: end;
}

@media only screen and (max-width: 1195px) {
    .overView.mobileView {
        width: 100% !important;
    }
}

@media (max-width:1024px) {
    .overView.mobileView {
        flex-wrap: wrap;
    }

    .overViewPro.singleViewPro, .pBotSingle.pBotSingleText {
        width: 100%;
        padding: 0 30px;
    }
}
