@charset "utf-8";
/* CSS Document */

/* media-query
------------------------------------------------*/
@media handheld, only screen and (max-width: 1700px) {
    .inner-page-banner {
        background-position: center 0px;
    }
}

@media handheld, only screen and (max-width: 1250px) {}

@media handheld, only screen and (max-width: 1140px) {
    header nav.main-navbar .nav-menu {
        display: none;
    }

    header nav.main-navbar .navToggle {
        display: block;
    }

    header .mobile-menu {
        display: flex;
        position: absolute;
        right: 0;
        z-index: 9;
        background-color: #013a38;
        top: 55px;
        padding: 20px 20px;
        width: 100%;
        max-width: 250px;
        height: calc(100vh - 55px);
        box-shadow: 0px 20px 20px 10px rgb(0 0 0 / 62%);
        border-top: 2px solid #d0f0c0;
        transform: translateX(300px);
        transition: 0.5s ease-in-out;
        width: 0%;
    }

    header .mobile-menu.new {
        transform: translateX(0px);
        width: 100%;
    }

    header .mobile-menu ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
        display: flex;
        flex-direction: column;
    }

    header .mobile-menu ul li {
        margin-bottom: 10px;
    }

    header .mobile-menu ul li a {
        color: #fff;
        font-weight: 200;
    }
}

@media handheld, only screen and (max-width: 1023px) {
    div#banner-carousel .slide .slide-content h1 {
        font-size: 35px;
    }

    div#banner-carousel .slide .slide-content h1 br+br {
        display: none;
    }

    div#banner-carousel .slide {
        min-height: 450px !important;
    }

    .inner-page-banner {
        min-height: 240px;

        background-position: center;
        background-size: 100%;
    }

    .py-70 {
        padding: 45px 0;
    }

    .family-law-sec .col-6 {
        max-width: 100%;
        text-align: center;
    }

    .family-law-sec .col-6:not(:last-child) {
        margin-bottom: 30px;
    }

    .family-law-sec .title-part {
        margin-bottom: 10px;
    }

    .family-law-sec .col-6 h3 {
        text-align: center;
    }

    .family-law-sec .container >  .title-part {
        margin: 0;
        text-align: center;
    }

    .family-law-sec .container > .title-part h2 {
        font-size: 34px;
        margin-bottom: 5px;
    }

    .family-law-sec .container > .title-part ~ .row .col-12:only-child {
        text-align: center;
    } 
}

@media handheld, only screen and (max-width: 991px) {}

@media handheld, only screen and (max-width: 767px) {
    footer .row .col-4 {
        max-width: 100%;
        padding: 0;
        padding-bottom: 30px;
    }

    footer .row .col-4:last-child {
        padding-bottom: 0;
    }

    .bottom-footer .row .col-12 {
        padding: 0;
    }

    .expertise-section.way-to-pay-sec .row .col-6 {
        max-width: 100%;
        margin-top: 30px;
    }

    .expertise-section.way-to-pay-sec .expertise-box,
    .expertise-section.way-to-pay-sec .row .col-6:first-child {
        margin-top: 0;
    }

    .contact-us-section .row .col-6 {
        max-width: 100%;
    }

    .contact-us-section .row .col-6:not(:first-child) {
        margin-top: 30px;
    }
}

@media handheld, only screen and (max-width: 639px) {
    div#banner-carousel .slide .slide-content h1 {
        font-size: 28px;
        line-height: 44px;
    }

    header nav.main-navbar .nav-logo a h1 {
        font-size: 32px;
    }

    header nav.main-navbar .navToggle {
        top: -3px;
    }

    .bottom-footer .block.page-links ul li a {
        margin: 0 !important;
        font-size: 14px;
    }

    .bottom-footer .block.page-links ul {
        justify-content: space-between;
    }

    .bottom-footer  .custom-content {
        font-size: 13px !important;
    }
}

@media handheld, only screen and (max-width: 550px) {
    .expertise-section.way-to-pay-sec .row .col-6 {
        padding: 0;
    }
}

@media handheld, only screen and (max-width: 479px) {}
