/* new global */
.col-txt p:not(:last-child) {
    margin-bottom: 25px;
}

.row {
    margin: 0;
}

.row>* {
    padding: 0;
}

.section-two-col {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.section-two-col .row:nth-child(2) {
    background: transparent linear-gradient(90deg, #FFFFFF 0%, #FFFFFF96 100%) 0% 0% no-repeat padding-box;
}

.section-img-txt .col-img img {
    box-shadow: 9px 12px 12px #00000012;
    width: 100%;
    z-index: 9;
    position: relative;
}

@media (min-width: 1025px) {
    .section-img-txt,
    .section-two-col .row:nth-child(1),
    .section-two-col .row:nth-child(2) {
        padding-top: 100px;
    }

    .section-img-txt .col-img img {
        margin-bottom: -100px;
    }

    .section-img-txt .col-txt {
        padding : 0 70px 70px 70px;
    }

    .section-two-col .col-txt {
        padding: 100px 70px;
    }

}

@media (max-width: 1024px) {
    .section-img-txt {
        padding-top: 0;
    }

    .section-img-txt .col-txt,
    .section-two-col .col-txt {
        padding: 40px 30px;
    }
}



@media (min-width: 768px) {
    .dental-services-section .row-services .col {
        padding: 10px 20px;
    }
}
.dental-services-section .row-services .col {
    margin-bottom: 30px;
}

.dental-services-section .service {
    background-color: #FEFAF3;
    height: 100%;
}

.dental-services-section .featured-image {
    min-height: 300px;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.dental-services-section .text {
    padding: 50px;
}

.dental-services-section .text .heading-title  {
    margin-bottom: 30px;
}

.dental-services-section .row.row-intro {
    margin-bottom: 50px;
}

.dental-services-section .row.row-intro .text-center {
    max-width: 1099px;
    margin: 0 auto;
}


.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: 455px;
    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) {
    .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;
    }
    
}