.yarpp.yarpp-related.yarpp-related-website.yarpp-template-list {
    display: none;
}
section.blog-cta-global {
    margin-bottom: 40px;
}
div#primary {
    width: 100%;
    padding: 0px;
    max-width: none;
}
.banner_blog_right img {
    height: 100% !important;
    width: 100% !important;
    border: 3px solid #000;
    border-radius: 10px;
	    height: 310px !important;
    object-fit: cover;
}
.new_blog_left {
    width: 62.6%;
    float: left;
}
.new_blog_right {
    float: left;
    width: 37.4%;
}
.blog_entry_content h3 {
    font-weight: 700;
    color: #1B1B1F;
    font-size: 24px;
    font-family: "Poppins", sans-serif !important;
	line-height: 34px;
	margin-bottom: 5px;
}
.blog_entry_content p {
    font-family: "Poppins", sans-serif !important;
    font-size: 18px;
    line-height: 150%;
    color: #1B1B1F;
    margin-bottom: 25px;
}

.blog_entry_content img.full-width {
    width: 100%;
    margin-bottom: 25px;
}

.blog_entry_content h4 {
    font-weight: bold;
    color: #1B1B1F;
    font-size: 27px;
    font-family: "Poppins", sans-serif !important;
    margin-bottom: 15px;
    margin-top: 10px;
}

.blog_entry_content h5 {
    font-weight: 600;
    color: #1B1B1F;
    font-size: 17px;
    font-family: "Poppins", sans-serif !important;
    margin-bottom: 25px;
}
.new_blog_right {
    padding-left: 95px;
}

.related_div h3 {
    color: #899096;
    font-size: 16px;
    font-family: "Poppins", sans-serif !important;
    font-weight: 600;
    padding-bottom: 10px;
    border-bottom: 1px solid #899096;
    margin-bottom: 20px;
}

.related_div ul {
    margin: 0px;
    padding: 0px;
}

.related_div ul li {
    list-style-type: none;
    position: relative;
}

.related_div ul li .img_div {
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 15px;
}

.related_div ul li .img_div img {
    /* border-radius: 10px; */
    transition: 0.3s ease;
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.related_div ul li .img_div:hover img {
    transform: scale(1.1);
}

.related_div ul li a {
    padding: 0px;
    margin: 0px;
    border: 0px;
    overflow: hidden;
    transition: 0.3s ease;
    text-decoration: none;
}

.related_div ul li h4 {
    font-size: 24px;
    font-weight: 500;
    font-family: "Poppins", sans-serif !important;
    color: #1B1B1F !important;
    margin-bottom: 35px;
    line-height: 120%;
    text-decoration: none;
}
.table_content h3 {
    color: #1B1B1F;
    font-size: 20px;
    font-family: "Poppins", sans-serif !important;
    font-weight: 600;
    padding-bottom: 0px;
    margin-bottom: 20px;
}

.toc_content a {
    font-size: 16px;
    font-family: "Poppins", sans-serif !important;
    font-weight: 400;
    padding: 10px 10px 10px 17px;
    display: block;
    color: #1B1B1F;
    text-decoration: none;
}

.toc_content a.active {
    background: none;
    border-left: 3px solid #3D22CF;
    font-weight: 600;
    color: #3D22CF;
}
.Subscribe_div {
    background: #D92145;
    border-radius: 10px;
    padding: 20px;
    margin-top: 30px;
}

.Subscribe_div h3 {
    color: #fff;
    font-family: "Poppins", sans-serif !important;
    font-weight: bold;
    font-size: 26px;
    margin-bottom: 20px;
}

.Subscribe_div input[type="text"] {
    display: block;
    width: 100%;
    font-family: "Poppins", sans-serif !important;
    margin: 0px;
    margin-bottom: 15px;
}

.Subscribe_div button {
    display: block;
    width: 100%;
    color: #fff !important;!i;!;
    font-size: 16px;
    font-weight: bold;
    font-family: "Poppins", sans-serif !important;
    padding: 12px;
}
section.banner_blog {
    background: #EFEFEF;
    padding: 32px 0px 60px 0px;
}

.banner_blog_left {
    width: 50%;
    float: left;
    padding-right: 10px;
}

.banner_blog_left h6 span {
    background: #091A42;
    min-width: 152px;
    display: inline-block;
    color: #fff;
    font-family: "Poppins", sans-serif !important;
    font-size: 14px;
    padding: 5px 7px;
    border-radius: 20px;
}

.banner_blog_left h6 span em {
    width: 16px;
    height: 16px;
    display: block;
    background: #D92145;
    border-radius: 30px;
    float: left;
    margin-right: 7px;
}

.banner_blog_left h1 {
    font-family: "Poppins", sans-serif !important;
    font-size: 35px;
    font-weight: bold;
    margin-top: 35px;
    min-height: 126px;
    margin-bottom: 20px;
}

.author_image {
    width: 40px;
    display: inline-block;
    margin-right: 8px;
}

.author_image img {
    width: 40px;
    height: 40px;
    border-radius: 40px;
}

.author_name {
    display: inline-block;
    font-family: "Poppins", sans-serif !important;
    font-weight: 600;
    font-size: 18px;
}

.banner_blog_right {
    width: 50%;
    float: left;
    
	    position: relative;
    left: 20px;
}

.banner_blog_left h6 {
    margin-top: 20px;
}

.banner_blog_right img {
}

section.banner_blog .container {
    position: relative;
}
.banner_blog_right_img {
    position: absolute;
    min-width: 605px;
}
section.navigation_div ul {
    margin: 0px;
    padding: 0px;
}

section.navigation_div ul li {
    display: inline-block;
    position: relative;
    color: #D92145;
    font-family: "Poppins", sans-serif !important;
    font-weight: 500;
    margin-right: 10px;
    padding-right: 20px;
}

section.navigation_div ul li a {
    color: #6C7880;
    text-decoration: none;
    transition: 0.3s ease;
}

section.navigation_div ul li a:hover {
    color: #D92145;
}

section.navigation_div ul li a:before {
    content: '>';
    position: absolute;
    right: -22px;
    color: #6C7880;
    top: -4px;
    font-size: 21px;
    opacity: 0.8;
}

section.navigation_div {
    margin-top: 65px !important;
    margin-bottom: 20px !important;
}
section#new_blog {
    margin-top: 120px;
}
 .sharing_strip {
    background: #D92145;
    padding: 15px 17px;
    border-radius: 10px;
    margin-top: 30px;
}

.sharing_strip_left {
    width: 50%;
    float: left;
}

.sharing_strip_left p {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    font-family: "Poppins", sans-serif !important;
    margin: 0px;
    padding: 0px;
	position: relative;
    top: 3px;
}

.sharing_strip_right {
    width: 50%;
    float: left;
}

.sharing_strip_right ul {
    margin: 0px;
    padding: 0px;
    text-align: right;
}

.sharing_strip_right ul li {
    display: inline-block;
    margin-left: 15px;
}

.sharing_strip_right ul li a img {
    width: 30px;
    height: 30px;
}
.testimonial_div_left {
    width: 50%;
    float: left;
    padding: 25px;
    position: relative;
}

.testimonial_div_image {
    width: 50%;
    float: left;
}

.testimonial_div {
    background: #EFEFEF;
    display: flex;
}

.testimonial_div_left h4 {
    color: #0C0A08;
    font-size: 20px;
    font-weight: 400;
    line-height: 25px;
    font-family: "Poppins", sans-serif !important;
    margin-bottom: 25px;
}

.testimonial_div_left h5 {
    color: #0C0A08;
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    font-family: "Poppins", sans-serif !important;
}

.testimonial_div_left h5 span {
    display: block;
    color: #0C0A08;
    opacity: 0.6;
}

.story_link {
    position: absolute;
    bottom: 30px;
}

.story_link img {
    width: 14px !important;
    height: 14px;
    position: absolute;
    top: 3px;
    right: 6px;
}

.story_link {
    color: #0C0A08;
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    font-family: "Poppins", sans-serif !important;
    display: inline-block;
    padding-right: 30px;
opacity: 0.6;
}
.owl-item {
     
    opacity: 1;
}
.testimonial-slider {
    padding-left: 30px;
}

.testimonial_div {
    border-radius: 10px;
}

.testimonial_div_image img {
    border-radius: 0px 10px 10px 0px;
}
.break_border span {
    height: 1px;
    width: 100%;
    max-width: 1240px;
    background: #6C7880;
    display: block;
    margin: auto;
}

blockquote.wp-block-quote:before {
    color: #ccc;
    font-family: Google Sans;
    font-size: 164px;
    left: 0;
    line-height: 1;
    top: 0;
    top: -8px;
    transform: translateX(-50%);
}

blockquote.wp-block-quote {
    position: relative;
}

blockquote.wp-block-quote {
    padding: 5px 10px 0px 50px;
}

blockquote.wp-block-quote p {
    font-size: 24px;
    margin-bottom: 15px;
    font-family: "Poppins", sans-serif !important;
}

blockquote.wp-block-quote cite {
    font-size: 16px;
}

.blog_entry_content ol, .blog_entry_content ul {
    margin: 0px;
    padding: 0px;
    margin-left: 20px;
    margin-bottom: 30px;
}
 
.blog_entry_content ol li, .blog_entry_content ul li {
    font-family: "Poppins", sans-serif !important;
    font-size: 18px;
    line-height: 28px;
    padding: 5px 0px;
}

.blog_entry_content hr {
    margin-top: 10px;
    margin-bottom: 35px;
}

.wp-block-pullquote p {
    font-size: 30px;
    font-family: "Poppins", sans-serif !important;
    padding: 0px 20px;
}

section.blog-cta-global article {
    position: relative;
    z-index: 3;
    padding-bottom: 5%;
}

.blog-cta-global header {
    background: #0c1942;
    display: flex;
    justify-content: center;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    padding: 10px;
}

.blog-cta-global article img {
    display: flex;
    margin: auto;
    width: 180px;
}

.blog-cta-global article h3 {
    margin: auto;
    text-align: center;
    width: 85%;
    font-size: 40px;
    padding: 20px;
    font-family: "Poppins", sans-serif !important;
}

.blog-cta-global article p {
    margin: auto;
    text-align: center;
    width: 85%;
    font-size: 25px;
    padding-bottom: 20px;
    font-family: "Poppins", sans-serif !important;
}

.blog-cta-global article section {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

.blog-cta-global article a {
    padding: 15px 30px;
    background: #4BEAD7;
    color: black;
    margin: auto;
    font-weight: 600;
    border-radius: 100px;
}

.blog-cta-global div {
    position: absolute;
    height: 100%;
    width: 100%;
    background: red;
    border-radius: 12px;
    background: linear-gradient(#fafaff, rgba(250, 250, 255, 0.80));
    z-index: 2;
}

.blog-cta-global {
    width: 100%;
    max-width: 800px !important;
    border-radius: 12px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    background-image: url(../png/bg_triangle_green_light_gray-1.png);
    position: relative;
    background-size: 300px;
    background-repeat: repeat;
    caret-color: transparent;
}

@media (max-width: 991px) { 
.banner_blog_left {
    width: 100%;
    float: none;
    padding-right: 0px;
}
.banner_blog_right {
    width: 100%;
    float: none;
    position: relative;
    left: 0px;
}
.banner_blog_right_img {
    position: relative;
    min-width: 100%;
    top: 20px;
}
.new_blog_left {
    width: 100%;    
}
section#new_blog {
    margin-top: 60px;
}
.new_blog_right {
    float: left;
    width: 100%;
    padding-left: 0px;
}
}
@media (max-width: 767px) { 
.story_link {
    position: relative;
    bottom: 0;
}
.testimonial_div_left {
    width: 100%;
    float: none;
     
}
.testimonial_div_image {
    width: 100%;
    float: none;
}
.testimonial_div {
     
    display: block;
}
}
@media (max-width: 540px) { 
.banner_blog_left h1 {     
  font-size: 30px;
}
.blog_entry_content h3 {     
    font-size: 32px;     
}
.blog_entry_content h4 {     
    font-size: 24px;    
}
.sharing_strip_left {
    width: 100%;
    float: left;
}
.sharing_strip_right {
    width: 100%;
    float: left;
}
.sharing_strip_left p {     
    text-align: center;
    padding-bottom: 10px;
}
.sharing_strip_right ul {     
    text-align: center;
}
.testimonial-slider {
    padding: 0px 10px;
}
section.navigation_div {
    margin-top: 35px !important;
    margin-bottom: 10px !important;
}
}
