@media (min-width: 1400px) and (max-width: 1600px) {

    /*================================
        HOME PAGE 01 START
    ================================*/
    .container {
        max-width: 1320px;
    }

    .banner_text h1 {
        font-size: 66px;
    }

    .banner_search form ul {
        width: 87%;
    }

    .banner_input_btn {
        margin-left: 10px;
    }

    .footer_right::after {
        left: 25px;
    }

    .footer_right {
        padding: 100px 0px 0px 100px;
    }

    /*================================
        HOME PAGE 01 END
    ================================*/

    /*================================
        HOME PAGE 02 START
    ================================*/

    .property_grid_view .banner_search {
        margin-top: -70px;
    }

    .property_grid_view .banner_search form ul {
        width: 89%;
    }

    .property_grid_view form ul li {
        width: 23.33%;
    }
}

@media (min-width: 1200px) and (max-width: 1399.99px) {

    /*================================
        HOME PAGE 01 START
    ================================*/
    .container {
        max-width: 1140px !important;
    }

    .main_menu .navbar-nav .nav-item .nav-link {
        font-size: 15px;
        margin: 0px 15px;
        font-weight: 600;
    }

    .banner_search form ul {
        width: 88%;
    }

    .banner_text h1 {
        font-size: 66px;
    }

    .single_property_text {
        margin: -60px 10px 0px 10px;
    }

    .single_property_top {
        padding: 20px;
    }

    .single_property_top ul li {
        font-size: 14px;
    }

    .single_property_top ul {
        gap: 10px;
    }


    .blog_text {
        padding: 20px;
    }

    .footer_link h4 {
        font-size: 18px;
        margin-left: 150px !important;
    }

    .footer_right h4 {
        font-size: 18px;
    }

    .footer_right {
        padding: 100px 0px 0px 70px;
        margin-left: -90px;
    }

    .footer_right::after {
        left: 15px;
    }

    .footer_description {
        padding-bottom: 140px;
    }

    .footer_description::after {
        bottom: -30px;
    }
    /*================================
        HOME PAGE 01 END
    ================================*/

    /*================================
        HOME PAGE 02 START
    ================================*/

    .banner_area_2 {
        padding-left: 40px;
    }

    .banner_area_2 .banner_search form ul li {
        width: 22.5%;
    }

    .agent_2_img {
        width: 200px;
        height: 200px;
    }

    /*================================
        HOME PAGE 02 END
    ================================*/

    /*================================
        ABOUT PAGE START
    ================================*/
    .breadcrumb_text h1 {
        font-size: 40px;
    }

    .breadcrumbs_overly {
        padding: 185px 0px 115px 0px;
    }

    /*================================
        ABOUT PAGE END
    ================================*/
    /*================================
        BLOG DETAILS START
    ================================*/
    .blog_details_img_1 {
        height: 320px;
    }

    .blog_details_img_2 {
        height: 320px;
    }

    .blog_shear_area_left {
        margin-bottom: 20px;
    }

    .blog_comment_text {
        width: 86% !important;
    }

    .blog_state p {
        padding: 0px 30px;
    }

    .blog_state {
        padding: 45px 0px 180px 0px;
    }

    .blog_details_right_header .blog_details_tag {
        margin-bottom: 25px;
    }

    /*================================
        BLOG DETAILS END
    ================================*/

    /*================================
        CONTACT START
    ================================*/
    .contact_address_text {
        width: 83%;
    }

    .contact_map {
        height: 450px;
    }

    /*================================
        CONTACT END
    ================================*/

    .property_list_item .single_property_img {
        height: 250px;
    }

    .property_grid_view .banner_search {
        margin-top: -60px;
    }

    .property_grid_view .banner_search form ul {
        gap: 17px;
    }

    /*================================
        PROPERTY DETAILS START
    ================================*/
    .property_details_large_img {
        height: 490px;
    }

    .single_property_details {
        padding: 30px;
    }

    .property_details_sidebar {
        padding: 30px;
    }

    .apertment_layout {
        height: 670px;
    }

    /*================================
        PROPERTY DETAILS END
    ================================*/
}

@media (min-width: 992px) and (max-width: 1199.99px) {

    /*================================
        HOME PAGE 01 START
    ================================*/
    /* menu start */
    .main_menu .navbar-brand {
        width: 160px;
    }

    .main_menu .navbar-nav .nav-item .nav-link {
        font-size: 14px;
        margin: 0px 12px;
        font-weight: 600;
    }


    .main_menu .common_btn {
        padding: 11px 20px;
    }

    /* menu end */

    /* banner start */
    .banner_text h1 {
        font-size: 60px;
    }

    .banner_search form ul {
        width: 87%;
    }

    .banner_search form ul li {
        width: 22.5%;
    }

    .adv_search_area {
        padding: 25px 25px 10px 25px;
    }

    .adv_search_area .select2-container {
        margin-bottom: 15px;
    }

    /* banner end */
    .section_heading h2 {
        font-size: 32px;
    }

    .single_property_img {
        height: 310px;
    }
    .container_large {
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5);
    }

    .footer_description::after {
        display: none;
    }

    .footer_right {
        padding: 60px 45px;
    }

    .footer_right::after {
        left: -30px;
    }

    .footer_description {
        padding-bottom: 0;
    }

    .progress-wrap {
        right: 15px;
        bottom: 15px;
    }

    .container {
        max-width: 960px;
    }

    .banner_search .tab-content {
        padding: 25px;
    }

    /*================================
        HOME PAGE 01 END
    ================================*/
    /*================================
        ABOUT PAGE START
    ================================*/
    .breadcrumb_text h1 {
        font-size: 48px;
    }

    .breadcrumbs_overly {
        padding: 170px 0px 90px 0px;
    }

    /*================================
        ABOUT PAGE END
    ================================*/

    /*================================
        CONTACT START
    ================================*/
    .contact_address h4 {
        font-size: 34px;
    }

    .contact_address_text a {
        font-size: 15px;
    }

    .contact_address_text {
        width: 80%;
    }

    .contact_map {
        height: 400px;
    }

    /*================================
        CONTACT END
    ================================*/

    .property_sm_margin {
        margin-bottom: 50px;
    }

    .property_list_item {
        margin: 15px 0px 43px 0px;
    }

    .property_grid_view .banner_search {
        margin-top: -50px;
    }

    /*================================
        PROPERTY DETAILS START
    ================================*/
    .property_details_large_img {
        height: 410px;
    }

    .property_details_small_img {
        height: auto;
    }

    .property_details_share {
        margin-top: 20px;
        width: 100%;
    }

    .property_apartment_details li,
    .property_facilities ul li {
        width: 50%;
    }

    .apertment_layout {
        height: 550px;
    }

    .apertment_map {
        height: 350px;
    }

    .apertment_video {
        height: 310px;
    }

    .single_property_details {
        padding: 30px;
    }

    .single_property_details h4 {
        font-size: 24px;
    }

    .property_details_sidebar {
        padding: 30px;
    }

    /*================================
        PROPERTY DETAILS END
    ================================*/
}

@media (min-width: 768px) and (max-width: 991.99px) {

    /*================================
        HOME PAGE 01 START
    ================================*/
    /* menu start */
    .main_menu .container {
        padding: 20px 0px;
    }

    .main_menu #navbarNav {
        /* margin-top: 19px; */
        border-top: 1px solid #eeeeee52;
    }

    .main_menu .navbar-nav {
        background: var(--colorWhite);
        line-height: 60px;
        padding: 15px 0px;
    }

    .main_menu .menu_right {
        background: var(--colorWhite);
        padding-left: 20px;
        border-top: 1px solid #eeeeee52;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .main_menu .navbar-nav .nav-item .nav-link {
        display: inline-block;
    }

    .main_menu .droap_menu {
        max-height: 250px;
        left: 20px;
    }

    /* menu end */

    /* banner start */
    .banner_area {
        height: auto;
    }

    .banner_text {
        margin-right: 0;
        margin-bottom: 40px;
    }

    .banner_text h1 {
        font-size: 54px;
    }

    .banner_text p {
        padding-right: 100px;
    }

    .banner_contant {
        padding-top: 175px;
        padding-bottom: 100px;
    }

    .banner_search form ul {
        width: 100%;
    }

    .banner_search form ul li {
        width: 48%;
    }

    .banner_input_btn {
        width: 100%;
        margin-top: 20px;
    }

    .adv_search_area {
        padding: 25px 25px 10px 25px;
    }

    .adv_search_area.show_search {
        top: 107%;
    }

    .adv_search_area .select2-container {
        margin-bottom: 15px;
    }

    /* banner end */

    /* about start */

    .section_heading h2 {
        font-size: 28px;
    }

    .single_property_img {
        height: 230px;
    }

    .single_property_text {
        margin: 0;
    }

    .item_title {
        font-size: 18px;
    }

    .blog_text {
        margin-top: 0;
        width: 100%;
        margin-left: 0;
        padding: 25px;
    }

    .container_large {
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5);
    }

    .footer_description::after {
        display: none;
    }

    .footer_right {
        padding: 60px 45px;
    }

    .footer_right::after {
        left: -30px;
    }

    .footer_description {
        padding-bottom: 0;
    }

    .progress-wrap {
        right: 15px;
        bottom: 15px;
    }

    .main_menu .navbar-brand {
        margin-left: 12px;
    }

    /*================================
        HOME PAGE 01 END
    ================================*/

    /*================================
        HOME PAGE 02 START
    ================================*/

    .banner_area_2 {
        height: auto;
        padding: 50px;
    }

    .footer_link h4 {
        font-size: 18px;
    }

    /*================================
        HOME PAGE 02 END
    ================================*/
    /*================================
        ABOUT PAGE START
    ================================*/
    .breadcrumb_text h1 {
        font-size: 38px;
        margin-bottom: 10px;
    }

    .breadcrumbs_overly {
        padding: 170px 0px 90px 0px;
    }

    /*================================
        ABOUT PAGE END
    ================================*/
    /*================================
        CONTACT START
    ================================*/
    .contact_address_text {
        margin-left: 0;
        margin-top: 15px;
        width: 100%;
    }

    .contact_address_text a {
        font-size: 16px;
    }

    .contact_area form {
        margin-top: 45px;
    }

    .contact_map {
        height: 300px;
    }

    /*================================
        CONTACT END
    ================================*/

    /*================================
        CONTACT START
    ================================*/
    .contact_address ul {
        flex-direction: inherit;
    }

    .contact_address_text {
        margin-left: 0;
        margin-top: 15px;
        width: 100%;
    }

    .contact_area form {
        margin-top: 45px;
    }

    .contact_map {
        height: 400px;
    }

    .contact_address ul li {
        width: 28%;
    }

    /*================================
        CONTACT END
    ================================*/

    .property_sm_margin {
        margin-bottom: 50px;
    }

    .property_list_item .single_property_img {
        height: 250px;
    }

    .property_list_item {
        margin: 17px 0px 43px 0px;
    }

    .property_grid_view .banner_search {
        margin-top: 100px;
    }

    .property_grid_view .banner_search .nav {
        border: 1px solid rgba(3, 26, 38, 0.10);
    }

    /*================================
        PROPERTY DETAILS START
    ================================*/
    .property_details_large_img {
        height: 305px;
    }

    .property_details_small_img {
        height: auto;
    }

    .single_property_details h4 {
        font-size: 24px;
    }

    .property_details_share {
        margin-top: 20px;
        width: 100%;
    }

    .property_apartment_details li,
    .property_facilities ul li {
        width: 50%;
    }

    .apertment_layout {
        height: 610px;
    }

    .apertment_map {
        height: 350px;
    }

    .apertment_video {
        height: 350px;
    }

    .details_apertment_form {
        margin-bottom: 25px;
    }

    /*================================
        PROPERTY DETAILS END
    ================================*/
}

@media (min-width: 576px) and (max-width: 767.99px) {

    /*================================
        HOME PAGE 01 START
    ================================*/
    /* menu start */
    .main_menu .container {
        padding: 20px 0px;
    }

    .main_menu #navbarNav {
        /* margin-top: 19px; */
        border-top: 1px solid #eeeeee52;
    }

    .main_menu .navbar-nav {
        background: var(--colorWhite);
        line-height: 60px;
        padding: 15px 0px;
    }

    .main_menu .menu_right {
        background: var(--colorWhite);
        padding-left: 20px;
        border-top: 1px solid #eeeeee52;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .main_menu .navbar-nav .nav-item .nav-link {
        display: inline-block;
    }

    .main_menu .droap_menu {
        max-height: 250px;
        left: 20px;
    }

    /* menu end */

    /* banner start */
    .banner_area {
        height: auto;
    }

    .banner_text {
        margin-right: 0;
        margin-bottom: 40px;
    }

    .banner_text h1 {
        font-size: 42px;
    }

    .banner_text p {
        padding-right: 0;
    }

    .banner_contant {
        padding-top: 175px;
        padding-bottom: 100px;
    }

    .banner_search form ul {
        width: 100%;
    }

    .banner_search form ul li {
        width: 47.5%;
    }

    .banner_input_btn {
        width: 100%;
        margin-top: 20px;
    }

    .adv_search_area {
        padding: 25px 25px 10px 25px;
    }

    .adv_search_area.show_search {
        top: 107%;
    }

    .adv_search_area .select2-container {
        margin-bottom: 15px;
    }

    /* banner end */

    /* about start */

    .section_heading h2 {
        font-size: 28px;
    }

    /* about end */
    .single_property_img {
        height: 350px;
    }

    .container,
    .container-sm {
        max-width: 540px !important;
    }

    .footer_description::after {
        width: 200px;
        height: 85px;
    }

    .footer_right {
        padding: 35px 25px;
    }

    .footer_right::after {
        left: -30px;
    }

    .footer_link {
        margin-top: 50px;
    }

    .footer_description {
        padding-bottom: 110px;
    }

    .progress-wrap {
        right: 15px;
        bottom: 15px;
    }

    .main_menu .navbar-brand {
        margin-left: 12px;
    }

    /*================================
        HOME PAGE 01 END
    ================================*/

    /*================================
        HOME PAGE 02 START
    ================================*/
    .banner_area_2 {
        height: auto;
        padding: 35px;
    }
   
    .footer_2 .footer_description::before {
        display: none;
    }

    /*================================
        HOME PAGE 02 END
    ================================*/
    /*================================
        ABOUT PAGE START
    ================================*/
    .breadcrumb_text h1 {
        font-size: 34px;
        margin-bottom: 10px;
    }

    .breadcrumbs_overly {
        padding: 170px 0px 90px 0px;
    }

    /*================================
        ABOUT PAGE END
    ================================*/

    /*================================
        CONTACT START
    ================================*/
    .contact_address h4 {
        font-size: 32px;
    }

    .contact_address_text {
        margin-left: 0;
        margin-top: 15px;
        width: 100%;
    }

    .contact_address_text a {
        font-size: 16px;
    }

    .contact_area form {
        margin-top: 45px;
    }

    .contact_map {
        height: 350px;
    }

    .contact_address ul li {
        width: 46%;
    }

    /*================================
        CONTACT END
    ================================*/
    .property_sm_margin {
        margin-bottom: 50px;
    }

    .blog_details_right_header h3,
    .sidebar_wizerd .accordion-button,
    .sidebar_wizerd h3 {
        font-size: 16px;
    }

    .sidebar_amenities .accordion-button::after {
        height: 39px;
        line-height: 39px;
    }

    /*================================
        PROPERTY LIST START
    ================================*/
    .property_list_item .single_property_img {
        height: 350px;
    }

    .property_list_item .single_property_top {
        padding: 30px 20px 20px 20px;
        width: 100%;
    }

    .property_list_item .single_property_bottom {
        padding: 10px 20px;
    }

    .property_list_item .single_property_text {
        margin: 0;
    }

    .property_list_item .property_price {
        right: 10px;
    }

    .property_grid_view .banner_search {
        margin-top: 100px;
    }

    .property_grid_view .banner_search .nav {
        border: 1px solid rgba(3, 26, 38, 0.10);
    }

    /*================================
        PROPERTY LIST END
    ================================*/

    /*================================
        PROPERTY DETAILS START
    ================================*/
    .property_details_large_img {
        height: 225px;
    }

    .property_details_small_img {
        height: auto;
    }

    .single_property_details {
        padding: 30px;
    }

    .single_property_details h4 {
        font-size: 22px;
    }

    .property_details_share {
        margin-top: 20px;
        width: 100%;
    }

    .property_details_address h3 {
        margin-top: 20px;
    }

    .property_apartment_details li {
        width: 100%;
    }

    .property_facilities ul li {
        width: 50%;
    }

    .apertment_layout {
        height: 450px;
    }

    .apertment_map {
        height: 280px;
    }

    .apertment_video {
        height: 260px;
    }

    .details_apertment_form {
        margin-bottom: 25px;
    }

    .property_details_sidebar {
        padding: 25px;
    }

    .property_list_item {
        margin: 0px 0px 25px 0px;
    }

    /*================================
        PROPERTY DETAILS END
    ================================*/
}

@media (max-width: 575.99px) {

    /*================================
        HOME PAGE 01 START
    ================================*/
    /* menu start */
    .main_menu .container {
        padding: 20px 0px;
    }

    .main_menu #navbarNav {
         margin-top: -1px; 
        border-top: 1px solid #eeeeee52;
    }

    .main_menu .navbar-nav {
        background: var(--colorWhite);
        line-height: 60px;
        padding: 15px 0px;
    }

    .main_menu .menu_right {
        background: var(--colorWhite);
        padding-left: 20px;
        border-top: 1px solid #eeeeee52;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .main_menu .navbar-nav .nav-item .nav-link {
        display: inline-block;
    }

    .main_menu .droap_menu {
        max-height: 250px;
        left: 20px;
    }

    .main_menu .common_btn {
        padding: 11px 25px;
    }

    .menu_offcanvas .offcanvas-body {
        padding: 50px 30px 30px 30px;
    }

    /* menu end */

    /* banner start */
    .banner_area {
        height: auto;
    }

    .banner_text {
        margin-right: 0;
        margin-bottom: 40px;
    }

    .banner_text h1 {
        font-size: 36px;
    }

    .banner_text p {
        padding-right: 0;
        font-size: 18px;
    }

    .banner_contant {
        padding-top: 175px;
        padding-bottom: 100px;
    }

    .banner_search form ul {
        width: 100%;
    }

    .banner_search .tab-content {
        padding: 25px;
    }

    .banner_search form ul li {
        width: 100%;
    }

    .banner_input_btn {
        width: 100%;
        margin-top: 20px;
    }

    .adv_search_area {
        padding: 25px 25px 10px 25px;
    }

    .adv_search_area.show_search {
        top: 105%;
    }

    .adv_search_area .select2-container {
        margin-bottom: 15px;
    }

    /* about start */

    .section_heading h2 {
        font-size: 22px;
    }

    /* about end */

    .single_property_img {
        height: auto;
    }

    .single_property_text {
        margin: 0;
    }

    .single_property_bottom p {
        font-size: 13px;
    }

    .blog_text {
        padding: 25px;
    }

    .item_title {
        font-size: 16px;
    }

    .container_large {
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5);
    }

    .footer_description::after {
        width: 200px;
        height: 85px;
    }

    .footer_right {
        padding: 35px 25px;
    }

    .footer_right::after {
        left: -30px;
    }

    .footer_link {
        margin-top: 50px;
    }

    .footer_description {
        padding-bottom: 110px;
    }

    .progress-wrap {
        right: 15px;
        bottom: 15px;
    }

    .main_menu .navbar-brand {
        margin-left: 12px;
    }
    .blog_text {
        margin-top: 0;
        width: 100%;
        margin-left: 0;
    }

    /*================================
        HOME PAGE 01 END
    ================================*/

    /*================================
        HOME PAGE 02 START
    ================================*/
    .banner_area_2 {
        height: auto;
        padding: 20px;
    }

    .footer_2 .footer_description::before {
        display: none;
    }
    /*================================
        HOME PAGE 02 END
    ================================*/
    /*================================
        ABOUT PAGE START
    ================================*/
    .breadcrumb_text h1 {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .breadcrumb_text ul li a {
        font-size: 14px;
    }

    .breadcrumbs_overly {
        padding: 140px 0px 60px 0px;
    }

    /*================================
        ABOUT PAGE END
    ================================*/
    /*================================
        CONTACT START
    ================================*/
    .contact_address h4 {
        font-size: 26px;
    }

    .contact_address_text {
        margin-left: 0;
        margin-top: 15px;
        width: 100%;
    }

    .contact_address_text a {
        font-size: 16px;
    }

    .contact_area form {
        margin-top: 45px;
    }

    .contact_map {
        height: 300px;
    }

    /*================================
        CONTACT END
    ================================*/
    .single_pricing {
        padding: 30px;
    }

    .payment_modal .modal-body {
        padding: 20px;
    }

    .property_sm_margin {
        margin-bottom: 50px;
    }

    .blog_details_right_header h3,
    .sidebar_wizerd .accordion-button,
    .sidebar_wizerd h3 {
        font-size: 16px;
    }

    .sidebar_amenities .accordion-button::after {
        height: 39px;
        line-height: 39px;
    }

    .sidebar_wizerd {
        padding-right: 20px;
        padding-bottom: 25px;
        padding-top: 22px;
    }

    /*================================
        PROPERTY LIST START
    ================================*/
    .property_list_item .single_property_img {
        height: auto;
    }

    .property_list_item .single_property_top {
        padding: 30px 20px 20px 20px;
        width: 100%;
    }

    .property_list_item .single_property_bottom {
        padding: 10px 20px;
    }

    .property_list_item .single_property_text {
        margin: 0;
    }

    .property_list_item .property_price {
        right: 10px;
    }

    .property_grid_view .banner_search {
        margin-top: 100px;
    }

    .property_grid_view .banner_search .nav {
        border: 1px solid rgba(3, 26, 38, 0.10);
    }

    /*================================
        PROPERTY LIST END
    ================================*/

    /*================================
        PROPERTY DETAILS START
    ================================*/
    .property_details_large_img {
        height: auto;
    }

    .property_details_small_img {
        height: auto;
    }

    .single_property_details {
        padding: 25px;
    }

    .single_property_details h4 {
        font-size: 20px;
    }

    .property_details_share {
        margin-top: 20px;
        width: 100%;
    }

    .property_details_address h3 {
        margin-top: 20px;
    }

    .property_facilities ul li,
    .property_apartment_details li {
        width: 100%;
    }

    .apertment_layout {
        height: auto;
    }

    .apertment_map {
        height: 220px;
    }

    .apertment_video {
        height: 190px;
    }

    .details_apertment_form {
        margin-bottom: 25px;
    }

    .property_details_sidebar {
        padding: 25px;
    }

    .property_list_item {
        margin: 0px 0px 25px 0px;
    }

    /*================================
        PROPERTY DETAILS END
    ================================*/
}

/*================================
        PROPERTY DETAILS START
    ================================*/
.property_details_large_img {
    height: 490px;
}

.single_property_details {
    padding: 30px;
}

.property_details_sidebar {
    padding: 30px;
}

.apertment_layout {
    height: 670px;
}

/*================================
        PROPERTY DETAILS END
    ================================*/