.logged-in.admin-bar header {
    top: 32px;
}
.single-local {
    .top_sectionT1_wrap {
        background-size: cover;
    }
    .sectionT1 .sectionT1_container:nth-of-type(2) {
        flex-wrap: wrap;

        .titleT2 {
            flex-basis: 72.5%;
        }
    }
    .article_wrap {
        margin-top: 0;
    }
    .swiperT3_section .swiper_title {
        width: 100%;
        margin-bottom: 0;
    }
    .sectionT3.data-section, .sectionT3.location-section {
        background-color: #f2f2f2;
    }
    .data-section, .information-section, .location-section {
        .swiperT3_section {
            padding: 0;
        }
    }
}

.single-city {
    .top_sectionT1_wrap {
        background-size: cover;
    }
    .taxonomy-posts {
        display: grid;
        gap: 20px;
        grid-template-columns: repeat(4, 1fr);

        .tax-post-local {
            aspect-ratio: 4 / 3;
            background-size: cover;
            background-repeat: no-repeat;
            position: relative;

            .tax-post-link {
                position: absolute;
                top: 0;
                bottom: 0;
                right: 0;
                left: 0;
            }
            .tax-post-title {
                position: absolute;
                bottom: 0;
                right: 0;
                left: 0;
                text-align: center;
                padding: 10px;
                color: #000;
                background-color: rgb(204, 169, 126);
                display: none;
            }

            &:hover .tax-post-title {
                display: block;
            }
        }
    }
    .swiperT3_section .swiper_title {
        width: 100%;
        margin-bottom: 0;
    }
    .sectionT3.location-section {
        background-color: #f2f2f2;

        .swiperT3_section {
            padding: 0;
        }
    }
}

.single-branch {
    .main-hero-section {
        .top_sectionT1_wrap {
            background-size: cover;
          	background-repeat: no-repeat;
  			background-attachment: fixed;          	
        }
    }
    .faqs-section {
        flex-direction: column;
        gap: 30px;
        align-items: center;

        .titleT2 {
            width: 72.5%;
        }
    }
    .taxonomy-posts {
        display: grid;
        gap: 20px;
        grid-template-columns: repeat(3, 1fr);

        .tax-post-local {
            aspect-ratio: 4 / 3;
            background-size: cover;
            background-repeat: no-repeat;
            position: relative;

            .tax-post-link {
                position: absolute;
                top: 0;
                bottom: 0;
                right: 0;
                left: 0;
            }
            .tax-post-title {
                position: absolute;
                bottom: 0;
                right: 0;
                left: 0;
                text-align: center;
                padding: 10px;
                color: #000;
                background-color: rgb(204, 169, 126);
                display: none;
            }

            &:hover .tax-post-title {
                display: block;
            }
        }
    }
    .branch-address {
        margin-bottom: 20px;
    }
    .branch-hours ul {
        padding-inline-start: 20px;
        margin: 10px 0;
    }
}

.noposts-found {
    display: inline-block;
    padding: 8px 16px;
    border-radius: 8px;
    color: #856404;
    background-color: #fff3cd;
    border: 1px solid #ffeeba;
}

.taxonomy-pagination {
    margin: 20px 0;

    .screen-reader-text {
        display: none;
    }
    .nav-links {
        display: flex;
        gap: 5px;
        align-items: center;
        justify-content: start;

        .page-numbers {
            display: inline-block;
            text-align: center;
            border: 1px solid;
            min-width: 40px;
            padding: 5px;
            font-weight: bold;
            border-radius: 4px;
        }
    }
}

.real-estate-page {
    .top-hero-section {
        .top_sectionT1_wrap {
            justify-content: center;
            align-items: center;

            .text_sectionT1 {
                width: 100%;
                margin: 0;
                text-align: center;

                .site-title {
                    font-weight: bold;
                    color: #fff;
                    margin-bottom: 20px;
                    font-size: 18px;
                    letter-spacing: 1px;
                }
                .titleT1 {
                    color: #fff;
                    position: relative;
                    padding-bottom: 20px;

                    &:after {
                        content: "";
                        position: absolute;
                        bottom: 0;
                        left: calc(50% - 50px);
                        width: 100px;
                        height: 3px;
                        background-color: #fff;
                    }
                }
                .textT3 {
                    color: #fff;

                    h3 {
                        display: inline-block;
                        background-color: #0b3054;
                        padding: 5px 5%;
                        font-weight: normal;
                    }
                }
                .hero-cta-btns {
                    margin-top: 3vw;
                    display: flex;
                    justify-content: center;
                    gap: 30px;

                    .hero-cta-btn {
                        a {
                            padding: 1vw 3vw;
                            display: inline-block;
                            transition-duration: .3s;
                            transition-property: transform;
                            transition: all .3s;
                        }
                        .cta-to-flip {
                            background-color: #CCA97E;
                            color: #fff;

                            &:hover {
                                background-color: #0b3054;
                                transform: scale(1.08);
                            }
                        }
                        .cta-to-contact {
                            background-color: #fff;
                            color: #0b3054;

                            &:hover {
                                background-color: #CCA97E;
                                color: #fff;
                                transform: scale(1.08);
                            }
                        }
                    }
                }
            }
        }
        .swiper-slide {

            &:before {
                content: "";
                position: absolute;
                top: 0;
                bottom: 0;
                left: 0;
                right: 0;
                background-color: rgba(0, 0, 0, 0.5);
            }
        }
    }
    .flips-section {
        .text-container {
            text-align: center;
            margin-bottom: 30px;
            color: #0b3054;
        }
        .flip-boxes {
            display: grid;
            gap: 30px;
            grid-template-columns: repeat(4, 1fr);

            .flip-box {
                color: #fff;
                aspect-ratio: 1;
                perspective: 1000px;

                .flip-box-inner {
                    position: relative;
                    width: 100%;
                    height: 100%;
                    text-align: center;
                    transition: transform 0.8s;
                    transform-style: preserve-3d;

                    .flip-front, .flip-back {
                        display: flex;
                        justify-content: center;
                        align-items: center;
                        position: absolute;
                        width: 100%;
                        height: 100%;
                        -webkit-backface-visibility: hidden;
                        backface-visibility: hidden;
                        padding: 15px;
                        background-color: #0b3054;
                    }
                    .flip-back {
                        transform: rotateY(180deg);
                        background-color: #cca97e;
                    }
                    .flip-list ul {
                        text-align: start;
                    }
                }

                &:hover {
                    .flip-box-inner {
                        transform: rotateY(180deg);
                    }
                }
            }
        }
    }
    .why-section {
        .top_sectionT1_wrap {
            background-size: cover;

            &:before {
                content: "";
                position: absolute;
                top: 0;
                bottom: 0;
                left: 0;
                right: 0;
                background-color: rgba(0, 0, 0, 0.5);
            }
        }
        .text_sectionT1 {
            width: 50%;

            .titleT2 {
                color: #fff;
                text-align: center;
                position: relative;
                padding-bottom: 20px;

                &:after {
                    content: "";
                    position: absolute;
                    width: 100px;
                    height: 3px;
                    background-color: #fff;
                    right: 0;
                    bottom: 0;
                }
            }
            .textT1 {
                margin-top: 3vw;
                color: #fff;
                padding-inline-start: 20px;
                border-inline-start: 1px solid #fff;

                p {
                    display: block;
                    margin-bottom: 10px;
                }
            }
            .hero-cta-btns {
                margin-top: 3vw;
                display: flex;
                justify-content: center;
                gap: 30px;

                .hero-cta-btn {
                    a {
                        padding: 1vw 3vw;
                        display: inline-block;
                        transition-duration: .3s;
                        transition-property: transform;
                        transition: all .3s;
                    }
                    .cta-to-contact {
                        background-color: #CCA97E;
                        color: #fff;

                        &:hover {
                            background-color: #fff;
                            color: #0b3054;
                            transform: scale(1.08);
                        }
                    }
                }
            }
        }
    }
    .numbers-section {
        margin-top: 4vw;

        .sectionT3 {
            width: 100%;
        }

        .top_sectionT1_wrap {
            background-size: cover;
            justify-content: center;
            align-items: center;

            &:before {
                content: "";
                position: absolute;
                top: 0;
                bottom: 0;
                left: 0;
                right: 0;
                background-color: rgba(0, 0, 0, 0.5);
            }

            .text_sectionT1 {
                width: 100%;
                margin: 0;
                text-align: center;

                .titleT2 {
                    color: #fff;
                    position: relative;
                    padding-bottom: 20px;

                    &:after {
                        content: "";
                        position: absolute;
                        bottom: 0;
                        left: calc(50% - 50px);
                        width: 100px;
                        height: 3px;
                        background-color: #fff;
                    }
                }
                .textT1 {
                    color: #fff;
                }
            }

            .numbers-container {
                margin-top: 4vw;

                .number-boxes {
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    gap: 30px;

                    .number-box {
                        text-align: center;
                        color: #fff;
                        flex: 1;

                        .number-number {
                            font-size: 48px;
                        }
                        .number-image {
                            width: 120px;
                            aspect-ratio: 1;
                            display: flex;
                            align-items: center;
                            justify-content: center;
                            background: #CCA97E;
                            border-radius: 60px;
                            margin: 20px auto 0 auto;

                            img {
                                max-width: 100%;
                                height: auto;
                            }
                        }
                    }
                }
            }
        }
    }
    .projects-section {
        .swiperT3_section {
            width: 100%;
            padding: 0 3.75vw;

            .text_containerT3 {
                width: 100%;
                margin-bottom: 0;
                text-align: center;

                .titleT2 {
                    position: relative;
                    padding-bottom: 20px;

                    &:after {
                        content: "";
                        position: absolute;
                        bottom: 0;
                        left: calc(50% - 50px);
                        width: 100px;
                        height: 3px;
                        background-color: #000;
                    }
                }
            }
            .sectionT1 {
                .sectionT1_container {
                    width: 50%;
                    background-color: transparent;
                    align-items: center;
                    padding: 4vw 3.75vw;
                }
            }
        }
    }
    .articles-section {
        .articles-title {
            background-color: #0b3054;
            padding: 2vw;

            .titleT2 {
                text-align: center;
                color: #fff;
            }
        }
        .magazin_sectionT1 {
            margin-top: -2px;
        }
    }
    .team-section {
        background-color: #f6f9f9;

        .swiperT3_section {
            width: 100%;
            padding: 0 3.75vw;

            .text_containerT3 {
                width: 100%;
                margin-bottom: 0;
                text-align: center;

                .titleT2 {
                    position: relative;
                    padding: 20px 0;

                    &:after {
                        content: "";
                        position: absolute;
                        bottom: 0;
                        left: calc(50% - 50px);
                        width: 100px;
                        height: 3px;
                        background-color: #000;
                    }
                }
            }
            .sectionT1 {
                .sectionT1_container {
                    width: 100%;
                    align-items: center;
                    padding: 4vw 3.75vw;
                    background-color: transparent;

                    .lawers-container {
                        display: grid;
                        grid-template-columns: repeat(3, 1fr);
                        gap: 40px;

                        .lawyer {
                            position: relative;

                            .lawyer-info {
                                position: absolute;
                                bottom: 0;
                                right: 0;
                                left: 0;
                                text-align: center;
                                padding: 20px;
                                background-color: #cca97e;

                                .lawyer-name {
                                    font-weight: bold;
                                    font-size: 24px;
                                    margin-bottom: 8px;
                                }
                                .lawyer-role {
                                    color: #fff;
                                }
                            }
                        }
                    }
                }
            }
        }
    }
    .refaq-section {
        .text_containerT3 {
            width: 100%;
            margin-bottom: 0;
            text-align: center;

            .titleT2 {
                position: relative;
                padding: 20px 0;

                &:after {
                    content: "";
                    position: absolute;
                    bottom: 0;
                    left: calc(50% - 50px);
                    width: 100px;
                    height: 3px;
                    background-color: #000;
                }
            }
        }
        .sectionT1 {
            margin-top: 3vw;
        }
        .sectionT1_container {
            display: block;
            width: 50%;
            background-color: #fff;
            padding: 0;

            .section_accordion {
                width: 100%;
            }
            .faqs-image {
                display: flex;
                justify-content: end;

                img {
                    max-width: 80%;
                }
            }
        }
    }
    .contact-section {
        .top_sectionT1_wrap {
            background-size: cover;
            justify-content: center;
            align-items: center;

            &:before {
                content: "";
                position: absolute;
                top: 0;
                bottom: 0;
                left: 0;
                right: 0;
                background-color: rgba(0, 0, 0, 0.5);
            }

            .text_sectionT1 {
                width: 100%;
                margin: 0;
                text-align: center;

                .textT2 {
                    color: #fff;
                }

                .titleT2 {
                    color: #fff;
                    position: relative;
                    padding: 20px 0;

                    &:after {
                        content: "";
                        position: absolute;
                        bottom: 0;
                        left: calc(50% - 50px);
                        width: 100px;
                        height: 3px;
                        background-color: #fff;
                    }
                }

                .contact-form {
                    margin-top: 3vw;

                    .text_containerT2 {
                        max-width: 600px;
                        display: block;
                        margin: 0 auto;

                        input, textarea {
                            display: block;
                            margin-top: 1vw;
                            padding: .5rem 1rem;
                            width: 100%;
                            border: 1px solid #69727d;
                            border-radius: 3px;
                            font-size: 16px;
                            direction: rtl;
                        }
                        input[type="submit"] {
                            background-color: #1E2533;
                            color: #fff;
                            text-align: center;
                            font-weight: bold;
                            border: 0;
                            cursor: pointer;

                            &:hover {
                                background-color: #CCA97E;
                            }
                        }

                        .wpcf7-response-output {
                            color: #fff;
                        }
                    }
                }
            }
        }
    }
}

.cube_magazin_wrap {
	position: absolute;
/*	width: auto;*/
	height: auto;
}

.text p iframe {
	margin-top: 1vw;
    width: 100%;
    height: 10vw;
}

.textT1 h2{
	font-size: 120%;
}

.text_sectionT1 .text video{
    max-width: 100%;
    height: auto;
    display: block;
    width: 50%;
    margin: 5% 0;
}
.header_section1 {
    margin-right: 2.43vw;
}
.first_level_menu > li {
	margin-left:1.1vw;
}

.form_type2 {
	background: rgb(30, 37, 51);
	color: rgb(255, 255, 255);
}
.form_type2 .input_container .input_flow, .form_type2 .input_container input, .form_type2 .input_container select, .form_type2 .select_container .input_flow, .form_type2 .select_container input, .form_type2 .select_container select, .form_type2 .sort_containert .input_flow, .form_type2 .sort_containert input, .form_type2 .sort_containert select {
	border-color: currentcolor currentcolor rgb(255, 255, 255);
	color: rgb(255, 255, 255);
	text-align: right;
}
.form_type1 {
	background: rgb(30, 37, 51);
	color: rgb(255, 255, 255);
}
.form_type1 .input_container .input_flow, .form_type1 .input_container input, .form_type1 .input_container select, .form_type1 .select_container .input_flow, .form_type1 .select_container input, .form_type1 .select_container select, .form_type1 .sort_containert .input_flow, .form_type1 .sort_containert input, .form_type1 .sort_containert select {
	border-color: currentcolor currentcolor rgb(255, 255, 255);
	color: rgb(255, 255, 255);
	text-align: right;
}
.btnT1 {
	font-size: 165%;
	color: rgb(30, 37, 51);
	background: rgb(204, 169, 126);
	border: 1px solid rgb(204, 169, 126);
}
.telT1 {
	color: rgb(204, 169, 126);
	background: rgb(30, 37, 51);
}
.top_sectionT1_swiper {
	color: rgb(30, 37, 51);
	background: rgb(204, 169, 126);
}
.swiperT2 .swiper-slide {
	background: rgb(204, 169, 126);
}
.top_sectionT1_swiper .swiper_title {
	color: rgb(30, 37, 51);
}
.icon-plus-temp::after, .icon-plus-temp::before {
	background: rgb(30, 37, 51);
}
.widget {
    background: rgb(30, 37, 51);
    color: rgb(204, 169, 126);
}
.section_categories .text_cube {
	background: rgb(204, 169, 126);
}
.swiperT4_section {
	background: rgb(204, 169, 126);
}
.swiperT4_section .title {
	color: rgb(30, 37, 51);
}
.story_temp_wrap .storyLink {
	color: rgb(30, 37, 51);
}
.form_type1 {
	background: rgb(30, 37, 51);
}
.titleT7 {
	color: rgb(204, 169, 126);
}
.input_container, .select_container, .sort_containert {
	color: rgb(204, 169, 126);
}
.input_container input::placeholder, .select_container input::placeholder, .sort_containert input::placeholder {
	color: inherit;
}
footer {
	background: rgb(204, 169, 126);
	color: rgb(30, 37, 51);
}
.swiperT2 {
	background: rgb(204, 169, 126);
}
.arrowT1 {
	background: rgb(204, 169, 126);
	color: rgb(30, 37, 51);
}
.form_type2 input {
	text-align: right;
}
.contact_section_form_text {
	background: rgb(30, 37, 51);
}
.titleT1 {
	color: rgb(30, 37, 51);
}
.top_sectionT1 > .top_sectionT1_text .titleT1{
	/*
	color: rgb(255, 255, 255);
	*/
	 color: rgb(30, 37, 51);
}
.contact_section_form_text p {
	color: rgb(255, 255, 255);
}
.btnT1.opp {
	color: rgb(204, 169, 126);
}
.btnT1.opp {
	color: rgb(204, 169, 126);
	background: rgb(30, 37, 51);
}
.btnT5.active {
	background: rgb(204, 169, 126);
}
.btnT5 {
	color: rgb(204, 169, 126);
	border: 1px solid rgb(204, 169, 126);
}
.btnT5:hover {
    background: rgb(204, 169, 126);
}
.section_data_type_list {
	background: rgb(204, 169, 126);
}
.data_itemT1 .item_title {
	color: rgb(30, 37, 51);
}
.data_itemT1 .item_link {
	color: rgb(30, 37, 51);
}
.category_cubeT1 .cat_text {
	color: rgb(204, 169, 126);
}
.inner_menu {
	background: rgb(30, 37, 51);
}
.first_level_menu > li > a {
	color: rgb(255,255,255);
}
.inner_logo {
	border-right: 1px solid rgb(204, 169, 126);
	color: rgb(204, 169, 126);
}
.nav-icon span {
	background: rgb(204, 169, 126);
}
.section_menu {
	width: 3.43vw;
	top: -5px;
}
.numT1 {
	color: rgb(204, 169, 126);
}
.titleT2 {
	color: rgb(30, 37, 51);
}
.form_type6 .input_container .input_flow, .form_type6 .input_container input, .form_type6 .input_container select, .form_type6 .select_container .input_flow, .form_type6 .select_container input, .form_type6 .select_container select, .form_type6 .sort_containert .input_flow, .form_type6 .sort_containert input, .form_type6 .sort_containert select {
	border-color: currentcolor currentcolor rgb(30, 37, 51);
	color: rgb(30, 37, 51);
	text-align: right;
}
.swiper-button-next.type2, .swiper-button-prev.type2 {
	background: rgb(204, 169, 126);
	color: rgb(30, 37, 51);
}
.category_cube_menu a {
	color: rgb(30, 37, 51);
}
.category_cubeT2 .cat_text {
	color: rgb(204, 169, 126);
}
.labelT1 span {
	background: rgb(30, 37, 51);
}
.labelT1 {
	color: rgb(255, 255, 255);
}
header {
	background: rgb(30, 37, 51);
}

.article_textContainer img {
	width: auto;
	height: auto;
	max-width: 100%;
}

.mtlaw-popup {
    background: rgba(0, 0, 0, .8);
    padding: 15px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    display: none;
    height: 100vh;
    width: 100vw;
    max-height: 100%;
    align-items: center;
    justify-content: center;
    overflow-y: auto;
    z-index: 99999;
}
.mtlaw-popup-wrapper {
    width: 100%;
    max-width: 420px;
    margin: 30px auto;
    border-radius: 10px;
    overflow: hidden;
}
.mtlaw-popup-header {
    background-color: #1E2533;
    color: #CCA97E;
    padding: 20px;
    text-align: center;
    position: relative;
}
.mtlaw-popup-close {
    cursor: pointer;
    display: block;
    height: 22px;
    line-height: 0;
    margin-left: 15px;
    outline: none;
    padding: 0;
    position: absolute;
    right: 15px;
    top: 8px;
    width: 22px;
    z-index: 5;
}
.mtlaw-popup-close:before, .mtlaw-popup-close:after {
    background: #fff;
    border-radius: 100%;
    content: "";
    height: 3px;
    left: 0;
    margin-top: -1px;
    position: absolute;
    top: 50%;
    transition: background .2s;
    width: 100%;
}
.mtlaw-popup-close:before {
    transform: rotate(45deg);
}
.mtlaw-popup-close:after {
    transform: rotate(-45deg);
}
.mtlaw-popup-close:hover:before, .mtlaw-popup-close:hover:after {
    background: #CCA97E;
}
.mtlaw-popup-logo {
    display: block;
    max-width: 150px;
    margin: 15px auto;
}
.mtlaw-popup-content {
    padding: 20px;
    background-color: #d6cdc5;
}
.mtlaw-popup-container {
    background: rgba(211, 201, 199, 0.65);
    padding: 15px;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
}
.mtlaw-question-icon img {
    width: 30px;
    filter: grayscale(1);
}
.mtlaw-popup-options ul, .mtlaw-s2-container ul, .mtlaw-s3-container ul {
    padding: 0;
}
.mtlaw-s2-container, .mtlaw-s3-container, .mtlaw-contact-container {
    display: none;
}
.mtlaw-popup-option {
    list-style: none;
    margin-bottom: 15px;
}
.mtlaw-popup-option label {
    display: flex;
    column-gap: 10px;
    user-select: none;
    cursor: pointer;
}
.mtlaw-popup-option input[type="radio"], .mtlaw-usage-terms input[type="checkbox"] {
    display: none;
}
.mtlaw-popup-option .mtlaw-radio, .mtlaw-popup .mtlaw-checkbox {
    align-items: center;
    background: #fff;
    border: 1px solid #1E2533;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    flex-shrink: 0;
    font-size: 30px;
    height: 1em;
    justify-content: center;
    position: relative;
    transition-duration: .25s;
    transition-property: background, border;
    transition-timing-function: cubic-bezier(.4,0,.23,1);
    width: 1em;
}
.mtlaw-popup .mtlaw-checkbox {
    border-radius: 0;
    width: 21px;
    height: 21px;
}
.mtlaw-popup-option:hover input[type="radio"]:not(:checked) + .mtlaw-radio {
    background: #1E2533;
    border-color: #fff;
}
.mtlaw-popup-option input[type="radio"]:checked + .mtlaw-radio {
    background: #CCA97E;
    border-color: #CCA97E;
}
.mtlaw-usage-terms label input[type="checkbox"]:checked + .mtlaw-checkbox:before {
    transform: translate3d(0px, -10.5px, 0px) rotate(45deg);
    height: 10.5px;
    width: 7px;
    border-color: #fff;
    animation: animate-checkbox 125ms cubic-bezier(.4,0,.23,1) .25s forwards;
    border-bottom: .1em solid #1E2533;
    border-right: .1em solid #1E2533;
    content: "";
    left: 1.5px;
    position: absolute;
    top: 6px;
    transform-origin: 0 100%;
}
.mtlaw-popup-option input[type="radio"]:checked + .mtlaw-radio:before {
    animation: animate-radio 125ms cubic-bezier(.4,0,.23,1) .25s forwards;
    background: #1E2533;
    border: none;
    border-radius: 50%;
    content: "";
    left: 50%;
    position: absolute;
    top: 50%;
    transform-origin: 0 100%;
    transform: translate(-50%, -50%);
    height: 15px;
    width: 15px;
}
.mtlaw-group {
    display: flex;
    row-gap: 15px;
    flex-direction: column;
}
.mtlaw-control {
    position: relative;
}
.mtlaw-field {
    display: block;
    width: 100%;
    background-color: #D3C9C7;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    color: #1E2533;
    padding: 5px 15px;
    height: 50px;
    line-height: 36px;
}
.mtlaw-contact-container .mtlaw-field {
    padding-right: 50px;
    text-align: right;
}
.mtlaw-field-icon {
    position: absolute;
    top: 8px;
    right: 10px;
}
.mtlaw-field-icon .dashicons {
    height: auto;
    width: auto;
    font-size: 32px;
}
.mtlaw-popup-footer {
    padding: 20px;
    background-color: #F2F2F2;
}
.mtlaw-popup-nav {
    column-gap: 20px;
    display: grid;
    grid-template-columns: 1fr 2fr;
}
.mtlaw-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #1E2533;
    border-radius: 10px;
    color: #CCA97E;
    min-height: 50px;
    padding: 10px 15px;
    transition: background .15s ease-in-out, opacity .15s ease-in-out, transform 50ms ease-in-out;
}
.mtlaw-btn:disabled {
    opacity: 0.5;
    cursor: default;
}
.mtlaw-btn:not(:disabled):hover {
    background-color: #CCA97E;
    color: #1E2533;
}
.mtlaw-btn .dashicons {
    font-size: 32px;
    display: inline-block;
    line-height: 32px;
    width: auto;
    height: auto;
}
.mtlaw-usage-terms {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.mtlaw-usage-terms label {
    display: flex;
    column-gap: 10px;
    align-items: center;
    justify-content: center;
}
.mtlaw-usage-terms .mtlaw-label a:hover {
    text-decoration: underline;
}

.swiper_section_data .swiper-slide {
    background: rgb(204, 169, 126);
}
.swiperT6_container .swiper-pagination,
.categories_section_swiper .swiper-pagination {
    display: none !important;
}
.mtlaw-loader-container {
    display: none;
    align-items: center;
    justify-content: center;
    margin: 20px 0;
}
.mtlaw-loader {
    width: 80px;
    aspect-ratio: 1;
    border-radius: 50%;
    background:
            radial-gradient(farthest-side, rgb(204, 169, 126) 94%, #0000) top/12px 12px no-repeat,
            conic-gradient(#0000 30%, rgb(204, 169, 126));
    -webkit-mask: radial-gradient(farthest-side, #0000 calc(100% - 12px), #000 0);
    animation: spin 1s infinite linear;
}
@keyframes spin {
    100%{transform: rotate(1turn)}
}


@media (min-width: 1025px){
.first_level_menu > li:hover .open_inner_menu {
	color: rgb(204, 169, 126);
}
.btnT1.opp:hover {
    color: rgb(30, 37, 51);
    background: rgb(204, 169, 126);
}
.btnT1:hover {
    color: rgb(204, 169, 126);
    background: rgb(30, 37, 51);
}
.search_btn {
    width: 8.38vw;
    margin: 0 1vw;
}
}
@media(max-width: 1024px){
	.text_sectionT1 .text video{
	    width: 100%;
	}
  .header_section1 {
    margin-right: 22.02vw;
 }
 .first_level_menu > li {
    margin-bottom: 4.81vw;
}
}

@media screen and (max-width: 520px) {
	.main_container .section_bannerT1 {
		display: none !important;
	}
    .single-city .taxonomy-posts, .single-branch .taxonomy-posts {
        grid-template-columns: 1fr;
    }
    .single-branch {
        .faqs-section .titleT2 {
            width: 100%;
        }
        .team_sectionT1 {
            margin-top: 5vw;
        }
    }
    .single-city .swiperT3_section {
        padding: 10.01vw 5.34vw;

        .swiper_title {
            padding: 0;
        }
    }
    .single-local {
        .sectionT1_container, .swiperT3_section {
            padding: 10.01vw 5.34vw;

            .swiper_title {
                padding: 0;
            }
        }
    }

    .real-estate-page {
        .top-hero-section {
            .swiper-slide {
                overflow: hidden;

                img {
                    height: 100%;
                    width: auto;
                }
            }
        }
        .flips-section {
            .flip-boxes {
                grid-template-columns: 1fr;
            }
        }
        .why-section {
            .text_sectionT1 {
                width: 90%;
            }
        }
        .numbers-section {
            .top_sectionT1_wrap {
                .numbers-container {
                    .number-boxes {
                        flex-wrap: wrap;
                    }
                }
            }
        }
        .projects-section {
            .swiperT3_section {
                .sectionT1 {
                    .sectionT1_container {
                        width: 100%;
                    }
                }
            }
        }
        .team-section {
            .swiperT3_section {
                .sectionT1 {
                    .sectionT1_container {
                        .lawers-container {
                            grid-template-columns: 1fr;
                        }
                    }
                }
            }
        }
        .refaq-section {
            .sectionT1_container {
                width: 100%;

                .faqs-image {
                    justify-content: center;
                    margin-top: 4vw;

                    img {
                        max-width: 100%;
                    }
                }
            }
        }
    }
}