.show { display: block; }
.hide { display: none; }
.ads-details-info h1 {text-align: left;}
.facebook{margin-top:78px;}
.cityad{
margin-top: -108px;
margin-bottom: 100px;
}
.daboxglobal {
width: 350px;
margin-bottom: 90px;
background-color: #fff;
padding: 8px;
margin-top: -100px;
}
.dabox{width: 350px;
margin-bottom: -10px;
background-color: #fff;
padding: 8px;}
.daver {
border: 1px solid #000;
width: 340px;
margin-top: 12px;
margin-bottom: 50px;
}
a {
color: #000;
font-family: 'Open Sans';
text-align: justify;
font-size: 14px;
}
a:hover{color: #000;}
ul {
color: #000;
font-weight: bold;
}
.imgsec {
display: block;
max-width: 100%;
height: 200px;
object-fit: cover;
}
p{color: #000; font-size: 15px;}
.link{margin-top:15px;}
.link{background-color: #ffc107;
padding: 5px 15px 5px 15px;
border-radius: 20px;
color: #000 !important;
font-weight: inherit !important;
display:table;
}
.link:hover{color:#000;}
.ads-details-info a {
color: #df2258;
font-weight: bold;
}
.wmrtop {
margin-top: 0px!important;
margin-bottom: 24px;
}
.gwmrtop {
margin-top: -5px!important;
margin-bottom: 24px;
}
.vwmrtop {
margin-top: -9px!important;
margin-bottom: 10px;
background-color: transparent;
}
button{background-color: transparent!important;}


.clix-about {
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
cursor: pointer;
position: relative;
color: #000 !important;
text-align: justify;
}
.see-more {
display: none;
text-decoration: none;
font-size: 0.9em;
margin-top: 10px;
display: inline-block;
}
.clix-about:hover + .see-more {
display: inline-block;
}


@media (min-width: 320px) and (max-width: 480px) {
input[type="tel"] {width: 100%;}
}