/* Latest Post */
@media (max-width: 1024px) {
    .section-latest-post .posts .post {
        flex-direction: column !important;
        margin-bottom: 40px !important;
    }

    .section-latest-post .posts .post .featured-image {
        min-height: 254px !important;
    }
    
    .section-latest-post .posts .post .text {
        padding: 20px 0 !important;
    }
}

.section-latest-post .posts .post {
    display: flex;
    flex-direction: row;
}

.section-latest-post .post:not(:last-of-type) {
    margin-bottom: 100px;
}

.section-latest-post .row-intro {
    margin-bottom: 30px;
}

.section-latest-post .posts .post .featured-image {
    min-height: 394px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.section-latest-post .posts .post .text {
    display: flex;
    flex-direction: column;
    padding: 40px;
    justify-content: center;
}

.section-latest-post .post .date {
    display: flex;
    align-items: center;
}

.section-latest-post .post .date .icon {
    margin-right: 10px;
}

.section-latest-post .posts .post .text .row {
    margin: 10px 0;
}
/* end Latest Post */


/* Trending Post */

@media (max-width: 1024px) {
    .section-trending-post .posts .post {
        flex-direction: column !important;
        margin-bottom: 40px !important;
    }
    
    .section-trending-post .posts .post .text {
        padding: 20px 0 !important;
    }
    
    .section-trending-post .posts .post .featured-image {
        min-height: 254px !important;
    }    
}

.section-trending-post {
    padding: 40px 23px;
}

.section-trending-post .posts .post {
    display: flex;
    flex-direction: row;
}

.section-trending-post .post:not(:last-of-type) {
    margin-bottom: 20px;
}

.section-trending-post .row-intro {
    margin-bottom: 30px;
}

.section-trending-post .posts .post .featured-image {
    min-height: 111px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.section-trending-post .posts .post .text {
    display: flex;
    flex-direction: column;
    padding: 0 20px;
    justify-content: center;
}

.section-trending-post .post .date {
    display: flex;
    align-items: center;
    font-size: 14px !important;
}

.section-trending-post .post .date .icon {
    margin-right: 10px;
}

.section-trending-post .posts .post .text .row {
    margin: 10px 0;
}

.section-trending-post .posts .post .text .row > * {
    padding-left: 0;
    padding-right: 0;
    margin: 0;
}

.section-trending-post .post .heading-title a {
    color: inherit;
    text-decoration: none;
}

.section-trending-post .post .heading-title a:hover,
.section-trending-post .post .heading-title a:active,
.section-trending-post .post .heading-title a:focus {
    color: inherit;
    text-decoration: underline;  
}

/* end Trending Post */


/* end Sidebar */
.col-sidebar section:not(:last-of-type) {
    margin-bottom: 40px;
}
/* end Sidebar */

/* CTA Appointment - Sidebar */
.section-cta-appointment {
    padding: 40px 35px;
    border-radius: 12px;
}

.section-cta-appointment .heading-title {
    margin-bottom: 20px;
}

.section-cta-appointment .btn-wrapper a {
    font-weight: bold;
}

.section-cta-appointment .btn-wrapper a:hover,
.section-cta-appointment .btn-wrapper a:active,
.section-cta-appointment .btn-wrapper a:focus {
    background-color: #fff;
    color: #000;
}
/* end CTA Appointment - Sidebar */

.appointment-section .row {
    margin: 0;
}

.appointment-section .col-img {
    min-height: 476px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.appointment-section .col-text {
    padding: 70px;
    align-items: center;
    display: flex;
    justify-content: center;
}

.appointment-section .col-text * {
    color: #fff;
}

.appointment-section .col-text .text {
    max-width: 698px;
}

.appointment-section .heading-title {
    font-weight: bold;
}

.appointment-section p {
    margin: 50px 0;
    font-size: 18px;
}

.appointment-section .btn-wrapper a {
    background: #9D63FF 0% 0% no-repeat padding-box;
    border: 1px solid #707070;
    border-radius: 38px;
    max-width: 356px;
    width: 100%;
    min-height: 76px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: bold;
    text-decoration: none;
    transition: all .3s;
    padding: 20px;
}

.appointment-section .btn-wrapper a:hover {
    background-color: #fff;
    color: #9D63FF;
}


@media (max-width: 500px) {
    .appointment-section .row {
         flex-direction: column;   
    }
}


@media (max-width: 767px) {
    .dental-services-section .row,
    .appointment-section .row {
         flex-direction: column;   
    }

    .appointment-section .col-text {
        padding: 40px 20px;    
    }
    
    .appointment-section p {
        margin: 30px 0;
    }
    
    .appointment-section .btn-wrapper a {
         font-size: 14px;
         min-height: 50px;
         padding: 20px 10px;
    }
    
}