html,
body {
    font-family: 'psu-stidti',sans-serif;
    font-size :15px;
}
.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    width: 100%;
}

.navbar-toggler {
    padding: 0.75rem;
    font-size: 1.75rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    transition: box-shadow .15s ease-in-out;
}

.content-header h1 {
    font-size: 1.8rem;
    margin: 0;
    margin-top: 10px !important;
}

.dropdown-toggle {
    padding-right: 25px !important;
}

.dropdown-toggle::after {
    position: absolute;
    right: 5px;
    top: 10px;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: "\f078";
    display: inline-block;
    border-top: none;
    border-right: none;
    border-bottom: 0;
    border-left: none;
}

.dropdown-menu .dropdown-toggle::after {
    right: 10px;
    top: 5px;
    content: "\f105";
}

.dropdown .dropdown-menu .caret {
    border: 4px solid transparent;
    border-left-color: #000;
    float: right;
    margin-top: 6px;
}

.dropdown-menu {
    min-width: 250px;
}

.dropdown-menu>li.show>a {
    background-color: #F5F5F5;
    color: #262626;
    text-decoration: none;
}

.dropdown-menu .dropdown-menu {
    left: 100%;
    margin: 0;
    right: auto;
    top: -1px;
}

.dropdown-menu-right .dropdown-menu,
.navbar-right .dropdown-menu .dropdown-menu,
.pull-right .dropdown-menu .dropdown-menu {
    left: auto;
    right: 100%;
}

.dropdown-menu.animated {
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
}

.dropdown-menu.animated:before {
    content: " ";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99;
}

.dropdownhover-top {
    margin-bottom: 2px;
    margin-top: 0;
}

.navbar-fixed-bottom .dropdown-menu .dropdown-menu,
.dropdownhover-top .dropdown-menu {
    bottom: -1px;
    top: auto;
}

.navbar-nav>li>.dropdown-menu {
    margin-bottom: 0;
}

.dropdownhover-bottom {
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
}

.dropdownhover-left {
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
}

.dropdownhover-right {
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
}

.dropdownhover-top {
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
}

.dropdown-menu   a.nav-link {
    color: #000 !important;
}

.navbar-nav {
    display: flex;
    flex-direction: row;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    width: 100%;
    flex-wrap: wrap;
}

#topbar {
    background: #fff;
    height: 40px;
    font-size: 16px;
    transition: all 0.5s;
    z-index: 996;
}
#topbar .social-links a:first-child {
    border-left: 0;
}

#topbar .social-links a {
    color: #437099;
    padding-left: 15px;
    display: inline-block;
    line-height: 1px;
    transition: 0.3s;
}
a {
    text-decoration: none !important;
}

.departments .nav-link{
    font-size: 16px;
}

#banner {
    width: 100%;
    height: auto;

}

.oneByOne1 {
    top: 0px;
}
.home-slider {

    padding-top: 2%;
    padding-bottom: 2%;
    height: auto;
    max-height: 550px;
    background-image: url('../images/slide_bg.svg');
    background-size: cover;
    background-position: center;
    -webkit-box-shadow: 0 4px 6px -6px #222;
    -moz-box-shadow: 0 4px 6px -6px #222;
    box-shadow: 0 4px 6px -6px #222;
    margin-top: -50px;
}
.oneByOne_item {
    display : flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: stretch ;

}


#banner .oneByOne_item .text1 {
    font-family: 'psu-stidti',sans-serif;
    position: relative;
    display: block;
    margin-top: 5%;
    color: #333333;
    font-size: 1.5vw;

    width :100%;
    padding: 15px;
    float: left;
}

#banner .oneByOne_item .text2 {
    font-family: 'psu-stidti',sans-serif;
    position: relative;
    word-wrap: break-word;
    display: block;
    margin-top: 10px;
    margin-left: 0px;
    color: #666666;
    font-size: 1vw;
    width: 100%;
    float: left;

}
#banner .oneByOne_item .btn1 {
    font-family: 'psu-stidti',sans-serif;
    position: relative;
    margin-top: 10px;
    margin: 0 auto;
    color: #666666;
    clear: both;

}

#banner img {
    position: relative;
    height: 100%;
    width: auto;
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: 0 auto;
}


.dropdown-menu  a.nav-link {
    padding-left: 10px;
}

.dropdown-menu  a.nav-link:hover {
    background-color: #ddd;
}

main{
    padding-top:50px;
}

.main-footer{
        border-top: 2px #166ab5 solid;
        padding: 1rem;
}
#footer {
    font-size: .9em;
    height: 60px;

}

#footer   .container {
    padding-top: 50px;
}

section {
    padding: 10px 0;
    overflow: hidden;
    padding-top: 10px;
    padding-bottom: 50px;

    z-index: -1;
}


.section-title {
    text-align: center;
    padding-bottom: 30px;
    padding-top: 30px;
}
.section-title h2 {
    font-size: 32pt;
    font-weight: bold;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    color: #2c4964;
}
.section-title h2::before {
    content: '';
    position: absolute;
    display: block;
    width: 120px;
    height: 1px;
    background: #ddd;
    bottom: 1px;
    left: calc(50% - 60px);
}
.section-title h2::after {
    content: '';
    position: absolute;
    display: block;
    width: 40px;
    height: 3px;
    background: #1977cc;
    bottom: 0;
    left: calc(50% - 20px);
}

.counts .count-box {
    padding: 30px 30px 25px 30px;
    width: 100%;
    position: relative;
    text-align: center;
    background: #fff;
}

.services .icon-box {
    text-align: center;
    border: 1px solid #d5e1ed;
    padding: 80px 20px;
    transition: all ease-in-out 0.3s;
}

.services .icon-box .icon {
    margin: 0 auto;
    width: 64px;
    height: 64px;
    background: #1977cc;
    border-radius: 5px;
    transition: all .3s ease-out 0s;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    transform-style: preserve-3d;
    font-size: 40px;
    color: #fff;
}

.services .icon-box h4 {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18pt;
}


.doctors .member {
    position: relative;
    box-shadow: 0px 2px 15px rgb(44 73 100 / 8%);
    padding: 30px;
    border-radius: 10px;
    margin: 15px;
}

.doctors .member .pic {
    overflow: hidden;
    width: 180px;
    height:  auto;
    border-radius: 50%;
}
.doctors .member .member-info {
    padding-left: 30px;
}
.doctors .member h4 {
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 20pt;
    color: #2c4964;
}

.doctors .member span {
    display: block;
    font-size: 15pt;
    padding-bottom: 10px;
    position: relative;
    font-weight: 500;
}
.doctors .member p {
    margin: 10px 0 0 0;
    font-size: 16px;
}

.social a{
    display: block;
    width: 100%;
    padding: 5px;

}
.social span{
    display: block;
    width: 100%;
    padding: 5px;

}

.about .video-box {
    background: url(/images/about.jpg) center center no-repeat;
    background-size: cover;
    min-height: 500px;
}

.faq .faq-list {
    padding: 0 100px;
}

.faq .faq-list ul {
    padding: 0;
    list-style: none;
}

.faq .faq-list li {
    padding: 20px;
    background: #fff;
    border-radius: 4px;
    position: relative;
}
.faq .faq-list a {
    display: block;
    position: relative;
    font-family: "chuanpimpsu", sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    padding: 0 40px;
    padding-top: 5px;
    padding-bottom: 15px;
    outline: none;
    cursor: pointer;
}
.faq .faq-list .icon-show, .faq .faq-list .icon-close {
    font-size: 24pt;
    position: absolute;
    right: 0;
    top: 0;
}
.icon-show {
    display: none;
}

.faq .faq-list a.collapsed .icon-show {
    display: block;
}
.faq .faq-list a.collapsed .icon-close {
    display: none;
}

#faq{
    background-color: #F1F7FD;
}
.faq .faq-list .icon-help {
    font-size: 24pt;
    position: absolute;
    right: 0;
    left: 20px;
    color: #76b5ee;
}
.faq-list p{
    padding:10px;
}

.hidden{
    display: none !important;
}


@media only screen and (max-width:990px){
    .navbar-nav {
        display: flex;
        flex-direction: column;

    }
    #topbar{
        display: none !important;
    }
}
@media(max-width:1920px) {
    .tp-caption{
        width: 28% !important;
    }
}
@media(max-width:1300px) {
    .tp-caption{
        width: 40% !important;
    }

    .simg{
        left:45%  !important;
    }

}

@media(max-width:1280px) {

    .simg{
        left:35%  !important;
    }
    .tp-caption{
        width: 30% !important;
    }

}

@media(max-width:767px) {
    .contact-info{
        display: none !important;
    }

    .simg{
        left:45%  !important;
    }
}

@media(max-width:991px) {

}
