@font-face {
    font-family: 'Baloo';
    src: url('./Exo-Regular.ttf') format('truetype');
  }
  *, ::after, ::before {
    box-sizing: border-box;
    font-family: "Baloo", sans-serif !important;
}
body{
    -webkit-font-smoothing: antialiased;
    -ms-font-feature-settings: "lnum" 1;
    -o-font-feature-settings: "lnum" 1;
    -webkit-font-feature-settings: "lnum" 1;
    font-feature-settings: "lnum" 1;
    background: #fff;
    /* background-image: linear-gradient(127deg, #daeefe, #daeefe, #dcf1fe, #fff, #e8d9dc, #ccd3f2); */
    direction: ltr;
    font-family: "Baloo", sans-serif !important;
    font-size: 15px;
    font-variant-numeric: lining-nums;
    letter-spacing: .3px;
    margin: 0;

}
.top{
    padding: 80px 15px;
}
.containerl{
    max-width: 1450px;
    margin: 0 auto;
}
.blog_box{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    min-height: calc(100% - 78px);
    padding-bottom: 55px;
}
.blog_left{
    width: calc(100% - 350px);
    padding: 0 10px;
    max-width: 860px;
}
.blog_l{
    width: 220px;
}

.blog_title{
    color: #000;
    font-size: 32px;
    line-height: 38px;
    font-weight: 700;
    font-family:"Baloo", sans-serif ;
    margin-bottom: 30px;
    text-align: left;
}
.au_b{
    display: flex;
    align-items: center;
    padding-bottom: 15px;
    border-bottom: 1px solid #DDDDDD;
    padding-top: 15px;
}
.au_i{
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: #DDDDDD;
}
.au_i img{
    width: 100%;
    height: 100%;
}
.au_t{
    font-size: 15px;
    margin-left: 5px;
}
.publish_a{
    padding-top: 10px;
    font-size: 13px;
    font-style: italic;
}
.time{
    margin-bottom: 5px;
    display: block;
}
.bookmark{
    background-color: #fff;
    padding: 15px;
    margin-top: 35px;
}
.bookmark_t{
    font-size: 17px;
    font-weight: 400;
    padding-bottom: 30px;
    position: relative;
}
.bookmark_t::before{
    content: '';
    width: 40px;
    height: 1px;
    background-color: #2AADF1;
    position: absolute;
    bottom: 10px;
    left: 0;
}
.bookmark ul{
    padding: 0;
}
.bookmark ul li a{
    display: block;
    padding: 0 6px 6px 6px;
    color: #3f3b3a;
    text-decoration: none;
    width: calc(100% - 10px);
}
.bookmark ul li a:hover{
    color: #2aadf1;
}
.bookmark ul li{
    display: flex;
    align-items: start;
    margin: 8px 0;
}

.bookmark ul li::before{
    background-color: #2aadf1;
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    display: block;
    transform: translate(0px,7px);
}
.bookmark ul li a:active,.bookmark ul li .active{
    color: #2aadf1;
    font-weight: 700;
}
.blog_img img{
    width: 100%;
    margin-top: 10px;
    display: block;
    margin-bottom: 20px;
}
.blog_img {
    border-radius: 20px;
    height: auto;
    margin: 20px auto 10px;
    max-height: 572px;
    width: 100%;
}
.blog_left p{
    font-size: 13px;
    line-height: 25px;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    unicode-bidi: isolate;
}
.blog_left p span{
    font-family: "Baloo", sans-serif !important;
}
.blog_left p br{
    display: none;
}
.blog_left p img{
    border-radius: 20px;
    height: auto;
    margin: 20px auto 10px;
    max-height: 350px;
    width: 100%;
    object-fit: cover;
}
.d_title{
    margin-bottom: 20px;
    font-size: 25px;
    display: flex;
    align-items: center;
    font-family:"Baloo", sans-serif ;
}
ol li,ul li{
    padding: 5px 0;
    line-height: 25px;
}
.d_title::before{
    display: block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    content: '';
    background-color: #2AADF1;
    margin-right: 8px;
}
.ads{
    background-color: #fff;
}
.blog_tf .blog_l_box{
    display: none;
}
.more_btn{
    font-size: 18px;
    padding: 40px 0;
    color: #01b3ed;
    text-align: center;
    cursor: pointer;
    width: max-content;
    margin: 0 auto;
}
.blog_left p strong{
    margin-bottom: 10px;
    display: block;
}
.container-left p strong{
    display: inline-block;
}
.df {
    display: flex;
}
.dearlist {
    width: 100%;
    padding: 10px;
    flex-wrap: wrap;
}
.jcsb {
    justify-content: space-between;
}
.price_item{
    font-size: 13px;
    display: block;
    margin:3px 0;
}
.blog_left p img{
    max-width: 100%;
    display: block;
    margin: 10px auto;
}
.blog_left p a{
    text-decoration: none;
    color: #000;
}
.list_itme{
    border-radius: 5px;
    padding: 10px 0;
    margin: 0 0 20px;
    background-color: #fff;
    box-shadow: 0px 10px 40px 0px rgba(109, 141, 173, 0.25);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    border: 0;
    align-items: center;
}
.list_itme:hover{
    box-shadow: 0px 15px 40px 0px rgba(109, 141, 173, 0.55);
}
.ww_25{
    width: 25%;
}
.ww_100{
    width: 100%;
}
.li_o{
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.p_10_30{
    padding: 10px 15px;
}
.li_icon{
    padding-right: 15px;
    position: relative;
}
.li_icon img{
    box-shadow: 0px 5px 10px 0px rgb(109 141 173 / 25%);
    border-radius: 5px;
}
.li_text{
    font-weight: 700;
    font-size: 17px;
    line-height: 20px;
    color: #151515 !important;
    text-decoration: none !important;
}
.li_o::after,.li_t::after,.li_h::after{
    content: '';
    position: absolute;
    width: 1px;
    height: 50px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    background-color: #d6d7db;
}
.li_t,.li_h,.li_v{
    padding: 0 15px;
    font-weight: 400;
    font-size: 12px;
    line-height: 23px;
    color: #7f8c8d;
    text-align: center;
    position: relative;
}
.discount{
    font-size: 20px;
    font-weight: 700;
    color: #111111;
}
.li_d{
    display: inline-block;
    font-weight: 700;
    font-size: 13px;
    line-height: 20px;
    color: #2e3246;
    padding-bottom: 5px;
}
.li_pf{
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #d6d7db;
    border-radius: 20px;

}
.li_pf strong{
    font-size: 16px;
    color: #000;
    margin-left: 8px;
}
.list_btn{
    display: flex;
    justify-content: center;
}
.list_btn a{
    max-width: 160px;
    display: flex;
    padding: 10px 0;
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    text-align: center;
    border-radius: 20px;
    background-color: #b2bec3;
    box-shadow: 0px 0px 15px 0px rgba(255, 255, 255, 0.35);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    width: 100%;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    margin: 4px 0;
}
.list_btn a svg{
    margin-right: 3px;
}
.bg_r{
    color: #ffffff !important;
    background-color: #d63031 !important;
}
.li_v{
    text-align: left;
    margin-top: 8px;
}
.li_v_d{
    margin: 3px 0;
}
.page_next{
    padding: 0 20px;
    border-bottom: 1px solid #ECEFF1;
    border-top: 1px solid #ECEFF1;
    margin-top: 20px;
    margin-bottom: 30px;
}
.page_next a{
    display: inline-block;
    padding: 16px 0;
    position: relative;
    width: 100%;
    text-decoration: none;
}
.page_next a span{
    display: block;
    line-height: 20px;
    max-width: calc(100% - 100px);
    padding-right: 16px;
    font-size: 16px;
    color:#000;
    margin-left: 10px;
}
.page_next a strong{
    color: 1D2849;
    font-size: 20px;
    color:#000;
    margin-left: 10px;
}
.page_next a::before{
    background-color: #1A73E8;
    border-radius: 5px;
    bottom: 10px;
    content: "";
    position: absolute;
    right: 0;
    top: 10px;
    width: 60px;
    color:#000;
}
.page_next a::after{
    color: #fff;
    content: "Next >";
    font-size: 18px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 46%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 60px;
}
.dw{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
/* .dwtest{
    width: calc(100% - 50px);
} */
.active{
    width: 100%;
}
.dwtest {
    position: relative;
    text-align: left;
    color: #68980B;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 8px;
    padding: 5px;
    margin-bottom: 10px;
    height: 48px;
    background-color: #ffffff;
    /* box-shadow: 0px 1px 3px 0px rgb(60 64 67 / 30%), 0px 4px 5px 3px rgb(60 64 67 / 15%); */
    /* border: 1px solid #f3f3f3; */
}
.dws,#search_b{
    width: 35px;
    height: 35px;
    background-color: transparent;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* box-shadow: 0px 1px 3px 0px rgb(60 64 67 / 30%), 0px 4px 8px 3px rgb(60 64 67 / 15%); */
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
}

.dw_local{
    width: 34%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    border: 1px solid #f3f3f3;
    border-radius: 7px;
    padding-left: 5px;
}

.search_i {
    width: 100%;
    position: relative;
    height: 100%;
}
.dw_span{
    display: flex;
    justify-content: center;
    color: #68980B;
}
.active .dw_span{
    width: 100%;
    display: flex;
    position: relative;
}
#search_ipt,#search_ipt_pos {
    width: 100%;
    height: 100%;
    background: transparent;
    border-radius: 5px;
    box-sizing: border-box;
    border: none !important;
    outline: none;
    font-size: 15px;
    padding-right: 80px;
    text-indent: 15px;
}
#search_ipt_pos{
    padding-right: 30px;
    text-indent: 0;
}

.__search_sug_box {
    position: absolute;
    width: 100%;
    background: #ffffff;
    z-index: 99999;
    color: #333333;
    left: 0;
    top: calc(100% + 3px);
    border-radius: 7px;
    display: none;
    width: 100%;
    margin-left: 0;
    font-size: 15px;
}
.__search_sug_item {
    border-bottom: 1px solid #ebebeb;
    cursor: pointer;
    font-size: 13px;
    padding: 8px 14px;
}
.dw svg {
    margin-right: 5px;
}
.dws svg,#search_b svg{
    margin-right: 0;
}
.dw .dw_span span,.dw_text {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    font-size: 12px;
    line-height: 18px;
    margin-top: 0;
    max-height: 22px;
    overflow: hidden;
    padding-right: 23px;
    margin-top: 2px;
}

.dzloc{
    margin-bottom: 5px;

}
.dzloc svg{
    margin-right: 5px;
}
#search_ipt::placeholder{
    color: #6666;
}
.p_c_s{
    font-size: 17px;
    margin-bottom: 15px;
    margin-top: 0;
    width: 100%;
    color: #333;
    text-align: center;
}
.p_c_i {
    width: 45px;
    height: 45px;
    background-color: #178BE4;
    border-radius: 50%;
    margin: 10px auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.dw_box{
    box-shadow: 0 0 7px 1px rgba(0,0,0,.12);
    padding: 8px;
    border-radius: 8px;
    margin-bottom: 20px;
}
#getNominatim {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
}
.suggestions {
    width: 100%;
    background-color: #ffffff;
    position: absolute;
    top: calc(100% + 6px);
    max-height: 350px;
    overflow: auto;
    margin: 0;
    padding: 0;
    z-index: 99999;
    max-width: 100%;
    box-shadow: 0 0 5px 1px rgba(0,0,0,.3);
    font-size: 15px;
    border-radius: 3px;
}
.suggestions li {
    padding: 5px 10px;
    cursor: pointer;
    color: #333;
}
.mapboxgl-ctrl-geocoder--suggestion-title {
    font-weight: 700;
}
.mapboxgl-ctrl-geocoder--suggestion-address {
    font-size: 13px;
}
.pre_btn,.next_btn{
    display: none;
}
.howto_d_t, .howto_d_t span {
    font-size: 24px;
    font-weight: 700;
    text-align: left;
}
.howto_d_t span {
    background-color: #246eef;
    border-radius: .4rem;
    color: #fff;
    display: inline-block;
    height: 48px;
    line-height: 28px;
    line-height: 48px;
    margin-right: 25px;
    text-align: center;
    width: 48px;
}
.howto_d_t {
    margin-top: 30px;
}
h4{
    font-weight: 700;
    font-size: 18px;
}
.top-a,.margin-auto{
    height: 40px;
    border: none;
}
.logo_icon img{
    height: 30px;
    width: auto;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
            background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
            box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.menu-profile:hover .dropdown-menu {
    display: block;
}
.menu-profile .dropdown-menu {
    width: 100%;
}
@media (max-width:1450px) {
    .blog_left{
        width: calc(100% - 350px);
    }
}
@media (max-width:1200px) {
    .list_btn a{
        max-width:115px;
        padding: 10px 5px;
    }
 
}
@media (max-width:850px) {
    .blog_left,.blog_right{
        width: 100%;
    }
}
@media (max-width:650px) {
    .howto_d_t {
        font-size: 18px;
        font-weight: 700;
    }
    .howto_d_t span {
        height: 36px;
        line-height: 36px;
        margin-right: 15px;
        width: 32px;
    }
    .blog_l_box{
        position:inherit;
    }
    .page_next a span{
        max-width: calc(100% - 87px);
    }
    .page_next.active{
        position: fixed;
        bottom: -30px;
        width: 100%;
        left: 0;
        background: #fff;
        z-index: 99999;
        padding: 8px 5px;
    }
    footer{
        padding: 50px 10px 60px;
    }
    .page_next a strong{
        font-size: 14px;
        max-width: calc(100% - 45px);
        display: block;
    }
    .page_next a::before{
        top: 3px;
        bottom: 3px;
    }
    .page_next a{
        padding: 9px 0;
    }
    .blog_l_box{
        position: inherit;
    }
    .p_c_i{
        width: 23px;
        height: 23px;
        margin: 0px auto;
    }
    .dzloc{
        margin-bottom: 0;
    }
    .dwtest{
        margin-bottom: 0;
    }
    .dw_box{
        padding-bottom: 3px;
    }
    .p_c_i svg{
        width: 16px;
    }
    .dzloc svg{
        width: 15px;
    }
    .ww_25{
        width: 100%;
    }
    .li_o{
        justify-content: center;
    }
    .li_f{
        display: flex;
        justify-content: center;
    }
    .list_btn{
        min-width: 115px;
        margin: 0 5px;
    }
    .blog_title{
        font-size: 23px;
        margin-bottom: 15px;
    }
    .main-box{
        padding: 10px 0 0 0;
        min-height: 100vh;
    }
    .blog_left{
        padding: 0;
    }
    .header_t,.header{
        height: 40px;
        border-bottom: 1px solid #e4e4e4;
    }
    .blog_left p{
        font-size: 15px;
        line-height: 22px;
        margin-bottom: 15px;
        color: #717171;
    }
    #search_form,.dw_local{
        border: 1px solid #c9aeae;
    }
    .d_title{
        font-size: 21px;
        margin-bottom: 10px;
    }
    .mobile_hide{
        display: none;
    }
    .simple{
        margin-bottom: 15px !important;
        font-size: 13px !important;
        line-height: 28px !important;
    }
    
    .p_c_i,.pc_s{
        display: none;
    }
    .p_c_i_m{
        display: block !important;
        margin: 0;
    }
    .p_c_i_m svg{
        margin-left: 4px;
        margin-top: -2px;
    }
  
}