.location_landing{}
.location_landing_box{
    width: 25%;
    padding: 0 15px;
    margin-bottom: 2rem;
}
.location_landing_box_wrapper{
    /* box-shadow: 0px 2px 7px 0px #1b1b1b73; */
    width: 100%;
    display: flex;
    flex-direction: column;
    border: 1px solid #dedede;
    border-radius: 12px;
    height: 100%;
}
.location_landing_box_img{
    height: 180px;
    overflow: hidden;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: .5rem;
}
.location_landing_box_img img{
    border-radius: 12px 12px 0 0;
    width: 100%;
    object-fit: cover;
    height: 180px;
}
.location_landing_box_title a{color:inherit;}
.location_landing_box_title{
    padding: 1rem;
    font-size: 1rem;
    font-weight: 600;
    padding-bottom: 0;
    border-bottom: 1px solid #dedede;
    padding-bottom: .7rem;
    padding-top: .5rem;
    min-height: 55px;
    display: flex;
    align-items: center;
}
.location_landing_box_infos{
    padding: 1rem;
}
.location_landing_box_info:first-child{min-height: 75px;}
.location_landing_box_info{
    padding: .5rem 0;
    display: flex;
    align-items: center;
    min-height: 38px;
}
.location_landing_box_info i{
    font-size: 1.1rem;
    margin-right: .5rem;
    display: flex;
    color: #cb1d0e;
}
.location_landing_box_info span{
    font-size: .8rem;
    color: #3f3f3f;
}
.location_landing_box_buttons{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
}

.location_landing .row{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.information_btn i{margin-right:.5rem;display:flex;}
.information_btn{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: #3f444d;
    color: white !important;
    padding: 0.86rem 0;
    font-size: .875rem;
    font-weight: 450;
    width: 80%;
    border-radius: 6px;
    margin-bottom: 1rem;
    text-align: center;
    cursor: pointer;
}
.rental_btn{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: #44c127;
    color: white !important;
    padding: 0.86rem 0;
    font-size: .875rem;
    font-weight: 450;
    width: 80%;
    border-radius: 6px;
    margin-bottom: 1rem;
    text-align: center;
    cursor: pointer;
}

.location_landing_box_buttons a:last-child{justify-content: center;align-items: center;}

.rental_btn i{margin-left:.5rem;display:flex;}
@media(max-width: 768px){
    .location_landing{}
    .location_landing_box{
        flex-direction: column;
        flex-wrap: wrap;
        width: 50%;
    }
    .rental_btn{
        padding: .86rem .2rem;
        width: 90%;
    }
    .location_landing .row{
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }
}

.content_page_wrapper{

}
.content_page_title{
    font-size: 1.2rem;
    font-weight: 600;
    padding: 1rem 0;
}
.content_page_content{}
.content_page_content p{
    font-size: .9rem;
    line-height: normal;
    padding: .5rem 0;
}

.content_page_content p b,.content_page_content p strong{font-weight:600}



.faq_contents{
}
.faq_contents .accordion-button[aria-expanded=true]{
    border-bottom: 1px solid #eee;

}
.faq_contents .accordion-button{
    font-weight: 600;
    color: black;
    font-size: .9rem;
    background: transparent;
    outline: none;
    box-shadow: none;
}

.faq_contents .accordion-body{font-size:.9rem}

.content_page_content table{}
.content_page_content table {
    width: 100%;
    border-collapse: collapse;
    margin: 1rem 0;
}

.content_page_content table th {
    background-color: #f2f2f2;
    color: #333;
    font-weight: bold;
    padding: 8px;
    border: 1px solid #ddd;
}

.content_page_content table td strong{
    font-weight: 660;
    font-size: .875rem;
    color: black;
}
.content_page_content table tr:first-child td{}
.content_page_content table td {
    padding: 8px;
    border: 1px solid #ddd;
    font-size: .875rem;
    color: #4f4f4f;
    line-height: normal;
}

.content_page_content table tr:nth-child(even) {
    background-color: #f9f9f9;
}

.content_page_content table tr:nth-child(odd) {
    background-color: #fff;
}
