.tp-header-logo a {
    display: flex;
    align-items: center;
    gap: 5px;
}
.tp-header-logo img {
    width: 100px;
}
.tp-header-logo h1 {
    color: var(--tp-common-white);
    font-weight: bold;
    font-size: 42px;
}
.tp-header-logo h1 span {
    display: block;
    font-size: 24px;
}

.tp-header-bottom img {
    width: 80px;
}

.tp-header-bottom h1 {
    color: var(--tp-common-white);
    font-weight: bold;
    font-size: 32px;
}
.tp-header-bottom h1 span {
    display: block;
    font-size: 22px;
}
.tp-header-bottom .logo a {
    display: flex;
    align-items: center;
    gap: 5px;
}
.tp-header-sticky .main-menu ul li > a {
    padding: 10px 15px;
    border-radius: 5px;
}
.tp-testimonial-active {
    padding: 0 10px;
}
.tp-instagram-thumb > img {
    height: 225px;
    object-fit: cover;
    object-position: center center;
}
.swiper-pagination-bullets {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
}
.swiper-pagination-bullet {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    opacity: 1;
    margin: 0 7px;
    background-color: var(--tp-theme-primary);
    -webkit-transition: all 0.3s 0s ease-out;
    -moz-transition: all 0.3s 0s ease-out;
    -ms-transition: all 0.3s 0s ease-out;
    -o-transition: all 0.3s 0s ease-out;
    transition: all 0.3s 0s ease-out;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--tp-theme-primary);
    position: relative;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active::before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid var(--tp-red-1);
    border-radius: 50%;
    -webkit-transition: all 0.3s 0s ease-out;
    -moz-transition: all 0.3s 0s ease-out;
    -ms-transition: all 0.3s 0s ease-out;
    -o-transition: all 0.3s 0s ease-out;
    transition: all 0.3s 0s ease-out;
}
.tp-doctor-wrapper {
    position: relative;
}
.tp-testimonial-wrapper {
    position: relative;
    padding-bottom: 50px;
}

.swiper-container button {
    position: absolute;
    left: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    font-size: 20px;
    color: var(--tp-theme-4);
    height: 50px;
    width: 50px;
    display: inline-block;
    border-radius: 50%;
    background-color: var(--tp-common-white);
}
.tp-services-3-thumb .fix > img {
    height: 300px;
    object-fit: cover;
    object-position: top center;
}

.swiper-container button:hover {
    background: var(--tp-theme-primary);
    border-color: var(--tp-theme-primary);
    color: var(--tp-common-white);
    box-shadow: inset 0 0 0 40px var(--tp-theme-primary);
}
.tp-testimonial-wrapper.inner-page .tp-testimonial-item {
    margin-bottom: 30px;
}
.tp-team-content .time {
    display: block;
    font-size: 14px;
    color: var(--tp-theme-4);
    line-height: 21px;
}
.tp-services-details-wrapper strong {
    color: var(--tp-theme-primary);
}
.tp-services-details-wrapper p {
    color: #000;
    font-size: 16px;
    line-height: 28px;
}
.tp-services-details-wrapper li {
    margin-bottom: 10px;
    color: #000;
    font-size: 16px;
    line-height: 28px;
}
@media (max-width: 767px) {
    .swiper-container button svg {
        width: 25px;
    }
}
.swiper-container .next-btn {
    left: auto;
    right: 0px;
}
@media (max-width: 767px) {
    .swiper-container .next-btn {
        right: 10px;
    }
}
@media (max-width: 767px) {
    .swiper-container button {
        left: 10px;
    }
}
.tp-services-wrapper .swiper-container {
    padding-bottom: 50px;
}

.doctor-list ul {
    width: 100%;
    margin: 0px;
    padding: 0px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid #f0f0f0;
    border-left: 1px solid #f0f0f0;
}
.doctor-list ul li {
    list-style: none;
    display: inline-block;
    border-right: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: table;
    padding: 25px 20px;
    position: relative;
    background-color: #ffffff;
    display: flex;
    align-items: flex-start;
}
.doctor-list ul li .icon-wrap {
    z-index: 1;
    width: 80px;
    height: 60px;
    margin: 20px 0;
    flex-shrink: 0;
    position: relative;
    border-radius: 5px;
    text-align: center;
    margin-right: 20px;
    font-size: 36px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: var(--tp-red-1);
    border-left: 3px solid var(--tp-red-1);
    border-right: 3px solid var(--tp-red-1);
}
.doctor-list ul li .icon-wrap::after {
    content: "";
    left: -59px;
    width: 51px;
    z-index: -1;
    height: 51px;
    bottom: -22px;
    position: absolute;
    border-radius: 8px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: var(--tp-red-1);
    border-right: 3px solid var(--tp-red-1);
    border-bottom: 3px solid var(--tp-red-1);
    -webkit-transform: scale(1) rotate(45deg) translateX(50px) translateY(-50px) skewX(-10deg) skewY(-10deg);
    -ms-transform: scale(1) rotate(45deg) translateX(50px) translateY(-50px) skewX(-10deg) skewY(-10deg);
    transform: scale(1) rotate(45deg) translateX(50px) translateY(-50px) skewX(-10deg) skewY(-10deg);
}
.doctor-list ul li .icon-wrap::before {
    top: -22px;
    left: -59px;
    width: 51px;
    content: "";
    z-index: -1;
    height: 51px;
    position: absolute;
    border-radius: 8px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: var(--tp-red-1);
    border-top: 3px solid var(--tp-red-1);
    border-left: 3px solid var(--tp-red-1);
    -webkit-transform: scale(1) rotate(45deg) translateX(50px) translateY(-50px) skewX(-10deg) skewY(-10deg);
    -ms-transform: scale(1) rotate(45deg) translateX(50px) translateY(-50px) skewX(-10deg) skewY(-10deg);
    transform: scale(1) rotate(45deg) translateX(50px) translateY(-50px) skewX(-10deg) skewY(-10deg);
}
.doctor-list ul li .icon-wrap i {
    font-size: 48px;
    line-height: 66px;
    background: var(--tp-common-white);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}
.doctor-list .info-wrap strong {
    display: block;
    font-size: 18px;
    font-weight: bold;
    color: var(--tp-red-1);
}
.doctor-list .info-wrap small {
    display: block;
    font-size: 16px;
    color: var(--tp-theme-primary);
    line-height: normal;
    margin-top: 5px;
}

.doctor-list .info-wrap .time {
    font-size: 13px;
    line-height: normal;
}
.about-area img {
    max-width: 100%;
}
.about-area figcaption {
    background: var(--tp-theme-primary);
    color: var(--tp-common-white);
    text-align: center;
    padding: 15px;
    display: block;
    font-weight: bold;
    font-size: 20px;
}
.tp-slider-btn-2-arrow {
    right: auto;
}
.tp-slider-3-thumb {
    text-align: center;
}
.tp-slider-3-thumb img {
    width: 400px;
    max-width: 100%;
    margin: 40px auto 0;
}
.tp-slider-3-item {
    height: 640px;
}
@media (max-width: 767px) {
    .swiper-container button {
        height: 50px;
        width: 50px;
    }
    .doctor-list ul {
        grid-template-columns: repeat(1, 1fr);
    }
    .tp-slider-3-title-1 {
        font-size: 21px;
    }
    .tp-slider-3-content p {
        font-size: 18px;
        line-height: 28px;
    }
    .tp-slider-3-content {
        min-height: auto;
    }
    .tp-slider-3-thumb img {
        margin-top: 0;
    }
    .tp-slider-3-item {
        height: 100vh;
        min-height: 700px;
    }
    .tp-header-logo img {
        width: 86px;
    }
    .offcanvas__logo img,
    .tp-header-bottom img {
        width: 72px;
    }
    .about-area figcaption {
        font-size: 14px;
        padding: 10px 5px;
    }
    .tp-breadcrumb-bg {
        padding: 60px 0;
    }
    .tp-services-details-wrapper ul {
        padding-left: 10px;
    }
    .doctor-list ul li {
        padding: 25px 15px;
    }
    .tp-testimonial-item {
        padding: 25px 25px 37px;
    }
    .tp-contact-inner {
        margin-bottom: 30px;
    }
}
