.sp{
	padding:5rem 0;
}
.top_blog_content h1 {
    font-size: 36px;
    line-height: 46px;
}
.top_blog_image {
    border-radius: 24px;
    overflow: hidden;
}

.top_blog_content {
    width: 100%;
    height: 100%;
    display: flex
;
    flex-direction: column;
    justify-content: center;
}
section.top_blog_main.sp .container {
    border-bottom: 1px solid #000;
    padding-bottom: 65px;
}

section.top_single_wrapper.sp {
    padding-top: 0;
}

.top_single_content {
    width: 60%;
    margin: 0 auto;
}
.top_single_content p strong {
    font-weight: 500;
}
.top_single_content p {
    font-size: 18px;
    line-height: 31px;
    font-weight: 300;
    margin-bottom: 21px;
}
.top_single_content ol {
    padding-left: 34px;
}
.top_single_content h3 strong {
    font-weight: 500;
}
.top_single_content ol li {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 12px;
    font-weight: 300;
}


.top_single_content ul {
    padding-left: 34px;
    list-style:disc;
}

.top_single_content ul li {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 12px;
    font-weight: 300;
}
.top_single_content ul li ul {
    margin: 25px 0;
}
.top_single_content ul li strong {
    font-weight: 500;
}
.top_single_content p a {
    font-size: 18px;
    font-weight: 500;
    color: #024daa;
}
.main_title {
    text-align: center;
    margin-bottom: 24px;
}
section.related_blogs_wrapper.bg.sp .main_title h2 {
    font-size: 48px;
    line-height: 58px;
    margin-bottom: 48px;
}


.blog_card {
    /* background: white; */
    background: linear-gradient(180deg, #3e77bf69, #fff 100%, #fcf8fe);
    border-radius: 8px;
    overflow: hidden;
    /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); */
    transition: transform 0.3s, box-shadow 0.3s;
    margin-bottom: 22px;
}
section.related_blogs_wrapper.bg.sp {
    background: #eee;
}
.blog_card {
    /* background-color: white; */
    border-radius: 12px;
    overflow: hidden;
    /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); */
    transition: transform 0.3s, box-shadow 0.3s;
}
.blog_image {
    width: 100%;
    object-fit: cover;
    height:270px;
}

.book_wrapper h2 {
    color: #000;
    font-size: 26px;
    line-height: 36px;
}


body .calendly-overlay .calendly-popup {
    box-sizing: border-box;
    height: 90%;
    left: 50%;
    max-height: 700px !important;
    max-width: max-content;
    min-width: 590px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: 80%;
    padding: 0;
    background: #727272;
}
.blog_content {
    padding: 20px;
}

.blog_meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.blog_category {
    background-color: #024daa;
    color: white;
    padding: 4px 12px;
    border-radius: 15px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.blog_date {
    color: #000;
    font-size: 15px;
}

.blog_title {
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    /* max-height: calc(1.4em* 2); */
}
.blog_excerpt {
    color: #666;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 15px;
        display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.blog_excerpt {
    color: #000;
    line-height: 1.6;
    margin-bottom: 15px;
    font-size: 16px;
}
.blog_read_more {
    color: #024daa;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.3s;
}

.blog_date {
    color: #000;
    font-size: 15px;
}
.blog_read_more:hover {
    color: #013a85;
}

.blog_title a {
    color: #333;
    text-decoration: none;
    transition: color 0.3s;
    font-size: 24px;
    line-height: 34px;
}
.top_single_content ol li strong {
    font-weight: 500;
        font-size: 19px;
}
.top_single_content h3 {
    font-size: 24px;
    line-height: 34px;
    color: #000;
    margin-bottom: 20px;
    font-weight: 500;
}
    .top_single_content h4 {
    font-size: 19px;
    line-height: 30px;
    color: #000000;
    margin-bottom: 12px;
    font-weight:500;
}
    
section.top_single_wrapper.sp h2 {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 25px;
    font-weight: 500;
}

@media (max-width: 767px) {
  
  /* CSS */
  body .hero_inner_left h1 {
    font-size: 27px;
    line-height: 37px;
}
	 body .book_wrapper p {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 18px;
    width: 100%;
}
	 body .book_wrapper {
    height: 340px;
}
	 body .hero_inner_left p {
    width: 100%;
    font-size: 17px;
    margin-bottom: 27px;
}
	body .hero_inner {
    display: block;
}
   .top_single_content h3 {
        font-size: 20px;
        line-height: 30px;
    }
    
    .top_blog_content h1 {
        font-size: 32px;
        line-height: 42px;
        margin-bottom: 12px;
    }

section.top_blog_main.sp .container {
    padding-bottom: 45px;
}
section.top_blog_main.sp {
    padding-bottom: 2rem;
}
.top_single_content p {
    font-size: 17px;
    line-height: 30px;
    font-weight: 300;
}
.top_single_content {
    width: 100%;
    margin: 0 auto;
}

.top_single_content p a {
        font-size: 17px;
        line-height: 27px;
    }
.sp {
    padding: 2rem 0;
}
.top_single_content ol li {
     font-size: 17px;
    line-height: 30px;
    margin-bottom: 12px;
}

.top_single_content ul li {
     font-size: 17px;
    line-height: 30px;
    margin-bottom: 12px;
}


.blog_title a {
    font-size: 20px;
    line-height: 31px;
}
section.related_blogs_wrapper.bg.sp .main_title h2 {
    font-size: 34px;
    line-height: 44px;
    margin-bottom: 24px;
}

.logo img {
    height: 50px;
    width: auto;
}

.sp {
    padding: 2rem 0;
}

.top_blog_content {
    margin-bottom: 44px;
}


section.top_single_wrapper.sp h2 {
    font-size: 20px;
    line-height: 31px;
}
}


.top_single_content p strong {
    font-weight: 400;
    -webkit-text-stroke: thin;
}


.top_single_content h3 a {
    font-size: 24px;
    line-height: 34px;
}