*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    font-family: 'Source Sans Pro', sans-serif;
}
.mobile{
    display: none;
}
.pcstart{
    display: none;
    }
.citysearch{
    margin-top: 60px;
    display: flex;
    align-items: center;
    background-color: #12122f;
    padding: 10px;
    position: relative;
}
.citysearch::after{
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background-image: url('../images/logo/ser.png');
    background-size: 20px;
    background-repeat: no-repeat;
    pointer-events: none;
    background-position: 95%; 
}
.citysearch::before{
    content: "";
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background-image: url('../images/logo/pin.png');
    background-size: 30px;
    background-repeat: no-repeat;
    pointer-events: none;
    background-position: 0%;
}
.citysearch select{
    width: 100%;
    border: none;
    outline: none;
    padding: 14px 8px;
    padding-left: 35px;
    border-radius: 6px;
    color: rgb(124, 117, 117);
     appearance: none;
    -webkit-appearance: none; /* Chrome, Safari */
    -moz-appearance: none;    /* Firefox */
}
/*load more animation*/
.loadtile{
    text-align: center;
    margin: 16px 0;
}
.loadtile a{
    text-decoration: none;
    display: inline-block;
    padding: 6px 12px;    
    border-radius: 3px;
    position: relative;
    
}
.loadtile a::before{
    content: "";
    position: absolute;
    top: 50%;    
    left: 0;
    width: 15px;
    height: 15px;
    border-top: solid 1px black;
    border-left: solid 1px black;
    transform: rotate(-45deg) translateY(-50%);
    z-index: -1;
    animation: handleft .85s ease-in-out infinite;
}
.loadtile a::after{
    content: "";
    position: absolute;    
    top: 50%;
    right: 0;
    width: 15px;
    height: 15px;
    border-top: solid 1px black;
    border-right: solid 1px black;
    transform: rotate(45deg) translateY(-50%);
    z-index: -1;
    animation: handright .85s ease-in-out infinite;
}
@keyframes handleft{
    from{
        left: 0;
        opacity: 1;
        width: 5px;
        height: 5px;
        
        
    }to{
        left: -60px;
        opacity: 0;
        width: 16px;
        height: 16px;
        
        
    }
}
@keyframes handright{
    from{
        right: 0;
        opacity: 1;
        width: 5px;
        height: 5px;
        
        
    }to{
        right: -60px;
        opacity: 0;
        width: 16px;
        height: 16px;
        
        
    }
}
/*loadmore animation close*/

.topbar{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 10px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    background-color: whitesmoke;
    box-shadow: 0 0 10px rgba(176, 166, 146, 0.845);
    transition: top 0.3s
    
}
.topbar .menulogo{
    width: 90px;
}
.topbar .navbtns{
    padding: 6px;
    font-size: 20px;
    color: black;
    
}
.topbar .navbtns:hover{
    box-shadow: 1px 0 6px rgba(180, 195, 185, 0.714);
    border-radius: 4px;
}

@media(max-width: 520px){
    .mobile{
        display: block;
    }
    
}
header{
    height: 220px;
    position: relative;
}
header::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgb(12 95 124), rgb(30 31 23 / 0%));
}
header .primaryimg{
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
    object-fit: contain;
    object-position: center;
}
header nav{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 20px 15px;
    z-index: 1;
}

header .headtitle{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;    
    z-index: 1;    
    padding: 15px;    
}
header .headtitle h1{
    font-size: 21px;
    font-weight: 600;
    font-size: 21px;
    color: white;
    text-transform: capitalize;
    display: -webkit-box;
    overflow: hidden;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;    
    line-height: 1.3;
}
.primecity{
    padding: 10px
}
.primecity span{
    display: inline-block;
    padding: 3px 5px;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    border-radius: 5px;
    margin-right: 6px;
}
.primecity a{
    text-decoration: none;
    text-transform: capitalize;
    color: #3ed0ea;
}
.gendar{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
     
}
.gendar .gendartext h3{
    color: #737373;
    text-transform: capitalize;
    font-size: .87rem;
    font-weight: 100;
}
.gendar .gendartext p{
    color: #ee3c3c;
    font-size: 13px;
    margin: 5px 0;
    text-transform: capitalize;
    font-weight: 900;
    letter-spacing: 1px;
}
.gendar .age p{
    color: #ecf2c6;
    background: rgba(0, 0, 0, 0.5);
    padding: 5px 10px;
    border-radius: 4px;
    
}



.maintext .gallery{
    padding: 12px;
}
.maintext .servercontent{
    color: #595959;
    padding: 0 12px;
    line-height: 1.4;
    font-size: 17px;
}
.maintext .servercontent ul, ol{
    list-style-position: inside;
}
.maintext .gallery img{
    display: block;
    width: 90%;    
    margin: 15px auto;
    border-radius: 6px;
}
.maintext .addcity{
    display: flex;
    justify-content: space-between;
    background: #b9bab5;
    padding: 8px;
    margin: 12px;
    border-radius: 2px;
    color: white;
    text-transform: capitalize;
}
.maintext .contact{
    text-align: center;
    padding: 5px 10px;
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: center;
    position: sticky;
    bottom: 0;
    background-color: white;
    
}
.maintext .contact a{
    text-transform: capitalize;
    background: linear-gradient(to top right, #006666 0%, #669999 100%);
    display: inline-block;
    padding: 15px;
    border-radius: 6px;
    color: white;    
    font-size: 15px;
    text-decoration: none;
    flex: 1;
    margin: 8px 0;
}

.user{
    padding: 15px;
    background-color: #e8efef;
}
.user .advertise{
    display: flex;
    justify-content: space-between;
    margin: 10px 0;
}
.user .advertise h3{
    color: #595959;
    font-size: 13px;
}
.user .advertise .addid{
    color: #804000;
    font-size: 12px;
}
.user .userdetails h3{
    color: #808080;
}
.user .userdetails .hideuser{
    margin: 10px 0;
    color: #4d4d4d;
    font-size: 13px;
}
.user .userdetails .verify{
    font-size: 10px;
    letter-spacing: 1px;
    text-transform: capitalize;
    margin: 5px 0;
    color: #00b359;
}
.user .userdetails .hideuser span{
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    background-color: darkgrey;
    padding: 3px;
    border-radius: 4px;
    color: #e6e6e6;
    margin-left: 5px;
    letter-spacing: 3px;
}
.main_color{
    text-align: center;
    font-size: 1.1rem;
    color: #8a8a8d;
    padding: 10px;
    margin: 15px 5px;
}
.main_color strong a{
    text-decoration: none;
    color: #f77070;
    font-size: inherit;
    text-transform: capitalize;
}

.citylocation{
    display: flex;
    align-items: center;
    margin: 10px 0;
    background: linear-gradient(to right, rgb(182 146 146 / 27%), rgb(8 19 93 / 78%)), url(../images/addpost.jpg);
    background-size: 100%;
    background-position: center;
    padding: 15px;
    margin: 15px;
    border-radius: 6px;
    color: white;
}
.citylocation .location{
    width: 55px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    border: .23px solid rgba(0, 0, 0, 0.05);
    border-radius: 2px;
    background: rgba(0, 0, 0, 0.05);
}
.citylocation .location i{
    font-size: 30px;
}

.citylocation .cityarea a{
    text-decoration: none;
    display: inline-block;
    margin: 2px 0;
    color: white;
    font-weight: 600;
    color: #f2f2c1;
}

.classified .topcity{
    margin: 25px 0;
}
.classified h4{
    padding: 8px;
    margin-top: 5px;
    color: #8c8987;
}
.classified .topcitynames{
    display: flex;
    /*overflow-x: auto;*/
    flex-wrap: wrap;
    gap: 10px;
    padding: 3px 8px;
}
/*
.classified .topcitynames::-webkit-scrollbar{
    width: 0;
}
*/
.classified .topcitynames a{
    text-decoration: none;
    display: inline-block;
    text-transform: capitalize;
    padding: 8px 16px;
    border: .24px solid rgba(78, 57, 57, 0.438);
    border-radius: 4px;
    color: #454581;
}
.pcflex{
    width: 96%;
    max-width: 1100px;
    margin: 10px auto 15px;
    display: flex;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    border-radius: 4px;
    height: 220px;
    overflow: hidden;
   
}

.leftImg{
    width: 25%;    
    position: relative;       
    overflow: hidden;
}
.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;
}
.righttext{
    width: 75%;
    padding: 5px 10px;
    position: relative;
    overflow: hidden;   
    background-color: #f9feff; 
    
}

@media(max-width:590px){
    .pcflex{
        height: 170px;
    }
    .leftImg{
        width: 35%;
        background: #dadadc;
    }
    .righttext{
        width: 65%;
    }
}

.leftImg img{
    height: 100%;
    display: block;
    margin: auto;
    
}
.leftImg .bgopacity{
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .8;
    filter: blur(17px);
    display: none;
}
.righttext .pgtitle{
    color: #000066;
    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 .maintext{
    display: -webkit-box; 
    overflow: hidden;     
    line-clamp: 2;        
    -webkit-line-clamp: 3;  
    -webkit-box-orient: vertical; 
    text-overflow: ellipsis;  
    color: #4d4d4d;
    line-height: 1.3;
    font-size: 17px;
     
    
}
.righttext .maintext p, ul, strong{
    display: inline;
    
}
.righttext .maintext ul li{
    display: inline;
    font-weight: 100;
}
.rightext .maintext ol li{
    list-style: inside;
}
.findloc{
    margin: 15px 0;
}
.findloc p{
    font-size: 19px;
    color: #686875;
    text-transform: capitalize;
}
.findloc p span{
    display: inline-block;
    padding: 5px 10px;
    border-radius: 10px;
    background: rgb(238 222 184 / 62%);
    margin-left: 5px;
    font-weight: 600;
}

.useradvisery{
    padding: 12px;    
}
.useradvisery h4{
    color: #5f5f6b;    
    border-bottom: .24px solid rgba(0, 0, 0, .23);
    padding: 6px 0;    
    margin-bottom: 12px;   
}
.useradvisery p{
    color: #54545a;   
}
.copyright{
    text-align: center;
    padding: 20px 10px;
    background-color: #faf4f4;
}
@media(max-width:460px){
    .righttext .pgtitle{
    font-size: .85rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;  
    line-clamp: 2;
    -webkit-box-orient: vertical; 
    text-overflow: ellipsis;
    overflow: hidden;
    padding-right: 10px;
    margin-bottom: 5px;
    text-decoration: none;
    
    }
    .righttext .maintext {        
        font-size: 15px;
    }
    .findloc p{
        font-size: 15px;
    }
    .spanservice span{
        font-size: .75rem;
    }
    .findloc h4{
        font-size: .75rem;
        margin: 8px 0;
        
    }
    .findloc h4 img{
        vertical-align: middle;
    }
    .availtimes h4{
        font-size: .7rem;
    }
}



/*pc only*/
@media(min-width: 580px ){
    .pcstart{
        display: block;
    }
    .navtitle{
        box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;        
        background-color: white;
    }
    .navmenu{
        max-width: 1200px;
        margin: auto;
        padding: 15px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .navmenu img{
        width: 100px;
    }
    .navuser a{
        text-decoration: none;
        cursor: pointer;
    }
    .navuser .pcpostad{
        display: inline-block;
        padding: 8px 26px;
        background: linear-gradient(to bottom left, #660033 0%, #009999 100%);
        color: white;
        border-radius: 4px;
    }
    .navuser .pcuser{
        font-size: 21px;
        
    }
    .pcusername{
        position: sticky;
        top: 40px;
    }
    .navuser{
        display: flex;
        gap: 20px;
        align-items: center;
    }
    
    .pccolumns{
        max-width: 1200px;
        margin: auto;
        padding: 15px;
        display: flex;
    }
    .pcback a{
        text-decoration: none;
        color: rgba(53, 51, 47, 0.924);
    }
    .breadcamp a, span{
        text-decoration: none;
        color: rgb(118, 116, 116);
    }
    .breadcamp{
        margin: 15px 0;
    }
    .pcpagetitle h1{
        text-transform: capitalize;
        color: #404040;
        font-size: 24px;
    }
    .pcdatatiles span{
        display: inline-block;
        border: .5px solid rgba(122, 119, 119, 0.653);
        border-radius: 2px;
        padding: 3px 12px;
        margin-right: 5px;
    }
    .pcdatatiles{
        margin: 10px 0;
    }
    .pcuploadimg{
        display: flex;
        margin: 25px auto;
        gap: 10px;
        flex-wrap: wrap;
    }
    .pcuploadimg img{       
        width: 25%;
        align-self: flex-start;
    }
    .pcuploadtext{
        color: #716e6e;
        font-size: 1.1rem;
    }
    .pcuploadtext .pctextentry{
        font-size: 19px;
        font-weight: 600;
        color: black;
        margin-bottom: 10px;
        background: #747477;
        width: max-content;
        color: white;
        padding: 2px 12px;
    }

    .pccolumns .main{
        width: 78%;
        padding: 15px;
    }
    .pccolumns .side{
        width: 22%;
        
    }
    .userpostdata{
        box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
        border-radius: 5px;
        padding: 8px 8px;
        background-color: rgba(236, 244, 243, 0.697);
        margin: 45px 0;
    }
    .userpostdata h3, h5{
        text-transform: capitalize;
    }
    .userpostdata h5{
        color: #827d7d;
        font-size: 11px;
    }
    .userpostdata h3{
        margin-bottom: 10px;
        color: rgb(115, 45, 124);
    }
    .pcclientconnect{
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
    .pcclientconnect a{
        display: block;
        text-align: center;
        text-decoration: none;
        font-size: 25px;
        color: #f3f6f8;
        background-color: rgb(48, 64, 23);
        padding: 15px 10px;
        border-radius: 4px;
        
    }
    .userphonecrap span{
        display: inline-block;
        padding: 3px 12px;
        border-radius: 2px;
        background-color: darkgray;
        color: rgb(6, 21, 92);
        font-size: 11px;
    }
    .pccityad{
        display: flex;
        margin: 20px 0 5px;
        justify-content: space-between;
        background: #dbd9f0;
        padding: 3px 8px;
        color: white;
        border-radius: 2px;
    }
    .pccityad span{
        text-transform: capitalize;
    }
    .pcohtercityta{
        max-width: 1200px;
        margin: 40px auto;
        padding: 15px;
    }
    .pcohtercityta h3{
        margin: 8px 0;
        color: #736f73;
    }
    .pcothercitylink{
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        
    }
    .pcothercitylink a{
        text-decoration: none;
        padding: 3px 12px;
        display: inline-block;
        box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
        border-radius: 2px;
        text-transform: capitalize;
    }

    .pcconditions{
        max-width: 1200px;
        margin: 60px auto;
        text-align: center;
    }
    .pcconditions h3{
        color: #746a6a;
        font-size: 21px;
        margin-bottom: 8px;
    }
    .pcconditions p{
        color: #8f9595;
        padding: 15px;
    }
    .pcbottom{
        text-align: center;
        color: white;
        background: rgb(58, 59, 60);
        padding: 16px;
    }
    
    .pcsimilardata{
        max-width: 1200px;
        margin: 25px auto;
        padding: 15px;
    }
    .pcsimilardata h3{
        margin: 10px 0;
        color: #41304d;
    }
    .pcsimilarflex{
        display: flex;
        gap: 16px;
    }
    .pcsimilarrows{
        text-decoration: none;
        width: 20%;
        overflow: hidden;
        border-radius: 8px;
        box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
    }
    .pcsimilarimg img{
        width: 100%;
        height: 100%;
        max-width: 100%;
        max-height: 100%;
        object-fit: cover;
        height: 280px;
    }
    .pcsimilarcontent{
        padding: 8px;
    }
    .pcsimilarcontent a{
        text-decoration: none;
    }
    .pcsimilarcontent a h4{
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        text-transform: capitalize;
        color: #4866ecb6;
        margin-bottom: 6px;
        text-decoration: none;
    }
    .pcmostwatchtext{
        display: -webkit-box;
        overflow: hidden;
        line-clamp: 3;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        color: #4d4d4d;
        line-height: 1.3;
    }
    .pcmostwatchtext p,hr,strong,span,ul,li{
        display: inline;
    }
    .pcmostwatchtext a{
        display: inline;
        text-decoration: none;
    }
    .pcmostwatchtext p a{
        text-decoration: none;
        display: inline;
    }
}







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;
    }
}