@font-face {
    font-family: 'Moderat-Regular';
    src: url('fonts/Moderat-Regular.eot');
    /* IE9 Compat Modes */
    src: url('fonts/Moderat-Regular.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */
    url('fonts/Moderat-Regular.woff2') format('woff2'),
    /* Super Modern Browsers */
    url('fonts/Moderat-Regular.woff') format('woff');
    /* Pretty Modern Browsers */
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Moderat-Regular' !important;
}


.mainwrapper {
    /*max-width: 1920px;*/
    justify-content: center;
    align-items: center;
    width: 100%;
    background: #ffffff;
}

section {
    width: 100%;
    margin-bottom: 30px;
    background-color: #ffffff;
}

.loader {
    position: fixed !important;
    bottom: 50% !important;
    z-index: 9;
}

.home-expanded-section {
    width: 100%;
    float: left;
    display: flex;
    flex-direction: column;
}

    .home-expanded-section nav ul li a {
        font-weight: 600;
        color: #373a36;
        width: auto !important;
        height: auto !important;
    }

ul {
    list-style: none;
    padding-left: 0;
}

ul,
li,
a,
img,
button,
.bannerhd {
    transition: all ease .5s;
}

    a:hover {
        text-decoration: underline !important;
        color: #3EB1C9 !important;
    }


.skip-link {
    /* hidden links for screen readers */
    position: absolute;
    top: -40px;
    left: 0;
    z-index: 999;
}


.wrapper {
    margin: 0 auto;
    /*    padding: 0px 0 !important;*/
    position: relative;
}


/* Header */

div#navbarSupportedContent {
    top: 60px !important;
}



.topbar {
    width: 100%;
    float: left;
    background: #F8F8F8;
    border-bottom: solid 2px #a4a2a21a;
}

    .topbar .wrapper {
        display: flex;
        justify-content: space-between;
        padding: 0 0px !important;
        height: 54px;
        align-items: center;
        max-width: 1364px;
        width: 100% !important;
        position: relative;
    }

.topbar-list {
    list-style: none;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
}

    .topbar-list li {
        padding: 0 10px;
        border-left: solid 1px #ccc;
        align-items: center;
        display: flex;
        height: 20px;
    }

        .topbar-list li:first-child {
            padding-left: 0;
            border: 0;
        }


header {
    width: 100%;
    float: left;
    position: relative;
    z-index: 1;
}


    header .navbar {
        padding: 0 !important;
        background: #FFFFFF;
        border-bottom: 1px solid rgba(55, 58, 54, 0.1);
        margin-bottom: 0;
        position: relative;
        min-height: auto;
        height: 80px;
    }

        header .navbar .dropdown-toggle::after {
            display: none;
        }

.logobar {
    width: 100%;
    float: left;
}

.navbar .wrapper {
    max-width: 1364px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    float: left;
}

.logo {
    margin-right: 50px;
    float: left;
}

/* End Header */


/* Buttons */
a.btn.btn-banner {
    background: #38a0b5 !important;
    border-radius: 30px;
    color: #fff;
    border: none;
    padding: 8px 20px;
    cursor: pointer;
    text-decoration: none;
}

.btn-blue {
    height: 40px;
    background: #38A0B5 !important;
    border-radius: 20px !important;
    color: #fff !important;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 29px;
    border: 0;
    font-size: 14px;
    text-decoration: none;
}

    .btn-blue:hover {
        background: #38A0B5 !important;
        text-decoration: none !important;
        color: #fff !important;
    }


button.btn-blue.disabled {
    background: #a4a2a240;
    color: #A4A2A2;
}

.topbar a.btn-blue {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 20px;
    letter-spacing: 0;
    height: 33px;
    width: 171px;
    line-height: 1;
    padding: 0;
    min-height: 0;
    font-size: 14px;
    appearance: none;
    background-color: #38A0B5 !important;
}

/* Button focus for navigation using the keyboard */


:focus {
    outline: 2px solid blue;
}

button:focus {
    outline: 2px solid blue;
    outline-offset: 2px;
}

a.btn:focus {
    outline: 2px solid blue;
    outline-offset: 2px;
}

a:focus {
    outline: 2px solid blue;
    outline-offset: 2px;
}


.dropdown.visible-mobile button:hover img {
    transform: none !important;
}

.dropdown.visible-mobile button img {
    transform: none;
}

/* End Button focus for navigation using the keyboard */

/* interstitial */
.modal-content {
    width: 100%
}

    .modal-content h2 {
        font-size: 50px;
        line-height: normal;
    }

.modal-dialog {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}



.modal-close-trigger {
    position: absolute;
    top: -1.5rem;
    right: -1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    width: 3rem;
    height: 3rem;
    padding-bottom: 0.2em;
    background-color: rgb(255, 103, 0);
    color: white;
}

/**********/
.modal-body {
    text-align: center;
}

.button-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.btn {
    margin-bottom: 8px; /* Adjust as needed for spacing between buttons */
    margin-right: 20px; /* Adjust the gap between buttons for desktop and iPad */
}

@media (max-width: 1024px) {
    /* Adjust the breakpoint as needed for iPads and other tablets */
    .btn {
        margin-right: 10px; /* Adjust the gap between buttons for tablets */
    }
}

@media (max-width: 767px) {
    .button-container {
        flex-direction: column;
        align-items: center;
    }
}


/* End interstitial */

.main-menu {
    list-style: none;
    display: flex;
    align-items: center;
}

    .main-menu li {
        padding: 0 17px;
        align-items: center;
        display: flex;
    }

        .main-menu li a {
            color: #373A36;
            text-decoration: none;
        }


.text {
    float: left;
    width: 90%;
}



.visible-mobile {
    display: none !important;
}

.visible-desktop {
    display: flex;
}


.btn-nobg {
    background: none;
    border: 0;
}


.navbar .menuicon {
    padding: 0;
    border: 0;
}

.navbar .nav-item {
    z-index: 99;
    position: relative;
    margin-right: 45px;
}


.navbar .dropdown-item {
    font-size: 14px;
}


.navbar .dropdown-menu li:last-child .dropdown-item {
    border: 0;
}

ul.navbar-nav li ul li a {
    text-transform: unset !important;
}

li.nav-item.dropdown:hover a {
    position: relative;
}

.navbar-expand-lg .navbar-nav li a.nav-link:hover {
    text-decoration: underline !important;
}

.navbar-collapse.collapse.show ul li ul li a {
    border-bottom: 1px solid #ddd;
}

.nav-item .arrow-closed {
    display: none;
}


.navbar-toggler[aria-expanded="false"] .navbar-close-icon {
    display: block;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon,
.navbar-toggler[aria-expanded="false"] .navbar-close-icon {
    display: none;
}




.grecaptcha-badge {
    display: none !important;
    visibility: visible !important;
}


#myTab li a:hover {
    color: #373A36 !important;
}


.dropdown-menu[data-bs-popper] {
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 0;
}

/* Yellow Bar & 404-notfound & SuccessMessage */

.yellow-bar {
    display: flex;
    width: 100%;
    background: #F8E0A3;
    min-height: 50px;
    text-align: center;
    line-height: normal;
    font-size: 14px;
    font-weight: 500;
    color: #373A36;
    align-items: center;
    justify-content: center;
}

section.content-section {
    max-width: 1349px;
    margin: 0 auto;
    width: 100%;
    display: flex;
    padding: 46px 0 40px;
    flex-direction: column;
    align-items: center;
}

    section.content-section p {
        font-size: 24px;
        text-align: center;
        color: #373a36;
        max-width: 1140px;
        margin: 0 auto;
    }

.card-section {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 22px;
    align-items: flex-start;
}

    .card-section .card {
        width: 348px;
        height: auto;
        border: 1px solid #1088d3 !important;
    }

.card-body {
    min-height: 300px;
}

.card-section .card-header {
    background: #1088d3;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #fff;
    width: 100%;
    padding: 15px 0;
    border: none;
}

    .card-section .card-header h3 {
        margin-bottom: 17px;
        color: #fff;
        font-weight: 600;
        margin-top: 0;
    }

.card-section img.card-img-top {
    width: 32px;
    margin-bottom: 17px;
}

.card-section img.card-img {
    width: 91px;
    height: 91px;
    transform: none !important;
}

.card-details p,
.card-details strong,
p.card-text {
    font-size: 14px !important;
    line-height: 28px;
    text-align: left !important;
}

.card-list-details {
    margin-bottom: 15px;
}

.card-section.accordion .card-body {
    padding: 15px 20px 0px !important;
}

.card-section button {
    padding: 0px 0 15px 0px !important;
}

.card-section .accordion-button {
    border-radius: 0 !important;
    color: #373a36 !important;
    border: none !important;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}





.card-section button:hover,
.card-section button:focus {
    background: none !important;
}

#notfound {
    position: relative;
    height: 100vh;
}

    #notfound .notfound {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

.notfound {
    max-width: 620px;
    width: 100%;
    line-height: 1.4;
    text-align: center;
}

    .notfound .notfound-404 {
        position: relative;
        height: 240px;
    }

        .notfound .notfound-404 h3 {
            position: relative;
            font-size: 16px;
            font-weight: 700;
            text-transform: uppercase;
            color: #262626;
            margin: 0;
            letter-spacing: 3px;
            padding-left: 6px;
        }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif !important;
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            font-size: 240px !important;
            font-weight: 900 !important;
            margin: 0;
            color: #262626;
            text-transform: uppercase;
            letter-spacing: -40px;
            margin-left: -20px;
            transition: all ease .5s;
            width: 100%;
        }

            .notfound .notfound-404 h1 > span {
                text-shadow: -8px 0 0 #fff;
                font-family: 'Montserrat', sans-serif !important;
            }

    .notfound h2 {
        font-size: 16px;
        font-weight: 600;
        text-transform: uppercase;
        color: #727272;
        margin-top: 0;
        margin-bottom: 25px;
    }



/* gray box */
.detail-section {
    background: #f8f8f8;
    min-width: 620px;
    margin-left: -90px;
    padding: 30px 30px 30px 130px;
    position: relative;
    border-radius: 20px;
}

    .detail-section h2 {
        font-size: 50px;
        font-weight: 900;
    }

.tracer-img-section {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

img.tracker-img {
    width: 78px;
    height: auto;
    margin-right: 20px;
}



@media screen and (max-width: 1920px) {
    .mainwrapper {
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100vh;
        background: #ffffff;
    }
}

@media (max-width: 576px) {
    .mainwrapper {
        /* Styles for mobile screens */
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100vh;
        background: #ffffff;
    }
}

@media (max-width: 767px) {
    .mainwrapper {
        /* Styles for tablet screens */
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100vh;
        background: #ffffff;
    }

    /* interstitial */
    .modal-dialog {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .modal-dialog {
        width: 70%
    }

    .modal-content h2 {
        font-size: 24px;
        line-height: normal;
    }
    /* End interstitial */
}

@media (max-width: 992px) {
    .mainwrapper {
        /* Styles for laptop screens */
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100vh;
        background: #ffffff;
    }
}

@media (max-width: 1200px) {
    .mainwrapper {
        /* Styles for desktop screens */
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100vh;
        background: #ffffff;
    }
}


/***************/



@media (max-width: 576px) {

    .topbar {
        padding: 0 10px 0 10px !important
    }

    header .navbar {
        padding: 0 10px 0 10px !important;
    }
}



/* Footer */



/* ---------- BOTTOM MENU ---------- */
/********/

@media only screen and (min-width: 1366px) {

    .mainwrapper.section.copyrightrow-container {
        /*max-width: 80% !important;*/
    }

    section.copyrightrow-container .detail-section {
        left: 10% !important;
        position: relative !important;
        width: 93% !important;
        overflow-x: auto !important;
        background: #373a36 !important;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {

    .mainwrapper.section.copyrightrow-container {
        /*max-width: 80% !important;*/
    }

    section.copyrightrow-container .detail-section {
        left: 10% !important;
        position: relative !important;
        width: 95% !important;
        overflow-x: auto !important;
        background: #373a36 !important;
    }
}

@media only screen and (max-width: 1199px) and (min-width: 992px) {

    .mainwrapper.section.copyrightrow-container {
        /*max-width: 80% !important;*/
    }

    section.copyrightrow-container .detail-section {
        left: 10% !important;
        position: relative !important;
        width: 98% !important;
        overflow-x: auto !important;
        background: #373a36 !important;
    }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {

    .mainwrapper.section.copyrightrow-container {
        background: #373a36 !important;
    }

    section.copyrightrow-container .detail-section {
        left: 13% !important;
        position: relative !important;
        width: 98% !important;
        overflow-x: auto !important;
        background: #373a36 !important;
    }
}

/********/

/*Show on tablets, laptops, and desktops (min-width 768px)*/
@media screen and (min-width: 768px) {
    .copyrightrow-container {
        background: #373a36 !important;
        max-width: 100% !important;
    }

    .bottom-xwell-logo-mobile {
        display: none;
    }

    .bottom-xwell-logo {
        display: flex !important;
        align-items: center;
    }

        .bottom-xwell-logo img {
            max-width: 76px !important;
            max-height: 11px !important;
            width: 100%;
        }

    .copyrightrow-container-mobile .wrapper {
        background: #373a36 !important;
        display: flex;
        align-items: center;
    }

    .copyrightrow-container .wrapper {
        background: #373a36 !important;
        display: flex;
        align-items: center !important;
    }

    section.copyrightrow-container .detail-section {
        background: #373a36 !important;
        min-width: 620px;
        padding: 0 !important;
        overflow-x: auto;
        left: 150px;
        border-radius: 0px;
        /*width: 100%;
                position: relative;
        
        max-width: 1149px !important;*/
    }
}

/*Hide on mobile devices (max-width 767px)*/
@media screen and (max-width: 767px) {
    .bottom-xwell-logo-mobile {
        display: flex !important;
    }

    .bottom-xwell-logo {
        display: none;
    }
}
/* ---------- BOTTOM MENU ---------- */
section .copyrightrow-container {
    margin-bottom: 20px !important;
    background-color: #373a36 !important;
}

    section.copyrightrow-container .wrapper .row {
        max-width: none;
    }

.bottom-menu {
    background-color: #373a36;
    align-items: center;
    height: 43px;
    width: 100% !important;
    padding: 0px 0px 0px 0px !important;
}

.bottom-menu-left__copyright {
    margin-bottom: 0;
    font-size: 14px;
    color: #ffffff;
}

.bottom-menu-right {
    display: flex;
    justify-content: flex-end;
}

.bottom-menu-right__menu {
    margin-right: 100px;
    display: flex;
    column-gap: 10px;
    justify-content: center;
    align-items: center;
}

.bottom-menu-right__menu-link {
    text-decoration: none;
    color: #ffffff;
    text-align: center;
    font-size: 14px;
}

.copyrightrow-container .wrapper {
    align-items: center !important;
    display: flex;
    background: #373a36;
    padding: 0px 0px 0px 0px !important;
}

@media screen and (max-width: 767px) {
    .copyrightrow-container {
        margin-bottom: 20px !important;
        background-color: #f8f8f8 !important;
    }

    .bottom-menu {
        background-color: #f8f8f8 !important;
    }

    .bottom-menu {
        /*background-color: #f8f8f8 !important;*/
    }

    .bottom-menu-left {
        text-align: center;
        /*background-color: #f8f8f8 !important;*/
    }

    .bottom-menu-left__copyright {
        font-size: 14px;
        color: #373a36;
        margin-bottom: 16px;
        /*background-color: #f8f8f8 !important;*/
    }

    .bottom-menu-right {
        justify-content: center;
        /*background-color: #f8f8f8 !important;*/
    }

    .bottom-menu-right__menu {
        margin-right: 0;
        column-gap: 25px;
    }

    .bottom-menu-right__menu-link {
        font-size: 14px;
        color: #373a36;
    }

    .copyrightrow-container .wrapper {
        background: #f8f8f8;
        padding: 0px 0px 0px 0px !important;
        flex-direction: column-reverse;
        max-height: 150px !important;
        height: auto;
    }

    section.copyrightrow-container .detail-section {
        left: 0;
        background: #f8f8f8;
        min-width: 100px !important;
        margin-left: 0px;
        padding: 0px 0px 0px 0px;
        position: relative;
        border-radius: 0px;
        width: 100% !important;
        justify-content: center;
    }

    .bottom-xwell-logo-mobile {
        margin-bottom: 10px;
        align-items: center;
        margin-top: 12px;
    }

    .bottom-xwell-logo-mobile img {
        max-width: 76px !important;
        max-height: 11px !important;
        width: 100%;
    }

}

/* End Footer */
