/* styles.css */
body {
    font-family: 'Montserrat Regular', 'Poppins Regular';
}

.tabs {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}

.tab-links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
}

.tab-links li {
    flex: 1;
    margin-right: 5px;
}

.tab-links a {
    display: block;
    padding: 10px;
    text-align: center;
    background: #ddd;
    color: #000;
    text-decoration: none;
    border-radius: 5px 5px 0 0;
}

.tab-links .active a {
    background: #fff;
    border-bottom: 1px solid #fff;
}
.ret_blog_new_readmore .right-arrow-icon{
    width: 12px;
}

.tab-content1 {
    border: 1px solid #ddd;
    border-radius: 0 0 5px 5px;
    padding: 20px;
    background: #fff;
}

.tab {
    display: none;
}

.tab.active {
    display: block;
}

section#insights {
    margin-top: 5rem;
    padding-top: 8rem;
    padding-bottom: 8rem;
    background: #f6f4f0;
    margin-bottom: 5rem;
}
#insights h1{
    width: 100%;
    font-family: 'Montserrat SemiBold';
}
#insights p{
    font-size: 18px;
    width: 552px;
}
.ret_new_blog {
    padding-right: 100px;
    padding-left: 100px;
}
.ret_blog_div_tab {
    max-width: 100%;
}
.ret_blog_main_tab{
	margin-bottom: 4rem;
}
.ret_new_blog .ret_blog_div_tab .active{
	margin-right: 10px;
	margin-left: 10px;
}
.ret_new_blog .active .all_tab{
    background-color: #353535 !important;
    color: #fff !important;
}
.ret_new_blog .tab-links a{
    background: #ecf8e8;
    border-radius: 5px;
    color: #282828;
    font-family: 'Poppins Regular';
    font-size: 18px;
}
.ret_blog_child_tab{
	padding: 0;
    border-radius: 0;
    border: 0;
}
.ret_blog_new_col {
    padding: 0;
}

.ret_blog_new_col p img{
    border-radius: 10px 10px 0 0;
}
.ret_blog_new_date{
	padding: 35px 0 15px 25px;
    font-size: 18px;
}
.ret_blog_new_title {
    font-size: 22px;
    font-weight: normal;
    padding: 0px 25px 15px 25px;
    min-height: 100px;
}

.ret_new_blog .ret_blog_new_readmore a {
    background-color: transparent !important;
    color: #336AEA !important;
    padding: 0 0 15px 0;
    font-family: 'Montserrat Regular';
    font-size: 18px;
    border-bottom: transparent;
    /* margin-left: 25px; */
    float: left;
}

.ret_blog_new_readmore {
    padding-bottom: 35px;
    padding-left: 25px;
}

.ret_blog_new_col {
    margin-bottom: 30px;
    padding-left: 10px;
}
.ret_blog_new_image{
	margin-bottom: 0;
}
.ret_blog_new_head {
    background: #f6f4f0;
    border-radius: 0 0 10px 10px;
}
#ajax-pagination-plugin-pagination{
    float: right;
    padding-bottom: 60px;
}
.loader img {
	width: 150px;
	height: 150px;
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.load_one img{
    width: 150px;
    height: 150px;
    text-align: center;
    display: block;
    margin-left: 40%;
    margin-right: 50%;
    position: absolute;
    margin-top: -172px;
}

.thin-arrow {
      font-size: 0.5rem; 
      font-weight: 100; 
}

.cta_button_two a {
    color: #1A16D5;
}
.get_str_burron {
    border-bottom: 1px solid #c5c4c2;
    padding-bottom: 1rem;
}

.cta_button_two a:hover {
    border-bottom: transparent;
    padding-bottom: 1rem;
    color: #282828 !important;
}

input.cta_button_two:hover {
    color: #282828 !important;
}
.ret_new_blog .ret_blog_new_readmore a:hover{
    color: #282828 !important;
}

/* Blog Details */
/*
.content-preview {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
} */

.read-more {
    display: inline-block;
    margin-top: 10px;
    cursor: pointer;
    background-color: #007BFF;
    color: #fff;
    border: none;
    padding: 5px 10px;
    border-radius: 5px;
}

.read-more:hover {
    background-color: #0056b3;
}

#load-more {
    display: block;
    margin: 20px 30px 85px 116px;
    background-color: transparent;
    border: 1px solid #1d3236;
    color: #1d3236;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5em;
    padding: 12px 25px;
    transition: .4s;
    border-radius: 10px;
	float:left;
}
.post.full-detail {
    margin-bottom: 20px;
    padding: 80px 40px 40px 40px;
    width: 100%;
}

.post.limited-detail {
    margin-bottom: 15px;
}

.featured-image {
    margin-top: 10px;
}

/*.content-preview {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
} */

.blog-title-main-des .read-more {
    display: inline-block;
    margin-top: 10px;
    cursor: pointer;
    background-color: transparent;
    color: #282828;
    border: none;
    padding: 20px 0;
    border-radius: 0;
    font-size: 1rem;
    border-bottom: 1px solid #282828;
}

.read-more:hover {
    background-color: transparent;
}
.content-preview {
    overflow: hidden;
    max-height: 18.5em;
    transition: max-height 0.5s ease;
    font-size: 1rem;
}

.loader-blog {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
}

.blog-title-main-des {
    width: 859px;
    margin-top: -150px;
    position: relative;
    background: #fff;
    border-radius: 30px;
    padding: 0 40px 0 40px;
}
.blog-title-main-des-one {
    width: 859px;
    margin-top: -150px;
    position: relative;
    background: #fff;
    border-radius: 30px;
    padding: 80px 40px 40px 40px;
}
.post full-detail{
	margin-bottom: 20px;
    padding: 80px 40px 40px 40px;
    width: 100%;
}
.blog_detail_head {
    font-size: 3rem;
    padding-bottom: 2rem;
}
.blog-tiltle-main-list{
	width: 33.3%;
    float: left;
}
.blog-list-space {
    padding-left: 100px;
    float: left;
    padding-right: 100px;
    padding-bottom: 25px;
}

.featured-image-new img{
    width: 100%;
    border-radius: 10px 10px 0 0;
}
.blog-list-padding {
    background: #f6f4f0;
    border-radius: 10px;
}
.ret_blog_new_readmore a {
    background-color: transparent !important;
    color: #336AEA !important;
    padding: 0 0 15px 0;
    font-family: 'Montserrat Regular';
    font-size: 18px;
    float: left;
}

button#load-more:hover {
    background: #282828;
    color: #fff;
}

.ret_blog_new_head_two{
	padding-bottom: 2px;
}
.featured-image-new img {
    height: 300px;
    width: 100%;
    overflow: hidden;
}

.cta_button_two {
    background: transparent;
    border: 0;
    padding-bottom: 60px;
    padding-left: 25px;
    color: #1A16D5 !important;
    font-family: 'Montserrat Medium';
}

.blog-title-main-des .read-more:hover {
    display: inline-block;
    margin-top: 10px;
    cursor: pointer;
    background-color: transparent !important;
    color: #282828;
    border: none;
    /*padding: 5px 0; */
    border-radius: 0;
    font-size: 1rem;
    border-bottom: 1px solid #282828;
}
.posts-container .read-more {
    display: inline-block;
    margin-top: 10px;
    cursor: pointer;
    background-color: transparent;
    color: #282828;
    border: none;
    padding: 5px 0;
    border-radius: 0;
    font-size: 1.2rem;
    border-bottom: 1px solid #282828;
}
.read-more-one {
    display: inline-block;
    margin-top: 10px;
    cursor: pointer;
    background-color: transparent;
    color: #282828;
    border: none;
    padding: 20px 0 0;
    border-radius: 0;
    font-size: 1rem;
    border-bottom: 1px solid #282828;
}
.related {
    padding-left: 112px;
}
.blog-detail-space-add {
	padding-top:150px;
}
.blog-detail-space-update {
	padding-top:0px;
}  
.ret_blog_new_head_one{
	padding-bottom: 1.8rem;
}


.arrow-container {
    display: inline-flex;
    align-items: center;
    float: right;
    padding-top: 12px;
    padding-left: 10px;
}

.arrow-trail {
    width: 12px;
    height: 2px;
    background-color: black;
}

.arrow-head {
    width: 0;
    height: 0;
    border-top: 4px solid transparent;  /* Adjust thickness */
    border-bottom: 4px solid transparent; /* Adjust thickness */
    border-left: 6px solid black; /* Color and size of the arrowhead */
}
.arrow-container .arrow-trail {
    background-color: #336AEA !important;
}
.arrow-container .arrow-head {
    border-left: 6px solid #336AEA;
}

.cta_button_two_wrapper {
    position: relative;
    display: inline-block;
	background-color: transparent !important;
    color: #1A16D5 !important;
    padding: 9px 0 0px 0;
    font-family: 'Montserrat Medium';
    font-size: 20px;
    margin-left: 0;
}
.cta_button_four {
    background: transparent;
    border: 0;
    padding-bottom: 5px;
    padding-left: 25px;
    color: #336AEA !important;
    font-family: 'Montserrat Regular';
    font-size: 18px;
    cursor: pointer;
}
.new-blog-details {
    height: 65vh !important;
}
.secure_link {
    background: transparent;
    padding-left: 0;
}
.secure_link a {
    color: #007bff !important;
    font-size: 1rem;
    padding-left: 0;
}
.load_three img {
    width: 200px;
    height: 200px;
}
.arrow-new{
	padding-top: 2px;
}
.secure_link:hover{
    background: transparent !important;
}
.blog-title-main-des .read-more:focus{
	outline: transparent !important;
}
.read-more-one:focus{
    outline: transparent !important;
}
.all_tab_pad {
    margin-left: 0 !important;
    margin-right: 5px !important;
}
.all_news_pad {
    margin-right: 0 !important;
    margin-left: 0 !important;
}
.all_blog_pad .active{
    margin-left: 0;
    margin-right: 5px;
}
.form-readmore .cta_button_two_wrapper .cta_button_four:hover{
    color: #282828 !important;
}
.blog-details-banner img{
	max-height: 500px;
	width: 100%;
}

/* Start code for all artical btn */
#all-article{
	margin: 20px 0px 85px 0px;
    padding: 10px 25px;
    border-radius: 10px;
    font-size: 16px;
}
#all-article a{
	font-size: 16px;
}
/* End code for all artical btn */

/* @Responsive Media Css */

@media screen and (max-width: 1440px) {
	.blog-list-space {
		padding-left: 100px;
		float: left;
		padding-right: 100px;
		padding-bottom: 25px;
	}
	.related {
		padding-left: 110px;
	}
	#load-more {
		margin: 20px 300px 85px 115px;
	}
	.ret_new_blog {
		padding-right: 100px;
		padding-left: 100px;
	}

}
@media screen and (max-width: 1366px) {
	.blog-list-space {
		padding-left: 100px;
		float: left;
		padding-right: 100px;
		padding-bottom: 25px;
	}
	.related {
		padding-left: 110px;
	}
	#load-more {
		margin: 20px 30px 85px 115px;
	}
	.ret_new_blog {
		padding-right: 100px;
		padding-left: 100px;
	}
}




