.title-bar-wrapper,
.title-bar-wrapper.bg-color-custom:before {
    background-color: rgba(0, 0, 0, .2);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: scroll;
}

.title-bar-content,
.title-bar-wrapper {
    min-height: 500px;

    display: flex;
    align-items: center;
}

.title-bar-wrapper {
    position: relative;
    z-index: 2;
}

@media (min-width: 1201px) {
    .title-bar-wrapper {
        margin: 20px 20px 0;
        max-width: 100%;
        overflow: hidden;
        border-radius: 30px;
    }
}


.title-bar-wrapper.titlebar-style-left .title-bar-content .tbar-title {
    margin-bottom: 0;
}

.title-bar-wrapper.titlebar-style-left .title-bar-content .tbar-title {
    margin-bottom: 10px;
    color: white !important;
}

.title-bar-content .tbar-title {
    margin-bottom: 0;
}

.tbar-title {
    font-family: Sora, sans-serif;
    font-weight: 500;
    font-size: 60px;
    line-height: 60px;
    letter-spacing: 0;
    color: #000;

    text-transform: none;
    font-style: normal;
}

.title-bar-content .breadcrumb {
    display: block;
}

.breadcrumb,
.breadcrumb a {
    font-family: Sora, sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 0;
    color: #000;
    text-transform: capitalize;
    font-style: normal;
    margin-left: 10px;
}

.breadcrumb .breadcrumb-inner span {
    display: inline-block;
    font-size: 15px;
}

.breadcrumb .breadcrumb-inner span.sep {
    line-height: 15px;
}

.breadcrumb .breadcrumb-inner span {
    display: inline-block;
    font-size: 15px;
}

.breadcrumb-inner .sep {
    font-size: 15px;
    padding: 0 5px;
    position: relative;
    top: 0;
    color: #000;
}

.default-padding.bottom-less {
    padding-top: 90px;
    padding-bottom: 90px;
}

.doctor-area .equal-height {
    margin-bottom: 30px;
}

.doctor-items .item {
    box-shadow: 0px 15px 60px -10px rgb(109 117 143 / 33%);
    overflow: hidden;
    border-radius: 30px;
}

.doctor-items .item:hover .social {
    opacity: 1;
    bottom: 40px;
}

.doctor-items .thumb {
    position: relative;
    z-index: 1;
}

.doctor-items .item:hover img {
    opacity: 0.5;
}

img {
    border: none;
    outline: none;
    max-width: 100%;
    vertical-align: middle;

}

.doctor-items .thumb .social {
    position: absolute;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    bottom: 0;
    width: 100%;
    opacity: 0;
}

.doctor-items .thumb .overlay {
    position: absolute;
    left: 50%;
    bottom: -25px;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
}

.doctor-items .thumb .overlay i {
    height: 50px;
    width: 50px;
    background: #0cb8b6;
    line-height: 50px;
    color: #fff;
    font-size: 15px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.doctor-items .social li {
    display: inline-block;
}

.doctor-items .social li a {
    display: inline-block;
    height: 40px;
    width: 40px;
    background: rgba(255, 255, 255, 0.9);
    line-height: 43px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin: 0 1px;
}

.doctor-items .social li.facebook a {
    background-color: #3b5998;
    color: #fff;
}

.doctor-items .social li.twitter a {
    background-color: #00b6f1;
    color: #fff;
}

.doctor-items .social li.instagram a {
    background-color: #cd486b;
    color: #fff;
}

.doctor-items .social li.linkedin a {
    background-color: #0077b5;
    color: #fff;
}

.doctor-items .social li a:hover {
    background: #0cb8b6;
    color: #fff;
}

ul,
li {
    margin: 0;
    padding: 0;
    list-style: none;
}

i::before {
    line-height: inherit !important;
}

.doctor-items .info {
    padding: 30px;
    border-top: 2px solid #0cb8b6;
    background: #fff;
}

.doctor-items .info h4 {
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 15px;
}

.doctor-items .info h5 {
    text-transform: uppercase;
    color: #0cb8b6;
    margin-bottom: 15px;
    font-size: 12px;
    letter-spacing: 1px;
}

.doctor-items .info .appoinment-btn {
    position: relative;
    z-index: 1;
}

.doctor-items .info a {
    display: inline-block;
    text-transform: uppercase;
    color: #666666;
    background: #fff;
    position: relative;
    z-index: 1;
    padding: 0 10px;
    transition: all 0.35s ease-in-out;
    outline: medium none;
    text-decoration: none;
    font-weight: 700;
    line-height: 26px;
}

.doctor-items .info .appoinment-btn::after {
    position: absolute;
    left: 0;
    top: 50%;
    content: "";
    height: 1px;
    width: 100%;
    background: #e7e7e7;
    z-index: -1;
}