
p {
    margin-bottom: 1em;
}
.Blog-banner{
    background-image: url(/images/Blog-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height:43vh;
}
.bannercontent{margin-top:48px;}
.bannercontent h1{color:#fff;}
.BlogHeader h1{margin-top:5px;}
.BlogHeader h4::after {
    background: #b7a064;
    content: "";
    display: block;
    height: 4px;
    margin-top: 10px;
    width: 75px;
    position:absolute;
    right:47%;
}
.sidebar{
    background: #333;
    height: auto;
    color:#fff;
    padding: 1%;
}
.add{ font-size:19px;}
.form-content{
    text-transform:capitalize;
    margin-bottom:4%;
}
.checkbox-form{
    padding-left:4% !important;
}
.sidebar-btn{
    height: 45px !important;
    padding: 10px 15px !important;
    width:100%;
    text-transform:capitalize;
}
.blogShort{ border-bottom:1px solid #dccda5;float:right;
}
@media (min-width: 992px) {
    
}
    .blogShort h1 {
        font-weight: 500;
        text-transform: capitalize;
        font-size: 25px;
        padding-bottom: 2%;
    }

    .blogShort img {
        height: 165px;
        width: 170px;
    }

    .blogshort-h1 {
        padding-bottom: 5px;
        font-size: 28px !important;
    }

    .btnbuttom {
        margin-bottom: 10px !important;
        color: #b7a064;
        background-color: #fff;
        border: 2px solid #b7a064;
    }

    .btnbuttom:hover,
    .btnbuttom:focus,
    .btnbuttom:active,
    .btnbuttom.active,
    .open .dropdown-toggle.btnbuttom {
        color: white;
        background-color: #b7a064;
    }

    h2 {
        color: #fff;
    }

