ul, ol {
    padding: 0;
    margin: 0;
}

#contact .contact-title {
    font-weight: 700;
    font-size: 37px;
    line-height: 56px;
    color: #404D6F;
}

#contact .contact-desc {
    font-weight: 300;
    font-size: 18px;
    line-height: 32px;
    text-align: justify;
    color: #404D6F;
}

#contact .visit-link {
    margin-top: 24px;
}

#contact .visit-link a {
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    color: #FFFFFF;
    background: #F400BF;
    border-radius: 14px;
    padding: 10px 12px;
    cursor: pointer;
}

#contact .contact-img img {
    width: 100%;
    height: auto;
}

#contact .form-row {
    margin-top: 100px;
}

#contact .contact-form {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

@media (max-width: 991px) {
    #contact .contact-title {
        font-size: 28px;
        line-height: 44px;
    }

    #contact .visit-link a {
        font-size: 16px;
        line-height: 24px;
        padding: 8px 10px;
    }

    #contact .visit-link img {
        width: 24px;
        height: 24px;
    }
}

#contact .row > div {
    margin-top: 1rem;
}

#contact .contact-form input,
#contact .contact-form textarea {
    padding: 12px;
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
    border: 1px solid #FF44D8;
    border-radius: 8px;
    margin: 6px 0;
    text-align: left;
}

#contact .contact-us__button {
    background: #F400BF;
    border: none;
    color: #fff;
    width: 168px;
    padding: 10px 12px;
    cursor: pointer;
    border-radius: 14px;
}

#contact .contact-img {
    height: 100%;
}

#contact .contact-heading {
    margin-top: 90px;
    margin-bottom: 24px;
}

#contact .contact-heading h4 {
    font-weight: 700;
    font-size: 31px;
    line-height: 48px;
    color: #404D6F;
    text-align: left;
}

#contact .contact-img iframe {
    width: 100%;
    height: 100%;
    border-radius: 20px;
}

@media (max-width: 767px) {
    #contact .contact-img iframe {
        height: 250px;
    }
}

#contact .contact-info {
    border-radius: 20px;
    background: #fff;
    /*padding: 2rem;*/
    margin: 0;
}

#contact .contact-info ul {
    list-style: none;
}

@media (max-width: 400px) {
    #contact .contact-info {
        padding: 2rem .6rem;
    }
}

#contact .contact-info ul li {
    display: flex;
    flex-direction: row;
    color: #404D6F;
    font-weight: 500;
    font-size: 24px;
    line-height: 40px;
    align-items: flex-start;
    margin: 12px 0;
}

#contact .contact-info ul li a, #contact .contact-info ul li a:hover {
    color: #404D6F;
    text-decoration: none;
}

#contact .contact-info ul li img {
    margin-left: 8px;
}

@media (max-width: 991px) {

    #contact .contact-us__button {
        width: 164px;
        padding: 8px 10px;
        cursor: pointer;
        border-radius: 12px;
    }

    #contact .contact-info ul li img {
        width: 28px;
        height: 28px;
    }

    #contact .contact-heading h4 {
        font-weight: 600;
        font-size: 24px;
        line-height: 36px;
    }

    #contact .contact-info ul li {

        font-weight: 600;
        font-size: 18px;
        line-height: 28px;
        margin: 12px 0;
    }
}

#single-service, #step-section {
    position: relative;
}

#single-service .service-bg {
    background: url(../img/service-bg.svg);
    background-repeat: no-repeat;
    position: absolute;
    left: -40px;
    top: -40px;
    width: 800px;
    height: 800px;
    z-index: -1;
}

#single-service .service-bg2 {
    background: linear-gradient(229.8deg, #E8EFF8 25.86%, rgba(248, 251, 255, 0) 79.66%);
    position: absolute;
    right: -20%;
    top: 40px;
    width: 637px;
    height: 348px;
    z-index: -1;
    border-radius: 100%;
}

#step-section .service-bg3 {
    background: linear-gradient(229.8deg, #E8EFF8 25.86%, rgba(248, 251, 255, 0) 79.66%);
    transform: matrix(-0.96, -0.35, 0.28, -0.94, 0, 0);
    position: absolute;
    left: -20%;
    bottom: -75px;
    width: 640px;
    height: 480px;
    z-index: -1;
    border-radius: 100%;
}

#single-service .service-bg4 {
    background: linear-gradient(229.8deg, #E8EFF8 25.86%, rgba(248, 251, 255, 0) 79.66%);
    transform: matrix(-0.96, -0.35, 0.28, -0.94, 0, 0);
    position: absolute;
    left: -30%;
    bottom: 42%;
    width: 1200px;
    height: 780px;
    z-index: -1;
    border-radius: 100%;
}

#single-service .service-thumb, #portfolio-section .portfolio-thumb {
    border-radius: 24px;
    overflow: hidden;
}

#portfolio-section .portfolio-thumb img {
    width: 100%;
    height: auto;
}

#single-service .blog_comments {
    margin-top: 24px;
}

#single-service img {
    width: 100%;
}

#single-service h1, #portfolio-section h1 {
    width: 100%;
    font-weight: 700;
    font-size: 37px;
    line-height: 56px;
    color: #882E6F;
    margin: 0 0 12px;
    text-align: left;
}

#single-service .map p,
#contact .map p {
    margin-bottom: 3rem;
}

#single-service h2 {
    margin-bottom: 12px;
    font-weight: 700;
    font-size: 31px;
    line-height: 48px;
    color: #B40088;
}

.single-service-content p, .single-service__content p {
    font-weight: 300;
    font-size: 18px;
    line-height: 32px;
    text-align: justify;
    color: #404D6F;
}

#single-service .service-summary > .row {
    align-items: center;
}

#single-service .service-summary p, #portfolio-section p {
    padding: 16px;
    color: #484448;
    border: 1.6px solid #882E6F;
    border-radius: 16px;
    font-weight: 400;
    font-size: 20px;
    line-height: 34px;
    text-align: justify;
    color: #882E6F;
}

#single-service .service-summary p.visit-link, #portfolio-section p.visit-link {
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    color: #FFFFFF;
    background: #F400BF;
    border-radius: 14px;
    padding: 10px 12px;
    cursor: pointer;
    display: inline-flex;
    border: none;
}

#single-service .service-summary p.visit-link img {
    width: fit-content;
}

#single-service .service-summary-price p:first-child {
    display: none;
}

@media (max-width: 991px) {

    #single-service .service-bg {
        display: none;
    }

    #single-service .service-bg2 {
        display: none;
    }

    #step-section .service-bg3 {
        display: none;
    }

    #single-service .service-bg4 {
        display: none;
    }

    #single-service .service-summary p.visit-link, #portfolio-section p.visit-link {
        font-weight: 600;
        font-size: 16px;
        line-height: 24px;
        border-radius: 12px;
        padding: 8px 10px;
    }

    #single-service .service-summary p.visit-link img, #portfolio-section p.visit-link img {
        width: 24px;
        height: 24px;
    }

    #single-service h2 {
        margin-bottom: 6px;
        font-weight: 600;
        font-size: 24px;
        line-height: 36px;
    }

    .single-service-content p, .single-service__content p {
        font-weight: 300;
        font-size: 16px;
        line-height: 24px;
    }
}

#step-section h2 {
    font-weight: 700;
    font-size: 31px;
    line-height: 48px;
    text-align: center;
    color: #404D6F;
}

#step-section h2 span {
    color: #882E6F;
}

#step-section .step-service-img {
    margin-left: 12px;
}

#step-section .step-service-img img {
    width: fit-content;
}

#step-section .step-service {
    display: flex;
    flex-direction: row;
    align-items: center;
}

#step-section .step-service .step-service-info {
    max-width: 534px;
}

#step-section .step-service .step-service-info .step-service-heading {
    font-weight: 600;
    font-size: 26px;
    line-height: 40px;
    color: #B40088;
    margin-bottom: 12px;
}

#step-section .step-service .step-service-info .step-service-heading span {
    width: 40px;
    height: 40px;
    font-weight: 600;
    font-size: 26px;
    line-height: 39px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: #848EAA;
    border-radius: 8px;
    margin-left: 6px;
}

#step-section .step-service .step-service-info .step-service-desc {
    font-weight: 300;
    font-size: 18px;
    line-height: 32px;
    text-align: justify;
    color: #404D6F;
}

@media (max-width: 991px) {
    #step-section h2 {
        font-weight: 600;
        font-size: 24px;
        line-height: 36px;
    }

    #step-section .step-service {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    #step-section .step-service-img {
        margin-left: 0px;
    }

    #step-section .step-service .step-service-info .step-service-heading {
        font-weight: 600;
        font-size: 20px;
        line-height: 32px;
        margin-bottom: 6px;
    }

    #step-section .step-service .step-service-info .step-service-heading span {
        width: 32px;
        height: 32px;
        font-weight: 600;
        font-size: 18px;
        line-height: 28px;
    }

    #step-section .step-service .step-service-info .step-service-desc {
        font-weight: 300;
        font-size: 16px;
        line-height: 24px;
    }
}

#single-service .wp-block-media-text__media img {
    height: 100%;
    object-fit: cover;
}

#single-service h4 {
    font-size: 16px;
    line-height: 28px;
}

#single-service .single-service__content {
    height: auto;
}

#single-service section.single-service__content {
    margin: 3rem 0 0;
}

#single-service .service-show-more__overlay {
    position: relative;
}

#single-service .service-show-more {
    text-align: center;
}

#single-service .service-show-more span {
    padding: 10px 12px;
    display: inline-flex;
    align-items: center;
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    border: 1.6px solid #F400BF;
    border-radius: 14px;
    color: #F400BF;
    position: relative;
    cursor: pointer;
    margin-top: -10px;
}

#single-service .service-show-more.service-show-more__overlay span:after {
    content: '\f107';
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    padding-right: 12px;
    font-size: 24px;
}

#single-service .service-show-more span:after {
    content: '\f106';
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    padding-right: 12px;
    font-size: 24px;
}

@media (max-width: 991px) {
    #single-service .service-show-more span {
        padding: 8px 10px;
        font-weight: 600;
        font-size: 16px;
        line-height: 24px;
        border: 1.2px solid #F400BF;
        border-radius: 12px;
    }
}

#single-service .service-show-more__overlay:before {
    content: '';
    background: linear-gradient(0deg, #ffffff 42.72%, rgba(255, 255, 255, 0) 84.73%);
    position: absolute;
    left: 0;
    bottom: -7px;
    height: 120px;
    width: 100%;
}

#single-service .single-service__content h4 {
    margin: 3rem 0;
    text-align: initial;
    font-size: initial;
}

#single-service .single-service__content .wp-block-video {
    text-align: center;
    margin: 0;
    position: relative;
}

#single-service .single-service__content video {
    max-width: 100%;
    width: 530px;
    height: auto;
    padding: 22px 24px 60px 22px;
    background: #E4E9FE;
    border: 1.53529px solid rgba(0, 0, 0, 0.1);
    border-radius: 20px;
}

#single-service .single-service__content .wp-block-video figcaption {
    position: absolute;
    bottom: 0px;
    right: 50%;
    transform: translateX(50%);
}

#single-service .single-service__content .wp-block-video button {
    background: transparent;
    border: 4px solid rgb(130, 84, 227);
    box-shadow: 0px 0px 4px 2px rgba(130, 84, 227, 0.25);
    width: 85px;
    height: 85px;
    outline: none;
    z-index: 1;
    opacity: 1;
    border-radius: 50px;
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
}

#single-service .single-service__content .wp-block-video button:before {
    content: '';
    width: 62px;
    height: 62px;
    border-radius: 50%;
    border: 2px solid #fff;
    border-top-color: transparent;
    position: absolute;
    top: 10%;
    right: 10%;
    animation: rotate 4s linear infinite;
}

#single-service .single-service__content .wp-block-video button:after {
    border-style: solid;
    border-width: 9px 0 9px 17px;
    content: "";
    display: inline-block;
    margin-left: 4px;
    border-color: transparent transparent transparent #fff;
}

@media (max-width: 567px) {
    #single-service .single-service__content .wp-block-video button {
        width: 62px;
        height: 62px;
        top: 40%;
    }

    #single-service .single-service__content .wp-block-video button:before {
        width: 42px;
        height: 42px;
        top: 13%;
        right: 11%;
    }

    #single-service .single-service__content .wp-block-video button:after {
        margin-top: 8px;
    }
}

#single-service .single-service__content a {
    color: #C42688;
    text-decoration: underline !important;
}

#single-service .service-items {
    position: relative;
    margin: 3rem 0;
}

#single-service .service-items ul {
    display: grid;
    justify-content: space-between;
}

#single-service .service-items li {
    background: #fff;
    border-radius: 20px;
    padding: .5rem .5rem .5rem 1rem;
    margin: .5rem 0;
    position: relative;
    min-height: 80px;
    width: 368px;
    font-size: .9rem;
    display: flex;
    align-items: center;
}

#single-service .service-items li:nth-child(odd) {
    grid-column-start: 1;
}

#single-service .service-items li:nth-child(even) {
    grid-column-start: 3;
}

#single-service .service-items li:nth-child(odd):after,
#single-service .service-items li:nth-child(even):after {
    content: '';
    border: 1px solid rgba(130, 84, 227, 0.35);
    width: 50%;
    position: absolute;
    top: 50%;
}

#single-service .service-items li:nth-child(odd):after {
    left: -50%;
}

#single-service .service-items li:nth-child(even):after {
    right: -50%;
}

#single-service .service-items__img {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
}

#single-service .service-items__img > img {
    width: 266px;
    height: 266px;
    object-fit: cover;
}

@media (max-width: 1199px) and (min-width: 992px) {
    #single-service .service-items li {
        width: 290px;
    }

    #single-service .service-items li:nth-child(odd):after,
    #single-service .service-items li:nth-child(even):after {
        width: 36%;
    }

    #single-service .service-items li:nth-child(even):after {
        right: -36%;
    }

    #single-service .service-items li:nth-child(odd):after {
        left: -36%;
    }
}

@media (max-width: 991px) and (min-width: 678px) {
    #single-service .service-items li {
        width: 330px;
    }
}

@media (max-width: 991px) {
    #single-service .service-items li:nth-child(odd):after,
    #single-service .service-items li:nth-child(even):after {
        content: none;
    }

    #single-service .service-items__img {
        position: initial;
        top: auto;
        right: auto;
        transform: initial;
        text-align: center;
    }

    #single-service .service-items__img img {
        width: auto;
        height: auto;
    }

    #single-service .service-items {
        display: flex;
        flex-direction: column-reverse;
    }
}

@media (max-width: 767px) {
    #single-service .service-items li:nth-child(even) {
        grid-column-start: 1;
    }

    #single-service .service-items li {
        width: 100%;
    }

    #single-service .service-items ul {
        display: block;
    }

    #single-service .service-items li {
        margin: .8rem 0;
    }
}

#single-service .service-items li:before {
    content: '';
    height: 63px;
    flex: 0 0 18%;
    margin-left: 0.8rem;
}

@media (max-width: 400px) {
    #single-service .service-items li:before {
        flex: 0 0 23%;
    }
}

#single-service .service-items__harm li:before {
    filter: grayscale(100%) brightness(100%) sepia(96%) hue-rotate(-50deg) saturate(999%) contrast(3.8);
}

#single-service .service-items li:first-child:before {
    background: url("../img/01.svg") no-repeat center;
}

#single-service .service-items li:nth-child(2):before {
    background: url("../img/2.svg") no-repeat center;
}

#single-service .service-items li:nth-child(3):before {
    background: url("../img/3.svg") no-repeat center;
}

#single-service .service-items li:nth-child(4):before {
    background: url("../img/4.svg") no-repeat center;
}

#single-service .service-items li:nth-child(5):before {
    background: url("../img/5.svg") no-repeat center;
}

#single-service .service-items li:nth-child(6):before {
    background: url("../img/6.svg") no-repeat center;
}

#single-service .service-items li:nth-child(7):before {
    background: url("../img/7.svg") no-repeat center;
}

#single-service .service-items li:nth-child(8):before {
    background: url("../img/8.svg") no-repeat center;
}

#single-service .service-faq {
    background: #fff;
    border-radius: 20px;
    padding: .5rem 2rem;
    margin: 0;
    position: relative;
}

#single-service .service-faq.more {
    border-radius: 20px 20px 0 0;
    margin-bottom: 6rem;
}

#single-service .service-faq.more ul .service-faq__more {
    display: block;
    bottom: -53px;
    border-radius: 0 0 20px 20px;
}

#single-service .service-faq ul {
    display: none;
    height: auto;
    overflow: hidden;
}

#single-service .service-faq ul.show {
    height: 450px;
}

#single-service .service-faq ul.show:after {
    content: '';
    width: 100%;
    height: 115px;
    background-image: linear-gradient(180deg, rgba(255, 255, 255, .3), #FFF);
    position: absolute;
    bottom: 50px;
    right: 0;
}

#single-service .service-faq ul.active {
    display: block;
}

#single-service .service-faq li:nth-child(odd) {
    font-weight: 600;
    font-size: 20px;
    line-height: 32px;
    color: #404D6F;
    cursor: pointer;
    padding: 1.65rem 0;
    display: flex;
    justify-content: space-between;
}

#single-service .service-faq li:nth-child(odd) {
    border-bottom: 2px solid #404D6F;
    transition: all 0.3s;
}

#single-service .service-faq li:nth-child(odd):after {
    content: '\f107';
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    color: #882E6F;
    padding-right: 0.4rem;
}

#single-service .service-faq li:nth-child(odd).change-color {
    color: #882E6F;
    border-bottom: none;
}

#single-service .service-faq li:nth-child(even) {
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
    list-style: none;
    color: #404D6F;
    display: none;
    margin: 1rem;
}

#single-service .service-faq__btn {
    display: flex;
    justify-content: center;
    position: relative;
    flex-wrap: wrap;
    display: none;
}

#single-service .service-faq__btn button {
    border: none;
    background: #F4F4F8;
    outline: none;
    padding: 10px;
    text-align: center;
    color: #AAB0BD;
    font-weight: 600;
    font-size: 23px;
    line-height: 36px;
    margin: 6px;
    cursor: pointer;
    width: 300px;
}

#single-service .service-faq__btn button.active {
    border-bottom: 2px solid #F400BF;
    background: #FFD0F0;
    color: #F400BF;
}

#single-service .service-faq__more {
    font-size: .8rem;
    text-align: center;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    padding: 0 0 2rem;
    border-radius: 20px;
    background-color: #fff;
    color: #C42688;
    cursor: pointer;
    display: none;
}

#single-service .show .service-faq__more:after {
    content: "\f175";
}

#single-service .service-faq__more:after {
    content: "\f176";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    padding-right: .5rem;
    color: #C42688;
}

#single-service section.service-price {
    margin: 50px auto;
    padding-top: 50px;
    border-top: 1px solid rgba(0, 0, 0, 0.2);

}

.wp-block-table {
    border: 1px solid #E5EAFA;
    border-radius: 20px;
}

.table_heading_price {
    font-weight: 700;
    font-size: 31px;
    line-height: 48px;
    color: #B40088;
}

.table_desc_price {
    font-weight: 300;
    font-size: 18px;
    line-height: 32px;
    text-align: justify;
    color: #404D6F;
    margin: 12px 0 36px;
}

.service-price__container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 1100px;
    background: #404D6F;
    padding: 12px 0px 0;
    box-shadow: 0px 8px 16px rgba(132, 142, 170, 0.24);
    border-radius: 24px;
    overflow: hidden;
    margin: auto;
}

.service-price__container .starting_price {
    font-weight: 400;
    font-size: 31px;
    line-height: 48px;
    color: #FFFFFF;
}

.service-price__container .starting_price span {
    color: #FF44D8;
}

.service-price__container table {
    width: 100%;
    margin-bottom: 0;
}

.service-price__container table thead {
    text-align: center;
    background: #848EAA;
    padding: 8px 0px;
    font-weight: 600;
    font-size: 26px;
    line-height: 40px;
    color: #FFFFFF;
}

.service-price__container table tbody tr:nth-child(odd) {
    background: #FBF0FB;
}

.service-price__container table tbody tr:nth-child(even) {
    background: #EEE0EE;
}

.service-price__container table tbody td {
    padding: 12px 32px;
    vertical-align: middle;
}

.service-price__container table .col1 {
    width: 50%;
    font-weight: 600;
    font-size: 23px;
    line-height: 36px;
    color: #404D6F;
}

.service-price__container table .col1 p {
    font-weight: normal;
    font-size: .8em;
}

.service-price__container table .col2 {
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    color: #404D6F;
}

.service-price__container table .col1 img {
    width: 128px !important;
    height: 64px !important;
    margin-left: 24px;
}

@media (max-width: 992px) {

    .table_heading_price {
        font-weight: 600;
        font-size: 24px;
        line-height: 36px;
    }

    .table_desc_price {
        font-weight: 300;
        font-size: 16px;
        line-height: 24px;
        margin: 4px 0 16px;
    }

    .service-price__container .starting_price {
        font-weight: 600;
        font-size: 21px;
        line-height: 32px;
    }

    .service-price__container table thead {
        font-weight: 600;
        font-size: 15px;
        line-height: 28px;
    }

    .service-price__container table tbody td {
        padding: 4px;
    }

    .service-price__container table .col1 {
        width: fit-content;
        font-weight: 600;
        font-size: 16px;
        line-height: 24px;
        text-align: center;
    }

    .service-price__container table .col2 {
        font-weight: 600;
        font-size: 13px;
        line-height: 20px;
    }

    .service-price__container table .col1 img {
        width: 96px !important;
        height: 48px !important;
        margin-left: 0px;
        display: block;
        margin-bottom: -4px;
    }
}

#single-service .service-sm-faqs {
    margin: 3rem 0;
}

#single-service .service-sm-faq {

    margin: 1rem 0;
}

#single-service .service-sm-faq h5 {
    background: #F4F4F8;
    border-bottom: 2px solid #AAB0BD;
    font-weight: 600;
    font-size: 21px;
    line-height: 32px;
    padding: 8px;
    margin: 0;
    transition: all 0.3s;
}

#single-service .service-sm-faq h5:after {
    content: '\f104';
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    float: left;
    font-size: 21px;
}

#single-service .service-sm-faq h5.change-assign {
    color: #F400BF;
    background: #FFD0F0;
    border-bottom: 2px solid #F400BF;
}

#single-service .service-sm-faq h5.change-assign:after {
    content: '\f107';
    color: #F400BF;
}

#single-service .service-sm-faq ul {
    padding: 0 1rem;
    display: none;
}

#single-service .service-sm-faq li:nth-child(odd) {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #404D6F;
    padding: 0.8rem 0;
    margin: 0;
    border-top: 1px solid #E5EAFA;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

#single-service .service-sm-faq li:nth-child(odd):first-child {
    border-top: none;
}

#single-service .service-sm-faq li:nth-child(odd):after {
    content: '\f107';
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    color: #C42688;
}

#single-service .service-sm-faq li:nth-child(even) {
    font-size: .85rem;
    display: none;
    margin-bottom: 0.5rem;
    line-height: 26px;
    padding-right: 0.9rem;
    list-style: none;
    text-align: justify;
}

@media (max-width: 767px) {

    #single-service .service-sm-faqs {
        margin: 1.5rem 0;
    }
}

#single-service .next-post i {
    left: 15px;
}

#single-service .previous-post i {
    right: 15px;
}

#single-service .next-post img {
    border-radius: 0;
}

#portfolio h4 {
    font-weight: 700;
    font-size: 31px;
    line-height: 48px;
    text-align: center;
    color: #404D6F;
    margin-bottom: 24px;
}

#portfolio h4 span {
    color: #882E6F;
}

#portfolio .portfolio-text {
    font-weight: 300;
    font-size: 18px;
    line-height: 32px;
    text-align: justify;
    color: #404D6F;
    margin-bottom: 36px;
}

#portfolio .portfolio-content.show-more-portfolio {
    height: 100%;
}

#portfolio .portfolio-content {
    height: 2975px;
    overflow: hidden;
}

#portfolio .see-more__btn {
    border: 1px solid #F400BF;
    border-radius: 14px;
    padding: 10px 12px;
    color: #F400BF;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 2em auto 0;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    cursor: pointer;
    width: 248px;
}

#portfolio .see-more__btn::after {
    content: '\f107';
    font-family: "Font Awesome 5 Free";
    font-weight: 100;
    padding-right: 8px;
    font-size: 40px;
}

#portfolio .see-more__btn.show_less::after {

    content: '\f106';
    font-family: "Font Awesome 5 Free";
    font-weight: 100;
    padding-right: 8px;
    font-size: 40px;
}

#portfolio .portfolio-gallery {
    width: auto;
    display: grid;
    grid-template-columns: 526px 251px 251px;
    grid-template-rows:246px 276px;
    gap: 24px 24px;
    grid-template-areas: 
      "oneone onetwo onethree"
      "oneone twoone twotwo";
    overflow: hidden;
}

#portfolio .portfolio-gallery img {
    object-fit: cover;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.portfolio-main-img {
    grid-area: oneone;
    overflow: hidden;
    border-radius: 24px;
}

.portfolio-img1 {
    grid-area: onetwo;
    overflow: hidden;
    border-radius: 8px;
}

.portfolio-img2 {
    grid-area: onethree;
    overflow: hidden;
    border-radius: 8px;
}

.portfolio-img3 {
    grid-area: twoone;
    overflow: hidden;
    border-radius: 8px;
}

.portfolio-img4 {
    grid-area: twotwo;
    overflow: hidden;
    border-radius: 8px;
}

#portfolio .portfolio-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 24px;
    background: #D8DFE8;
    border-radius: 16px;
    max-width: 1100px;
    margin-top: 12px;
    margin-bottom: 36px;
}

#portfolio .portfolio-info .portfolio-meta {
    display: flex;
    flex-direction: row;
    font-weight: 600;
    font-size: 20px;
    line-height: 32px;
    color: #404D6F;
    margin-bottom: 12px;
}

#portfolio .portfolio-info .portfolio-name {
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    color: #404D6F;
}

#portfolio .portfolio-info .portfolio-name img {
    margin-left: 6px;
}

#portfolio .portfolio-info .portfolio-meta div {
    margin-left: 24px;
}

#portfolio .portfolio-info .portfolio-meta img {
    margin-left: 6px;
}

#portfolio .portfolio-info .portfolio-desc {
    font-weight: 300;
    font-size: 20px;
    line-height: 36px;
    text-align: justify;
    color: #404D6F;
}

@media (max-width: 1199px) {
    #portfolio .portfolio-gallery {
        width: auto;
        display: grid;
        grid-template-columns: 450px 220px 220px;
        grid-template-rows: 210px 210px;
        gap: 16px 16px;
        grid-template-areas: 
          "oneone onetwo onethree"
          "oneone twoone twotwo";
    }

    #portfolio .portfolio-content {
        height: 2880px;
        overflow: hidden;
    }
}

@media (max-width: 991px) {
    #portfolio h4 {
        font-size: 24px;
        line-height: 36px;
        text-align: center;
        margin-bottom: 16px;
    }

    #portfolio .portfolio-text {
        font-weight: 300;
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 16px;
    }

    #portfolio .portfolio-gallery {
        width: auto;
        display: grid;
        grid-template-columns: 165px 165px 165px 165px;
        grid-template-rows: 620px 165px;
        gap: 90px 10px;
        grid-template-areas: 
          "oneone oneone oneone oneone"
          "onetwo onethree twoone twotwo";
    }

    #portfolio .portfolio-content {
        height: 3980px;
        overflow: hidden;
    }

    #portfolio .portfolio-info {
        padding: 12px;
        margin-top: 8px;
        margin-bottom: 16px;
    }

    #portfolio .portfolio-info .portfolio-meta {

        font-weight: 600;
        font-size: 13px;
        line-height: 20px;
        margin-bottom: 8px;
        justify-content: space-between;
    }

    #portfolio .portfolio-info .portfolio-meta div {
        margin: 0;
    }

    #portfolio .portfolio-info .portfolio-meta img {
        width: 20px;
        height: 20px;
    }

    #portfolio .portfolio-info .portfolio-desc {
        font-weight: 300;
        font-size: 16px;
        line-height: 24px;
    }

    #portfolio .see-more__btn {
        border: 1.2px solid #F400BF;
        border-radius: 12px;
        padding: 8px 10px;
        font-weight: 600;
        font-size: 16px;
        line-height: 24px;
        cursor: pointer;
        width: 219px;
    }

    #portfolio .see-more__btn::after {
        content: '\f107';
        font-family: "Font Awesome 5 Free";
        font-weight: 100;
        padding-right: 8px;
        font-size: 32px;
    }

    #portfolio .see-more__btn.show_less::after {

        content: '\f106';
        font-family: "Font Awesome 5 Free";
        font-weight: 100;
        padding-right: 8px;
        font-size: 32px;
    }
}

@media (max-width: 767px) {
    #portfolio .portfolio-gallery {
        width: auto;
        display: grid;
        grid-template-columns: 125px 125px 125px 125px;
        grid-template-rows: 520px 125px;
        gap: 20px 10px;
        grid-template-areas: 
          "oneone oneone oneone oneone"
          "onetwo onethree twoone twotwo";
    }

    #portfolio .portfolio-content {
        height: 3515px;
        overflow: hidden;
    }
}

@media (max-width: 575px) {
    #portfolio .portfolio-gallery {
        width: auto;
        display: grid;
        grid-template-columns: 110px 110px 110px;
        grid-template-rows: 340px 110px;
        gap: 5px 5px;
        grid-template-areas: 
          "oneone oneone oneone"
          "onetwo onethree twoone";
    }

    #portfolio .portfolio-content {
        height: 3040px;
        overflow: hidden;
    }

    #portfolio .portfolio-info {
        max-width: 375px;
    }

    #portfolio .portfolio-gallery .portfolio-img4 {
        display: none;
    }
}

section#single-blog,
section#cat-blog {
    margin: 2rem 0;
}

#cat-blog {
    position: relative;
}

#single-blog .map {
    margin: 2rem 0 2rem;
}

#single-blog .map.page {
    margin: 2rem 0 2rem;
}

.map p,
.map a {
    margin: .5rem 0 1rem;
    font-weight: 400;
    font-size: 14px;
    color: rgba(35, 44, 105, 0.5);
}

#single-blog {
    position: relative;
}

#single-blog .background-pink,
#cat-blog .background-pink {
    background: radial-gradient(circle, rgba(245, 227, 230, 0.7) 0, rgba(245, 227, 230, 0.7));
    filter: blur(200px);
    position: absolute;
    width: 600px;
    height: 958px;
    left: 34px;
    top: 5%;
    z-index: -1000;
}

#single-blog .background-blue,
#cat-blog .background-blue {
    background: radial-gradient(circle, #D9E4F5 0, rgba(245, 227, 230, 0));
    filter: blur(256.714px);
    position: absolute;
    width: 882px;
    height: 500px;
    left: 1014px;
    top: 5%;
    z-index: -1000;
}

#single-blog .post-rate {
    margin-right: auto;
}

#single-blog .post-rate i {
    color: #C42688;
}

#single-blog .post-thumbnail {
    position: relative;
}

#single-blog .post-thumbnail img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 8px;
}

#single-blog .post-info {

    margin: 24px 0;
    display: flex;
    width: 100%;
}

#single-blog .post-info div {
    margin-left: 24px;
    color: #AAB0BD;
    font-size: 18px;
    line-height: 28px;
}

#single-blog .post-info i {
    margin-left: 4px;
}

@media (max-width: 991px) {
    #single-blog .post-info {
        margin: 8px 0;
    }

    #single-blog .post-info div {
        margin-left: 8px;
        font-weight: 400;
        font-size: 13px;
        line-height: 20px;
    }
}

#single-blog .post-content {
    background: #fff;
    border-radius: 20px;
    padding: 2.5rem;
}

@media (max-width: 767px) {
    #single-blog .post-content, #single-service .single-service__content {
        padding: 2.5rem 1.5rem;
    }
}

#single-blog .all-content {
    height: auto;
    overflow: hidden;
}

#single-blog .all-content.show-more {
    height: 1500px;
}

#single-blog h1 {
    font-weight: 700;
    font-size: 37px;
    line-height: 56px;
    color: #882E6F;
    margin: 24px 0;
}

#single-service .single-service__content h1 {
    font-size: 29px;
    line-height: 45px;
    margin: 0 0 2rem;
    font-weight: 700;
    color: #C42688;
}

#single-blog .post-content h2, #single-service .single-service__content h2 {
    margin: 1.5em 0 0.5em;
    font-weight: 700;
    font-size: 31px;
    line-height: 48px;
    color: #B40088;
}

#single-blog .post-content h3, #single-service .single-service__content h3 {
    margin: 1.5em 0 0.5em;
    font-weight: 600;
    font-size: 26px;
    line-height: 40px;
    color: #FF44D8;
}

#single-blog .post-content h4,
#single-service .single-service__content h4,
#single-service .single-service__content h5,
#single-blog .post-content h5 {
    margin: 0 0 1rem;
    font-size: 16px;
    line-height: 32px;
    font-weight: 700;
    color: #FF44D8;
}

#single-blog .post-content a,
#single-service .single-service__content a {
    color: #FF44D8;
}

#single-blog .post-content img,
#single-service .single-service__content img {
    height: auto;
    width: 100%;
    border-radius: 32px;
}

#single-blog .post-content ul,
#single-service .single-service__content ul,
#single-blog .post-content ol,
#single-service .single-service__content ol {

    margin: 15px 0;
    list-style-type: circle;

}

#single-blog .post-content ul li,
#single-service .single-service__content ul li,
#single-blog .post-content ol li,
#single-service .single-service__content ol li {
    font-weight: 300;
    font-size: 20px;
    line-height: 36px;
    text-align: justify;
    color: #242428;
}

#single-blog .post-expert {
    text-align: justify;
    font-weight: 300;
    font-size: 20px;
    line-height: 36px;
    background: #FFD0F0;
    border-radius: 16px;
    padding: 24px;
    color: #404D6F;
}

#single-blog .post-expert p {
    margin: 0;
}

#single-blog .post-expert p:before {
    content: '\f10e';
    font-family: "Font Awesome 5 Free";
    font-weight: 500;
    padding-left: .5rem;
}

#single-blog .post-content h4, #single-service .single-service__content h4 {
    font-size: 1.18rem;
    font-weight: 700;
    margin: 1.8rem 0 1.2rem;

    line-height: 30px;
}

#single-blog .post-content h5, #single-service .single-service__content h5 {
    font-size: 1.18rem;
    font-weight: 700;
    margin: 1.8rem 0 1.2rem;

}

#single-blog .post-link-desc {
    background: rgba(185, 54, 121, 0.1);
    border-radius: 8px;
    padding: 0.5rem 1.5rem;
    margin: 2rem 16px 0 16px;
}

#single-blog .post-link-desc h4 {
    margin: 0.5rem 0;
}

#single-blog .post-link-desc p {
    font-size: .9rem;
    color: rgba(35, 44, 105, 0.5);;
    margin: 0;
    padding: 0.5rem 0;
    border-top: 1px solid rgba(35, 44, 105, 0.2);
}

#single-blog .post-link {
    display: block;
    border-radius: 12px;
    padding: 12px 16px;
    cursor: pointer;
    margin: .25rem 0;
    font-weight: 600;
    font-size: 21px;
    line-height: 32px;
}

#single-blog .post-link h2 {
    font-weight: 400;
    margin: 0;
    font-size: 1rem;
}

#single-blog .post-link:nth-child(even) {
    background: #F4F4F8;
    color: #242428 !important;
}

#single-blog .post-link:nth-child(odd) {
    background: #FBF0FB;
    color: #B40088 !important;
}

#single-blog #professional {
    background: #4305C8;
    border-radius: 20px;
    padding: 1.8rem 1.5rem;
    color: #fff;
    font-size: .8rem;
    text-align: justify;
    margin: 1rem 0;
}

#single-blog #professional h5 {
    font-weight: 700;
    font-size: 20px;
    color: #fff;
    margin: 0 0 0.2rem;
}

#single-blog #professional .professional-form {
    position: relative;
}

#single-blog #professional .professional-form > div {
    margin: 0;
}

#single-blog #professional input {
    font-size: .8rem;
    padding: 0.8rem;
    border-radius: 8px;
    border: none;
}

#single-blog #professional input#patientphone {
    border-radius: 0 8px 8px 0;
}

#single-blog #professional input.professional-button {
    border-radius: 8px;
    box-shadow: 0px 0px 10px 4px rgba(255, 41, 108, 0.2);
    background: #FF296C;
    color: #fff;
    padding: 0.8rem .5rem .8rem 1rem;
}

#single-blog #professional .professional-form:after {
    content: '\f104';
    position: absolute;
    left: 15px;
    top: 13px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    z-index: 1;
}

#professional .form-select input {
    border-radius: 0 8px 8px 0;
}

#professional .form-select {
    width: 100%;
    background: #FFFFFF;
    border-radius: 8px;
    padding: 0.8rem 0.2rem;
    font-size: .8rem;
    border: none;
    outline: none;
}

@media (max-width: 991px) {

    #single-blog h1 {
        font-weight: 700;
        font-size: 28px;
        line-height: 44px;
        color: #882E6F;
        margin: 8px 0;
    }

    #single-blog .post-expert {
        font-weight: 300;
        font-size: 16px;
        line-height: 24px;
        padding: 12px;
    }

    #single-blog .post-link {
        border-radius: 8px;
        padding: 8px 12px;
        font-weight: 600;
        font-size: 16px;
        line-height: 24px;
    }

    #single-blog .post-content ul li,
    #single-service .single-service__content ul li,
    #single-blog .post-content ol li,
    #single-service .single-service__content ol li {
        font-weight: 300;
        font-size: 16px;
        line-height: 24px;
    }

    #single-blog .post-content h2, #single-service .single-service__content h2 {
        font-weight: 600;
        font-size: 24px;
        line-height: 36px;
    }

    #single-blog .post-content h3, #single-service .single-service__content h3 {
        font-weight: 600;
        font-size: 21px;
        line-height: 32px;
    }
}

@media (max-width: 767px) and (min-width: 450px) {
    #single-blog .professional-button {
        position: absolute;
        left: -10px;
        top: 58%;
        height: 45px;
        width: 100px;
    }

    #single-blog #professional .professional-form:after {
        left: -4px;
        top: 71%;
    }
}

@media (min-width: 992px) {
    #single-blog .professional-button {
        position: absolute;
        left: 12px;
        height: 100%;
        width: 100px;
    }
}

@media (max-width: 449px) {
    #single-blog #professional input#patientphone {
        border-radius: 8px;
    }

    #single-blog .professional-button {
        margin: 0.5rem auto 0;
    }

    #single-blog #professional .professional-form:after {
        display: none;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    #single-blog #professional input#patientphone {
        border-radius: 8px;
    }

    #single-blog .professional-button {
        margin: 0.5rem auto 0;
    }

    #single-blog #professional .professional-form:after {
        left: 77px;
        top: 64px;
    }
}

@media (max-width: 991px) {
    #professional .form-select {
        margin-bottom: 1rem;
    }
}

#single-blog .post-the-content {
    margin: 1rem 0;
}

#single-blog .post-the-content ol,
#single-blog .post-the-content ul {
    padding: 0 1.5rem;
}

#single-blog .post-the-content p {

    font-weight: 300;
    font-size: 20px;
    line-height: 36px;
    text-align: justify;
    color: #242428;
}

#single-blog .post-show-more {
    margin: 1rem 0;
    position: relative;
}

#single-blog .post-show-more i {
    font-style: normal;
    font-weight: normal;
    color: #000;
    width: 113px;
    height: 38px;
    background: #FFFFFF;
    border: 1px solid #000000;
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    display: flex;
    margin: auto;
    cursor: pointer;
    font-size: 14px;
    line-height: 4px;
}

/*#single-blog .post-show-more__overlay i:before{*/
/*    content: "\f078";*/
/*}*/
#single-blog .post-show-more__overlay:before {
    content: '';
    background-image: linear-gradient(
            180deg, rgba(255, 255, 255, .3), #FFF);
    position: absolute;
    left: 0;
    bottom: 38px;
    height: 200px;
    width: 100%;
}

#single-blog .post-tags {
    display: flex;
}

#single-blog .post-tags ul {
    display: flex;
    flex-wrap: wrap;
    flex: 0 0 70%;
}

#single-blog .post-tags span {
    line-height: 47px;
    flex: 0 0 30%;
}

@media (max-width: 991px) {
    #single-blog .post-the-content p {
        font-weight: 300;
        font-size: 16px;
        line-height: 24px;
    }
}

@media (min-width: 992px) {
    #single-blog .post-tags span {
        flex: 0 0 20%;
    }

    #single-blog .post-tags ul {
        flex: 0 0 80%;
    }
}

#single-blog .post-tags li {
    border: 1px solid #E5EAFA;
    border-radius: 20px;
    padding: 0.5rem 1rem;
    font-size: .85rem;
    margin: 0.25rem;
}

#single-blog .post-tags li a {
    color: #1A2257;
    opacity: 0.5;
}

#single-blog .post-just-read {
    background: rgba(185, 54, 121, 0.1);
    box-shadow: 0px 4.17918px 4.17918px rgba(0, 0, 0, 0.04);
    border-radius: 10px;
    border-left: 4px solid #C42688;
    position: relative;
    z-index: 0;
    overflow: hidden;
    height: 64px;
    display: flex;
    align-items: center;
    margin: 1.2rem 0;
}

#single-blog .post-just-read .post-read__init {
    display: inline-block;
    color: #fff;
    width: 20%;
    border-radius: 10px;
    position: relative;
}

#single-blog .post-just-read .post-read__init:after {
    content: '';
    width: 100px;
    height: 100px;
    background: #C42688;
    position: absolute;
    right: -15px;
    top: -35px;
    z-index: -1;
    border-radius: 10px;
    transform: rotate(45deg);
}

#single-blog .post-just-read .post-read__title {
    font-weight: 700;
    text-align: right;
}

@media (max-width: 991px) and (min-width: 768px) {
    #single-blog .post-just-read .post-read__init {
        width: 40%;
    }
}

@media (max-width: 767px) {
    #single-blog .post-just-read .post-read__init {
        width: 37%;
    }

    #single-blog .post-just-read .post-read__init:after {
        right: -29px;
        top: -37px;
    }
}

#blog-sidebar {
    position: -webkit-sticky;
    position: sticky;
    right: 0;
    top: 15px;
    background-color: #f4f4f8;
    border-radius: 5px;
    padding: 10px;
}

#blog-sidebar img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

#blog-sidebar .blog-post__posts {
    list-style: none;
}

#blog-sidebar .blog-post__posts li {
    margin: 1rem 0;
    background: #fff;
    border-radius: 20px;
}

#blog-sidebar .blog-post__posts a.blog-post__recent {
    display: flex;
    flex-direction: column;
}

#blog-sidebar .widgettitle {
    font-weight: 700;
    font-size: 23px;
    line-height: 36px;
    color: #404D6F;
    /*margin-bottom: 24px;*/
    margin: 0;
    padding: 0;
}

#blog-sidebar > div:not(:last-child) {
    margin-bottom: 2rem;
}

#blog-sidebar .blog-post__posts a.blog-post__recent img {
    object-fit: cover;
    border-radius: 8px 8px 0 0;
    max-height: 100px;
}

#blog-sidebar .blog-post__posts a.blog-post__recent > div {
    display: flex;
    flex-direction: column;
    padding: 10px;
}

#blog-sidebar .blog-post__posts a.blog-post__recent h5 {
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    color: #882E6F;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 2.2rem;
    margin: 12px 0 8px;
}

#blog-sidebar .blog-post__posts a.blog-post__recent span {
    font-size: .8rem;
    color: #868686;
    margin-left: 1rem;
}

#blog-sidebar .blog-post__posts a.blog-post__recent i {
    color: #868686;
    font-size: .85rem;
}

#blog-sidebar .blog-post__posts .blog-post__excerpt {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #404D6F;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 4.6rem;
}

#blog-sidebar .blog-post__posts .blog-post__time {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#blog-sidebar h4 {
    font-size: 1.05rem;
    font-weight: 400;
    color: #C42688;
    padding: 1.1rem 0 0.5rem;
}

#single-blog .blog_comments {
    background: #fff;
    border-radius: 20px;
}

.blog_comments ol, .blog_comments ul {
    list-style: none;
}


#single-blog .blog-like {
    padding: 1.33rem 0;
}

#single-blog .blog_comments .comment-respond {
    border-top: 1.6px solid #D8DFE8;
    border-bottom: 1.6px solid #D8DFE8;
    padding: 24px 0;
}

#single-blog .blog_comments .comment-reply-title {
    color: #404D6F;
    font-weight: 600;
    font-size: 23px;
    line-height: 36px;
}

#single-blog .blog_comments .comment-notice {
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
    color: #404D6F;
}

#single-blog .blog_comments .comment-subnotice {
    font-weight: 300;
    font-size: 14px;
    line-height: 24px;
    color: #404D6F;
}

#single-blog .blog_comments .comment-notes {
    display: none;
}

#single-blog .blog_comments .submit {
    background: #FF44D8;
    color: #fff;
    border: none;
    border-radius: 14px;
    cursor: pointer;
    padding: 10px 12px;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
}

@media (max-width: 991px) {
    #single-blog .blog_comments .comment-reply-title {
        font-weight: 600;
        font-size: 18px;
        line-height: 28px;
    }

    #single-blog .blog_comments .comment-notice {
        font-weight: 300;
        font-size: 16px;
        line-height: 24px;
    }

    #single-blog .blog_comments .submit {
        border-radius: 12px;
        padding: 8px 10px;
        font-weight: 600;
        font-size: 16px;
        line-height: 24px;
    }
}

#single-blog #commentform > p {
    position: relative;
    margin: 2rem 0 0;
}

#single-blog .comment-form .comment-form-comment label,
#single-blog .comment-form .comment-form-author label,
#single-blog .comment-form .comment-form-email label,
#single-blog .comment-form .comment-form-phone label {
    position: absolute;
    font-size: .9rem;
    top: -15px;
    left: 10px;
    padding: 0 10px;
    margin: 0;
    background: #fff;
    z-index: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    height: 24px;
}

#single-blog .comment-form .comment-form-comment textarea,
#single-blog .comment-form .comment-form-author input,
#single-blog .comment-form .comment-form-email input,
#single-blog .comment-form .comment-form-phone input {
    display: block;
    width: 100%;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #FF44D8;
    border-radius: 12px;
    font-size: 12px;
    padding: 12px;
    outline: none;
}

#single-blog .comment-body img,
#single-blog .comment-body .comment-awaiting-moderation,
#single-blog .comment-body .says {
    display: none;
}

#single-blog .commentlist li .comment-body {
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-top: 6px solid #C42688;
    padding: 1rem;
    border-radius: 10px;
    margin: .5rem 0;
    position: relative;
    z-index: 0;
}

#single-blog .commentlist .children li .comment-author {
    position: absolute;
    top: -45px;
    z-index: 9999;
    color: #fff;
}

#single-blog .commentlist .children li .commentmetadata {
    position: absolute;
    top: -21px;
    z-index: 1;
}

#single-blog .commentlist .children li .commentmetadata a {
    color: #fff;
}

#single-blog .commentlist li.comment {
    clear: both;
}

#single-blog .commentlist .children li .comment-body {
    border: 1px solid #C42688;
    border-top: 50px solid #C42688;
}

#single-blog .commentlist .children li {
    width: 90%;

}

#single-blog .commentlist .reply a {
    text-align: left;
    font-size: .8rem;
    color: #6D6D6D;
    display: block;
}

#single-blog .commentlist .reply a:before {
    content: '\f064';
    color: #868686;
    font-family: "Font Awesome 5 Free";
    padding-left: .5rem;
}

#single-blog .commentlist .comment-meta a {
    font-size: .7rem;
    color: #868686;
    position: relative;
    top: -7px;
}

#single-blog .blog-share h4,
#single-blog .blog-like h4 {
    font-weight: 600;
    font-size: 23px;
    line-height: 36px;
    text-align: center;
    margin-bottom: 6px;
    color: #404D6F;
}

#single-blog .blog-share > div,
#single-blog .blog-like > div {
    text-align: center;
    font-size: 1.5rem;
}

#single-blog .blog-share a {
    margin: 0 0.5rem;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: #fff;
}

#single-blog .blog-share a:first-child {
    background-color: #29B6F6;
}

#single-blog .blog-share a:nth-child(2) {
    background-color: #40C351;
}

#single-blog .blog-share a:last-child {
    background-color: #FF4949;
}

#cat-blog h1 {
    font-weight: 700;
    font-size: 37px;
    line-height: 56px;
    color: #404D6F;
}

#cat-blog h1 span {
    color: #882E6F;
}

#error-page h1 {
    font-size: 1.1rem;
}

#cat-blog .cat-post {
    margin-bottom: 24px;
}

#cat-blog .cat-post img {
    width: 100%;
    object-fit: cover;
    border-radius: 8px;
}

#cat-blog .cat-post h2 {
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    margin: 12px 0 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    height: 2.05rem;
}

#cat-blog .cat-post h2 a {
    color: #882E6F;
}

#cat-blog .cat-post p {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #404D6F;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 4.6rem;
}

#cat-blog .cat-post .post-meta {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #404D6F;
}

#cat-blog .cat-post .post-meta i {
    margin-left: 4px;
}

#cat-blog .pagination {
    margin: 1.5rem 0;
    justify-content: center;
}

#cat-blog .pagination .page-numbers {
    width: 40px;
    height: 40px;
    margin: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    transition: all 0.3s ease-in-out;
    background: #fff;
    border: 1.2px solid #848EAA;
    cursor: pointer;
    color: #848EAA;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
}

#cat-blog .pagination .page-numbers.dots {
    border: none;
    width: 24px;
    height: 24px;
}

#cat-blog .pagination .page-numbers:hover,
#cat-blog .pagination .page-numbers.current {
    color: #fff;
    background: #F400BF;
    border: none;
}

#cat-blog .blog-slider-heading {
    margin-top: 48px;
    font-weight: 600;
    font-size: 23px;
    line-height: 36px;
    color: #404D6F;
}

#cat-blog h5 {
    font-weight: 600;
    font-size: 23px;
    line-height: 36px;
    color: #404D6F;
    margin-bottom: 24px;
}

#cat-blog .menu-category-menu-container {

    box-shadow: 0px 16px 32px rgba(64, 77, 111, 0.16);
    border-radius: 12px;
}

#cat-blog .menu-category-menu-container .menu {
    list-style: none;
}

#cat-blog .menu-category-menu-container .menu li {
    padding: 12px;
    font-weight: 600;
    font-size: 20px;
    line-height: 32px;
    color: #404D6F;
}

#cat-blog .menu-category-menu-container .menu .menu-item.active > a {
    color: #B40088 !important;
    border-bottom: none !important;
    display: block;
    opacity: 1;
    height: 100%;
    position: relative;
    width: 100%;
}

#cat-blog .menu-category-menu-container .menu .menu-item.active > a::before {
    content: "\f104";
    position: absolute;
    left: 0;
    top: 0;
    color: #B40088;
    font-family: "Font Awesome 5 Free";
    font-weight: 200;
    font-size: 32px;
}

@media (max-width: 991px) {
    #cat-blog h1 {
        font-weight: 700;
        font-size: 28px;
        line-height: 44px;
    }

    #cat-blog h5 {
        font-weight: 600;
        font-size: 20px;
        line-height: 32px;
    }

    #cat-blog .menu-category-menu-container .menu li {
        font-weight: 600;
        font-size: 18px;
        line-height: 28px;
    }

    #cat-blog .menu-category-menu-container {
        margin-bottom: 28px;
    }

    #single-blog .blog-share h4,
    #single-blog .blog-like h4 {
        font-weight: 600;
        font-size: 18px;
        line-height: 28px;
    }
}

.cat-blogservice-heading {
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #404D6F;
    text-align: center;
}

.cat-blogservice-heading span {
    color: #882E6F;
}

.cat-blogservice-info {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    text-align: justify;
    color: #404D6F;
}

.cat-blogservice-cta {
    display: flex;
    flex-direction: column;
    background: #404D6F;
    border-radius: 24px;
    align-items: center;
    padding: 12px;
    margin-top: 16px;
}

.cat-blogservice-cta img {
    margin-right: 8px;
}

.cat-blogservice-ctainfo {
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    color: #FFFFFF;
    text-align: center;
}

.blog-cons-btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 12px;
    background: #F400BF;
    border-radius: 14px;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    color: #FFFFFF;
    width: 100%;
    margin: 8px 0;
}

.blog-visit-btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 12px;
    border: 1.6px solid #FFFFFF;
    border-radius: 14px;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    color: #FFFFFF;
    width: 100%;

}

.blog-cons-btn a, .blog-visit-btn a {
    color: #FFFFFF;
}

#error-page .error-404 {
    background-color: #fff;
    border-radius: 20px;
    padding: 1rem;
    margin: auto;
    text-align: center;
}

#error-page .error-404 img {
    border-radius: 20px;
    display: block;
    margin: auto;
}

@media (max-width: 768px) {
    #error-page .error-404 img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.rating-container {
    display: flex;
    flex-direction: column;
}

.rating-container__num {
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
    color: #404D6F;
    margin-bottom: 16px;
}

.rating-container__all {
    display: flex;
    align-items: center;
}

.rating-container .rating-container__form {
    height: 41px;
}

.rating-container .rating-container__form > input,
.rating-container__all > input {
    display: none;
}

.rating-container .rating-container__form > input + label,
.rating-container__all > input + label {
    /* only enough room for the star */
    font-family: 'dashicons';
    display: inline-block;
    overflow: hidden;
    width: 1em;
    white-space: nowrap;
    cursor: pointer;
    margin: 0;
    font-size: 1.3rem;
}

.rating-container .rating-container__form > input + label:before {
    display: inline-block;
    content: "\f154";
    color: #888;
}

.rating-container__all > input + label:before {
    display: inline-block;
    content: "\f155";
    color: #fff;
    text-shadow: 0 0 1px #fff;
}

.rating-container .rating-container__form > input:checked ~ label:before,
.rating-container .rating-container__form > input + label:hover ~ label:before,
.rating-container .rating-container__form > input + label:hover:before,
.rating-container .rating-container__form > label.cookie-checked:before,
.rating-container__all label.active:before {
    content: "\f155";
    color: #FFC804;
    text-shadow: 0 0 1px #FFC804;
}

.rating-container.disabled .rating-container__form > input + label,
.rating-container.disabled .rating-container__form > input,
.rating-container__all > input + label,
.rating-container__all > input {
    pointer-events: none;
}

.info {
    margin-top: 29px;
    background: #FFFFFF;
    border-radius: 12px;
    margin-bottom: 32px;
    display: flex;
    align-content: space-between;
    padding: 20px 10px;
    align-items: center;
}

.info .info-item {
    flex-basis: 33.333333%;
    width: 86px;
    padding: 0 5px;
}

.info .info-item:first-child,
.info .info-item:last-child {
    margin: 0;
}

.info .info-item img {
    display: block;
    margin: 0 auto 23px auto;
    height: 56px;
    width: auto;
}

.info .info-item span {
    display: block;
    margin: 0 auto;
    font-weight: 900;
    font-size: 12px;
    line-height: 17px;
    color: rgba(0, 0, 0, 0.6);
    text-align: center;
}

#single-blog .post-content {
    padding: 0 0 16px 0;
    margin-bottom: 32px;
}

#single-blog .all-content {
    padding: 16px 0;
}

#single-blog .post-content h1 {
    padding: 24px 16px;
    border-bottom: 1px solid #eee;
    margin-bottom: 16px;
}

@media (max-width: 991px) {
    #single-blog .post-content {
        margin: 0 0 32px 0;
    }

    .rating-container p {
        font-weight: 300;
        font-size: 16px;
        line-height: 24px;
    }

    #single-blog .post-content h1, #single-service .single-service__content h1 {
        font-size: 20px;
    }

    .post-info .rating-container .rating-container__form > input + label,
    .rating-container__all > input + label {
        /* only enough room for the star */
        font-size: 13px;
    }
}

.rating-container__all span {
    font-size: 14px;
}

#title-list {
    margin: 0 0 20px 0;
    border-bottom: 1px solid #e5eafa;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

#single-blog .post-content .post-tags ul,
#single-service .single-service__content .post-tags ul {
    list-style-type: none;
}

.wp-caption {
    max-width: 100% !important;
}

.wp-caption-text {
    font-size: 13px;
    text-align: center !important;
}

.video-wrapper {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
}

.videoonclickb {
    width: 81px;
    height: 81px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
}

.videoonclickb:hover {
    cursor: pointer;
}

.wp-block-separator {
    border-top: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    margin: 48px 0;
}

#single-service .single-service__content img {
    border-radius: 12px;
}

#single-service .single-service__content.show-more-service {
    height: 150px;
    overflow: hidden;
}

.why-serita h4 {
    font-weight: 900;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 24px;
    text-align: right;
    color: #C42688;
}

.why-serita {
    margin-top: 48px;
}

.why-serita-items li {
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-sizing: border-box;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
    border-radius: 12px;
    margin-bottom: 16px;
    display: flex;
    padding: 19px;
}

.why-serita-items li img {
    width: 55px;
    height: 66px;
    object-fit: contain;
    margin-left: 16px;
}

.why-serita-items li h5 {
    font-weight: bold;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 3px;
    color: rgba(0, 0, 0, 0.7);
}

.why-serita-items li p {
    font-weight: normal;
    font-size: 14px;
    margin: 0;
    line-height: 22px;
    color: rgba(0, 0, 0, 0.6);
}

.care {
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.04);
    border-radius: 8px;
    margin-bottom: 48px;
    display: none;
}

#single-service .care h4 {
    background: #FFFFFF;
    border-radius: 8px;
    margin: 0;
    padding: 19px 10px;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
}

#single-service .care.show h4 {
    border-radius: 8px 8px 0 0;
}

#single-service .care h4:hover {
    cursor: pointer;
}

#single-service .care h4:after {
    content: '\f107';
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    float: left;
    color: #000;
    margin-top: 4px;
}

#single-service .care .service-items {
    visibility: hidden;
    opacity: 0;
    height: 0;
    margin: 0;
    transition: visibility 0s, opacity 0.5s linear;
}

#single-service .care.show .service-items {
    margin: 0 10px;
    height: auto;
    visibility: visible;
    opacity: 1;
}

@media (min-width: 991px) {
    .wp-block-columns.is-not-stacked-on-mobile > .wp-block-column {
        flex-basis: unset !important;
        flex-grow: unset !important;
        width: fit-content;
        margin-right: 25px;
    }
}

@media (max-width: 991px) {
    .care {
        display: block;
    }

    #single-service section.service-price h4 {
        font-size: 20px;
        line-height: 28px;
    }

    #single-service .single-service__content img {
        border-radius: 8px;
    }

    #single-service .map p {
        text-align: right;
        margin: 33px 0 0 0;
    }

    #single-service h1, #portfolio-section h1 {
        font-weight: 700;
        font-size: 28px;
        line-height: 44px;
    }

    #single-service .service-summary p, #portfolio-section p {
        font-weight: 300;
        font-size: 16px;
        line-height: 24px;
        padding: 12px;
    }

    #single-service .single-service__faq-header {
        font-weight: 900;
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 24px;
        text-align: right;
        color: #000000;
    }

    #single-service section.single-service__content {
        margin-top: 0;
        padding: 0;
    }

    .wp-block-columns.is-not-stacked-on-mobile > .wp-block-column:not(:first-child) {
        margin-right: 16px;
    }

    #single-service .single-service__content .wp-block-column img {
        width: 100%;
        height: auto;
    }

    #single-service .single-service__content .wp-block-column h3, #single-service .single-service__content .wp-block-column h4 {
        margin: 0;
    }

    #single-service .single-service__content .wp-block-column .wp-block-image {
        margin: 0;
    }

    #single-service .single-service__content .has-small-font-size {
        line-height: 22px;
    }

    .wp-block-columns.is-not-stacked-on-mobile > .wp-block-column.col-lg-2 {
        padding: 0;
    }
}

.implant-details {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 0px -50px 0 0;
}

.implant-detail {
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    border-radius: 8px;
    padding: 15px;
    margin: 15px;
}

.img-implant-details {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

@media (max-width: 496px) {

    .img-implant-details {

        width: 80% !important;
    }
}

@media (max-width: 425px) {

    .img-implant-details {

        width: 500px !important;
    }
}

@media (min-width: 497px) {

    .img-implant-details {

        width: 60% !important;
    }
}

@media (min-width: 768px) {

    .img-implant-details {

        width: 25% !important;
    }
}

@media (min-width: 992px) {

    .img-implant-details {

        width: 10% !important;
    }
}

.cal-price {
    background: #FFE1FA;
    border: 1px solid rgba(149, 27, 129, 0.4);
    box-sizing: border-box;
    border-radius: 8px;
    color: #C42688;
    padding: 10px;
    display: inline-block;
}

.comment p a:link {
    color: #C42688;
    text-decoration: solid;
    font-weight: 700;
}

.comment p a b {
    text-decoration: underline;
    color: #C42688;
}

.price-list-link {
    text-align: center !important;
    margin-top: -40px;
    margin-bottom: 60px;
}

.comment-form-cookies-consent {
    display: none;
}

.comments-count {
    font-weight: 900;
    font-size: 18px;
    color: #C42688;
    margin: 2em 0;
}

.service-thumb img {
    width: 100%;
}

.post-the-content .collapsible {
    color: #404D6F;
    cursor: pointer;
    padding: 12px 16px;
    margin-bottom: 8px;
    width: 100%;
    border: none;
    text-align: right;
    outline: none;
    font-weight: 600;
    font-size: 21px;
    line-height: 32px;
    background: #D8DFE8;
    border-radius: 12px;
    outline: none !important;
}

.post-the-content .collapsible:after {
    content: '\002B';
    color: #404D6F;
    font-weight: bold;
    font-weight: 700;
    font-size: 18px;
    float: left;
    margin-left: 5px;
}

.post-the-content .collapsible.active:after {
    content: "\2212";
}

@media (max-width: 992px) {

    .post-the-content .collapsible {
        padding: 8px 12px;
        font-weight: 600;
        font-size: 16px;
        line-height: 24px;
        border-radius: 8px;
    }
}

/* shortcode */

.ctac {
    display: flex;
    justify-content: space-between;
    background: #404D6F;
    border-radius: 24px;
    align-items: center;
    padding: 10px 20px;
    margin: 10px 0;
}

.ctac-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.ctac-info .content {
    font-weight: 600 !important;
    font-size: 20px;
    line-height: 32px !important;
    color: #FFFFFF !important;
    margin: 0;
}

.ctac-info .subcontent {
    margin: 0;
    color: #fff !important;
    font-size: .9em !important;
}

.ctac .phone-link {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #dd0884;
    border-radius: 7px;
    padding: 10px 50px;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
}

.ctac .phone-link .phone {
    margin: 0 8px;
    font-weight: 600;
    font-size: 18px !important;
    line-height: 28px !important;
    color: #FFFFFF !important;
}

.ctac .phone-link img {
    width: 24px !important;
    height: 24px !important;
}

.call-cta .content {
    font-weight: inherit !important;
}

.call-cta .phone-link {
    padding: 10px 15px;
}

.link {
    padding: 16px;
    border: 1.6px solid #882E6F;
    border-radius: 12px;
    width: 100%;
    font-weight: 400 !important;
    font-size: 20px !important;
    line-height: 34px !important;
    color: #882E6F !important;
    margin: 24px 0;
}

.link a, .link a:hover {
    color: #882E6F !important;
}

p.highlight {
    background: #848EAA;
    border-radius: 12px;
    padding: 12px;
    font-weight: 400;
    font-size: 23px;
    line-height: 40px;
    color: #FFFFFF !important;

}

@media (max-width: 992px) {
    .ctac {
        flex-direction: column;
        padding: 20px;
        width: 100%;
    }

    .ctac-info {
        justify-content: center;
        align-items: flex-start;
        width: 100%;
        margin-bottom: 10px;
    }

    .ctac .phone-link {
        width: 100%;
        padding: 6px 50px;
        color: #FFFFFF !important;

    }

    .ctac .phone-link .phone {
        margin: 0 8px;
        color: #FFFFFF !important;
    }

    .link {
        padding: 10px;
        font-size: 15px;
    }

}

.wp-block-image.aligncenter, .wp-block-image .aligncenter, .wp-block-image.alignleft, .wp-block-image .alignleft, .wp-block-image.alignright, .wp-block-image .alignright {
    margin: auto;
}