body {
    margin: 0;
    padding: 0;
    color: #3f4047;
    font-size: 1rem;
    line-height: 1.428571429;
    font-weight: 400;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
}

/*
* common settings
*/
a {
    text-decoration: none;
    /* color: #2c2e35; */
    color: var(--bs-body-color);
    -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -moz-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -ms-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -o-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

a:focus,
a:hover {
    color: var(--bs-primary);
    outline: none;
    text-decoration: none;
    -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -moz-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -ms-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -o-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

p {
    font-size: 1rem;
    margin: 0 0 16px 0;
    line-height: 1.5;
}

@media screen and (min-width:1367px) {
    p {
        font-size: 18px;
    }
}

/*
* Image Alignment
*/

img.alignleft {
    float: left;
    margin: 0 15px 15px 0;
    display: inline;
}

img.alignright {
    float: right;
    margin: 0 0px 15px 15px;
    display: inline;
}

img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
}


ul {
    padding: 0;
    margin: 0;
}

ul li {
    list-style: none;
    font-size: 1rem;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    font-weight: 600;
    color: #2c2e35;
    line-height: 1.3;
    margin-bottom: 1rem;
}


h1,
.h1 {
    font-size: 3.63rem;
    /* 58px */
}

h2,
.h2 {
    font-size: 2.63rem;
    /* 42px */
}

h3,
.h3 {
    font-size: 2.38rem;
    /* 38px */
}

h4,
.h4 {
    font-size: 1.5rem;
    /* 28px */
}

h5,
.h5 {
    font-size: 1.25rem;
    /* 20px */
    margin-bottom: .5rem;
}

h6,
.h6 {
    font-size: 1rem;
    /* 16px */
}


@media screen and (min-width:1367px) {

    h1,
    .h1 {
        font-size: 4.5rem;
        /* 72px */
    }

    h2,
    .h2 {
        font-size: 3.75rem;
        /* 60px */
    }

    h3,
    .h3 {
        font-size: 3.375rem;
        /* 54px */
    }

    h4,
    .h4 {
        font-size: 2.25rem;
        /* 36px */
    }

    h5,
    .h5 {
        font-size: 1.5rem;
        /* 24px */
        margin-bottom: .5rem;
        font-weight: 600;
    }

    h6,
    .h6 {
        font-size: 1.125rem;
        /* 18px */
    }
}

@media screen and (max-width:767px) {

    h1,
    .h1 {
        font-size: 3.313rem;
        /* 53px */
    }

    h2,
    .h2 {
        font-size: 2.313rem;
        /* 37px */
    }

    h3,
    .h3 {
        font-size: 2.125rem;
        /* 34px */
    }

    h4,
    .h4 {
        font-size: 1.563rem;
        /* 25px */
        font-weight: 500;
    }
}

/*
* container
*/

/*
*  Banner
*/

/*
* Section
*/
.section {
    padding: 40px 0;
}

@media screen and (min-width:1367px) {
    .section {
        padding: 65px 0;
    }
}

.section figure {
    display: block;
}

.section-head {
    margin-bottom: 2.5rem;
    text-align: center;
}

.section-head h2 {
    margin-bottom: .5rem;
}

@media screen and (max-width:991px) {
    .section {
        padding: 30px 0;
    }
}


@media screen and (min-width:992px) {
    .section-head {
        max-width: 750px;
        margin: 0 auto 2.5rem;
    }
}

@media screen and (min-width:1200px) {
    .section-head p {
        font-size: 1.25rem;
    }
}

@media screen and (min-width:1367px) {
    .section-head {
        margin-bottom: 3.5rem;
    }

    .section-head p {
        font-size: 1.375rem;
    }
}


/*
* Button
*/
.btn-light {
    background-color: rgba(var(--bs-primary-rgb), 0.2);
    color: var(--bs-primary);
    border: 0;
}


.btn-light:hover,
.btn-light:focus,
.btn-light:active {
    color: var(--bs-white);
    background-color: var(--bs-primary);
}

/*
* header
*/

#header {
    padding: 0;
    margin: 0px;
    /* background-color: rgba(0, 0, 0, .1); */
}

.social-links li {
    display: inline-block;
}

.social-links li:not(:last-child) {
    margin-right: 10px;
}

.social-links li a {
    background-color: transparent;
    font-size: 1rem;
    width: 40px;
    height: 40px;
    border: 1px solid #4B4B4B;
    color: #fac03c;
    border-radius: 50%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 34px;
}

.social-links li a:hover,
.social-links li a:active,
.social-links li a:focus {
    background-color: #fac03c;
    border-color: #fac03c;
    color: #fff;
    text-decoration: none;
}

.topbar {
    background-color: var(--bs-primary);
    padding-top: 5px;
    padding-bottom: 5px;
}

.topbar ul li {
    display: inline-block;
    color: #fff;
    font-size: .875rem;
}

.topbar ul li:not(:last-child) {
    margin-right: 10px;
}

.topbar ul li a,
.contact-area li a {
    color: var(--bs-white);
    text-decoration: none;
}

.topbar ul li a:hover,
.topbar ul li a:focus,
.topbar ul li a:active {
    opacity: 0.6;
}

.topbar .contact-area li {
    position: relative;
}

.topbar .contact-area li:not(:last-child) {
    padding-right: 1rem;
}

.topbar .contact-area li:not(:last-child)::before {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    content: '';
    width: 1px;
    height: calc(100%);
    background-color: var(--bs-white);
}

.topbar ul.social-group li {
    margin-right: 1rem;
}

.main-header {
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
}

#header:not(.fixed-header) .main-header {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

#header.fixed-header .main-header {
    padding-top: 10px;
    padding-bottom: 10px;
}

.language-dropdown .dropdown-menu .img-fluid {
    max-height: 20px;
    max-width: 20px;
}

#header.style2 {
    background-color: #fafafa;
}

#header.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    /* background-color: rgba(236, 34, 39, .9); */
    background-color: #fff;
    -webkit-animation: slideDown .35s ease-in-out;
    animation: slideDown .35s ease-in-out;
}

#header:not(.fixed-header) .logo-sticky,
#header.fixed-header .logo-img {
    display: none;
}

#header.fixed-header .logo-sticky {
    display: block;
}


@-webkit-keyframes slideDown {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes slideDown {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes slideUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@keyframes slideUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}


.logo a,
.logo img {
    display: inline-block;
}

#header .logo img {
    display: block;
    width: 100%;
}

#header.fixed-header .logo img {
    max-width: 150px;
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -moz-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -ms-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -o-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

.logo img {
    max-width: 225px;
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -moz-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -ms-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -o-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

@media screen and (min-width:992px) {
    .contact-area li:not(:last-child)::before {
        height: calc(100% + 15px);
    }
}

/* 
@media screen and (max-width:991px) {
    #header {
        padding: 15px 0 10px;
    }
} */

@media screen and (max-width:575px) {
    .logo img {
        max-width: 180px;
    }
}

/*
* footer
*/
.footer {
    background-color: var(--bs-white);
    padding: 40px 0 0;
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
    border-top: 1px solid rgba(var(--bs-dark-rgb), 0.2);
}

.footer h5 {
    margin-bottom: 1rem;
}

.footer-links li a {
    font-size: 1rem;
}

.footer a {
    text-decoration: none;
}

.brand-logo .brand-item {
    width: 50%;
}

.brand-logo .brand-item:last-child {
    width: 100%;
}

.contact-area2 li a {
    position: relative;
    padding-left: 1.5rem;
    display: inline-block;
}

.contact-area2 li a>.svg-inline--fa {
    position: absolute;
    left: 0;
    top: 5px;
}

.footer-bottom {
    border-top: 1px solid rgba(var(--bs-dark-rgb), 0.2);
    padding-top: 20px;
    padding-bottom: 20px;
}

.footer-bottom p {
    font-size: 1rem;
}

.footer-bottom p,
.footer-bottom ul li a {
    color: #6e6b6c;
}

@media screen and (min-width:576px) {}

@media screen and (min-width:992px) {
    .brand-logo .brand-item {
        width: 25%;
    }

    .footer-bottom p {
        margin-bottom: 0;
    }
}


/*
* container
*/
#container {
    min-width: 320px;
    overflow: hidden;
}

@media screen and (max-width:1199px) {
    .container {
        max-width: 100%;
    }
}

@media screen and (min-width:1200px) {
    .custom-container {
        max-width: 100%;
        padding-left: 60px;
        padding-right: 60px;
    }
}

@media screen and (min-width:1367px) {
    .custom-container {
        padding-left: 100px;
        padding-right: 100px;
    }
}

/*
*  Main-nav
*/
#main-menu ul {
    text-align: right;
}

#main-menu ul li {
    display: inline-block;
    position: relative;
    margin: 0 -2px;
    text-align: center;
}

#main-menu ul li a {
    padding: 10px 15px;
    display: block;
    font-size: 1rem;
    line-height: 1.4;
    color: #000;
    border: 0px;
    border-radius: 10px;
    text-decoration: none;
}

#main-menu ul li a::first-letter {
    text-transform: uppercase;
}

#main-menu ul li a.btn {
    min-width: 100px;
}

#main-menu ul li a.selected,
#main-menu ul li a:hover,
#main-menu ul li a:focus,
#main-menu ul li a:active {
    color: var(--bs-primary);
}

.fixed-header #main-menu ul li a {
    color: #2c2e35;
}

.fixed-header #main-menu ul li a.selected,
.fixed-header #main-menu ul li a:hover,
.fixed-header #main-menu ul li a:focus,
.fixed-header #main-menu ul li a:active {
    color: var(--bs-primary);
}


.fixed-header #main-menu ul li li a.selected,
.fixed-header #main-menu ul li li a:hover,
.fixed-header #main-menu ul li li a:focus,
.fixed-header #main-menu ul li li a:active {
    color: #fff;
}

#main-menu ul li a.btn-primary,
#main-menu ul li a.btn-dark {
    color: var(--bs-primary);
}

#main-menu ul ul {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    min-width: 12rem;
    width: 100%;
    max-width: 200px;
    font-size: 1rem;
    color: var(--bs-primary);
    text-align: left;
    list-style: none;
    background-clip: padding-box;
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    border: 0;
    border-radius: 4px;
    margin: 0;
    /* padding: 15px; */
    background: #fff;
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
}

#main-menu ul ul li {
    display: block;
    margin: 0;
    padding: 0;
    text-align: left;
}

#main-menu ul ul li a {
    border-radius: 0px;
}

#main-menu ul ul li:first-child a {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

#main-menu ul ul li:last-child a {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

#main-menu ul ul li a,
#main-menu ul ul li a>.fa {
    color: var(--bs-primary);
}

#main-menu ul ul li a>.fa {
    float: right;
}

#main-menu ul ul li a:hover,
#main-menu ul ul li a:focus,
#main-menu ul ul li a:active {
    color: #fff;
    background: var(--bs-primary);
}

#main-menu ul li:hover>ul {
    display: block;
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    /* background: #2c2e35; */
}


#main-menu ul ul ul {
    top: 0;
    left: 100%;
}

/*
* Mobile-menu
*/

@media screen and (min-width:992px) {
    .mobile-menu {
        display: none;
    }
}

@media screen and (min-width:1200px) {
    #main-menu ul li a {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media screen and (max-width:1199px) {
    #main-menu ul li a {
        min-width: auto;
    }
}

@media screen and (max-width:991px) {
    #header .btn-dark {
        position: absolute;
        right: 5rem;
        top: -47px;
    }

    .mean-container a.meanmenu-reveal {
        margin-top: -53px;
        margin-right: 15px;
    }

    .mean-container .mean-nav ul ul {
        background-color: rgba(0, 0, 0, 0.3);
    }

    .mean-container .mean-nav ul li {
        text-align: center;
        float: none;
    }

    .mean-container .mean-nav ul li a {
        font-size: 14px;
        text-align: center;
        float: none;
    }

    .mean-container .mean-nav ul li a .fa {
        display: none;
    }

    .mean-container .mean-nav ul li a,
    .mean-container .mean-nav ul li li li a {
        padding-top: 12px;
        padding-bottom: 11px;
    }

    .mean-container .mean-nav ul li.mean-last a {
        padding-top: 10px;
        padding-bottom: 9px;
    }

    /* .mean-container .mean-nav ul li:last-child a{
        border-bottom: 1px solid rgba(255,255,255,0.5);
    } */

    .mobile-menu .meanclose+.mean-nav .btn {
        display: inline-block;
        width: 200px;
        margin: 0 auto 1rem;
    }

    .mean-nav .btn {
        margin: 15px;
    }

    .mean-container .mean-nav ul li a.btn {
        border: 0;
    }

    .mean-nav ul li a .fa-angle-down {
        display: none;
    }
}

@media screen and (max-width:575px) {

    .mean-container .mean-nav ul li a,
    .mean-container .mean-nav ul li li a,
    .mean-container .mean-nav ul li li li a {
        padding-top: 9px;
        padding-bottom: 10px;
    }

    .mean-container a.meanmenu-reveal {
        margin-top: -47px;
    }
}

/*----------------------------------------------------------------------------------
      Home Page 
----------------------------------------------------------------------------------*/
.doctor-image .img-fluid {
    width: 250px;
    height: 250px;
}

.flag-wrap .img-fluid {
    max-height: 20px;
}

/*
* Academic Profile Tabs
*/
.academic-profile-tabs .nav-tabs .nav-link {
    font-size: 1.2rem;
    font-weight: 600;
    padding: 1rem 1.5rem;
    transition: all 0.3s ease;
    color: var(--bs-heading-color);
    border: 0
}

.academic-profile-tabs .nav-tabs .nav-link:hover,
.academic-profile-tabs .nav-tabs .nav-link:focus,
.academic-profile-tabs .nav-tabs .nav-link:active {
    transition: all 0.3s ease;
}

.academic-profile-tabs .nav-tabs .nav-link.active {
    color: var(--bs-white);
    position: relative;
}

.academic-profile-tabs .nav-tabs {
    background-color: var(--bs-body-bg);
}

.academic-profile-tabs .nav-tabs .nav-link.active::after {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -13px;
    content: '';
    width: 0;
    height: 0;
    display: inline-block;
    vertical-align: middle;
    border-style: solid;
    border-width: 14px 14px 0 14px;
    border-color: var(--bs-primary) transparent transparent transparent;
}

.academic-profile-tabs .tab-content {
    padding: 1.5rem;
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
}

/* @media screen and (min-width:1200px) {
    .academic-profile-tabs .tab-content h5 {
        font-size: 1.75rem;
    }
} */

/*
* Timeline List
*/
.timeline-list,
.timeline-list li {
    position: relative;
}

.timeline-list::before,
.timeline-list li::before {
    position: absolute;
    content: '';
}

.timeline-list::before {
    background-color: var(--bs-primary);
    left: 7px;
    top: 5px;
    height: 100%;
    width: 2px;
}

.timeline-list li {
    padding-left: 1.5rem;
}

.timeline-list li:not(:last-child) {
    margin-bottom: 1.5rem;
}

.timeline-list li .title,
.timeline-list li p {
    margin-bottom: 0;
}

.timeline-list li::before {
    left: 0;
    top: 5px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 2px solid var(--bs-primary);
    background-color: var(--bs-white);
}

.timeline-list li p {
    color: rgba(var(--bs-black-rgb), .5);
}

/*----------------------------------------------------------------------------------
      Contact Page 
----------------------------------------------------------------------------------*/

.page-title .heading {
    padding: 80px 0;
}

.page-title nav{
    background-color: var(--bs-body-bg);
}

.section-contact .contact-area2 li .icon{
   width: 50px;
   height: 50px;
}