body {
    /*  background: url('https://www.icognitionapp.com/images/back_gradient.png') repeat-y;
    background-size: 100%;*/
    background: url(../images/back_gradient.png) repeat-y;
    background-size: 115%; 
    position: relative;
}

body p {
    font-size: 24px;
    font-family: 'myriad-pro';
    line-height: 1.3;
    margin-bottom: 28px;
    font-weight: 400;
    letter-spacing: -0.3px;
}


@media (min-width: 768px) {
    body p {
        font-size: 28px;
    }
}

a {
    color: #00468c;
    font-size: inherit;
    font-weight: 600;
    transition: color 0.33s ease;
}

a:hover {
    color: #00468c; /*black*/
    text-decoration: none;
    font-size: inherit;
}

a.deactivate {
    opacity: 0.4;
    pointer-events: none;
}

a.active {
    color: black;
    opacity: 1;
    pointer-events: none;
}

header {
    position: relative;
    margin-bottom: 50px;
}

header .text-box h2 {
    font-size: 42px;
    line-height: 1.3;
    font-family: 'myriad-pro';
    color: #969696;
    text-align: center;
    margin: 0;
}

.logo-fix a img {
    max-width: 100%;
}

nav {
    position: absolute;
    z-index: 100;
    width: 100%;
}

nav.nav-1 {
    top: 41px;
    right: 90px; /*90px*/
}

nav.nav-2 {
    top: 73px;
    right: 90px; /*90px*/
}

/*
nav.nav-3 {
    top: 103px;
    right: 90px;
}
*/



nav ul {
    padding: 0;
    margin: 0;
    white-space: nowrap;
    position: relative;
}

nav ul li {
    display: inline-block;
    list-style-type: none;
    padding: 0 6px;
    margin: 0;
    font-family: 'myriad-pro';
}

nav ul li a {
    font-size: 21px;
    color: #969696;
    font-weight: 400;
}

nav ul li a:hover {
    color: black;
    font-size: 21px;
}


#cupidix .genix .hero h1 {
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 50px;
}

.genix .hero h1 label {
    color: #000;
}

label.frog-right-img {
    display: inline;
    position: absolute;
    right: 0%;
}

.frog-right-img::after {
    content: url("../cupidix/images/frog-right.png");
}

.frog-left {
    background: url(../cupidix/images/frog-left.png);
    background-repeat: no-repeat;
    background-position: center left;
    background-position-x: -25px;
    background-size: 20% 18%;
    position: relative;
}

h1 {
    font-size: 70px;
    font-family: 'myriad-pro';
    margin: 0;
    color: #00468c;
    line-height: 1.3;
    font-weight: 400;
}

h2 {
    font-family: 'myriad-pro';
    font-size: 42px;
    font-weight: 600!important; /*added important*/
    margin: 0 0 28.3px;
    line-height: 1;
    color: #00468c;
}

.blue {
    color: #00468c;
}

.grey {
    color: #a5a5a5;
}

.regular {
    font-family: 'myriad-pro';
}

main .products .product-container .product-wrapper img {
    position: relative;
    max-width: inherit;
    width: auto;
}

/*
 commented out by kurt ong = 07/05/2022
main .products .product-container .product-wrapper img.hover {
    transform: translateY(0px);
    transition: transform 0.3s ease;
}

main .products .product-container .product-wrapper img.hover:hover {
    transform: translateY(-20px);
    cursor: pointer;
}

main .products .product-container .product-wrapper img.hover:active {
    transform: translateY(-40px);
}
*/



img.logohover {
    transform: translateY(0px);
    transition: transform 0.3s ease;
}

img.logohover:hover {
    transform: translateY(-20px);
    cursor: pointer;
}

img.logohover:active {
    transform: translateY(-40px);
}

.row.prod-col-left {
    align-items: flex-end;
}

main .products .prod-4 .product-wrapper {
    /* position: relative;
    top: 31px; */
}

main .products .prod-2 {
    top: 3px;
    position: relative;
}

@media (min-width: 992px) {
    main .products .prod-5 {
        margin-top: -20px;
    }
}

@media (min-width: 992px) {
    main .products .prod-4 {
        margin-top: 20px;
    }
}

main .products.d-xl-block .prod-1 {
    margin-right: 15px;
    margin-bottom: 25px;
}

main .products.d-xl-block .prod-2 {
    margin-right: 15px;
    margin-left: 15px;
    margin-bottom: 25px;
}

main .products.d-xl-block .prod-3 {
    margin-left: 15px;
    margin-bottom: 25px;
}

main .products.d-xl-block .prod-4 {
    margin-right: 15px;
    margin-top: 25px;
}

main .products.d-xl-block .prod-5 {
    margin-left: 15px;
    margin-top: 25px;
}

main .products.d-lg-block .prod-1 {
    margin-right: -25px;
    margin-bottom: 10px;
}

main .products.d-lg-block .prod-2 {
    margin-right: -25px;
    margin-left: -25px;
    margin-bottom: 10px;
}

main .products.d-lg-block .prod-3 {
    margin-left: -25px;
    margin-bottom: 10px;
}

main .products.d-lg-block .prod-4 {
    margin-right: 0;
    margin-top: 10px;
}

main .products.d-lg-block .prod-5 {
    margin-left: 0;
    margin-top: 10px;
}

main .products.d-block .prod-1 {
    margin-bottom: 15px;
}

main .products.d-block .prod-2 {
    margin-top: 15px;
    margin-bottom: 15px;
}

main .products.d-block .prod-3 {
    margin-top: 15px;
    margin-bottom: 15px;
}

main .products.d-block .prod-4 {
    margin-top: 15px;
    margin-bottom: 15px;
}

main .products.d-block .prod-5 {
    margin-top: 15px;
}

.button-container {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    margin-bottom: 30px;
    font-size: 28px;
}

.button-container .big-button-wrapper {
    padding: 5px;
    width: 100%;
    height: auto;
    border-radius: 24px;
    background-image: linear-gradient(180deg, #D8D8D8, #C7C7C7);
    display: inline-block;
    position: relative;
    box-shadow: 14px 14px 18px rgba(0, 0, 0, 0.35);
}

.button-container .big-button-wrapper a {
    pointer-events: none;
}

.button-container .big-button-wrapper a.big-button {
    width: 100%;
    background-color: #E3E3E3;
    border-radius: 20px;
    padding: 0 2px;
    display: inline-block;
    text-align: center;
    border: double 5px transparent;
    background-image: linear-gradient(#E3E3E3, #E3E3E3), linear-gradient(180deg, #919191, #F4F4F4);
    border-image-slice: 1;
    background-origin: border-box;
    background-clip: content-box, border-box;
    font-weight: 600;
}

.button-container .big-button-wrapper.hover {
    transform: translateY(0px);
    transition: transform 0.3s ease;
}

.button-container .big-button-wrapper.hover:hover {
    transform: translateY(-20px);
}

.button-container .big-button-wrapper.hover:active {
    transform: translateY(-30px);
}

.button-container .small-button-wrapper {
    padding: 5px;
    width: auto;
    height: auto;
    border-top-right-radius: 24px;
    border-top-left-radius: 24px;
    border-bottom-right-radius: 24px;
    border-bottom-left-radius: 24px;
    background-image: linear-gradient(180deg, #D8D8D8, #C7C7C7);
    display: block;
    box-shadow: 14px 14px 18px rgba(0, 0, 0, 0.35);
    margin-bottom: 15px;
}

.red {
    color: #d80000;
}

.button-container .small-button-wrapper a {
    pointer-events: none;
}

.button-container .small-button-wrapper a.small-button {
    background-color: #E3E3E3;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    padding: 0 2px;
    display: block;
    text-align: center;
    border: double 5px transparent;
    background-image: linear-gradient(#E3E3E3, #E3E3E3), linear-gradient(180deg, #919191, #F4F4F4);
    border-image-slice: 1;
    background-origin: border-box;
    background-clip: content-box, border-box;
    font-weight: 500;
}

.button-container .small-button-wrapper a:hover {
    font-size: inherit;
}

.button-container .small-button-wrapper.hover {
    transform: translateY(0px);
    transition: transform 0.3s ease;
}

.button-container .small-button-wrapper.hover:hover {
    transform: translateY(-20px);
}

.button-container .small-button-wrapper.hover:active {
    transform: translateY(-30px);
}

.hide-desktop {
    display: none;
}

.fixed-nav {
    position: fixed;
    z-index: 100;
    top: 220px;
    right: 0;
    opacity: 0;
    transition: opacity 0.33s ease;
}

.fixed-nav .small-button-wrapper {
    box-shadow: 14px 14px 18px rgba(0, 0, 0, 0.35);
    margin-right: -65px;
    border-top-right-radius: 0;
    border-top-left-radius: 24px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 24px;
    font-family: 'myriad-pro';
}

.fixed-nav .small-button-wrapper a.small-button {
    width: 250px;
    border-top-right-radius: 0;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 20px;
    font-family: 'myriad-pro';
    padding-right: 10px;
    text-indent: -42px;
}

.fixed-nav .small-button-wrapper.hover {
    transform: translateY(0px);
    transition: transform 0.3s ease;
}

.fixed-nav .small-button-wrapper.hover:hover {
    transform: translateX(-20px);
}

.fixed-nav .small-button-wrapper.hover:active {
     transform: translateX(-30px); 
}

#fixed-apple {
    opacity: 1;
}

.fixed-nav.show {
    opacity: 1;
}

footer p {
    text-align: center;
    font-size: 18px;
    font-family: 'myriad-pro';
    font-weight: 400;
    color: #969696;
    letter-spacing: 0.5px;
}

footer nav {
    margin-right: 0;
    position: relative;
    z-index: 0;
}

footer nav ul {
    padding: 0;
    margin: 0;
}

footer nav ul li {
    display: inline-block;
    list-style-type: none;
    padding: 0 2px;
    margin: 0;
    font-size: 28px;
    font-family: 'myriad-pro';
    font-weight: 300;
}

footer nav ul li a {
    font-size: 21px;
    color: #969696;
}

footer nav ul li a:hover {
    color: black;
    font-size: 21px;
}

#cupidix .hero {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 50px;
}

@media (max-width: 578px) {
    #cupidix .hero {
        text-align: center;
    }
}

@media (max-width: 578px) {
    #cupidix .hero .text-left {
        text-align: center !important;
        display: flex;
        justify-content: center;
    }
}

#cupidix .hero img {
    outline-style: solid;
    outline-width: 2px;
    outline-color: white;
    box-shadow: 14px 14px 18px rgba(0, 0, 0, 0.35);
    max-width: 100%;
}

#cupidix .hero .img-1,
body.genix .hero img {
    box-shadow: none !important;
    outline: none !important;
    max-width: 423px;
}

@media (max-width: 1199px) {
    body.genix .hero>.row>.col-12,
    body.cupidix .hero>.row>.col-12,
    body.pixix .hero>.row>.col-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

#cupidix .hero h1 {
    margin-top: 0;
    margin-bottom: 50px;
}

@media (min-width: 1200px) {
    #cupidix .hero h1 {
        /* margin-left: -50px; */
    }
}

#cupidix .genix .hero p {
    /*    margin-left: -50px;*/
}

#cupidix .hero .spacer#helenbooktop {
    height: 50px;
}

#cupidix main {
    /*
  width: 78%;
  max-width: 1600px;
*/
    margin: 0 auto;
}

#buy img,
#cupidix main img {
    outline-style: solid;
    outline-width: 2px;
    outline-color: white;
    box-shadow: 14px 14px 18px rgba(0, 0, 0, 0.35);
}

#cupidix #buy .details {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
}

#cupidix #buy #plan-table {
    width: 100%!important;
    max-width: 100%!important;
    margin: 0 auto;
    margin-bottom: 50px;
    /*test edit to max out width*/
}

#cupidix #buy #plan-table table {
    font-size: 28px;
    line-height: 1.3;
    table-layout: auto;
    color: #00468c;
    text-align: center;
    font-weight: 600;
    border-collapse: collapse;
    border: 1px solid #111111;
    box-shadow: 14px 14px 18px rgba(0, 0, 0, 0.35);
    display: table !important;
    /*test*/
    width: 100%!important;
    max-width: 100%!important;
}


#cupidix #buy #plan-table table tr:nth-of-type(even) {
    background-color: white;
}

#cupidix #buy #plan-table table tr:nth-of-type(odd) {
    background-color: #DCDCDC;
}

#plan-table table thead tr th {
    color: white;
    padding: 10px 4px;
    border: 1px solid #111111;
    background-color: white;
    font-weight: 600;
    background-color: #00468c;
    /*  white-space: nowrap;*/
}


/*
#cupidix .genix #buy #plan-table table thead tr th {
    color: #00468c;
    padding: 10px 4px;
    border: 1px solid #111111;
    font-weight: 600;
    background-color: #fff;
    white-space: nowrap;
}
*/

#cupidix #buy #plan-table table tbody tr th {
    color: black;
    text-align: left;
    padding: 10px 15px;
    border: 1px solid #111111;
    font-weight: 600;
}

#cupidix #buy #plan-table table tbody tr td {
    padding: 10px 4px;
    border: 1px solid #111111;
    font-weight: 600;
}

.big-button-wrapper {
    margin-bottom: 20px;
}

#cupidix #buy .details h1 {
    margin-bottom: 25px;
}

.mb-10,
.my-10 {
    margin-bottom: 80px
}

.btm-text {
    position: absolute;
    bottom: 44px;
}

.mT10 {
    margin-top: 10px;
}


/**********************************   Pixix page  *************************************/

#cupidix .pixix #buy .details h1 {
    margin-bottom: 50px;
    line-height: 100px;
    font-size: 60px;
    /*	    padding: 0px 200px;*/
}

#cupidix .pixix .hero h1 {
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 50px;
}

#cupidix .pixix .hero img {
    outline-style: none;
    outline-width: 0;
    outline-color: transparent;
    box-shadow: none;
    max-width: 100%;
}

img.img-small {
    position: absolute;
    bottom: 0;
}

.s-tabel {
    display: table !important;
}

.black {
    color: #000 !important;
}


/**********************************   home page  *************************************/

body.home .container {
    max-width: inherit;
}

@media (min-width: 1200px) {
    body.home .container {
        max-width: 1400px;
    }
}

body.home .products h2 {
    text-align: center;
    font-size: 42px; /*36px old value*/
    color: #4e4e4e;
    font-weight: 500;
}

.product-wrapper a img {
    max-width: 100%;
}

.product-wrapper img {
    width: 320px;
    /*    height: 293px;*/
}

.big-button-wrapper {
    transition: .3s;
}

.big-button-wrapper:hover {
    background-color: #3e8e41;
    box-shadow: 0 5px #666;
    transform: translateY(4px);
    transition: .3s;
    cursor: pointer;
}


/**********************************   about page  *************************************/

#about {
    margin-bottom: 100px;
}

#about .content ul {
    padding: 0px 40px;
}

#about h2 {
    /*margin-top: 42px;*/
    padding: 0px 40px;
    font-size: 35px;
    font-weight: 600;
    color: #00468c!important;
}

#about p {
    letter-spacing: 0;
    line-height: 1.3;
    margin-bottom: 15px;
    padding: 0px 40px;
}

#about .content a,
#about a {
    font-size: 28px;
    position: relative;
    font-weight: normal;
}

#about .content a::after,
#about a span::after {
    display: block;
    content: '';
    width: 100%;
    height: 0px;
    background: #2a64a4;
    position: absolute;
    bottom: 0;
    left: 0;
}

.content img {
    max-width: 100%;
}

.left-side {
    float: left;
    width: 50%;
    padding: 0%;
}

footer {
    margin: 100px 0px;
}

@media screen and (max-width: 1919px) and (min-width: 1441px) {
    .btm-text {
        position: initial;
        bottom: 44px;
    }
    body p {
        margin-bottom: 10px;
        line-height: 1.3;
    }
    /*
	#cupidix .hero h2 {
    font-size: 56px;
    margin-bottom: 15px;
}
.btm-text {
    position: absolute;
    bottom: 46px;
}
	
h2 {

      margin-bottom: 10px;
}
*/
}

@media screen and (max-width: 1440px) and (min-width: 1201px) {
    body p {
        margin-bottom: 15px;
    }
    h1 {
        /* font-size: 52px; */
    }
    h2 {
        /*    font-size: 38px;*/
        margin-bottom: 15px;
    }
    #cupidix .pixix #buy .details h1 {
        padding: 0px 70px;
    }
    .mb-10,
    .my-10 {
        margin-bottom: 0px;
    }
}

@media screen and (max-width: 1031)
{
    nav.nav-1 
    {
    top: 41px;
    right: 40px;
    }

    nav.nav-2 
    {
        top: 73px;
        right: 40px;
    }
}

@media screen and (max-width: 1200px) and (min-width: 992px) {
    body p {
        margin-bottom: 10px;
    }
    h1 {
        /* font-size: 42px; */
    }
    h2 {
        margin-bottom: 15px;
        font-weight: 500;
    }
    .fixed-nav .small-button-wrapper a.small-button {
        width: 230px;
    }
    .button-container .small-button-wrapper a {
        font-size: 20px;
    }
    .mb-10,
    .my-10 {
        margin-bottom: 0px;
    }
}

@media screen and (max-width: 1030px) and (min-width: 768px)
/*changed (max-width: 991px) to 1030*/
{

    body p {
        margin-bottom: 10px;
        line-height: 1.3;
    }
    h1 {
        /* font-size: 32px; */
    }
    #about h2,
    h2 {
        margin-bottom: 15px;
        font-weight: 500;
        font-size: 42px;
    }
    #cupidix #buy #plan-table table {
        font-size: 19px;
    }
    .button-container .big-button-wrapper a {
        pointer-events: none;
        font-size: 20px;
    }
    footer nav ul li a {
        font-size: inherit;
        color: #969696;
        font-size: 19px;
    }
    footer p {
        text-align: center;
        font-size: 19px;
    }
    nav ul li a {
/*        font-size: 16px;  changed to 20*/
        font-size: 19px;
    }
    nav ul li a:hover {
        font-size: 19px;
    }
    footer nav ul li a {
        font-size: 19px;
    }
    footer nav ul li a:hover {
        font-size: 19px;
    }
    nav.nav-1 {
        right: 40px;
    }
    nav.nav-2 {
        right: 40px;
    }
    .mb-10,
    .my-10 {
        margin-bottom: 0px;
    }
    #about p {
        letter-spacing: 0;
        line-height: 1.3;
        margin-bottom: 15px;
        padding: 0px 0px;
    }
    #about h2 {
        margin-top: 42px;
        padding: 0;
    }
    #about .content ul {
        padding: 0;
    }
    #about p {
        letter-spacing: 0;
        line-height: 1.3;
        margin-bottom: 15px;
        padding: 0px 0px;
    }
    #about h2 {
        margin-top: 42px;
        padding: 0;
    }
    #about .content ul {
        padding: 0;
    }
    .fixed-nav .small-button-wrapper a.small-button {
        width: 230px;
    }
    .button-container .small-button-wrapper a {
        font-size: 20px;
    }
    
    /**/
    /*
        .logoadjust
        {
            margin-left: -3rem;
        }
    */
}

#footermenudesktop
{
    display: block;
    line-height: 1;
}
#footermenumobile
{
    display: none;
}

/*contact page display*/
#contactdisplay1
{
    display: block;
}
#contactdisplay2
{
    display: none;
}

/*start_ for atlast display*/
#atlasdisplay1
{
    display: block;
}

#atlasdisplay2
{
    display: none;
}

#atlasdisplay3
{
    display: none;
}

@media screen and (max-width: 1675px)
{
    #atlasdisplay1
    {
        display: none;
    }

    #atlasdisplay2
    {
        display: block;
    }

    #atlasdisplay3
    {
        display: none;
    }
}
/*end_ for atlas display*/

@media screen and (max-width: 904px) and (min-width: 320px) /*767*/ /*904*/
{
    /*atlas*/
    #atlasdisplay1
    {
        display: none;
    }

    #atlasdisplay2
    {
        display: none;
    }

    #atlasdisplay3
    {
        display: block;
    }
    /*atlas*/
    
    
    /*contact page display*/
    #contactdisplay1
    {
        display: none;
    }
    #contactdisplay2
    {
        display: block;
    }
    
    /*added by kurt*/
    /*for mobile version menu footer*/
    #footermenudesktop
    {
        display: none;
    }
    #footermenumobile
    {
        display: block;
        line-height: 1;
    }
    
    #logodisplay1
    {
        display: none!important;
    }

    #logodisplay2
    {
        display: none!important;
    }
    
    #logodisplay3
    {
        display: block!important;
    }
    
    /*for about page*/
/*
     #aboutdisplay1
    {
        display: none !important;
    }

    #aboutdisplay2
    {
        display: none !important;
    }
    
    #aboutdisplay3pc
    {
        display: block !important;
    }
    
    #aboutdisplay3mobile
    {
        display: none !important;
    }
*/
     /*for about page*/
    
    /*for display page*/
    #privacydisplay1
    {
        display: none!important;
    }

    #privacydisplay2
    {
        display: none!important;
    }
    
    #privacydisplay3
    {
        display: block!important;
    }
    /*for display page*/
    
    header .logo img {
        margin: 0 auto;
        display: block;
    }
    nav {
        position: relative;
    }
    .show-mobile {
        display: block;
    }
    #cupidix .pixix #buy .details h1 {
        margin-bottom: 5px;
        line-height: 45px;
        font-size: 30px;
        /* padding: 0px 200px; */
    }
    #about p,
    body p {
        font-size: 28px;
        margin-bottom: 10px;
    }
    footer p {
        font-size: 18px !important;
    }
    h1 {
        font-size: 38px;
    }
    #about h2,
    h2 {
        font-size: 30px;
        margin-bottom: 22px;
    }
    .button-container .big-button-wrapper a {
        pointer-events: none;
        font-size: 20px;
    }
    nav ul li a {
        font-size: 20px;/*18px*/
    }
    nav ul li a:hover {
        font-size: 20px;/*18px*/
    }
    footer nav ul li a {
        font-size: 20px;/*18px*/
    }
    footer nav ul li a:hover {
        font-size: 20px;/*18px*/
    }
    #cupidix #buy #plan-table table {
        /*display: inherit !important;*/
    }
    .btm-text {
        position: inherit;
        bottom: 0;
    }
    #buy img,
    #cupidix main img {
        max-width: 100%;
        width: 100%;
    }
    .text-right {
        text-align: left !important;
    }
    .mb-10,
    .my-10 {
        margin-bottom: 40px;
    }
    .fixed-nav .small-button-wrapper a.small-button {
        /* width: 228px; */
    }
    .button-container .small-button-wrapper a {
        font-size: 26px;
        padding-right: 18px !important; /*36*/
        display: inline-block !important;
        font-weight: 500 !important;
    }
    .fixed-nav .small-button-wrapper {
        /* margin-right: -60px; */
    }
    img.img-small {
        position: inherit;
        bottom: 0;
    }
    body.pixix .hero h1 {
        font-size: 42px;
    }
    #about .content a,
    #about a {
        font-size: 28px;
        position: relative;
    }
    #about p {
        margin-bottom: 15px;
        padding: 0px 0px;
    }
    #about h2 {
        margin-top: 42px;
        padding: 0;
    }
    #about .content ul {
        padding: 0;
    }
    nav ul {
        padding: 0;
        margin: 0;
        white-space: inherit;
        position: relative;
    }
    #cupidix .hero h1 {
        margin-top: 0;
        margin-left: 0;
    }
    #cupidix .hero img {
        max-width: 100%;
        /*  width: 100%; */
    }
    
    /*added by kurt*/
    
    /*
        img.img-phone 
        {
            display: block!important;
            float: none!important;
            margin-left: 25%;
            margin-right: auto;
        }
    */
    
    .herofonts
    {
        font-size: 45px!important;
        text-align: center!important;
    }
}


/*
@media screen and (max-width: 1199px){
    img.img-desktop {
        display: none;
    }
    img.img-phone {
        display: block;
    }
    
    .herofonts
    {
        font-size: 3rem;
    }
}
*/



/* -----------------------------------
  Updated layout 
----------------------------------- */

.hero-card {}

#cupidix .hero .img-1,
body.genix .hero img {
    max-width: 600px;
}

@media (min-width: 1200px) {
    #cupidix .container {
        max-width: 1550px;
    }
}

@media (max-width: 1400px) {
    #cupidix .hero>.row>.col-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    #cupidix .hero h1,
    #cupidix .hero>.row>.col-12 .offset-xl-2 {
        margin-left: 0;
    }
    .hero-card .hero-card-image {
        max-width: 350px;
    }
    .hero-card .hero-card-body .btm-text {
        position: static;
    }
}

@media (max-width: 578px) {
    .text-image-container {
        text-align: center;
    }
}

@media (max-width: 578px) {
    .text-image-container .row {
        justify-content: center;
    }
}

@media (max-width: 578px) {
    .text-image-container .row .text-right {
        text-align: center !important;
    }
}

.text-image-container>.col-12 .row>.col-12:first-child img {
    max-width: 320px;
}

.text-image-container>.col-12 .row>.col-12:first-child {
    flex: 0 0 350px;
    max-width: 350px;
}

.text-image-container>.col-12 .row>.col-12:last-child {
    flex: 1;
    max-width: 100%;
}

@media (max-width: 1199px) {
    .text-image-container>.col-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .text-image-container>.col-12 .row>.col-12:last-child {
        flex: 1;
        max-width: 100%;
    }
}

/*from 767 to 870*/
@media (max-width: 767px) {
    .text-image-container>.col-12 .row>.col-12:first-child {
        margin-bottom: 1rem !important;
        /*added by kurt*/
        margin-left: 25%;
        margin-right: auto;
    }
    .text-image-container>.col-12 .row>.col-12:last-child {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .hero-card .hero-card-image,
    .hero-card .hero-card-body {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    #about .content img.left-side {
        float: none;
        max-width: 100%;
        width: auto;
    }
}

#cupidix .pixix .hero img.img-small {
    bottom: -130px;
}

@media (max-width: 1540px) {
    body.pixix .hero>.row>.col-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    #cupidix .pixix .hero img.img-small {
        position: static;
        max-width: 300px;
    }
}

#buy img.checkbox-icon {
    outline: 0;
    box-shadow: none;
    width: 30px;
}


/*
    Updated Bootstrap container width on 1199
*/

@media (max-width: 1199px) {
    .container,
    .container-md,
    .container-sm {
        max-width: 720px; /*from 100%*/
    }
}

/*added by kurt ong 07/05/2022*/
@media screen and (max-width: 940px) and (min-width: 768px)
/*changed (max-width: 991px) to 1030*/
{
    body p {
        margin-bottom: 10px;
        line-height: 1.3;
    }
    h1 {
        /* font-size: 32px; */
    }
    #about h2,
    h2 {
        margin-bottom: 15px;
        font-weight: 600;
        font-size: 42px;
    }
    #cupidix #buy #plan-table table {
        font-size: 19px;
    }
    .button-container .big-button-wrapper a {
        pointer-events: none;
        font-size: 20px;
    }
    footer nav ul li a {
        font-size: inherit;
        color: #969696;
        font-size: 20px;
    }
    footer p {
        text-align: center;
        font-size: 16px;
    }
    nav ul li a {
/*        font-size: 20px;  changed to 16.5*/
        font-size: 20px;
    }
    nav ul li a:hover {
        font-size: 20px;
    }
    footer nav ul li a {
        font-size: 20px;
    }
    footer nav ul li a:hover {
        font-size: 20px;
    }
    nav.nav-1 {
        right: 25px;
    }
    nav.nav-2 {
        right: 25px;
    }
    .mb-10,
    .my-10 {
        margin-bottom: 0px;
    }
    #about p {
        letter-spacing: 0;
        line-height: 1.3;
        margin-bottom: 15px;
        padding: 0px 0px;
    }
    #about h2 {
        margin-top: 42px;
        padding: 0;
    }
    #about .content ul {
        padding: 0;
    }
    #about p {
        letter-spacing: 0;
        line-height: 1.3;
        margin-bottom: 15px;
        padding: 0px 0px;
    }
    #about h2 {
        margin-top: 42px;
        padding: 0;
    }
    #about .content ul {
        padding: 0;
    }
    .fixed-nav .small-button-wrapper a.small-button {
        width: 230px;
    }
    .button-container .small-button-wrapper a {
        font-size: 20px;
    }
}

/*
    h1 {
         font-size: 32px; 
    }
*/
/*
@media screen and (max-width: 870px) and (min-width: 768px)
{
    body p {
        margin-bottom: 10px;
        line-height: 1.3;
    }

    #about h2,
    h2 {
        margin-bottom: 10px;
        font-weight: 600;
    }
    #cupidix #buy #plan-table table {
        font-size: 19px;
    }
    .button-container .big-button-wrapper a {
        pointer-events: none;
        font-size: 20px;
    }
    footer nav ul li a {
        font-size: inherit;
        color: #969696;
        font-size: 20px;
    }
    footer p {
        text-align: center;
        font-size: 16px;
    }
    nav ul li a {
        font-size: 12px;
    }
    nav ul li a:hover {
        font-size: 12px;
    }
    footer nav ul li a {
        font-size: 20px;
    }
    footer nav ul li a:hover {
        font-size: 20px;
    }
    nav.nav-1 {
        right: 40px;
    }
    nav.nav-2 {
        right: 40px;
    }
    .mb-10,
    .my-10 {
        margin-bottom: 0px;
    }
    #about p {
        letter-spacing: 0;
        line-height: 1.3;
        margin-bottom: 15px;
        padding: 0px 0px;
    }
    #about h2 {
        margin-top: 42px;
        padding: 0;
    }
    #about .content ul {
        padding: 0;
    }
    #about p {
        letter-spacing: 0;
        line-height: 1.3;
        margin-bottom: 15px;
        padding: 0px 0px;
    }
    #about h2 {
        margin-top: 42px;
        padding: 0;
    }
    #about .content ul {
        padding: 0;
    }
    .fixed-nav .small-button-wrapper a.small-button {
        width: 230px;
    }
    .button-container .small-button-wrapper a {
        font-size: 20px;
    }
}
*/

/*
@media screen and (max-width: 820px) and (min-width: 771px)
{
    body p {
        margin-bottom: 10px;
        line-height: 1.3;
    }
    h1 {
         font-size: 32px; 
    }
    #about h2,
    h2 {
        margin-bottom: 10px;
        font-weight: 600;
    }
    #cupidix #buy #plan-table table {
        font-size: 19px;
    }
    .button-container .big-button-wrapper a {
        pointer-events: none;
        font-size: 20px;
    }
    footer nav ul li a {
        font-size: inherit;
        color: #969696;
        font-size: 20px;
    }
    footer p {
        text-align: center;
        font-size: 16px;
    }
    nav ul li a {
        font-size: 12px;
    }
    nav ul li a:hover {
        font-size: 12px;
    }
    footer nav ul li a {
        font-size: 20px;
    }
    footer nav ul li a:hover {
        font-size: 20px;
    }
    nav.nav-1 {
        right: 40px;
    }
    nav.nav-2 {
        right: 40px;
    }
    .mb-10,
    .my-10 {
        margin-bottom: 0px;
    }
    #about p {
        letter-spacing: 0;
        line-height: 1.3;
        margin-bottom: 15px;
        padding: 0px 0px;
    }
    #about h2 {
        margin-top: 42px;
        padding: 0;
    }
    #about .content ul {
        padding: 0;
    }
    #about p {
        letter-spacing: 0;
        line-height: 1.3;
        margin-bottom: 15px;
        padding: 0px 0px;
    }
    #about h2 {
        margin-top: 42px;
        padding: 0;
    }
    #about .content ul {
        padding: 0;
    }
    .fixed-nav .small-button-wrapper a.small-button {
        width: 230px;
    }
    .button-container .small-button-wrapper a {
        font-size: 20px;
    }
}
*/


.brAdjust
{
    display: none;
}
/*for <br> display 3*/
@media screen and (min-width: 674px) and (max-width: 767px)
{
    .brAdjust
    {
        display: block;
    }
}

@media screen and (max-width: 767px) and (min-width: 514px)
{
    .leftproducts
    {
        margin-right: -8rem!important;
    }
    
    /*adjust logo margin in the left product when they are in one line*/
    .mlogos
    {
        margin-top: 2rem;
        text-align: center;
    }
}

@media screen and (max-width < 767px)
{
    .text-image-container>.col-12 .row>.col-12:first-child {
        margin-bottom: 1rem !important;
        margin-left: 18%!important;
        margin-right: auto;
    }
}


/*rework*/
/*
img.img-desktop,
img.img-phone {
    display: none;
}

@media screen and (min-width: 320px){
    img.img-desktop {
        display: none;
    }
    img.img-phone {
        display: block;
    }
}


@media screen and (min-width: 768px){
    img.img-desktop {
        display: block;
        float:right;
    }
    img.img-phone {
        display: none;
    }
}
*/

/*for menu right*/
#menupc
{
    display: block;
}
#menucp
{
    display: none;
}


@media screen and (max-width:904px)
{
    #menupc
    {
        display: none;
    }
    #menucp
    {
        display: block;
    }
    
    .txtRight
    {
        margin-left: -1rem;
    }
}
/*for menu right*/
img.img-desktop
{
    display: block;
}
img.img-phone 
{
    display: none;
}
    

@media screen and (min-width: 768px){
    img.img-desktop {
        display: block;
        float:right;
    }
    img.img-phone {
        display: none;
    }
    
}

@media screen and (max-width:1580px) /*1290px*/
{
    img.img-desktop
    {
        display: none;
    }
    img.img-phone 
    {
        display: block;
        float:right;
    }
    
    .herofonts
    {
        font-size: 45px!important;
    }
    
    .txtRight
    {
        margin-top: 3.5rem!important;
    }
}

.descImg
{
    float:right;
}
.descTxt
{
    float:right;
    text-align: right;
}

#display1
{
   display: block;
}
#display2
{
   display: none;
}
#display3
{    
   display: none;
}
.txtRight
{
    margin-top: 12.5rem;
}



@media screen and (max-width > 1580px) /*1550px*/
{
    #display1
    {
        display: block!important;
    }
    #display2
    {
        display: none!important;
    }
    #display3
    {
        display: none!important;
    }
    
    .txtRight
    {
        margin-top: 3.5rem;
    }
}

@media screen and (max-width : 1580px) /*1550px*/ /*max*/
{
    #display1
    {
        display: none!important;
    }
    #display2
    {
        display: block!important;
    }
    #display3
    {
        display: none!important;
    }
    
    #cupidix #buy #plan-table table {
        font-size: 28px;
    }
}

/*for header logo*/
#headlogocp
{
    display: none!important;
}
#headlogopc
{
    display: block!important;
}
/*for header logo*/

@media screen and (max-width : 767px)
{
    #display1
    {
        display: none!important;
    }
    #display2
    {
        display: none!important;
    }
    #display3
    {
        display: block!important;
    }
    
    
    
    .txtRight
    {
        margin-top: 1rem!important;
    }
    
    img.img-phone 
    {
        display: none!important;
    }
    
    #cupidix #buy #plan-table table 
    {
        font-size: 22px; /*21px*/ /*19*/
    }
    #buy img.checkbox-icon
    {
    outline: 0;
    box-shadow: none;
    width: 20px;
    }
    
    /*for about page*/
     #aboutdisplay1
    {
        display: none !important;
    }

    #aboutdisplay2
    {
        display: none !important;
    }
    
    #aboutdisplay3pc
    {
        display: block !important;
    }
    
    #aboutdisplay3mobile
    {
        display: none !important;
    }
     /*for about page*/
    
    /*for header logo*/
    #headlogocp
    {
        display: none!important;
    }
    #headlogopc
    {
        display: block!important;
    }
    /*for header logo*/
}


/*for mainpage*/
#logodisplay1
{
    display: block;
}

#logodisplay2
{
    display: none;
}

#logodisplay3
{
    display: none;
}


@media screen and (max-width : 1272px) /*1220*/
{
    #logodisplay1
    {
        display: none;
    }

    #logodisplay2
    {
        display: block;
    }
    
    #logodisplay3
    {
        display: none;
    }
}

@media screen and (max-width : 480px) 
{
    #logodisplay1
    {
        display: none;
    }

    #logodisplay2
    {
        display: none;
    }
    
    #logodisplay3
    {
        display: block;
    }
    
    .txtRight 
    {
        margin-left: 0;
    }
}

@media screen and (max-width : 500px) 
{
   .txtRight 
    {
        margin-left: 0;
    } 
}

/**_start about display**/
#aboutdisplay1
{
    display: block;
}

#aboutdisplay2
{
    display: none;
}

#aboutdisplay3pc
{
    display: none;
}

#aboutdisplay3mobile
{
    display:none;
}

@media screen and (max-width : 1272px) /*1220*/
{
    #aboutdisplay1
    {
        display: none;
    }

    #aboutdisplay2
    {
        display: block;
    }
    
    .container
    {
/*        width: 80%!important; */
    }
    
    #aboutdisplay3pc
    {
        display: none;
    }

    #aboutdisplay3mobile
    {
        display:none;
    }
}

@media screen and (max-width : 480px) 
{
    /*for about page*/
     #aboutdisplay1
    {
        display: none !important;
    }

    #aboutdisplay2
    {
        display: none !important;
    }
    
    #aboutdisplay3pc
    {
        display: none !important;
    }
    
    #aboutdisplay3mobile
    {
        display: block !important;
    }
     /*for about page*/
    
    /*for header logo*/
    #headlogocp
    {
        display: block!important;
    }
    #headlogopc
    {
        display: none!important;
    }
    /*for header logo*/
    
}
/**_end about display**/

/**_start privacy display**/
#privacydisplay1
{
    display: block;
}

#privacydisplay2
{
    display: none;
}

#privacydisplay3
{
    display: none;
}

@media screen and (max-width : 1272px) /*12220*/
{
    #privacydisplay1
    {
        display: none;
    }

    #privacydisplay2
    {
        display: block;
    }
    
/*
    .container
    {
        width: 80%!important;
    }
*/
    
    #privacydisplay3
    {
        display: none;
    }
}

@media screen and (max-width : 480px) 
{
    #privacydisplay1
    {
        display: none;
    }

    #privacydisplay2
    {
        display: none;
    }
    
    #privacydisplay3
    {
        display: block;
    }
    
}
/**_end privacy display**/


/**_class privacy**/
.pHeader
{
    font-family: 'myriad-pro';
}
/**_class privacy**/


/*for genix display 2 paragraphs*/
/*
.pDisplay2
{
    width: 23rem;
}
*/
/*for genix display 2 paragraphs*/


/*test for container*/
/*
@media screen and (width < 429px)
{
    .container
    {
      width: 100%!important;
      padding-right: 0!important;
      padding-left: 0!important;
      margin-right: 0!important;
      margin-left: 0!important;
    }
    
    .privacyContainer
    {
        width: 100%!important;
        padding-right: 0!important;
        padding-left: 3%!important;
        margin-right: 0!important;
        margin-left: 0!important;
    }
}
*/
@media screen and (max-width : 480px) 
{
    .container
    {
      width: 100%!important;
      padding-right: 0!important;
      padding-left: 0!important;
      margin-right: 0!important;
      margin-left: 0!important;
    }
    
    

    .privacyContainer
    {
        width: 100%!important;
        padding-right: 1rem!important;
        padding-left: 1rem!important;
        margin-right: 0!important;
        margin-left: 0!important;
    }   

}


/*360*/
@media screen and (width > 359px) and (width < 361px)
{ 
    .logoadjust
    {
        margin-left: -3rem!important;
    }
    
    .tableFonts
    {
        font-size: 16px!important;
    }
    #buy img.checkbox-icon
    {
        outline: 0;
        box-shadow: none;
        width: 20px!important;
    }
}

/*390*/
@media screen and  (width > 389px) and (width < 391px)
{
    .logoadjust
    {
        margin-left: -2rem!important;
    }
    
    .tableFonts
    {
        font-size: 18px!important;
    }
    #buy img.checkbox-icon
    {
        outline: 0;
        box-shadow: none;
        width: 20px!important;
    }
}

/*393*/
@media screen and  (width > 392px) and (width < 394px)
{
    
    .logoadjust
    {
        margin-left: -2rem!important;
    }
    
    .tableFonts
    {
        font-size: 18px!important;
    }
    #buy img.checkbox-icon
    {
        outline: 0;
        box-shadow: none;
        width: 20px!important;
    }
}

/*412*/
@media screen and  (width > 411px) and (width < 413px)
{
    
    .logoadjust
    {
        margin-left: -1.3rem!important;
    }
    
    .tableFonts
    {
        font-size: 18px!important;
    }
    #buy img.checkbox-icon
    {
        outline: 0;
        box-shadow: none;
        width: 20px!important;
    }
}

/*414*/
@media screen and  (width > 413px) and (width < 415px)
{
    .logoadjust
    {
        margin-left: -1.2rem!important;
    }
    
    .tableFonts
    {
        font-size: 18px!important;
    }
    #buy img.checkbox-icon
    {
        outline: 0;
        box-shadow: none;
        width: 20px!important;
    }
}
/*414 - iphone8 plus*/
@media only screen 
    and (device-width : 414px) 
    and (device-height : 736px) 
    and (-webkit-device-pixel-ratio : 3) 
{ 
   .logoadjust
    {
        margin-left: -1.5rem!important;
    } 
}

/*320*/
@media screen and  (width > 319px) and (width < 321px)
{
    .logoadjust
    {
        margin-left: -4rem!important;
    }
    
    .prod3
    {
        margin-left: -1.5rem!important;
    }
    
    .logodisp3head1
    {
        margin-left: 2rem!important;
    }
    
    .logodisp3head2
    {
        margin-left: 1rem!important;
    }
    
    .tableFonts
    {
        font-size: 14px!important;
    }
    #buy img.checkbox-icon
    {
        outline: 0;
        box-shadow: none;
        width: 16px!important;
    }
}

/*375*/
@media screen and  (width > 374px) and (width < 376px)
{
    .logoadjust
    {
        margin-left: -2.5rem!important;
    }
    
    .tableFonts
    {
        font-size: 17px!important;
    }
    #buy img.checkbox-icon
    {
        outline: 0;
        box-shadow: none;
        width: 20px!important;
    }
}
@media screen and  (width : 375px)
{
    .logoadjust
    {
        margin-left: -2.5rem!important;
    }
}

/*428*/
@media screen and  (width > 427px) and (width < 429px)
{
    .logoadjust
    {
        margin-left: -0.5rem!important;
    } 
    
    .tableFonts
    {
        font-size: 18px!important;
    }
    #buy img.checkbox-icon
    {
        outline: 0;
        box-shadow: none;
        width: 20px!important;
    }
}


/**new cp logoadjust -- browserstack**/
@media screen and (width:360px) and (-webkit-min-device-pixel-ratio: 3)
{
    .CPlogoadjust
    {
        margin-left: -1rem;
    }
    
    /*for genix_table , tableFonts*/
    .tableFonts
    {
        font-size: 17px!important;
    }
    #buy img.checkbox-icon
    {
        outline: 0;
        box-shadow: none;
        width: 20px!important;
    }
    /*for genix_table , tableFonts*/
}

@media screen and (width:360px) and (-webkit-min-device-pixel-ratio: 2)
{
    .CPlogoadjust
    {
        margin-left: -1rem;
    }
    
    /*for genix_table , tableFonts*/
    .tableFonts
    {
        font-size: 17px!important;
    }
    #buy img.checkbox-icon
    {
        outline: 0;
        box-shadow: none;
        width: 20px!important;
    }
    /*for genix_table , tableFonts*/
}

@media screen and (width:384px) and (-webkit-min-device-pixel-ratio: 2)
{
    .CPlogoadjust
    {
        margin-left: -0.3rem;
    }
    
    /*for genix_table , tableFonts*/
    .tableFonts
    {
        font-size: 19px!important;
    }
    #buy img.checkbox-icon
    {
        outline: 0;
        box-shadow: none;
        width: 20px!important;
    }
    /*for genix_table , tableFonts*/
}

@media screen and (width:384px) and (-webkit-min-device-pixel-ratio: 1)
{
    .CPlogoadjust
    {
        margin-left: -0.3rem;
    }
    
    /*for genix_table , tableFonts*/
    .tableFonts
    {
        font-size: 19px!important;
    }
    #buy img.checkbox-icon
    {
        outline: 0;
        box-shadow: none;
        width: 20px!important;
    }
    /*for genix_table , tableFonts*/
}

@media screen and (width:375px) and (-webkit-min-device-pixel-ratio: 3)
{
    .CPlogoadjust
    {
        margin-left: -0.5rem;
    }
    
    /*for genix_table , tableFonts*/
    .tableFonts
    {
        font-size: 16px!important;
    }
    #buy img.checkbox-icon
    {
        outline: 0;
        box-shadow: none;
        width: 20px!important;
    }
    /*for genix_table , tableFonts*/
}

@media screen and (width:375px) and (-webkit-min-device-pixel-ratio: 2)
{
    .CPlogoadjust
    {
        margin-left: -0.5rem;
    }
    
    /*for genix_table , tableFonts*/
    .tableFonts
    {
        font-size: 16px!important;
    }
    #buy img.checkbox-icon
    {
        outline: 0;
        box-shadow: none;
        width: 20px!important;
    }
    /*for genix_table , tableFonts*/
}

@media screen and (width:393px) and (-webkit-min-device-pixel-ratio: 3)
{ 
    /*for genix_table , tableFonts*/
    .tableFonts
    {
        font-size: 19px!important;
    }
    #buy img.checkbox-icon
    {
        outline: 0;
        box-shadow: none;
        width: 20px!important;
    }
    /*for genix_table , tableFonts*/
}

@media screen and (width:393px) and (-webkit-min-device-pixel-ratio: 2)
{
    /*for genix_table , tableFonts*/
    .tableFonts
    {
        font-size: 19px!important;
    }
    #buy img.checkbox-icon
    {
        outline: 0;
        box-shadow: none;
        width: 20px!important;
    }
    /*for genix_table , tableFonts*/
}

@media screen and (width:412px) and (-webkit-min-device-pixel-ratio: 3)
{

    /*for genix_table , tableFonts*/
    .tableFonts
    {
        font-size: 19px!important;
    }
    #buy img.checkbox-icon
    {
        outline: 0;
        box-shadow: none;
        width: 20px!important;
    }
    /*for genix_table , tableFonts*/
}

@media screen and (width:412px) and (-webkit-min-device-pixel-ratio: 2)
{

    /*for genix_table , tableFonts*/
    .tableFonts
    {
        font-size: 19px!important;
    }
    #buy img.checkbox-icon
    {
        outline: 0;
        box-shadow: none;
        width: 20px!important;
    }
    /*for genix_table , tableFonts*/
}


@media screen and (width:414px) and (-webkit-min-device-pixel-ratio: 3)
{

    /*for genix_table , tableFonts*/
    .tableFonts
    {
        font-size: 19px!important;
    }
    #buy img.checkbox-icon
    {
        outline: 0;
        box-shadow: none;
        width: 20px!important;
    }
    /*for genix_table , tableFonts*/
}

@media screen and (width:414px) and (-webkit-min-device-pixel-ratio: 2)
{

    /*for genix_table , tableFonts*/
    .tableFonts
    {
        font-size: 19px!important;
    }
    #buy img.checkbox-icon
    {
        outline: 0;
        box-shadow: none;
        width: 20px!important;
    }
    /*for genix_table , tableFonts*/
}
/**new cp logoadjust -- browserstack**/


/*for dropdown go sky*/
.dropbtn
{
/*  background-color: #04AA6D;*/
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

.dropdown
{
  position: relative;
  display: inline-block;
}
.dropdown-content
{
  display: none;
  position: absolute;
  right: 0;
  background-color: #F0F0F0;/*#f9f9f9*/
  min-width: 100px; /*160px*/
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}
.dropdown-content a 
{
  color: black;
  padding: 5px 16px;
  text-decoration: none;
  display: block;
}


.dropup 
{
  position: relative;
  display: inline-block;
}

.dropup-content 
{
  display: none;
  position: absolute;
  bottom: 20px;
  background-color: #f1f1f1;
  min-width: 100px; /*160px*/
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  text-align: left;
}

.dropup-content a 
{
  color: black;
  padding: 9px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color: #f1f1f1;}
.dropdown:hover .dropdown-content {display: block;}

.dropup-content a:hover {background-color: #f1f1f1;}
.dropup:hover .dropup-content {display: block;}

/*.dropdown:hover .dropbtn {background-color: #3e8e41;}*/
/*for dropdown go sky*/


/*buy apollix button*/
.buttonbuyapollix {
  background-color: #00468c;
  border: none;
  color: white;
  padding: 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
    
  border-radius: 8px;
}

/*for social media logo on hover*/
a .socialslogo 
{
    opacity: 0.5;
}

a:hover .socialslogo 
{
    opacity: 1;
}

/*test*/
#logosocials
{
    position: fixed;
    top: 13rem;
    left: 0;
    height: 100%;
    width: 50px;
    padding: 10px;
    z-index: 1;
}



/*
.socialslogo
{
display: block;
margin-bottom: 10px;
width: 30px;
height: 30px;
background-image: url('path/to/image.jpg');
background-size: cover;
background-position: center;
}*/

.Description_purchase{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/*kurt edit as of 19-02-2025 for purchase button
 @Neal you may edit this to your own accord also in the html part for adjustments*/
.junixpurchasebuttonDiv
{
    box-shadow: 14px 14px 18px rgba(0, 0, 0, 0.35);
    /*margin-right: -65px;*/
    border-top-right-radius: 24px;
    border-top-left-radius: 24px;
    border-bottom-right-radius: 24px;
    border-bottom-left-radius: 24px;
    font-family: 'myriad-pro';
    padding: 5px;
    width: auto;
    height: auto;
    background-image: linear-gradient(180deg, #D8D8D8, #C7C7C7);
    display: block;
    margin-bottom: 15px;
    box-sizing: border-box;
    font-size: 28px;
}

.junixpurchasebuttonTag
{
    color: #00468c !important;
    font-size: 28px !important;
    width: 250px;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    font-family: 'myriad-pro';
    padding-right: 10px;
    /*text-indent: -42px;*/
    background-color: #E3E3E3;
    padding: 0 2px;
    display: block;
    text-align: center;
    border: double 5px transparent;
    background-image: linear-gradient(#E3E3E3, #E3E3E3), linear-gradient(180deg, #919191, #F4F4F4);
    border-image-slice: 1;
    background-origin: border-box;
    background-clip: content-box, border-box;
}

.junixpurchasebuttonDiv:active {
    transform: scale(0.90); /* Shrinks slightly when pressed */
    box-shadow: 8px 8px 12px rgba(0, 0, 0, 0.3); /* Reduces shadow */
    transition: transform 0.1s ease, box-shadow 0.1s ease;
}

.junixpurchasebuttonTag:active {
    transform: scale(0.90); /* Shrinks text slightly */
    transition: transform 0.1s ease;
}


        /* Ensure the plans are of equal height */
        .plan-container {
            display: flex;
            justify-content: center;
            align-items: stretch;
            gap: 30px;
        }
    
        .plan {
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            padding: 20px;
            width: 100%;
        }
    
        .plan-title {
            font-size: 2rem;
            font-weight: bold;
            margin-bottom: 10px;
            color: #00468c;
        }
    
        .plan-features {
            font-size: 1rem;
            margin-bottom: 20px;
        }
    
        .plan-features p {
            margin: 5px 0;
        }

         /* Button groups aligned at the bottom */
         .btn-group {
            display: flex;
            flex-direction: column;
            gap: 10px;
            align-items: start;
        }

        .btn-group button {
            margin: 5px 0;
            width: 100%;
            justify-self: flex-start;
        }

        .fixed-img-right {
            position: absolute;
            right: 0px; /* Adjust distance from right */
            top: 50%;
            transform: translateY(-50%);
            width: 343px; /* Adjust size as needed */
            height: 943px;
            z-index: 1; /* Ensure it appears above other content */
            }
        
        .fixed-img-left {
            position: absolute;
            left: 0px; /* Adjust distance from left */
            top: 50%;
            transform: translateY(-50%);
            width: 343px; /* Adjust size as needed */
            height: 943px;
            z-index: 1; /* Ensure it appears above other content */
        }

        .custom-center-wrapper {
            display: none;
            justify-content: center;  /* Centers horizontally */
            align-items: center;      /* Centers vertically */
            width: 100%;              /* Takes full width of parent */
            height: 10vh;            /* Takes full viewport height */
        }
 
            

