/* Header CSS */
 
.page-template-home-landing .main-header .logo-tagline-btn {
    display: none;
}
 
.h2, .heading, h2, h2.title {
    color: #000;
    margin-bottom: 12px;
    line-height: 1.2;
    text-transform: capitalize;
    font-size: 52px;
    font-style: normal;
    font-weight: 600;
}
/* Header CSS End */
.home-banner-new .banner-content .nofee-btn, .home-banner-new .submit-btn input[type=submit] {
    background: #0a3f66;
    color: #fff;
    border-color: #0a3f66;
}
.submit-btn input[type=submit] {
    background: #0a3f66;
    color: #fff;
    border-color: #0a3f66;
}
.btn:hover, .header-btn .btn:hover, .submit-btn input[type=submit]:hover, .home-banner-new .banner-content .nofee-btn:hover,
.home-banner-new .submit-btn input[type=submit]:hover, .home-can-we-help .form-box .submit-btn input[type=submit]:hover {
    background: #ae2424;
    color: #fff;
    border-color: #ae2424;
}
.home-can-we-help .form-box .submit-btn input[type=submit] {
    background: #ffffff;
    color: #0a3f66;
    border-color: #ffffff;
}
.footer-nav ul li.current-menu-item a,
.menu-header>ul>li.current_page_ancestor>a,
.menu-header>ul>li.current_page_item>a,
.footer-nav ul li a:hover {
    color: #0a3f66;
}
.copyright-text {
    color: #0a3f66;
    font-size: 16px;
    margin-bottom: 6px;
}
#attorneyslider .inner-box {
    background: #0a3f66;
    border-color: #0a3f66;
}
.footer-bottom-info .f-left-links a:hover {
    color: #0a3f66;
}
.home-can-we-help .form-box {
    background: #0a3f66;
}
.home-trusted-sec .content {
    background: #d9d9d8;
}
.home-case-type .btn {
    background: transparent;
    color: #fff;
    border-color: #fff;
}
.home-case-type .btn:hover {
    background: #0a3f66;
    border-color: #0a3f66;
}
 
.wpcf7-acceptance label input:checked+.wpcf7-list-item-label::before {
    border-color: #0a3f66;
    background: #0a3f66;
}
.home-what-happens .item span { 
    color: #0a3f66;
}
.home-what-happens .item .title {
    color: #0a3f66; 
}
.home-trusted-sec .content p a:hover, .wpcf7-acceptance label a:hover {
    color: #0a3f66;
}


@media (min-width: 1200px) and (max-width: 1400px) {
    .h2, h2, .heading, h2.title {
        font-size: 42px;
    }
}
