.search_box {
    /* width: 95%; */
    /* left: 50%; */
    background: rgba(255,255,255,0.9);
    border-radius: 8px;
    /* top: 50%; */
    /* transform: translate(-50%,-50%); */
    /* padding: 25px 48px; */
    /* position: absolute; */
    z-index: 999;
    /* max-width: 1100px; */
    width: 100%;
    min-height: 100vh;
    /* background-image: url(../images/banner.jpg);
    background-repeat: no-repeat;
    background-size: cover; */
    border-radius: 0;
    /* padding-top: 145px; */
    display: flex;
    align-items: start;
    justify-content: center;
    position: relative;
    flex-wrap: wrap;
}
.ss_box{
    display: flex;
    justify-content: space-between;
    width: 100%;
}
#map{
    height:  100vh;
    /* background-image: url(../images/nearmebg.png); */
    /* background-size: cover;
    background-repeat: no-repeat;
    background-position: top; */
    z-index: 1;
    position: relative;
    width: calc(100% - 750px);
    flex-grow: 1;
}
.left_hide{
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -23px;
    height: 46px;
    width: 23px;
    border-radius: 0 20px 20px 0;
    z-index: 99;
    background-color: rgba(255, 255, 255, .8);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;

}
.house_bg{
    background-image: url(../images/house.webp) !important;
    background-position: bottom !important;
}
.dark_v10_bg{
    background-image: url(../images/b19.webp) !important;
}
.streets_v11_bg{
    background-image: url(../images/b17.webp) !important;
}
#map_s{
    position: absolute;
    top: 0;
    left: 0;
    height: calc(100vh - 100px);
    width: 100%;
    /* background: rgba(0, 0, 0, .58); */
    /* backdrop-filter:blur(5px); */
}
.house_maps{
    background: rgba(0, 0, 0, .6) !important;
}
header{
    display: flex;
    align-items: center;
    height: 60px;
    padding: 0 30px;
    position: fixed;
    z-index: 9999;
    width: 100%;
    background-color: transparent;
    backdrop-filter: blur(10px);
}
.i_home{
    backdrop-filter: none;
}
.i_home .header_list{
    align-items: center;
}

.h_list_item a{
    background-color: transparent;
}
header.active{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}
header.active_a{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}
.active .header_list,.active_a .header_list{
    display: none;
}
.header_list{
    display: flex;
    margin-left: 25px;
    height: 100%;
}
.header_list .h_list_item{
    margin: 0 1px;
    height: 100%;
}
.header_list .h_list_item a{
    color: #333;
}
.header_list .h_list_item a:hover {
    background-color:rgba(0,0,0,.3);
    color: #fff;
}
.header_list .h_list_item a img{
    margin-right: 5px;
    background: #fff;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    padding: 2px;
}
.i_home .h_list_item{
    height: auto;
    border-radius: 10px;
    color: #333333;
    font-weight: 700;
    background-color: #ffffff;
    border: 0;
    box-shadow: 0 1px 2px rgba(60,64,67,0.3), 0 1px 3px 1px rgba(60,64,67,0.15);
    padding: 6px 10px;
    margin-right: 8px;
}
.i_home .header_list .h_list_item a:hover{
    background-color: transparent !important;
    color:#333;
}
.isbox.active .title_img ,.isbox.active .search_ipt_title,.isbox.active .near_me_index,.isbox.active_a .title_img ,.isbox.active_a .search_ipt_title,.isbox.active_a .near_me_index{
    display: none;
}
.isbox.active .search_ipt,.isbox.active_a .search_ipt{
    transform: none;
    background-color: transparent;
    backdrop-filter: none;
}
.isbox.active .ipt_box,.isbox.active_a .ipt_box{
    position: fixed;
    left: 50%;
    z-index: 999;
    top: 8px;
    border: 2px solid #D1D1D5;
    transform: translate(-50%, 0px);
    width: 60%;
    max-width: 750px;
}
.isbox.active  #search_ipt::placeholder ,.isbox.active_a  #search_ipt::placeholder {
    font-size: 13px;
}
.isbox.active .dw,.isbox.active #search_ipt,.isbox.active .search_icon,.fh_yy,.isbox.active_a .dw,.isbox.active_a #search_ipt,.isbox.active_a .search_icon,.fh_yy{
    height: 40px;
}

.search_ipt {
    position: relative;
    width: 100%;
    /* max-width: 800px; */
    margin: 0 auto;
    /* transform: translate(0px, calc(-50% + 60px)); */
    /* background: rgba(255, 255, 255, .5); */
    border-radius: 8px;
    /* box-shadow: 0 10px 20px 0 rgb(0 0 0 / 10%); */
    z-index: 9999;
}
.ipt_box{
    background-color: #fff;
    padding: 6px;
}
/* .title_img {
    position: absolute;
    bottom: calc(100% - 30px);
    left: 50%;
    transform: translate(-50%, 0px);
} */
.search_ipt_title {
    color: #ffffff;
    text-align: center;
    padding: 10px 0;
    font-size: 30px;
    text-transform: capitalize;
    line-height: 38px;
    font-weight: 600;
    font-family: "Poppins";
}
.searh_ipt_des{
    font-size: 14px;
    text-align: center;
    padding-bottom: 15px;
    padding-top: 5px;
    color: #f5f5f5;
}
.list_box a{
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    display: inline-block;
    padding: 4px 15px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    color: #fff;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    margin: 0 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, .5);
}
.list_box a svg{
    margin-right: 5px;
}
.list_box a svg path {
    fill: #fff;
}
.dflex {
    display: flex;
    position: relative;
    /* border: 2px solid #1890FF; */
    border-radius: 5px;
}
.dw ,.fh_yy{
    position: absolute;
    top: 0;
    left: 0;
    width: 55px;
    height: 58px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
}
.fh_yy{
    display:none;
}
.search_box.active_a .fh_yy{
    display: flex;
}
.search_box.active_a .dw{
    display: none   ;
}
#search_ipt{
    width: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
    line-height: 24px;
    height: 46px;
    padding-left: 24px;
    cursor: text;
    display: block;
    border: none;
    /* border-radius: 5px; */
    padding-right: 55px;
    text-indent: 30px;
    font-size: 13px;
    outline: none;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border: 1px solid #396dff;
}
.search_icon{
    right: 20px;
    top: 15px;
    height: 46px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    position: initial;
    width: 136px;
    background-color:#3EAAFD;
    border-radius: 5px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;

}
.search_icon svg{
    width: 18px;
    height: 18px;
}
.hide{
    display: none !important;
}
.layers{
    color: #fff;
    font-size: 10px;
}

.near_me_index {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    border-bottom-left-radius: 13px;
    border-bottom-right-radius: 13px;
    justify-content: center;
    position: initial;
    padding: 10px 0;
    padding-left: 0;
    /* position: absolute;
    top: calc(100% + 60px);
    left: 0; */
    position: relative;
    z-index: 999;
    margin-top: 10px;
}
.me_index_item {
    min-width: 65px;
    height: 85px;
    width: auto;
    margin-left: 1%;
    /* margin-bottom: 15px; */
}
.me_index_item a {
    width: 100%;
    border-radius: 6px;
    padding: 5px 10px;
    height: 100%;
    /* background-color: #f8f7f7; */
    text-align: center;
    transition: .3s;
    color: #333439;
    display: inline-block;
    /* box-shadow: 0 12px 12px #00000012; */
    font-size: 14px;
    font-weight: 700;
    /* border: 1px solid #e7e0e0; */
}
.me_index_item a span{
    width: 60px;
    height: 60px;
    background-color: #fff;
    display: flex;
    margin: 0 auto;
    border-radius: 7px;
    border: 2px solid #fff;
    justify-content: center;
    align-items: center;
    position: relative;
}
.me_index_item a span.active::after {
    content: "✔";
    position: absolute;
    top: 2px;
    right: 2px;
    width: 25px;
    height: 25px;
    background-color: #fff;
    border-radius: 50%;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
}
.me_index_item a img ,.me_index_item svg {
    margin: 0 auto;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 7px;
}
.me_index_item svg{
    width: 70%;
    height: 70%;
}
.title_img img {
    display: block;
    margin: 0 auto;
}
#search_ipt::placeholder {
    font-size: 13px;
    color: #bbb9b9;
    font-weight: 400;
}
/* .me_index_item a:hover {
    background-color: #1890ff;
    color: #fff;
    box-shadow: 0 12px 32px #1890ffb3;
    border-color: transparent;
} */
.me_index_item a:hover img {
    background-color: #ffffff;
    border-radius: 5px;
}
.main_content{
    width: 98%;
    max-width: 1350px;
    margin: 0 auto;
}
.list{
    padding: 20px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    background-color: #fff;
    border-radius: 8px;
}
.list_item a{
    width: max-content;
    background-color: #ffffff;
    display: block;
    margin: 8px;
    border: 1px solid #fff;
    border-radius: 8px;
    box-shadow: 0 0 7px 1px rgba(0,0,0,.12);
    padding: 8px;
    color: #333;
    text-transform: capitalize;
    font-size: 14px;
}
.list_item a:hover{
    background-color: #f5f5f5;
    border-color: #f5f5f5;
}
.l_content{
    max-width: 1100px;
    margin: 0 auto;
    padding: 10px 0;
}
.i_item_t {
    padding: 20px 10px;
    background-color: #fff;
    color: #333;
    font-size: 15px;
    width: 99%;
    margin: 2px auto;
    box-shadow: 0 12px 12px #00000012;
    font-size: 14px;
    font-weight: 700;
    border: 1px solid #e7e0e0;
}
.it_b{
    display: flex;
    justify-content: end;
    padding: 3px 10px;
    color: #008cff !important;
    font-weight: 900;
    font-size: 14px;
}
.i_item_t h2 {
    font-size: 19px;
    margin-bottom: 10px;
}
.i_a {
    /* border: 1px solid rgb(0, 106, 255); */
    box-shadow: 0 12px 12px #00000012;
    color: #333;
    font-size: 16px;
    font-weight: 700;
    display: block;
    margin: 10px auto;
    padding: 8px 20px;
    width: fit-content;
    border-radius: 5px;
    border: 1px solid #efecec;
    background-color: #f8f7f7;
}

.notshowbox{
    box-shadow: none;
    padding:  10px;
}
.df{
    display: flex;
    justify-content: space-between;
}
.i_l{
    width: 350px;
}
.all_img{
    width: calc(100% - 365px);
}
.all_img img{
    width: 100%;
    height: auto;
}
.notshowbox .i_l{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.notshowbox h2{
    margin-bottom: 2px;
}
.notshowbox .i_a{
    margin: 3px auto;
}
.i_bottom{
    padding: 10px 0px;
    background-color: rgb(249, 249, 251);
}
.i_bottom .i_item_t{
    width: 49%;
    cursor: pointer;
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    padding: 0;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2);
    margin:0.5%;
    display: inline-block;
  
}
.i_bottom .i_item_t a{
    width: 100%;
    display: flex;
    background: #fff;
    border-radius: 3px;
    flex-direction: initial;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    border-bottom: none;
    padding-bottom: 10px;
}
.listBox{
    background-color: rgb(249, 249, 251);
}

/* .i_bottom .i_item_t:hover{
    background-color: #1890ff;
    color: #fff;
    box-shadow: 0 12px 32px #1890ffb3;
    border-color: transparent;
} */
/* .i_bottom .i_item_t:hover svg path{
    fill: #ffffff;
} */
.i_bottom .i_item_t:hover .i_a{
    color: #333;
}
.it_t{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 24px;
    -webkit-box-orient: vertical;
    text-decoration: inherit;
    color: #202124;
    color: #202124 !important;
    letter-spacing: 0px;
    margin-top: 10px;
    line-height: 22px !important;
    font-size: 18px;
    font-weight: 700;
}
.i_bottom .i_item_icon svg{
    width: 60%;
    height: auto;
}
.i_item_icon{
    width: 134px;
    height: 134px;
    text-align: left;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.it_d{
    width: calc(100% - 150px);
    padding: 0;
}
.i_bottom .i_item_t p{
    font-size: 14px;
    color: #4d5156;
    line-height: 24px;
    font-weight: 100;
    padding-right: 20px;
}
.i_bottom .df{
    flex-wrap: wrap;
    background-color: #fff;
    border-radius: 8px;
}

.mapstyle-checkout {
    z-index: 9999;
    position: absolute;
    bottom: 23px;
    right: 0px;
    /* background-color: rgba(0,0,0,.6); */
    border-radius: 7px;
}
.mapstyle-checkout ul {
    /* display: flex; */
    padding: 5px;
    margin: 0;
}
.mapstyle-checkout ul li {
    padding: 5px;
    list-style: none;
    cursor: pointer;
    background-color: rgba(0,0,0,.6);
    border-radius: 7px;
    margin: 5px 0;
}
.mapstyle-checkout ul li a {
    position: relative;
    display: block;
    height: 90%;
    text-align: center;
}
.mapstyle-checkout ul li img {
    width: 45px;
    height: 45px;
    margin: 0 auto;
}
.mapstyle-checkout ul li a span {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    color: #fff;
    text-align: center;
    font-size: 12px;
}
.mapstyle-checkout ul li .more_nav {
    width: 20px;
    height: 20px;
    margin: 0 auto;
    display: none;
}
.map_type {
    font-size: 12px;
    font-weight: 700;
    padding: 8px 20px 0 20px;
    display: none;
}
.mapstyle-checkout .more_page {
    display: none;
}
.hide_item {
    display: none;
}
.mapstyle-checkout:hover .hide_item{
    display: block;
}
.mapstyle-checkout:hover .more_nav{
    display: none !important;
}
.mapstyle-checkout ul #more_tc a img {
    width: 35px;
    margin-top: -9px;
}
.search_bottom_l{
    width: 100%;
    max-width: 750px;
}
.asd_3_2{
    position: absolute;
    bottom: 3px;
    right: 3px;
    z-index: 99;
}
.sb_t{
    position: relative;
    z-index: 99;
}
.i_ads_box{
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 1;
    margin-top: 30px;
}
.search_ipt_des{
    text-align: center;
    color: #fff;
}
.top_style{
    position: fixed;
    left: 50%;
    z-index: 999;
    top: 8px;
    border: 2px solid #D1D1D5;
    transform: translate(-50%, 0px);
    width: 60%;
    max-width: 750px;
}
.fatured_trips_content{
    padding: 40px 0;
    max-width: 1100px;
    margin: 0 auto;
    width: 98%;
}
.fatured_trips_title{
    font-size: 18px;
    display: flex;
    font-weight: 700;
    align-items: center;
    font-family: "Poppins";
    margin-bottom: 24px;
}
.fatured_trips_title svg{
    margin-right: 5px;
    margin-top: -4px;
}
.fetured_item{
    display: flex;
    justify-content: space-between;
    margin: 10px 0;
}
.fetured_first,.fetured_two{
    width: 49.5%;
}
.fetured_two{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
.fetured_i,.fetured_c{
    position: relative;
    cursor: pointer;
    display: block;
}
.fetured_c{
    width: 49%;
    height: 47%;
}
.span_item{
    display: flex;
    width: max-content;
    padding: 3px;
    border-radius: 3px;
    color: #fff;
    background-color: #333;
    position: absolute;
    bottom: 15px;
    left: 15px;
    font-size: 14px;
    font-family: "Poppins";
}
.fetured_i img,.fetured_c img{
    width: 100%;
    height: 100%;
    border-radius: 4px;
    object-fit: cover;
}
.w100{
    width: 100%;
}
.w100 .fetured_c{
    width: 24%;
}
.go_back{
    right: 140px;
    top: 0;
}
#go_back{
    top: 5px;
}
.fetured_i{
    height: 100%;
}
.w100 .fetured_c img{
    max-height: 175px;
}
.search_i {
    position: relative;
    display: flex;
    align-items: center;
    /* margin: 0 35px; */
    margin-bottom: 5px;
    /* background-color: #fff; */
    border-radius: 5px;
    padding: 0px 8px;
}
.dw_btn {
    /* position: absolute; */
    top: 8px;
    left: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    width: 25px;
    height: 25px;
}
#search_location {
    border: none;
    height: 35px;
    width: 100%;
    font-size: 12px;
    outline: none;
    color: #000;
    min-width: 330px;
    background-color: #fff;
}


.dw_btn svg path {
    fill: #000;
}
#search_location::placeholder{
    color: #000;
}
.search_i.active{
    background-color: #fff;
    animation: subtle-shake 3s ease-in-out 1;
    transition: all 0.3s ease;
}
.search_i.active #search_location{
    color: #68980B;
 
}
.search_i.active #search_location::placeholder{
    color: red;
}
.search_i.active .dw_btn svg path{
    fill: red;
}
.dw_btn:hover{
    cursor: pointer;
}

@keyframes subtle-shake {
    0% { transform: translateX(0); }
    25% { transform: translateX(-2px); }
    50% { transform: translateX(0); }
    75% { transform: translateX(2px); }
    100% { transform: translateX(0); }
}


@media (max-height:940px) {
    /* .search_box{
        padding-top: 120px;
    } */
    .near_me_index{
        top: calc(100% + 20px);
    }
}
@media (max-height:790px) {
  
    /* .search_box{
        padding-top: 40px;
    } */
}

@media (max-width:680px) {
    .logo img{
        width: 100px;
        height: auto;
    }
    .fatured_trips_content{
        padding: 0px 0;
    }
    .w100 .fetured_c img{
        max-height: 145px;
    }
    .go_back{
        top: 4px;
        right: 30px;
    }
    .fetured_item{
        flex-wrap: wrap;
        margin: 0;
    }
    .fetured_first, .fetured_two{
        width: 100%;
    }
    .fetured_first,.fetured_c{
        margin-bottom: 10px;
    }
    .w100 .fetured_c{
        width: 49%;
    }
    /* #map{
        height: calc(100vh - 20px);
        background: url(../images/bg7.webp);
        background-size: 332%;
        background-repeat: no-repeat;
        background-position: top;
        z-index: -1;
        background-position-y: -45px;
    } */
    .search_box{
        padding: 60px 10px 0;
    }
    .title_img img{
        width: 100px;
        height: auto;
    }
    .search_ipt_title{
        font-size: 16px;
        padding-bottom: 0;
    }
    .me_index_item a{
        padding: 2px;
    }
    .me_index_item{
        height: auto;
        width: 15%;
        margin-left: 0;
        min-width: auto;
    }
    .near_me_index{
        justify-content: start;
        padding: 0;
        width: 100%;
        display: flex;
        flex-wrap: nowrap;
        overflow: auto;
    }
    .layers{
        font-size: 13px;
    }
    .me_index_item a span{
        width: 100%;
        height: 100%;
    }
    .search_ipt{
        padding: 4px;
        z-index: 9999999;
    }
    .isbox.active .ipt_box,.isbox.active_a .ipt_box{
        width: 97%;
    }
    #search_ipt::placeholder {
        font-size: 13px;
    }
    #search_ipt,.search_icon,.dw,.fh_yy{
        height: 45px;
    }
    .i_bottom .i_item_t{
        width: 100%;
    }
    .search_icon{
        width: 30px;
    }
    #getNominatim{
        z-index: 99999999999;
    }
  
    .search_ipt{
        transform: translate(0,0);
        margin-top: 0;
    }
    .ads_div{
        margin-top: 20px;
        position: relative;
        z-index: 99;
    }
    .search_ipt_des{
        padding-bottom: 15px;
    }
    .searh_ipt_des{
        padding-bottom: 0;
        padding-top: 0;
    }
    .ipt_box{
        padding: 0;
    }
    .mobile_tc{
        position: fixed;
        top: 0;
        left: 0px;
        width: 100%;
        height: 100vh;
        z-index: 999999;
        background: #fff;
        display: none;
    }
    .isbox.active .ipt_box, .isbox.active_a .ipt_box{
        z-index: 99999999;
    }
    .sec_top{
        position: unset;
        margin-top: 0 !important;
    }
    .sec_top .search_i{
        background: #cbcbcb;
    }
    .sec_top .ipt_box{
        padding: 2px;
        border: 1px solid #e1e1e1;
    }
    .sec_top  #go_back{
        top: 7px;
    }
    .search_box,#map,#map_s{
        min-height: calc(100vh - 60px);
        height: calc(100vh - 60px);
    }
    .span_item{
        font-size: 12px;
        bottom: 8px;
        left: 8px;
    }
}

/* Place Cards Styles */
.fatured_trips_title {
    font-size: 24px;
    font-weight: 600;
    color: #333;
    margin: 30px 0 20px;
    font-family: "Poppins", sans-serif;
    position: relative;
    padding-left: 15px;
}

.fatured_trips_title:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 24px;
    background: #3EAAFD;
    border-radius: 2px;
}

.card {
    border: none;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border-radius: 12px;
    overflow: hidden;
    height: 100%;
    background: #fff;
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.12);
}

.card-body {
    padding: 20px;
}

.card-title {
    font-size: 18px;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 15px;
    line-height: 1.4;
}

.card-text {
    color: #666;
    font-size: 14px;
    line-height: 1.6;
}

.card-text strong {
    color: #34495e;
    font-weight: 600;
    display: inline-block;
    min-width: 80px;
}

.btn-primary {
    background: #3EAAFD;
    border: none;
    padding: 8px 20px;
    border-radius: 6px;
    font-weight: 500;
    transition: all 0.3s ease;
    margin-top: 15px;
    display: inline-block;
    color: #fff;
}

.btn-primary:hover {
    background: #2196F3;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(33, 150, 243, 0.3);
}
.hide_left .right_box{
    width: 750px;
    position: fixed;
    background-color: #fff;
    border-radius: 5px;
    left: 5px;
    top: 5px;
    z-index: 99;
    height: auto;
}
.hide_left #map{
    width: 100%;
}

/* Responsive Styles */
@media (max-width: 768px) {
    .fatured_trips_title {
        font-size: 15px;
        margin: 20px 0 15px;
    }

    .card {
        margin-bottom: 20px;
    }

    .card-body {
        padding: 15px;
    }

    .card-title {
        font-size: 16px;
    }

    .btn-primary {
        width: 100%;
        text-align: center;
    }
}

/* Grid Layout */
.row {
    display: flex;
    flex-wrap: wrap;
    margin: -10px;
}

.col-md-4 {
    width: 33.333333%;
    padding: 10px;
}

@media (max-width: 992px) {
    .col-md-4 {
        width: 50%;
    }
}

@media (max-width: 576px) {
    .col-md-4 {
        width: 100%;
    }
}

/* Additional Info Styles */
.card-text br {
    content: '';
    margin: 8px 0;
    display: block;
}

.card-text a {
    color: #3EAAFD;
    text-decoration: none;
    font-weight: 500;
}

.card-text a:hover {
    text-decoration: underline;
}

.right_box{
    position: unset;
    width: 50%;
    left: 0;
    top: 0;
    height: 100%;
    background-color: #fff;
}
.right_box header{
    position: unset;
}
.pc_hide{
    display: none;
}
.mm_box{
    position: absolute;
    left: 5px;
    top: 5px;
}
@media (max-width: 768px) {
    .left_hide{
        display: none;
    }
    .pc_hide{
        display: block;
        color: #000;
    }
    .right_box{
        position: unset;
        width: 100%;
        height: auto;
        
        height: 100%;
        background-color:transparent;
    }
    /* #search_location{
        background-color: transparent;
        color: #fff;
    }
    .dw_btn svg path{
        fill: #fff;
    } */
    #map_s{
        background: rgba(0, 0, 0, .58);
    }
    #search_location::placeholder{
        color: #fff;
    }
}