.ux-two .navbar-expand-md .navbar-nav .dropdown-menu {
    right: 0;
    left: unset;
}
img {
    margin-top: 0px;
    max-width: 100%;
    height: auto;
}
i {
    font-family: FontAwesome;
    font-size: 14px;
    padding: 0 .25rem;
    font-style: normal;
}
/* Previous styles from style.css, to override them - start */
.site-main-inner-area {
    background: transparent;
    padding: 0;
}
.btn-outline-danger:focus {
    outline: 0;
    box-shadow: none;
}
/*Trruncate (...)*/
.text-to-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
/*Trruncate (...) end*/

/*content container that overlaps the with banner*/
.contact-section .products {
    margin-top: -35px;
}

.summary .col-md-8 .summary-two {
    display: none;
}

.summary .col-md-12 .summary-one {
    display: none;
}

.summary .col-md-8 p:not([class]), .summary .col-md-12 p:not([class]) {
    display: none;
}

/*CTA Sticky Bar*/
.sticky-cta-wrapper {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 75px;
    padding: 10px 0;
    background-color: #FFFFFF;
    border: 1px solid rgba(0,0,0,.2);
    box-shadow: rgba(0,0,0,.2) !important;
    z-index: 1;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.sticky-cta-wrapper img {
    width: 156px;
}

.sticky-cta-wrapper .sticky-cta-button {
    width: auto;
    color: #FFFFFF;
    font-size: 20px;
    padding: .5rem 1rem !important;
}

.sticky-cta-wrapper .sticky-cta-button:hover {
    color: #e4405f;
    background-color: #FFFFFF;
    border: 2px solid #e4405f;
}

#backTopDesktop {
    color: #09BCBE;
    font-size: 20px;
    position: absolute;
    bottom: 25px;
    right: 30px;
}

#backTopDesktop:hover {
    cursor: pointer;
    text-decoration: underline;
}

#backTopMobile {
    background-color: #09BCBE;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: absolute;
    bottom: 20px;
    right: 30px;
}

a#backTopMobile {
    color: #FFFFFF;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 600;
    height: 2.5rem;
    padding-top: 2px;
}

#backTopMobile:hover {
    cursor: pointer;
    background-color: #062B55;
}

#backTopMobile:visited {
    background-color: #09BCBE;
}

/*Terms & Policy Page*/
.terms-section .badge {
    margin-top: 10px;
}

.terms-section {
    font-size: 14px;
}

.terms-title {
    font-size: 20px;
    font-weight: 600;
    color: #062B55;
}

.terms-subtitle {
    font-size: 16px;
    color: #062B55;
    font-weight: 500;
}

.terms-section .details-list li {
    margin-top: 10px;
}

.terms-link {
    color: #09BCBE;
    font-weight: 500;
}

.policy-txt {
    margin-top: 10px !important;
}

.privacy-section table {
    width: 100%;
    max-width: 1250px;
}

.privacy-section .column-4 th, .privacy-section .column-4 td:nth-child(2), .privacy-section .column-4 td:nth-child(3) {
    width: 20%;
}
.privacy-section .column-4 td:nth-child(4) {
    width: 40%;
}

.privacy-section .column-3 th, .privacy-section .column-3 td:nth-child(2), .privacy-section .column-3 td:nth-child(3) {
    width: 33.33%;
}

.privacy-section table, .privacy-section tr, .privacy-section td {
    border: 1px solid #484848;
}

.privacy-section th, .privacy-section strong {
    font-weight: 600;
}

.privacy-section table p{
    margin-left: .25rem;
}
/*Terms of Policy Page end*/

/* FAQ SECTION*/
.faq-container {
    width: 100%;
}
.faq-module-box {
    width: 100%;
}
.faq-area {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
}
.faq-mod {
    margin: .5rem 0;
    font-size: 18px;
    padding: .5rem 1rem;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 5px;
    cursor: pointer;
    width: 100%;
    display: inline-block;
}
.faq-area-wrapper {
    padding: 0;
    max-width: 720px;
    width: 100%;
}
.faq-mod:hover {
    box-shadow: 3px 3px 6px rgba(0,0,0,.25);
    border: 1px solid #15C86C;
}
.faq-container h2 {
    font-weight: 700;
    color: #084DAA;
    text-align: left;
    margin-top: 1rem;
}
/*FAQ end*/

/*View More CSS*/
.chart-view-btn {
    position: relative;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    background-color: transparent;
    color: #09BCBE;
    font-size: 12pt;
    font-weight: 600;
    border: none;
    box-shadow: none;
    text-align: center;
    display: inline-block;
}

.chart-view-btn:focus {
    outline: none;
}

.offers-full, #chart-view-less-btn{
    display: none;
}

.chart-view-btn span {
    transition: display 3s linear 1s;
}

/* Mobile Version - For Samll Devices <=576 */
@media only screen and (max-width: 576px) {
    .product-title {
        font-size: 18px;
    }
    /*Sticky CTA Bar*/
    .sticky-cta-wrapper {
        height: 75px;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 75px;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 5px;
    }

    .sticky-cta-wrapper img {
        width: 100px;
        margin-left: 5px;
    }

    .sticky-cta-wrapper .sticky-cta-button {
        color: #FFFFFF;
        font-size: 12px;
        margin-left: 5px;
    }
}

/*  Mobile Horizontal  */
@media screen and (min-width: 576px) and (max-width: 768px) {

    /*Sticky CTA Bar*/
    .sticky-cta-wrapper img {
        width: 200px;
        margin-left: 0;
    }
    .sticky-cta-wrapper .sticky-cta-button {
        color: #FFFFFF;
        font-size: 14px;
    }
    /*Privacy Policy*/
    .privacy-section table {
        width: 100%;
        max-width: 767px;
    }
}

/* For Devices <768 - Few elements share same functionality in Small and Medium Devices */
@media only screen and (max-width: 767px) {
    /*Inner Chart*/
    .site-main-inner-area {
        margin-top: 1rem;
    }
    .contact-section .products {
        margin-top: -20px;
    }
    /*Privacy Policy*/
    .privacy-section table {
        font-size: 12px;
    }
    .privacy-section table p{
        margin-left: 0;
    }

    /*FAQ*/
    .faq-mod {
        margin: .5rem 0;
        font-size: 14px;
        padding: .5rem;
    }
    .faq-area-wrapper {
        padding: 0;
    }
    .faq-container h2 {
        font-size: 22px;
        font-weight: 600;
        text-align: center;
    }
}

@media only screen and (min-width: 768px) {
    /*Inner Chart*/
    .site-main-inner-area {
        margin-top: 1rem;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .product-title {
        font-size: 18px;
    }
    /*Sticky CTA bar*/
    .sticky-cta-wrapper img {
        width: 200px !important;
        margin-left: 0 !important;
    }

    .sticky-cta-wrapper .sticky-cta-button {
        color: #FFFFFF;
        font-size: 12px;
    }
}


@media screen and (min-width: 992px) and (max-width: 1199px) {
    .product-title {
        font-size: 18px;
    }

    /*STicky CTA Bar*/
    .sticky-cta-wrapper {
        height: 75px;
        padding: 10px 0;
    }

    .sticky-cta-wrapper img {
        width: 300px !important;
        margin-left: 0 !important;
    }

    .sticky-cta-wrapper .sticky-cta-button {
        color: #FFFFFF;
        font-size: 18px;
    }
}

@media only screen and (max-width: 1199px) {
    /*CTA Sticky Bar*/
    #backTopMobile {
        display: inline-block;
    }
    #backTopDesktop {
        display: none;
    }
}


@media only screen and (min-width: 1200px) {
    /*CTA Sticky Bar*/
    #backTopMobile {
        display: none;
    }
    #backTopDesktop {
        display: block;
    }
}
@media screen and (max-height: 500px) and (max-width: 991px) {
    .faq-mod {
        margin: .5rem 0;
        font-size: 14px;
        padding: .5rem;
    }
    .faq-container h2 {
        font-size: 22px;
        text-align: center;
    }
}