@font-face {
    font-family: 'PoiretOne-Regular';
    src: url('../fonts/PoiretOne-Regular.ttf')format('truetype');
}
@font-face {
    font-family: 'OpenSans-Regular';
    src: url('../fonts/OpenSans-Regular.ttf')format('truetype');
}
@font-face {
    font-family: 'Poppins-Regular';
    src: url('../fonts/Poppins-Regular.ttf')format('truetype');
}
@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter[slnt\,wght].ttf')format('truetype');
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
:root{
    --primary-color:#086788;
    --secondary-color: #EF626C;
    --tertiary-color: #F6E8EA;
    --primary-font: 'Inter';
    --secondary-font: 'PoiretOne-Regular';
    scroll-behavior: smooth;
}
html{
    font-size: 14px;
}
body{
    font-family: var(--primary-font);
}
.container{
    width: 991px;
    margin: 0 auto;
}
.header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 10vh;
    /* box-shadow: 0 8px 32px rgba(0,0,0,0.08); */
}
header{
    box-shadow: 0 8px 32px rgba(0,0,0,0.08);
}
a{
    text-decoration: none;
}
ul{
    list-style-type: none;
}
img{
    object-fit: cover;
}
nav{
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    align-items: center;
}
nav a{
    font-family: var(--primary-font);
    text-transform: capitalize;
    color: var(--secondary-color);
    position: relative;
    padding-bottom: 4px;
}
nav a::before{
    content: '';
    position: absolute;
    bottom: 0;
    background: var(--secondary-color);
    width: 0;
    height: 4px;
    transition: all 0.5s;
    display: block;
}
.scolor{
    color: var(--secondary-color);
}
.cta_btn{
    border: 1px solid;
    border-radius: 20px;
    width: 120px;
    height: 42px;
    background: transparent;
    text-transform: capitalize;
    font-size: 16px;
    cursor: pointer;
    background-color: var(--secondary-color);
    color: var(--tertiary-color);
}
.cta_btn:hover{
    color: var(--secondary-color);
    border: 1px solid;
    background-color: transparent;
}
nav a:hover::before{
    width: 100%;
}
.bg-t{
    background-color: var(--tertiary-color);
}
/* hero section */
#hero_section{
    position: relative;
}
.hero_wrap{
    position: relative;
}
.hero_wrap img{
    width: 100%;
    filter: brightness(0.5);
}
.hero_head{
    position: absolute;
    top: 0;
    z-index: 9999999;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: -webkit-fill-available;
    padding: 20px 0;
    background-color: #F6E8EA;
}
h1{
    font-family: var(--secondary-font);
    color: var(--secondary-color);
    font-size: 2.2em;
    text-transform: capitalize;
}
#search_form{
    display: flex;
    /* justify-content: space-between; */
    gap: 30px;
    padding: 30px;
    /* background: var(--tertiary-color); */
    background: #fff;
    border-radius: 12px;
    /* transform: translateY(-60px); */
    align-items: center;
    box-shadow: 0 8px 24px rgba(0,0,0,0.08);
    flex-wrap: wrap;
    border: 1px solid #eee;
}
#search_form  #search_btn{
    border: 0;
    text-transform: capitalize;
    outline: 0;
    padding: 16px 30px;
    font-size: 16px;
    background: var(--secondary-color);
    color: var(--tertiary-color);
    border-radius: 8px;
    cursor: pointer;
}
.select_value{
    position: relative;
    border: 1px solid var(--secondary-color);
    color: var(--secondary-color);
    padding: 12px 16px;
    text-transform: capitalize;
    border-radius: 4px;
    cursor: pointer;
    width: 100%;
    display: block;
}
.select_list{
    position: absolute;
    /*top: -5px;*/
    width: 100%;
    background: #fff;
    color: var(--secondary-color);
    max-height: 180px;
    overflow-y: auto;
    box-shadow: 0 8px 24px rgba(0,0,0,0.08);
    display: none;
    z-index: 9999999;
}
.select_list_items{
    padding: 10px;
    text-transform: capitalize;
    cursor: pointer;
}
.select_list_items:hover{
    background: var(--secondary-color);
    color: var(--tertiary-color);
}
.prel{
    position: relative;
    flex: 1 1 24%;
    /* width: 100%; */
}
.p-rel{
    position: relative;
    /* overflow: hidden; */
}

.search_wrap{
    display: flex;
    flex-direction: column;
    transform: translateY(-150px);
    gap: 40px;
}
.search_wrap h2{
    text-align: center;
    color: var(--tertiary-color);
    font-size: 2em;
    text-transform: capitalize;
}
/* category */
.ctg_wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    gap: 40px;
}
.ctg_items{
    text-align: center;
    box-shadow: 0 0px 40px rgba(0,0,0,0.08);
    padding: 24px;
    border-radius: 8px;
    flex-basis: 200px;
    background: var(--secondary-color);
    color: var(--tertiary-color);
    text-transform: capitalize;
    cursor: pointer;
    /* transition: all 0.5s; */
}
.ctg_icons{
    filter: invert(94%) sepia(10%) saturate(227%) hue-rotate(305deg) brightness(100%) contrast(94%);
    transform: translateY(0);
    transition: all 0.5s;
}
.ctg_items:hover{
    box-shadow: 0 0px 40px rgba(0,0,0,0.08);
    color: var(--secondary-color);
    background: var(--tertiary-color);
}
.ctg_items:hover .ctg_icons{
    filter: invert(48%) sepia(98%) saturate(2324%) hue-rotate(323deg) brightness(107%) contrast(87%);
    transform: translateY(-50px);
}
.ctg_title{
    transition: all 0.5s;
    margin-top: 8px;
}
.ctg_items:hover .ctg_title{
    /* filter: invert(48%) sepia(98%) saturate(2324%) hue-rotate(323deg) brightness(107%) contrast(87%); */
    transform: translateY(-36px);
}
.ctg{
    transform: translateY(-50px);
    position: relative;
    z-index: 0;
    margin-bottom: 32px;
}
.city_sec{
    background: var(--tertiary-color);
}
.city_wrap{
    display: flex;
    flex-direction: column;
    gap: 40px;
    min-height: 40vh;
    padding: 40px 0;
    /* align-items: center; */
    justify-content: center;
}
.city_wrap h2{
    text-align: center;
    text-transform: capitalize;
    font-size: 2.2em;
    /* font-family: 'PoiretOne-Regular'; */
}
.city_name{
    padding: 12px;
    background: var(--secondary-color);
    color: var(--tertiary-color);
    display: inline-block;
    text-transform: capitalize;
    cursor: pointer;
    border-radius: 24px;
    width: 100%;
    text-align: center;
}
.ctg1,.ctg2{
    opacity: 0.02;
    /* width: 100%; */
}
.cities{
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
    align-items: center;
}
.cities_wrap{
    width: 183px;
}
.cities_wrap:hover :is(.ctg1, .ctg2){
    opacity: 1 !important;
}
:is(.ctg1,.ctg2) a{
    width: 100%;
    display: block;
    background: var(--primary-color);
    color: var(--tertiary-color);
    border-radius: 24px;
    padding: 10px 12px;
    text-transform: capitalize;
    text-align: center;
}
/* footer */
.copyright{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 6vh;
}
.footer_wrap{
    display: flex;
    justify-content: space-between;
    padding: 60px 0 40px 0;
}
.footer_about{
    flex-basis: 280px;
}
.footer_about a{
    /* margin-bottom: 12px; */
    display: block;
}
.footer_items h3{
    text-transform: capitalize;
    margin-bottom: 12px;
}
.footer_items ul{
    display: flex;
    flex-direction: column;
    gap: 16px;
    text-transform: capitalize;
}
.footer_items ul li a{
    color: var(--tertiary-color);
}
.footer{
    /* padding: 40px 0 0; */
    /* font-size: 14px; */
    background: var(--secondary-color);
    color: var(--tertiary-color);
    font-size: 14px;
}
.copyright nav a{
    color: var(--tertiary-color);
}
.city_sec_head{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.city_sec_head input{
    border: 1px solid var(--tertiary-color);
    outline: 0;
    padding: 12px 24px;
    border-radius: 24px;
    font-size: 16px;
    width: 30%;
}
.city_sec_head input:focus{
    border: 1px solid var(--secondary-color);
}
.lc{
    display: flex;
    justify-content: center;
    align-items: center;
}
.noads{
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 60px 0;
}
/* form */
.form_wrap{
    margin: 10vh auto auto;
    width: 30%;
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.form_inner_wrap{
    box-shadow: 0 8px 24px rgba(0,0,0,0.08);
    /* padding: 24px; */
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
    border-top-right-radius:8px;
    border-top-left-radius: 8px;
    /* width: 50%; */
    display: flex;
    flex-direction: column;
    gap: 30px;
    border: 1px solid #eee;
    background: #fff;
}
.pd-40{
    padding: 40px 0 0;
}
.login_form{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.login_form label a{
    color: var(--secondary-color);
}
label{
    text-transform: capitalize;
    display: flex;
    flex-direction: column;
    gap: 4px;
    width: 100%;
}
input,select,textarea{
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 16px;
    outline: 0;
    width: 100%;
}
:is(input,select,textarea):focus{
    border: 1px solid var(--secondary-color);
}
.form_items{
    display: flex;
    gap: 24px;
}
.sb_btn{
    border: 0;
    outline: 0;
    padding: 12px;
    font-size: 16px;
    text-transform: capitalize;
    border-radius: 8px;
    cursor: pointer;
    background-color: var(--secondary-color);
    color: var(--tertiary-color);
    margin-top: 12px;
}
.act_btn{
    display: flex;
}
.act_btn button{
    width: 100%;
    border: 0;
    outline: 0;
    padding: 16px;
    font-size: 16px;
    text-transform: capitalize;
    background: transparent;
    color: var(--secondary-color);
    cursor: pointer;
    border-radius: 8px;
}
.btn_active{
    background: var(--secondary-color) !important;
    color: var(--tertiary-color) !important;
}
#form{
    padding: 0 24px 24px;
}
/* circle items */
.circle{
    background: var(--secondary-color);
    position: absolute;
    top: -60%;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    left: -59px;
    /* left: -20px; */
}
.circle1{
    background: var(--primary-color);
    position: absolute;
    bottom: -40%;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    right: -20px;
    z-index: 0;
}
.checkbox{
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    gap: 12px;
}
input[type='checkbox']{
    width: 5%;
}
/* category page */
.ctg_head_sec{
    transform: translateY(-80px);
}
.ads_list_item{
    display: flex;
    gap: 16px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.08);
    padding: 18px;
    cursor: pointer;
    position: relative;
    border: 1px solid var(--secondary-color);
    border-radius: 8px;
}
.ads_list_item .ads_tag{
    position: absolute;
    right: -1px;
    top: -30px;
    background: var(--primary-color);
    color: var(--tertiary-color);
    padding: 4px 8px;
    z-index: 99999;
    /* display: block; */
    font-family: var(--secondary-font);
    font-size: 18px;
}
.ads_list_item_content{
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.ads_list_item_content h2{
    text-transform: capitalize;
}
.ads_list_item_cta{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}
.ads_list_item_cta a{
    padding: 12px;
    text-align: center;
    border-radius: 4px;
        display: flex;
    gap: 4px;
    align-items: center;
}
.ads_list_item_cta a:nth-child(1){
    background: #008000;
    color: #fff;
}
.ads_list_item_cta a:nth-child(2){
    background: #6495ed;
    color: #fff;
}
.ads_list_item_cta a:nth-child(3){
    border: 1px solid var(--secondary-color);
    color: var(--secondary-color);
    background: transparent;
}
.ads{
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 0 0 60px 0;
}
.btn{
    border: 0;
    outline: 0;
    text-transform: capitalize;
    cursor: pointer;
}
.ad_tags{
    display: flex;
    gap: 12px;
    margin-top: 24px;
}
.ad_tags .btn{
    border-radius: 24px;
    padding: 6px 12px;
    border: 1px solid var(--secondary-color);
    background: transparent;
    color: var(--secondary-color);
}
.ads_img{
    position: relative;
}
.ads_img_count{
    position: absolute;
    bottom: 14px;
    right: 10px;
    background: #fff;
    width: 24px;
    height: 24px;
    line-height: 26px;
    text-align: center;
}
.ads_filter button{
    width: 120px;
    padding: 12px;
    font-size: 16px;
    background: transparent;
    border: 1px solid var(--secondary-color);
    color: var(--secondary-color);
    border-radius: 24px;
}
.active_btn{
    background: var(--secondary-color) !important;
    color: var(--tertiary-color) !important;
}
.ads_list{
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.ads_sp{
    border: 2px solid var(--primary-color);
}
.adv_content{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.adv_content_box{
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.adv_area{
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding: 40px 0 60px 0;
}
.adv_area_box{
    display: flex;
    flex-direction: column;
    gap: 18px;
}
:is(.adv_area_box,.adv_content_box) h2{
    text-transform: capitalize;
}
:is(.adv_head_content,.adv_content_box) p{
    line-height: 2em;
    font-size: 1.1em;
}
.adv_head_content{
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.ctg_head_sec h1{
    margin-bottom: 24px;
}
#adv_content_wrap{
    background: var(--tertiary-color);
    padding: 40px 0;
}
/* ad page */
.main{
    display: flex;
    gap: 40px;
    padding: 60px 0;
}
.ad_page_left{
    flex-basis: 58%;
}
.ad_page_right{
    flex-basis: 40%;
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.img_wrap{
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}
p{
    line-height: 2em;
    font-size: 1.1em;
}
.lazy-load.blur {
  filter: blur(10px);
  transition: filter 0.5s ease;
}

.lazy-load.loaded {
  filter: blur(0);
}

.ad_page_content{
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.ad_page_head{
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.ad_page_details{
    display: flex;
    justify-content: space-between;
    text-transform: capitalize;
}
.adv_desc,.adv_contact{
    text-transform: capitalize;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.adv_contact .adv_contact_list{
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    /* flex-direction: column; */
}
.adv_contact_list a{
    flex: 1 1 0%;
    text-align: center;
    padding: 12px;
    border-radius: 4px;
    color: #fff;
}
.adv_contact_list a:first-child{
    background: #008000;
}
.adv_contact_list a:last-child{
    background: #6495ed;
    
}
.social_contacts{
    display: flex;
    flex-direction: column;
    gap: 24px;
    position: fixed;
    bottom: 24px;
    right: 24px;
    z-index: 99999;
}
.social_contacts a{
    display: block;
    color: white;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    border-radius: 50%;
    font-size: 24px;
    display: block;
}
.social_contacts a:first-child{
    background: #6495ed;
    
}
.social_contacts a:last-child{
    background: #008000;
}
.mp{
    /* white-space: nowrap; */
    margin-right: 4%;
}
.pd_list{
    display: flex;
    flex-direction: column;
    /* gap: 12px; */
    box-shadow: 0 8px 40px rgba(0,0,0,0.1);
    
}
.pd_list li{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px;

    /* font-size: 1em; */
}
.pd_list li:nth-child(odd){
    background: var(--secondary-color);
    color: var(--tertiary-color);
}
.fig_wrap{
    display: flex;
    /*justify-content: space-between;*/
    gap: 4px;
    /* flex-wrap: wrap; */
    padding-bottom: 40px;
    overflow: auto;
    max-width: 920px;
}
.fig_wrap figure{
    padding: 12px;
    border: 1px solid #eee;
    box-shadow: 0 4px 14px rgba(0,0,0,0.08);
}
figcaption{
    font-weight: 600;
    font-size: 1.1em;
    margin-top: 4px;
}
figcaption a{
    color: var(--secondary-color);
}
.fig_ctg_wrap{
    display: flex;
    /* flex-direction: column; */
    gap: 8px;
    margin-top: 12px;
    text-align: center;
    border-radius: 4px;
}
.fig_ctg_wrap span{
    background: var(--secondary-color);
    color: var(--tertiary-color);
    display: inline;
    padding: 8px;
    cursor: default;
}
/*figure img{*/
/*    width: 100%;*/
/*}*/
.d-n{
    display: none;
}
.ty-0{
    transform: translateY(0) !important;
    padding: 100px 0 0;
}
.ctime{
    opacity: 0.5;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 4px;
}
marquee{
    align-items: center;
    display: flex;
    color: var(--tertiary-color);
    background-color: var(--secondary-color);
}
.w-100{
    width: 100%;
}
/* policy */
.policy-fl{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.policy-list{
    display: flex;
    flex-direction: column;
    gap: 16px;
    list-style-type: disc;
    margin: 20px 20px;
}
.policy-mrg{
    margin: 40px 0;
}
/* ad form */
.form_item{
    display: flex;
    gap: 20px;
}
.form_item_wrap{
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.form_item_wrap h2{
    color: var(--secondary-color);
    text-transform: capitalize;
}
.form_ad{
    display: flex;
    flex-direction: column;
    gap: 60px;
}
hr{
    border: 1px solid var(--secondary-color);
    margin-top: 8px;
}
.adv_form_wrap{
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding: 60px 0;
}
.checkbox a{
    color: var(--secondary-color);
}
.adv_form_wrap h1{
    text-align: center;
}
#search_inp{
    border-radius: 4px;
    border: 1px solid var(--secondary-color);
    color: var(--secondary-color);
}
#search_inp::placeholder{
    color: var(--secondary-color);
}
.scolor{
    color: var(--secondary-color) !important;
}
.ads_search{
    padding: 40px 0 60px 0;
}
#search_bar{
    display: contents;
}
.msg_wrap{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70vh;
}
.msg_inner_wrap{
    flex-basis: 50%;
    box-shadow: 0 0 40px rgba(0,0,0,0.08);
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 24px;
    text-align: center;
    background: var(--secondary-color);
    border-radius: 12px;
    height: 50vh;
    align-items: center;
    justify-content: center;
}
.msg_content{
    display: flex;
    flex-direction: column;
    gap: 12px;
    font-size: 16px;
}
.msg_content :is(h2,p){
    color: var(--tertiary-color);
}
.msg_btn{
    background-color: var(--tertiary-color);
    padding: 12px;
    border: 0;
    outline: 0;
    color: var(--secondary-color);
    text-transform: capitalize;
    font-size: 1.2em;
    border-radius: 4px;
    width: 30%;
}
.msg{
    background: var(--tertiary-color);
    height: 100vh;
}
/* forgot psswrd */
.fg_wrap{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80vh;
}
.fg_inner_wrap{
    display: flex;
    flex-direction: column;
    gap: 18px;
    /* width: 32%; */
    background: var(--tertiary-color);
    padding: 24px;
    width: 40%;
    border-radius: 8px;
}
.modal{
    display: inline;
    position: absolute;
    top: 24px;
    right: 24px;
    padding: 12px 16px;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.08);
    background: transparent;
    text-transform: capitalize;
    font-size: 16px;
    display: none;
    color: #FFFFFF;
}

.active_modal{
    display: block;
}

.danger{
    background: #ff0000;
}
.success{
    background: #008000;
}
.mb-12{
    margin-bottom: 12px;
}
.fg_inner_wrap h2{
    font-size: 26px;
}
.fg_inner_wrap p{
    font-size: 14px;
}
.u-icon{
    color: var(--secondary-color);
    font-size: 40px;
    cursor: pointer;
}
.u-icon_wrap{
    position: relative;
}
.list_user{
    display: none;
    width: 140px;
    flex-direction: column;
    position: absolute;
    left: -50px;
    z-index: 999999999999999;
    
}
.list_user li a{
    padding: 12px;
    width: 100%;
    display: block;
    text-transform: capitalize;
    background: var(--secondary-color);
    color: var(--tertiary-color);
    border-radius: 4px;
}
.list_user li a:hover{
    background: var(--tertiary-color);
    color: var(--secondary-color);
}
.srch_btn{
    border: 1px solid;
    border-radius: 20px;
    width: 120px;
    height: 42px;
    background: transparent;
    text-transform: capitalize;
    font-size: 16px;
    cursor: pointer;
    background-color: var(--secondary-color);
    color: var(--tertiary-color);
    text-align: center;
    line-height: 40px;
}
.pagination{
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 28px;
}
.pagination li a{
    border: 1px solid var(--secondary-color);
    color: var(--secondary-color);
    padding: 8px;
    border-radius: 4px;
}
.disabled{
    opacity: 0.5;
    cursor: default;
}
.myads{
    padding: 70px 0;
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.menu_mobile{
    display: none;
    background: #fff;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999999999;
    box-shadow: 0 -3px 40px rgba(0, 0, 0, .1);
}
.menu_mobile_list{
    display: flex;
}
.menu_mobile_list li{
    flex: 1 1 0%;
}
.menu_mobile_list a{
    text-transform: capitalize;
    display: flex;
    padding: 12px;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    gap: 10px;
    color: var(--secondary-color);
    border-bottom: 1px solid var(--secondary-color);
}
.menu_mobile_list a img{
    filter: invert(48%) sepia(98%) saturate(2324%) hue-rotate(323deg) brightness(107%) contrast(87%);
}
.menu_mobile_list li:nth-child(2) a{
    border-left: 1px solid var(--secondary-color);
}
.menu_mobile_list li:nth-child(3) a{
    border-left: 1px solid var(--secondary-color);
}
.menu_mobile_list li:nth-child(4) a{
    border-left: 1px solid var(--secondary-color);
}
.contact_wrap{
    padding: 100px 0;
    text-align: center;
    width: 60%;
    justify-content: center;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
}
.cwrap{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 42.1vh;
}
.c_btn{
    background: var(--secondary-color);
    color: var(--tertiary-color);
    padding: 12px;
    border-radius: 24px;
    font-size: 16px;
}
.p-12{
    padding: 10px 12px;
    width: auto !important;
    height: auto !important;
    font-size: 14px;
}
.btn_error{
    display: flex;
    gap: 12px;
}
.f-12{
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.nf_wrap{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70vh;
}
/* modal */
#ar_modal{
    position: fixed;
    top: 0;
    background: rgba(0,0,0,0.1);
    width: 100%;
    height: 100vh;
    z-index: 99999999;
    overflow-y: auto;
    display: none;
    align-items: flex-start;
}
#ar_modal_body{
    width: 30%;
    /* height: 100vh; */
    margin: 0 auto;
    transform: translateY(240px);
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.modal_links {
    /* text-align: right; */
    margin-top: 12px;
    display: flex;
    gap: 12px;
    justify-content: flex-end;
    align-items: center;
}
.modal_links a{
    display: inline-block;
    color: #666;
    background: var(--secondary-color);
    width: 30%;
    text-align: center;
    padding: 10px 0;
    border-radius: 4px;
    text-transform: capitalize;
}
.modal_links a:first-child{
    color: var(--secondary-color);
    background: var(--tertiary-color);
}
.modal_links a:last-child{
    background: var(--secondary-color);
    color: var(--tertiary-color);
}

/* responsive */

@media screen and (max-width:320px) {
    .container{
        width: 90%;
    }
    .img_wrap img{
        width: 100%;
        height: 460px;
    }
    .fig_wrap{
        flex-direction: column;
    }
    .fig_wrap figure{
        width: 100%;
    }
    #searchm{
        display: none;
    }
    header{
        box-shadow: none;
         margin-top: 6vh;
     }
    .footer_wrap{
        flex-direction: column;
        gap: 30px;
    }
    .footer_about{
        flex-basis: auto;
    }
    .ctg1,.ctg2{
        opacity: 1;
    }
    .copyright{
        flex-direction: column-reverse;
        height: auto;
        gap: 20px;
        padding: 0 0 20px 0;
    }
    .copyright nav{
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        gap: 12px;
    }
    #search_form{
        flex-direction: column;
        align-items: normal;
        padding: 20px;
        gap: 20px;
    }
    .hero_head{
        flex-direction: column;
        align-items: normal;
        padding: 8px;
        line-height: 45px;
    }
    h1{
        font-size: 2em;
    }
    .city_sec_head{
        flex-direction: column-reverse;
        gap: 30px;
    }
    .city_sec_head input{
        width: 100%;
    }
    .cities{
        justify-content: center;
    }
    .ads_list_item{
        padding: 8px;
        flex-direction: column;
    }
    .ads_img img{
        width: 100%;
        height: 200px;
        /* width: 100px;
        height: 140px; */
    }
    .ads_list_item_content h2{
        font-size: 1.2em;
    line-height: 24px;
    }
    .ads_list_item_content p{
        font-size: 12px;
        line-height: 18px;
    }
    .ad_tags{
        flex-wrap: wrap-reverse;
    margin: 0;
    }
    .ad_tags .btn{
        font-size: 0.8em;
    }
    .ads_list_item_cta{
        flex-direction: row;
    }
    .ads_list_item_cta a{
        padding: 8px;
    }
    .menu_mobile{
        display: block;
    }
    .header nav{
        display: none;
    }
    .header{
        justify-content: center;
        height: auto;
        padding: 20px 0;
    }
    .js-b{
        justify-content: space-between !important;
    }
    .list_user{
        right: 0px;
        left: -90px;
        width: 120px;
    }
    .footer_items h3{
        margin-bottom: 20px;
    }
    .form_item{
        flex-direction: column;
    }
    .form_wrap{
        width: 90%;
    }
    .msg_inner_wrap{
        flex-basis: auto;
    }
    .social_contacts{
        flex-direction: row;
        justify-content: space-between;
        width: 100%;
        padding: 0 24px;
        right: 0;
    }
    .social_contacts a{
        width: 50px;
        height: 50px;
        line-height: 50px;
    }
    h1{
        line-height: 40px;
    }
    .pagination{
        gap: 6px;
    }
    .main{
        flex-direction: column;
    }
    .msg_btn{
        width: 40%;
    }
    .ad_page_content{
        gap: 40px;
    }
    .adv_form_wrap {
        padding: 0 0 60px 0;
    }
    .menu_mobile_list a{
        font-size: 12px;
        gap: 4px;
        padding: 8px 4px;
    }
    .f-row{
        flex-direction: row !important;
    }
    .form_items{
        flex-direction: column;
    }
    .fg_inner_wrap{
        width: 100%;
    }
    .ty-1{
        padding: 20px 0;
    }
    .btn_error{
        flex-direction: column;
    }
    /* #ar_modal{
        top: -80px;
    } */
    #ar_modal_body{
        width: 90%;
        transform: translateY(150px);
    }
    input,select,textarea{
        padding: 8px;
    }
    .cwrap{
        height: auto;
    }
    .contact_wrap{
        width: auto;
    }
    .cities_wrap{
        width: 80%;
    }
    .modal{
            top: auto;
    margin-top: 24px;
    width: 90%;

    }
}
@media screen and (min-width:321px) and (max-width:376px){
    .menu_mobile_list a{
        font-size: 12px;
        gap: 4px;
        padding: 8px 4px;
    }
    .ads_list_item_cta{
        flex-direction: row;
        gap: 8px;
    }
    
}
@media screen and (min-width:321px) and (max-width:480px) {
    .container{
        width: 90%;
    }
    .img_wrap img{
        width: 100%;
        height: 460px;
    }
    #searchm{
        display: none;
    }
    .ads_list_item_cta a{
        padding: 8px;
    }
    header{
       box-shadow: none;
        margin-top: 6vh;
    }
    .footer_wrap{
        flex-direction: column;
        gap: 30px;
    }
    .ctg1,.ctg2{
        opacity: 1;
    }
    .fig_wrap{
      flex-direction: column;
      align-items: center;
    }
    .fig_wrap>figure>img{
        width: 100%;
    height: 280px;
    }
    figure{
        width: 80%;
    }
    #ar_modal_body{
        width: 90%;
        transform: translateY(150px);
    }
    .footer_about{
        flex-basis: auto;
    }
    .copyright{
        flex-direction: column-reverse;
        height: auto;
        gap: 20px;
        padding: 0 0 20px 0;
    }
    .copyright nav{
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        gap: 12px;
    }
    #search_form{
        flex-direction: column;
        align-items: normal;
        padding: 20px;
        gap: 20px;
    }
    .hero_head{
        flex-direction: column;
        align-items: normal;
        padding: 8px;
        line-height: 45px;
    }
    .ty-1{
        padding: 20px 0;
    }
    h1{
        font-size: 1.5em;
    }
    .city_sec_head{
        flex-direction: column-reverse;
        gap: 30px;
    }
    .city_sec_head input{
        width: 100%;
    }
    .cities{
        justify-content: center;
    }
    .ads_list_item{
        /* padding: 8px; */
        flex-direction: column;
    }
    .ads_img img{
        width: 100%;
        height: 364px;
        /* width: 100px;
        height: 140px; */
    }
    .ads_list_item_content{
        gap: 8px;
    }
    .ads_list_item_content h2{
        font-size: 1.2em;
    line-height: 20px;
    }
    .ads_list_item_content p{
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 4px;
    }
    .ad_tags{
        flex-wrap: wrap-reverse;
    margin: 0;
    }
    .ad_tags .btn{
        font-size: 0.8em;
    }
    .ads_list_item_cta{
        flex-direction: row;
        gap: 4px;
    }
    .ads_list_item_cta a{
        flex: 1 1 0%;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 4px;
    }
    .menu_mobile{
        display: block;
    }
    .header nav{
        display: none;
    }
    .header{
        justify-content: center;
        height: auto;
        padding: 20px 0;
    }
    .js-b{
        justify-content: space-between !important;
    }
    .list_user{
        right: 0px;
        left: -90px;
        width: 120px;
    }
    .footer_items h3{
        margin-bottom: 20px;
    }
    .form_item{
        flex-direction: column;
    }
    .form_wrap{
        width: 90%;
    }
    .msg_inner_wrap{
        flex-basis: auto;
    }
    .social_contacts{
        flex-direction: row;
        justify-content: space-between;
        width: 100%;
        padding: 0 24px;
        right: 0;
    }
    .social_contacts a{
        width: 50px;
        height: 50px;
        line-height: 50px;
    }
    h1{
        line-height: 40px;
    }
    .f-row{
        flex-direction: row !important;
    }
    .pagination{
        gap: 6px;
    }
    .main{
        flex-direction: column;
    }
    .header{
        justify-content: center;
        height: auto;
        padding: 20px 0;
    }
    .js-b{
        justify-content: space-between !important;
    }
    .list_user{
        right: 0px;
        left: -80px;
        width: 120px;
    }
    .msg_btn{
        width: 40%;
    }
    .ad_page_content{
        gap: 40px;
    }
    .fg_inner_wrap{
        width: 100%;
    }
    .btn_error{
        flex-direction: column;
    }
    input,select,textarea{
        padding: 8px;
    }
    .cwrap{
        height: auto;
    }
    .contact_wrap{
        width: auto;
    }
    .menu_mobile_list a{
        font-size: 12px;
        gap: 4px;
        padding: 8px 4px;
    }
    .cities_wrap{
        width: 80%;
    }
    .modal{
            top: auto;
    margin-top: 24px;
    width: 90%;

    }
}
@media screen and (min-width:481px) and (max-width:768px) {
    .container{
        width: 90%;
    }
    .fg_inner_wrap{
        width: 50%;
    }
    .ty-1{
        padding: 40px 0;
    }
    .fig_wrap{
      flex-direction: column;
    }
    input,select,textarea{
        padding: 8px;
    }
    .cwrap{
        height: auto;
    }
    .contact_wrap{
        width: auto;
    }
    header{
       box-shadow: none;
        margin-top: 6vh;
    }
    .footer_wrap{
        /* flex-direction: column; */
        gap: 30px;
    }
    .footer_about{
        flex-basis: auto;
    }
    .copyright{
        flex-direction: column-reverse;
        height: auto;
        gap: 20px;
        padding: 0 0 20px 0;
    }
    .copyright nav{
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        gap: 30px;
    }
    #search_form{
        align-items: center;
    padding: 20px;
    gap: 20px;
    }
    .hero_head{
        flex-direction: column;
        align-items: normal;
        padding: 8px;
        line-height: 45px;
    }
    h1{
        font-size: 2em;
    }
    /* .city_sec_head{
        flex-direction: column-reverse;
        gap: 30px;
    } */
    .city_sec_head input{
        width: 36%;
    }
    /* .cities{
        justify-content: center;
    } */
    .ads_list_item{
        /* padding: 8px; */
        flex-direction: column;
        flex: 0 0 47%;
    }
    .ads_list{
        flex-direction: row;
        flex-wrap: wrap;
        margin-top: 40px;
    }
    .ads_search{
        padding: 0 0 60px 0;
        /* flex-direction: column !important; */
    }
    .container>h2{
        margin: 60px 0 0px 0;
    }
    .ads_img img{
        width: 100%;
        height: 200px;
        /* width: 100px;
        height: 140px; */
    }
    .ads_list_item_content{
        gap: 8px;
    }
    .ads_list_item_content h2{
        font-size: 1.2em;
    line-height: 20px;
    }
    .ads_list_item_content p{
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 4px;
    }
    .ad_tags{
        flex-wrap: wrap-reverse;
    margin: 0;
    }
    .ad_tags .btn{
        font-size: 0.8em;
    }
    .ads_list_item_cta{
        flex-direction: row;
        gap: 12px;
    }
    .ads_list_item_cta a{
        flex: 1 1 0%;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        font-size: 11px;
    }
    .menu_mobile{
        display: block;
    }
    .header nav{
        display: none;
    }
    .header{
        justify-content: center;
    }
    .footer_items h3{
        margin-bottom: 20px;
    }
    /* .form_item{
        flex-direction: column;
    } */
    .adv_form_wrap{
        padding: 40px 0v;
    }
    .form_wrap{
        width: 60%;
    }
    .msg_inner_wrap{
        flex-basis: auto;
    }
    .social_contacts{
        flex-direction: row;
        justify-content: space-between;
        width: 100%;
        padding: 0 24px;
        right: 0;
    }
    .social_contacts a{
        width: 50px;
        height: 50px;
        line-height: 50px;
    }
    h1{
        line-height: 40px;
    }
    /* .f-row{
        flex-direction: row !important;
    } */
    .pagination{
        /* gap: 6px; */
        justify-content: center;
        align-items: center;
    }
    .main{
        flex-direction: column;
        gap: 80px;
    }
    .header{
        justify-content: center;
        height: auto;
        padding: 20px 0;
    }
    .js-b{
        justify-content: space-between !important;
    }
    .list_user{
        right: 0px;
        left: -70px;
        width: 120px;
    }
    .msg_btn{
        width: 40%;
    }
    .ad_page_content{
        gap: 40px;
    }
    .fig_wrap{
        justify-content: flex-start;
        flex-wrap: wrap;
    }
    .adv_desc{
        gap: 8px;
    }
    #ar_modal_body{
        width: 60%;
    }
}
@media screen and (min-width:769px) and (max-width:1024px) {
    .container{
        width: 90%;
    }
    header{
       box-shadow: none;
        margin-top: 6vh;
    }
    .footer_wrap{
        /* flex-direction: column; */
        gap: 30px;
    }
    .footer_about{
        flex-basis: auto;
    }
    .copyright{
        flex-direction: row;
    /* height: auto; */
    /* gap: 20px; */
    padding: 0 0 20px 0;
    }
    .copyright nav{
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        gap: 30px;
    }
    #search_form{
        align-items: center;
    padding: 20px;
    gap: 20px;
    }
    .hero_head{
        flex-direction: column;
        align-items: normal;
        padding: 8px;
        line-height: 45px;
    }
    h1{
        font-size: 2em;
    }
    /* .city_sec_head{
        flex-direction: column-reverse;
        gap: 30px;
    } */
    .city_sec_head input{
        width: 36%;
    }
    /* .cities{
        justify-content: center;
    } */
    /* .ads_list_item{
        /* padding: 8px;
        flex-direction: column;
        flex: 0 0 47%;
    } */
    .ads_list{
        flex-direction: row;
        flex-wrap: wrap;
        margin-top: 40px;
    }
    .ads_search{
        padding: 0 0 60px 0;
        /* flex-direction: column !important; */
    }
    .container>h2{
        margin: 60px 0 0px 0;
    }
    /* .ads_img img{
        width: 100%;
        height: 200px;
        /* width: 100px;
        height: 140px; 
    } */
    .ads_list_item_content{
        gap: 8px;
    }
    .ads_list_item_content h2{
        font-size: 1.2em;
    line-height: 20px;
    }
    .ads_list_item_content p{
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 4px;
    }
    .ad_tags{
        flex-wrap: wrap-reverse;
    margin: 0;
    }
    .ad_tags .btn{
        font-size: 0.8em;
    }
    /* .ads_list_item_cta{
        flex-direction: row;
        gap: 12px;
    } */
    .ads_list_item_cta a{
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
    }
    .menu_mobile{
        display: block;
    }
    .header nav{
        display: none;
    }
    .header{
        justify-content: center;
    }
    .footer_items h3{
        margin-bottom: 20px;
    }
    /* .form_item{
        flex-direction: column;
    } */
    .adv_form_wrap{
        padding: 40px 0v;
    }
    .form_wrap{
        width: 40%;
    }
    .msg_inner_wrap{
        flex-basis: auto;
    }
    .social_contacts{
        flex-direction: row;
        justify-content: space-between;
        width: 100%;
        padding: 0 24px;
        right: 0;
    }
    .social_contacts a{
        width: 50px;
        height: 50px;
        line-height: 50px;
    }
    h1{
        line-height: 40px;
    }
    /* .f-row{
        flex-direction: row !important;
    } */
    .pagination{
        /* gap: 6px; */
        justify-content: center;
        align-items: center;
    }
    .main{
        flex-direction: column;
        gap: 80px;
    }
    .header{
        justify-content: center;
        height: auto;
        padding: 20px 0;
    }
    .js-b{
        justify-content: space-between !important;
    }
    /* .list_user{
        right: 0px;
        left: -90px;
        width: 120px;
    } */
    .msg_btn{
        width: 40%;
    }
    .ad_page_content{
        gap: 40px;
    }
    .fig_wrap{
        justify-content: flex-start;
        flex-wrap: wrap;
    }
    .adv_desc{
        gap: 8px;
    }
}
.breadcrumb{padding:7px 0;background:#cf5b66;}
.breadcrumb ul{padding:0 0 0 15px;}
.breadcrumb ul li{list-style-type:none;display:inline-block;position:relative;margin-right:10px;}
.breadcrumb ul .breadlink::before{position:absolute;content:'/';left:-8px;top:0;background:transparent;color:#ffffff;}
.breadcrumb ul li a{text-decoration:none;color:#ffffff;padding:5px 5px;font-family:Arial, Helvetica, sans-serif;font-size:16px;}
.breadcrumb img{margin-bottom:-5px;}
@media only screen and (max-width:575px){
.breadcrumb ul li a{font-size:13px;max-width:60px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
}
@media (max-width:480px){
.breadcrumb ul{margin:5px 0;padding:0;}