﻿@media only screen and (max-width: 786px) {
    #dashboard_inner_block {
        padding: 40px 0 !important;
    }

    .Privacy-Policy-heading {
        font-size: 25px !important;
    }

    p {
        font-size: 14px !important;
    }

    ul, li {
        font-size: 13px !important;
    }

        ul.use-slt-links li a {
            padding: 0px 0 !important;
        }

    .faq-heading {
        font-size: 26px !important;
    }

    h5 {
        font-size: 18px !important;
        line-height: 24px !important;
    }

    h3 {
        font-size: 22px !important;
        line-height: 30px !important;
    }

    h4 {
        font-size: 20px !important;
        line-height: 25px !important;
    }
}

@media only screen and (max-width: 450px) {
    #dashboard_inner_block {
        padding: 20px 0 !important;
    }

    .Privacy-Policy-heading {
        font-size: 23px !important;
    }

    p {
        font-size: 13px !important;
    }

    ul, li {
        font-size: 12px !important;
    }

    .faq-heading {
        font-size: 20px !important;
    }

    h5 {
        font-size: 16px !important;
        line-height: 22px !important;
    }

    h3 {
        font-size: 18px !important;
        line-height: 24px !important;
    }

    h4 {
        font-size: 16px !important;
        line-height: 20px !important;
    }
}
.frontFacing-reset {
    font-family: 'Segoe UI' !important;
    font-size: 14px !important;
    line-height: 18px !important;
    color: #000000 !important;
    background-color: #EB7242 !important;
    border-color: #EB7242 !important;
    border-radius: 14px !important;
}

p > a:hover, li > a:hover, label > a {
    color: gray !important;
}

a.emphasize {
    color: #287d8f !important;
    font-weight: 600 !important;
}

.policy h4 {
    color: #77C8D9 !important;
    font-size: 24px;
    line-height: 29px;
}

#polices-menu {
    border-bottom: 4px solid #f25c21;
    margin-top: 4px;
}

#home-menu, #find-menu {
    border-bottom: none !important;
}



#dashboard_inner_block {
    background: #f4f5fa;
    padding: 80px 0;
}

.policy ul {
    list-style: none;
    padding: 0;
}

ul.use-slt-links li:first-child {
    padding-top: 5px;
}

ul.use-slt-links li {
    color: #60b0bd !important;
    border-bottom: 1px solid rgba(255,255,255,0.15);
    padding: 8px 0;
    width: 100%;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
}

.policy {
    padding: 30px;
    padding-right: 0px !important;
}

    .policy h4 {
        color: #77C8D9;
    }

    .policy li {
        list-style: none;
    }

ul.use-slt-links li.active a {
    font-weight: bold !important;
}

ul.use-slt-links li a {
    color: #60b0bd !important;
    border-bottom: 1px solid grey;
    padding: 3px 0;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
}

.outer-list {
    padding: 10px;
}

.inner-list {
    padding-left: 20px;
}

.Privacy-Policy-heading {
    color: #212529 !important;
}

p, ul, li, h5 {
    color: #212529 !important;
}

p {
    font-size: 16px !important;
    line-height: 24px !important;
}

a {
    font-size: 16px !important;
}

ul, li {
    font-family: 'Segoe UI', sans-serif !important;
    font-size: 16px;
    line-height: 24px !important;
}
/*Faq Page Css*/
.question-block > a {
    color: #60b0bd !important;
    text-decoration: none !important;
    outline: 0 !important;
}

.question-block p {
    color: #60b0bd !important;
    font-weight: 700 !important;
}

.collapse:not(.show) {
    display: none;
}

.card-body {
    flex: 1 1 auto;
    padding: 1.25rem;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}

.question-answer p {
    color: black !important;
    font-weight: 400 !important;
}

.faq-heading {
    color: #000000 !important;
}

ul.use-slt-links li.active a {
    font-weight: bold !important;
}

ul.use-slt-links li a:hover {
    color: #36828e !important;
}

h5 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 600 !important;
}

h4 {
    font-size: 24px;
    line-height: 29px;
    color: #212529;
    font-weight: 600 !important;
}

h3 {
    font-size: 28px;
    line-height: 34px;
    color: #212529;
    font-weight: 600 !important;
}

h2 {
    font-weight: 600 !important;
}
