@media (min-width: 1400px) {
    #services .container {
        max-width: 94%;
    }

    .page-template-contact #hero-sub {
        height: 670px;
    }
    .page-template-contact #hero-sub .headline h1 {
        font-size: 90px;
    }
}

@media (min-width: 1599px) {
    #services .container {
        max-width: 1540px;
    }
}

@media (max-width: 1739px) {
    #header {
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 35px;
        padding-right: 35px;
    }

   

    #header .info {
        padding: 5px 0 5px 25px;
        margin-left: 22px;
    }

    #header .phone {
        margin-bottom: 4px;
    }

    #header .address {
        display: none !important;
    }

    .navbar {
        margin-top: 4px;
    }
    .navbar .navbar-nav > li {
        margin: 0 10px;
    }
    .navbar .navbar-nav > li:first-of-type {
        display: none;
    }
}

@media (max-width: 1499px) {
    #header .info {
        margin-left: 0;
        border-left: 0;
    }

    #header .phone {
        display: none;
    }

    #hero {
        height: 750px;
    }
    #hero .content h1 {
        font-size: 68px;
    }
    #hero .photo{
	    width: 600px;
    }

    #services .row.no-gutters {
        padding: 20px 15px;
    }
    #services .box a {
        padding: 40px 45px;
    }
    #services .box a:hover {
        padding: 40px 50px;
    }

    #attorney .content h1 {
        font-size: 60px;
        line-height: 64px;
    }

    #reviews .container-fluid {
        height: 660px;
    }
    #reviews .headline h3 {
        padding-top: 250px;
    }

    #hero-sub {
        height: 580px;
    }
    #hero-sub .headline h1 {
        font-size: 74px;
    }

    #sidebar-area {
        flex: 0 0 calc(33.333333% + 30px);
        max-width: calc(33.333333% + 30px);
        margin-right: -30px;
    }

    #banners.widget .box .content p {
        font-size: 24px;
    }
}

@media (max-width: 1399px) {
    #header {
        padding-top: 35px;
        padding-bottom: 35px;
        padding-left: 30px;
        padding-right: 30px;
    }
    #header.sticky {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    #header .logo img {
        max-height: 150px;
    }
    #header.sticky .logo img {
        max-height: 100px;
    }

    .navbar {
        margin-top: 0;
    }

    .navbar-expand-xl .navbar-toggler {
        display: block;
    }
    .icon-bar {
        background-color: #FFF;
    }
    #header.sticky .icon-bar {
        background-color: var(--red);
    }

    .navbar-collapse #main-menu {
        display: flex;
        flex-direction: column;
        position: fixed;
        width: 100%;
        max-width: 325px;
        top: 145px;
        right: 425px;
        padding: 30px 25px;
        background-color: #FFF;
        box-shadow: 0 8px 15px rgba(0, 0, 0, .15);
        transform-origin: 50% 0;
        transform: scaleY(0);
        transition-duration: 250ms;
    }
    .navbar-collapse.show #main-menu {
        transform: scaleY(1);
    }    
    #header.sticky .navbar-collapse #main-menu {
        top: 100px;
    }

    .navbar-collapse #main-menu > li {
        width: 100%;
        height: auto;
        margin: 0;    
    }
    .navbar .navbar-nav > li:first-of-type {
        display: block;
    }
    .navbar-collapse #main-menu > li > a {
        height: auto;
        color: #000;
        padding: 12px 15px;
        margin: 0;
        border-bottom: 0;
    }
    .navbar-collapse #main-menu > li.current-menu-item > a,
    .navbar-collapse #main-menu > li.current-page-parent > a,
    .navbar-collapse #main-menu > li:hover > a {
        color: var(--main) !important;
        border: 0;
    } 
    .navbar-collapse #main-menu > li.menu-item-has-children > a::after {
        display: none;
    }
    .navbar-collapse #main-menu li.menu-item-has-children > span.mobile-dropdown {
        width: 41px;
        height: 41px;
        text-align: center;
        cursor: grab;
        position: absolute;
        right: 0;
        top: 0;
    }
    .navbar-collapse #main-menu > li.menu-item-has-children > span.mobile-dropdown {
        width: 41px;
        height: 41px;
    }
    .navbar-collapse #main-menu li.menu-item-has-children > span.mobile-dropdown::after {
        content: "\f107";
        color: #000;
        font-family: "Font Awesome 6 Free";
        font-size: 13px;
        font-weight: 700;
        line-height: 41px;
        border: 0;
        padding: 0;
    }
    .navbar-collapse #main-menu > li.menu-item-has-children > span.mobile-dropdown::after {
        line-height: 41px;
    }
    .navbar-collapse #main-menu > li.menu-item-has-children > span.mobile-dropdown.active-child::after {
        color: var(--main);
    }
    .navbar-collapse #main-menu li:hover > a::before, 
    .navbar-collapse #main-menu li.current-menu-item > a::before {
        display: none !important;
    }
    .navbar-collapse #main-menu li ul.dropdown-menu {
        display: none;
        position: relative;
        width: 100%;
        padding: 0 0 10px 15px;
        border: 0 !important;
        box-shadow: 0 0 0;
        top: 0; left: 0;
        visibility: visible;
        opacity: 1;
    }
    .navbar-collapse #main-menu li > ul.dropdown-menu > li > a {
        font-size: 15px;
        padding: 6px 20px;
        outline: none;
    }
    .navbar-collapse #main-menu li > ul.dropdown-menu > li > a:hover,
    .navbar-collapse #main-menu li > ul.dropdown-menu > li > a:focus,
    .navbar-collapse #main-menu li > ul.dropdown-menu > li > a:active {
        color: var(--main);
        background-color: transparent;
    }

    #header .info {
        margin-left: 22px;
        border-left: 1px solid rgba(255, 255, 255, .3);
    }

    #header .phone {
        display: block;
    }

    #hero {
        height: 700px;
    }
    #hero .content h3 {
        font-size: 32px;
    }
    #hero .content h1 {
        font-size: 62px;
    }

    #banners .box a {
        padding: 35px 50px;
    }
    #banners .box a::after {
        display: none;
    }
    #banners .box .content h3 {
        font-size: 17px;
    }
    #banners .box .content p {
        font-size: 28px;
    }

    #about {
        padding-top: 80px;
    }

    #about .headline {
        padding-left: 15px;
    }
    #about .headline h1 {
        font-size: 58px;
        line-height: 62px;
    }
    #about .content p {
        font-size: 19px;
        line-height: 32px;
    }
    #about .content p strong {
        font-size: 20px;
    }

    #about .content a, #attorney .content .text a {
        font-size: 18px;
        margin-top: 35px;
        margin-left: 73px;
    }
    #about .content a::before, #attorney .content .text a::before {
        width: 60px;
        height: 60px;
        top: -19px;
        left: -73px;
    }

    #services .headline h1 {
        font-size: 64px;
        padding-bottom: 65px;
    }

    #services .box a {
        padding: 35px 40px;
    }
    #services .box a:hover {
        padding: 35px 45px;
    }
    #services .box .icon img {
        max-height: 78px;
    }
    #services .box .content h2 {
        font-size: 23px;
    }
    #services .box a:hover .content h2 {
        transform: unset;
    }
    #services .box a:hover .content span {
        transform: unset;
        margin-left: 0;
    }

    #attorney .content {
        padding-left: 15px;
    }
    #attorney .content h1 {
        font-size: 56px;
        line-height: 62px;
    }
    #attorney .content .text p {
        font-size: 19px;
    }
    #attorney .content .text a {
        margin-top: 50px;
    }

    #attorney .photo > div {
        width: 100%;
        height: 445px;
    }

    #reviews .container-fluid {
        height: 600px;
    }
    #reviews .headline h3 {
        font-size: 23px;
        padding-top: 200px;
    }
    #reviews .headline h1 {
        font-size: 72px;
    }

    #reviews .review .content p {
        font-size: 19px;
        line-height: 32px;
    }

    .slick-prev {
        left: 80px;
    }
    .slick-next {
        right: 80px;
    }

    #textbox .headline h1 {
        font-size: 48px;
    }

    #textbox .content:nth-child(even) {
        padding-right: 30px;
    }
    #textbox .content:nth-child(odd) {
        padding-left: 30px;
    }
    #textbox .content p {
        font-size: 18px;
        line-height: 30px;
    }

    #faq-wrapper .headline h1 {
        font-size: 48px;
    }

    #faq-wrapper.box .card {
        padding: 0 60px 0 130px;
    }

    #faq-wrapper .card-header h3 {
        font-size: 21px;
        line-height: 30px;
    }
    #faq-wrapper .card.active .card-header h3 {
        font-size: 23px;
        line-height: 32px;
    }
    #faq-wrapper.box .card-header h3[aria-expanded="true"]::before {
        left: -120px;
    }

    .contact-box .info h1 {
        font-size: 60px;
    }
    .contact-box .info p {
        font-size: 38px;
    }

    #footer .wrapper {
        padding-top: 65px;
        padding-bottom: 65px;
    }

    #footer .logo {
        padding: 30px 0;
        padding-right: 45px;
    }

    #footer .links .box {
        margin-left: 45px;
    }

    #footer .contact .phone img {
        max-height: 38px;
    }
    #footer .contact .phone h3 {
        font-size: 18px;
    }

    #footer .contact .schedule a {
        padding: 0 55px;
    }

    #hero-sub {
        height: 530px;
    }

    #hero-sub .headline {
        padding-left: 15px;
    }
    #hero-sub .headline h3 {
        font-size: 29px;
    }
    #hero-sub .headline h1 {
        font-size: 68px;
    }

    #page-wrapper #main {
        padding-left: 15px;
    }

    .entry-content h1, .entry-content h2, h2.post-title {
        font-size: 30px;
        line-height: 38px;
    }

    #sidebar-area {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
        margin-right: 0;
    }

    #banners.widget .box a {
        padding: 25px 30px;
    }
    #banners.widget .box .icon img {
        max-height: 50px;
    }
    #banners.widget .box .content {
        width: calc(100% - 69px);
    }
    #banners.widget .box .content h3 {
        font-size: 15px;
    }
    #banners.widget .box .content p {
        font-size: 22px;
    }

    #widget-contact a {
        padding: 45px 35px 130px 35px;
        margin-top: 40px;
    }
    #widget-contact h3 {
        font-size: 23px;
    }
    #widget-contact h2 {
        font-size: 36px;
    }
    #widget-contact p {
        font-size: 26px;
    }
    #widget-contact span {
        left: 35px;
    }

    #fast-contact::before {
        width: 640px;
        height: 593px;
        right: -300px;
    }

    .news .photo {
        height: 530px;
    }
    .news > a .photo {
        height: 270px;
    }
    .news .content {
        padding: 30px 35px 130px 35px;
    }
    .news .content h2 {
        font-size: 25px;
        line-height: 30px;
    }
    .news .content .more {
        width: calc(100% - 70px);
        left: 35px;
    }

    #recent-posts .headline h1 {
        font-size: 60px;
        padding-bottom: 50px;
    }

    .contact-box.page .info {
        padding-left: 15px;
    }
    .contact-box.page .info h1 {
        font-size: 54px;
    }
    
    #hero .photo{
	    width: 550px;
    }
}

@media (max-width: 1199px) {
    .wrapper {
        padding-top: 65px;
        padding-bottom: 65px;
    }

    #header .logo img {
        max-height: 130px;
    }

    .navbar-collapse #main-menu {
        right: 195px;
    }

    #hero {
        height: 620px;
    }
    #hero .content h3 {
        font-size: 30px;
    }
    #hero .content h1 {
        font-size: 56px;
    }

    #banners {
        margin-top: -58px;
    }
    #banners .box a {
        padding: 30px 40px;
    }
    #banners .box .icon {
        padding-right: 30px;
    }
    #banners .box .icon img {
        max-height: 56px;
    }
    #banners .box .content {
        width: calc(100% - 86px);
    }
    #banners .box .content h3 {
        font-size: 16px;
    }
    #banners .box .content p {
        font-size: 25px;
    }

    #about {
        padding-top: 60px;
    }

    #about .headline h3 {
        font-size: 24px;
    }
    #about .headline h1 {
        font-size: 52px;
        line-height: 58px;
    }

    #about .content p {
        font-size: 18px;
        line-height: 30px;
    }
    #about .content p strong {
        font-size: 19px;
    }
    #about .content a {
        margin-top: 30px;
    }

    #services .headline h3 {
        font-size: 23px;
    }
    #services .headline h1 {
        font-size: 58px;
        padding-bottom: 50px;
    }

    #services .row.no-gutters {
        padding: 0;
        border: 0;
    }

    #services .box a {
        border-top: 0 !important;
        border-bottom: 1px solid #e6e6e6;
    }
    #services .box:nth-last-child(-n+2) {
        flex: 0 0 50%;
        max-width: 50%;
    }
    #services .box:nth-child(3n) a {
        border-right-width: 0;
    }
    #services .box:nth-child(4n) a {
        border-right-width: 1px;
    }
    #services .box:nth-last-child(-n+2) a {
        border-bottom-width: 0;
    }
    #services .box:nth-last-child(-n+1) a {
        border-right-width: 0;
    }

    #fast-contact::before {
        display: none;
    }
    #fast-contact .content h3 {
        font-size: 46px;
    }

    #attorney .content h3 {
        font-size: 23px;
    }
    #attorney .content h1 {
        font-size: 52px;
        line-height: 58px;
    }
    #attorney .content .text {
        padding: 40px 0 68px 0;
    }
    #attorney .content .text p {
        font-size: 18px;
        line-height: 30px;
    }
    #attorney .content .text a {
        margin-top: 45px;
    }

    #reviews .container-fluid {
        height: 520px;
    }

    #reviews .headline h3 {
        font-size: 21px;
        padding-top: 140px;
    }
    #reviews .headline h1 {
        font-size: 66px;
    }

    #reviews .review .photo {
        width: 146px;
        height: 146px;
    }
    #reviews .review .content {
        height: calc(100% - 75px);
    }

    .slick-prev {
        left: -5px;
    }
    .slick-next {
        right: -5px;
    }
    .slick-dots {
        margin-top: 25px;
    }

    #textbox::before {
        width: 740px;
        height: 686px;
    }
    #textbox .headline h1 {
        font-size: 44px;
    }
    #textbox .headline h1::after {
        margin: 35px auto 45px;
    }
    #textbox .content p {
        font-size: 17px;
        line-height: 29px;
    }

    #faq-wrapper .headline h1 {
        font-size: 44px;
    }

    #faq-wrapper.box .questions {
        padding: 0 15px;
    }
    #faq-wrapper.box .card {
        padding: 0 40px 0 80px;
    }
    #faq-wrapper.box .card::after {
        width: calc(100% - 150px);
    }
    #faq-wrapper.box .card.active::before {
        width: 152px;
        height: 152px;
        top: -35px;
        left: -55px;
    }
    #faq-wrapper .card-header h3 {
        font-size: 20px;
        line-height: 28px;
        padding: 31px 15px 34px 15px;
    }
    #faq-wrapper .card.active .card-header h3 {
        font-size: 22px;
        line-height: 30px;
    }
    #faq-wrapper .card-header h3::before {
        font-size: 18px;
        top: 33px;
        left: -25px;
    }
    #faq-wrapper.box .card-header h3[aria-expanded="true"]::before {
        left: -83px;
    }

    #faq-wrapper .more a {
        font-size: 18px;
        margin-top: 45px;
    }

    .contact-box .info h3 {
        font-size: 23px;
    }
    .contact-box .info h1 {
        font-size: 54px;
    }
    .contact-box .info p {
        font-size: 35px;
    }

    .form-control {
        height: 62px;
        padding: 0 25px;
    }
    .form-submit .wpcf7-submit {
        height: 62px;
    }

    #footer .wrapper {
        padding-top: 55px;
        padding-bottom: 55px;
    }

    #footer .logo {
        padding: 25px 0;
        padding-right: 35px;
    }
    #footer .logo img {
        max-height: 120px;
    }

    #footer .links .box {
        margin-left: 35px;
    }
    #footer .links .box h3 {
        font-size: 18px;
        padding: 19px 0 17px 0;
    }
    #footer .links .box ul li {
        font-size: 16px;
        line-height: 30px;
    }

    #footer .contact .phone img {
        max-height: 34px;
    }
    #footer .contact .phone h3 {
        font-size: 17px;
    }
    #footer .contact .phone p {
        font-size: 35px;
    }
    #footer .contact .schedule a {
        padding: 0 40px;
    }

    #footer .menu ul li a {
        font-size: 15px;
    }

    .copy p {
        font-size: 14px;
    }

    .social-media ul li a {
        width: 60px;
        height: 60px;
    }

    #hero-sub {
        height: 480px;
    }
    #hero-sub .headline h3 {
        font-size: 26px;
    }
    #hero-sub .headline h1 {
        font-size: 62px;
    }

    #page-wrapper::before {
        width: 25vw;
    }
    #page-wrapper #main {
        padding-right: 40px;
    }

    .entry-content h1, .entry-content h2, h2.post-title {
        font-size: 28px;
        line-height: 36px;
    }

    .entry-content p, .entry-content ul li, .entry-content ol li {
        font-size: 18px;
        line-height: 30px;
    }

    .entry-content ul li::before {
        line-height: 32px;
    }

    .entry-content blockquote {
        padding-left: 45px;
        margin: 30px 0;
    }
    .entry-content blockquote p {
        font-size: 20px;
        line-height: 33px;
    }

    #banners.widget .box a {
        padding: 20px 25px;
    }
    #banners.widget .box .icon img {
        max-height: 44px;
    }
    #banners.widget .box .content {
        width: calc(100% - 64px);
    }
    #banners.widget .box .content h3 {
        font-size: 13px;
    }
    #banners.widget .box .content p {
        font-size: 20px;
    }

    #widget-contact a {
        padding: 35px 25px 110px 30px;
    }
    #widget-contact a::before {
        width: 157px;
        height: 157px;
    }
    #widget-contact a::after {
        font-size: 26px;
        bottom: 18px;
        right: 22px;
    }
    #widget-contact h3 {
        font-size: 20px;
    }
    #widget-contact h2 {
        font-size: 32px;
    }
    #widget-contact p {
        font-size: 22px;
    }
    #widget-contact span {
        font-size: 17px;
        padding-bottom: 3px;
        border-bottom-width: 1px;
        left: 30px;
    }

    #index-wrapper .news:nth-child(n+3), #recent-posts .news:nth-child(n+3) {
        margin-top: 25px;
    }

    #recent-posts .headline h1 {
        font-size: 54px;
        padding-bottom: 45px;
    }
    #recent-posts .news:nth-child(3n) {
        display: none;
    }

    .news .photo {
        height: 480px;
    }

    .page-template-contact #hero-sub {
        padding-bottom: 120px;
    }

    .contact-box.page .info {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .contact-box.page .info::before {
        display: none;
    }

    .contact-box.page .form {
        flex: 0 0 50%;
        max-width: 50%;
        padding-left: 15px;
    }
    
    #hero .photo{ 
	    width: 450px;
	    bottom: 50px;
    }
    #hero .content h3{
	    font-size: 25px;
    }
    #hero{
	    padding-bottom: 120px;
    }
    #attorney .content h1,
    #about .headline h1{ 
	    font-size: 40px;
    }
    #services .headline h1{
	    font-size: 50px;
    }
}

@media (max-width: 991px) {
    .wrapper {
        padding-top: 55px;
        padding-bottom: 55px;
    }

    #header {
        padding-left: 25px;
        padding-right: 25px;
    }

    #header .logo img {
        max-height: 120px;
    }
    #header.sticky .logo img {
        max-height: 90px;
    }

    #header .info {
        margin-left: 0;
        border-left: 0;
    }

    #header .phone {
        display: none;
    }

    .navbar-collapse #main-menu {
        top: 120px;
        right: 15px;
    }

    #hero {
        height: 600px;
        padding-bottom: 130px;
    }
    #hero .content h3 {
        font-size: 27px;
    }
    #hero .content h1 {
        max-width: 440px;
        font-size: 50px;        
        margin: 0 auto;
    }

    #banners .box a {
        padding: 25px 30px;
    }

    #banners .box .icon {
        padding-right: 25px;
    }
    #banners .box .icon img {
        max-height: 52px;
    }

    #banners .box .content {
        width: calc(100% - 71px);
    }
    #banners .box .content h3 {
        font-size: 15px;
    }
    #banners .box .content p {
        font-size: 23px;
    }

    #about {
        padding-top: 50px;
    }
    #about::before {
        width: 640px;
        height: 593px;
        bottom: -350px;
    }

    #about .headline h3 {
        font-size: 21px;
    }
    #about .headline h1 {
        font-size: 42px;
        line-height: 48px;
    }

    #about .content p {
        font-size: 17px;
        line-height: 29px;
    }
    #about .content p strong {
        font-size: 18px;
    }
    #about .content a, #attorney .content .text a {
        font-size: 17px;
        margin-left: 70px;
    }
    #about .content a {
        margin-top: 25px;
    }
    #about .content a::before, #attorney .content .text a::before {
        width: 56px;
        height: 56px;
        left: -70px;
    }

    #services .headline h3 {
        font-size: 21px;
    }
    #services .headline h1 {
        font-size: 50px;
        padding-bottom: 40px;
    }

    #services .box a {
        padding: 30px 35px;
    }
    #services .box a:hover {
        padding: 30px 35px;
        transform: scaleX(1.07) scaleY(1.03);
    }
    #services .box:nth-child(3n) a {
        border-right-width: 1px;
    }
    #services .box:nth-child(even) a {
        border-right-width: 0;
    }
    #services .box .icon img {
        max-height: 72px;
    }
    #services .box .content h2 {
        font-size: 22px;
        padding-top: 25px;
    }

    #fast-contact .content h3 {
        font-size: 36px;
    }
    #fast-contact .content h1 {
        padding-bottom: 20px;
    }
    #fast-contact .content a {
        width: 310px;
        height: 57px;
        font-size: 18px;
        line-height: 52px;
    }

    #attorney .content h3 {
        font-size: 21px;
    }
    #attorney .content h1 {
        font-size: 44px;
        line-height: 50px;
    }
    #attorney .content .text {
        padding: 30px 0 60px 0;
    }
    #attorney .content .text p {
        font-size: 17px;
        line-height: 29px;
    }
    #attorney .content .text a {
        margin-top: 40px;
    }

    #reviews .container-fluid {
        height: 460px;
    }
    #reviews .headline h3 {
        font-size: 19px;
        padding-top: 135px;
    }
    #reviews .headline h1 {
        font-size: 60px;
    }

    #reviews .container {
        margin-top: -170px;
    }

    #reviews .review .photo {
        width: 140px;
        height: 140px;
    }

    #reviews .review .content {
        height: calc(100% - 85px);
        padding: 91px 60px 40px 60px;
    }
    #reviews .review .content p {
        font-size: 18px;
        line-height: 30px;
    }

    .slick-prev {
        left: -25px;
    }
    .slick-next {
        right: -25px;
    }
    .slick-prev::before, .slick-next::before {
        width: 50px;
        height: 50px;
        font-size: 20px;
    }

    .slick-dots {
        margin-top: 0;
    }

    #textbox::before {
        width: 640px;
        height: 593px;
        top: initial;
        bottom: -20px;
        right: -170px;
    }

    #textbox .headline h1 {
        font-size: 38px;
        letter-spacing: -0.76px;
    }
    #textbox .headline h1::after {
        margin: 30px auto 40px;
    }

    #textbox .content:nth-child(even) {
        padding-right: 15px;
    }
    #textbox .content:nth-child(odd) {
        padding-left: 15px;
    }
    #textbox .content p {
        font-size: 16px;
        line-height: 27px;
    }

    #faq-wrapper .headline h1 {
        font-size: 40px;
    }
    #faq-wrapper .headline h1::after {
        margin: 30px auto 40px;
    }

    #faq-wrapper .card::after {
        width: calc(100% - 15px);
    }
    #faq-wrapper.box .card::after {
        width: calc(100% - 125px);
    }
    #faq-wrapper .card-header h3 {
        font-size: 18px;
        line-height: 25px;
        padding: 26px 15px 29px 15px;
        margin: 0;
    }
    #faq-wrapper .card.active .card-header h3 {
        font-size: 20px;
        line-height: 27px;
    }
    #faq-wrapper .card-header h3::before {
        font-size: 15px;
        top: 28px;
        left: -15px;
    }
    #faq-wrapper.box .card.active::before {
        width: 130px;
        height: 130px;
        top: -30px;
        left: -60px;
    }
    #faq-wrapper .card-header h3[aria-expanded="true"]::before {
        font-size: 16px;
        top: 30px;
        left: -15px;
    }
    #faq-wrapper.box .card-header h3[aria-expanded="true"]::before {
        font-size: 24px;
        left: -58px;
        top: 29px;
    }
    #faq-wrapper .card-body {
        padding-left: 15px;
        padding-bottom: 30px;
    }

    #faq-wrapper .more a {
        font-size: 17px;
        margin-top: 40px;
    }

    .contact-box .info h3 {
        font-size: 21px;
    }
    .contact-box .info h1, .contact-box.page .info h1 {
        font-size: 46px;
    }
    .contact-box .info p {
        font-size: 29px;
        padding-top: 10px;
    }
    .contact-box .info h2 {
        font-size: 22px;
    }

    .form-control {
        height: 60px;
        font-size: 16px;
        padding: 0 20px;
    }
    .form-submit .wpcf7-submit {
        height: 60px;
        font-size: 19px;
        padding: 0 80px;
    }

    #footer .logo-contact {
        flex: 0 0 100%;
        max-width: 100%;
        flex-direction: column;
        align-items: center;
    }

    #footer .logo {
        padding: 0;
        border-right: 0;
    }

    #footer .links {
        padding: 20px 0;
        margin: 25px 0;
        border-top: 1px solid #e9e9e9;
        border-bottom: 1px solid #e9e9e9;
    }
    #footer .links .box {
        margin-left: 30px;
        margin-right: 30px;
    }
    #footer .links .box:last-of-type {
        text-align: right;
    }
    #footer .links .box h3 {
        padding-top: 0;
    }

    #footer .contact {
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 0;
    }

    .social-media {
        margin-bottom: 25px;
    }

    #page-wrapper::before {
        display: none;
    }
    #page-wrapper #main {
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 15px;
    }

    #hero-sub {
        height: 420px;
    }
    #hero-sub .headline h3 {
        font-size: 24px;
    }
    #hero-sub .headline h1 {
        font-size: 56px;
    }

    .entry-content p, .entry-content ul li, .entry-content ol li {
        font-size: 17px;
        line-height: 28px;
    }

    .entry-content .js-video-button.video::after {
        font-size: 70px;
    }

    .entry-content ul li::before {
        line-height: 30px;
    }

    .entry-content blockquote p {
        font-size: 19px;
        line-height: 32px;
    }

    #sidebar-area {
        display: none !important;
    }

    .news .photo {
        height: 430px;
    }
    .news > a .photo {
        height: 230px;
    }
    .news .content {
        padding: 25px 30px 120px 30px;
    }
    .news .content h2 {
        font-size: 23px;
        line-height: 28px;
    }
    .news .content p {
        -webkit-line-clamp: 4;
    }
    .news .content .more {
        width: calc(100% - 60px);
        bottom: 30px;
        left: 30px;
    }

    #single-wrapper .back {
        margin-top: 50px;
    }

    #recent-posts .headline h1 {
        font-size: 50px;
        padding-bottom: 40px;
    }
    
    #footer .logo img{
	    width: auto;
    }
    #hero{
	    overflow: hidden;
    }
}

@media (max-width: 767px) {
    .wrapper {
        padding-top: 45px;
        padding-bottom: 45px;
    }

    #header .logo img {
        max-height: 110px;
    }
    #header.sticky .logo img {
        max-height: 80px;
    }

    #header .info {
        display: none;
    }

    .navbar-collapse #main-menu {
        max-width: 300px;
        padding: 25px 20px;
    }

    #hero {
        padding-bottom: 140px;
    }
    #hero .content h3 {
        font-size: 23px;
    }
    #hero .content h1 {
        font-size: 43px;
    }

    #banners {
        margin-top: -96px;
    }

    #banners .box.box-1 a {
        border-top-left-radius: 2px;
        border-top-right-radius: 2px;
        border-bottom-left-radius: 0;
    }
    #banners .box.box-2 a {
        border-top-right-radius: 0;
        border-bottom-left-radius: 2px;
        border-bottom-right-radius: 2px;
    }

    #banners .box .icon img {
        max-height: 46px;
    }

    #banners .box .content {
        width: calc(100% - 66px);
    }
    #banners .box .content h3 {
        padding-bottom: 4px;
    }

    #about {
        padding-top: 40px;
    }

    #about .headline {
        text-align: center;
        padding-bottom: 25px;
    }
    #about .headline h3 {
        font-size: 19px;
        padding-top: 0;
    }
    #about .headline h3::after {
        width: 110px;
        height: 4px;
        margin: 23px auto 18px;
    }
    #about .headline h1 {
        font-size: 38px;
        line-height: 44px;
    }

    #about .content p {
        font-size: 16px;
        line-height: 27px;
    }
    #about .content p strong {
        font-size: 16px;
    }
    #about .content a, #attorney .content .text a {
        font-size: 16px;
        margin-left: 60px;
    }
    #about .content a {
        margin-top: 20px;
    }
    #about .content a::before, #attorney .content .text a::before {
        width: 48px;
        height: 48px;
        top: -16px;
        left: -60px;
    }

    #services .headline h3 {
        font-size: 20px;
    }
    #services .headline h3::after {
        width: 110px;
        height: 4px;
        margin: 15px auto 15px;
    }
    #services .headline h1 {
        font-size: 42px;
        padding-bottom: 35px;
    }

    #services .box a, #services .box a:hover {
        padding: 25px 35px;
    }

    #services .box .icon img {
        max-height: 66px;
    }

    #services .box .content h2 {
        font-size: 20px;
        line-height: 22px;
        padding-top: 20px;
    }
    #services .box .content span {
        font-size: 12px;
    }

    #fast-contact .content h3 {
        font-size: 27px;
    }
    #fast-contact .content h1 {
        font-size: 23px;
        padding-bottom: 15px;
    }
    .home #fast-contact .content h1 {
        margin-top: -5px;
    }
    #fast-contact .content a {
        height: 54px;
        font-size: 17px;
        line-height: 50px;
    }

    #attorney:before {
        width: 100%;
        height: 400px !important;
    }

    #attorney .content {
        padding-right: 15px;
    }
    #attorney .content h3 {
        font-size: 19px;
        text-align: center;
        padding-top: 0;
    }
    #attorney .content h3::after {
        width: 110px;
        height: 4px;
        margin: 20px auto 15px;
    }
    #attorney .content h1 {
        font-size: 37px;
        line-height: 43px;
        text-align: center;
    }
    #attorney .content .text {
        padding: 0;
        margin-top: 35px;
        margin-bottom: 55px;
        background-color: transparent;
    }
    #attorney .content .text p {
        font-size: 16px;
        line-height: 27px;
    }
    #attorney .content .text a {
        margin-top: 35px;
    }

    #attorney .photo {
        padding: 0;
        margin-top: 25px;
    }

    #reviews .headline h3 {
        font-size: 17px;
        padding-top: 150px;
    }
    #reviews .headline h1 {
        font-size: 47px;
    }

    #reviews .review .photo {
        width: 126px;
        height: 126px;
    }

    #reviews .review .content {
        height: calc(100% - 63px);
        padding: 90px 35px 40px 35px;
        margin-top: -63px;
    }
    #reviews .review .content p {
        font-size: 17px;
        line-height: 27px;
    }
    #reviews .review .overview h4 {
        font-size: 18px;
    }
    #reviews .review .overview h4::before {
        width: 80px;
        height: 4px;
        margin: 30px auto 20px;
    }
    #reviews .review .overview span {
        font-size: 13px;
    }

    #textbox .headline h1 {
        max-width: 310px;
        font-size: 34px;
        line-height: 40px;
        letter-spacing: -0.76px;
        margin: 0 auto;
    }
    #textbox .headline h1::after {
        width: 110px;
        height: 4px;
        margin: 20px auto 30px;
    }

    #textbox .content:nth-child(odd) {
        margin-top: 15px;
    }

    #faq-wrapper .headline h1 {
        font-size: 34px;
    }
    #faq-wrapper .headline h1::after {
        width: 110px;
        height: 4px;
        margin: 20px auto 30px;
    }

    #faq-wrapper.box .card {
        padding: 0 25px 0 60px;
    }
    #faq-wrapper.box .card::after {
        width: calc(100% - 95px);
        right: 20px;
    }
    #faq-wrapper.box .card.active::before {
        width: 112px;
        height: 112px;
        top: -45px;
        left: -50px;
    }
    #faq-wrapper .card-header h3 {
        font-size: 17px;
        line-height: 24px;
        padding: 16px 15px 19px 15px;
    }
    #faq-wrapper .card.active .card-header h3 {
        font-size: 18px;
        line-height: 24px;
    }
    #faq-wrapper .card-header h3::before {
        font-size: 12px;
        top: 18px;
        left: -15px;
    }
    #faq-wrapper.box .card-header h3[aria-expanded="true"]::before {
        font-size: 18px;
        left: -40px;
        top: 18px;
    }
    #faq-wrapper .card-header h3[aria-expanded="true"]::before {
        top: 20px;
    }

    #faq-wrapper .more a {
        font-size: 16px;
        margin-top: 30px;
    }

    .contact-box .info, .contact-box.page .info {
        flex: 0 0 330px;
        max-width: 330px;
        margin: 0 auto 40px;
    }
    .contact-box .info h3 {
        font-size: 19px;
        text-align: center;
    }
    .contact-box .info h3::after {
        width: 110px;
        height: 4px;
        margin: 20px auto 15px;
    }
    .contact-box .info h1, .contact-box.page .info h1 {
        font-size: 40px;
        text-align: center;
    }
    .contact-box .info p {
        font-size: 26px;
        text-align: center;
        padding-top: 7px;
        padding-bottom: 40px;
    }
    .contact-box .info h2 {
        font-size: 21px;
    }

    .contact-box.page .form {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .form-group {
        margin-bottom: 0.5rem;
    }

    #hero-sub {
        height: 370px;
    }
    #hero-sub .headline h3 {
        font-size: 22px;
        letter-spacing: -0.44px;
    }
    #hero-sub .headline h1 {
        font-size: 50px;
    }

    #index-wrapper .news:nth-child(n+2), #recent-posts .news:nth-child(n+2) {
        margin-top: 20px;
    }

    h1, h2, h3, h4 {
        padding: 15px 0;
    }

    .entry-content h1, .entry-content h2, h2.post-title {
        font-size: 24px;
        line-height: 32px;
    }
    .entry-content h3, .sitemap_by_click5 h2 {
        font-size: 22px;
    }
    .entry-content h4 {
        font-size: 20px;
    }

    .entry-content p, .entry-content ul li, .entry-content ol li {
        font-size: 16px;
        line-height: 26px;
    }

    .entry-content blockquote {
        padding-left: 40px;
        margin: 25px 0;
    }
    .entry-content blockquote p {
        font-size: 18px;
        line-height: 30px;
    }

    .review-item .review {
        padding: 30px 15px;
    }
    .review-item .review p:first-of-type:before {
        font-size: 110px;
        top: -40px;
        left: -20px;
    }

    .pagination, .sitemap-by-click5_pagination {
        margin-top: 40px;
    }
    .pagination .page-item .page-link, .sitemap-by-click5_pagination .pagination-item, .sitemap-by-click5_pagination strong {
        font-size: 16px;
        padding: 20px 15px
    }
    .pagination .page-item .page-link.next, .pagination .page-item .page-link.prev {
        height: 38px;
        font-size: 19px;
        line-height: 34px;
        padding: 0 25px;
        margin-top: 10px;
    }

    .news .photo {
        height: 360px;
    }

    #single-wrapper .back {
        font-size: 16px;
        margin: 40px 0 0 18px;
    }
    #single-wrapper .back::after {
        width: 50px;
        height: 50px;
        top: -16px;
        left: -20px;
    }

    #recent-posts .headline h1 {
        font-size: 46px;
        padding-bottom: 35px;
    }
    #recent-posts .news:nth-child(2n) {
        display: none;
    }

    .page-template-contact #hero-sub {
        padding-bottom: 45px;
    }
    .page-template-contact #banners {
        display: none;
    }
     #hero .photo{
	    left: 30%;
	    bottom: 80px;
    }
}

@media (max-width: 575px) {
    #header {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    #header.sticky {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    #header .logo img {
        max-height: 100px;
    }
    #header.sticky .logo img {
        max-height: 70px;
    }

    .navbar-collapse #main-menu {
        max-width: 270px;
        padding: 20px 18px;
        top: 100px;
    }
    #header.sticky .navbar-collapse #main-menu {
        top: 75px;
    }
    .navbar .navbar-nav .nav-link {
        font-size: 16px;
    }

    #hero {
        padding-bottom: 125px;
    }

    #hero .content h3 {
        max-width: 260px;
        font-size: 18px;
        line-height: 23px;
        letter-spacing: -0.36px;
        padding-bottom: 20px;
        margin: 0 auto;
    }
    #hero .content h1 {
        font-size: 36px;
    }

    #banners {
        margin-top: -80px;
    }
    #banners .box a {
        padding: 20px 20px 20px 25px;
    }
    #banners .box .icon {
        padding-right: 20px;
    }
    #banners .box .icon img {
        max-height: 40px;
    }
    #banners .box .content {
        width: calc(100% - 50px);
    }
    #banners .box .content h3 {
        font-size: 13px;
    }
    #banners .box .content p {
        font-size: 20px;
    }

    #about::before {
        width: 460px;
        height: 426px;
        bottom: -250px;
    }

    #about .headline {
        padding-bottom: 20px;
    }
    #about .headline h3 {
        font-size: 17px;
    }
    #about .headline h3::after {
        margin: 18px auto 15px;
    }
    #about .headline h1 {
        font-size: 33px;
        line-height: 38px;
    }

    #about .content a, #attorney .content .text a {
        font-size: 15px;
        margin-left: 50px;
    }
    #about .content a {
        margin-top: 13px;
    }
    #about .content a::before, #attorney .content .text a::before {
        width: 40px;
        height: 40px;
        font-size: 18px;
        top: -12px;
        left: -50px;
    }

    #services .headline h1 {
        font-size: 34px;
        padding-bottom: 30px;
    }

    #services .box:nth-last-child(-n+2) {
        flex: 0 0 100%;
        max-width: 100%;
    }
    #services .box:nth-last-child(-n+2) a {
        border-bottom-width: 1px;
    }
    #services .box a {
        display: flex;
        border-right-width: 0 !important;
    }
    #services .box a, #services .box a:hover {
        padding: 25px 30px;
    }
    #services .box .icon {
        width: 75px;
        margin-right: 30px;
        text-align: center;
    }
    #services .box a:hover .icon {
        display: none;
    }
    #services .box .icon img {
        max-height: 60px;
    }
    #services .box .content h2 {
        font-size: 19px;
        line-height: 21px;
        padding-top: 0;
    }
    #services .box .content span {
        font-size: 11px;
        margin-top: 10px;
    }

    #fast-contact .content h1 {
        max-width: 240px;
        font-size: 20px;
        line-height: 23px;
        margin: 0 auto;
    }
    .home #fast-contact .content h1 {
        margin-top: -35px;
    }
    #fast-contact .buttons {
        flex-direction: column;
    }
    #fast-contact .content a {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    #attorney .content h3 {
        font-size: 17px;
    }
    #attorney .content h3::after {
        margin: 17px auto 12px;
    }
    #attorney .content h1 {
        font-size: 31px;
        line-height: 36px;
    }
    #attorney .content .text {
        margin-top: 25px;
        margin-bottom: 45px;
    }
    #attorney .content .text a {
        margin-top: 30px;
    }

    #attorney .photo > div {
        height: 340px;
    }

    #reviews .headline h3 {
        font-size: 16px;
        padding-top: 180px;
    }
    #reviews .headline h1 {
        font-size: 34px;
        letter-spacing: -1.02px;
    }

    #reviews .review .photo {
        width: 112px;
        height: 112px;
    }

    #reviews .review .content {
        height: calc(100% - 56px);
        padding: 75px 25px 30px 25px;
        margin-top: -56px;
    }
    #reviews .review .content::before {
        width: 260px;
        height: 225px;
        background-size: contain;
    }
    #reviews .review .content p {
        font-size: 16px;
        line-height: 25px;
    }
    #reviews .review .overview h4 {
        font-size: 17px;
    }
    #reviews .review .overview h4::before {
        width: 55px;
        height: 3px;
        margin: 20px auto 15px;
    }
    #reviews .review .overview span {
        font-size: 12px;
    }

    #textbox::before {
        width: 460px;
        height: 426px;
    }
    #textbox .headline h1 {
        font-size: 30px;
        line-height: 34px;
    }

    #faq-wrapper .headline h1 {
        font-size: 32px;
    }

    #faq-wrapper.box .card {
        padding: 0 15px 0 40px;
    }
    #faq-wrapper .card::after {
        width: 100%;
    }
    #faq-wrapper.box .card::after {
        width: calc(100% - 70px);
        right: 15px;
    }
    #faq-wrapper.box .card.active::before {
        top: -50px;
        left: -65px;
    }
    #faq-wrapper.box .card-header h3[aria-expanded="true"]::before {
        font-size: 16px;
        left: -25px;
        top: 16px;
    }
    .page-template-faq #faq-wrapper .card-header h3 {
        padding-left: 0;
    }
    .page-template-faq #faq-wrapper .card-header h3::before {
        display: none;
    }
    .page-template-faq #faq-wrapper .card-body {
        padding-left: 0;
    }

    .contact-box .info, .contact-box.page .info {
        flex: 0 0 295px;
        max-width: 295px;
        margin: 0 auto 35px;
    }
    .contact-box .info h3 {
        font-size: 18px;
    }
    .contact-box .info h1, .contact-box.page .info h1 {
        font-size: 34px;
        letter-spacing: -1.02px;
    }
    .contact-box .info p {
        font-size: 24px;
        padding-top: 5px;
        padding-bottom: 30px;
    }

    .form-control {
        height: 58px;
    }
    .form-submit .wpcf7-submit {
        width: 100%;
        height: 58px;
    }

    #footer .wrapper {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    #footer .links {
        width: 100%;
        justify-content: space-between;
    }
    #footer .links .box {
        margin-left: 15px;
        margin-right: 15px;
    }
    #footer .links .box h3 {
        font-size: 16px;
        padding-bottom: 12px;
    }
    #footer .links .box ul li {
        font-size: 15px;
        line-height: 27px;
    }

    #footer .contact .schedule {
        width: 100%;
    }
    #footer .contact .schedule a {
        width: 100%;
    }

    #footer .c-2 .row {
        padding-top: 30px;
        padding-bottom: 100px;
    }

    #footer .menu ul {
        flex-wrap: wrap;
    }
    #footer .menu ul li {
        padding: 0 15px !important;
        margin-top: 10px;
    }
    #footer .menu ul li:after {
        display: none;
    }
    #footer .menu ul li a {
        font-size: 14px;
    }

    .social-media {
        margin-bottom: 15px;
    }

    .copy p {
        font-size: 13px;
    }
    #footer small {
        font-size: 13px;
    }

    .grecaptcha-badge {
        bottom: 80px !important;
    }

    #hero-sub {
        height: 330px;
    }
    #hero-sub .headline h3 {
        font-size: 18px;
        letter-spacing: -0.18px;
    }
    #hero-sub .headline h1 {
        font-size: 40px;
    }

    h1, h2, h3, h4 {
        padding: 10px 0;
    }

    .entry-content h1, .entry-content h2, h2.post-title {
        font-size: 22px;
        line-height: 29px;
    }
    .entry-content h3, .sitemap_by_click5 h2 {
        font-size: 20px;
        line-height: 24px;
    }
    .entry-content h4 {
        font-size: 18px;
    }
    .entry-content h3::before, .sitemap_by_click5 h2::before, .entry-content h4::before {
        width: 8px;
        height: calc(100% - 20px);
        top: 11px;
    }

    .entry-content p, .entry-content ul li, .entry-content ol li {
        font-size: 15px;
        line-height: 24px;
    }
    .entry-content ul li, .entry-content ol li {
        line-height: 22px;
    }
    .entry-content ul li::before {
        line-height: 26px;
    }

    .entry-content blockquote {
        padding-left: 30px;
        margin: 20px 0;
    }
    .entry-content blockquote:before {
        width: 8px;
    }
    .entry-content blockquote p {
        font-size: 17px;
        line-height: 28px;
    }

    .entry-content .js-video-button.video::after {
        font-size: 60px;
    }

    .review-item .review {
        padding: 25px 0;
    }
    .review-item .review h4::before {
        height: calc(100% - 10px);
    }
    .review-item .review p:first-of-type:before {
        font-size: 90px;
        top: -33px;
        left: -12px;
    }

    .news .photo {
        height: 240px;
        margin-bottom: 20px;
    }
    .news > a .photo {
        height: 210px;
    }
    .news .content {
        padding: 25px 25px 105px 25px;
    }
    .news .content h2::after {
        margin: 15px 0;
    }
    .news .content p {
        font-size: 16px;
        line-height: 25px;
    }
    .news .content .more {
        width: calc(100% - 50px);
        bottom: 25px;
        left: 25px;
    }

    .pagination, .sitemap-by-click5_pagination {
        margin-top: 30px;
    }

    #single-wrapper .news .author {
        margin-bottom: 25px;
    }
    #single-wrapper .news .author::after {
        width: 110px;
        height: 4px;
        margin: 12px 0 0 0;
    }

    #recent-posts .headline h1 {
        font-size: 40px;
        padding-bottom: 30px;
    }
    #recent-posts .headline h1::after {
        width: 110px;
        height: 4px;
        margin: 15px auto 0;
    }
    
    .home #hero{ 
	    height: 540px;
    }
    #hero .photo{ 
	    width: 380px;
    }
    #about .headline h1{
	    font-size: 26px;
	    line-height: 1.2;
    }
    #about .content{
	    padding-top: 0;
    }
    #about{
	    padding: 20px 0;
    }
	#footer .wrapper{
		padding-bottom: 20px;
	}
}