@media (max-width: 1200px){
    .has-header-sidebar .section-padding {
        padding: 60px 20px;
    }
}

/* Blog Basic */


.goldsmith-blog-card .goldsmith-posts-row {
    margin-bottom: -30px;
}
.syler-blog-slider .goldsmith-blog-post-content {
	padding: 30px;
}

.goldsmith-blog-classic .excerpt-none .goldsmith-blog-post-content .goldsmith-post-title {
	margin-bottom: 0;
}

.blog-sticky {
    background: var(--goldsmith-green);
    color: #fff;
    padding: 3px 10px;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0 0 15px;
    display: inline-block;
    border-radius: 3px;
}
/* Blog Basic */


/* Blog Widgets */
.goldsmith-blog-grid {
	display: flex;
	flex-wrap: wrap;
}

.goldsmith-blog-grid>* {
	box-sizing: border-box;
	flex-shrink: 0;
	width: 100%;
	max-width: 100%;
	padding-right: calc(var(--bs-gutter-x) * .5);
	padding-left: calc(var(--bs-gutter-x) * .5);
	margin-top: var(--bs-gutter-y);
}

.goldsmith-post-item {
	flex: 0 0 auto;
	width: 25%;
}

.goldsmith-posts-row .goldsmith-blog-posts-item {
    margin-bottom: 20px;
    border: 1px solid #eee;
    padding: 10px;
    margin: 10px;
    max-width: 31%;
    border-radius: 4px;
}

.goldsmith-posts-row .goldsmith-blog-posts-item.style-card {
    margin-bottom: 30px;
}
.goldsmith-blog-post-content {
	background-color: #fff;
}
.goldsmith-blog-thumb + .goldsmith-blog-post-content {
	margin-top: 20px;
}

.goldsmith-blog-post-content .goldsmith-post-meta-title,
.goldsmith-blog-post-content .goldsmith-post-title,
.goldsmith-blog-post-content .goldsmith-post-excerpt {
	margin: 0;
}

.goldsmith-blog-slider .goldsmith-blog-post-content {
    margin: 0;
    padding: 20px;
}

.goldsmith-post-excerpt {
	line-height: 1.5;
}

.goldsmith-blog-post-content .goldsmith-blog-post-meta {
	margin-bottom: 5px;
}

.goldsmith-blog-post-content .goldsmith-post-title {
    margin-bottom: 10px;
}

.goldsmith-blog-thumb.image-fit {
	position: relative;
	overflow: hidden;
	display: block;
	padding-top: 0;
}

.goldsmith-blog-thumb.image-fit img {
	position: static;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: auto;
	object-fit: contain;
}

.style-default .goldsmith-blog-post-category {
	position: absolute;
	display: block;
	right: 15px;
	top: 15px;
}

/* blog card */
.style-card .goldsmith-blog-post-item-inner {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	min-height: 450px;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	padding: 30px;
	overflow: hidden;
}
.style-card .goldsmith-blog-post-item-inner.category-none {
	justify-content: flex-end;
}

.style-card .goldsmith-blog-post-item-inner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(57 57 58 / 10%);
}
.style-card.thumb-none .goldsmith-blog-post-item-inner {
    background-color: var(--goldsmith-bg-soft);
}

.style-card.thumb-none .goldsmith-blog-post-item-inner:before {
    content: none;
}
.style-card .goldsmith-blog-post-content {
	padding: 0;
	background-color: transparent;
	z-index: 1;
}

.style-card .goldsmith-blog-post-content,
.style-card .goldsmith-blog-post-content .goldsmith-blog-post-meta h6,
.style-card .goldsmith-blog-post-content .goldsmith-post-title {
	color: #fff;
	margin-right: 20px;
}
.style-card.thumb-none .goldsmith-blog-post-content,
.style-card.thumb-none .goldsmith-blog-post-content .goldsmith-blog-post-meta h6,
.style-card.thumb-none .goldsmith-blog-post-content .goldsmith-post-title {
	color: #060606;
}

.style-card .goldsmith-blog-post-content .goldsmith-post-title a:hover {
	color: #fff;
	opacity: 0.7;
}

.style-card .goldsmith-blog-post-category {
	text-align: right;
	z-index: 1;
	margin-bottom: 30px;
}

.goldsmith-blog-post-category span {
	padding: 7px 15px;
	display: inline-block;
	text-align: center;
	background: #fff;
	line-height: 1;
}

.goldsmith-blog-post-meta {
    margin-bottom: 10px;
    display: flex;
    justify-content: flex-start;
}

.goldsmith-blog-post-meta .goldsmith-post-author,
.goldsmith-blog-post-meta .goldsmith-post-date {
	text-transform: uppercase;
	font-size: 12px;
	margin-right: 20px;
	margin-bottom: 0;
	color: var(--goldsmith-dark-soft);
}

.goldsmith-blog-post-meta .goldsmith-post-meta-title,
.goldsmith-blog-post-meta .goldsmith-post-meta-title a,
.goldsmith-blog-post-meta .goldsmith-post-meta-date a,
.goldsmith-blog-post-meta .goldsmith-post-meta-date {
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 0.5px;
    margin-right: 5px;
    color: var(--goldsmith-dark-soft);
    line-height: 2;
}
.goldsmith-blog-post-meta .goldsmith-post-meta-date {
    font-weight: 500;
}
.goldsmith-blog-post-meta .goldsmith-post-meta-date a {
    font-size: 11px;
    margin-right: 10px;
}

.content-alignment-center .goldsmith-blog-post-meta {
	justify-content: center;
	align-items: baseline;
}
/* goldsmith blog card */


/* goldsmith blog split */
.style-split .goldsmith-blog-post-item-inner {
	display: inline-flex;
	flex-wrap: wrap;
	width: 100%;
}

.style-split .goldsmith-blog-post-thumb-wrapper {
	flex: 0 0 40%;
	position: relative;
	overflow: hidden;
	min-height: 250px;
}

.style-split .goldsmith-blog-post-thumb {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
}
.style-split.thumb-none .goldsmith-blog-post-thumb {
    background-color: var(--goldsmith-bg-soft);
}
.style-split .goldsmith-blog-post-thumb img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	min-height: 100%;
	object-fit: cover;
}

.style-split a.blog-thumb-link {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}

.style-split a.goldsmith-blog-post-category {
	position: absolute;
	top: 10px;
	left: 10px;
}

.style-split .goldsmith-blog-post-content {
	padding: 15px 30px 0;
	background-color: #fff;
	flex: 0 0 60%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}

.style-split .goldsmith-blog-post-meta.goldsmith-inline-two-block {
	text-transform: uppercase;
	font-size: 12px;
	margin-bottom: 0;
	margin-top: 20px;
	padding: 10px 0;
	border-top: 1px solid var(--goldsmith-gray-softer);
}

@media (max-width: 992px) {
    .goldsmith-blog-sidebar {
        margin-top: 60px;
    }
    .goldsmith-posts-row .goldsmith-blog-posts-item {
        max-width: 28%;
    }
}

@media(max-width:768px) {
	.style-split .goldsmith-blog-post-item-inner {
		flex-direction: column;
	}
    .style-split .goldsmith-blog-post-content {
        padding: 15px 0 0;
    }
    .goldsmith-posts-row .goldsmith-blog-posts-item {
        max-width: 45%;
    }
}

@media(max-width:576px) {
    .style-split .goldsmith-blog-post-thumb-wrapper {
        min-height: auto;
    }
    .style-split .goldsmith-blog-post-thumb {
        padding-bottom: 0;
        position: relative;
    }
    .style-split .goldsmith-blog-post-thumb img {
        position: relative;
    }
    .goldsmith-posts-row .goldsmith-blog-posts-item {
        max-width: 95%;
    }
}
/* blog split item */



.nt-icon-blog:before {
	content: "\f145";
}

  
.blog-rc-post ul li {
    display: flex;
}

.blog-rc-post .rc-post-content {
    padding: 20px;
}

.blog-rc-post .rc-post-content h5 {
    margin-bottom: 10px;
}

.blog-rc-post > ul > li + li {
    margin-top: 10px;
}

.bloglistmain-block{
	width: 100%;
	padding: 40px;
	margin: 0;
	max-width: 100%;
	border: none;
	outline: none;
	text-decoration: none;
}

.bloglistmain-block .goldsmith-post-title {
	width: 100%;
    font-family: "Manrope", Sans-serif;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 700;
    line-height: 1.4;
    color: #060606;

    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bloglistmain-block p {
	width: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	text-decoration: none;
    color: #7d7d7d;
    font-family: "Jost", Sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    font-style: normal;

    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;

}



.nt-goldsmith-content .mb-40, .mb-40 {
    margin-bottom: 40px !important;
}
.nt-sidebar-inner-widget-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Manrope', sans-serif;
    color: #060606;
    margin-top: 0px;
    font-style: normal;
    font-weight: 700;
}
.widget_block .wp-block-group__inner-container h1, .widget_block .wp-block-group__inner-container h2, .widget_block .wp-block-group__inner-container h3, .widget_block .wp-block-group__inner-container h4, .widget_block .wp-block-group__inner-container h5, .widget_block .wp-block-group__inner-container h6, .nt-sidebar-inner-widget-title h1, .nt-sidebar-inner-widget-title h2, .nt-sidebar-inner-widget-title h3, .nt-sidebar-inner-widget-title h4, .nt-sidebar-inner-widget-title h5, .nt-sidebar-inner-widget-title h6 {
    font-size: 18px;
}
h5, h5.elementor-heading-title {
    font-size: 16px;
    line-height: 1.6;
}
.nt-sidebar-inner-widget ol, .nt-sidebar-inner-widget ul {
    margin: 0;
    padding: 0;
    text-transform: capitalize;
    list-style-type: none;
}
.nt-sidebar-inner-widget ol li, .nt-sidebar-inner-widget ul li {
    margin: 0px;
    font-size: 15px;
    position: relative;
    line-height: 1.6;
    font-weight: 400;
}
.nt-sidebar-inner-widget a {
    text-decoration: none;
    position: relative;
}
.widget-list-span {
    position: absolute;
    font-size: 14px;
    width: 25px;
    right: 0;
    top: -4px;
    left: 95%;
    padding: 0;
    text-align: center;
    color: var(--goldsmith-dark-soft);
    line-height: 2;
}
.nt-sidebar-inner-widget ol li, .nt-sidebar-inner-widget ul li {
    margin: 0px;
    font-size: 15px;
    position: relative;
    line-height: 1.6;
    font-weight: 400;
}
.nt-sidebar-inner-widget .goldsmith-widget-product-list-item a {
    text-decoration: none;
    position: relative;
    display: flex;
}
.goldsmith-widget-product-list-details {
    display: flex;
    margin-left: 15px;
    flex-direction: column;
}
.woocommerce div.product p.price, .woocommerce div.product span.price, .woocommerce-variation-price .price, .goldsmith-price {
    color: #7a7a7a;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
}
.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img {
    float: left;
    margin: 0 10px 0 0;
    width: 48px;
    height: auto;
    box-shadow: none;
}
.goldsmith-blog-sidebar span.product-title {
    width: 100%;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    text-decoration: none;
    font-size: 12px;
    font-family: "Manrope", Sans-serif;
    color: #060606;
}


/* 6. Pager */
/* pagination */
.pagination {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 40px;
    width: 100%;
}

.pagination .pagination-inner {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	width: 100%;
	margin: 0;
	padding: 0;
	margin-bottom: -10px;
	list-style-type: none;
}



.pagination .pagination-inner .page-numbers {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	margin: 4px;
	padding: 0;
	border: 0;
	color: #060606;
	background-color: #f8f9fa;
	text-decoration: none;
	font-size: 14px;
	font-weight: 500;
	line-height: 50px;
	border-radius: 4px;
}

.nt-pagination-link i {
	font-size: 10px;
}

.pagination .pagination-inner .page-numbers.current,
.pagination .pagination-inner .page-numbers:hover {
	color: #ffffff;
	background-color: #060606;
}

.nt-pagination-item.-is-disabled .nt-pagination-link,
.nt-pagination-link.-is-disabled {
	pointer-events: none;
	color: #7a7a7a;
}
.pagination .pagination-inner .page-numbers.dots{
	background-color: transparent;
	color: #7a7a7a !important;
}
.pagination .pagination-inner a.next.page-numbers, .pagination .pagination-inner .prev.page-numbers {
    width: auto !important;
    background: transparent !important;
    color: #7a7a7a !important;
}

/*/////*/

.singal-blog-details-mainblock{
	width: 100%;
	padding: 30px 0;
	margin: 0;
	border: none;
	outline: none;
	text-decoration: none;
}

.goldsmith-blog-post-meta-top {
    width: 100%;
    padding: 10px 0;
    margin: 0;
    border: none;
    outline: none;
    text-decoration: none;
    font-size: 14px;
    clear: both;
}


.singal-blog-details-mainblock .goldsmith-blog-post-details {
    max-width: 90%;
    margin: auto;
}


.singal-blog-details-mainblock img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}


.singal-blog-details-mainblock h2, .singal-blog-details-mainblock h3, .singal-blog-details-mainblock h4, 
.singal-blog-details-mainblock h5{
	width: 100%;
    font-family: "Manrope", Sans-serif;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 700;
    line-height: 1.4;
    color: #060606;

    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-top: 10px;
}

.singal-blog-details-mainblock h2{
	font-size: 24px;
}

.singal-blog-details-mainblock p {
	width: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	text-decoration: none;
    color: #7d7d7d;
    font-family: "Jost", Sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    font-style: normal;

    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-bottom: 20px;

}

/*/////blogpage-main-banner////*/

.blog-divider {
    width: 100%;
    padding: 50px 0 20px 0;
    margin: 0;
}
.blog-divider span {
    display: inline-block;
    width: 100%;
    border-top: 1px solid #E6E6E6;
    padding: 0;
    margin: 0;
}

section.blogpage-main-banner {
    width: 100%;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    background-color: #ffffff;
    max-width: 100%;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

section.blogpage-main-banner .blog-mainbanner-inner{
	display: inline-block;
	width: 100%;
	padding: 0;
	margin: 0;
    background-color: rgba(255, 255, 255, 0.7);
    position: relative;
    border: none;
    outline: none;
    text-decoration: none;
}

.blog-innercontent {
    width: 100%;
    padding: 0 50px;
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    border: none;
    outline: none;
    text-decoration: none;
}

.blog-innercontent .banner-lefttext-block {
    display: flex;
    width: 70%;
    min-width: 70%;
    padding: 50px 0;
    margin: 0;
    border: none;
    outline: none;
    text-decoration: none;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    min-height: 90vh;
}

.blog-innercontent .banner-lefttext-block .banner-titel{
    font-family: "Lora", Sans-serif;
    font-size: 3vw;
    font-weight: 400;
    text-decoration: none;
    line-height: 1.3em;
    color: #191919;
    max-width: 730px;
}

.banner-rightimage-block {
    width: 30%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    min-width: 30%;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
}

.mainbanner-thumimage {
    width: 100%;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.mainbanner-thumimage img {
    width: 100%;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    height: auto;
}

.blog-innercontent .latest-text {
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 5px;
    font-size: 14px;
    rotate: -90deg;
    position: absolute;
    top: 50%;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}



.read-more-buttonblock {
    width: 100%;
    padding: 10px 0 0 0;
    margin: 0;
    border: none;
    outline: none;
    text-decoration: none;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.read-more-buttonblock a {
    display: inline-block;
    font-family: "Lora", Sans-serif;
    font-size: 20px;
    font-weight: 400;
    text-transform: none;
    text-decoration: none;
    line-height: 1.2em;
    background-image: url(https://staging-jewelboxcoin.kinsta.cloud/wp-content/themes/jewelbox_v2/images/blog-more-arrow.png);
    background-color: #02010100;
    padding: 0px 15px 5px 0px;
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 30px auto;
    transition: all 0.3s;
}
.read-more-buttonblock a:hover{
	text-decoration: none;
	background-position: right bottom;
    background-size: 35px auto;
}

/*////*/

.blog-newsletter-block {
    width: 100%;
    text-align: center;
    padding: 30px 0;
    margin: 0;
    border: none;
    outline: none;
    text-decoration: none;
}
.blog-newsletter-block .container{
	text-align: center;
}

.blog-newsletter-block .blog-newsletter-innerbox{
    background-color: transparent;
    background-image: linear-gradient(90deg, #012f49 40%, #034a73 100%);
    padding: 60px;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    display: flex;
    position: relative;
    width: 100%;
    flex-wrap: wrap;
    align-content: flex-start;
    max-width: 950px;
    margin: 0 auto;

}

.blog-newsletter-block .blog-newsletter-text-block {
    width: 100%;
    padding: 0 0 10px 0;
    margin: 0;
    border: none;
    outline: none;
    text-decoration: none;
    text-align: center;
    color: #ffffff;
}

.blog-newsletter-block .blog-newsletter-text-block .titel{
    color: #ffffff;
}
.blog-newsletter-block .blog-newsletter-text-block p{
    color: #ffffff;
}

.blog-newsletter-block .blog-newsletter-inputbox {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    margin: 0 auto;
    border: none;
    outline: none;
    text-decoration: none;
    background-color: #ffffff;
    border: 1px solid #313131;
    max-width: 740px;
}

.blog-newsletter-block .blog-newsletter-inputbox .wpcf7-spinner {
    visibility: hidden;
    display: inline-block;
    background-color: #23282d;
    opacity: 0.75;
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 100%;
    padding: 0;
    margin: 0 24px;
    position: absolute;
    top: 0;
    left: 0;
}

.wpcf7{
    width: 100%;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    text-decoration: none;
    background-color: transparent;
}
.wpcf7 .wpcf7-form{
    width: 100%;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    text-decoration: none;
    background-color: transparent;
}
.blog-newsletter-block .blog-newsletter-inputbox p{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    text-decoration: none;
    background-color: transparent;
}

.blog-newsletter-block .wpcf7-form-control-wrap {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    text-decoration: none;
}


.blog-newsletter-block .blog-newsletter-inputbox input {
    width: 100%;
    padding: 5px 15px;
    height: 42px;
    background-color: #ffffff;
    color: #191919;
    font-size: 16px;
    text-align: left;
    transition: all 0.3s;
    border: none;
    box-shadow: none;
    outline: none;
    text-decoration: none;
}

.blog-newsletter-block .blog-newsletter-inputbox .subscribe-btn {
    width: 100%;
    max-width: 200px;
    padding: 5px 15px;
    height: 48px;
    background-color: #fac213;
    color: #012f49;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s;
    border: none;
    box-shadow: none;
}
.blog-newsletter-block .blog-newsletter-textblock{
	width: 100%;
	padding: 50px 0 0 0;
	margin: 0;
	border: none;
	outline: none;
	text-align: left;
}
.blog-newsletter-block .blog-newsletter-textblock span {
    color: #2f556b;
    font-family: "Herr Von Muellerhoff", Sans-serif;
    font-size: 70px;
    line-height: 0.3em;
    letter-spacing: 2px;
}

/*//////*/

.blog-post-header {
    width: 100%;
    padding: 50px 0;
    margin: 0;
    text-align: center;
    border: none;
    outline: none;
    text-decoration: none;
}

.blog-post-header-innerbox{
    width: 100%;
    max-width: 830px;
    padding: 0;
    margin: 0 auto;
    text-align: center;
    border: none;
    outline: none;
    text-decoration: none;
}

.blog-post-header .post-title {
    width: 100%;
    text-align: center;
    padding: 15px 0;
    margin: 0;
    font-family: "Inter", Sans-serif;
    font-weight: 400;
    text-transform: capitalize;
    font-size: 54px;
    line-height: 1.2em;
    color: #191919;
}

.blog-detailsrow {
    width: 100%;
    padding: 0;
    margin: 0;
    border: none;
    text-align: center;
}

.blog-detailsrow .container{
    width: 100%;
    max-width: 70%;
    padding: 0;
    margin: 0 auto;
    border: none;
    text-align: left;
}

.blog-detailsrow .goldsmith-post-thumb-wrapper{
    width: 100%;
    padding: 0 0 30px 0;
    margin: 0;
    border: none;
    text-align: center;
}

.blog-detailsrow .goldsmith-post-thumb-wrapper img{
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    text-decoration: none;
}

.blog-detailsrow ul{
    padding: 10px 0;
    margin: 0;
    text-align: left;
    list-style: none;
}

.blog-detailsrow h3 {
    width: 100%;
    padding: 10px 0;
    margin: 0;
    text-align: left;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.5;
}


@media (max-width: 767px){

    .blog-innercontent .banner-lefttext-block{
        width: 100%;
        max-width: 100%;
        min-width: 100%;
    }

    .blog-innercontent .banner-lefttext-block .banner-titel{
        font-size: 5.8vw;
    }

    section.blogpage-main-banner{
        overflow: visible;
    }

    .blog-innercontent .banner-lefttext-block{
        min-height: 50vh;
        padding: 120px 0;
    }

    .banner-rightimage-block {
        width: 60%;
        display: flex;
        justify-content: flex-end;
        align-items: flex-end;
        min-width: 60%;
        padding: 0;
        margin: 0;
        border: none;
        outline: none;
        position: absolute;
        right: 0;
        bottom: -50px;
    }

}