.container.inner-page.single-page,
.container.inner-page.archive-page,
.container.inner-page.search-page {
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
    margin-bottom: 50px;
}
.page-content-area{
    width: 66.666667%;
    padding: 0 15px;
}
.page-sidebar-area{
    width: 33.333333%;
    padding: 0 15px;
}
.common-banner2 {
    background-color: #0D3A67;
    padding-top: 250px;
}
.blog-details-title h1 {
    color: #fff;
    text-align: center;
    font-size: 66px;
    line-height: 80px;
}
.page-title h1{
    color: #000;
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 25px;
}
.blog-single-banner-section{
    background-color: #fff;
    background-image: url('../images/blog-blue-bg.png');
    background-repeat: no-repeat;
    background-position: top 0px;
    position: relative;
}
.single-blog-thumbnail {
    display: flex;
    justify-content: center;
}
.single-blog-thumbnail img {
    max-width: 100%;
    object-fit: cover;
    height: 630px;
}
.blog-details-title {
    margin-bottom: 75px;
    margin-top: 0px;
}
.blog-details-title h3 {
    line-height: 38px;
}
.main-content-data a {
    color: #336699;
    text-decoration: underline;
}
.sidebar-multi-step-form-wrapper {
    display: flex;
    width: 100%;
    background: #fff;
    margin-top: 30px;
    min-height: 260px;
    flex-direction: column;
}
.sidebar-multi-step-form-wrapper h4 {
    text-align: left;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    margin-bottom: 25px;
    line-height: 34px;
}
.sidebar-multi-step-form-wrapper .form-column-half {
    width: 100%;
    margin-bottom: 15px;
}
.sidebar-multi-step-form-wrapper .moving-steps form .steps-content {
    width: 100%;
    max-width: 100%;
}
.sidebar-multi-step-form-wrapper.new-form-style form#sdc-v2-form,
.multi-step-form-wrapper.new-form-style form#sdc-v2-form {
    margin: 0;
    padding: 20px 30px;
    background: #d0d0d0b0;
}
.sidebar-multi-step-form-wrapper.new-form-style form#sdc-v2-form .row .col-md-12 input[type="submit"],
.multi-step-form-wrapper.new-form-style form#sdc-v2-form .row .col-md-12 input[type="submit"] {
    margin-top: 10px;
    width: 100%;
    cursor: pointer;
}
.sidebar-multi-step-form-wrapper.new-form-style form .row .col-md-12 input[type="submit"], 
.sidebar-multi-step-form-wrapper.new-form-style form .row .col-md-12 input[type="button"],
.multi-step-form-wrapper.new-form-style form .row .col-md-12 input[type="submit"], 
.multi-step-form-wrapper.new-form-style form .row .col-md-12 input[type="button"]{
    width: 180px;
    height: 46px;
    border-radius: 0;
    border: 0;
    background: #F5B927;
    margin-top: 25px;
    color: #fff;
    border: 1px solid #F5B927;
    font-weight: 700;
    font-size: 18px;
    transition: all 0.5s ease;
}


.each-post-block {
    box-shadow: 0px 3px 10px #00000017;
    padding: 20px;
    box-sizing: border-box;
    margin-bottom: 20px;
}
.page-content-area.archive-post {
    padding-top: 30px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}


@media only screen and ( max-width: 1700px) {
    .blog-details-title h1 {
        font-size: 50px;
        line-height: 60px;
    }
    .page-title h1 {
        font-size: 40px;
        line-height: 50px;
    }

}
@media only screen and ( max-width: 1440px) {
    .blog-details-title {
        margin-bottom: 50px;
    }
    .blog-details-title h1 {
        font-size: 40px;
        line-height: 50px;
    }
    .single-blog-thumbnail img {
        height: 500px;
    }
    .page-title h1 {
        font-size: 35px;
        line-height: 45px;
    }
}   
@media only screen and ( max-width: 900px) {
    .single-blog-thumbnail img {
        height: 400px;
    }
    .blog-details-title h1 {
        font-size: 35px;
        line-height: 45px;
    }
    .page-title h1 {
        font-size: 30px;
        line-height: 40px;
    }
}
@media only screen and ( max-width: 768px) {
    .common-banner2 {
        padding-top: 200px;
    }
}
@media only screen and ( max-width: 600px) {
    .single-blog-thumbnail img {
        height: 300px;
    }
    .blog-details-title h1 {
        font-size: 30px;
        line-height: 40px;
    }
    .page-title h1 {
        font-size: 25px;
        line-height: 35px;
    }
}