.faq-nav {
    flex-direction: column;
    margin: 0 0 32px;
    border-radius: 2px;
    border: 1px solid #ddd;
    box-shadow: 0 1px 5px rgba(85, 85, 85, .15)
}

.faq-nav .nav-link {
    position: relative;
    display: block;
    margin: 0;
    padding: 13px 16px;
    background-color: #fff;
    border: 0;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
    color: #616161;
    transition: background-color .2s ease
}

.faq-nav .nav-link:hover {
    background-color: #f6f6f6
}

.faq-nav .nav-link.active {
    background-color: #f6f6f6;
    font-weight: 700;
    color: rgba(0, 0, 0, .87)
}

.faq-nav .nav-link:last-of-type {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    border-bottom: 0
}

.faq-nav .nav-link i.mdi {
    margin-right: 5px;
    font-size: 18px;
    position: relative
}

.tab-content {
    box-shadow: 0 0 20px #f3f4f6;
    border: none!important
}

.tab-content .card {
    border-radius: 0;
    border: none!important
}

.tab-content .card-header {
    padding: 15px 16px;
    border-radius: 0;
    background-color: #f6f6f6
}

.tab-content .card-header h5 {
    margin: 0
}

.tab-content .card-header h5 button {
    display: block;
    width: 100%;
    padding: 0;
    border: 0;
    font-weight: 700;
    color: rgba(0, 0, 0, .87);
    text-align: left;
    white-space: normal
}

.tab-content .card-header h5 button:active, .tab-content .card-header h5 button:focus, .tab-content .card-header h5 button:hover, .tab-content .card-header h5 button:hover:active {
    text-decoration: none
}

.tab-content .card-body p {
    color: #616161
}

.tab-content .card-body p:last-of-type {
    margin: 0
}

.accordion>.card:not(:first-child) {
    border-top: 0
}

.collapse.show .card-body {
    border-bottom: 1px solid rgba(0, 0, 0, .125)
}

.card-header {
    background-color: #fff!important
}

.btn.btn-link:hover {
    background: linear-gradient(135deg, #9ff669 0%, #31de79 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.white-card {
    padding: 15px 20px 0 20px;
    box-shadow: 0 0 20px #f3f4f6;
    background-color: #fff
}

.white-card hr {
    margin: 15px -20px 20px -20px!important;
    border-top: 1px solid #fbfbfb;
    border-bottom: 1px solid #f3f4f6
}

#request-quote-white-card {
    margin: 0!important
}

#request-quote-btn {
    background: linear-gradient(135deg, #9ff669 0%, #31de79 100%);
    color: #fff;
    border-radius: 3px;
    font-family: Poppins;
    letter-spacing: 1px;
    font-size: 12px;
    padding-top: 10px!important;
    padding-bottom: 10px!important;
    border: none;
    outline: 0;
    box-shadow: none;
    margin-bottom: 20px;
    cursor: pointer;
    border: 1px solid #31de79;
}

#request-quote-btn:hover {
    background-color: #fff;
    border: 1px solid #31de79;
    background: linear-gradient(135deg, #9ff669 0%, #31de79 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all .5s ease-out
}

.request-quote-header {
    font-family: Poppins;
    font-weight: 300;
    font-size: 15px
}

.request-quote-phone-num-title {
    color: #9ea4ae;
    text-transform: uppercase;
    font-weight: 200;
    font-size: 14px;
    margin-bottom: 5px
}

.request-quote-phone-num {
    color: #3d454d;
    font-weight: 300;
    font-size: 14px;
    margin-bottom: 10px
}

.request-quote-phone-address-title {
    color: #9ea4ae;
    text-transform: uppercase;
    font-weight: 200;
    font-size: 14px;
    margin-bottom: 5px
}

.request-quote-phone-address {
    color: #3d454d;
    font-weight: 300;
    font-size: 14px;
    margin-bottom: 10px
}

.fixed-top {
    left: auto!important;
    top: 97px!important;
    width: 255px!important
}

.fixed {
    position: fixed;
    top: 97px!important;
    right: 0!important
}

.faqLinks {
    background: linear-gradient(135deg, #9ff669 0%, #31de79 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600
}

.faqLinks:hover {
    background: linear-gradient(135deg, #9ff669 0%, #31de79 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600
}

.backToTopBtn {
    background: linear-gradient(135deg, #9ff669 0%, #31de79 100%);
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    font-family: Poppins;
    text-transform: uppercase
}

.backToTopBtn:hover {
    background: linear-gradient(135deg, #9ff669 0%, #31de79 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-color: #fff;
    border: 1px solid #31de79
}

.btn-link {
    box-shadow: none!important
}