*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    font-family: 'Source Sans Pro', sans-serif;
}
a{
    text-decoration: none;    
    color: #2f669f;
}
        .pagenation{
            text-align: center;
        }
        .pagenation a{
            display: inline-block;
            margin: 5px;
            box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
            border-radius: 2px;
            padding: 5px 16px;
            font-size: 1.2rem;
            transition: .45s all;
        }
        .pagenation a:hover{
            transform: translateX(2px);
        }
.adtonz{
        width: 96%;
        max-width: 960px;
        margin: 10px auto;
        
    }
    .adtonz a img{
        display: block;
        width: 100%;
        height: 100%;
        margin: auto;
        border-radius: 6px;
    }
    
.choosecity{
    width: 100%;
    max-width: 960px;
    margin: 15px auto;
    text-align: center;
    position: relative;
}
.choosecity::after{
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 100%;
    background-image: url('../images/logo/ser.png');
    background-size: 20px;
    background-repeat: no-repeat;
    pointer-events: none;
    background-position: 95%; 
}
.choosecity::before{
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 100%;
    background-image: url('../images/logo/pin.png');
    background-size: 30px;
    background-repeat: no-repeat;
    pointer-events: none;
    background-position: 0%;
}
@media(max-width: 460px){
    .choosecity{
        width: 94%;
        margin: 15px auto;
    }
}
.choosecity select{
    width: 100%;
    margin: auto;
    height: 2.5rem;
    border: none;
    border-radius: 4px;
    appearance: none;
    -webkit-appearance: none;
    color: gray;
    padding: 10px;
    padding-left: 30px;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    background: transparent;
    
}
.optresults{
    width: 100%;
    max-width: 960px;
    margin: auto;
    color: darkgray;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    position: sticky;
    top: 0;
    z-index: 10;
    background: white;
    padding: 10px;
}
.optresults h3{
    font-size: .9rem;
    font-weight: 400;
}
.optresults #mySearch{
    border: none;
    outline: none;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    padding: 10px;
    border-radius: 3px;
    max-width: 250px;
    
}
.recordpost{
    width: 96%;
    max-width: 960px;
    margin: 25px auto;
    color: darkgray;
    border: 1px dotted rgba(175, 175, 185, 0.577);    
    padding: 23px;
}
.navhead{
    box-shadow: rgba(0, 0, 0, 0.15) 5px 0px 10px;
    background: #f5f5f5;
}
.navhead .mainnav{
    width: 96%;
    max-width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px;
}
.navhead .logo img{
    max-width: 90px;    
}
.navhead .userpost{
    display: flex;
    align-items: center;
}
.navhead .userlogin{
    margin-right: 20px;    
}
.navhead .userlogin i{
    font-size: 21px;
    color: #696662;    
}

.navhead .userpostadd{
    display: inline-block;
    padding: 8px 20px;
    background: linear-gradient(to top right, #336699 0%, #669999 100%);
    border-radius: 4px;
    color: white;
    text-transform: capitalize;
}


.horscroll{
    display: none;
}
@media(max-width: 520px){
    .horscroll{
    display: flex;
    padding: 10px;
    overflow-x: auto;
    
    
}
.horscroll::-webkit-scrollbar{
    width: 0;
    
}
.horscroll .vip{
    min-width: 130px;
    width: 130px;
    position: relative;
    height: 190px;
    border-radius: 10px;
    text-decoration: none;
    margin-right: 10px;
}
.horscroll .vip::after{
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(224, 223, 232, 0.187), rgb(4 12 41 / 84%));
    position: absolute;
    z-index: 1;
    border-radius: 10px;
}
.horscroll .vip .vipimg{
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.horscroll .vip .vipfiximg{
    position: absolute;
    top: -20px;
    left: 0;
    width: 90px;
}
.horscroll .vip .viptitle{
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 5;
    color: white;
    font-weight: 600;
    font-size: 14px;
    text-transform: capitalize;
    padding: 8px;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
}
}


.classified h2{
   font-size: 1.2rem;
}

@media(max-width: 520px){
    .classified h2{
        font-size: 1.15rem;
    }
}


/*  seocontent */
.seocontent{
    width: 100%;
    max-width: 960px;
    margin: 25px auto;
    
}
.seocontent h1{
    font-size: 1.2rem;
    margin-bottom: 10px;
    color: #4a6464;
    text-transform: capitalize;
}

.othercityindex{
    box-shadow: rgba(14, 63, 126, 0.06) 0px 0px 0px 1px, rgba(42, 51, 70, 0.03) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 2px 2px -1px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.03) 0px 5px 5px -2.5px, rgba(42, 51, 70, 0.03) 0px 10px 10px -5px, rgba(42, 51, 70, 0.03) 0px 24px 24px -8px;
    padding: 10px;
    border-radius: 5px;
    text-align: left;
    color: #bfbebe;
}
.othercityindex a{
    margin: 3px 5px 3px;
    font-size: .94rem;
    color: #a68cf1;
}


@media(max-width:820px){
    .seocontent{
        width: 92%;
        margin: 45px auto;
    }
}
@media(max-width:480px){
    .seocontent{
        width: 94%;
        margin: 10px auto;
    }
}


/* loop php data start from here*/
.classified{
    padding: 8px;
}
.pcflex{
    
    max-width: 960px;
    margin: 20px auto;
    display: flex;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    border-radius: 4px;
    height: 260px;
   
   
}

.leftImg{
    width: 25%;    
    position: relative;       
    overflow: hidden;
}
.leftImg .imgcount{
        position: absolute;
        bottom: 10px;
        left: 10px;
        color: white;
        background-color: rgba(17, 18, 17, 0.61);
        padding: 3px 8px;
        border-radius: 4px;
        pointer-events: none;
    }
    .leftImg .imgcount .bi{
        margin: 0 3px;
    }
.leftImg .availability{
    position: absolute;
    bottom: 3px;
    left: 3px;    
    color: white;
    background: linear-gradient(to bottom right, #993366 0%, #660066 100%);
    padding: 3px 8px;
    border-radius: 2px;
}
.leftImg .userverified{
    position: absolute;
    top: 8px;
    left: 5px;
    padding: 5px 8px;
    border-radius: 4px;
    font-style: italic;
    font-size: .85rem;
    letter-spacing: 2px;
    text-transform: capitalize;
    background: #1c80a299;
    color: #f2f5d5;
    font-weight: 600;
    pointer-events: none;
}
.righttext{
    width: 75%;
    padding: 5px 10px;
    position: relative;
}

@media(max-width:590px){
    .pcflex{
        height: 278px;
    }
    .leftImg{
        width: 40%;
    }
    .righttext{
        width: 60%;
        background-color: #dee1d53d;
    }
}

.leftImg img{
    height: 100%;
    display: block;
    margin: auto;
    object-fit: contain;
    width: 100%;
}
.leftImg .bgopacity{
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .8;
    filter: blur(17px);
}
@media(max-width: 520px){
    .leftImg .bgopacity{
        display: none;
    }
    .leftImg img{
        height: 100%;
        width: 100%;
        object-fit: cover;
        display: block;
        margin: auto;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
}
}
.righttext .pgtitle{
    color: #f35d5d;
    text-transform: capitalize;
    margin-bottom: 10px;    
    display: -webkit-box;
    line-clamp: 1;
    -webkit-line-clamp: 1;  
    -webkit-box-orient: vertical; 
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 5px 0;

}
.righttext .pgtitle:hover{
    color: #1a1038;
}
.righttext .sponsered img{
    position: absolute;
    top: -4px;
    right: -3px;
    width: 38px;
    filter: drop-shadow(2px 3px 15px darkgrey);
}
.righttext .maintext{
    display: -webkit-box; 
    overflow: hidden;     
    line-clamp: 4;        
    -webkit-line-clamp: 4;  
    -webkit-box-orient: vertical; 
    text-overflow: ellipsis;  
    color: #3d3d3d;
    line-height: 1.3;
    
    
}
.righttext .maintext p, ul, strong{
    display: inline;
    
}
.righttext .maintext ul li{
    display: inline;
    font-weight: 100;
}
.righttext .maintext br{
    display: none;
}
.spanservice{
    margin: 10px 0;
}
.spanservice span{
    display: inline-block;
    color: green;
    font-weight: 600;
    padding: 1px 10px;
    margin-right: 2px;
    text-transform: capitalize;
    border-radius: 2px;
    background: linear-gradient(to bottom right, #ff9933 0%, #ffff66 100%);
}
.findloc{
    margin: 10px 0;
}
.findloc p{
    font-size: 17px;
    color: #686875;
    text-transform: capitalize;
}
.findloc p span{
    width: max-content;
    display: inline-block;
    margin: 2px 0;
    margin-right: 10px;
    font-weight: 600;
    font-size: .9rem;
    color: #535153; 
    
}
.findloc p span .bi{
    margin-right: 1px;
}
.findloc p.userage_lang{
    display: flex;
    flex-direction: column;
}
.findloc .datacity{
    margin: 16px 0;
}
.findloc .premiumaccount{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.viplounge{
    display: flex;
    justify-content: flex-end;
}
.viplounge a{
    color: white;
    text-decoration: none;
    display: flex;
    justify-content: center;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    align-items: center;
    margin: 0 8px;
    background: #2c555f;
    transition: .8s all;
    padding: 18px;
}
.viplounge a:hover{
    border: none;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border-radius: 4px;
}
.availtimes{
    position: absolute;
    bottom: 10px;
    right: 10px;
}
.availtimes h4{
    color: darkcyan;
}
.availtimes h4 img{
    width: 14px;    
    vertical-align: sub;
    margin-right: 3px;
}

@media(max-width:460px){
    .righttext .pgtitle{
        font-size: .86rem;
        display: -webkit-box;
        -webkit-line-clamp: 3;  
        line-clamp: 3;
        -webkit-box-orient: vertical; 
        text-overflow: ellipsis;
        overflow: hidden;
        padding-right: 10px;
        margin-bottom: 5px;
        
    
    }
    .righttext .maintext {        
        font-size: 1rem;
    }
    .findloc p{
        font-size: 15px;
        text-transform: capitalize;
    }
    .spanservice span{
        font-size: .75rem;
    }
    .findloc h4{
        font-size: .75rem;
        margin: 8px 0;
        
    }
    .findloc h4 img{
        vertical-align: middle;
    }
    .availtimes h4{
        font-size: .7rem;
    }
}


/*footer*/
.forseo{
    width:94%;
    max-width: 1100px;
    margin: 25px auto;
}
.forseo h2{
    font-size: 20px;
    margin-bottom: 5px;
    color: #6d6d6d;
    
}
.forseo p{
    line-height: 1.5;
    color: #57575b;
    letter-spacing: .01rem;

}
.forseo p strong{
    font-size: 18px;
    font-weight: 900;
}


.mostused{
    background: linear-gradient(to right, #ffcccc 0%, #ff9966 100%);
    padding: 20px 0;
}
.pagelinks{
    width: 94%;
    max-width: 1100px;
    margin: auto;
}
.pagelinks h3{
    color: darkcyan;
    margin-bottom: 15px;
    font-size: 1.2rem;
}
.pagelinks a{
    display: inline-block;
    padding: 3px 10px;
    background: linear-gradient(to bottom right, #006699 0%, #009999 100%);
    color: white;
    border-radius: 2px;
    margin: 10px 10px 10px 0;
    text-decoration: none;
    font-size: .95rem;
    font-weight: 400;
    text-transform: capitalize;

}





footer{
    background-color: rgb(105, 120, 143);
    padding: 10px 16px 60px;    
}
footer .footerlog{
    max-width: 1200px;
    margin: auto;
}
footer .footerlog .company p{
    text-align: left;
    color: #c4c4c5;
}
footer .footerlog .company img{
    width: 100px;
}

footer .footerlog{
    display: grid;
    grid-template-columns: auto auto auto auto;
}
footer .footerlog > div a{
    text-decoration: none;
    color: white;
    display: block;  
    padding: 5px 0;  
}
footer .footerlog > div h3{
    color: rgb(242, 236, 201);
    text-transform: capitalize;
    margin-bottom: 10px;
}

.copyright{
    background-color: rgba(136, 133, 133, 0.998);
    color: white;
    padding: 20px 10px;
    text-align: center;
}

@media(max-width: 620px){
    footer .footerlog{
        grid-template-columns: auto;
        padding: 10px;
    }
    footer .footerlog > div{
        margin: 15px 0;
        text-transform: capitalize;
    }
}


