header.bestday-head.optinal-heder {
    background: #333333;
}
header.bestday-head.optinal-heder  ul.navbar-nav.ms-auto li a.nav-link.active {
    color: #fff0ca;
}
header.bestday-head.optinal-heder  ul.navbar-nav.ms-auto li a{
    color:#fff;
}
.blog-crad-pic,
.main-blog-posting {
    position: relative;
    overflow: hidden;
}
section.blog-well-sec {
    width: 100%;
    position: relative;
    padding: 150px 0 20px;
}
.blog-land-main-cont h6 {
    text-transform: uppercase;
    font-size: 12px;
}
.blog-crad {
    width: 100%;
    position: relative;
}
.blog-crad-pic {
    width: 100%;
}
.blog-crad a {
    text-decoration: none;
    color: inherit;
}
.blog-crad-cont {
    width: 100%;
    position: relative;
    padding: 20px 5px 0px 5px;
}
.blog-crad-cont p {
    font-size: 15px;
}
p.types-blog {
    padding: 0;
    margin: 0 0 6px;
}
p.types-blog span {
    text-transform: uppercase;
    font-size: 13px;
    color: #f6b512;
    font-weight: 500;
}
.blog-crad-cont h4 {
    font-size: 18px;
}
.blog-crad:hover h4,
.blog-posting-right h5:hover a {
    text-decoration: underline;
    text-decoration-color: #f6b512;
}
.blog-crad:hover img,
.blog-posting-right:hover img,
.main-blog-posting:hover img {
    opacity: 0.7;
    transition: 0.5s;
}
.blog-posting-pic {
    width: 85%;
    position: relative;
}
h6.ovelopptr {
    position: absolute;
    top: 7px;
    right: 7px;
    background: #0a0a0a33;
    padding: 4px 8px;
    font-size: 10px;
    color: #fff;
    border-radius: 5px;
    margin: 0;
}
.main-blog-posting {
    width: 100%;
    border-radius: 5px;
}
.main-blog-posting-over {
    width: 100%;
    position: absolute;
    bottom: 0;
    padding: 30px 30px 20px;
}
.main-blog-posting-over h4 {
    color: #fff;
    font-size: 30px;
}
p.over-new-des-para {
    padding: 0;
    margin: 0;
    color: #fff;
}
p.over-new-des-para span {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 800;
}
.blog-posting-right {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 30px;
    margin-bottom: 18px;
}
.blog-posting-para h5 a {
    font-size: 17px;
    text-decoration: none;
    color: #000;
}
.blog-posting-para {
    width: 100%;
}
.blog-col-tittle h5 {
    text-transform: uppercase;
    font-size: 15px;
    color: #8d8d8d;
}
.bestday-blog-nav {
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    list-style: none;
    padding: 0;
    margin: 0;
}
.bestday-blog-nav li a.nav-link {
    color: #000;
    text-transform: uppercase;
    text-decoration: none;
    border: 1px solid #e4d5af;
    font-size: clamp(10px, 1.2vw, 12px);
    font-weight: 500;
    padding: 6px 20px;
    border-radius: 15px;
}
.bestday-blog-nav li a.nav-link.active {
    background: #f6b512;
    border: 1px solid #f6b512;
}
ul#blogpagination a.page-link {
    color: #f6b512;
}
.page-link.active,
ul#blogpagination .active > .page-link {
    background: #f6b512 !important;
    color: #fff;
    border: 1px solid #f6b512;
}
ul#blogpagination {
    gap: 10px;
}
ul#blogpagination li a {
    font-size: 12px;
    border-radius: 5px;
}


/*===Responsive code===*/
@media (min-width: 768px) and (max-width: 1024px) {
.recent-posting-blog .row .col-md-7 {
    width: 100%;
}
.recent-posting-blog .row .col-md-5 {
    width: 100%;
}
.main-blog-posting-right {
    display: flex;
    gap: 20px;
}
.blog-posting-right {
    display: flex;
    flex-direction: column;
}
.blog-posting-pic {
    width: 100%;
}
.all-blog-box .row .col-md-3 {
    width: 50%;
}
}