.p-6 {
    padding: 6rem !important;
}

#Annual,
#Foreman {
    background-color: #0200d7 !important;
    color: #fff;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.bg-light {
    background-color: #0200d7 !important;
}

.nav-logo {
    max-width: 150px;
}

.navbar {
    padding: 0px !important;
}

.navbar-light .navbar-nav .nav-link {
    color: #fff;
    font-weight: 500;
    font-size: 1.5rem;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: #fff;
    border-bottom: 3px solid #fff;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
    border-bottom: 3px solid #fff;
}

.nav-btn {
    color: #fff;
    border: 1px solid #fff;
}

.nav-btn:hover {
    background-color: #fff;
    color: #0200d7;
    border: 1px solid #fff;
}

.gs-btn {
    color: #0200d7;
    border: 1px solid #0200d7;
}

.gs-btn:hover {
    background-color: #0200d7;
    color: #fff;
}

.btn-primary {
    background-color: #0200d7;
    color: #fff;
}

.btn-outline-primary {
    border: 1px solid #0200d7;
    color: #0200d7;
}

.btn-primary:hover {
    color: #0200d7;
    border: 1px solid #0200d7;
    background-color: #fff;
}

.btn-outline-primary:hover {
    color: #fff;
    border: 1px solid #0200d7;
    background-color: #0200d7;
}

.header {
    height: 500px;
    background: url(../img/bg-image1.png) center center/cover no-repeat;
    color: #fff;
    margin-bottom: 8rem;
}

.lead {
    font-weight: 500;
}

.mt-bg {
    margin-top: 8rem;
}

.callout {
    padding-top: 2rem;
    padding-bottom: 2rem;
    background-image: url(../img/call-to-act.jpg);
    height: 200px;
    color: #0200d7;
}

.loginSec {
    margin-top: 5rem;
    margin-bottom: 8rem;
}

.sec {
    /*    background-color: #0200D7;*/
    color: #fff;
    padding-top: 2rem;
    padding-bottom: 2rem;
    background: url(../img/sec-bg-2.png) top/cover;
    height: 400px;
}

.sec1 {
    background-color: #0200d7;
    color: #fff;
    padding-top: 2rem;
    padding-bottom: 4rem;
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 1rem;
}

.error {
    color: red;
    font-weight: 400;
    display: block;
    padding: 6px 0;
    font-size: 14px;
}

.form-control.error {
    border-color: red;
    padding: 0.375rem 0.75rem;
}

.bg-img {
    width: 100%;
    z-index: -1;
    position: absolute;
    inset: 150px 0 0 0;
}

.quick-links p {
    font-size: small;
    line-height: 3px;
}

footer {
    background: #fff;
}

.header-img {
    height: 80vh;
}

.header-img .bg-black {
    height: 100%;
}

.header-img .bg-black.bg-opacity-30 {
    opacity: 0.3;
}

.w-50 {
    width: 50%;
}

#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    /* font-size: 18px; */
    border: none;
    outline: none;
    background-color: red;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 100%;
}

#myBtn:hover {
    background-color: #555;
}

.bg-primary {
    --tw-bg-opacity: 1;
    background-color: rgb(220 38 38 / var(--tw-bg-opacity)) !important;
}

@media only screen and (max-width: 600px) {
    body {
        width: 100vw;
        overflow-x: hidden;
    }
    .header {
        height: 64vh;
        background: #0200d7;
        margin-bottom: 0px !important;
    }
    .color-fade {
        background: linear-gradient(180deg, #0200d7, transparent);
        height: 14vh;
    }
    .color-fade-up {
        background: linear-gradient(365deg, #0200d7, transparent);
        height: 15vh;
    }
    .bg-img {
        inset: 80vh 0 0 0;
    }
    .sec {
        background: #0200d7;
        height: unset;
    }
    .text-sm-center {
        text-align: center;
    }
}

.wrapper {
    width: 100%;
    margin: 0 auto;
    padding: 50px;
    overflow: hidden;
}

.step {
    width: 15rem;
    height: 0.75rem;
    display: inline-block;
}

.step:not(:last-child) {
    margin-right: 3rem;
}

.step.active {
    background-color: #dc2626 !important;
}

.step.finish {
    background-color: #dc2626 !important;
}

.multisteps_form_panel {
    display: none;
}

.question_number {
    padding-top: 5rem;
}

span {
    color: #ffc533;
    font-size: 1.25rem;
    font-weight: 700;
    padding-bottom: 1rem;
    -webkit-transition: 0.8s cubic-bezier(0.25, 1, 0.5, 1);
    transition: 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}

h2 {
    color: #000a38;
    font-size: 2.204375rem;
}

.col.step_progress {
    margin-bottom: 30px;
}

.form_items li {
    width: 100%;
    color: #000a38;
    font-size: 1.3125rem;
    padding: 1rem 2rem;
    margin-top: 1.25rem;
    position: relative;
}


/*  .form_items li:after {
    content: "";
    width: 1.7rem;
    height: 1.7rem;
    top: 50%;
    left: 14px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    position: absolute;
    border-radius: 100%;

  }
*/

ul.submenu li:after {
    display: none;
}

ul.submenu li {
    padding: 0;
    margin: 0;
    /* padding-left: 24px; */
    list-style-type: disc;
}

ul.submenu {
    padding-left: 40px;
}

.form_items li:before {
    content: "\f111";
    color: #333;
    font-size: 0.8rem;
    font-weight: 900;
    font-family: "FontAwesome";
    display: inline-block;
    transform: translateX(-5px);
}

.form_items li input {
    display: none;
}

.f_btn {
    color: #000a38;
    font-size: 1.25rem;
    font-weight: 800;
    padding: 0.9375rem 1.5625rem;
    outline: none;
    background-color: #ffc533;
    margin-right: 0.625rem;
    margin-bottom: 2rem;
    -webkit-transition: 0.8s cubic-bezier(0.25, 1, 0.5, 1);
    transition: 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}

.f_btn:hover {
    color: #ffc533;
    background-color: #ffffff;
}

.shdl-bx {
    position: relative;
    padding-left: 4em;
    min-width: 300px;
}

.shdl-bx:before {
    content: "\f061";
    font-family: "FontAwesome";
    display: flex;
    width: 3rem;
    height: 3rem;
    background: #dc2626;
    border-radius: 80px;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    font-weight: 100;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.shdl-bx.white:before {
    background: #fff;
    color: #dc2626;
}

body {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.65;
    font-style: normal;
    font-display: swap;
    font-family: "Jost", sans-serif;
    background-color: #ffffff;
}

a,
button,
input {
    cursor: pointer;
    text-decoration: none;
}

a:hover,
button:hover,
input:hover {
    text-decoration: none;
}

a:focus,
button:focus,
input:focus {
    outline: none;
}

ul>li {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
}

img {
    max-width: 100%;
    height: auto;
}

.animate_50ms {
    -webkit-animation-delay: 50ms;
    animation-delay: 50ms;
}

.animate_100ms {
    -webkit-animation-delay: 100ms;
    animation-delay: 100ms;
}

.animate_150ms {
    -webkit-animation-delay: 150ms;
    animation-delay: 150ms;
}

.animate_200ms {
    -webkit-animation-delay: 200ms;
    animation-delay: 200ms;
}

.animate_250ms {
    -webkit-animation-delay: 250ms;
    animation-delay: 250ms;
}

.navbar-toggler {
    background: #fff !important;
}

@media (min-width: 1500px) {
    .container {
        max-width: 1510px;
    }
}


/* ==================================================
  *   01 - media screen and (max-width: 1500px)
  *   02 - media screen and (max-width: 1400px)
  *	03 - media screen and (max-width: 1200px)
  *	04 - media screen and (max-width: 992px)
  *	05 - media screen and (max-width: 768px)
  *	06 - media screen and (max-width: 576px)
  *	07 - media screen and (max-width: 380px)
  *   XX-Large devices (larger desktops)
  *   No media query since the xxl breakpoint has no upper bound on its width
  ================================================== */

@media screen and (max-width: 1920px) {
    .step_progress .step {
        width: 12rem;
        background: #ddd;
    }
    .step_progress .step:not(:last-child) {
        margin-right: 2.8rem;
    }
}

@media screen and (max-width: 1399.98px) {
    .step_progress .step {
        width: 12rem;
    }
    .step_progress .step:not(:last-child) {
        margin-right: 2.8rem;
    }
    span {
        font-size: 1.2rem;
        padding-bottom: 0.8rem;
    }
    h1 {
        font-size: 4rem;
    }
    .form_items li {
        font-size: 1rem;
        background: #ddd;
        margin-bottom: 25px;
        padding: 0.8375rem 3rem;
    }
    .f_btn {
        font-size: 1.18rem;
        font-weight: 700;
        padding: 0.7375rem 1.3625rem;
    }
}

@media screen and (max-width: 1199.98px) {
    .step_progress .step {
        width: 10rem;
    }
    .step_progress .step:not(:last-child) {
        margin-right: 2.6rem;
    }
    span {
        font-size: 1.15rem;
        padding-bottom: 0.6rem;
    }
    h1 {
        font-size: 3.5rem;
    }
    .form_items li {
        font-size: 1rem;
        padding: 0.7375rem 3rem;
    }
    .f_btn {
        font-size: 1.15rem;
        font-weight: 700;
        padding: 0.8375rem 1.4625rem;
    }
}

@media screen and (max-width: 991px) {
    .navbar-collapse {
        align-items: center;
        background: #666;
        padding: 30px 0;
    }
    .step_progress .step {
        width: 6.5rem;
    }
    .step_progress .step:not(:last-child) {
        margin-right: 2rem;
    }
    span {
        font-size: 1rem;
    }
    h1 {
        font-size: 3.5rem;
        font-weight: 600;
    }
    .form_items li {
        font-size: 1rem;
    }
    .f_btn {
        font-size: 1rem;
        font-weight: 600;
        padding: 0.7375rem 1.3625rem;
    }
}

@media screen and (max-width: 767px) {
    .step_progress .step {
        width: 5rem;
    }
    .step_progress .step:not(:last-child) {
        margin-right: 1.5rem;
    }
    span {
        font-size: 0.8rem;
    }
    h1 {
        font-size: 2.5rem;
        font-weight: 500;
    }
    .form_items li {
        font-size: 0.8rem;
    }
    .f_btn {
        font-size: 0.8rem;
        font-weight: 500;
        padding: 0.5375rem 1.1625rem;
    }
    .pt-36 {
        padding-top: 2rem !important;
    }
    .mob-ptb {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

@media screen and (max-width: 575px) {
    span {
        font-size: 0.8rem;
    }
    h1 {
        font-size: 2rem;
        font-weight: 500;
    }
    .f_btn {
        font-size: 0.6rem;
        padding: 0.5375rem 1.1625rem;
    }
    .px-60,
    .px-36 {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }
    .py-20 {
        padding-top: 2rem;
        padding-bottom: 2rem !important;
    }
    .image-right .photo.image-big-3 {
        left: 0 !important;
    }
    .image-right.responsive {
        height: 100% !important;
        margin-bottom: 20px;
    }
    .image-right.responsive img {
        position: initial;
        width: 100%;
        margin: 10px 0;
    }
}

.rounded-pill {
    border-radius: 50rem !important;
}

.d-sm-block {
    display: block !important;
}

.form_items li {
    background: #ddd;
}

.effect1 .bg:before,
.effect1 .bg:after {
    content: "";
    height: unset !important;
    width: unset !important;
    top: -1px;
    background: unset !important;
    position: unset !important;
    right: -1px;
    transition: all 0.3s;
}

.custom-button {
    background-color: red !important;
    color: white !important;
    border: 2px solid black;
    border-radius: 20px;
    padding: 10px 20px;
    transition: background-color 0.3s, color 0.3s;
}

.custom-button:hover {
    background-color: white !important;
    color: black !important;
}

.enroll_btn {
    bottom: 185px;
    left: 113px;
    font-size: 20px;
}

.img-center {
    display: flex;
    object-fit: cover;
    text-align: center;
    align-items: center;
}