﻿.listing-page-list {
    border-bottom: 1px solid #E5E5E5;
}

.faqs-page h2 img {
    width: 90px;
    margin-right: 10px;
    max-height:75px;
}

.listing-page-list ul li {
    display: inline-block;
}
.faqs-accordian .card:last-child .card-body {
    border-bottom: 1px solid #ddd;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

    .listing-page-list ul li a {
        padding: 10px 5px;
        display: inline-block;
        color: #666666;
        position: relative;
        margin: 0px 15px;
        letter-spacing: 1.1px;
    }

        .listing-page-list ul li a.active {
            color: #878800;
            font-weight: bold;
        }

            .listing-page-list ul li a.active::before {
                content: '';
                position: absolute;
                left: 0;
                right: 0;
                width: 100%;
                height: 5px;
                background: #878800;
                bottom: 0;
                border-radius: 10px 10px 0px 0px;
            }





.faqs-accordian {
    margin: 0;
    width: 100%;
}

    .faqs-accordian .accordionBox {
        background: #fff;
        border-radius: 15px;
    }

    .faqs-accordian .card-header {
        background-color: #fff;
        padding: 0;
    }

        .faqs-accordian .card-header .btn.btn-link {
            width: 100%;
            text-align: left;
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 20px 20px;
            font-weight: 600;
            color: #1A1A1A;
            font-size: 16px;
            text-wrap: auto;
            -webkit-text-wrap: auto;
            -moz-text-wrap: auto;
            -o-text-wrap: auto;
            line-height: 28px;
        }



            .faqs-accordian .card-header .btn.btn-link:hover {
                text-decoration: none;
            }

    .faqs-accordian .card {
        border-radius: 0;
        border-bottom: 0;
    }

    .faqs-accordian .card-body:focus-visible {
        outline: auto;
    }

    .faqs-accordian .card-body {
        color: #1A1A1A;
        font-size: 14px;
        line-height: 24px;
    }

    .faqs-accordian .card:last-child {
        border-bottom-left-radius: 15px;
        border-bottom-right-radius: 15px;
        margin-bottom: 20px;
    }

        .faqs-accordian .card:last-child .card-header {
            border-bottom-left-radius: 15px;
            border-bottom-right-radius: 15px;
        }



.accordianTitle_types h4 {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    line-height: 28px;
}

.accordianTitle_types {
    padding: 20px 20px;
    border: 1px solid rgba(0,0,0,.125);
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    border-bottom: 0;
}

.faqs-accordian .card-header .btn.btn-link span i {
    transform: rotate(180deg);
    transition: all 0.45s ease-in-out;
}

.faqs-accordian .card-header .btn.btn-link.collapsed span i {
    transform: rotate(0deg);
    transition: all 0.45s ease-in-out;
}


.terms-and-condition.content-three-page {
    background: #fff;
    border-radius: 15px;
    margin: 20px auto;
    width: 70%;
    padding: 20px 20px;
    border: 1px solid rgba(0,0,0,.125);
}

.privacy-policy-content.content-three-page {
    background: #fff;
    border-radius: 15px;
    margin: 20px auto;
    width: 70%;
    padding: 20px 20px;
    border: 1px solid rgba(0,0,0,.125);
}

.content-three-page h5 {
    color: #1A1A1A;
    margin: 0;
    font-size: 14px;
}

.content-three-page h3 {
    margin: 10px 0px;
    font-size: 24px;
    color: #1A1A1A;
}

.content-three-page h6 {
    font-size: 12px;
    margin: 0;
    margin-bottom: 20px;
}

.content-three-page p {
    margin: 0;
    color: #1A1A1A;
}

.content-three-page h4 {
    margin: 0;
    font-size: 16px;
    margin-top: 20px;
}

.faq-accordian-wrap .faq-accordian-header {
    padding: 0;
    display: inline-block;
    width: 100%;
    height: 100%;
    box-shadow: initial;
}

    .faq-accordian-wrap .faq-accordian-header .faqs-accordian {
        width: 100%;
        margin: 0;
    }

.faq-accordian-wrap {
    background: transparent;
    border: 0;
    margin-bottom: 10px;
}

.faqs-accordian .card-header .btn.btn-link {
    text-decoration: none;
}

.faqs-accordian .card:first-child .card-header {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.faq-titlebar h1 {
    font-size: 32px;
    margin-top: 40px;
    font-weight: 600;
    color: #1A1A1A;
}

.faqs-accordian .card:first-child {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.faq-accordian-wrap .faq-accordian-header .faqs-accordian .card ol li {
    list-style-type: decimal;
}

.faq-accordian-wrap .faq-accordian-header .faqs-accordian .card ol {
    margin: 10px 0px;
}



.withOutAcc a:hover {
    color: #939;
}

.faqs-accordian .card ol li, .faqs-accordian .card ul li, .faqs-accordian .card p {
    font-size: 14px;
    line-height: 24px;
}

.faqs-page h2 {
    font-size: 24px;
    margin-top: 20px;
    font-weight: 600;
    color: #1A1A1A;
    display: flex;
    align-items: center;
}

.card-body ul li {
    list-style: disc;
    padding: 4px 0;
}

.card-body ul {
    padding-left: 30px;
    margin: 5px 0;
}

.mainFaq a{
    font-weight:600;
}
.faqs-accordian .card-body p {
    margin-bottom: 0;
}
.font_18{
    font-size:18px;
}
/*help support css*/
.helpSupportPage .rotateArrowIcon {
    transform: rotate(180deg);
    transition: all .5s linear;
}

.helpSupportPage #inputDistance {
    display: none;
}

.helpSupportPage .faq-titlebar h1 {
    font-size: 32px;
    margin-top: 40px;
    font-weight: 600;
    color: #1A1A1A;
}

.helpSupportPage .card-heading {
    font-weight: 600;
    font-size: 16px;
    text-align: left;
    color: #1A1A1A;
    margin: 0;
    line-height: 32px;
    margin-bottom: 10px;
}

.helpSupportPage .paraInnerHeadingBlow {
    font-size: 16px;
    color: #666666;
    line-height: 28px;
    font-weight: 400;
    margin-bottom: 15px !important;
}

.helpSupportPage .faq-accordian-wrap {
    margin-top: 10px;
}

.