body {

    font-family: "Raleway", sans-serif;
}

html,
body {
    overflow-x: hidden;
}

.td-mark {
    font-size: 0.7rem;
    vertical-align: text-top;
    line-height: 0.3;
}

header.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    background: black;
    z-index: 999999;
    animation-name: stickyHeader;
    animation-duration: 0.75s;
 
}


@keyframes stickyHeader {
    from {
        top: -80px;
    }

    to {
        top: 0;
    }
}

header {
    padding: 25px 0 15px 0;
    background-color: black;

}
.logo{
    width: 55px;
}

header .navbar .navbar-brand .logo-header {
    width: 50%;
}

.col-md-12.footer-logo {
    padding: 0px;
}
header .navbar .navbar-nav .li-separator {
    font-size: 12px;
    color: #696969;
    line-height: 12px;
    display: flex;
    align-items: center;
    margin: 0 9px;
}

header .navbar .navbar-nav li {
    cursor: pointer;
}

header .navbar .navbar-nav li a {
    font-size: 0.75rem;
    font-weight: 600;
    line-height: 28px;
    color: #fff;
    text-transform: uppercase;
}

header .navbar .navbar-nav li a:hover,
header .navbar .navbar-nav li a:active {
    color: #fff !important;
}
@media screen and (max-width: 768px) {
    header.sticky {
        position: static !important;
    }

    .navbar-brand {
        width: 70%;
    }

    header .navbar .navbar-brand .logo-header {
        width: 80%;
    }
}

@media screen and (max-width: 991px) {
    header .navbar .navbar-collapse {
        background-color: #000;
    }

    header .navbar .navbar-collapse .li-separator {
        display: none;
    }

    header .navbar .navbar-collapse .navbar-nav {
        align-items: center;
    }

    .navbar-dark .navbar-toggler {
        border: none !important;
    }

    .navbar-toggler:focus {
        box-shadow: none !important;
    }
}

@media(min-width: 992px) and (max-width: 1199px) {

    .navbar-expand-lg .navbar-collapse {
        flex-basis: 100% !important;
    }
    header .navbar .navbar-brand .logo-header {
        width: 70%;
    }
}


::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #000;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

::-webkit-scrollbar-thumb:window-inactive {
    background: #000;
}

.xfsett {
    bottom: 0;
    width: 100%;
}

footer {
    background-color: #000;
    padding: 40px 15px 20px;
}


footer ul {
    padding: 0;
}

footer h3 {
    color: #fff;
    font-size: 1.0rem;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 1.5rem;
}

footer ul li {
    list-style: none;
}

footer ul li a {
    color: #cccbc7;
    font-size: 1rem;
    font-weight: 300;
    line-height: 28px;
    margin-bottom: 0.5rem;
}

footer ul li a:hover {
    color: #cccbc7;
}

footer .social-icons {
    display: flex;
    align-items: center;
}

footer .social-icons a {
    margin-right: 0.5rem;
    width: 35px;
}

footer .social-icons a img {
    width: 53%;
}

footer .store-icons {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

footer .store-icons a {
    border-radius: 50%;
    padding: 10px 15px 10px 15px;
}

footer .store-icons a img {
    width: 20px;
    height: 25px;
}

footer .store-icons a:nth-child(1) {
    margin-right: 15px;
}

footer .store-icons a.ios-link {
    background: linear-gradient(30deg, #040404 28%, #191818 100%);
}

footer .store-icons a.android-link {
    background: linear-gradient(30deg, #040404 28%, #191818 100%);
}

footer .footer-text p,
footer .inner-pages a,
footer .inner-pages p {
    color: #929292;
    font-size: 12px;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 0;
}

footer .inner-pages {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

@media(max-width: 992px) {
    footer .logo {
        width: 7%;
    }
}
@media (min-width:768px) {

    .col-md-3.col-sm-12.secnd-col {
        position: relative;
        top: 97px;
    }
}

@media(max-width: 786px) {
    footer .logo {
        width: 8%;
    }

    .card-large img {
        height: unset;
    }
}

@media(max-width: 525px) {
    footer .logo {
        width: 11%;
    }

    .card-large img {
        height: unset;
    }
}

@media(max-width: 425px) {
    footer .logo {
        width: 15%;
    }

    footer .store-icons {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        margin-top: 3rem;
    }

    footer .inner-pages {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        margin-top: 0rem;
    }

    footer .social-icons a img {
        width: 75% !important;
        margin-inline: 20px !important;
    }
}

.patent-img {
    width: 30%;
    float: right;
}

@media(min-width: 1400px) {
    .container {
        max-width: 1140px !important;
    }
}

.security-mobile {
    display: none !important;
}

.security-mobile1 {
    display: none !important;
}

@media(max-width:768px) {
    footer .store-icons a:nth-child(1) {
        margin-right: 0px !important;
    }

    footer .store-icons a {
        padding: 10px 0px !important;
    }

    footer .security-mobile1 a {
        width: 15rem !important;
    }

    .section-2b .store-icons a:nth-child(2) {
        margin-left: 0px !important;
    }

    .section-2b .store-icons a {
        margin: 12px 0px;
        padding: 0px !important;
    }

    footer .store-icons a {
        background: none;
    }

    footer .one-col {
        margin-bottom: 0px !important;
    }

    .security-web {
        display: none !important;
    }

    .security-mobile {
        display: block !important;
    }

    .hide-android {
        display: none;
    }

    .hide-ios {
        display: none;
    }

    .security-mobile1 {
        display: flex !important;
    }

    footer .one-col ul {
        margin-bottom: 0px !important;
    }

    .patent-img {
        width: 35% !important;
    }

    .badge-div-footer {
        display: flex;
        justify-content: right;
        height: 44%;
        margin-top: -365px !important;
    }

    footer .first-end-text {
        margin-bottom: 1rem;
    }

    footer .footer-revert {
        display: flex;
        flex-direction: column-reverse;
        margin-bottom: 2.5rem !important;
    }

    footer .footer-revert a {
        width: 30px;
    }

    footer .social-icons {
        justify-content: space-between;
    }

    footer .store-icons {
        margin-top: 0px !important;
        margin-bottom: 2.5rem;
    }

    footer .security-mobile1 img {
        width: 70% !important;
        height: auto !important;
        border: 2px solid #1e1e20;
        border-radius: 10px;
    }

    .footer-end-revert {
        display: flex;
    }

    footer .footer-text p,
    footer .inner-pages a,
    footer .inner-pages p {
        font-size: 0.7rem;
    }

    .card-large img {
        height: unset !important;
    }

    .cm-entry-title {
        font-size: 20px !important;
    }

    .card-content h2 {
        font-size: 18px !important;
    }

    .sub-head {
        font-size: 16px !important;
    }

    .cm-entry-summary p {
        font-size: 15px !important;
    }

    h3.wp-block-heading {
        font-size: 20px;
    }

    p.block-quote {

        background-color: #cfd8dd;

    }

    footer .store-icons {
        display: flex;
        align-items: center;
        justify-content: unset;
    }

}

/* BLOG CARDS   */

.card-blogs-two.grid-container.mt-5 {
    margin-top: 55px !important;
}


.mt-4, .my-4 {
    margin-top: 1rem !important;
}

.text {
    text-align: center;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
}

.d-flex.justify-content-between.align-items-start.mt-3.card-large-small-container {
    grid-gap: 10px;
}

em {
    font-weight: 600;
}


.header .navbar .navbar-nav li a.goldLink {
    color: #d7c478 !important;
}

.goldLink {
    color: #d7c478 !important;
}

.navbar .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cline stroke='%23fff' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' x1='4' x2='26' y1='7' y2='7'/%3E%3Cline stroke='%23fff' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' x1='4' x2='26' y1='15' y2='15'/%3E%3Cline stroke='%23fff' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' x1='4' x2='26' y1='23' y2='23'/%3E%3C/svg%3E");
}



@media (max-width: 991px) {
    .floating-sec {
        display: none;
    }
}



@media (min-width: 1200px) {

    .col-md-3,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-9 {
        padding-left: 0px;
        padding-right: 0px;
    }
}

.title-wrapper {
    border-bottom: 2px solid #289dcc;
    max-width: 99.8%;
}

h3.title {
    display: inline-block;
    background-color: #289dcc;
    color: #fff;
    padding: 6px 12px;
    font-size: 18px;
    margin-bottom: 0px;
}

th,
td,
.wp-block-table th,
.wp-block-table td {
    border: 1px solid #e4e4e7;
    padding: 6px 10px;
}

.displayContent {
    display: contents;
}

table.table-data {
    margin: 20px 0;
}

/* how-to-add-friends-on-xpal-messenger */

.cm-entry-summary.FOXM {
    display: flex;
    flex-direction: column;
  
}

.blog-heading {
    margin-top: 35px !important;
    position: relative !important;
    border-bottom: 1px solid #cbcbcb6e;
}

.border-bottom-side {
    border-bottom: 1px solid #cbcbcb6e;
    position: relative;
    top: 74px;
}
.top-margin-side {
    margin-top: 13.6px;
}

h3.blog-head {
    margin-bottom: 5px;
}
.mt-4.right-nav {
    margin-top: 121px !important;
}
.sub-head {
    font-size: 1.1rem;
    font-weight: 500;
}

.sub-head-two {
    font-size: 1rem;
    font-weight: 600;
}

h5.wp-block-heading {
    font-weight: 500;
}

h4.wp-block-heading.invite {
    font-weight: 400;
}
.banner-img {
    padding: 30px 0px;
    text-align: center;
}

ul.footer-links li a {
    font-size: 12px;
    font-weight: 400;

}

ul.footer-links li a:after {
    position: absolute;
    width: 0%;
    height: 1px;
    background: #fff;
    content: '';
    left: 0;
    bottom: -4px;
    transition: .5s all;
}

h6.wp-block-heading.simple {
    font-weight: 500;
    font-size: 15px;
}


.block-title h3 {
    font-size: 23px;
    font-weight: 400;
}
/* FOOTER_ICONS */

a {
    text-decoration: none !important;
    font-weight: 500;
}

.col-md-6.col-sm-12.social-icons i {
    font-size: 19px;
    color: white;
}