﻿/* -------------------------->>> <<<--------------------------*/
/* ---->>> STRUCTURE <<<----*/
/* -------------------------->>> <<<--------------------------*/
body {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    background-color: #031923da;
}

@media (max-width:1200px) {
    body {
        text-align: center;
        width: 100%;
        background-color: #031923da;
    }
}

@media (max-width:600px) {
    body {
        text-align: center;
        width: 100%;
        background-color: #031923da;
    }
}

/* ---->>> <<<----*/

.mobileshow {
    display: none;
}

@media (max-width:1400px) {
    .mobileshow {
        display: inline;
    }
}

.mobilehide {
}

@media (max-width:1400px) {
    .mobilehide {
        display: none;
    }
}

/* ---->>> PAGE STRUCTURES <<<----*/

div.sticky {
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    position: sticky;
    top: 0px;
    z-index: 100001 !important;
    background-color: #031923da;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}

.header-line {
    width: 100%;
}

@media (max-width:1400px) {
    .header-line {
        width: 96%;
    }
}

.main-content-black {
    width: 100%;
    min-width: 1280px;
    min-height: 250px;
    text-align: center;
    margin: 0 auto;
    padding-top: 0px;
    background-color: #031923da;
}
@media (max-width:1400px) {
    .main-content-black {
        margin: 0 auto;
        width: 100%;
        min-width: 300px;
    }
}

@media (max-width:900px) {
    .main-content-black {
        margin: 0 auto;
        width: 100%;
        min-width: 300px;
    }
}

.wrapper-home-1 {
    width: 100%;
    max-width: 1280px;
    padding-top: 0px;
    text-align: center;
    margin: 0 auto;
    border-bottom: 1px solid #35464e;
}

@media (max-width:1400px) {
    .wrapper-home-1 {
        width: 96%;
        margin: 0 auto;
        border-bottom: 0xp;
    }
}

.wrapper-home-1-left {
    float: left;
    width: 35%;
    text-align: left;
}

@media (max-width:1400px) {
    .wrapper-home-1-left {
        float: none;
        margin: 0 auto;
        width: 96%;
        text-align: center;
        border-bottom: 1px solid #35464e;
    }
}

.wrapper-home-1-right {
    float: left;
    margin-left: 5%;
    width: 60%;
    text-align: left;
}

@media (max-width:1400px) {
    .wrapper-home-1-right {
        float: none;
        width: 96%;
        margin-left: 0%;
        padding-left: 2%;
        padding-right: 2%;
        text-align: center;
    }
}

.wrapper-home-1-question-box {
    width: 90%;
    padding: 5%;
    text-align: left;
    background-color: #35464e78;
    border-radius: 4px;
}

@media (max-width:1400px) {
    .wrapper-home-1-question-box {
        float: none;
        margin: 0 auto;
        width: 90%;
        text-align: center;
    }
}

.wrapper {
    width: 100%;
    max-width: 1280px;
    padding-top: 0px;
    text-align: center;
    margin: 0 auto;
}

@media (max-width:1400px) {
    .wrapper {
        width: 96%;
        padding-left: 2%;
        padding-right: 2%;
        max-width: 100%;
    }
}

.wrapper-left-50 {
    float: left;
    width: 50%;
    text-align: left;
}

@media (max-width:1400px) {
    .wrapper-left-50 {
        float: none;
        width: 96%;
        padding-left: 2%;
        padding-right: 2%;
        text-align: center;
    }
}

.wrapper-right-50 {
    float: left;
    margin-left: 5%;
    width: 45%;
    text-align: left;
}

@media (max-width:1400px) {
    .wrapper-right-50 {
        float: none;
        width: 96%;
        margin-left: 0%;
        padding-left: 2%;
        padding-right: 2%;
        text-align: center;
    }
}

.review-box {
    float: left;
    width: 27%;
    padding: 2%;
    text-align: center;
    background-color: #35464e;
    border-radius: 4px;
}

@media (max-width:1400px) {
    .review-box {
        float: none;
        margin: 0 auto;
        width: 96%;
        text-align: center;
    }
}

.blog-box {
    float: left;
    width: 23.5%;
    text-align: center;
}

@media (max-width:1400px) {
    .blog-box {
        float: none;
        margin: 0 auto;
        width: 96%;
        text-align: center;
    }
}

.faq-wrapper {
    margin: 0 auto;
    width: 80%;
    text-align: center;
}

@media (max-width:1400px) {
    .faq-wrapper {
        margin: 0 auto;
        width: 96%;
        text-align: center;
    }
}

.left-then-center {
    text-align: left;
}

@media (max-width:1400px) {
    .left-then-center {
        text-align: center;
    }
}

.ask-bullets-left {
    float: left;
    width: 37%;
    margin-right: 5%;
    text-align: left;
}

@media (max-width:1400px) {
    .ask-bullets-left {
        float: none;
        width: 100%;
        margin-right: 0%;
    }
}

.ask-bullets-right {
    float: left;
    width: 56%;
    margin-left: 2%;
    text-align: left;
}

@media (max-width:1400px) {
    .ask-bullets-right {
        float: none;
        width: 100%;
        margin-left: 0%;
    }
}

.ask-bullets {
    text-align: left;
    margin: 0px;
    padding: 0px;
    margin-left: 40px;
}

@media (max-width:1400px) {
    .ask-bullets {
        float: none;
        width: 100%;
        margin-left: 10px;
    }
}

.masterframe-footer {
    width: 100%;
    min-width: 1280px;
    min-height: 110px;
    text-align: left;
    margin: 0 auto;
    padding-top: 10px;
    background-color: #031923da;
}

@media (max-width:1400px) {
    .masterframe-footer {
        margin: 0 auto;
        width: 100%;
        min-width: 300px;
        padding: 0%;
    }
}

@media (max-width:900px) {
    .masterframe-footer {
        margin: 0 auto;
        width: 100%;
        min-width: 300px;
        padding: 0%;
    }
}

.wrapper-footer {
    width: 100%;
    max-width: 1280px;
    padding-top: 10px;
    text-align: center;
    margin: 0 auto;
    border-top: 1px solid #35464e;
}

@media (max-width:1400px) {
    .wrapper-footer {
        width: 100%;
        max-width: 100%;
    }
}

@media (max-width:900px) {
    .wrapper-footer {
        width: 100%;
        max-width: 100%;
    }
}

.footer-left {
    float: left;
    width: 85%;
    text-align: left;
}

@media (max-width:1400px) {
    .footer-left {
        float: none;
        width: 100%;
        max-width: 100%;
        text-align: center;
    }
}

@media (max-width:900px) {
    .footer-left {
        float: none;
        width: 100%;
        max-width: 100%;
        text-align: center;
    }
}

.footer-right {
    float: left;
    width: 15%;
    text-align: right;
}

@media (max-width:1400px) {
    .footer-right {
        float: none;
        width: 100%;
        max-width: 100%;
        margin-top: 20px;
        text-align: center;
    }
}

@media (max-width:900px) {
    .footer-right {
        float: none;
        width: 100%;
        max-width: 100%;
        margin-top: 20px;
        text-align: center;
    }
}

.footer-left-1 {
    width: 100%;
}

@media (max-width:1400px) {
    .footer-left-1 {
        float: none;
        margin: 0 auto;
        width: 96%;
        text-align: center;
    }
}


/* ---->>> PAGE SECTIONS <<<----*/
/* -------------------------->>> <<<--------------------------*/

.header {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    background-color: #031923da;
}

@media (max-width:1400px) {
    .header {
        width: 100%;
    }
}

@media (max-width:900px) {
    .header {
        width: 100%;
    }
}

.page-title-left {
    float: left;
    width: 10%;
    text-align: left;
}

@media (max-width:1400px) {
    .page-title-left {
        float: none;
        text-align: center;
        margin: 0 auto;
        width: 90%;
    }
}

.page-title-center {
    float: left;
    width: 80%;
    text-align: center;
}

@media (max-width:1400px) {
    .page-title-center {
        float: none;
        text-align: center;
        margin: 0 auto;
        width: 90%;
    }
}

.page-title-right {
    float: left;
    width: 10%;
    text-align: right;
}

@media (max-width:1400px) {
    .page-title-right {
        float: none;
        text-align: center;
        margin: 0 auto;
        width: 90%;
    }
}

/* ---->>> VIDEO STRUCTURES <<<----*/

.question-answer-main-box {
    margin: 0 auto;
    /*overflow-y: scroll;
    width: 96%;
    height: 400px;*/
    padding: 2%;
    /*background-color: #35464e78;*/
    border-radius: 4px;
    text-align: left;
    position: absolute;
    top: 135px;
    bottom: 180px;
    width: 66%;
    /*height: calc(100vh - 146px - 250px); *//* minus header and footer */
    overflow-y: auto;
}

@media (max-width:1300px) {
    .question-answer-main-box {
        margin: 0 auto;
        bottom: 205px;
        width: 96%;
    }
}

.comment-text-field {
    display: inline-block;
    height: auto;
    /*width: 100%;*/
    background-color: #35464e;
    /*border: 2px solid #000000;*/
    border-radius: 4px;
    color: #ffffff;
    padding: 10px;
    margin: 0px 0 10px 0;
}

.question-text-field {
    height: 65px;
    width: 97.5%;
    background-color: #35464e;
    /*border: 2px solid #E849A1;*/
    border-radius: 4px;
    color: #ffffff;
    /*padding: 1%;*/
    margin: 0px 0 10px 0;

}

@media (max-width:1400px) {
    .question-text-field {
        margin: 0 auto;
        width: 96%;
        /*height: 50px;*/
        overflow-y: scroll;
    }
}


.blog-content-title {
    width: 70%;
    text-align: left;
}

@media (max-width:1400px) {
    .blog-content-title {
        margin: 0 auto;
        width: 96%;
        text-align: center;
    }
}

.blog-content-left {
    float: left;
    width: 75%;
    margin-right: 5%;
    text-align: left;
}

@media (max-width:1400px) {
    .blog-content-left {
        float: none;
        margin: 0 auto;
        width: 96%;
    }
}

.blog-content-right {
    float: left;
    width: 16.7%;
    min-height: 800px;
    padding-left: 3%;
    border-left: 1px solid #35464e;
    margin-top: 10px;
    text-align: left;
}

@media (max-width:1400px) {
    .blog-content-right {
        float: none;
        display: none;
    }
}




/* ---->>> COLORS <<<----*/
/* -------------------------->>> <<<--------------------------*/

.pink {
    color: #E849A1;
    text-decoration: none;
}

.purple {
    color: #AA62D1;
}

.white {
    color: #ffffff;
    text-decoration: none;
}

.nav-gray {
    color: #cfd3d7;
    text-decoration: none;
}

.gray {
    color: #becbdc;
}

.light-gray {
    color: #f0f4f7;
}

.blue {
    color: #E849A1;
}

.green {
    color: #5fbaaf;
}

.turquoise {
    color: #00b2b2;
}

::placeholder {
    color: #ffffff;
    opacity: 1; /* Firefox */
}

li::marker {
    color: #FFFFFF;
}

/* ---->>> IMAGES <<<----*/
/* -------------------------->>> <<<--------------------------*/

.logo {
    width: 23%;
}

@media (max-width:1200px) {
    .logo {
        width: 30%;
    }
}

@media (max-width:600px) {
    .logo {
        width: 50%;
    }
}

.footer-logo {
    width: 13%;
}

@media (max-width:1200px) {
    .footer-logo {
        width: 20%;
    }
}

@media (max-width:600px) {
    .footer-logo {
        width: 40%;
    }
}

.owly-home {
    width: 100%;
    margin-bottom: 0px;
    vertical-align: bottom;
}

@media (max-width:1400px) {
    .owly-home {
        width: 60%;
    }
}

.owly-avatar {
    width: 100px;
    border: 2px solid #67757b;
    border-radius: 50%
}

@media (max-width:1400px) {
    .owly-avatar {
        width: 50px
    }
}

.images-1 {
    width: 90%;
}

@media (max-width:1400px) {
    .images-1 {
        width: 50%;
    }
}


/* ---->>> WIDGETS <<<----*/
/* -------------------------->>> <<<--------------------------*/





/* -------------------------->>> <<<--------------------------*/
/* ---->>> TEXT <<<----*/
/* -------------------------->>> <<<--------------------------*/

p {
    padding: 0px;
    margin: 0px;
}

.font-80 {
    font-size: 80%;
}

.font-50 {
    font-size: 50%;
}


/* ---->>> <<<----*/

h1 {
    font-family: "Cabin Condensed", sans-serif;
    color: #ffffff;
    font-size: 54px;
    font-weight: bold;
    font-style: normal;
    font-stretch: ultra-condensed;
    line-height: 1.3;
    padding: 0px;
    margin: 0px;
}

@media (max-width:1200px) {
    h1 {
        font-size: 42px;
        line-height: 1.2;
        font-weight: bold;
    }
}

@media (max-width:600px) {
    h1 {
        font-size: 42px;
        line-height: 1.2;
        font-weight: bold;
    }
}

/* ---->>> <<<----*/

h2 {
    font-family: 'Questrial', sans-serif;
    color: #ffffff;
    font-size: 33px;
    font-stretch: ultra-condensed;
    font-weight: bold;
    font-style: normal;
    line-height: 1.3;
    padding: 0px;
    margin: 0px;
}

@media (max-width:1200px) {
    h2 {
        font-size: 34px;
        line-height: 1.2;
        font-weight: bold;
    }
}

@media (max-width:600px) {
    h2 {
        font-size: 34px;
        line-height: 1.2;
        font-weight: bold;
    }
}


h3 {
    font-family: 'Questrial', sans-serif;
    color: #ffffff;
    font-size: 24px;
    font-stretch: ultra-condensed;
    font-weight: strong;
    line-height: 1.3;
    padding: 0px;
    margin: 0px;
}

@media (max-width:1200px) {
    h3 {
        font-size: 23px;
        line-height: 1.4;
    }
}

@media (max-width:600px) {
    h3 {
        font-size: 23px;
        line-height: 1.4;
    }
}

h4 {
    font-family: 'Questrial', sans-serif;
    color: #ffffff;
    font-size: 24px;
    font-stretch: ultra-condensed;
    font-weight: bold;
    line-height: 1.6;
    padding: 0px;
    margin: 0px;
}

@media (max-width:1200px) {
    h4 {
        font-size: 18px;
        line-height: 1.4;
    }
}

@media (max-width:600px) {
    h4 {
        font-size: 18px;
        line-height: 1.4;
    }
}

h5 {
    font-family: 'Questrial', sans-serif;
    color: #010c11;
    font-size: 17px;
    font-stretch: ultra-condensed;
    font-weight: bold;
    line-height: 1.2;
    padding: 0px;
    margin: 0px;
}

@media (max-width:1200px) {
    h5 {
        font-size: 14px;
        line-height: 1.1;
    }
}

@media (max-width:600px) {
    h5 {
        font-size: 14px;
        line-height: 1.1;
    }
}


/* ---->>> <<<----*/

.text_1 {
    font-family: 'Questrial', sans-serif;
    color: #ffffff;
    font-size: 20px;
    font-weight: normal;
    line-height: 1.6;
}

@media (max-width:1200px) {
    .text_1 {
        font-size: 18px;
    }
}

@media (max-width:600px) {
    .text_1 {
        font-size: 18px;
    }
}

.text_2 {
    font-family: 'Questrial', sans-serif;
    color: #ffffff;  /*#2f3440;*/
    font-size: 19px;
    font-weight: normal;
    line-height: 1.6;
}

@media (max-width:1200px) {
    .text_2 {
        font-size: 18px;
    }
}

@media (max-width:600px) {
    .text_2 {
        font-size: 18px;
    }
}

.text_3 {
    font-family: 'Questrial', sans-serif;
    color: #ffffff;
    font-size: 17px;
    font-weight: normal;
    line-height: 1.6;
    padding: 0px;
    margin: 0px;
}

@media (max-width:1200px) {
    .text_3 {
        font-size: 18px;
    }
}

@media (max-width:600px) {
    .text_3 {
        font-size: 18px;
    }
}

.text_3b {
    font-family: 'Questrial', sans-serif;
    color: #000000;
    font-size: 17px;
    font-weight: normal;
    line-height: 1.6;
    padding: 0px;
    margin: 0px;
}

@media (max-width:1200px) {
    .text_3b {
        font-size: 18px;
    }
}

@media (max-width:600px) {
    .text_3b {
        font-size: 18px;
    }
}
.text_4 {
    font-family: 'Questrial', sans-serif;
    color: #ffffff;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.6;
    padding: 0px;
    margin: 0px;
}

@media (max-width:1200px) {
    .text_4 {
        font-size: 14px;
    }
}

@media (max-width:600px) {
    .text_4 {
        font-size: 14px;
    }
}



/* -------------------------->>> <<<--------------------------*/
/* ---->>> NAVIGATION <<<----*/
/* -------------------------->>> <<<--------------------------*/


.headernav {
    overflow: hidden;
    font-family: 'Questrial', sans-serif;
    color: #031923;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.7;
    text-decoration: none;
}

@media (max-width:1300px) {
    headernav {
        font-size: 18px
    }
}

@media (max-width:600px) {
    headernav {
        font-size: 18px;
    }
}

.headernav:hover {
    font-family: 'Questrial', sans-serif;
    color: #35464e;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.7;
    text-decoration: none;
}

/*a {
    overflow: hidden;
    font-family: 'Questrial', sans-serif;
    color: #E849A1;
    font-size: 19px;
    font-weight: normal;
    line-height: 1.6;
    text-decoration: none;
}

@media (max-width:1300px) {
    a {
        font-size: 18px
    }
}

@media (max-width:600px) {
    a {
        font-size: 18px;
    }
}

a:hover {
    font-family: 'Questrial', sans-serif;
    color: #35464e;
    font-size: 19px;
    font-weight: normal;
    line-height: 1.6;
    text-decoration: none;
}*/

.pagenav {
    overflow: hidden;
    font-family: 'Questrial', sans-serif;
    color: #E849A1;
    font-size: 19px;
    font-weight: normal;
    line-height: 1.6;
    text-decoration: none;
}

@media (max-width:1300px) {
    .pagenav {
        font-size: 18px
    }
}

@media (max-width:600px) {
    .pagenav {
        font-size: 18px;
    }
}

.pagenav:hover {
    font-family: 'Questrial', sans-serif;
    color: #35464e;
    font-size: 19px;
    font-weight: normal;
    line-height: 1.6;
    text-decoration: none;
}

.pagenav2 {
    overflow: hidden;
    font-family: 'Questrial', sans-serif;
    color: #E849A1;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.3;
    text-decoration: none;
}

@media (max-width:1300px) {
    .pagenav2 {
        font-size: 18px
    }
}

@media (max-width:600px) {
    .pagenav2 {
        font-size: 18px;
    }
}

.pagenav2:hover {
    font-family: 'Questrial', sans-serif;
    color: #35464e;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.3;
    text-decoration: none;
}

.blogposttitle {
    overflow: hidden;
    font-family: 'Questrial', sans-serif;
    color: #ffffff;
    font-size: 20px;
    font-weight: normal;
    line-height: 1.5;
    text-decoration: none;
}

@media (max-width:1300px) {
    blogposttitle {
        font-size: 18px
    }
}

@media (max-width:600px) {
    blogposttitle {
        font-size: 18px;
    }
}

.blogposttitle:hover {
    font-family: 'Questrial', sans-serif;
    color: #35464e;
    font-size: 20px;
    font-weight: normal;
    line-height: 1.5;
    text-decoration: none;
}

.blogpostnav {
    overflow: hidden;
    font-family: 'Questrial', sans-serif;
    color: #a19098;
    font-size: 17px;
    font-weight: normal;
    line-height: 1.5;
    text-decoration: none;
}

@media (max-width:1300px) {
    blogpostnav {
        font-size: 18px
    }
}

@media (max-width:600px) {
    blogpostnav {
        font-size: 18px;
    }
}

.blogpostnav:hover {
    font-family: 'Questrial', sans-serif;
    color: #35464e;
    font-size: 17px;
    font-weight: normal;
    line-height: 1.5;
    text-decoration: none;
}



.footernav {
    overflow: hidden;
    font-family: 'Questrial', sans-serif;
    color: #ffffff;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.6;
    text-decoration: none;
}

@media (max-width:1300px) {
    footernav {
        font-size: 18px
    }
}

@media (max-width:600px) {
    footernav {
        font-size: 18px;
    }
}

.footernav:hover {
    font-family: 'Questrial', sans-serif;
    color: #35464e;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.6;
    text-decoration: none;
}

.blog-author-nav {
    overflow: hidden;
    font-family: 'Questrial', sans-serif;
    color: #E849A1;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.6;
    text-decoration: none;
}

@media (max-width:1300px) {
    .blog-author-nav {
        font-size: 18px
    }
}

@media (max-width:600px) {
    .blog-author-nav {
        font-size: 18px;
    }
}

.blog-author-nav:hover {
    font-family: 'Questrial', sans-serif;
    color: #35464e;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.6;
    text-decoration: none;
}

.fill-anchor {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10;
    text-decoration: none;
}




.dropbtn {
    font-family: 'Questrial', sans-serif;
    color: #ffffff;
    font-size: 15px;
    font-weight: normal;
    line-height: 1.2;
    text-decoration: none;
    border: none;
}

.dropdown {
    margin-top: 0px;
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    margin-top: 0px;
    border: 1px solid #ffffff;
    border-radius: 4px;
    position: absolute;
    background-color: #ffffff;
    padding: 10px;
    box-shadow: 0px 6px 12px 0px rgba(0,0,0,0.2);
    z-index: 10000;
    left: -17em;
    right: auto;
    text-align: left;
}

    .dropdown-content a {
        color: #b80551;
        font-family: 'Questrial', sans-serif;
        font-size: 15px;
        font-weight: normal;
        line-height: 1.2;
        text-decoration: none;
        padding: 5px 4px 5px 4px;
        text-decoration: none;
        display: block;
        border-bottom: 0px solid #ffffff;
        border-left: 0px solid #ffffff;
    }

        .dropdown-content a:hover {
            background-image: linear-gradient(to right, #ffffff);
            color: #6a767a;
            text-decoration: none;
            border-left: 2px solid #ffffff;
            animation: mymove1 2s infinite;
        }

@keyframes mymove1 {
    90% {
        border-left-color: #2d3a44;
    }
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    color: #2d3a44;
    padding-bottom: 4px;
    border-bottom: 0px solid #b0bec9;
    border-radius: 10%;
    animation: mymove 2s infinite;
}

@keyframes mymove {
    90% {
        border-bottom: 0px solid #b0bec9;
        border-radius: 50%;
    }
}

.button1_nav, .email-capture {
    font-family: 'Questrial', sans-serif;
    color: #ffffff;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.4;
    text-align: center;
    text-decoration: none;
    padding: 20px 20px 20px 20px;
    background-color: #E849A1;
    border: 1px solid #E849A1;
    border-radius: 2px;
    width: 250px;
    display: inline-flex;
    flex-direction: column;
}

@media (max-width:1300px) {
    button1_nav {
        font-size: 20px;
        min-width: 300px;
        padding: 15px 15px 15px 15px;
    }
}

@media (max-width:600px) {
    button1_nav {
        font-size: 20px;
        min-width: 300px;
        padding: 15px 15px 15px 15px;
    }
}

.button1_nav:hover, .email-capture:hover {
    font-family: 'Questrial', sans-serif;
    color: #ffffff;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.4;
    text-align: center;
    text-decoration: none;
    padding: 20px 20px 20px 20px;
    background-color: #35464e;
    border: 1px solid #35464e;
    border-radius: 2px;
    width: 250px;
    display: inline-flex;
    flex-direction: column;
}

@media (max-width:1300px) {
    button1_nav:hover {
        font-size: 20px;
        padding: 15px 30px 15px 30px;
    }
}

@media (max-width:600px) {
    button1_nav:hover {
        font-size: 20px;
        padding: 15px 30px 15px 30px;
    }
}

.button2_nav {
    font-family: 'Questrial', sans-serif;
    color: #ffffff;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.4;
    text-align: center;
    text-decoration: none;
    padding: 5px 5px 5px 5px;
    background-color: #E849A1;
    border: 1px solid #E849A1;
    border-radius: 20px;
    width: 180px;
    display: inline-flex;
    flex-direction: column;
}

@media (max-width:1300px) {
    button2_nav {
        font-size: 18px;
        min-width: 300px;
        padding: 5px 5px 5px 5px;
    }
}

@media (max-width:600px) {
    button2_nav {
        font-size: 18px;
        min-width: 300px;
        padding: 5px 5px 5px 5px;
    }
}

.button2_nav:hover {
    font-family: 'Questrial', sans-serif;
    color: #ffffff;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.4;
    text-align: center;
    text-decoration: none;
    padding: 5px 5px 5px 5px;
    background-color: #35464e;
    border: 1px solid #35464e;
    border-radius: 20px;
    width: 180px;
    display: inline-flex;
    flex-direction: column;
}

@media (max-width:1300px) {
    button2_nav {
        font-size: 18px;
        padding: 5px 5px 5px 5px;
    }
}

@media (max-width:600px) {
    button2_nav {
        font-size: 18px;
        padding: 5px 5px 5px 5px;
    }
}



/* -------------------------->>> <<<--------------------------*/
/* ---->>> SCROLL UP BUTTON <<<----*/
/* -------------------------->>> <<<--------------------------*/

#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #E849A1;
    color: #ffffff;
    cursor: pointer;
    padding: 15px;
    border-radius: 2px;
}

    #myBtn:hover {
        background-color: #35464e;
    }

.content {
    display: none;
    width: 100%;
}


/* -------------------------->>> <<<--------------------------*/
/* ---->>> FLOATING QUESTION BUTTON <<<----*/
/* -------------------------->>> <<<--------------------------*/

.floating-button {
    position: fixed;
    top: 18%;
    right: 1%;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #E849A1;
    width: 132px;
    font-family: 'Questrial', sans-serif;
    color: #ffffff;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.4;
    text-align: center;
    text-decoration: none;
    padding: 15px;
    cursor: pointer;
    border-radius: 2px;
    color: #ffffff;
}

    .floating-button:hover {
        background-color: #35464e;
    }

@media (max-width: 1300px) {
    .floating-button {
        top: 90%;
        right: 1%;
    }
}


/* -------------------------->>> <<<--------------------------*/
/* ---->>> FLOATING AD RIGHT <<<----*/
/* -------------------------->>> <<<--------------------------*/

.floating-ad-right {
    position: fixed;
    top: 30%;
    right: 1%;
    z-index: 99;
    border: none;
    outline: none;
    background-color: #031923da;
    width: 160px;
    height: 600px;
    text-align: right;
    padding: 0px;
    cursor: pointer;
}

@media (max-width: 1300px) {
    .floating-ad-right {
        top: 30%;
        right: 1%;
        display: none;
        width: 0px;
    }
}

/* -------------------------->>> <<<--------------------------*/
/* ---->>> FLOATING AD LEFT <<<----*/
/* -------------------------->>> <<<--------------------------*/

.floating-ad-left {
    position: fixed;
    top: 30%;
    left: 1%;
    z-index: 99;
    border: none;
    outline: none;
    background-color: #031923da;
    width: 160px;
    height: 600px;
    text-align: right;
    padding: 0px;
    cursor: pointer;
}

@media (max-width: 1300px) {
    .floating-ad-left {
        top: 30%;
        left: 1%;
        display: none;
    }
}



/* -------------------------->>> <<<--------------------------*/
/* ---->>> ACCORDION <<<----*/
/* -------------------------->>> <<<--------------------------*/

.accordion {
    background-color: #E849A1;
    color: #ffffff;
    cursor: pointer;
    padding: 1%;
    width: 100%;
    margin-top: 20px;
    border: none;
    text-align: left;
    outline: none;
    font-size: 18px;
    font-weight: bold;
    transition: 0.4s;
    border-radius: 4px;
}

.accordion:hover {
    background-color: #E849A1;
}

.panel {
    padding: 1%;
    display: none;
    text-align: left;
    background-color: transparent;
    overflow: hidden;
}

.accordion:after {
    content: '\25BC'; /* Unicode character for "plus" sign (+) */
    font-size: 17px;
    color: #ffffff;
    float: right;
    margin-left: 5px;
}


/* -------------------------->>> <<<--------------------------*/
/* ---->>> UNDERLINED <<<----*/
/* -------------------------->>> <<<--------------------------*/



.underlined {
    position: relative;
    margin-right: 0rem;
}

    .underlined:after {
        content: "";
        position: absolute;
        bottom: -12px;
        left: 0;
        height: 5px;
        width: 100%;
        border: solid 2px #35464e;
        border-color: #35464e transparent transparent transparent;
        border-radius: 20%;
    }


/* -------------------------->>> <<<--------------------------*/
/* ---->>> SCROLL BAR <<<----*/
/* -------------------------->>> <<<--------------------------*/

/* width */
::-webkit-scrollbar {
    width: 15px;
    border-radius: 4px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #67757b;
    border-radius: 4px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #67757b;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #67757b;
    }


/* Buttons */

::-webkit-scrollbar-button:single-button {
    background-color: #67757b;
    display: block;
    border-style: solid;
    height: 14px;
    width: 14px;
}

    /* Up */

    ::-webkit-scrollbar-button:single-button:vertical:decrement {
        border-width: 0 8px 8px 8px;
        border-color: transparent transparent #E849A1 transparent;
        border-radius: 0px 4px 0px 0px;
    }

        ::-webkit-scrollbar-button:single-button:vertical:decrement:hover {
            border-color: transparent transparent #E849A1 transparent;
        }

    /* Down */

    ::-webkit-scrollbar-button:single-button:vertical:increment {
        border-width: 8px 8px 0 8px;
        border-color: #E849A1 transparent transparent transparent;
        border-radius: 0px 0px 4px 0px;
    }

::-webkit-scrollbar-button:vertical:single-button:increment:hover {
    border-color: #E849A1 transparent transparent transparent;
}






.element {
    width: 100%;
    height: inherit;
    margin: 0px;
    position: relative;
    padding: 10px 2px 10px 2px;
}

@media (max-width: 750px) {
    .element {
        max-width: 590px;
    }
}

.top-border,
.bottom-border {
    position: absolute;
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 20%;
    left: 0;
}

.top-border {
    top: 0;
}

.bottom-border {
    bottom: 0;
}

    .top-border:after,
    .top-border:before,
    .bottom-border:after,
    .bottom-border:before {
        content: '';
        width: 20%;
        height: 100%;
    }

.top-border:after,
.top-border:before {
    border-top: 3px solid #d5e6e4;
}

.bottom-border:after,
.bottom-border:before {
    border-bottom: 3px solid #d5e6e4;
}

.top-border:before,
.bottom-border:before {
    border-left: 3px solid #d5e6e4;
}

.top-border:after,
.bottom-border:after {
    border-right: 3px solid #d5e6e4;
}


.big300 {
    font-size: 300%;
}

.ratings-left {
    float: left;
    margin-left: 0%;
    width: 28%;
    text-align: left;
}

@media (max-width:1300px) {
    .ratings-left {
        float: none;
        width: 100%;
        margin-left: 0%;
        text-align: center;
    }
}

.ratings-right {
    float: left;
    width: 31%;
    text-align: center;
    margin-right: 4%;
}

@media (max-width:1300px) {
    .ratings-right {
        float: none;
        width: 100%;
        text-align: center;
    }
}



.blog-image {
    width: 70%;
    border: 1px solid #ffffff;
    padding: 1px;
    border-radius: 4px
}

@media (max-width:1300px) {
    .blog-image {
        width: 100%;
        text-align: center;
    }
}

.blog-boxes-3 {
    float: left;
    padding: 2%;
    width: 27.5%;
    text-align: center;
    background-color: #5fbaaf;
    border: 1px solid #5fbaaf;
    border-radius: 4px;
}

@media (max-width:1300px) {
    .blog-boxes-3 {
        float: none;
        margin: 0 auto;
        width: 96%;
        text-align: center;
    }
}



/* code blocks */
pre {
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    padding: 10px;
    overflow: auto; /* Allows scrolling if the code block is too long */
    white-space: pre-wrap; /* Preserves formatting and line breaks */
}

code {
    font-family: 'Courier New', Courier, monospace; /* Monospaced font for code */
    background-color: #f9f9f9;
    color: #000000;
    padding: 2px 4px;
    border-radius: 4px;
}

.btn-disabled {
    pointer-events: none;
    opacity: 0.5;
    cursor: not-allowed;
}

/* pagenav inline links */
.inlinenav {
    overflow: hidden;
    font-family: 'Questrial', sans-serif;
    color: #E849A1;
    font-size: 19px;
    font-weight: normal;
    line-height: 1.6;
    text-decoration: underline dashed;
}

@media (max-width:1300px) {
    .inlinenav {
        font-size: 18px
    }
}

@media (max-width:600px) {
    .inlinenav {
        font-size: 18px;
    }
}

.inlinenav:hover {
    font-family: 'Questrial', sans-serif;
    color: #35464e;
    font-size: 19px;
    font-weight: normal;
    line-height: 1.6;
    text-decoration: underline dashed;
}

/* ---->>> <<<----*/
/* ----ADMIN PAGES----*/
/* ---->>> <<<----*/

/* ---->>> <<<----*/

.admin-pages-left {
    float: left;
    width: 20%;
    text-align: left;
}

@media (max-width:1300px) {
    .admin-pages-left {
        float: none;
        margin: 0 auto;
        text-align: center;
        width: 96%;
    }
}

@media (max-width:760px) {
    .admin-pages-left {
        float: none;
        margin: 0 auto;
        text-align: center;
        width: 96%;
    }
}

/* ---->>> <<<----*/

.admin-pages-right {
    float: left;
    width: 80%;
    text-align: center;
}

@media (max-width:1300px) {
    .admin-pages-right {
        float: none;
        margin: 0 auto;
        text-align: center;
        width: 96%;
    }
}

@media (max-width:760px) {
    .admin-pages-right {
        float: none;
        margin: 0 auto;
        text-align: center;
        width: 96%;
    }
}

.aspect-box {
    width: 100%;
    position: relative;
}

.aspect-box::before {
    content: "";
    display: block;
    padding-top: calc((168/300) * 100%);
}

.aspect-box img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}

.question-container {
    margin: 0 auto;
    height: 130px;
    bottom: 40px;
    position: fixed;
    right: 0;
    left: 0;
    width: 66%;
    background-color: #35464e;
    border: 2px solid #E849A1;
    border-radius: 4px;
}

@media (max-width:1300px) {
    .question-container {
        width: 96%;
        bottom: 65px;
    }
}

.chat-footer {
    margin: 0 auto;
    height: 35px;
    bottom: 0px;
    position: fixed;
    right: 0;
    left: 0;
    width: 76%;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 5px 10px;
}

@media (max-width:1300px) {
    .chat-footer {
        width: 96%;
        height: 55px;
        bottom: 0px;
    }
}

.sponsored {
    font-family: 'Questrial', sans-serif;
    color: #ffffff;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.4;
    text-align: center;
    text-decoration: none;
    padding: 5px;
    background-color: #E849A1;
    border: 1px solid #E849A1;
    border-radius: 2px;
    /*width: 250px;*/
    display: inline-flex;
    flex-direction: column;
}