﻿.equal-content-sidebar .title h2 {
    font-size: 30px;
    line-height: 29px;
    text-align: center;
    margin: 0 0 2px;
    font-weight: 500;
    font-family: Roboto;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-decoration: none !important;
    padding: 0;
    color: #3e3e3e;
}

    .equal-content-sidebar .title h2:before {
        content: "";
        position: absolute;
        left: 48%;
        top: 40px;
        width: 60px;
        height: 2px;
        z-index: 1;
        background: rgb(63, 156, 209);
    }

.privacy-policy-content .our-mission {
    background: #FFF;
    border: 1px solid #E6E6E6;
    -webkit-box-shadow: 0 .2rem 1rem rgba(0, 0, 0, .15) !important;
    -moz-box-shadow: 0 .2rem 1rem rgba(0, 0, 0, .15) !important;
    box-shadow: 0 .2rem 1rem rgba(0, 0, 0, .15) !important;
    box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.15);
    border-bottom: 2px solid #DEDEDE;
    transition: all .35s ease-in-out;
    -webkit-transition: all .35s ease-in-out;
    padding-bottom: 10px;
}

.privacy-policy-content .privacy-policy-answer p {
    padding: 0px 20px 10px 20px;
}

.privacy-policy-content h5 {
    font-size: 20px;
    line-height: 22px;
    font-weight: 500;
    margin-bottom: 5px;
    background-color: #f0f0f0;
    padding: 6px;
}

.privacy-policy-content h6 {
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    margin-bottom: 0px;
    color: #585757;
}

.privacy-policy-content .privacy-policy-answer h6 {
    padding: 0px 10px;
}

.faq-category h4 {
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 1px;
    background: #3e3e3e;
    color: #fff;
    margin: 0;
    padding: 20px 20px 15px;
    border-bottom: 1px solid #E5E5E5;
}

.faq-category {
    background: #FFF;
}

.faq-category ul li.active {
    border-right: 5px solid rgb(63, 156, 209);
}

.faq-category>.content {
    padding: 0px !important;
}

.two-tone-layout.left-sidebar.size-2 .sidebar-wrapper {
    border-right: none !important: 
}

.two-tone-layout.size-2 .sidebar-wrapper {
    background: transparent;
}

.faq-category ul li a {
    display: block;
    border-bottom: none !important;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
    color: #636363;
}

.faq-category ul li {
    border-bottom: 1px solid #E8E8E8;
    padding: 10px;
}

.faq-category ul li.active a {
    color: #3e3e3e;
}

.two-tone-layout .sidebar-wrapper {
    background: transparent;
    margin-right: -320px;
    width: 320px;
    padding-left: 30px;
}

.two-tone-layout.size-2 .sidebar-wrapper {
    margin-right: -250px;
    width: 250px;
    padding-left: 30px;
    border-right: none !important;
}

.two-tone-layout.size-2 .sidebar-wrapper aside {
    background: #FFF;
    -webkit-box-shadow: 0 .2rem 1rem rgba(0, 0, 0, .15)!important;
    -moz-box-shadow: 0 .2rem 1rem rgba(0, 0, 0, .15)!important;
    box-shadow: 0 .2rem 1rem rgba(0, 0, 0, .15)!important;
    box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.15);
    transition: all .35s ease-in-out;
    -webkit-transition: all .35s ease-in-out;
}

.faq-accordion-wrapper.style-2 .accordion-heading {
    padding: 15px 20px 15px;
    background: #FFF;
    -webkit-box-shadow: 0 .2rem 1rem rgba(0, 0, 0, .15)!important;
    -moz-box-shadow: 0 .2rem 1rem rgba(0, 0, 0, .15)!important;
    box-shadow: 0 .2rem 1rem rgba(0, 0, 0, .15)!important;
    box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.15);
    transition: all .35s ease-in-out;
    -webkit-transition: all .35s ease-in-out;
}

.faq-accordion-wrapper .accordion-heading {
    padding: 15px 0;
    border-bottom: 1px solid #E5E5E5;
}

.faq-accordion-wrapper .panel {
    -webkit-box-shadow: none;
    box-shadow: none;
}

@media (max-width: 768px) {
    .equal-content-sidebar .title h2 {
        font-size: 25px;
    }
}

@media (max-width: 500px) {
    .equal-content-sidebar .title h2 {
        font-size: 22px !important;
    }
}


@media (max-width: 991px) {
    .equal-content-sidebar .title h2:before {
        z-index: 0;
    }
}

@media (max-width: 768px) {
    .equal-content-sidebar .title h2:before {
        content: "";
        left: 46%;
    }
}

@media (max-width: 500px) {
    .equal-content-sidebar .title h2:before {
        content: "";
        left: 42% !important;
    }
}
