/* main */
.small-nav {
    display: none;;
}

/* sidebar */
.sidebar {
    height: 100%;
    width: 0;
    z-index: 1;
    top: 0;
    overflow-x: hidden;
    transition: 0.5s;
    position: absolute;
    right: 0;
    height: 600px;
}

.sidebar a {
    text-decoration: none;
    font-size: 13px;
    display: block;
    transition: 0.3s;
    color: unset;
    text-transform: uppercase;
}

.side-element-text {
    margin-top: 10px;
}

.sidebar .closebtn {
    position: absolute;
    top: 0;
    left: 0;
    height: 600px;
}

.sidebar .closebtn img {
    height: 600px;
}

.side-element-icon {
    font-size: 36px;
}

.side-elements {
    width: 100%;
    background-color: var(--light-color);
    padding-left: 10px;
    margin-left: 50px;
    height: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    text-align: center;
    overflow: hidden;
    cursor: pointer;
}

.side-elements .divider {
    height: 2px;
    width: 100%;
}

.openbtn {
    cursor: pointer;
    border: none;
    position: absolute;
    right: 0;
    height: 600px;
    top: 0;
    background-color: unset;
    padding: unset;
}

.openbtn img {
    height: 100%;
}

.openbtn:focus {
    outline: unset;
}

.main-sidebar {
    position: fixed;
    top: 0;
    right: 0;
}

/* Background colors */
.bg-primary {
    background-color: var(--primary-color);
}

/* Text color */
.text-black, .text-black a {
    color: var(--font-color);
}

.text-white, .text-white a {
    color: var(--light-color);
}

.text-primary {
    color: var(--primary-color);
}

/* gradients */
.green-gradient, .hover-green-gradient:hover {
    background-color: #00b712;
    background-image: linear-gradient(315deg, #00b712 0%, #5aff15 74%);
}

.research-page-event .gallery-image:hover .image {
    background-color: #00b712;
    background-image: linear-gradient(315deg, #00b712 0%, #5aff15 74%);
}

.innerpage-content .title-line.green-gradient {
    background-color: #00b712 !important;
    background-image: linear-gradient(315deg, #00b712 0%, #5aff15 74%) !important;
}

.green-border {
    border: 1px solid #00b712 !important;
}

.link-green {
    text-decoration: none;
    color: #00b712;
}

.icon-card:hover .text-area * {
    color: var(--dark-color);
}

.research-page-event .gallery-image:hover img {
    opacity: 0.5;
}

.green-gradient-text {
    background-color: #00b712;
    background-image: linear-gradient(315deg, #00b712 0%, #5aff15 74%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.orange-gradient {
    background-color: #fc9842;
    background-image: linear-gradient(315deg, #fc9842 0%, #fe5f75 74%);
}

.orange-gradient-text {
    background-color: #fc9842;
    background-image: linear-gradient(315deg, #fc9842 0%, #fe5f75 74%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.blue-gradient {
    background-color: #045de9;
    background-image: linear-gradient(315deg, #045de9 0%, #09c6f9 74%);
}

.blue-gradient-text {
    background-color: #045de9;
    background-image: linear-gradient(315deg, #045de9 0%, #09c6f9 74%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* home wings*/
.one-wing {
    height: 350px;
    width: 25%;
    cursor: pointer;
    position: relative;
    min-width: 300px;
}

.one-wing:hover {
    transform: scale(1.1);
}

.one-wing-background {
    z-index: -99;
    height: 100%;
    width: 100%;
    position: absolute;
    background-color: rgb(255, 57, 57);
    background-image: url("../images/home-academic-background.f2301cd4cad6.jpg");
    background-size: cover;
    background-blend-mode: multiply;
}

.one-wing-background.academic {
    background-color: rgb(255, 57, 57);
    background-image: url("../images/home-academic-background.f2301cd4cad6.jpg");
}

.one-wing-background.clinical {
    background-color: rgb(57, 176, 255);
    background-image: url("../images/home-clinical-background.2231c30f6804.png");
}

.one-wing-background.research {
    background-color: rgb(57, 255, 74);
    background-image: url("../images/research.a3a1d4b974e3.jpg");
}

.one-wing .front-area {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-bottom: 0.5px solid #e86437;
}

.one-wing .front-area .text-area {
    height: 60%;
    font-size: 32px;
    color: var(--light-color);
    text-transform: uppercase;
}

.one-wing .arrow-area {
    width: 100%;
    height: 150px;
    background-color: rgb(253, 249, 249);
    clip-path: polygon(100% 0, 0 100%, 100% 100%);
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.one-wing .arrow-area .triangle {
    display: flex;
    align-items: flex-end;
    font-size: 40px;
    padding: 20px;
}

/* home clinical services */
.our-clinical-services {
    width: 100%;
}

.one-clinical-service {
    color: var(--light-color);
    padding: 20px;
    width: 320px;
    cursor: pointer;
}

.paid-service-button {
    color: var(--light-color);
    padding: 20px;
    width: auto;
    cursor: pointer;
    border: none;
}

.one-clinical-service:hover {
    transform: scale(1.1);
}

.one-clinical-service .text-area {
    font-size: 22px;
}

.one-clinical-service .arrow-area {
    font-size: 30px;
}

.one-clinical-service .icon-area {
    height: 40px;
    width: 40px;
    padding: 10px;
    background-color: var(--light-color);
    border-radius: 100%;
}

/* home navbar*/
.home-nav {
    padding: 10px 0 0 0;
}

.home-nav .home-nav-logo {
    width: 250px;
}

/*web navigation bar*/
.top-nav-gradient-section {
    margin: 0 !important;
    cursor: pointer;
}

.nav-wing {
    cursor: pointer;
    opacity: 0.6;
    font-size: 16px;
    text-transform: uppercase;
}

.nav-wing.active {
    opacity: 1;
}

.nav-wing:hover {
    transform: scale(1.1);
}

.nav-wing.active {
    font-size: 26px;
    padding: 20px 40px;
}

.nav-divider {
    width: 80%;
    border-top: 1px solid gray;
    padding-bottom: 20px;
}

.nav-item {
    text-transform: Capitalize;
    cursor: pointer;
    padding: 20px 20px 0 20px;
}

.nav-item:hover {
    transform: scale(1.1);
}

/*section title with top-bar*/
.top-title-bar {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /*padding-bottom: 50px;*/
}

.top-title-bar .title-line, .title-line {
    width: 60px;
    height: 4px;
}

.top-title-bar .title {
    font-size: 26px;
    text-transform: uppercase;
    margin-top: 15px;
    margin-bottom: 15px;
}

/*section title with side-bar*/
.side-title-bar {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.side-title-bar .title-line {
    width: 4px;
    height: 50px;
}

.section-title.side-title-bar .title {
    font-size: 26px;
    text-transform: uppercase;
    margin-left: 15px;
}

.title.small-sidebar-text {
    font-size: 22px !important;
}

/*button*/
.btn {
    cursor: pointer;
    padding: 10px;
    border-radius: var(--border-radius);
    color: var(--light-color);
    width: fit-content;
}

.footer .btn {
    outline: 1px solid white;
}

.map-btn .fa-long-arrow-right {
    margin-left: 8px;
}

/* search bar */
.search-sort {
    margin: 30px 0;
}

form.search-form input[type=text] {
    padding: 10px;
    outline: unset;
    float: left;
    min-width: 30vw;
    background: none;
    border: unset;
    border-bottom: 1px solid grey;
}

form.search-form input[type=text]:focus, form.search-form button:focus {
    border: 1px solid grey;
    border-radius: var(--border-radius);
}

form.search-form button {
    float: left;
    min-width: 5vw;
    padding: 10px;
    color: gray;
    font-size: 17px;
    cursor: pointer;
    border: unset;
    background: none;
    border-bottom: 1px solid grey;
}

.custom-sort-select select {
    padding: 10px;
    background: none;
    border: 1px solid grey;
    border-radius: var(--border-radius);
    width: 200px;
    margin: 0;
}

.fa-times {
    color: var(--danger-color);
    margin-left: 10px;
}

.result-count {
    font-size: 16px;
    margin-bottom: 20px;
}

/* footer */
.footer {
    color: var(--light-color);
}

.newsletter-section .text-area .title {
    font-size: 32px;
    text-transform: uppercase;
}

.logo-column .logo img {
    width: 300px;
}

.footer-details-area .title {
    font-size: 24px;
}

.footer-container .divider {
    height: 1px;
    background-color: var(--light-color);
    margin: 50px;
}

.footer-container .small-divider {
    height: 1px;
    background-color: var(--light-color);
    margin: 10px 0;
    width: 200px;
}

.bg-img {
    position: relative;
    width: 100%;
    height: 100%;
    background: url("../images/footer-background.8d5f569094b1.png") center center no-repeat;
    background-size: cover;
}

.links-column .link-item {
    cursor: pointer;
    font-size: 16px;
    margin-top: 8px;
}

.contact-column .contact-one {
    font-size: 16px;
    margin-top: 8px;
}

.social-media .fb {
    font-size: 32px;
    margin-right: 30px;
    cursor: pointer;
}

.footer form.search-form input[type=text] {
    border-color: var(--light-color);
    color: var(--light-color);
}

.map-btn, .footer form.search-form input[type=text]:focus, form.search-form button:focus {
    border-color: var(--light-color);
}

.footer form.search-form button {
    color: var(--light-color);
    border-color: var(--light-color);
}


/* news */
.news-card .text-area {
    padding: 22px;
}

.news-card .text-area .title {
    font-size: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 30px;
    margin-top: 15px;
    font-weight: bold;
}

.news-card .text-area .date {
    opacity: 0.7;
    font-size: 12px;
}

.news-card {
    width: 27%;
    margin: 3%;
    cursor: pointer;
    background-color: var(--light-color);
    min-width: 250px;
}

.news-card:hover {
    color: var(--light-color);
    border-color: var(--light-color);
}

.news-card .image-area {
    height: 150px;
}

.news-card .text-area .description {
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 22px;
}

.section-title.side-title-bar .sub-title {
    font-size: 16px;
    text-transform: none;
}

.one-topic .description {
    font-size: 18px;
    line-height: 25px;
    text-align: justify;
    margin-right: 20px;
    word-break: break-all;
}

.one-topic {
    columns: 2;
    -webkit-columns: 2;
}

.news-image {
    height: 300px;
    margin: 40px 0;
}


/* doctors' page*/
.doctors-grid .doctor {
    justify-content: flex-start;
    margin: 20px;
    width: 240px;
}

.doctors-grid .doctor .image-area {
    height: 200px;
    width: 200px;
    border-radius: 100%;
}

.doctors-grid .doctor .image-area img {
    border-radius: 100%;
}

.doctors-grid .doctor .text-area .title {
    font-size: 18px;
    padding: 10px;
}

.doctors-grid {
    justify-content: center;
}

/* gallery */
.gallery-image {
    padding: 20px;
    width: 200px;
}

.gallery-image .image {
    height: 200px;
    width: 100%;
}

.gallery-image .caption {
    margin-top: 10px;
    font-style: italic;
}

.view-more {
    right: 0;
    text-transform: capitalize;
    border-bottom: 1px solid gray;
    cursor: pointer;
    opacity: 0.3;
}

.view-more:hover {
    opacity: 1;
}

/* Message */
.message-section .text-area {
    width: 70%;
}

.message-section .title {
    margin: 10px 0;
    font-size: 16px;
}

.message-section .comma {
    font-size: 100px;
    opacity: 0.1;
    line-height: 30px;
}

.message-section .image-area {
    width: 300px;
    height: 300px;
}

/*Banner*/

.banner-image img {
    width: 400px;
    margin-top: -150px;
    margin-bottom: 0px;
}

.banner-text {
    width: 60%;
    color: var(--light-color);
    padding: 50px 30px;
}

.banner-text .title, .notice-highlight .title {
    font-size: 32px;
    text-transform: uppercase;
}

.banner-text .subtitle, .notice-highlight .subtitle {
    font-size: 16px;
    line-height: 24px;
}

.scholarship-banner {
    margin: 2vw 7.5vw;
    padding: unset;
    width: unset;
    /*margin-top: 150px;*/
}


.notice-highlight {
    color: var(--light-color);
    padding: 50px 30px;
}

#journal .news-card:hover, .home-r-news .news-card:hover, #notice .news-card:hover {
    background-color: var(--font-color);
}

.full-nav .home-nav-logo {
    cursor: pointer;
}

.suggestion textarea {
    outline: none;
    border: 1px solid gray;
    border-radius: 10px;
    background-color: unset;
    padding: 20px;
    font-size: 18px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}

.suggestion textarea:focus {
    border-color: #045de9;
    outline: none;
}

.suggestion .btn {
    outline: none;
    border: none;
    font-size: 20px;
    margin: 10px 0;
}


/* File download*/
.file-area .file {
    width: max-content;
    height: 36px;
    border: 1px solid #fc9842;
    transition: .8s;
    background: #f8f8f8;
    border-radius: 3px;
    overflow: hidden;
}

.file-area .text {
    padding-left: 65px;
    padding-right: 20px;
    line-height: 36px;
    color: #333;
    font-weight: bold;
    font-style: italic;
}

.file-area .field {
    position: absolute;
    width: 50px;
    height: 36px;
    color: #fff;
    background: #fc9842;
    font: 16pt FontAwesome;
    text-align: center;
    line-height: 36px;
    cursor: pointer;
    transition: .2s;
}

.file-area .field:hover {
    background: #df7d29
}

.faq-contents .content {
    width: 80%;
    padding: 20px;
    margin: 0 auto;
    padding: 0 60px 0 0;
}

.faq-contents .question {
    color: rgb(46, 46, 46);
    position: relative;
    border: 1px solid rgb(177, 177, 177);
    margin: 20px 0 0 0;
    padding: 10px 10px 10px 50px;
    display: block;
    width: 100%;
    cursor: pointer;
    border-radius: 10px;
    font-size: 20px;
}

.faq-contents .answers {
    font-size: 16px;
    line-height: 26px;
    background: #f2f2f2;
    padding: 0px 15px;
    margin: 0px 0;
    height: 0;
    overflow: hidden;
    z-index: -1;
    position: relative;
    opacity: 0;
    -webkit-transition: .7s ease;
    -moz-transition: .7s ease;
    -o-transition: .7s ease;
    transition: .7s ease;
}

.faq-contents .questions:checked ~ .answers {
    height: auto;
    opacity: 1;
    padding: 20px;
    width: 100%;
}

.faq-contents .plus {
    position: absolute;
    margin-left: 10px;
    margin-top: 5px;
    z-index: 5;
    font-size: 1.8em;
    line-height: 100%;
    padding: 5px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}

.faq-contents .questions:checked ~ .plus {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.faq-contents .questions {
    display: none;
}

.navbar-menu > li > a {
    background-color: var(--primary-color);
}

.navbar-menu > li > a:hover, .navbar-menu > li.active-menu > a, .navbar-menu > li:hover > a {
    background-color: var(--dark-color);
}

.navbar-menu .dropdown > .submenu a {
    background-color: var(--dark-color);
    border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.navbar-menu .dropdown > .submenu a:hover {
    background-color: var(--primary-color);
    border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.navbar-trigger-btn {
    background-color: var(--primary-color);
    border: none;
    color: var(--light-color);
}

.full-nav + .navbar .navbar-menu button.fa {
    background-color: var(--light-dark-color);
    border: none;
    color: var(--light-color);
}

.innerpage-hero-banner, .board-member-list {
    background-color: var(--light-grey-color);
}

.site-breadcrumb a {
    color: var(--font-color);
}

.site-breadcrumb span {
    color: var(--primary-color);
}

.board-member-list .card {
    background-color: var(--light-color);
}

.bg-primary {
    background-color: var(--primary-color);
}

.bg-primary.btn {
    background-color: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
    color: var(--light-color);
}

.news-card.activity-card.green-gradient .text-area * {
    color: var(--light-color);
}