.aboutme-sec {
    display: inline-flex;
    width: 100%;
    flex-direction: column;
    padding: 25px 0;
}

.bookappoi-main {
    display: inline-flex;
    width: 100%;
    margin-top: 8px;
    margin-bottom: 15px;
}

.drinfo-main {
    display: inline-flex;
    width: 75%;
    flex-direction: column;
    padding-right: 30px;
}

.drinfo-cover {
    display: inline-flex;
    width: 100%;
    flex-direction: column;
    background: #F2F7FF;
    border: 1px solid #B4D1FF;
    box-shadow: 0px 4px 30px rgba(34, 85, 164, 0.12);
    border-radius: 8px;
    margin-bottom: 28px;
}

.drinfo-data {
    display: inline-flex;
    width: 100%;
    padding: 20px;
}

.drinfo-img {
    display: inline-flex;
    width: auto;
    flex-direction: column;
}

.drinfo-img img {
    width: 220px;
    height: 220px;
    object-fit: cover;
    border-radius: 10px;
}

.drdetail-cover {
    display: inline-flex;
    width: 100%;
    flex-direction: column;

    padding-left: 34px;
    padding-top: 5px;
}

.drdetail-main {
    display: inline-flex;
    width: 100%;
    align-items: center;
    padding-bottom: 20px;
}

.drinfo-drname {
    display: inline-flex;
    width: 50%;
    flex-direction: column;
}

.drinfo-drname h5 {
    font-size: 18px;
    font-weight: 600;
    color: #172338;
}

.drinfo-drname p {
    font-size: 15px;
    font-weight: 500;
    color: #2255A4;
    margin-bottom: 0;
}

.drinfo-btn {
    display: inline-flex;
    width: 50%;
    justify-content: end;
}

.drinfo-btn a {
    background: #2255A4;
    border-radius: 6px;
    color: #FFFFFF;
    border: none;
    padding: 10px;
    height: 40px;
    font-size: 14px;
}

.drinfo-btn a i {
    font-size: 16px;
    padding-right: 10px;
    position: relative;
    top: 2px;
}

.drinfodetail-main {
    display: inline-flex;
    width: 100%;
    flex-wrap: wrap;
}

.docbiography-set {
    display: inline-flex;
    width: 50%;
    flex-direction: column;
    position: relative;
    padding: 0 10px 15px 42px;
    word-break: break-word;
}

.docbiography-set h5 {
    font-size: 16px;
    font-weight: 600;
    color: #2255A4;
}

.docbiography-set p {
    font-size: 13px;
    color: #7E7E7E;
    font-weight: 500;
    margin-bottom: 0;
}

.docbiography-set img {
    width: 26px;
    position: absolute;
    left: 0;
    top: 6px;
    color: #2255A4;
}

.about-main {
    display: inline-flex;
    width: 100%;
}

.aboutmain-sec {
    display: inline-block;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
}

.aboutmain-data {
    display: inline-flex;
    width: 100%;
    flex-direction: column;
}

.aboutmain-data h2 {
    font-size: 18px;
    font-weight: 600;
    color: #172338;
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 1px solid #d8d8d8;
}

.aboutmain-data p {
    font-size: 15px;
    font-weight: 400;
    color: #7E7E7E;
    padding-bottom: 10px;
    margin-bottom: 0;
}

.aboutmain-data p a {
    color: #2255A4;
    font-weight: 600;
}

.docdet-tabbing {
    display: inline-flex;
    width: 100%;
    flex-direction: column;
    margin-bottom: 20px;
}

.docdet-tabbing .nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: transparent;
    border-bottom: 2px solid #2255A4;
}

.docdet-tabbing .nav-tabs {
    border-bottom: 1px solid #d8d8d8;
}

.nav-tabs .nav-link {
    color: #7E7E7E;
}

.docdet-tabbing .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #2255A4;
    border-color: transparent;
    font-weight: 600;
    border-bottom: 2px solid #2255A4 !important;
}

.experience-box {
    display: inline-flex;
    position: relative;
    padding-top: 22px;
    flex-direction: column;
}

.experience-list {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}

.experience-list::before {
    background: #ddd;
    bottom: -6px;
    content: "";
    left: 8px;
    position: absolute;
    top: 8px;
    width: 2px;
}

.experience-content {
    background-color: #fff;
    margin: 0 0 20px 40px;
    padding: 0;
    position: relative;
}

.experience-list>li .experience-content .timeline-content {
    color: #757575;
    padding-bottom: 15px;
}

.experience-list>li:last-child .experience-content {
    margin-bottom: 0;
}

.experience-list>li .experience-content .timeline-content a.name {
    font-weight: 500;
    color: #172338;
    font-size: 15px;
}

.timeline-content p {
    color: #7E7E7E;
    font-size: 13px;
    margin-bottom: 0;
}

.experience-list>li {
    position: relative;
}

.experience-list>li .experience-user {
    background: #fff;
    height: 10px;
    left: 3px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 4px;
    width: 10px;
}

.before-circle {
    background-color: #2255A4;
    border-radius: 50%;
    height: 12px;
    width: 12px;
    border: 2px solid #2255A4;
}

.howconsult-main {
    display: inline-flex;
    width: 25%;
    height: -webkit-fill-available;
    flex-direction: column;
    padding: 25px;
    background: #F3FFF7;
    border: 1px solid #DEFFEA;
    box-shadow: 0px 4px 30px rgba(235, 255, 242, 0.12);
    border-radius: 8px;
}

.howconsult-cover {
    display: inline-flex;
    width: 100%;
    flex-direction: column;
}

.howconsult-data {
    display: inline-flex;
    width: 100%;
    position: relative;
    padding-left: 75px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    min-height: 80px;
    justify-content: center;
    align-items: center;
}

.howconsult-data::after {
    content: '';
    display: inline-flex;
    height: 2px;
    width: 100%;
    position: absolute;
    bottom: 0;
    align-items: center;
    opacity: 0.3;
    border: 1px solid #7E7E7E;
    text-align: center;
    left: 0;
}

.howconsult-data img {
    width: 65px;
    position: absolute;
    left: 0;
}

.howconsult-data h2 {
    font-size: 16px;
    font-weight: 600;
    color: #172338;
    margin-bottom: 0;
}

.howconsult-list {
    display: inline-flex;
    width: 100%;
    flex-direction: column;
}

.howconsult-list ul {
    padding-left: 0;
    margin-bottom: 0;
}

.howconsult-list ul li {
    font-size: 14px;
    color: #7E7E7E;
    font-weight: 500;
    padding: 0 0 13px 32px;
    position: relative;
    padding-top: 3px;
}

.howconsult-list ul li:last-child {
    padding-bottom: 0;
}

.howconsult-list ul li img {
    width: 20px;
    position: absolute;
    left: 0;
    top: 3px;
}

/*** Media Query ***/

@media (max-width: 1199px) {}

@media (max-width: 1099px) {}

@media (max-width: 1024px) {

    .drdetail-main {
        flex-wrap: wrap;
        padding-left: 142px;
        padding-top: 5px;
        padding-bottom: 28px;
    }

    .drinfo-drname {
        width: 100%;
        padding-bottom: 13px;
    }

    .drinfo-btn {
        width: 100%;
        justify-content: start;
    }

    .drinfo-data {
        padding: 15px;
        position: relative;
    }

    .drinfo-img {
        position: absolute;
        top: 20px;
        left: 20px;
    }

    .drdetail-cover {
        padding-left: 0;
        padding-top: 0;
    }

    .drinfo-img img {
        width: 118px;
        height: 114px;
    }

    .drinfo-main {
        width: 70%;
    }

    .howconsult-main {
        width: 30%;
    }
}

@media (max-width: 850px) {
    .drinfo-main {
        width: 100%;
        padding-right: 0;
    }

    .howconsult-main {
        width: 100%;
    }

    .bookappoi-main {
        flex-direction: column;
    }

    .docdet-tabbing {
        margin-bottom: 25px;
    }
}

@media (max-width: 650px) {
    .drinfo-data {
        flex-wrap: wrap;
    }

    .drdetail-cover {
        width: 100%;
    }
}

@media (max-width: 414px) {
    .docbiography-set {
        width: 100%;
        padding-right: 0;
    }
}

@media (max-width: 400px) {
    .drinfo-img {
        position: relative;
        top: 0;
        left: 0;
    }
    .drinfo-img img {
        width: 165px;
        height: 165px;
    }
    .drinfo-img{
        width: 100%;
    }
    .drdetail-main{
        padding-left: 2px;
        padding-top: 18px;
        padding-bottom: 24px
    }
}

/*** End Media Query ***/