@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@200;300;400;500;600;700&display=swap');
body{
    margin: 0;
    padding: 0;
    font-family: 'Plus Jakarta Sans', sans-serif;
}
.wordlist_modal_inputs_main_div{
    display: flex;
    flex-direction: column;
    align-items: end;
    gap: 6px;
}
.hero_modal{
    min-height: calc(100% - 11.5rem) !important;
}
.wordlist_modal_inputs_main_div label{
    width: 100%;
    text-align: start;
    font-size: 18px;
    color: #000;
    font-weight: 600;
}
.wordlist_modal_inputs_main_div input{
    width: 100%;
    background: #fff;
    border: 1px solid #616161;
    outline: none;
    box-shadow: none;
    padding: 8px 12px;
    border-radius: 0.25rem;
    font-weight: 500;
    color: #616161;
}
.header_section{
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    z-index: 9;
}
#navbar {
    background-color: transparent;
    transition: background-color 0.3s ease-in-out;
}
#navbar .navbar-collapse{
    padding-bottom: 15px;
}
#navbar2 {
    background-color: #fff;
}
#navbar2 .navbar-collapse{
    background-color: #fff;
    padding-bottom: 15px;
}
.navbar ul li a{
    color: #FFFFFF99 !important;
}
.navbar ul li a.active{
    color: #fff !important;
}
.navbar-light .navbar-toggler{
    border: none;
    box-shadow: none;
    outline: none;
}
#navbar_two  ul li a{
    color: #070707 !important;
}
#navbar_two ul li a.active{
    color: #8C8C8C !important;
}
.navbar_btn_div button{
    border: none;
    color: #fff;
    background: linear-gradient(0deg, #1236B3, #1236B3),
    linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
    padding: 10px 10px;
    width: 140px;
    margin-top: 15px;
    border-radius: 10px;
}
.hero_section{
    height: auto;
    min-height: 100vh;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 150px;
    padding-bottom: 70px;
}
.hero_sec_onimage_main{
    width: 100%;
    max-width: 640px;
    padding: 6px;
}
.hero_sec_text_div span{
    background: linear-gradient(0deg, #1236B3, #1236B3),
    linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
    color: #fff;
    padding: 5px 10px;
    border-radius: 8px 8px 8px 0px;
}
.hero_sec_text_div h1{
    padding-top: 10px;
    color: #fff;
    font-weight: 500;
    font-size: 48px;
    line-height: 62px;
}
.hero_sec_text_div p{
    color: #fff;
    line-height: 30px;
    font-size: 18px;
}
.hero_input_div input{
    width: 100%;
    background: #fff;
    border: none;
    outline: none;
    box-shadow: none;
    padding: 8px 12px;
    border-radius: 0.25rem;
    font-weight: 500;
    color: #8C8C8C;
    margin-top: 20px;
}
.hero_select_div select{
    margin-top: 20px;
    width: 100%;
    border: none;
    outline: none;
    box-shadow: none !important;
    padding: 8px 12px;
    color: #434343;
    font-weight: 500;
}
.hero_btn_div {
    display: flex;
    justify-content: flex-end;
}

.hero_btn_div:has(.share_btn) {
    justify-content: space-between;
}

.hero_btn_div button{
    border: none;
    color: #fff;
    background: linear-gradient(0deg, #1236B3, #1236B3),
    linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
    padding: 10px 10px;
    width: 140px;
    margin-top: 15px;
    border-radius: 10px;

}
.home_section_one{ 
    margin-top: 90px;
}
.home_sec1_left_text_div{
    padding-right: 15px;
}
.home_sec1_left_text_div h1{
    font-size: 28px;
    font-weight: 600;
    line-height: 38px;
    letter-spacing: 0em;
    color: #070707;

}
.home_sec1_left_text_div h1 span{
    background: #1236B31A;
    font-size: 30px;
    color: #1236B3;
    padding: 2px 5px;
    border-radius: 8px;
}
.home_sec1_left_text_div p{
    font-size: 18px;
    padding-top: 10px;
}
.home_sec1_right_card_body_div{
    margin-top: 20px;
    border: 1px solid #0000001A;
    /* background: #0000001A; */
    border-radius: 14px;
}
.hs1_tag{
    text-align: center;
    background: #1236B3;
    padding: 0px, 12px, 0px, 12px;
    border-radius: 0px 0px 16px 16px;
    color: #fff;
    padding: 4px 10px;
}
.home_sec1_right_card_text {
    padding: 17px;
    text-align: center;
    padding-bottom: 0;
}
.home_sec1_right_card_text p{
    font-size: 14px;
    font-weight: 500;
}
.home_sec1_right_card_text h1{
    color: #000;
}
.home_section_two{
    margin-top: 90px;
}
.title{
    font-size: 28px;
    font-weight: 600;
    line-height: 29px;
    letter-spacing: 0em;
    color: #070707;
}
.home_sec2_card_body_div{
    margin-top: 30px;
    border: 1px solid #CDCDCD;
    border-radius: 16px;
    padding: 16px;
    width: 100%;
    max-width: 420px;
}
.home_sec2_img img{
    margin-top: 6px;
    width: 100%;
    height: 220px;
}
.home_sec2_card_body_div h4{
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 0em;
    color: #070707;
}
.home_sec2_card_body_div p{
    padding-top: 8px;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 0em;
    color: #070707;
    margin: 0;
}
.home_sec2_card_icons_main{
    display: flex;
    gap: 12px;
}
.home_sec2_card_icons_inner{
    padding-top: 6px;
    display: flex;
    align-items: center;
    gap: 6px;
}
.home_sec2_card_icons_inner span{
    font-size: 14px;
}
.home_section_three{
    margin-top: 70px;
}
.home_sec3_card_body_div{
    padding: 25px;
    width: 100%;
    max-width: 390px;
    margin-top: 40px;
}
.home_sec3_card_body_div h5{
    padding-top: 10px;
    font-weight: 600;
    color: #000;
}
.home_sec3_card_body_div p{
    font-size: 15px;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: 0em;
}
.home_section_four{
    margin-top: 100px;
}
.sec4_main{
    width: 100%;
    max-width: 1120px;
    margin: auto;
}
.home_sec4_btns_main_div{
    display: flex;
    justify-content: space-between;
}
.home_sec4_btns_main_div button{
    width: 100%;
    max-width: 360px;
    border: 1px solid #1236B3;
    padding: 12px;
    background-color: transparent;
    color: #070707;
    font-weight: 600;
}
.sec4_btn1{
    border-radius: 16px 16px 0px 16px;
}
.sec4_btn2{
    border-radius: 0px 16px 16px 16px;
}
.sec4_text_div{
    padding: 40px 0px;
    text-align: center;
}
.sec4_text_div h1{
    font-size: 28px;
    font-weight: 600;
    line-height: 38px;
    letter-spacing: 0em;
    color: #070707;
    margin-bottom: 0;
}
.sec4_text_div h1 span{
    background: #1236B31A;
    font-size: 28px;
    color: #1236B3;
    padding: 2px 15px;
    border-radius: 8px;
}
.getstarted {
    display: block;
    margin-top: 30px;
    text-decoration: none;
    color: #1236B3;
    font-weight: 500;
}
.home_section_five{
    margin-top: 80px;
}
.home_sec5_text_div h1{
    font-size: 28px;
    font-weight: 600;
    line-height: 38px;
    letter-spacing: 0em;
    color: #070707;
    margin-bottom: 0;
}
.home_sec5_text_div h1 span{
    background: #1236B31A;
    font-size: 28px;
    color: #1236B3;
    padding: 2px 15px;
    border-radius: 8px;
    margin-right: 6px;
}
.home_sec5_text_div p{
    padding-top: 20px;
    font-size: 16px;
    font-weight: 400;
    line-height: 31px;
    letter-spacing: 0em;
}
.home_sec8_text_div h1{
    font-size: 28px;
    font-weight: 600;
    line-height: 38px;
    letter-spacing: 0em;
    color: #070707;
    margin-bottom: 0;
}
.home_sec8_text_div h1 span{
    font-size: 28px;
    color: #1236B3;
    border-radius: 8px;
    margin-right: 6px;
}
.home_sec8_text_div p{
    padding-top: 20px;
    font-size: 16px;
    font-weight: 400;
    line-height: 31px;
    letter-spacing: 0em;
}
.home_sec5_image_div img{
    width: 100%;
    height: 400px;
}
.home_sec8_image_div img{
    width: 100%;
    height: 400px;
}
.home_section_six{
    margin-top: 80px;
    padding: 50px 0px;
    height: auto;
    min-height: 300px;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
}
.home_sec6_swiper_text_div{
    width: 100%;
    max-width: 550px;
    margin: auto;
    text-align: center;
    padding: 10px;
}
.home_sec6_swiper_text_div p{
    text-align: center;
    color: #fff;
}
.home_sec6_swiper_profile{
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
}
.home_sec6_swiper_profile label{
    color: #fff;
    font-weight: 600;
}
.swiper-button-prev{
    background-color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.swiper-button-prev::after{
    font-size: 18px;
    color: #1236B3;
}
.swiper-button-next{
    background-color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.swiper-button-next::after{
    font-size: 18px;
    color: #1236B3;
}
.home_section_seven{
    margin-top: 80px;
}
.home_sec7_card_body_div{
    width: 100%;
    max-width: 450px;
    margin: auto;
    margin-top: 40px;
}
.home_sec7_card_body_div .sec7_img{
    height: 240px;
    width: 100%;
}
.home_sec7_card_text1{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.home_sec7_card_text1 h5{
    padding-top: 5px;
    font-size: 22px;
    font-weight: 600;
    line-height: 29px;
    letter-spacing: 0em;
    color: #101828;
}
.home_sec7_card_text1 img{
    object-fit: contain;
    padding-top: 5px;
}
.home_sec7_card_body_div p{
    font-size: 16px;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: 0em;
    color: #8C8C8C;
}
.insightful_cards {
    justify-content: center;
    align-items: center;
}
.last_form_section{
    margin-top: 80px;
    padding: 50px 0px;
    height: auto;
    min-height: 450px;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}
.home_sec6_swiper_name {
    display: flex;
    flex-direction: column;
    text-align: justify;
}
.last_form_main_div{
    width: 100%;
    max-width: 700px;
    margin: auto;
    text-align: center;
}
.slider_img_sec {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
.slider_img_sec img {
    height: 50px;
    width: 50px;
    border-radius: 50%;
}
.last_form_main_div h5{
    font-size: 30px;
    color: #fff;
}
.last_form_inner_div{
    display: flex;
    gap: 20px;
    margin-top: 40px;
}
.last_form_inner_div input{
    width: 100%;
}
.last_form_inner_div button{
    width: 180px;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0px;
    background: linear-gradient(0deg, #1236B3, #1236B3),
    linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));    
    border: none;
    color: #fff;
    padding: 10px 6px;
    border-radius: 10px;
}
.last_form_inner_div input{
    padding: 10px 12px;
    border: 1px solid #FFFFFF;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)),
    linear-gradient(0deg, #FFFFFF, #FFFFFF);
    border-radius: 10px;
    outline: none;
    color: #fff;
}
.last_form_inner_div input::placeholder{
    color: #fff;
}
.last_logo_section{
    padding: 50px 0px;
}
.last_logo_main_div img{
    width: 100%;
}
.footer_section{
    margin-top: 30px;
}
.footer_main_div{
    padding: 40px 0px;
    border-top: 1px solid #0000001A;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}
.footer_logo{
    display: flex;
    gap: 15px;
    align-items: center;
}
.footer_text1 h6{
    margin-bottom: 0;
    color: #070707;
    font-weight: 500;
    font-size: 17px;
}
.footer_text2{
    display: flex;
    gap: 15px;
}
.footer_text2 a{
    text-decoration: none;
    color: #070707;
    font-weight: 500;
    font-size: 17px;
}
/* Search_Page_Css ============================*/
.home_sec2_card_profile{
    padding: 15px 0px 5px 0px;
    margin-top: 25px;
    display: flex;
    gap: 10px;
    border-top: 1px solid #CDCDCD;
}
.home_sec2_card_profile h6{
    color: #070707;
    font-weight: 600;
}
.home_sec2_card_profile label{
    color: #616161;
    font-weight: 500;
}
.search_section_three{
    margin-top: 80px;
}
.search_sec3_title{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.search_sec3_title h4{
    font-weight: 600;
    color: #070707;
}
.search_sec3_title p{
    color: #070707;
}
.search_input_div input{
    width: 100%;
    background: #fff;
    outline: none;
    box-shadow: none;
    padding: 8px 12px;
    border-radius: 0.25rem;
    font-weight: 500;
    color: #8C8C8C;
    margin-top: 20px;
    border: 2px solid #0000001A;
}
.search_select_div select{
    margin-top: 20px;
    width: 100%;
    outline: none;
    box-shadow: none !important;
    padding: 8px 12px;
    color: #434343;
    font-weight: 500;
    border: 2px solid #0000001A;
}
.search_map_card_div{
    margin-top: 40px;
}
.search_map_card_div iframe{
    width: 100%;
    height: 400px;
    border-radius: 12px;
}
.search_graph_card_body_div{
    margin-top: 40px;
    background: #F5F5F5;
    border-radius: 12px;
}
.graph_title_div{
    padding: 10px 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.graph_title_div h5{
    margin-bottom: 0;
    color: 0;
    font-size: 16px;
    margin: 7px 0px;
}
.graph_title_div select{
    margin: 7px 0px;
    border: 1.5px solid #D9D9D9;
    border-radius: 12px;
    color: #8D9092;
    width: 120px;
    box-shadow: none !important;
    font-size: 15px;
    background: #F5F5F5;
    background-size: 18px 20px;
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
}
#chart{
    height: 330px !important;
    width: 100% !important;
}
.chart_review{
    background: #F5F5F5;
    border-radius: 12px;
    padding: 20px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 10px;
}
.chart_review a{
    text-decoration: none;
    color: #1236B3;
}
.review_text{
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
}
.review_text p{
    margin-bottom: 0;
}
.review_imgs{
    display: flex;
    align-items: center;
    gap: 10px;
}
.review_imgs img{
    object-fit: contain;
    cursor: pointer;
}
.search_table_main_div{
    width: 100%;
    margin-top: 50px;
    padding: 5px 0px;
    height: 90vh;
    overflow: auto;
}
.address_p{
    width: 100%;
    margin-bottom: 0;
    min-width: 300px;
    padding: 10px 0px;
    padding-left: 10px;
}
.table_p{
    min-width: 80px;
    margin-bottom: 0;
    text-align: center;
    padding: 10px 0px;
}
.p_td{
    margin-bottom: 0;
    text-align: center;
    padding: 5px 0px;
    color: #434343;
    font-weight: 400;
    font-size: 16px;
}
.address_td{
    display: flex;
    gap: 5px;
    align-items: center;
    padding: 5px 0px;
}
.address_td span{
    color: #434343;
    font-weight: 400;
    font-size: 16px;
}
.search_table_main_div tbody tr td{
    border: none;
}
.search_table_main_div thead tr{
    border: 1px solid #0000001A;
    border-radius: 12px !important;
}
.table>:not(caption)>*>*{
    border-bottom: none;
}
#for_mobile{
    display: none;
}

.logo_img {
    height: 50px;
    width: auto;
}

::-webkit-scrollbar{
    width: 10px;
    background: transparent !important;
    border-radius: 10px;
}
::-webkit-scrollbar-thumb{
	border-radius: 10px;
	background-color: #22599a;
	background-image: -webkit-linear-gradient(90deg, transparent, #d3a749 100%, transparent, transparent)
}
@media (max-width: 992px) {
    #navbar {
        background-color: rgb(130, 109, 79) !important;
    }
}
@media (max-width: 768px) {
    .hero_section{
        background-position: right;
    }
    .search_map_card_div iframe {
        width: 100%;
        height: 400px;
        border-radius: 12px;
    }
    .table_p {
        font-size: 14px;
    }
    .address_td span{
        font-size: 12px;
    }
    .p_td {
        font-size: 12px;
    }
    .footer_main_div{
        justify-content: center;
    }
    .home_sec5_image_div img {
        width: 100%;
        height: 380px;
        margin-top: 30px;
    }
}
@media (max-width: 650px) {
    .home_sec4_btns_main_div{
        flex-direction: column;
    }
    .home_sec4_btns_main_div button {
        width: 100%;
        max-width: 270px;
        border: 1px solid #1236B3;
        padding: 12px;
        background-color: transparent;
        color: #070707;
        font-weight: 600;
        font-size: 13px;
    }
    .sec4_btn2{
        margin-left: auto;
        margin-top: 12px;
    }
    #for_mobile{
        display: block;
    }
    #for_web{
        display: none;
    }
    .sec4_btn2{
        margin-bottom: 20px;
    }
    .address_p {
        width: 100%;
        margin-bottom: 0;
        min-width: 200px;
        padding: 10px 0px;
        padding-left: 10px;
        font-size: 13px;
    }
    .table_p {
        font-size: 11px;
        padding-right: 5px;
    }
}
@media (max-width: 450px) {
    .search_table_main_div  .table>:not(caption)>*>*{
        padding: 10px 0px;
    }
    .search_select_div select{
        font-size: 14px;
    }
    .address_p {
        width: 100%;
        margin-bottom: 0;
        min-width: 147px;
        padding: 10px 0px;
        padding-left: 10px;
        font-size: 15px;
    }
    /* .address_td{
        align-items: start;
    } */
    .p_td{
        height: 80px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .search_sec3_title{
        flex-direction: column;
    }
    .hero_sec_text_div h1 {
        font-size: 33px;
    }
    .home_sec5_text_div h1 span {
        background: #1236B31A;
        font-size: 18px;
    }
    .home_sec5_text_div h1 {
        font-size: 18px;
    }
    .sec4_text_div h1 span {
        background: #1236B31A;
        font-size: 18px;
    }
    .sec4_text_div h1 {
        font-size: 18px;
    }
}
@media (max-width: 340px){
    .hero_sec_text_div span{
        font-size: 13px;
    }
    .home_sec1_left_text_div p {
        font-size: 14px;
        padding-top: 10px;
    }
    .home_sec2_img img {
        margin-top: 6px;
        width: 100%;
        height: 200px;
    }
    .hero_sec_text_div h1 {
        font-size: 24px;
        line-height: 38px;
    }
    .hero_sec_text_div p {
        color: #fff;
        line-height: 30px;
        font-size: 16px;
    }
    .home_sec1_left_text_div h1 {
        font-size: 18px;
    }
    .home_sec1_left_text_div h1 span {
        background: #1236B31A;
        font-size: 18px;
    }
    .home_sec2_card_icons_main{
        flex-wrap: wrap;
    }
    .home_sec2_card_body_div h4 {
        font-size: 17px;
    }
    .title {
        font-size: 20px;
    }
    .home_sec3_card_body_div h5 {
        padding-top: 10px;
        font-weight: 600;
        color: #000;
        font-size: 18px;
    }
    .home_sec3_card_body_div {
        padding: 15px;
        width: 100%;
    }
    .home_sec3_card_body_div p{
        font-size: 15px;
    }
    .home_sec5_text_div h1 {
        font-size: 15px;
    }
    .home_sec5_text_div h1 span {
        background: #1236B31A;
        font-size: 15px;
    }
    .home_sec6_swiper_text_div p{
        font-size: 16px;
    }
    .last_form_inner_div{
        flex-direction: column;
    }
    .footer_text2{
        flex-wrap: wrap;
    }
    .search_sec3_title{
        flex-direction: column;
    }
    .address_p {
        width: 100%;
        margin-bottom: 0;
        min-width: 200px;
        padding: 10px 0px;
        padding-left: 10px;
    }
    .last_form_main_div h5 {
        font-size: 20px;
        color: #fff;
    }
}
.rentEstimateDiv {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 10px;
}
.rentEstimateDiv h3 {
    margin: 0 auto;
}
.rentEstimateDiv label {
    font-weight: 200;
    font-size: 14px;
}
.share_btn {
    border: none;
    color: #fff;
    background: linear-gradient(0deg, #1236B3, #1236B3), linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
    padding: 10px 10px;
    width: 140px;
    border-radius: 10px;
}
.share_btn:hover {
    background: linear-gradient(0deg, #0c257d, #0c257d), linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
}
.company_logo_main_div {
    display: flex;
    justify-content: end;
}
.company_logo_main_div a {
    text-decoration: none;
    color: inherit;
}
.company_logo_main_div p {
    margin: 0;
    color: grey;
}
.company_logo_main_div p:hover {
    margin: 0;
    color: rgb(48, 48, 48);
}
.company_logo_main_div span {
    color: #070707;
}
.company_logo_main_div span {
    color: #000;
}
