body {
    font-family: roboto;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.7em;
    color: #666;
}

h1::selection, h2::selection, legend::selection, label::selection, p::selection {
    background-color: #ffb606;
}

header {
    background-image: url("../img/back-img.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.navbar {
    padding: 5px 0 40px;
}

.logo-img {
    width: 150px;
}

.navbar-nav li:click>div.dropdown-menu {
    display: block;
}

button:focus {
    outline: 0 !important;
}

.nav-toggler {
    display: block;
    font-size: 25px;
    color: white;
    cursor: pointer;
}

.sidenav {
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    width: 0;
    height: 100vh;
    padding-top: 50px;
    background-color: #222;
    overflow-x: hidden;
    transition: 0.5s;
}

.sidenav .close-btn {
    position: absolute;
    top: 16px;
    right: 16px;
    font-size: 36px;
    color: white;
}

.sidenav a, .dropdown-btn {
    display: block;
    width: 100%;
    padding: 6px 10px 6px 28px;
    border: none;
    outline: none;
    font-size: 15px;
    text-align: left;
    text-decoration: none;
    background: none;
    color: #777;
    transition: 0.3s;
}

.sidenav a:hover, .dropdown-btn:hover {
    outline: none;
    color: white;
}

.dropdown-container {
    display: none;
    margin-left: 45px;
    border-left: #777 solid 1px;
}

.dropdown-btn .fa-angle-down, .dropdown-btn .fa-angle-up {
    float: right;
    padding-right: 8px;
}

.dropdown-content {
    padding-left: 0 !important;
}

.hypen {
    padding-right: 16px;
}

.dropdown-toggle::after {
    display: none !important;
}

.dropdown-menu {
    top: 50px;
    padding: 25px 15px 15px !important;
    border-radius: 0 !important;
}

.dropdown-item {
    /* padding: 8px 30px !important;
    font-size: 15px !important;
    color: #999 !important; */
    display: flex !important;
    justify-content: start !important;
}

nav .dropdown-menu h5 {
    font-weight: 600;
}

.dropdown-item h6 {
    font-size: 14px !important;
    color: #414141 !important;
    font-weight: 600;
}

.dropdown-item p {
    font-size: 12px !important;
    /* color: #414141; */
}

.courses-menu {
    width: 630px;
    left: -250px;
}

.admissions-menu {
    width: 395px;
    left: -145px;
}

.about-menu {
    width: 495px;
    left: -210px;
}

.payments-menu {
    width: 360px;
    left: -145px;
}

.contact-menu {
    width: 310px;
    left: -120px;
}

.one-border {
    border-left: solid 1px #ddd !important;
}

.two-border {
    border-left: solid 1px #ddd !important;
    border-right: solid 1px #ddd !important;
}

.nav-link {
    padding: 13px !important;
    font-size: 14px;
    font-weight: 600 !important;
    color: white !important;
}

.page-title-wrapper {
    padding: 50px 0;
}

.page-title {
    margin: 0;
    padding-left: 25px;
    border-left: #ffb606 solid 3px;
    font-family: roboto slab;
    font-size: 35px;
    font-weight: 700;
    line-height: 54px;
    color: white;
}

.breadcrumb-text {
    padding: 13px 0;
    border-bottom: #eee solid 1px;
    font-size: 12px;
}

.fa-angle-double-right {
    padding-left: 20px;
}

.welcome-title {
    margin: 95px 0 10px;
    font-family: roboto slab;
    font-size: 36px;
    font-weight: 700;
    color: #441829 !important;
}

hr {
    margin: 20px 0;
}

.welcome-text {
    margin-bottom: 20px;
}

.form-bottom {
    padding: 25px 25px 30px;
    border-radius: 0 0 4px 4px;
    text-align: left;
    background-color: #eee;
}

legend {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
    font-size: 21px;
    line-height: inherit;
}

.payment_head {
    padding: 10px;
    background-color: #6f1c26 !important;
        color: #fff !important;
}

.form-group {
    margin-bottom: 15px;
}

label {
    font-weight: 700;
    color: #666666;
}

.form-control {
    height: 50px;
    margin: 0;
    padding: 0 20px;
    border: 3px solid #ddd;
    border-radius: 4px;
    box-shadow: none;
    font-size: 16px;
    font-weight: 400;
    line-height: 50px;
    background-color: #f8f8f8;
    color: #888;
    transition: all .3s;
}

select:focus {
    border: none;
}

input:focus {
    border-color: #ffb606 !important;
    box-shadow: none !important;
}

input:disabled {
    cursor: no-drop;
}

.payment-form {
    margin-top: 20px;
}

.submit-btn {
    display: block;
    width: 250px;
    height: 50px;
    margin: 0 auto;
    font-family: roboto slab;
    font-size: 16px;
    letter-spacing: 1px;
    border: 3px solid #ddd !important;
    background-color: #6f1c26 !important;
    color: #fff !important;
}

.refunds-text {
    margin-bottom: 0;
    text-align: center;
    font-size: 12px;
    color: #222;
}

.disclaim-title {
    margin: 20px 0 10px;
    font-family: roboto slab;
    font-size: 28px;
    font-weight: 700;
    color: #333;
}

footer {
    margin-top: 100px;
    padding: 55px 0;
    background-color: #111;
    color: #999;
}

.email-text {
    margin: 35px 0 30px;
}

.fa-envelope {
    padding-right: 20px;
}

.email-address, .footer-link {
    color: #999;
}

.email-address:hover, .footer-link:hover {
    text-decoration: none;
    color: #ffb606;
}

.social-links {
    margin-bottom: 35px;
}

.social-link {
    display: inline-block;
    width: 32px;
    height: 32px;
    margin-right: 8px;
    border: #999 solid 1px;
    border-radius: 50%;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    color: #999;
    cursor: pointer;
}

.social-link:hover {
    color: #999;
    border-color: #ffb606;
}

.footer-links {
    margin-bottom: 20px;
}

@media only screen and (min-width: 992px) {
    .navbar {
        padding: 20px 0;
    }
    .logo-img {
        width: 200px;
    }
    .page-title-wrapper {
        padding: 90px 0;
    }
    .page-title {
        font-size: 48px;
    }
    .col-lg-6 {
        float: left !important;
    }
}

@media only screen and (min-width: 1200px) {
    .nav-toggler {
        display: none;
    }
}