D:\2023\vapttesting\MAY\03\
.articlesect {
    background: #FFFFFF;
    border: 1px solid #D2D2D2;
    border-radius: 10px;
    margin: 20px 0;
}

.articlesect img {
    width: 100%;
    border-radius: 8px 8px 0 0;
}
.articlesect .article-lower {
    padding: 20px;
}
.articlesect .article-lower h4 {
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    font-family: 'Inter', sans-serif;
    color: #121212;
}
.articlesect .article-lower span {
    width: 49%;
    display: inline-block;
    font-family: 'Inter', sans-serif;
}
.articlesect .article-lower span.apply {
    text-align: right;
    font-family: 'Inter', sans-serif;
}

.articlesect .article-lower span {
    width: 49%;
    display: inline-block;
    font-family: 'Inter', sans-serif;
}
.articlesect .article-lower a {
    font-size: 16px;
    line-height: 24px;
    text-decoration-line: underline;
    color: #121212;
}
.single-banner.industie-banner.blog-banner {
    padding: 75px 0;
    background: url(https://dotnetexpertsindia.com/wp-content/uploads/2023/03/blog-bg.png);
}
.single-banner .banner-caption {
    padding-top: 20px;
    padding-right: 15px;
}
.single-banner.industie-banner h1 {
    font-weight: 600;
}

.single-banner .banner-caption h1 {
    color: #fff;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 39px;
    line-height: 56px;
}
.single-banner .banner-caption p {
    color: #fff;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
}

.contactdetails-section .articlesect img {
    max-height: 180px;
    object-fit: cover;
}
.row{
	    display: flex;
    flex-wrap: wrap;
}

.blog-banner-sec {
    padding: 50px 0;
}
.blog-banner-sec img {
    width: 100%;
    margin-top:30px;
    max-height: 303px;
    object-fit: cover;
    border-radius: 8px;
}
.blogdetails-leftsec .default-heading {
    margin-top: 25px; /*KR*/
    margin-bottom: 15px;
}

.default-heading {
    font-family: 'Inter', sans-serif;
    font-size: 28px;
    font-weight: 500;
    color: #073174;
}
.blog-details-section p {
    font-weight: 400;
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    line-height: 30px;
    color: #121212;
}
.blogdetails-rightsec h3 {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    text-transform: capitalize;
    color: #121212;
    margin-bottom: 30px;
}
.blogdetails-rightsec .relatedblog {
    display: flex;
    background: #FFFFFF;
    border: 1px solid #F2F2F2;
    border-radius: 5px;
    padding: 12px;
    margin-bottom: 20px;
}
.blog-details-section .rpwwt-widget ul li a {
    text-decoration: none;
    line-height: 18px;
    display: inline-block;
    font-size: 13px;
    color: #000;
}
.articlesect {
    background: #FFFFFF;
    border: 1px solid #D2D2D2;
    border-radius: 10px;
    margin: 20px 0;
}
section#recent-posts-widget-with-thumbnails-2 {
    padding-top: 0px;
}
section.blog-details-section {
    padding-top: 85px;/*KR*/
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    word-break: normal;
}
.navigation .nav-links .nav-next, .navigation .nav-links .nav-previous {
    flex: 0 1 auto;
    margin-bottom: inherit;
    margin-top: inherit;
    max-width: calc(45%);
}
.navigation a {
    color: var(--global--color-primary);
    text-decoration: none;
}
.nav-links p.post-title {
    font-size: 22px;
}










@media only screen and (min-width: 482px){
.post-navigation .nav-links {
    justify-content: space-between;
}
}
@media only screen and (min-width: 592px) {
.navigation .nav-links {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.navigation .nav-links .nav-next {
    text-align: right;
}
}