.account-form {
    display: flex;
    width: 100%;
    position: relative;
}
.account-form-inner {
    width: 100%;
    align-self: center;
}
.account-container {
    max-width: 400px;
    margin: auto;
    padding: 30px 0;
}
.heading-bx {
    margin-bottom: 40px;
}
.heading-bx.left .title-head {
    border-color: #f7b205;
}

.heading-bx.left .title-head {
    margin-bottom: 10px;
    margin-top: 0;
    line-height: 32px;
    padding-left: 10px;
    border-left: 5px solid #f7b205;
}
.heading-bx h1, .heading-bx h2, .heading-bx h3 {
    margin-top: 0;
}
h2 {
    font-size: 32px;
    line-height: 45px;
    margin-bottom: 25px;
    font-weight: 700;
}
h1, h2, h3, h4, h5, h6 {
    color: #111111;
    font-family: rubik;
    margin-top: 0;
}
.heading-bx.left p {
    max-width: 500px;
    margin-bottom: 0;
}

.heading-bx p {
    padding-top: 10px;
    font-size: 16px;
    color: #0f192d;
}
p {
    line-height: 28px;
    margin-bottom: 24px;
}
p, address, pre, hr, ul, ol, dl, dd, table {
    margin-bottom: 24px;
}
.account-form .heading-bx p a {
    color: blue;
    text-decoration: underline;
    padding-bottom: 0px;
}
p a {
    color: #333333;
}
.alert-danger {
    background-color: #f8d7da;
    border-color: #f5c6cb;
    color: #721c24;
}
.alert {
    font-family: montserrat;
    border-radius: 4px;
    padding: 15px 20px;
}
.form-group {
    margin-bottom: 25px;
}
label {
    font-weight: 600;
    margin-bottom: 10px;
}
.form-control {
    border-color: #fff;
    box-shadow: none;
    height: 40px;
    font-size: 13px;
    line-height: 20px;
    padding: 9px 12px;
}
.account-container .form-control {
    border: 1px solid #ced4da;
    background: #fff;
}
.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
}
.form-check-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem;
}
.account-container .btn.button-md .btn1.button-md {
    padding: 12px 40px;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.portfolio-bx .portfolio-info-bx, .btn.outline:hover, .course-info-list ul li a.active, .course-info-list ul li a:hover, .btn, .profile-tabnav .nav li a.active, button.back-to-top, .upcoming-event-carousel.owl-btn-1 .owl-prev, .upcoming-event-carousel.owl-btn-1 .owl-next, .courses-carousel .owl-nav .owl-next, .courses-carousel .owl-nav .owl-prev, .recent-news-carousel .owl-nav .owl-next, .recent-news-carousel .owl-nav .owl-prev, .testimonial-carousel .owl-nav .owl-next, .testimonial-carousel .owl-nav .owl-prev {
    /* background-color: #f7b205;
    color: #000; */
    background-color: #405EB4;
    color: white;
}
.bg-primary, .btn, .comments-area .comment-form p input[type="submit"], .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus, .feature-filters .active > [class*="btn"], .list-num-count > li:before, .pagination-bx.primary .pagination > li > a, .pagination-bx.primary .pagination > li > span, button.back-to-top, .rev-btn {
    background-color: #4c1864;
}
.button-md {
    padding: 15px 30px;
    font-size: 16px;
    font-weight: 500;
}
.btn {
    background-color: #EFBB20;
}
.btn, .btn1, .btn-secondry {
    color: #fff;
    padding: 10px 20px;
    display: inline-block;
    font-size: 14px;
    outline: none;
    cursor: pointer;
    outline: none;
    border-width: 0;
    border-style: solid;
    border-color: transparent;
    line-height: 1.42857;
    border-radius: 3px;
    font-weight: 400;
    text-align: center;
    font-family: rubik;
}
.btn, .btn1{
    -moz-user-select: none;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 4px;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    padding: 8px 16px;
    text-align: center;
    transition: all 0.2s ease-in-out 0s;
    vertical-align: middle;
    white-space: nowrap;
}
@media only screen and (max-width: 991px) {
    .account-form {
        display: block;
    }
    .account-container {
        padding: 50px 20px;
    }
}

.title-head span {
    font-weight: 400;
}

body {
    background-color: #fff;
    font-family: Rubik;
    font-size: 16px;
    font-weight: 400;
    color: #505050;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    scroll-behavior: smooth;
}

.course-info-list ul li a.active:hover, .course-info-list ul li a:hover, .btn:hover, .profile-tabnav .nav li a.active:hover, button.back-to-top:hover, .upcoming-event-carousel.owl-btn-1 .owl-prev:hover, .upcoming-event-carousel.owl-btn-1 .owl-next:hover, .courses-carousel .owl-nav .owl-next:hover, .courses-carousel .owl-nav .owl-prev:hover, .recent-news-carousel .owl-nav .owl-next:hover, .recent-news-carousel .owl-nav .owl-prev:hover, .testimonial-carousel .owl-nav .owl-next:hover, .testimonial-carousel .owl-nav .owl-prev:hover {
    background-color: #005E99;
    color: #fff;
}

.portfolio-bx .portfolio-info-bx, .btn.outline:hover, .course-info-list ul li a.active, .course-info-list ul li a:hover, .btn, .profile-tabnav .nav li a.active, button.back-to-top, .upcoming-event-carousel.owl-btn-1 .owl-prev, .upcoming-event-carousel.owl-btn-1 .owl-next, .courses-carousel .owl-nav .owl-next, .courses-carousel .owl-nav .owl-prev, .recent-news-carousel .owl-nav .owl-next, .recent-news-carousel .owl-nav .owl-prev, .testimonial-carousel .owl-nav .owl-next, .testimonial-carousel .owl-nav .owl-prev {
    background-color: #003C60;
    color: white;
    /* background-color: #f7b205;
    color: #000; */
}

.btn1:hover {
    background-color: #d1d1d1;
}

.btn1 {
    background-color: #d1d1d1;
    color: #fff;
}