﻿body {
    font-family: "Raleway", sans-serif;
    overflow-x: hidden;
}

header {
    background-color: black !important;
    padding: 20px 0 15px;
}

    header a {
        color: white !important;
        text-decoration: none;
    }
a#footer-about-mob {
    display: none;
}
    header li a {
        color: #fff;
        font-size: .77rem;
        font-weight: 700;
        line-height: 24px;
        text-decoration: none;
        text-transform: uppercase;
    }

select#languageSwitcher {
    position: relative;
    left: 200px;
}

i.fa-brands.fa-x-twitter {
    font-size: 17px;
    color: #ffffff;
    position: relative;
    top: 3px;
}

section.sec3.container.dwnldSec {
    padding-bottom: 20px;
}

.p-t {
    padding-top: 20px;
}

.downloadLink a {
    text-decoration: none;
}

.download a {
    color: white;
    text-decoration: none;
}

.note {
    padding: 13px;
    margin: 10px;
}

.navItem-separator {
    align-items: center;
    color: #696969 !important;
    display: flex;
    font-size: 12px;
    line-height: 12px;
    margin: 0 30px;
}

@media (max-width: 992px) {
    .navItem-separator {
        display: none !important;
    }

    header li {
        padding: 0.5rem 0rem;
        text-align: center;
    }

    .navbar-toggler {
        color: initial;
    }
}
/*footer*/
img.mb-3.bubble {
    width: 65px;
}

.xpal-rights-reserved p {
    position: relative;
    right: 12px;
}



.dropdown-container {
    position: relative;
    display: inline-block;
    width: 300px;
}

.dropdown-btn {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    cursor: pointer;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 100%;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    max-height: 200px;
    overflow-y: auto;
}

    .dropdown-content.show {
        display: block;
    }

    .dropdown-content input {
        width: 100%;
        padding: 10px;
        border: none;
        box-sizing: border-box;
    }

    .dropdown-content ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

    .dropdown-content li {
        padding: 10px;
        cursor: pointer;
    }

        .dropdown-content li:hover {
            background-color: #ddd;
        }

.businessFooter {
    background-color: #0E0E0E;
    padding-top: 40px;
    padding-bottom: 20px;
}

select#languageSwitcher {
    font-size: 12px;
}


.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.col-6 {
    padding-left: 15px;
    padding-right: 15px;
}

.footerLogo {
    width: 40px;
}

.businessFooter h3 {
    color: white;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
    .flex-md-row {
        display: flex;
        flex-direction: row !important;
    }
}

.spaceBetween {
    justify-content: space-between !important;
}

.partPatent img {
    float: right;
    width: 26%;
}

.flex-md-row ul {
    list-style-type: none;
    padding-inline-start: 0px;
}

    .flex-md-row ul li a {
        color: #cccbc7;
        font-size: 1rem;
        font-weight: 400;
        line-height: 25px;
        margin-bottom: 0.5rem;
        text-decoration: none;
    }

        .flex-md-row ul li a:hover {
            color: #cccbc7 !important;
        }

@media (max-width: 768px) {
    .noMarginBottom {
        margin-bottom: 0px;
    }

    .theme-nw {
        background-color: #eff4f8;
        padding: 21px;
    }

    .appstore-icon {
        border: 1px solid grey;
        border-radius: 8px;
        width: 165px;
    }

    .footerIcons {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .footerLinks {
        display: none;
    }

    .downloadLink {
        background-color: #1492E6 !important;
        border: none !important;
        color: white !important;
        font-size: 18px !important;
        padding: 10px 40px !important;
        border-radius: 40px !important;
        margin-top: 10px;
    }

        .downloadLink a {
            color: white !important;
            text-decoration: none;
        }
}

.footerIcons a {
    margin-right: 2rem;
}

@media (min-width: 769px) {
    .footerLinks {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
}

.footerLinks a {
    background: linear-gradient(30deg,#040404 28%,#191818);
    border-radius: 50%;
    padding: 10px 15px;
}

    .footerLinks a:first-child {
        margin-right: 15px;
    }

    .footerLinks a img {
        width: 15px;
        height: 20px;
    }

.footerText p {
    color: #929292 !important;
    font-size: .8rem;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 0;
}

.d-ap {
    font-size: 1.6rem !important;
    font-weight: 500 !important;
}

@media (max-width: 576px) {
}

.textGrey {
    color: #c3c3c3;
}

.textWhite {
    color: #fff;
}

.textRight {
    text-align: right;
}

.sec1 {
    padding: 3rem 0;
    background-color: #F7FBFE;
}

.xpalLogo {
    width: 70%;
    border-radius: 30px;
}

.sec1 h3, .whatsNew h3 {
    margin-bottom: 1rem;
}

span {
    color: #1492E6;
}

.sec1 .sub {
    font-size: 1.0rem;
    font-weight: 500;
}

p.lne-height.marginn {
    margin: 0;
}

button.download {
    margin-top: 20px;
}

.download {
    background-color: #3631C6;
    border: none;
    color: white;
    font-size: 18px;
    padding: 6px 30px;
    border-radius: 40px;
    margin-bottom: 20px
}

.round {
    padding: 3px 8px;
    border-radius: 50%;
    background-color: #cba4ff;
    margin-left: 10px;
}

    .round i {
        color: white;
    }

i {
    font-size: 12px;
}

.txtCenter {
    text-align: center;
}

.sec1 h4 {
    font-size: 1.0rem;
    font-weight: 600;
    margin-bottom: 0.5px;
}

.sec1 .privacy {
    font-size: 16px;
    font-weight: 500;
}

.downloadLink {
    color: #1492E6;
    border: none;
    background-color: transparent;
    font-size: 18px;
    padding: 0px 7px;
    border-bottom: 1px solid #1492E6;
    margin-bottom: 0.5px;
    line-height: normal;
}

.sec2 {
    padding: 5px 0;
}

p.lne-height {
    margin: 5px;
}

.whatsNew {
    padding: 20px 0px;
}

.middle {
    padding: 30px 0px 0px 0px;
}

span.need-help {
    color: #000000;
    font-size: 20px;
    font-family: "Raleway", sans-serif;
    font-weight: 500;
}

p.p-t.need-help {
    padding: 10px 15px;
    background: #f5fbff;
    width: fit-content;
    border-radius: 15px;
}

a.contact-link {
    font-size: 19px;
    margin-left: 10px;
    color: #1492E6;
}



.dwnldSec p {
    margin-bottom: 0px !important;
}

.dwnldSec h3 {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.dwnldLink1 {
    margin-left: 3rem;
    background-color: #1492E6;
    border: none;
    color: white;
    font-size: 18px;
    padding: 6px 30px;
    border-radius: 40px;
    cursor: pointer;
    text-decoration: none;
}

.dwnldSec .version {
    font-size: 17px;
    margin-right: 45px;
}

.customHeight {
    line-height: 5px;
}



@media (min-width: 1501px) and (max-width: 1600px) {
    select#languageSwitcher {
        position: relative;
        left: 165px;
    }
}

@media (min-width: 1450px) and (max-width: 1500px) {
    select#languageSwitcher {
        position: relative;
        left: 145px;
    }
}

@media (min-width: 1400px) and (max-width: 1449px) {
    select#languageSwitcher {
        position: relative;
        left: 115px;
    }
}


@media (min-width: 1200px) and (max-width: 1399px) {
    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
        justify-content: space-around !important;
    }

    select#languageSwitcher {
        position: relative;
        left: 25px;
    }
}


@media (min-width: 992px) and (max-width: 1199px) {
    header li a {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }

    select#languageSwitcher {
        position: relative;
        left: 84px;
    }

    select#languageSwitcher {
        font-size: 9px;
    }
}

@media (max-width: 768px ) {
    .dwnldSec {
        padding-left: 20px;
    }

        .dwnldSec .version {
            font-size: 17px;
            margin-right: 0px;
        }

        .dwnldSec .second {
            margin-top: 2rem !important
        }

    .d-flex {
        display: block !important;
    }

    .sec1 {
        padding: 50px 0;
    }

/*    .col-md-3 {
        margin-top: 2rem;
    }*/

    .xpalLogo {
        width: 35%;
    }

    .download {
        font-size: 15px;
        padding: 10px 30px;
    }

    .navbar-brand {
        width: 50%;
    }

        .navbar-brand img {
            width: 250px;
        }

    .whatsNew.mobile {
        padding-left: 10px !important;
        padding-right: 0px !important;
        padding-top: 60px !important;
    }

        .whatsNew.mobile p {
            margin-bottom: 5px;
        }

    .sec2 {
        padding: 0rem 0;
    }

    .whatsNew p {
        line-height: 22px;
    }

    .note {
        padding: 10px;
        margin: 0px;
    }

    .xpalLogo {
        width: 100%;
    }
}


@media (min-width: 768px) and (max-width: 991px) {
    .col-md-9 {
        padding-left: 0px;
        padding-right: 0px;
    }

    .whatsNew.mobile {
        display: none !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .dropup {
        position: relative;
        right: 2px;
        z-index: 999999;
        bottom: 20px;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .xpalLogo {
        width: 35%;
    }

    .dropup {
        right: 0px;
        bottom: 20px;
    }

    .dropup-content a {
        padding: 13px 16px;
    }
    a#footer-about-mob {
        display: block;
    }
    a#footer-6 {
        display: none;
    }
}

@media (max-width: 576px) {
    footer {
        padding-left: 14px !important;
        padding-right: 14px !important;
    }

    .footerLogo {
        width: 40%;
    }

    .partPatent img {
        width: 100%;
    }

    footer .flex-md-row ul {
        margin-block-end: 0px;
    }

    footer .partPatent {
        display: flex;
        justify-content: center;
        align-items: end;
    }

    .footerIcons img {
        width: 25px;
    }

    .downloadLink {
        background-color: #1492E6 !important;
        border: none !important;
        color: white !important;
        font-size: 18px !important;
        padding: 10px 40px !important;
        border-radius: 40px !important;
    }

    section.sec3.container.dwnldSec {
        padding-bottom: 30px;
        margin-top: 40px;
    }

    .xpalLogo {
        width: 35%;
    }

    .whatsNew {
        padding: 20px 14px;
    }

    .container.d-flex.justify-content-between.align-items-center {
        padding: 0px 14px;
    }

    .theme-nw {
        background-color: #eff4f8;
        padding: 21px 14px;
    }

    header {
        padding: 25px 14px;
    }

    .dropup {
        right: 0px;
        z-index: 12;
    }

    .dropup-content {
        gap: 1px;
        text-align: center;
    }
        .dropup-content a {
            justify-content: unset;
            padding: 7px 6px;
        }

    .dropup:hover .dropup-content {
        display: flex;
        flex-direction: column;
    }
    a#footer-about-mob {
        display: block;
    }
    a#footer-6 {
        display: none;
    }
}

@media (max-width: 375px) {

    span.need-help {
        font-size: 16px;
    }

    a.contact-link {
        font-size: 16px;
    }
    a#footer-about-mob {
        display: block;
    }
    a#footer-6 {
        display: none;
    }
}

@media (max-width: 320px) {

    p.p-t.need-help {
        padding: 7px 15px;
    }

    span.need-help {
        font-size: 14px;
    }

    a.contact-link {
        font-size: 12px;
    }
    a#footer-about-mob {
        display: block;
    }
    a#footer-6 {
        display: none;
    }
}
.checkbox-container {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 15px;
    border: 1px solid #cccccc6e;
}
.checkbox-container label {
font-size: 14px;
line-height: 1.4;
}
.download {
    transition: background-color 0.3s ease;
}
.checkbox-container input[type="checkbox"] {
    width: 18px;
    height: 18px;
}

