.post-title{
    border-radius: 10px;
    background: #fff;
    padding: 10px 15px;
}
.post-title h1{
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0;
}
.post-header-sp{
    display: flex;
    gap: 30px;
}
.section-128070{
    width: 70%;
}
.section-128030{
    width: 30%;
}
.borderbws
{
    padding: 15px;
}
img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
    width: 100%;
    height: 400px;
    border-radius: 15px;
    margin-bottom: 15px;
}
.pmct{
    margin: 15px 0px ;
}
/* --------------- post Icon Shair ----------------- */
.pbx-shli {
    height: 100%;
    justify-content: space-between;
    padding-right: 5px;
}   
.pbx-bxs{
    gap: 20px;
}
.shli-icon ,.pbx-post-str {
    height: 100%;
    display: flex;
    align-items: center;
} 
svg.bi.bi-heart {
    transition: 0.3s ease !important;
}  
svg.bi.bi-heart:hover {
    color: #50C4ED;
    transition: 0.3s ease !important;
}
svg.bi.bi-share{
    transition: 0.3s ease !important;
}
svg.bi.bi-share:hover{
    color: #50C4ED;
    transition: 0.3s ease !important;
}
.shairbtn-htl:hover {
    background: #387ADF;
    transition: 0.3s;
}
.shairbtn-htl {
    background: #50C4ED; 
    color: white; 
    border: none; 
    padding: 10px; 
    border-radius: 5px; 
    width: 100%;
    transition: 0.3s;
}
/* --------------- post meta ----------------- */
.pm-tabx{
    height: 25px;
    justify-content: space-between;
}
.hr-pm-tabx {
    border-color: #f6f6f6;
    display: block;
    margin-top: 6px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    border-style: solid;
    border-width: 1px;
}
.pmtul{
    gap: 20px;
}
.pmtul li{
    color: #adadad;
    gap: 5px;
    font-size: 14px;
    font-weight: 300;
}
.pmtulst{
    color: #767676;
    font-size: 14px;
}
.pttgs{
    margin-top: 10px;
    gap: 10px;
}
.pttgs li a{
    color: #444444;
    font-size: 14px;
    font-weight: 300;
    padding: 3px 10px;
    border: solid 1px #50C4ED;
    border-radius: 5px;
    transition: 0.3s ease!important;
}
.pttgs li a:hover{
    color: #fff;
    border: solid 1px #50C4ED;
    background: #50C4ED;
    transition: 0.3s ease!important;
}
/* --------------- post Pics ----------------- */
.pmct img{
    width: 100%;
    height: 400px !important;
    margin-top: 10px;
    border-radius: 15px;
}
.post-vid{
    height: 200px;
    border-radius: 15px;
    width: 50%;
}

/* --------------- post Sidebar ----------------- */
.pgsdb-ttl{
    height: 50px;
    align-content: center;
    padding: 5px 15px;
    border-radius: 15px 15px 0px 0px;
}
.pgsdb-pst{
    height: 100%;
    padding: 10px 10px;
    border-radius: 0px 0px 15px 15px;
    margin: 5px 0px 20px 0px; 
}
.ps-lit{
    height: 100px;
    border: solid 1px #E0E0E0;
    border-radius: 15px;
    padding: 7px;
}
.ps-lit-img-bx{
    width: 35%;
    height: 100%;
}
.ps-lit-img{
    width: 100%;
    height: 100%;
    border-radius: 10px;
}
.ps-lit-dts{
    padding: 5px 10px 5px 0px;
    display: grid;
}
.ps-litdts-ctsp a{
    font-size: 12px;
    font-weight: 300;
    padding: 3px 6px 1px 6px; 
    border: solid 1px #E0E0E0;
    border-radius: 5px;
    transition: 0.3s ease !important;
}
.ps-litdts-ctsp a:hover{
    color: #fff;
    border: solid 1px #E0E0E0;
    background: #50C4ED;
    transition: 0.3s ease !important;
}
.sid-ttl {
    font-size: 1rem;
    font-weight: 500;
}
.ps-lit-dte{
    font-weight: 300;
    color: #444444; 
    padding: 3px 6px;
}
.ps-lit-dte span {
    font-size: .875rem;
}
.ps-lit-dts h4{
    font-size: .95rem;
    font-weight: 300;
    line-height: 1.4;
}
.sngl-pgsdb ,.hotel-dis-border-sec{
    position: sticky;
    top: 100px;
}
.pslit-atag {
    display: flex;
    align-items: center;
    margin-top: 5px;
}
/* --------------- post content ----------------- */
.pmct p, .pmct span, .pmct li{
    font-weight: 300;
    line-height: 1.6;
}
.pmct p{
    text-align: justify;
}
.pmct h2 ,.pmct h2 span{ 
    padding: 10px 0 0 0;
    font-size: 1.25rem;
    font-weight: 500;
}
.pmct h3, .pmct h4, .pmct h5, .pmct h6{
    font-weight: 500;
    font-size: 1.25rem;
}
.pmct p a {
    font-size: .9rem;
    color: #50C4ED;
    transition: 0.3s ease !important;
}
.pmct p a:hover {
    color: #387ADF;
    transition: 0.3s ease !important;
}