html {
    scroll-behavior: smooth;
    background-color: #f8f9fa;
}

body {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-size: 18px;
    background-color: #f8f9fa;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 10;
}

.nav-link {
    color: #000 !important;
    font-size: 20px;
    margin: 0 10px;
    text-transform: capitalize;
}

.nav-link:hover {
    color: #a0ce4e !important;
}

.bg-light {
    background: #f8f9fa !important;
}

.overflow-hidden {
    overflow: hidden;
}

.text-light {
    color: #ff9800 !important;
}

.text-dark {
    color: #282a2b;
}

.bg-dark {
    background-color: #282a2b !important;
}

.btn-primary {
    background-color: #282a2b;
    padding: 10px 20px;
    font-size: 20px;
    text-transform: uppercase;
    border-radius: 0px;
    border: 2px solid #282a2b;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    border: 2px solid #282a2b !important;
    color: #282a2b !important;
    background-color: transparent !important;
    box-shadow: none !important;
}

.btn-primary:active {
    background-color: #282a2b !important;
    color: #fff !important;
}

.primary-heading {
    font-size: 65px;
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
    z-index: 1;
}

.secondary-heading {
    font-size: 40px;
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
    z-index: 1;
}

.member-board {
    background-color: #fff;
    background-image: url('../img/member-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 10px;
    margin-top: 94px;
}

.member-board h3 {
    color: #000;
    text-transform: capitalize;
    font-size: 40px !important;
}

.bg-img {
    background-repeat: no-repeat;
    background-size: cover;
}

.banner {
    width: 100%;
    height: auto;
    position: relative;
}

.chairman-container {
    margin-top: 150px;
    padding-bottom: 20px;
}

.chairman-container .primary-heading {
    margin-bottom: 30px;
}

.our-doctors::after,
.about-us::after,
.mission::after {
    content: "";
    background-color: #ff9800;
    width: 100%;
    height: 5px;
    position: absolute;
    top: 88px;
    left: 0px;
}

.doc-img {
    transition: 0.5s;
}

.doc-container:hover .doc-img {
    transform: scale(1.1);
    transition: 0.5s;
}

.doc-info {
    padding: 20px 15px;
}

.doc-info .h4 {
    margin-bottom: 10px;
    font-size: 27px;
    font-weight: 500;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.doc-info h6 {
    text-transform: uppercase;
    color: #b3b3b3;
    color: #ff9800;
    display: block;
    letter-spacing: 3px;
    font-size: 12px;
    font-weight: 600;
}

.mission span.bold {
    color: #ff9800;
    font-weight: bold;
}

.application .secondary-heading {
    border-bottom: 3px solid #ff9800;
    display: inline-block;
    padding-bottom: 5px;
}

.application-container {
    padding: 30px;
    background-color: #ff9800;
    box-shadow: 1px 3px 18px 1px rgba(0, 0, 0, 0.57);
    -webkit-box-shadow: 1px 3px 18px 1px rgba(0, 0, 0, 0.57);
    -moz-box-shadow: 1px 3px 18px 1px rgba(0, 0, 0, 0.57);
}

.form-control:focus {
    border: 2px solid #ff9800;
    box-shadow: 0;
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    font-weight: bold;
    color: #f8f9fa;
    font-size: 17px;
}

.form-group input,
.form-group textarea,
.form-group select {
    border-radius: 0px;
    border: 2px solid #fff;
    background-clip: border-box;
}

.form-group .text-muted {
    color: #fff !important;
}

.form-group select {
    border-radius: 0px;
    width: 100%;
    height: 48px !important;
}

input.btn-primary {
    background-color: #ff9800;
    color: #282a2b;
}

input.btn-primary:hover,
input.btn-primary:focus,
input.btn-primary:active {
    border-color: #ff9800 !important;
    background-color: transparent !important;
    color: #ff9800 !important;
}

input.btn-primary:active {
    background-color: #ff9800 !important;
    color: #282a2b !important;
}

.footer-links,
.footer-links a {
    color: #fff;
    font-size: 14px;
}

.social-icons i {
    color: #ff9800;
    padding: 0 20px;
}

.msg {
    font-size: 20px;
    background-color: #282a2b;
    color: #ff9800;
    box-shadow: 1px 3px 18px 1px rgb(0 0 0 / 57%);
    width: 50%;
    padding: 4px 0;
    margin: 5px auto;
    text-align: center;
}

.captcha {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 20px;
}

@media (max-width: 1199px) {
    .nav-item a {
        font-size: 15px;
    }
}

@media (max-width: 991px) {
    .primary-heading {
        font-size: 50px;
    }
    .our-doctors::after,
    .about-us::after,
    .mission::after {
        top: 80px;
    }
    .social-icons i {
        padding: 0px 15px;
    }
    .chairman-container {
        margin-top: 200px;
        width: 400px;
    }
}

@media (max-width: 767px) {
    body {
        font-size: 16px;
    }
    .primary-heading {
        font-size: 35px;
    }
    .banner {
        height: auto;
        background-position: -340px;
        position: relative;
        z-index: 1;
        color: #000;
    }
    banner .primary-heading {
        color: #000;
    }
    .our-doctors::after,
    .about-us::after,
    .mission::after {
        display: none;
    }
    .video-container iframe {
        margin-top: 20px;
        width: 100%;
        height: 250px;
    }
    .application .secondary-heading {
        border: none;
        font-size: 35px;
    }
}