/* Generic Css */

body,
html {
    scroll-behavior: smooth;
    margin: 0;
    overflow-x: hidden;
    font-family: 'Poppins', sans-serif;
    padding: 0;
}

.post,
.page {
    margin: 0 !important;
}

h1 {
    font-size: 45px;
    font-weight: 700;
    color: #fff;
}

h2 {
    font-size: 30px;
    font-weight: 700;
}

p {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 20px;
}

a {
    text-decoration: none;
    outline: none;
}

button {
    outline: none;
    border: none;
}

ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.p-top {
    padding-top: 80px;
}

.p-bottom {
    padding-bottom: 80px;
}

.p-top-bottom {
    padding-top: 80px;
    padding-bottom: 80px;
}

.green_btn {
    width: 160px;
    height: 58px;
    background: #019B52;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    border: none;
    outline: none;
    transition: 0.5s;
}

.green_btn:hover {
    background: #000;
    color: #fff;
}

.load_more_btn {
    width: 160px;
    height: 58px;
    background: #019B52;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    border: none;
    outline: none;
    transition: 0.5s;
}

.load_more_btn:hover {
    background: #000;
    color: #fff;
}

.white_btn {
    width: 170px;
    height: 58px;
    background: #fff;
    color: #000;
    font-size: 16px;
    font-weight: 700;
    border: none;
    outline: none;
    transition: 0.5s;
}

.white_btn:hover {
    background: #000;
    color: #fff;
}

@media (min-width:1200px) {
    .container {
        max-width: 1270px;
        width: 100%;
    }
}


/********* Header ************/

#mobile-nav-toggle {
    display: inline;
}

#mobile-nav-toggle {
    position: fixed;
    right: 0;
    top: 5px;
    z-index: 999;
    margin: 20px 20px 0 0;
    border: 0;
    background: none;
    font-size: 24px;
    display: none;
    transition: all 0.4s;
    outline: none;
    cursor: pointer;
}

#mobile-body-overly {
    width: 100%;
    height: 100%;
    z-index: 997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(0, 0, 0, 0.7);
    display: none;
}

.mobile-nav-active #mobile-nav {
    left: 0;
}

#mobile-nav {
    position: fixed;
    top: 0;
    padding-top: 18px;
    bottom: 0;
    z-index: 998;
    background: #fff;
    left: -100%;
    width: 100%;
    overflow-y: auto;
    transition: 0.4s;
}

#mobile-nav ul {
    margin: 0;
    list-style: none;
    padding: 0 18px;
    margin-top: 35px;
}

#mobile-nav ul li {
    position: relative;
    border-bottom: 1px solid #8A8A8A;
}

#mobile-nav ul li a {
    color: #000;
    font-size: 18px;
    overflow: hidden;
    padding: 24px 0 4px 0;
    position: relative;
    text-decoration: none;
    width: 100%;
    display: block;
    outline: none;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
    color: #18d26e;
}

#mobile-nav ul .menu-has-children i {
    position: absolute;
    right: 0;
    z-index: 99;
    padding: 15px;
    cursor: pointer;
    color: #000;
}

#mobile-nav ul .menu-item-active {
    color: #18d26e;
}

#mobile-nav ul li li {
    padding-left: 30px;
}

.menu-has-children ul {
    display: none;
}

#mobile-nav .header_logo {
    padding: 15px 0 50px 15px;
}

#mobile-nav ul li .sub-menu li {
    border-bottom: none;
}

#mobile-nav ul li .sub-menu li a {
/*     font-family: 'helvetica-regular';
    font-size: 20px; */
    color: #000;
    padding: 8px 0 6px 0;
}

@media (max-width: 992px) {
    .select_options ul {
        width: 100% !important;
    }
	.scroll-down{
		transform: none !important;
	}
    #mobile-nav-toggle {
        position: fixed;
        z-index: 99999999;
    }
    #nav-menu-container {
        display: none;
    }
    #mobile-nav-toggle {
        display: inline;
        background: rgba(255, 255, 255, 0.95);
        padding: 5px 10px 7px 10px;
    }
    #mobile-nav-toggle i {
        color: #000;
    }
    .enquire-ca {
        margin-right: 10%;
    }
    #mobile-nav ul li li {
        padding-left: 0px;
    }
    .icon {
        display: none;
    }
    #mobile-nav ul li ul {
        display: none;
    }
    .menu-item-has-children i {
        color: #000;
        right: 1px;
        display: inline;
        position: absolute;
        right: 10px;
        font-size: 15px;
        top: 43px;
        z-index: 1;
    }
}

.header_logo img {
    max-width: 260px;
    transition: 0.5s;
}

header#masthead {
    padding: 20px 0;
}

.header_contact_links {
    display: flex;
    align-items: center;
    justify-content: end;
}

.header_contact_links a {
    font-size: 16px;
    font-weight: 700;
    color: #019B52;
    margin-left: 40px;
    position: relative;
    transition: 0.5s;
}

.header_contact_links a:hover {
    color: #000;
}

.header_menu_links ul {
    display: flex;
    align-items: center;
    justify-content: end;
}

.header_menu_links ul li {
    margin-left: 0px;
	padding: 0px 20px;
}

.header_menu_links ul li:last-child{
	padding : 0px;
	padding-left: 20px;
}



.header_menu_links ul li a {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    transition: 0.5s;
    position: relative;
}

.header_menu_links ul li a::after {
    content: '';
    width: 0;
    height: 2px;
    background: #000;
    position: absolute;
    bottom: -3px;
    left: 0;
    transition: 0.5s;
}

.header_menu_links ul li a::before {
    content: '';
    width: 0;
    height: 2px;
    background: #000;
    position: absolute;
    bottom: -8px;
    left: 0;
    transition: 0.5s;
}

.header_menu_links ul li a:hover::after {
    width: 50%;
}

.header_menu_links ul li a:hover::before {
    width: 100%;
}

.header_menu_links ul li.current-menu-item a::after {
    width: 50%;
}

.header_menu_links ul li.current-menu-item a::before {
    width: 100%;
}


/* -------Home-------- */

.home_banner {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 100vh;
    position: relative;
    margin-top: 70px;
}

.inner_shade {
    background: rgba(0, 0, 0, 0.3);
    height: 100%;
}

.banner_content {
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 70%;
}

.banner_content span {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
	display: block;
	line-height: 32px;
}

.banner_content h1 {
    font-size: 50px;
    font-weight: 700;
    color: #fff;
    line-height: 50px;
}

.banner_content p {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    padding: 10px 0 30px 0;
}

.why_section {
    background: #019B52;
}

.text_con h2 {
    color: #fff;
    width: 70%;
    padding-bottom: 20px;
}

.text_con h1{
	color: #fff;
    width: 70%;
    padding-bottom: 20px;
	font-size: 30px;
    font-weight: 700;
}

.text_con {
    padding-right: 45px;
}

.text_con p {
    color: #fff;
}

.img_wrap {
    overflow: hidden;
    width: 100%;
    position: relative;
}

.img_wrap img {
    width: 100%;
    transition: 0.5s;
}

/* .img_wrap img:hover {
    transform: scale(1.2);
} */

.btn_wrap {
    padding-top: 30px;
    display: flex;
    align-items: center;
}

.btn_wrap .white_btn {
    margin-right: 20px;
}

.list_section {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    min-height: 250px;
}

.list_rep ul {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding-top: 75px;
}

.list_rep ul li {
    text-align: center;
	display: flex;
    align-items: center;
    /* justify-content: flex-end; */
    flex-direction: column;
}

.list_rep ul li h3 {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    padding-top: 15px;
}

.list_rep ul li strong {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    padding-top: 15px;
}

.main_con_wrap {
    text-align: center;
    max-width: 585px;
    margin: auto;
}

.main_con_wrap h2 {
    color: #000;
    padding-bottom: 25px;
}

.main_con_wrap .custm_landd h2{
	    font-size: 1.75rem; 
		font-weight: 500;
		padding-bottom: 0;
}

.main_con_wrap p {
    color: #000;
}

.landlord_img {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    min-height: 520px;
    position: relative;
}

.land_shade {
    min-height: 520px;
    background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.4));
}

.landlord_link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    bottom: 60px;
    width: 100%;
    padding: 0 80px;
}

.landlord_link h3 {
    font-size: 25px;
    color: #fff;
    font-weight: 700;
}

.home_contacts {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    min-height: 360px;
}

.home_ct_shade {
    background: rgba(1, 155, 82, 0.9);
    min-height: 360px;
}

.main_ct_wrap {
    text-align: center;
    padding-top: 124px;
    max-width: 790px;
    margin: auto;
}

.main_ct_wrap h3 {
    color: #fff;
    padding-bottom: 15px;
    font-size: 30px;
    font-weight: 700;
}

.ct_main_links {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ct_main_links a {
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    margin-right: 20px;
    transition: 0.5s;
}

.ct_main_links a:hover {
    color: #000;
}

.ct_main_links a svg {
    margin-right: 8px;
    transition: 0.7s;
}

.ct_main_links a:hover svg path {
    fill: #000;
}

section.featured {
    margin-top: 150px;
    margin-bottom: 90px;
    position: relative;
}

.featured .container {
    background: linear-gradient(to left, #C9EADA 65%, rgba(255, 255, 255, 1) 35%);
}

.featured_con h2 {
    color: #000;
    padding-bottom: 25px;
}

.featured_con h3 {
    color: #000;
    padding-bottom: 25px;
	font-size: 30px;
    font-weight: 700;
}

.featured_con {
    padding: 80px 0 0 70px;
}

.featured_con ul li {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    padding-bottom: 15px;
}

.featured_con ul li img {
    width: 22px;
    height: 22px;
    margin-right: 5px;
}

.btn_wrap button.green_btn {
    margin-right: 20px;
}

.featured_con .btn_wrap button.green_btn {
    width: 190px;
}

.featured .img_wrap {
    transform: translateY(-65px);
}

.featured_shape {
    position: absolute;
    right: 0;
    top: -125px;
}


/* ----Home End----- */


/* ----About------- */

.inner_banner {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 430px;
    position: relative;
    margin-top: 70px;
}

.inner_banner_shade {
    background: rgba(0, 0, 0, 0.3);
    min-height: 430px;
}

.inner_banner h1 {
    color: #fff;
    position: absolute;
    bottom: 70px;
}

.team_main {
    padding-bottom: 30px;
}

.team_main h2 {
    color: #000;
    padding-bottom: 15px;
}

.team_main p {
    color: #000;
}

.team_card {
    max-width: 340px;
    margin-bottom: 70px;
}

.team_card h3 {
    font-size: 34px;
    font-weight: 700;
    color: #000;
    padding-top: 30px;
}

.team_card h4 {
    font-size: 23px;
    color: #019B52;
    font-weight: 700;
    padding-bottom: 25px;
}

.team_card strong {
    font-size: 23px;
    color: #019B52;
    font-weight: 700;
}

.team_card .custm_direct{
	 padding-bottom: 25px;
}

.team_card p {
    font-size: 16px;
    color: #000;
    font-weight: 400;
}

.team_card a {
    font-size: 20px;
    color: #019B52;
    font-weight: 400;
    display: block;
	transition: all ease 0.5s;
}

.team_card a:hover{
	color: #000;
}


/* ----About End------ */


/* -----Landlords------ */

.top_con h2 {
    color: #000;
}

.top_con p {
    color: #000;
}

.top_con {
    max-width: 500px;
    padding-bottom: 30px;
}

.content_con h3 {
    font-size: 25px;
    color: #000;
    font-weight: 700;
    padding: 12px 0 20px 0;
}

.content_con h2 {
   font-size: 25px;
    color: #000;
    font-weight: 700;
    padding: 12px 0 20px 0;
}

.green_section .content_con h2,
.disputes_section_content h2 {
    color: #fff;
}

.content_con p {
    color: #000;
}

.content_con a {
    color: #019B52;
}

.green_section .content_con a,
.disputes_section_content .content_con a {
    color: #000;
}

.top_section {
    position: relative;
}

.land_shape {
    position: absolute;
    right: 0;
    top: 40px;
}

.top_section .img_wrap {
    max-width: 575px;
}

.green_section {
    background: #019B52;
}

.green_section .content_con h3,
.green_section .content_con p {
    color: #fff;
}

.light_blue_section {
    background: #C9EADA;
}

.content_con.grid_con {
    margin-right: 25px;
    border-bottom: 1px solid #019B52;
    padding-bottom: 20px;
    margin-bottom: 25px;
}

.grid_section .row .col-lg-6:nth-child(3) .content_con.grid_con,
.grid_section .row .col-lg-6:nth-child(4) .content_con.grid_con {
    border-bottom: none;
}

section.grid_section.p-top {
    padding-top: 60px;
}

.disputes_section_content {
    background: #019B52;
}

.disputes_section_content .content_con h3,
.disputes_section_content .content_con p {
    color: #fff;
    padding-top: 0;
}

.disputes_section_content .content_con {
    text-align: center;
    max-width: 750px;
    margin: auto;
}

.below_sec {
    background: #C9EADA;
}

.top_section.landlord_healthy_homes .top_con {
    max-width: 800px;
}

.tenancy_top {
    position: relative;
}

.content_con.end_con {
    padding-top: 25px;
}

.load_more {
    text-align: center;
}


/* ----Landlords End------ */


/* ----Services----- */

.service_card {
    background: #F2FAF6;
    min-height: 230px;
    text-align: center;
    margin-bottom: 30px;
    padding-top: 58px;
}

.service_card h3 {
    font-size: 17px;
    font-weight: 700;
    color: #019B52;
    padding-top: 25px;
    max-width: 200px;
    margin: auto;
}

section.services_sec {
    padding: 35px 0 50px 0;
}

.testimonial_card {
    min-height: 370px;
    background: #F2FAF6;
    padding: 45px 45px 20px 40px;
    margin-bottom: 35px;
}

.testimonial_card p {
    color: #000;
}

.testimonial_card h4 {
    font-size: 17px;
    color: #019B52;
    font-weight: 700;
}

.testimonial_card span {
    font-size: 15px;
    color: #000;
    font-weight: 500;
}

.testimonial_card svg {
    margin-bottom: 30px;
}

.main_feature_con {
    position: relative;
}

.main_feature_con::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 75%;
    background: #C9EADA;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: -1;
}

.feature_inner {
    width: 80%;
    margin: auto;
    margin-top: 100px;
    position: relative;
    z-index: 9;
}

.main_feature_con h3 {
    font-size: 25px;
    color: #000;
    font-weight: 700;
    padding: 50px 0 20px 0;
}

.main_feature_con h3 span {
    color: #019B52;
}

.feature_btn_con {
    display: flex;
    align-items: center;
    margin-top: 30px;
}

.feature_btn_con a button.green_btn {
    margin-right: 20px;
    width: 250px;
}

.below_ct {
    text-align: center;
}

.below_ct h3 {
    font-size: 55px;
    font-weight: 700;
    color: #000;
    max-width: 800px;
    margin: auto;
    margin-bottom: 20px;
}

.below_ct a {
    font-size: 55px;
    font-weight: 700;
    color: #019B52;
}


/* -----Services End------ */


/* ----Contact Page---- */

.form_div h2 {
    color: #000;
    margin-bottom: 30px;
}

.form_div label {
    font-size: 12px;
    color: #000;
    font-weight: 400;
}

.form_div input {
    font-size: 14px;
    color: #000;
    font-weight: 400;
    outline: none;
    border: 1px solid #E0E0E0;
    width: 100%;
    border-radius: 0;
    height: 58px;
    margin: 5px 0 15px 0;
    padding-left: 15px;
}

.form_div textarea {
    font-size: 14px;
    color: #000;
    font-weight: 400;
    outline: none;
    border: 1px solid #E0E0E0;
    width: 100%;
    border-radius: 0;
    height: 160px;
    margin-top: 5px;
    margin-bottom: 10px;
    padding-left: 15px;
    padding-top: 15px;
}

.form_div input.submit-btn {
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    border: none;
    background: #019B52;
    width: 160px;
    margin-top: 10px;
    transition: 0.5s;
}

.form_div input.submit-btn:hover {
    background: #000;
    color: #fff;
}

.form_div .wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 14px;
    font-weight: normal;
    display: block;
    margin-top: -10px;
}

.wpcf7 form.invalid .wpcf7-response-output {
    margin-left: 0;
    color: #dc3232;
    border: 2px solid #dc3232;
    margin-top: 0;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    color: #46b450;
    margin-left: 0;
    margin-top: 0;
}

.ct_right_con {
    padding-left: 30px;
}

.ct_right_con ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ct_right_con ul li h3 {
    font-size: 25px;
    color: #000;
    font-weight: 700;
    margin-top: 45px;
}

.ct_right_con ul li span {
    font-size: 17px;
    color: #019B52;
    font-weight: 700;
}

.ct_right_con ul li a {
    font-size: 15px;
    color: #019B52;
    font-weight: 400;
    display: block;
    transition: 0.5s;
}

.ct_right_con ul li a:hover {
    color: #000;
}

.te_anchors {
    margin-top: 10px;
}

.map_div iframe {
    width: 100%;
    margin-bottom: -7px;
}


/* ----Contact Page End */


/* --------Footer------ */

footer {
    background: #2B2B2B;
    position: relative;
    padding-bottom: 120px;
}

.footer_menu {
    padding-left: 50px;
    position: relative;
    z-index: 9;
}

.footer_menu h5 {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    padding-bottom: 18px;
}

.footer_menu ul li {
    padding-bottom: 15px;
}

.footer_menu ul li a {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    transition: 0.5s;
    position: relative;
}

.footer_menu ul li a::after {
    content: '';
    width: 0;
    height: 2px;
    background: #fff;
    position: absolute;
    bottom: -5px;
    left: 0;
    transition: 0.5s;
}

.footer_menu ul li a:hover::after {
    width: 100%;
}

.footer_ct_links h5 {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    padding-bottom: 18px;
}

.footer_ct_links ul li {
    padding-bottom: 15px;
}

.footer_ct_links ul li a {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    position: relative;
    transition: 0.5s;
}

.footer_ct_links ul li a::after {
    content: '';
    width: 0;
    height: 2px;
    background: #fff;
    position: absolute;
    bottom: -5px;
    left: 0;
    transition: 0.5s;
}

.footer_ct_links ul li a:hover::after {
    width: 100%;
}

.footer_ct_links ul li a svg {
    width: 15px;
    height: 15px;
    margin-right: 8px;
}

.footer_ct_links {
    padding-left: 40px;
    position: relative;
    z-index: 9;
}

.trade_div {
    display: flex;
    align-items: flex-start;
    justify-content: end;
    padding-top: 170px;
    position: relative;
    z-index: 9;
}

.trade_div p {
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    padding-left: 10px;
}

.copyright {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 230px;
    position: relative;
    z-index: 9;
}

.copyright p {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    padding-bottom: 0;
}

.footer_shape {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
}

.footer_shape img {
    width: 100%;
}

header#masthead {
    transition: 0.7s;
}

.scroll-down {
    transform: translate3d(0, -100%, 0);
}

.scroll-up {
    transform: none;
}

header {
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
    background: #fff;
}

header.scroll-up .header_logo img {
    max-width: 200px;
}


/* ------Footer End----- */


/* ---------Responsive------------- */

@media (max-width:1200px) {
    .container {
        max-width: 100%;
    }
}

@media (max-width:1025px) {
    .featured_shape {
        display: none;
    }
    .featured_con .btn_wrap button.green_btn {
        margin-bottom: 30px;
    }
}

@media (max-width:992px) {
    .scroll-down {
        transform: none;
    }
 header#masthead {
    padding: 15px 0 10px 0;
}
    .home_banner {
        margin-top: 0;
    }
    .header_logo {
        text-align: left;
        margin-bottom: 10px;
    }
    .header_logo img {
        max-width: 200px !important;
    }
    .header_contact_links {
        justify-content: start;
    }
    .header_contact_links a {
        margin-left: 0;
        margin-right: 25px;
    }
    .banner_content h1 {
        font-size: 35px;
        line-height: 40px;
    }
    h1 {
        font-size: 35px;
    }
    .p-top-bottom {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .p-top {
        padding-top: 40px;
    }
    .p-bottom {
        padding-top: 40px;
    }
    .text_con {
        padding-right: 0;
        text-align: center;
    }
    .text_con h2 {
        width: 100%;
    }
	
	 .text_con h1 {
        width: 100%;
    }
	
    .btn_wrap {
        margin-bottom: 30px;
        justify-content: center;
    }
    .img_wrap {
        width: 75%;
        margin: auto;
    }
    .main_con_wrap {
        max-width: unset;
        width: 100%;
    }
    .landlord_img {
        width: 75%;
        margin: auto;
    }
    .banner_content {
        width: 98%;
    }
    .home_ct_shade {
        min-height: unset;
    }
    .home_contacts {
        min-height: unset;
    }
    .main_ct_wrap {
        text-align: center;
        padding-top: 50px;
        max-width: unset;
        width: 100%;
        padding-bottom: 50px;
    }
    .main_ct_wrap h3 {
        font-size: 25px;
    }
    .featured .img_wrap {
        transform: none;
    }
    section.featured {
        margin-top: 0;
        margin-bottom: 0;
    }
    .featured .container {
        background: linear-gradient(to left, #C9EADA 100%, rgb(255, 255, 255) 85%);
        padding-top: 50px;
    }
    .featured_con {
        padding: 50px 0 0 0;
        text-align: center;
    }
    .featured_con ul li {
        justify-content: center;
    }
    .footer_menu {
        padding-left: 0;
        text-align: center;
    }
    .footer_shape {
        display: none;
    }
    .footer_logo {
        max-width: 200px;
        text-align: center;
        margin: auto;
    }
    .footer_ct_links {
        padding-left: 0;
        text-align: center;
    }
    .trade_div {
        display: flex;
        align-items: flex-start;
        justify-content: center;
        padding-top: 40px;
        position: relative;
        z-index: 9;
        flex-direction: column;
        text-align: center;
    }
    .trade_div p {
        padding-left: 0;
        padding-top: 10px;
    }
    .trade_div img {
        max-width: 200px;
        margin: auto;
    }
    footer {
        padding-bottom: 30px;
    }
    .copyright {
        padding-left: 0;
    }
    .team_card .img_wrap {
        width: 100%;
    }
    .inner_banner {
        margin-top: 0;
    }
    .land_shape {
        display: none;
    }
    .top_con {
        max-width: 100%;
        text-align: center;
    }
    .content_con {
        text-align: center;
        margin-top: 18px;
    }
    .content_con.grid_con {
        margin-right: 0;
        border-bottom: none;
        padding-bottom: 0;
        margin-bottom: 0;
    }
    section.grid_section.p-top {
        padding-top: 25px;
    }
    .form_div h2 {
        text-align: center;
    }
    .form_div {
        width: 70%;
        margin: auto;
    }
}

@media (max-width:767px) {
    .footer_menu {
        margin-top: 30px;
    }
    .footer_ct_links {
        margin-top: 20px;
    }
    .trade_div p {
        width: 100%;
    }
    .copyright {
        flex-direction: column;
    }
    .copyright p {
        padding-bottom: 15px;
    }
    .img_wrap {
        width: 100%;
    }
    .landlord_img {
        width: 100%;
        margin: auto;
    }
    .landlord_link {
        padding: 0;
        flex-direction: column;
    }
    .btn_wrap {
        flex-direction: column;
    }
    .btn_wrap .white_btn {
        margin-right: 0;
        margin-bottom: 15px;
    }
    .list_section {
        min-height: unset;
    }
    .list_rep ul {
        display: flex;
        align-items: center;
        justify-content: center;
        padding-top: 45px;
        padding-bottom: 45px;
        flex-direction: column;
    }
    .list_rep ul li {
        text-align: center;
        margin-bottom: 25px;
    }
    .ct_main_links {
        flex-direction: column;
    }
    .ct_main_links a {
        margin-right: 0;
    }
    .team_card h3 {
        font-size: 30px;
    }
    .team_card {
        margin: auto;
        margin-bottom: 50px;
    }
    .team_main {
        text-align: center;
    }
    .form_div {
        width: 100%;
        margin: auto;
    }
    .ct_right_con {
        padding-left: 0;
    }
    .ct_right_con ul {
        justify-content: center;
        flex-direction: column;
    }
    .ct_right_con ul li {
        text-align: center;
    }
    .btn_wrap button.green_btn {
        margin-right: 0;
    }
}

@media (max-width:575px) {}

/*---------------------------------------------------------*/


li.menu-item-has-children {
    position: relative;
    transition: 0.5s;
}

li.menu-item-has-children:hover {
    overflow: unset;
}

.header_menu_links ul.sub-menu {
    position: absolute;
    top: 25px;
    left: -26px;
    background: #019B52;
    width: 340px;
    border-radius: 0px;
    padding: 15px 30px 18px 30px;
    transition: 0.5s;
    display: none;
	flex-direction: column;
    align-items: flex-start;
}

.header_menu_links ul.sub-menu li{
	margin-left : 0px;
	padding: 6px 0;
}

.header_menu_links ul.sub-menu li a{
	color: #fff;
}

.header_menu_links ul.sub-menu li a:before{
	background: #fff;
}

.header_menu_links ul.sub-menu li a:after{
	background: #fff;
}

/* .header_menu_links li.menu-item-has-children a:before{
	display: none;
}

.header_menu_links li.menu-item-has-children a:after{
	display: none;
} */

.header_menu_links li.menu-item-has-children.current-menu-item li a:after{
	display: none;
}

.header_menu_links li.menu-item-has-children.current-menu-item li a:before{
	display: none;
}

li.menu-item-has-children:hover ul.sub-menu {
    display: block;
    transition: 0.5s;
}

.header_menu_links li.menu-item-has-children::after {
    content: url('/wp-content/uploads/2023/09/down-arrow.svg');
/*     background-image: url('/wp-content/uploads/2023/09/down-arrow.png');
    background-position: center center;
    background-repeat: no-repeat; */
    width: 11px;
    height: 11px;
    position: absolute;
    right: 0px;
    top: 32%;
    transform: translateY(-50%);
    transition: 0.5s;
}

/* li.menu-item-has-children:hover::after {
    transform: translateY(-50%) rotate(-180deg);
} */

.main_con_wrap .custm_landd a{
	    color: #019B52; 
}

.main_con_wrap .custm_landd button{
	margin-bottom: 30px;
}

.trade_div a{
	outline: none;
}

.custm_dave{
	height : 380px;
	object-fit: cover;
}

.main_featured ul.o-list2{
	list-style: inherit;
	padding-bottom: 20px;
}

.main_featured ul.o-list2 li{
	list-style: inherit; 
	margin-left: 20px;
}

#more {display: none;}



/*-------------------------------*/


@media (max-width: 992px){
		#mobile-nav ul li .sub-menu {
		transition: none !important;
		padding:0px !important;
	}
	#mobile-nav ul li .sub-menu li {
    padding: 0px 20px;
}
	html body #mobile-nav-toggle {
    top: 20px; 
    margin: 0px 13px 0 0;
	}
	 
html body	#mobile-nav ul {
	margin-top: 0px;
	}
	
	html body	#mobile-nav ul li .sub-menu li a{
		font-family: inherit;
		font-size: 16px;
	}


html body .menu-item-has-children i {
    top: 15px;
    padding: 12px;
    right: 0;
}
	
html body	#mobile-nav-toggle{
		top: 34px;
		background: #019B52; 
}
	
html body	#mobile-nav-toggle i {
    color: #fff;
}
	
	.main_con_wrap .custm_landd h2{
	    font-size: 25px; 
}
	
		html body	#mobile-nav ul {
	margin-top: 78px;
	}
	
	html body #mobile-nav  ul.sub-menu {
		margin-top: 0px;
		transition: all ease 0.5s;
	}
	
	#mobile-nav-toggle {
		position: fixed;
		 z-index: 99999999;
	}
	
	.custm_tel{
		display: flex;
		align-items: center;
		justify-content: flex-start;
		column-gap: 25px;
		padding: 24px 18px 15px 18px;
	}
	
	.custm_tel a{
		margin-left: 0;
		font-size: 16px;
		font-weight: 700;
		color: #019B52;
		position: relative;
		transition: 0.5s;
	}
	
	.header_contact_links{
		display: none;
	}
	
}

/*--------------------------*/

@media (max-width: 575px){
	html body #mobile-nav-toggle {
    top: 16px; 
    margin: 0px 13px 0 0;
	}
	
		.main_con_wrap .custm_landd h2{
	    font-size: 25px; 
}
	
	html body	#mobile-nav ul {
	margin-top: 65px;
	}
	
	html body #mobile-nav  ul.sub-menu {
    margin-top: 0px;
}
	
	.custm_tel{
		column-gap: 15px; 
	}
	
	.custm_dave{
	height : auto;
}
	
	.feature_btn_con{
		flex-direction: column;
		    margin-top: 15px;
	}
	
	.feature_btn_con button{
		margin-top: 15px;
	}

}