@font-face {
    font-family: pffusionsanspro-heavy;
    src: url(../fonts/PFFusionSansPro-Heavy.ttf) format("truetype")
}

@font-face {
    font-family: amsterdam-four;
    src: url(../fonts/Amsterdam-Four.ttf) format("truetype")
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

html,body {
}

.hr-mod {
    margin: 8px 0
}

.a-mod {
    text-decoration: none;
    color: #000
}

.a-mod:hover {
    color: #00c2cb
}

.bg-doctorspedia {
    color: #00c2cb
}

.btn-doctorspedia {
    color: #fff;
    background: #00c2cb;
    border-color: #00b0b7
}

.btn-doctorspedia:hover {
    background: #00a3aa;
    border-color: #00b0b7
}

.btn-doctorspedia:active {
    background: #00a3aa;
    border-color: #00b0b7
}

.btn-doctorspedia:focus {
    background: #00a3aa;
    border-color: #00b0b7;
    outline: 0;
    box-shadow: unset
}

.dp-button {
    color: #fff;
    background-color: #00c2cb;
    border-color: #00c2cb
}

.dp-button:focus {
    box-shadow: none
}

.dp-button:active:focus {
    box-shadow: none
}

.dp-button:hover {
    color: #fff;
    background-color: #03a6ae;
    border-color: #03a6ae
}

.dp-button-outline {
    color: #03a6ae;
    font-weight: 600;
    border-color: #00c2cb
}

.dp-button-outline:focus {
    box-shadow: none
}

.dp-button-outline:active:focus {
    box-shadow: none
}

.dp-button-outline:hover {
    color: #fff;
    background-color: #03a6ae;
    border-color: #03a6ae
}

.space {
    padding: 30px 0
}

.space-sm {
    padding: 20px 0
}

.space-2x {
    padding: 120px 0
}

.container-95 {
    width: 95%;
    padding: 0;
    margin: 0 auto
}

.container-70 {
    width: 70%;
    padding: 0;
    margin: 0 auto
}

.top-bar {
    display: block;
    background: #00c2cb!important;
    padding: 7px
}

.top-bar-mobile {
    display: none
}

.social-icons ul {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0
}

.social-icons ul li {
    display: inline-block;
    margin-right: 2px
}

.social-icons ul li a {
    display: block;
    text-align: center;
    padding: 5px;
    line-height: 10px;
    color: #fff
}

.personal-social-share {
    margin-top: 10px;
    text-align: center
}

.personal-social-icons ul {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0
}

.personal-social-icons ul li {
    display: inline-block;
    margin-right: 2px
}

.personal-social-icons ul li a {
    font-size: 14px;
    display: block;
    text-align: center;
    padding: 5px;
    line-height: 13px;
    color: #fff;
    border-radius: 5px;
    height: 25px;
    width: 25px
}

.personal-social-icons.share ul li a.ssl {
    padding: 0;
    line-height: 0;
    width: -webkit-fill-available;
    border: 1px solid #e7e7e7;
    padding: 2px;
    background: #ededed
}

.personal-social-icons.share ul li a.ssl img {
    height: 100%
}

.personal-social-icons.share ul li a.facebook {
    background: #4267b2
}

.personal-social-icons.share ul li a.twitter {
    background: #00acee
}

.personal-social-icons.share ul li a.linkedin {
    background: #0072b1
}

.personal-social-icons.share ul li a.instagram {
    background: #bc2a8d
}

.personal-social-icons.share ul li a.youtube {
    background: red
}

.right-top-bar .user-credentials {
    display: flex;
    justify-content: flex-end
}

.right-top-bar .user-credentials ul {
    list-style: none;
    margin-bottom: 0
}

.right-top-bar .user-credentials ul li {
    display: inline-block;
    margin-right: 5px
}

.user-credentials .sign-in-btn {
    padding: 0 10px;
    font-weight: 700
}

.user-credentials .sign-up-btn {
    font-weight: 700
}

.right-top-bar .user-credentials ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 14px
}

.right-top-bar .user-credentials ul li span {
    color: #fff;
    font-size: 14px
}

.header-main {
    padding: 15px 0
}

.logo {
    text-align: center
}

.logo-text {
    font-family: Amsterdam-Four;
    margin: 0;
    font-size: 35px;
    line-height: 56px
}

.logo-text .doctors {
    color: #004db0
}

.logo-text .pedia {
    color: #03989c
}

.logo-text-footer {
    font-family: Amsterdam-Four;
    margin: 0;
    font-size: 35px;
    line-height: 56px
}

.logo-text-footer .doctors {
    color: #fff
}

.logo-text-footer .pedia {
    color: #03989c
}

.footer-logo {
    margin-bottom: 15px
}

.header-main .logo img {
    height: 60px
}

.contact-info {
}

.contact-info ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0
}

.contact-info ul:first-child {
    margin-right: 20px
}

.contact-info ul li {
    display: inline-block;
    margin-right: 10px
}

.contact-info ul li a {
    text-decoration: none;
    color: #000;
    font-size: 15px
}

.contact-info ul li span,strong {
    font-size: 15px
}

.contact-info ul li i {
    color: #00c2cb
}

.contact-info ul li a strong {
    display: inline-block;
    width: 90px
}

.main-menu {
    background: #f8f7f7;
    padding: 8px;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #dbdbdb;
    box-shadow: 0 5px 6px 0 rgb(0 0 0/5%);
    z-index: 2;
    position: relative
}

.main-menu ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0
}

.main-menu ul li {
    display: inline-block
}

.dropdown-item-mod {
    font-size: 14px
}

.main-menu ul li .menu-item {
    font-size: 14px;
    display: block;
    text-decoration: none;
    color: #000;
    padding: 6px 15px;
    text-align: center;
    font-weight: 600
}

.main-menu ul li .menu-item.active {
    text-decoration: none;
    display: block;
    text-align: center;
    padding: 6px 15px;
    background: #00c2cb;
    color: #fff;
    border-radius: 3px;
    font-size: 14px
}

.main-menu ul li .menu-item:hover {
    text-decoration: none;
    display: block;
    text-align: center;
    padding: 6px 15px;
    background: #00c2cb;
    color: #fff;
    border-radius: 3px;
    font-size: 14px
}

.search-input {
    position: relative
}

.search-input input {
    height: 60px;
    border: 2px solid #00c2cb;
    border-radius: 10px
}

.search-input i {
    font-size: 20px;
    position: absolute;
    top: 18px;
    right: 20px
}

.doc-search-input {
    position: relative
}

.doc-search-input input {
    border: 1px solid #00c2cb
}

.doc-search-input i {
    font-size: 15px;
    position: absolute;
    top: 8px;
    right: 10px
}

.banner {
    width: 100%
}

.banner-item img {
    width: 100%;
    max-height: 450px;
    object-fit: cover
}

.appointment {
    background: #fff;
    border: 1px solid #eaeaea;
    border-radius: 6px;
    width: 320px;
    padding: 20px;
    position: absolute;
    top: 40px;
    left: 115px;
    z-index: 1;
    box-shadow: 5px 5px 5px 0 #00000029
}

.appointment .title span {
    display: block;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px
}

.appointment .type {
    padding: 5px 0;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    margin-bottom: 15px
}

.appointment .type ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.appointment .type ul li {
    display: inline-block;
    margin-right: 5px
}

.select2-container--default .select2-selection--single {
    height: 38px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000;
    line-height: 34px
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 6px;
    right: 6px
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    outline: none
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #00c2cb
}

.our-service-body .block {
    position: relative;
    border: 1px solid #00c2cb;
    border-radius: 5px;
    padding: 25px 20px;
    min-height: 300px;
    box-shadow: 3px 3px 7px 0 #00000021;
    text-align: center
}

.our-service-body .block .float-icon {
    color: #00c2cb;
    border-radius: 2px;
    margin-bottom: 20px
}

.our-service-body .block .float-icon i {
    font-size: 70px
}

.our-service-body .block .tagline {
    font-weight: 700;
    font-size: 12px;
    margin-bottom: 10px
}

.our-service-body .block .title {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 10px
}

.our-service-body .block .description {
    color: #4b4b4b
}

.our-service-body .block .inner-block {
    height: 255px;
    overflow: hidden
}

.our-service-body {
    padding-top: 0;
    padding-bottom: 30px;
    display: flex;
    align-items: center
}

.counter-section {
    width: 100%;
    background: #00c2cb5c;
    padding-top: 40px;
    padding-bottom: 40px
}

.counter .icon {
    margin-bottom: 15px
}

.counter .text span {
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 700
}

.news-event-body {
    padding-top: 80px;
    padding-bottom: 20px
}

.news-event-body .block {
    position: relative;
    border: unset;
    border-radius: 5px;
    padding: unset;
    min-height: 300px;
    box-shadow: 0 4px 8px rgb(0 0 0/12%);
    margin-bottom: 15px
}

.news-event-body .block .image img {
    width: 100%;
    height: 290px;
    object-fit: cover;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px
}

.news-event-body .inner-block {
    height: 110px;
    overflow: hidden;
    padding: 15px
}

.news-event-body .block .title {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 10px
}

.news-event-body .block .description {
    color: #4b4b4b
}

.tag-date {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
    flex-wrap: wrap;
    font-size: 14px
}

.tag-date .author-date {
    display: flex!important;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-end;
    font-size: .9rem;
    line-height: 24px
}

.author-date {
    font-size: 13px;
    text-align: right;
    margin-bottom: 10px
}

.news-event-body .buttons {
    padding: 25px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.testimonial {
}

.testimonial-title h2 {
    color: #fff;
    margin-bottom: 40px
}

.testimonial .block {
    position: relative;
    border: unset;
    border-radius: unset;
    padding: 40px 20px 25px;
    min-height: unset;
    box-shadow: unset
}

.testimony-wrap {
    width: 60%;
    margin: 0 auto;
    display: block;
    position: relative;
    color: rgba(0,0,0,.8)
}

.testimony-wrap p {
    color: #fff
}

.user-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}

.testimony-wrap .user-img {
    width: 120px;
    height: 120px;
    border-radius: 5px;
    position: relative
}

.testimony-wrap .text {
    width: calc(100% - 120px);
    position: relative
}

.testimony-wrap .quote {
    position: absolute;
    top: -25px;
    left: -25px;
    background: #00c2cb;
    padding: 10px 12px;
    border-radius: 50%
}

.testimony-wrap .quote i {
    font-size: 30px;
    color: #fff
}

.testimony-wrap .name {
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 0;
    color: #fff
}

.testimony-wrap .position {
    font-size: 14px;
    color: #00c2cb
}

.blog-body {
    padding-top: 80px;
    padding-bottom: 20px
}

.blog-body .block {
    position: relative;
    border: unset;
    border-radius: 5px;
    padding: unset;
    min-height: 300px;
    box-shadow: 0 4px 8px rgb(0 0 0/12%);
    margin-bottom: 15px
}

.blog-body .block .image img {
    width: 100%;
    height: 290px;
    object-fit: cover;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px
}

.blog-body .inner-block {
    height: 230px;
    overflow: hidden;
    padding: 15px
}

.blog-body .block .title {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 10px;
    max-height: 55px;
    overflow: hidden
}

.blog-body .block .description {
    color: #4b4b4b
}

.blog-body .buttons {
    padding: 25px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.doctor-blog-body {
    padding-top: 0;
    padding-bottom: 20px
}

.doctor-blog-body .block {
    position: relative;
    border: unset;
    border-radius: 5px;
    padding: 5px;
    height: 165px;
    box-shadow: 0 4px 8px rgb(0 0 0/12%)
}

.doctor-blog-body .block .image img {
    width: 100%;
    height: 156px;
    object-fit: cover;
    border-radius: 5px
}

.doctor-blog-body .inner-block {
    height: 135px;
    overflow: hidden;
    padding: 0;
    padding-left: 0;
    line-height: 14px
}

.doctor-blog-body .block .title {
    font-weight: 700;
    font-size: 13px;
    margin-bottom: 5px;
    max-height: 31px;
    overflow: hidden
}

.doctor-blog-body .block .description {
    color: #4b4b4b
}

.doctor-blog-body .buttons {
    padding: 25px 15px
}

.doctor-blog-body .blog-button {
    margin: 0 16px 0 0;
    text-decoration: none;
    font-weight: 700;
    font-size: 12px
}

.doctor-blog-body .blog-button a {
    text-decoration: none;
    color: #62699c
}

.view-all-btn {
    width: 130px;
    height: 40px;
    font-weight: 600
}

.corporate-clients-title h2 {
    font-size: 28px
}

.corporate-clients-body {
    padding-top: 40px;
    padding-bottom: 20px
}

.corporate-clients .item img {
    max-height: 80px;
    max-width: 100%;
    margin: 0 auto
}

footer {
    font-size: 14px;
    background: #141313;
    padding: 4em 0 2em;
    color: #ffffffb3
}

.logo-description img {
    margin-bottom: 20px
}

.icon-width {
    display: table-cell;
    vertical-align: top;
    width: 38px;
    font-size: 20px;
    color: #fff
}

.footer-section-title {
    color: #fff;
    font-size: 20px;
    margin-bottom: 25px
}

.info ul {
    list-style: none;
    padding-left: 0;
    margin: 0
}

.info ul li {
    margin-bottom: 15px
}

.info .text {
    display: table-cell;
    vertical-align: top
}

.info .text a {
    text-decoration: none;
    color: #ffffffb3;
    line-height: 30px
}

.info .logo-text-footer {
    margin-bottom: 30px
}

footer a:hover {
    color: #fff!important
}

footer .social-icons i {
    font-size: 16px
}

footer .social-icons a:hover {
    color: #00c2cb!important
}

.links {
    margin-bottom: 50px
}

.links ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0
}

.links ul li {
    margin-bottom: 5px
}

.links ul li a {
    text-decoration: none;
    color: #ffffffb3
}

.services {
}

.services ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0
}

.services ul li {
    margin-bottom: 5px
}

.services ul li a {
    text-decoration: none;
    color: #ffffffb3
}

.blog-block {
    display: flex;
    margin-bottom: 15px
}

.blog-block img {
    margin-right: 15px;
    height: 80px;
    width: 80px;
    object-fit: cover;
    border-radius: 3px
}

.blog-block .text h3 {
    font-size: 16px;
    text-decoration: none;
    height: 40px;
    overflow: hidden
}

.blog-block .text h3 a {
    text-decoration: none;
    color: #ffffffb3
}

.blog-block .text .tag-date {
    justify-content: unset
}

.blog-block .text .tag-date .date {
    font-size: 12px;
    line-height: 24px;
    margin-right: 5px
}

.opening {
    margin-bottom: 50px
}

.opening h3 {
    font-size: 13px;
    text-transform: uppercase;
    color: #fff
}

.subscribe .wrapper {
    display: flex
}

.subscribe input {
    height: 40px;
    background: 0 0;
    border: 1px solid #00c2cb;
    width: 110px;
    border-radius: 3px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    font-size: 12px;
    border-right: unset
}

.subscribe input:focus {
    color: #fff;
    background-color: transparent;
    border-color: #00c2cb;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(45,124,125,.25)
}

.subscribe input::placeholder {
    color: #fff
}

.subscribe button {
    height: 40px;
    font-weight: 600;
    text-transform: uppercase;
    width: 90px;
    font-size: 12px;
    border-radius: 3px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border: 1px solid #00c2cb
}

.doctors-list {
    padding-top: 50px;
    padding-bottom: 50px
}

.doctors-block {
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 25px;
    box-shadow: 0 0 8px 3px #00000017
}

.doctors-block img {
    width: 100%;
    border-radius: 10px;
    object-fit: cover
}

.doctor-info .name {
    font-size: 22px;
    text-transform: capitalize
}

.doctor-info .designation {
    font-size: 15px;
    color: #6a6a6a;
    margin-bottom: 5px
}

.doctor-info .yoe {
    font-size: 15px;
    margin-bottom: 5px
}

.doctor-info .reg_no {
    font-size: 15px;
    margin-top: 5px;
    margin-bottom: 5px
}

.review-rating {
    text-align: center;
    display: flex;
    flex-wrap: wrap
}

.review-rating h5 {
    font-weight: 700
}

.review-rating div:first-child {
    margin-right: 40px
}

.hospital-info {
    margin-bottom: 5px
}

.hospitals-info .doc-dep {
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 5px
}

.hospital-info ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0
}

.hospital-info .icon {
    width: 20px
}

.hospital-info .name {
    text-transform: uppercase;
    font-weight: 600
}

.hospital-info .address {
}

.availability .title i {
    color: #00c2cb
}

.availability .title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px
}

.availability .days-time {
    font-size: 14px;
    color: #6a6a6a
}

.availability .days-time .bg-warning {
    color: #000
}

.days-time .day {
    text-transform: uppercase;
    font-weight: 700;
    color: #000;
    display: table-cell;
    width: 45px
}

.days-time .time {
    text-transform: uppercase;
    font-weight: 500;
    color: #5a5a5a;
    display: table-cell
}

.fees .title i {
    color: #00c2cb
}

.fees .title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px
}

.fees .visit-fee {
    font-size: 14px;
    color: #6a6a6a
}

.visit-fee span {
    color: #00c2cb;
    font-weight: 500
}

.visit-fee .title {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 3px;
    color: #6a6a6a;
    display: inline-block;
    width: 115px
}

.social-share .title {
    font-weight: 600;
    margin-bottom: 5px;
    font-size: 14px
}

.social-icons.share ul li a {
    color: #00c2cb;
    font-size: 16px;
    padding: 0 8px;
    padding-left: 0
}

.embed iframe {
    width: 100%;
    height: 185px;
    border-radius: 10px
}

#videos .embed {
    margin-bottom: 30px
}

#videos .embed iframe {
    width: 100%;
    height: 240px;
    border-radius: 10px
}

.embed p {
    display: inline-block;
    width: 100%;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 0
}

.main-embed iframe {
    width: 100%;
    height: 420px;
    border-radius: 15px
}

.slick-slide {
    margin: 0 12px
}

.slick-list {
    margin: 0 -10px
}

.slick-track {
    padding: 0;
    margin-left: 0
}

.banner-slider .slick-track {
    padding: unset
}

.banner-slider .slick-slide {
    margin: unset
}

.slick-dots li button:before {
    font-size: 16px;
    content: '';
    color: #fff
}

.slick-dots li.slick-active button:before {
    color: #fff
}

.slick-dots li {
    width: 15px
}

.footer-logo img {
    margin-bottom: 15px
}

.copyright-text .a-mod {
    color: #00c2cb;
    font-weight: 700
}

.footer-bottom {
    padding: 15px 0;
    font-size: 14px;
    color: #ffffffb3;
    background: #141313;
    border-top: 1px solid #dddddd21
}

.our-departments-body .block img {
    max-height: 150px;
    max-width: 150px;
    margin: 0 auto;
    margin-bottom: 15px
}

.our-departments-body .block p {
    font-size: 16px;
    color: #878789;
    text-transform: capitalize
}

.our-departments-body .a-mod:hover .block p {
    color: #00c2cb
}

.hospitals-list {
    padding-top: 50px;
    padding-bottom: 50px
}

.hospitals-block {
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 25px;
    box-shadow: 0 0 8px 3px #00000017
}

.hospitals-block img {
    width: 100%;
    border-radius: 10px;
    object-fit: cover
}

.blood-donor-block {
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 25px;
    box-shadow: 0 0 8px 3px #00000017
}

.blood-donor-block img {
    width: 50%;
    border-radius: 10px;
    object-fit: cover;
    margin-bottom: 15px
}

.hospitals-info .name {
    font-size: 22px;
    text-transform: capitalize
}

.hospitals-info .designation {
    font-size: 15px;
    color: #6a6a6a;
    margin-bottom: 5px
}

.hospital-details {
    margin-bottom: 5px
}

.hospital-details ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0
}

.hospital-details .icon {
    width: 25px;
    display: table-cell
}

.hospital-details .info {
    display: table-cell
}

.hospital-details-2 {
    margin-bottom: 5px
}

.hospital-details-2 ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0
}

.hospital-details-2 .icon {
    width: 25px;
    display: table-cell
}

.hospital-details-2 .info {
    display: table-cell
}

.testimonial-slider {
    position: relative;
    display: flex;
    margin-left: 40px;
    margin-right: 40px
}

.testimonial-slider .article-card {
    height: 240px;
    width: 31%;
    flex-shrink: 0;
    margin: 0 12px 60px
}

.article-slider article {
    position: relative;
    height: 100%
}

.article-slider article {
    background: #fff
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.article-slider article q {
    max-height: 174px;
    overflow: auto
}

.article-slider cite {
    font-style: normal;
    text-align: center;
    display: block;
    font-size: 14px;
    position: absolute;
    bottom: -50px;
    left: 0;
    right: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.article-slider cite figure {
    width: 52px;
    height: 52px;
    margin: 0 auto 5px
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
    border-radius: calc(0.25rem - 1px)
}

.app-promotion {
    padding-top: 80px;
    padding-bottom: 80px
}

.app-promotion img {
    max-width: 100%;
    height: auto
}

.mobileapp_img_holder {
    max-width: 230px;
    border-radius: 6px;
    overflow: hidden
}

.ios-appmobile-img.mobileapp_img_holder .inner-data {
    left: 5px;
    top: 7px;
    right: 5px;
    bottom: 6px;
    overflow: hidden
}

.mobileapp_img_holder .inner-data {
    position: absolute;
    left: 5px;
    top: 7px;
    right: 5px;
    bottom: 6px;
    border-radius: 6px;
    background-color: #fff
}

.mobileapp_img_holder .mobileapp_img {
    z-index: 9;
    position: relative
}

.cover-area {
    position: relative
}

.cover-area .logo {
    height: 150px;
    width: 150px;
    object-fit: cover;
    position: absolute;
    bottom: -50px;
    left: 35px;
    border: 1px solid #ddd;
    border-radius: 5px
}

.cover-image {
    margin-top: 15px;
    max-height: 285px
}

.cover-image img {
    width: 100%
}

.cover-text {
    padding: 72px 0;
    background: #00c2cb;
    margin-top: 15px
}

.cover-text h4 {
    color: #fff;
    text-align: center;
    font-size: 35px
}

.details-area {
    border: 1px solid #ddd;
    border-top: unset;
    padding-top: 60px;
    min-height: 245px;
    padding-left: 20px
}

.details-area .title {
    font-size: 18px
}

.details-area .hotline {
    font-size: 14px
}

.details-area .address {
    font-size: 14px
}

.details-area .map iframe {
    width: calc(100% - 15px);
    height: 100%;
    border: 1px solid #ddd;
    border-radius: 5px
}

.event_map iframe {
    width: 100%;
    height: 100%;
    border: 1px solid #ddd;
    border-radius: 5px
}

.hospitals-details .description {
    overflow: hidden;
    border-radius: 5px;
    border: 1px solid #ddd;
    margin-top: 15px;
    padding: 30px 20px
}

.services .title {
    font-size: 30px;
    text-align: center;
    margin: 20px 0;
    text-transform: uppercase
}

.services .dep-title {
    padding: 10px;
    background: #00c2cb;
    border-radius: 5px;
    margin: 15px 0 5px
}

.services .dep-title h4 {
    font-size: 15px;
    margin-bottom: 0;
    color: #fff
}

.dep-body {
    margin-bottom: 40px
}

.dep-body-item img {
    border-radius: 6px;
    width: 100%;
    height: 200px;
    object-fit: cover
}

.dep-body-item p {
    margin-bottom: 0;
    margin-top: 5px;
    font-size: 16px;
    font-weight: 700;
    text-align: center
}

.service-slider .slick-track {
    padding: 0;
    margin-left: 0
}

.service-slider .slick-list {
    margin: 0 -10px
}

.departments-slider .slick-track {
    padding: 0;
    margin-left: 0
}

.departments-slider .slick-list {
    margin: 0 -10px
}

.doctor-slider .slick-track {
    padding: 0;
    margin-left: 0
}

.doctor-slider .slick-list {
    margin: 0 -10px
}

.departments {
    margin-top: 25px
}

.departments .title {
    font-size: 30px;
    text-align: center;
    margin-bottom: 20px;
    text-transform: uppercase
}

.departments .doc-title {
    padding: 10px;
    background: #00c2cb;
    border-radius: 5px;
    margin: 0 0 10px
}

.departments .doc-title h4 {
    font-size: 15px;
    margin-bottom: 0;
    color: #fff
}

.doc-body {
    margin-bottom: 40px
}

.doc-body-item {
    border-radius: 5px;
    border: 1px solid #ddd;
    padding: 10px 15px;
    margin-bottom: 5px;
    margin-top: 5px;
    box-shadow: 0 0 8px rgb(0 0 0/12%);
    height: 395px
}

.doc-body-item img {
    border-radius: 5px;
    width: 200px;
    height: 200px;
    object-fit: cover;
    border: 1px solid #ddd;
    margin-bottom: 10px
}

.doc-body-item .short-desc {
    font-size: 14px;
    display: inline-block;
    line-height: 20px;
    margin-bottom: 10px
}

.doc-body-item .name {
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase
}

.doc-body-item .desig {
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 600
}

.doc-body-item .hosp {
    margin-bottom: 5px;
    font-size: 14px
}

.specialist-search-div {
    width: 290px;
    display: none;
    position: absolute;
    top: 100%;
    background: #fff;
    border: 1px solid #0000002d;
    border-radius: 3px;
    padding: 20px!important
}

.dropdown-menu-mod {
    border-radius: 3px;
    z-index: 5;
    box-shadow: 5px 5px 6px 0 rgb(0 0 0/8%)
}

.dropdown-menu-mod li {
    display: block!important
}

.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0
}

.dropdown:hover .service-btn {
    text-decoration: none;
    display: block;
    text-align: center;
    padding: 6px 15px;
    background: #00c2cb;
    color: #fff;
    border-radius: 3px;
    font-size: 14px
}

.dropdown-item-mod.active {
    color: #fff;
    text-decoration: none;
    background-color: #00c2cb
}

.dropdown-item-mod:active {
    color: #fff!important;
    text-decoration: none!important;
    background-color: #00c2cb!important
}

.video-title {
    padding: 40px 0
}

.video-title h2:after {
    content: "";
    position: absolute;
    left: 62%;
    top: 20px;
    height: 3px;
    width: 50px;
    background: #000
}

.video-title h2:before {
    content: "";
    position: absolute;
    height: 3px;
    left: 34%;
    top: 20px;
    width: 50px;
    background: #000
}

.mission-vision {
}

.mission-vision .title {
    font-size: 23px;
    text-align: center;
    margin-top: 30px
}

.mission-vision .description {
    text-align: justify;
    border: none;
    padding: 10px 20px
}

.doctor-info-card {
    background: #f7f7f7;
    height: 290px;
    border-radius: 5px
}

.avatar-area {
    position: relative;
    height: 290px
}

.avatar-area .avatar {
    position: absolute;
    width: 190px;
    height: 190px;
    object-fit: contain;
    left: 50px;
    bottom: 35px;
    border: 1px solid #ddd;
    border-radius: 5px
}

.info-area {
    display: flex;
    justify-content: center;
    align-items: center
}

.info-area .left-info-area {
    border-right: 2px solid #b6b5b5;
    padding-right: 20px
}

.info-area .left-info-area h1 {
    font-size: 25px
}

.info-area .left-info-area h2 {
    font-size: 18px;
    text-align: right
}

.info-area .right-info-area {
    padding-left: 10px
}

.info-area .right-info-area .speciality {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #000
}

.info-area .right-info-area p {
    font-size: 14px;
    color: #414141;
    margin-bottom: 0
}

.card-body.information {
}

.appointment-accordion .accordion-button:focus {
    border-color: unset;
    outline: 0;
    box-shadow: unset
}

.appointment-accordion .accordion-body p {
    font-size: 13px
}

.badge {
    border-radius: 3px
}

.chamber-map iframe {
    width: 100%;
    height: 150px
}

.featured-in-section {
    background: #dddddd73;
    padding-top: 40px
}

.featured-in-section .corporate-clients-body {
    padding-top: 10px
}

.subscribe_btn {
    background: red;
    color: #fff;
    text-transform: uppercase;
    width: 170px
}

.like_us_btn {
    background: #0674e7;
    color: #fff;
    text-transform: uppercase;
    width: 170px
}

.service-block {
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 8px 2px rgb(0 0 0/12%)
}

.service-block h1 {
}

.service-block img {
    border-radius: 10px
}

.service-block p {
}

.service-block a {
    width: 50%
}

.home-service-block {
    margin-top: 45px;
    text-align: center
}

.home-service-block img {
    width: 85%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px
}

.home-service-block p {
    margin-top: 30px;
    text-align: center;
    font-size: 20px;
    color: #3357f9;
    font-weight: 600
}

.home-service-overlay {
    height: 200px;
    width: 100%;
    background: #b8e4e6;
    position: absolute;
    z-index: -1
}

.home-service {
}

.ambl_conf_msg {
    color: #009700;
    font-weight: 700;
    font-size: 20px
}

.send-request-btn {
    font-size: 20px;
    line-height: 40px;
    font-weight: 600;
    text-transform: uppercase;
    border: 2px solid #00c2cb
}

.send-request-btn:hover {
    border: 2px solid #0099a2;
    background: #00c2cb
}

.focus {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color);
    outline: 0;
    box-shadow: var(--bs-btn-focus-box-shadow)
}

.btn-doctorspedia-focus {
    color: #fff;
    background: #00a3aa;
    border-color: #00b0b7;
    outline: 0;
    box-shadow: 0 0 0 .25rem #00a3a873
}

.search-results {
    background: #fff;
    border: 1px solid #00c2cb;
    border-radius: 5px;
    height: 500px;
    position: absolute;
    width: calc(100% - 25px);
    z-index: 5;
    overflow-y: scroll
}

.search-results .title {
    height: 45px;
    background: #f0eeee;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
    padding: 10px
}

.search-results ul {
    padding: 10px 15px;
    list-style: none;
    margin-bottom: 0
}

.search-results ul li {
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 10px
}

.search-results ul li a {
    text-transform: capitalize;
    font-size: 15px
}

.search-results ul li a .sub-text {
    color: #cacaca
}

.loader {
    display: none;
    position: absolute;
    z-index: 5;
    width: calc(100% - 25px);
    background: #fff;
    padding: 15px 25px
}

.loader p {
    margin-bottom: 0;
    font-weight: 600
}

.doctor-profile {
    padding: 15px
}

.doctor-profile h1 {
    font-size: 15px;
    text-align: center;
    text-transform: capitalize
}

.doctor-profile h2 {
    font-size: 13px;
    text-align: center
}

.doctor-avatar {
    text-align: center
}

.doctor-avatar img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 50%
}

.doctors-details .left-info-area {
    background: #f7f7f7;
    padding: 40px 15px
}

.doctors-details .middle-info-area {
    padding: 40px 15px
}

.doctors-details .right-info-area {
    padding: 10px 15px
}

.doctor-short-description {
    border-top: 1px solid #ddd;
    padding-top: 15px;
    padding-bottom: 15px
}

.doctor-short-description p {
    font-size: 13px !important;
}

.doctor-dept-details {
    border-top: 1px solid #ddd;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 13px;
}

.doctor-dept-details p, .doctor-dept-details span {
    color: #262626!important;
    padding-left: 0!important;
    font-size: 13px !important;
}

.doctor-edu-details {
    border-bottom: 1px solid #ddd;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 13px;
    margin-bottom: 16px
}

.doctor-edu-details p, .doctor-edu-details span {
    color: #262626!important;
    padding-left: 0!important;
    font-size: 13px !important;
}

.doctor-focs-details {
    padding-bottom: 16px;
    column-count: 2;
    font-size: 13px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 16px
}

.doctor-focs-details ul {
    padding-left: 0!important
}

.doctor-focs-details p {
    color: #262626!important;
    padding-left: 0!important;
    font-size: 14px
}

.doctor-focs-details li {
    list-style: none;
    display: table-row
}

.doctor-focs-details li:before {
    content: "\f101";
    font-family: fontawesome;
    color: #00bde8;
    font-size: 13px;
    display: table-cell;
    text-align: right;
    padding-right: .3em;
    font-weight: 600
}

.custom-nav {
    border-bottom: 1px solid #00c2cb45
}

.custom-nav .nav-link {
    color: #000
}

.custom-nav .nav-link:hover {
    color: #00c2cb;
    font-weight: 600
}

.custom-nav .nav-link.active {
    border-bottom: 3px solid #00c2cb;
    border-radius: unset;
    background: unset;
    color: #000;
    font-weight: 600
}

.custom-tab-content {
    padding: 20px 15px
}

#doctor-chambers .accordion-button {
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 500;
    padding: 10px
}

#doctor-chambers #appointment_date {
    height: 30px;
    font-size: 12px
}

#doctor-chambers #appointment_date:focus {
    outline: 0;
    box-shadow: unset
}

#doctor-chambers .accordion-button span {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden!important;
    text-overflow: ellipsis
}

#doctor-chambers .accordion-button::after {
    height: 15px;
    background-size: 15px
}

.accordion-button:not(.collapsed)::after {
    margin-right: 6px
}

.time-btn {
    width: 23%;
    font-size: 12px;
    padding: 2px;
    border: 1px solid #00c2cb;
    font-weight: 500;
    margin-left: 2px;
    margin-bottom: 4px
}

.time-btn-2 {
    width: 48%
}

.time-btn:hover {
    color: #fff;
    border: 1px solid #00c2cb;
    background: #00c2cb
}

.time-btn:active {
    color: #fff;
    border: 1px solid #00c2cb;
    background: #00c2cb
}

.time-btn:focus {
    color: #fff;
    border: 1px solid #00c2cb;
    background: #00c2cb;
    outline: 0;
    box-shadow: unset
}

.time-btn:active:focus {
    box-shadow: unset
}

.time-btn.disabled {
    border: 1px solid red;
    background: #ff000033;
    pointer-events: unset;
    cursor: not-allowed!important;
    color: unset;
    text-decoration: line-through
}

.time-div {
}

.comment_section {
    padding: 10px 25px 10px 20px;
    margin-bottom: 10px;
    background: #f7f7f7;
    border-radius: 5px
}

.comment_title {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 0
}

.comment_date {
    margin-bottom: 5px;
    font-size: 11px;
    letter-spacing: .5px
}

.comment_description {
    font-size: 14px;
    font-style: italic
}

.user-btn {
    padding: 11px 0
}

.dropdown-menu-user {
    right: 0;
    top: 32px;
    border-radius: 3px;
    z-index: 5;
    box-shadow: 5px 5px 6px 0 rgb(0 0 0/8%)
}

.dropdown-menu-user li {
    display: block!important;
    margin: 0!important
}

.dropdown-menu-user li a {
    color: #000!important;
    font-weight: 700
}

#articles .card {
}

#articles .card-body {
}

.wapp_chat {
    position: fixed;
    bottom: 24px;
    right: 24px;
    z-index: 9999;
    width: 55px;
    height: 55px
}

.payment-accept {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center
}

.payment-accept p {
    color: #fff;
    font-size: 16px;
    margin-bottom: 0
}

.payment-accept img {
    width: 40px;
    margin-right: 5px
}

.payment-accept h1 {
    margin-top: 5px;
    font-size: 26px;
    color: #fff
}

#back-to-top-btn {
    display: inline-block;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 10px;
    position: fixed;
    bottom: 30px;
    left: 30px;
    transition: background-color .3s,opacity .5s,visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    text-decoration: none;
    border: 2px solid #adadad
}

#back-to-top-btn::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: 400;
    font-style: normal;
    font-size: 25px;
    line-height: 40px;
    color: #adadad
}

#back-to-top-btn:hover {
    cursor: pointer;
    background-color: #333
}

#back-to-top-btn:active {
    background-color: #555
}

#back-to-top-btn.show {
    opacity: 1;
    visibility: visible
}

@keyframes blinker {
    50% {
        background: #000
    }
}

.become-doctor-btn {
    height: 50px;
    width: 100%;
    margin-top: 5px;
    font-size: 19px;
    line-height: 32px;
    animation: blinker 2s step-start infinite
}

.become-doctor-btn:hover {
    color: #fff
}

.greetings img {
    width: 70%
}

.iti {
    display: block
}

.ambulance-services {
    padding: 50px 0
}

.ambulance-services .row {
    margin-bottom: 70px
}

.ambulance-services img {
    width: 100%
}

.ambulance-services h1 {
    font-size: 28px
}

.ambulance-services .description {
    border-radius: unset;
    border: unset;
    margin-top: unset;
    padding: unset;
    font-size: 14px;
    word-break: break-all;
    overflow: hidden
}

.ambulance-services .description a {
    text-decoration: none!important
}

.related .inner-wrapper {
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 3px;
    height: 260px;
    max-height: 300px;
    overflow: hidden
}

.related .inner-wrapper-doc {
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 3px;
    min-height: 240px;
    max-height: 240px;
    overflow: hidden
}

.related .title {
    text-align: center;
    font-size: 30px;
    margin-bottom: 20px
}

.related-body img {
    width: 100%;
    border-radius: 3px
}

.related-body h4 {
    font-size: 14px
}

.related p {
    font-size: 13px
}

.related .desc_1 {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.related .desc_2 {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

#star_rating i {
    color: #00c2cb;
    width: 22px
}

#search-result-close {
    float: right;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 12px;
    color: red;
    width: 25px;
    height: 25px
}

@media(min-width: 1366px) {
    .banner-item img {
        max-height:460px;
        height: 455px
    }

    .become-doctor-btn {
        font-size: 17px
    }

    .logo-text {
        font-size: 32px
    }
}

@media(max-width: 575.98px) {
    .personal-social-share {
        margin-top:10px;
        text-align: center
    }

    .doctors-block .personal-social-share {
        margin: 15px 0;
        text-align: left
    }

    .hospitals-block .personal-social-share {
        margin: 15px 0;
        text-align: left
    }

    .related .inner-wrapper {
        overflow: hidden;
        overflow-y: scroll
    }

    .ambulance-services .row {
        margin-bottom: 30px
    }

    .top-bar {
        display: none
    }

    .top-bar-mobile {
        display: block;
        background: #00c2cb!important;
        padding: 7px
    }

    .right-top-bar .user-credentials {
        display: flex;
        justify-content: flex-start
    }

    .right-top-bar .user-credentials ul {
        list-style: none;
        margin-bottom: 0;
        padding-left: 0
    }

    .right-top-bar .user-credentials ul li {
        display: inline-block;
        margin-right: 5px
    }

    .user-credentials .sign-in-btn {
        padding: 0 10px;
        font-weight: unset
    }

    .user-credentials .sign-up-btn {
        font-weight: unset
    }

    .right-top-bar .user-credentials ul li a {
        text-decoration: none;
        color: #fff;
        font-size: 14px
    }

    .right-top-bar .user-credentials ul li span {
        color: #fff;
        font-size: 14px
    }

    .left-top-bar .social-icons {
        display: flex;
        justify-content: flex-end
    }

    .header-main {
        padding: 0
    }

    .logo-text {
        font-size: 30px;
        text-align: center;
        padding: 8px 0
    }

    .main-menu ul li .menu-item {
        font-weight: unset;
        padding: 0 4px;
        font-size: 12px
    }

    .main-menu ul li .menu-item:hover {
        font-weight: unset;
        padding: 4px 8px;
        font-size: 12px
    }

    .main-menu ul li .menu-item.active {
        font-weight: unset;
        padding: 4px 8px;
        font-size: 12px
    }

    .main-menu {
        padding: 6px 0
    }

    .search-input input {
        height: 40px;
        font-size: 12px
    }

    .search-input i {
        font-size: 15px;
        top: 12px;
        right: 12px
    }

    .become-doctor-btn {
        height: 40px;
        width: 100%;
        margin-top: 6px;
        font-size: 18px;
        line-height: 25px
    }

    .banner {
        display: none
    }

    .appointment {
        position: unset;
        top: unset;
        left: unset;
        margin: 0 auto;
        margin-top: 15px
    }

    .video-title {
        padding: 20px 0
    }

    .video-title h2:before {
        left: 3%;
        top: 13px
    }

    .video-title h2:after {
        left: 83%;
        top: 13px
    }

    .main-embed iframe {
        height: 195px;
        border-radius: 10px
    }

    .app-promotion {
        padding: 20px
    }

    .our-service-body .right h1 {
        font-size: 50px
    }

    .our-service-body .right p {
        font-size: 13px
    }

    .our-service-body-2 .left h1 {
        font-size: 50px
    }

    .our-service-body-2 .left p {
        font-size: 13px
    }

    .greetings img {
        width: 100%
    }

    .service-block a {
        width: 100%
    }

    .blog-body .inner-block {
        height: 240px
    }

    .news-event-body .inner-block {
        height: 130px
    }

    .description {
        overflow-x: scroll
    }

    .cover-image {
        max-height: 120px;
        margin-bottom: 10px
    }

    .cover-image img {
    }

    .cover-area .logo {
        width: 55px;
        height: 55px;
        bottom: -10px
    }

    .details-area {
        padding-top: 15px;
        border: unset
    }
}
