.back-btn-outer {
    position: absolute;
    left: 0;
    width: 100%;
    top: 50px
}

.doctors-profile-card {
    background: #fff;
    box-shadow: 2px 4px 12px 1px rgba(0, 0, 0, .15);
    border-radius: 25px;
    padding: 15px 40px;
    margin-top: -45px;
    margin-bottom: 40px
}

.doctors-pfl-img {
    max-width: 65%;
    position: relative
}

.doctors-pfl-img img {
    max-width: 100%;
    height: auto;
    position: absolute;
    bottom: -40px;
    left: 0;
    border: 5px solid #fff;
    box-shadow: 2px 4px 12px 2px rgba(0, 0, 0, .25)
}

.dctr-pfl-info-area {
    margin-top: 65px
}

.dctr-pfl-info {
    display: flex;
    justify-content: flex-start;
    margin-top: 20px;
    margin-bottom: 20px
}

.dctr-pfl-name {
    color: #034ea1;
    font-size: 20px;
    font-family: Montserrat;
    font-weight: 400;
    margin-bottom: 12px !important
}

.dctr-pfl-txt {
    color: #444040;
    margin-bottom: 0 !important;
    font-size: 15px
}

.dctr-pfl-qual {
    max-height: 90px;
    overflow-y: auto
}

.dctr-pfl-qual::-webkit-scrollbar {
    width: 4px
}

.dctr-pfl-qual::-webkit-scrollbar-track {
    background: #f1f1f1
}

.dctr-pfl-qual::-webkit-scrollbar-thumb {
    background: #888
}

.dctr-pfl-qual::-webkit-scrollbar-thumb:hover {
    background: #0c51a0
}

.dctr-pfl.btn-area {
    margin-top: 20px
}

.get-second-opinion {
    background: #fff;
    background: #034ea1;
    margin-right: 15px;
    border-radius: 5px;
    font-size: 16px;
    line-height: 21px;
    color: #fff !important;
    border: 1px solid #034ea1;
    padding: 10px 15px;
    text-decoration: none;
    display: block;
    margin-bottom: 15px;
    text-align: center
}

.get-second-opinion:hover {
    box-shadow: #00000070 0 10px 20px
}

.get-second-opinion:active,
.get-second-opinion:hover,
.get-second-opinion:visited {
    color: #fff;
    text-decoration: none
}

.dctr-fellow-tab {
    margin-bottom: 50px;
    border: 2px solid #00b7ac;
    border-radius: 12px;
    border-left: 0;
    background: #fff
}

.fello-mem-title {
    font-family: MontserratSB;
    font-weight: 600;
    border-left: 5px solid transparent;
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    cursor: pointer;
    display: flex;
    padding: 25px 20px;
    background: linear-gradient(90deg, #034ea1 0, #00b7ac 100%);
    transition: .3s;
    border-radius: 10px;
    margin-bottom: 5px;
    justify-content: space-between;
    align-items: center
}

.fello-mem-title:active,
.fello-mem-title:focus,
.fello-mem-title:hover,
.fello-mem-title:visited {
    color: #fff !important
}

.fello-mem-title.active:active,
.fello-mem-title.active:focus,
.fello-mem-title.active:hover,
.fello-mem-title.active:visited {
    color: #034ea1 !important
}

.fello-mem-title.active {
    color: #034ea1;
    border-left: 8px solid #00b7ac;
    background: #fff;
    padding-left: 30px
}

.fellowship-tab li:last-child .fello-mem-title {
    margin-bottom: 0
}

.fello-mem-col-rt {
    height: 92%;
    width: 100%;
    position: absolute;
    left: 0;
    overflow: auto;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 20px
}

.fello-mem-col-rt::-webkit-scrollbar {
    width: 4px
}

.fello-mem-col-rt::-webkit-scrollbar-track {
    background: #f6f6fa
}

.fello-mem-col-rt::-webkit-scrollbar-thumb {
    background: #a9a9a9
}

.fello-mem-col-rt::-webkit-scrollbar-thumb:hover {
    background: #0c51a0
}

.fm-tab-title {
    font-size: 18px
}

.f-m-right-title {
    font-size: 20px;
    line-height: 34px;
    letter-spacing: .01em;
    color: #034ea1;
    margin-bottom: 15px;
    font-weight: 400;
    font-family: Montserrat
}

.fello-mem-ul {
    padding-left: 20px
}

.fello-mem-col-rt ul li {
    font-size: 15px;
    line-height: 28px;
    color: #000
}

.fello-mem-col-rt ul li a {
    color: #034ea1;
    text-decoration: none
}

.fello-mem-col-rt ul li a:active,
.fello-mem-col-rt ul li a:focus,
.fello-mem-col-rt ul li a:hover,
.fello-mem-col-rt ul li a:visited {
    text-decoration: none;
    color: #034ea1
}

.media-webinar {
    margin: 20px 0 30px
}

.fello-mem-title.active .fello-mem-icon img:nth-child(1) {
    display: none
}

.fello-mem-title.active .fello-mem-icon img:nth-child(2) {
    display: initial
}

.fello-mem-title .fello-mem-icon img:nth-child(1) {
    display: initial
}

.fello-mem-title .fello-mem-icon img:nth-child(2) {
    display: none
}

.play-btn {
    width: 45px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.dctr-pfl-dwnload-area {
    margin-bottom: 50px
}

.dctr-pfl-dwnload-btn {
    background: #034ea1;
    box-shadow: 4px 4px 12px 3px rgba(0, 0, 0, .25);
    border-radius: 5px;
    padding: 12px 20px;
    color: #fff;
    text-decoration: none
}
#download-pdf-btn
{
    outline: none;
    border: none;
}
.dctr-pfl-dwnload-btn:active,
.dctr-pfl-dwnload-btn:focus,
.dctr-pfl-dwnload-btn:hover,
.dctr-pfl-dwnload-btn:visited {
    color: #fff;
    text-decoration: none
}

.bg-navy {
    background: linear-gradient(87.73deg, #0c51a1 -5.76%, rgba(183, 42, 78, .76) 157.53%);
    padding: 15px 0
}

#media-coursel .owl-nav button.owl-next,
#media-coursel .owl-nav button.owl-prev {
    font-size: 19px !important;
    width: 44px !important;
    height: 44px;
    border-radius: 50%;
    box-shadow: 0 4px 12px rgb(0 0 0 / 12%);
    background-color: #ffff;
    border: none
}

#media-coursel.owl-theme .owl-nav {
    position: absolute !important;
    top: -75px !important;
    right: 0 !important
}

#media-coursel .owl-nav button.owl-next:hover,
#media-coursel .owl-nav button.owl-prev:hover {
    background-color: #ffff;
    color: #000
}

#media-coursel .owl-nav button.owl-next:focus,
#media-coursel .owl-nav button.owl-prev:focus {
    outline: 0
}

.media-card-sm {
    height: 220px;
    background: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .12);
    overflow: hidden;
    background-color: #fff
}

.media-card-sm-img {
    position: relative;
    display: block;
    margin: auto;
    height: auto;
    max-width: 100%;
    width: auto !important
}

.media-sm-body {
    padding: 15px
}

.media-sm-left {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

.media-sm-right {
    border-left: 1px solid #c5c5c5
}

.media-col-6 {
    height: 100%;
    position: relative;
    overflow: hidden;
    background: #fbfbfb
}

.media-title {
    font-size: 28px;
    line-height: 42px;
    color: #034ea1;
    font-family: Montserrat;
    font-weight: 400;
    text-align: center;
    padding: 15px 0
}

.related-title {
    font-size: 16px;
    color: #000 !important;
    line-height: 21px !important;
    margin-bottom: 20px;
    height: 40px;
    overflow-y: auto;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin-bottom: 15px
}

.related-desc {
    font-size: 13px;
    color: #5d5d5d !important;
    line-height: 18px !important;
    height: 50px;
    overflow-y: auto;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin-bottom: 15px
}

#webinarCrsl .owl-stage {
    margin: 0 auto
}

#webinarCrsl button.owl-dot:focus {
    outline: 0
}

.prfle-media {
    background: linear-gradient(180deg, #034ea1 0, #00b7ac 100%);
    padding: 2px 8px 2px 2px;
    border-radius: 5px;
    margin-bottom: 15px
}

.doc-wrapper {
    display: flex
}

.doc-details {
    padding: 10px 34px
}

@media screen and (max-width:1024px) and (min-width:768px) {
    .fello-mem-title {
        padding: 20px 15px
    }
    .fello-mem-title.active {
        padding-left: 15px
    }
    .fm-tab-title {
        font-size: 14px
    }
}

@media screen and (max-width:1280px) and (min-width:1025px) {
    .fello-mem-title.active {
        padding-left: 15px
    }
}

@media only screen and (max-width:767px) {
    .doctors-pfl-img {
        max-width: 40%
    }
    .fello-mem-col-rt {
        height: auto;
        position: relative;
        top: auto;
        transform: inherit;
        margin-top: 40px
    }
    .fellowship-tab {
        padding: 20px
    }
    .dctr-fellow-tab {
        border-left: 2px solid #00b7ac
    }
    .media-card-sm {
        height: auto !important
    }
    .media-col-6 {
        height: 220px !important
    }
    .fello-mem-title {
        padding: 20px 15px
    }
    .fm-tab-title {
        font-size: 14px
    }
}

@media only screen and (max-width:540px) {
    .media-card-sm .related-title {
        height: 63px;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden
    }
    .media-card-sm .related-desc {
        height: 54px;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden
    }
    .doctors-profile-card {
        margin-top: 10px
    }
}

@media only screen and (max-width:414px) {
    .doctors-pfl-img {
        max-width: 40%
    }
    .doctors-profile-card {
        padding: 15px 20px
    }
    .back-btn-outer {
        top: 25px
    }
    .fello-mem-title {
        padding: 20px 12px
    }
}