.blog-content-area > * {
    margin-bottom: 1.5rem !important;
}

.home4-service-section .primary-btn2 .content {
    color: var(--white-color);
}

.home4-service-section .primary-btn2 .icon svg {
    stroke: var(--white-color);
}

li:not(:last-of-type) {
    margin-bottom: 10px;
}

.breadcrumb-list li:not(:last-of-type) {
    margin-bottom: 0;
}

.team-list {
    margin-bottom: -50px;
}

.team-list .col-md-6 {
    margin-bottom: 50px;

    padding: 0 30px;
}


div#ez-toc-container ul li::before, div#ez-toc-container ul li::before a {
    display: none !important;
}

.inner-team-section .inner-team-slider-area .team-list {
    cursor: pointer;
}

.services-details__content .feature-list .single-item {
    position: relative;
    display: block;
    border: 1px solid #e1e8e4;
    padding: 16px 30px 16px 53px;
    margin-bottom: 20px;
    -webkit-transition: all 600ms ease;
    transition: all 600ms ease;
}

.services-details__content .feature-list .single-item .icon-box {
    color: var(--theme-color1);
    position: absolute;
    left: 20px;
    top: 16px;
    font-size: 18px;
    -webkit-transition: all 600ms ease;
    transition: all 600ms ease;
}

.services-details__content .feature-list .single-item .title {
    display: block;
    margin: 0;
    font-size: 15px;
    line-height: 32px;
    font-weight: 600;
    text-transform: uppercase;
}

.team-single__item:not(:last-of-type) {
    margin-bottom: 35px;
}

.content blockquote {
    position: relative;
    padding-top: 65px;
    margin-right: -1px;
}

.content blockquote p {
    font-weight: 600 !important;
    font-size: 28px !important;
    font-family: var(--font-spaceGrotesk) !important;
}

.content blockquote::before {
    content: '';
    display: block;
    width: 51px;
    height: 46px;
    position: absolute;
    left: 0;
    top: 0;
    background: url("../img/icons/blockquote.svg") no-repeat center;
    background-size: contain;
}

.team-details-page .team-details-content .content p {
    line-height: 1.65;
}

.team-details-page .team-details-content ul li {
    position: relative;
}

.team-details-page .team-details-content .content p strong {
    font-family: var(--font-spaceGrotesk);
    font-size: 1.4rem;
}

.team-details-page .team-details-content ul li::before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;

    position: absolute;
    left: -18px;
    top: 8px;
    border-radius: 50%;

    background-color: var(--dark-title-color);
}

.team-details-page .team-details-content .content span a {
    font-size: 1.4rem;
    color: var(--dark-title-color);
    font-weight: bold;
    font-family: var(--font-spaceGrotesk);
}

.form-inner {
    position: relative;
}

.form-inner p {
    margin-bottom: 0 !important;
}

.wpcf7-not-valid-tip {
    position: absolute;
    left: 0;
    bottom: -42px;
    font-size: 12px;
}

.swal2-modal .swal2-title,
.swal2-modal .swal2-content {
    font-family: var(--font-spaceGrotesk);
}

.swal2-modal .swal2-content {
    font-size: 20px;
}

.award-table tbody tr {
    vertical-align: top;
}

div#ez-toc-container ul li::before {
    display: none!important;
}

.service-wrapper-block img {
    border-radius: 15px;
}

.footer-menu-list li {
    margin-bottom: 0!important;
}

@media screen and (max-width: 767px) {
    h3 {
        font-size: 22px;
    }

    .team-details-page .team-details-content h3 {
        font-size: 19px;
    }

    .team-list .col-md-6 {
        margin-bottom: 45px;

        padding: 0 10px;
    }

    .right-sidebar-menu .sidebar-content-wrap p,
    .right-sidebar-menu .sidebar-content-wrap .contact-area a,
    .right-sidebar-menu .sidebar-content-wrap .contact-area .contact-list .single-contact a {
        font-size: 14px;
    }

    .primary-btn1 {
        font-size: 13px;
    }
}

@media screen and (max-width: 991px) {
    p, .content, .blog-details__content {
        font-size: 15px;
    }

    input, textarea, form button {
        font-size: 14px !important;
    }

    .services-details__content {
        padding-left: 0 !important;
    }

    .content blockquote::before {
        width: 45px;
        height: 39px;
    }
}

@media screen and (max-width: 767px) {
    .contact-two-area {
        padding: 60px 0 0 !important;
    }

    .team-details__top-left {
        margin-right: 0 !important;
    }

    .contact-two__map {
        position: relative;
        height: 350px;

        margin-top: 50px;
    }

    .contact-two__map::before {
        display: none;
    }

    .team-details .container {
        padding-top: 50px !important;
    }

    .contact-page .conatct-form-area .contact-form .contact-form-top h3 {
        font-size: 22px;
    }
}