@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@600;800&family=Poppins:wght@400;600;700&display=swap");

:root {
    /* top nav */
    --topNav-font-name: "Poppins Regular", sans-serif;
    --topNav-font-color: #575756;
    --topNav-font-size: 13px;
    --topNav-background-color: #ededed;

    /* appointment-section */
    --brand-font-size: 26px;
    --brand-text-color: #007cae;
    --brand-icon-color: #007cae;
    --mobile-icon-color: #616160;
    --brand-font-family: "poppins-semibold", sans-serif;
    --brand-Logo-width: 48px;
    --mobile-icon-width: 32px;
    --mobile-text-font-size: 14px;
    --mobile-text-font-family: "poppins-bold", sans-serif;
    --mobile-number-font-size: 22px;

    /* appointment section */
    --border-left-right-color: #e94282;
    --social-media-icon-color: #e94282;
    --appointment-container-bg-color: #f08db030;
    --appointment-doctor-name-font-color: #007cae;
    --appointment-img-bg-color: #f08db084;
    --appointment-doctor-profession-font-color: #2699d6;
    --appointment-description-font-color: #646363;

    /* biography & education */
    --education-experienceContainer-bg: #dff2fd;
    --education_biography_title: #646363;
    --education_biography_description: #ffffff;

    /* experience section */
    --experience-section-bg-color: #e3ebed;
    --experience-title-font-color: #646363;
    --experience-description-font-color: #646363;
    --indicatior-line-color: #646363;
    --indicatior-Circale-OutLine-color: #2699d6;
    --indicatior-Circale-InLine-color: #e3ebed;

    /* achievement section */
    --achievement-section-bg-color: #e3e3e3;
    --achievement-title-font-color: #646363;
    --achievement-descripttion-font-color: #646363;

    /* chamber-section */
    --chamber-title-font-color: #646363;
    --chamber-hospital-name-font-color: #4a4a49;
    --chamber-time-font-color: #646363;
}

/* Global setup */
* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

.icon_background {
    background-color: var(--brand-icon-color);
}

/* font familly */
.proppins-font-regular {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
}

.proppins-font-semiBold {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
}

.proppins-font-Bold {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
}

.montserrat-font-semiBold {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
}

.montserrat-font-Bold {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
}

.montserrat-font-ExtraBold {
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
}

/* top navbar */

/* top-navbar-section */
.navbar-item {
    font-size: var(--top-nav-font-size);
    font-family: var(--top-nav-font-family);
}

.top-nav {
    font-family: var(--topNav-font-name);
    font-size: var(--topNav-font-size);
    color: var(--topNav-font-color);
    background-color: var(--topNav-background-color);
}

/* APPOINTMET-SECTION */

/* APPOINTMET-SECTION */

.appointment-navbar {
    margin-top: 57px;
    background-color: var(--appointment-background);
}

.navbar-brand {
    display: flex;
    justify-content: center;
    align-items: center;
}

.Appointment-Logo {
    width: var(--brand-Logo-width);
    color: var(--brand-icon-color) !important;
}

.navbar-brand h1 {
    font-size: var(--brand-font-size);
    font-family: var(--brand-font-family);
    color: var(--brand-text-color);
}

.appointment-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.mobile-icon {
    width: var(--mobile-icon-width);
    /* border: 2px solid red; */
    margin-bottom: 10px;
    margin-left: 10px;
    color: var(--mobile-icon-color);
}

.mobile-text-container {
    line-height: 30px;
}

.mobile-text {
    font-size: var(--mobile-text-font-size);
    font-family: var(--mobile-text-font-family);
    font-weight: 600;
}

.mobile-text a {
    color: var(--mobile-icon-color);
    text-decoration: none;
}

.mobile-text a:hover {
    color: var(--brand-text-color);
}

.mobile-num {
    font-size: var(--mobile-number-font-size);
    font-family: var(--mobile-text-font-family);
    font-weight: 700;
}

.appointment-navbar {
    margin-top: 57px;
    background-color: var(--appointment-background);
}

.Appointment-Logo {
    height: 40px;
}

.navbar-brand h1 {
    color: var(--brand-text-color);
    font-size: 23px;
}

.appointment-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.mobile-icon {
    width: var(--mobile-icon-width);
    /* border: 2px solid red; */
    margin-bottom: 10px;
    margin-left: 10px;
    color: var(--mobile-icon-color);
}

.mobile-text-container {
    line-height: 30px;
}

.mobile-text {
    font-size: var(--mobile-text-font-size);
    font-family: var(--mobile-text-font-family);
    font-weight: 600;
}

.mobile-num {
    font-size: var(--mobile-number-font-size);
    font-family: var(--mobile-text-font-family);
    font-weight: 700;
}

/* appointment section */
.appointment-container1 {
    position: relative;
    height: 450px;
    width: 100%;
    background-image: url("../dp013/appointmentBanner.png");
}

.appointment-container-img {
    position: absolute;
    bottom: 0;
    height: 350px;
    width: 350px;
    object-fit: contain;
}

.appointment-container-title1 {
    /* padding-top: 160px; */
    width: 70%;
    letter-spacing: 1.5px;
    color: var(--appointment-doctor-name-font-color);
    text-transform: capitalize;
}

.appointment-description {
    color: var(--appointment-doctor-profession-font-color);
    width: 70% !important;
    text-align: justify;
}

/* biography container */
.biograpy-container {
    height: 200px;
}

.biograpy-container-title {
    color: var(--education_biography_title);
}

.biograpy-container-description {
    color: var(--education_biography_title);
}

/* education & experience container */
.education-container {
    height: auto;
    background: var(--education-experienceContainer-bg);
}

.education-container-height {
    height: 600px;
    position: relative;
}

.education-container-height img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    object-fit: cover;
}

.education-sub-container {
    width: 80%;
}

.education-container .education-container-title {
    display: inline;
}

.education-container-height h1 {
    display: inline !important;
    color: var(--education_biography_title);
}

.education-sub-container .indicatior-line {
    position: relative;
    height: auto;
    width: 2px;
    top: 0;
    background: var(--indicatior-line-color);
}

.education-sub-container .education-passing-information {
    height: 110px;
}

.education-sub-container .indicatorPoint {
    display: block;
    position: absolute;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: var(--indicatior-Circale-InLine-color);
    outline: 5px solid var(--indicatior-Circale-OutLine-color);
}

.point-1 {
    top: 22px;
    margin-left: -3.5px;
}

.point-2 {
    top: 150px;
    margin-left: -3.5px;
}

.point-3 {
    top: 275px;
    margin-left: -3.5px;
}

.point-4 {
    top: 400px;
    margin-left: -3.5px;
}

.education_biography_title {
    color: var(--education_biography_title);
}

.education_biography_description {
    color: var(--education_biography_description);
}

.description1 {
    width: 75% !important;
}

.experience-section {
    height: auto;
    background: var(--experience-section-bg-color);
}

.experience-font-title {
    color: var(--experience-title-font-color);
}

.experience {
    width: 53%;
}

.description {
    color: var(--experience-description-font-color);
}

/* achieviement section */
.achivement-container {
    position: relative;
    height: 470px;
    width: 100% !important;
    background-image: url("../dp013/Achive.png");
}

.achivement-container ul {
    margin-left: -15px;
}

.achivement-container ul li {
    color: var(--appointment-description-font-color);
    margin-top: 6px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
}

.achievement-title {
    color: var(--achievement-title-font-color);
}

.achievement-description {
    color: var(--appointment-description-font-color);
}

.achievement-image {
    position: absolute;
    bottom: 0;
    max-height: 400px;
    margin-left: 50px;
}

/* chamber details */
.chamber-details-title {
    color: var(--chamber-title-font-color);
}

.chamber-hospital-title {
    color: var(--chamber-hospital-name-font-color);
}

.time {
    color: var(--chamber-time-font-color);
    font-family: "Poppins", sans-serif;
    font-weight: 400;
}

.chamber-details-horizontal-line {
    height: 0.1rem;
    width: 75%;
    background-color: #646363;
}

/* responsive design tab*/
@media screen and (min-width: 768px) and (max-width: 1024px) {
    h1 {
        font-size: 25px !important;
    }

    h6 {
        font-size: 0.8rem !important;
    }

    p {
        font-size: 13px !important;
    }

    .appointment-container-title1 {
        font-size: 25px !important;
    }

    .appointment-brand {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .appointment-container {
        /* height: 350px; */
    }

    .appointment-brand-title {
        font-size: 15px;
    }

    .appointment-header-text {
        font-size: 13px !important;
    }

    .appointment-phone h6 {
        font-size: 13px;
    }

    .appointment-phone h4 {
        font-size: 15px;
    }

    .appointment-container-title1 {
        padding-top: 75px;
        text-align: center;
    }

    .appointment-description {
        width: 90% !important;
    }

    .appointment-container-img {
        height: 280px;
        width: 280px;
    }

    /* biograhpy container */
    .biograpy-container {
        margin: 30px 0;
        text-align: justify;
    }

    .education-container {
        height: auto;
        background: var(--education-experienceContainer-bg);
    }

    .education-container-height {
        height: 770px;
        position: relative;
    }

    .education-container-height img {
        width: 100%;
        height: auto !important;
        position: absolute;
        left: 0;
    }

    .education-sub-container {
        width: 90%;
    }

    .education-sub-container .indicatior-line {
        position: relative;
        height: auto;
        width: 2px;
        top: 0;
        background: var(--indicatior-line-color);
    }

    .education-sub-container .education-passing-information {
        height: 210px;
    }

    .point-2 {
        top: 232px;
        margin-left: -3.5px;
    }

    .point-3 {
        top: 442px;
        margin-left: -3.5px;
    }

    /* achivement container */
    .achievement-image {
        max-height: 450px;
        margin-left: -20px;
    }

    .achivement-container {
        height: 580px;
    }

    .achivement-container ul {
        margin-left: 0px;
    }

    .chamber-details-horizontal-line {
        height: 0.1rem;
        width: 80%;
        background-color: #646363;
    }

    .time {
        width: 80% !important;
    }
}

/* mobile responsive */
@media screen and (max-width: 768px) {
    .appointment-container1 {
        height: auto;
    }

    /* APPOINTMET-S
  ECTION  MEDIA QUERY*/
    .appointment-navbar {
        margin-top: 57px;
    }

    .Appointment-Logo {
        width: 40px;
        color: var(--brand-icon-color);
    }

    .navbar-brand h1 {
        font-size: 16px;
        font-family: var(--brand-font-family);
        color: var(--brand-text-color);
    }

    .appointment-container {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .mobile-icon {
        width: 20px;
        margin: auto 0;
        color: var(--mobile-icon-color);
    }

    .mobile-text-container {
        line-height: 16px;
    }

    .mobile-text {
        font-size: 9px;
        font-family: var(--mobile-text-font-family);
    }

    .mobile-num {
        font-size: 14px;
        font-family: var(--mobile-text-font-family);
    }

    h1 {
        /* font-size: 25px !important; */
    }

    h6 {
        font-size: 0.8rem !important;
    }

    p {
        font-size: 13px !important;
    }

    .appointment-brand {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .appointment-Logo {
        height: 25px;
    }

    .appointment-brand-title {
        font-size: 15px;
    }

    .appointment-header-text {
        font-size: 13px !important;
    }

    .appointment-phone h6 {
        font-size: 13px;
    }

    .appointment-phone h4 {
        font-size: 15px;
    }

    .appointment-container-img {
        position: relative;
        height: 330px;
        width: 350px;
        object-fit: contain;
    }

    .appointment-container-title1 {
        width: 100%;
        padding-top: 15px;
        text-align: center;
    }

    .appointment-container-title2 {
        padding-top: 18px;
        text-align: center;
        margin-left: 0px;
    }

    .appointment-description {
        width: 100% !important;
    }

    /* biograhpy container */
    .biograpy-container {
        margin: 30px 0;
        text-align: justify;
        height: auto;
    }

    /* education container */
    .education-container-height {
        height: auto;
        position: relative;
    }

    .education-image {
        height: 300px;
    }

    .education-details {
        /* height: 800px; */
        margin-bottom: 25px;
    }

    .education-sub-container {
        width: 95%;
    }

    .education-sub-container .indicatior-line {
        /* height: 670px; */
    }

    .education-sub-container .education-passing-information {
        height: 135px;
    }

    .point-1 {
        top: 22px;
        margin-left: -3.5px;
    }

    .point-2 {
        top: 172px;
        margin-left: -3.5px;
    }

    .point-3 {
        top: 325px;
        margin-left: -3.5px;
    }

    .point-4 {
        top: 475px;
        margin-left: -3.5px;
    }

    .experience-section .experience {
        width: 100% !important;
    }

    .experinece-img {
        margin-left: -10px;
        margin-right: -10px;
        height: 380px !important;
        background-size: cover;
    }

    .experinece-img img {
        height: 100%;
        width: 100%;
    }

    .achivement-container {
        height: auto;
    }

    .achievement-image-div {
        display: flex;
        justify-content: center;
    }

    .achievement-image {
        position: relative;
        margin-left: 0;
        height: 330px !important;
    }

    .chamber-details-horizontal-line {
        height: 0.1rem;
        width: 100%;
        /* margin: 0 auto; */
        background-color: #646363;
    }

    .time {
        width: 100% !important;
    }

    .montserrat-font-Bold {
        font-weight: 500;
    }
}
