/*===========================================
= Start Get Started Section CSS
============================================*/
.appointment-inner {
	text-align: center;
}
/* .appointment-inner {
    max-width: 830px;
    width: 100%;
    margin: 0 auto;
} */
.appointment-inner h2 {
	margin: 0;
}
.appointment-inner .default-btn {
	margin-left: auto;
    margin-right: auto;
}
@media only screen and (min-width: 992px) {
	.appointment-inner .default-btn {
		margin-top: 42px;
	}
}
/*===========================================
= End Get Started Section CSS
============================================*/
/*===========================================
= Start Right Container CSS
============================================*/
@media only screen and (min-width: 992px){
    body .container-left {
        max-width: calc(((100% - 960px)/ 2) + 960px);
        margin-right: calc((100% - 960px)/ 2);
    }
}
@media only screen and (min-width: 1200px){
    body .container-left {
        max-width: calc(((100% - 1140px)/ 2) + 1140px);
        margin-right: calc((100% - 1140px)/ 2);
    }
}
@media only screen and (min-width: 1300px){
    body .container-left {
        max-width: calc(((100% - 1210px)/ 2) + 1210px);
        margin-right: calc((100% - 1210px)/ 2);
    }
}
@media only screen and (min-width: 1400px){
    body .container-left {
        max-width: calc(((100% - 1360px)/ 2) + 1360px);
        margin-right: calc((100% - 1360px)/ 2);
    }
}
@media only screen and (min-width: 1600px){
    body .container-left {
        max-width: calc(((100% - 1530px)/ 2) + 1530px);
        margin-right: calc((100% - 1530px)/ 2);
    }
}
/*===========================================
= End Right Container CSS
============================================*/
/*===========================================
= Start Personalized Section CSS
============================================*/
.personalized-left {
	background-image: url('/wp-content/uploads/2024/11/green-texture-bg.webp');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.personalized-left::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg, rgba(34, 98, 74, 0) 69.63%, #22624A 108.98%);
}
.personalized-left>* {
    position: relative;
}
.personalized-left .personalized_img {
	margin: 0;
	border-radius: 0;
}
.personalized-left h2, .personalized-left p {
	color: #FCF9F7;
}
.personalized-left p {
	max-width: 100%;
	line-height: 1.4;
}
.personalized-content p b {
    color: var(--white);
}
.personalized-content p b a {
    font-weight: bold;
}
.personalized-content p a:hover {
    color: #3B68A6;
}
@media only screen and (max-width: 991.98px) {
	.personalized-content {
		padding: 30px 0 0;
	}
	.personalized-left .personalized_img, .personalized-content {
		max-width: 768px;
		width: 100%;
		margin: 0 auto;
	}
}
@media only screen and (min-width: 992px) {
	.personalized-left .personalized_img {
		margin: 0 10px 0 0;
		border-radius: 0 500px 500px 0;
	}
	.personalized-content {
        padding: 30px 0;
    }
	.personalized-left p {
		font-size: 18px;
	}
}
@media only screen and (min-width: 1200px) {
	.personalized-content {
        padding: 40px 0 40px 40px;
    }
}
@media only screen and (min-width: 1600px) {
	.personalized-content {
        padding: 50px 0 50px 66px;
    }
}
/*===========================================
= End Personalized Section CSS
============================================*/

/*============================================
= Start Blog CSS
=============================================*/
.single-post .site-header {
    -webkit-box-shadow: 0 1px 24px rgba(0, 0, 0, .1);
    box-shadow: 0 1px 24px rgba(0, 0, 0, .1);
}
.blog-post-section .default-content h3 {
    margin: 0 0 32px;
}
ul.blog-post-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
ul.blog-post-list li {
    -webkit-box-shadow: 0 0 24px rgba(0, 0, 0, .1);
    box-shadow: 0 0 24px rgba(0, 0, 0, .1);
    border-radius: 12px;
    overflow: hidden;
}
.blog-content {
    padding: 20px;
}
.blog-footer {
    padding: 15px 20px;
    border-top: 1px solid #eaeaea;
}
.blog-footer p {
    font-size: 14px;
}
ul.blog-post-list li p{
    margin-bottom: 0;
}
ul.blog-post-list li p a{
    color: rgba(0, 0, 0, .5) !important;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    margin: 15px 0 0;
}
ul.blog-post-list li p a.read-more {
    color: var(--blue_color) !important;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 16px;
    font-family: var(--montserrat);
}
ul.blog-post-list li a h2{
    color: var(--blue_color) !important;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.blog-post-list>*:empty,
.blog-post-list p:empty,
.blog-post-list a:empty {
    display: none;
}
.blog-post-list img.wp-post-image {
    width: 100%;
    height: 310px;
    object-fit: cover;
    object-position: center;
}
.blog-post-list .blog-img {
    position: relative;
}
.blog-post-list .blog-img::after {
    content: '';
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .35), transparent 75%);
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}
@media only screen and (min-width: 425px) {
    .blog-post-list img.wp-post-image {
        height: 390px;
    }
}
@media only screen and (min-width: 576px) {
    .blog-post-list img.wp-post-image {
        height: auto;
    }
}
@media only screen and (min-width: 768px) {
    .blog-post-list img.wp-post-image {
        height: 400px;
    }
}
@media only screen and (min-width: 992px) {
    .blog-post-list img.wp-post-image {
        height: 350px;
    }
}
@media only screen and (min-width: 1300px) {
    .blog-post-list img.wp-post-image {
        height: 420px;
    }
}
@media only screen and (min-width: 1600px) {
    .blog-post-list img.wp-post-image {
        height: 480px;
    }
}
.single-post .site-content,
.single-post .post-copyright .container {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 30px;
}
.single-post .site-content .inside-article{
    padding: 40px 0;
}
.single-post .site-content article a:not(.single-post .site-content article a.default-btn) {
    color: var(--blue_color);
    font-weight: 600;
}
.single-post .entry-title {
    margin-bottom: 28px;
    font-weight: bold;
    color: var(--blue_color);
}
.single-post .entry-content img {
    width: 100%;
}
.single-post .entry-content h2 {
    font-size: 30px;
    line-height: 1.2;
}
.single-post .entry-content h3 {
    font-size: 26px;
}
.single-post .entry-content h2 {
    margin: 32px 0 16px;
    color: var(--blue_color);
}
.single-post .entry-content h3 {
    margin: 32px 0 16px;
    color: var(--dark_navy_blue);
}
.single-post .entry-content p b, .single-post .entry-content p strong,
.single-post .entry-content ul li b, .single-post .entry-content ul li strong,
.single-post .entry-content ol li b, .single-post .entry-content ol li strong {
    color: var(--dark_navy_blue);
}
.single-post .entry-content ul {
    margin: 0;
    padding: 0;
}
.single-post .entry-content ol{
    margin: 0;
    padding-left: 20px;
}
.single-post .entry-content ul li, .single-post .entry-content ol li {
    color: var(--dark_navy_blue);
}
.single-post .entry-content ul li b, .single-post .entry-content ul li strong {
    margin: 0 0 5px;
    display: inline-block;
    vertical-align: top;
}
.single-post .entry-content ul li:not(:last-child) {
    margin: 0 0 16px;
}
.single-post .entry-content .post-list li, .single-post .entry-content .post-list-ol li {
    font-size: 18px;
}
.single-post .entry-content ul.post-list {
    list-style: disc;
    padding-left: 18px;
}
.single-post .entry-content ul.post-list li::marker {
    color: var(--blue_color);
}
.single-post .entry-content ul.post-list li:not(:last-child) {
    margin: 0 0 8px;
}
.single-post .entry-content ol.post-list-ol li::marker {
    font-weight: 600;
    color: var(--blue_color);
}
.single-post .entry-content ol.post-list-ol li:not(:last-child) {
    margin-bottom: 12px;
}
.single-post .page-header-image-single img {
    margin: 0 auto;
}
.single-post .entry-content ul + p,
.single-post .entry-content p + ul {
    margin-top: 16px;
}
.single-post .site-content article a.default-btn {
    font-weight: 500 !important;
}
.post-logo-slider-sec p.slick-slide {
    display: none;
}
.post-logo-slider-sec .logo-slider {
    margin-bottom: 0;
}
.single-post .inside-article header.entry-header {
    display: none;
}
.single-post .category-blog-all .inside-article header.entry-header {
    display: block;
}
.post-copyright {
    text-align: center;
}
.single-post .entry-content p,
.post-copyright p {
    line-height: 1.4;
}
.post-img-row {
    row-gap: 24px;
}
.post-img-row>*>img {
    height: 100%;
    object-fit: cover;
    object-position: center;
}
@media only screen and (min-width: 992px) {
    .single-post .entry-content p,
    .post-copyright p {
        font-size: 18px;
    }
    .single-post .entry-title{
        font-size: 40px;
    }
}
@media only screen and (max-width: 1200px) {
    .single-post .site-content .inside-article{
        padding: 0 0 10px;
    }
}
@media only screen and (max-width: 991px){
    ul.blog-post-list {
        -ms-grid-columns: (1fr);
        grid-template-columns: repeat(2, 1fr);
    }
    .single-post .entry-content h2 {
        font-size: 26px;
    }
    .single-post .entry-content h3 {
        font-size: 22px;
    }
}
@media only screen and (max-width: 767px){
    ul.blog-post-list {
        -ms-grid-columns: (1fr);
        grid-template-columns: repeat(1, 1fr);
    }
    .single-post .entry-content h2 {
        font-size: 22px;
    }
    .single-post .entry-content h3 {
        font-size: 18px;
    }
    .blog-post-section .default-content h3 {
        margin: 0 0 22px;
    }
    .single-post .entry-content .post-list li {
        font-size: 16px;
    }
}
@media only screen and (max-width: 575px){
    ul.blog-post-list li a h2 {
        font-size: 19px;
    }
}
/*blog pagination*/
.pagination {
    margin: 40px 0 0;
}
.pagination .nav-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 5px;
}
.pagination .nav-links>* {
    padding: 5px 10px;
    display: inline-block;
    vertical-align: top;
    min-width: 32px;
    font-size: 14px;
    text-align: center;
    border-radius: 4px;
    background-color: var(--blue_color);
    color: var(--white);
}
.pagination .nav-links .current,
.pagination .nav-links a:hover {
    background: var(--dark_navy_blue);
    color: var(--white);
}
.pagination .nav-links .prev.page-numbers,
.pagination .nav-links .next.page-numbers {
    background-repeat: no-repeat;
    background-size: 7px;
    background-position: center;
    font-size: 0px;
}
.pagination .nav-links .prev.page-numbers {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='3.737' height='6.474' viewBox='0 0 3.737 6.474'%3E%3Cpath d='M3.03 5.767.5 3.237 3.03.707' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.pagination .nav-links .next.page-numbers {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='3.737' height='6.474' viewBox='0 0 3.737 6.474'%3E%3Cpath d='m.707 5.767 2.53-2.53L.707.707' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
@media only screen and (max-width: 425px) {
    .pagination {
        margin: 25px 0 0;
    }
    .pagination .nav-links>* {
        font-size: 12px;
        min-width: 22px;
        padding: 4px 8px;
    }
    .pagination .nav-links .prev.page-numbers, .pagination .nav-links .next.page-numbers {
        background-size: 6px;
    }
}
/*Progress Bar Section*/
.progress-bar-all-datail {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 32px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
    margin-top: 32px;
}
.progress-first-inner-box,
.progress-bar-detail-box {
    padding: 24px;
    -webkit-box-shadow: 0 0 24px rgba(0, 0, 0, .1);
            box-shadow: 0 0 24px rgba(0, 0, 0, .1);
    border-radius: 16px;
}
.progress-first-inner-box h4,
.progress-bar-detail-box.default-content h4{
    color: var(--blue_color);
}
.progress-first-inner-box h5{
    color: #000;
    margin-bottom: 4px;
}
.progress-bar-bg {
    width: 100%;
    height: 16px;
    margin-top: 3px;
    margin-bottom: 16px;
    background-color: #eee;
    border-radius: 10px;
}
.progress-bar-fill {
    position: relative;
    height: 100%;
    width: var(--fill-bar);
    background-color: var(--blue_color);
    border-radius: 10px;
}
.progress-bar-fill:after {
    position: absolute;
    content: attr(data-value);
    font-size: 14px;
    color: #fff;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 4px;
}
@media only screen and (max-width: 768px){
    .progress-bar-all-datail{
        -ms-grid-columns: (1fr);
        grid-template-columns: repeat(1, 1fr);
    }
}
/*============================================
= End Blog CSS
=============================================*/

.site-footer .footer-widget-2>* {
    width: 100%;
}