
.montserrat-body {
    font-weight: 500;
    font-size: 14px;
    color: #5C788A;
}

.page-title {
    font-size: 24px;
    color: #002633;
    font-weight: 700;
    margin-top: 1rem;
}

.main-sub-title {
    color: #002633;
    font-weight: 600;
    margin-top: 20px;
    font-size: 18px;
}

.blue-text {
    color: #0F93FE;
}

.list-heading {
color: #002633;
font-size: 16px;
font-weight: 600;
}


.vision-card-content {
    background-color: #ffffff;
    transition: box-shadow 0.3s;
    border: 1px solid #D4DBE3;
    padding: 10px;
    border-radius: 8px;
}

.vision-card-content:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

.vision-card-main {
    font-size: 14px;
    margin-top: 13px;
}

.mission-sub-heading {
    font-size: 20px;
    color: #0F93FE;
    font-weight: 700;
    font-style: bold;
}

.mission_para {
    margin: 0px;
    padding: 5px;
}

.doctor-card-main {
    display: inline-block;
    border: none;
}

.doctor-card-main {
    display: inline-block;
    width: 250px;
    margin-right: 16px;
    vertical-align: top;
}

.doctor-scroll-wrapper {
    display: flex;
    align-items: center;
    width: 100%;
}

.scroll-btn {
    background-color: #fff;
    border: 1px solid #ccc;
    font-size: 20px;
    padding: 8px 12px;
    border-radius: 8px;
    cursor: pointer;
    flex-shrink: 0;
}

.scroll-btn:hover {
    background-color: #f0f0f0;
}

.icon-style {

    height: 63px;
    padding: 20px;
}

.icon-column {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 50px;
    margin-top: 20px;
    height: 100%;
}

.lines-dotted {
    position: absolute;
    top: 100%;
    /* start from bottom of icon */
    margin-left: 32px;
    transform: translateX(-50%);
    width: 2px;
    bottom: 0;
    background: repeating-linear-gradient(to bottom,
            #00AEEF,
            #00AEEF 6px,
            transparent 1px,
            transparent 10px);
}

.icon-dotted.last {
    display: none;
}

.service-title {
    color: #002633;
    font-weight: 600;
    font-style: bold;
    font-size: 20px;
}

.service-icon {
    width: 65px;
    height: 65px;
    background: #EDEDED;
    border-radius: 50%;
}

.answers-column {
    text-indent: 3em;
    margin-top: 1.5em;
}

.doctor-column {
    margin-bottom: 40px;
}

.card-title {
    font-size: 18px;
    font-weight: 600;
    font-style: bold;
}

.card-subtitle {
    color: #5C788A;
    font-weight: 500;
    font-style: normal;
}

.breadcrum-home {
    text-decoration: none;
    color: #5C788A
}

.breadcrum-about {
    text-decoration: none;
}

.vision-card-main-1000below {
    display: none;
}

.service-list-main {
    margin-left: 10px;
}

/* responsive media screen below 1200px */
@media screen and (max-width:1200px) {
    .vision-card-main-1000below {
        display: flex;
    }

    .vision-card-main-1000above {
        display: none;
    }

    .res-service-text-column {
        padding-left: 30px;
    }

    .service-list-main {
        margin-left: 0px;
    }

    .explanation-main {
        padding: 0px;
        margin: 0px;
    }

}

.banner-img {
  width: 100%;
  border-radius:8px;
  background: #fff;
  box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.15);
  margin: 20px 0 34px 0;
}