/*From Aditi*/
@font-face {
    font-family: 'poppins';
    src: url('/fonts/Poppins/Poppins-Regular.ttf');
    font-weight: 500;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'poppins';
}

/*body {
    overflow-x: hidden
}*/
/* header css start */
.header-main {
    display: block;
    width: 100%;
   /* height: 150px;*/
}

    .header-main .header-top-bar {
        display: flex;
        align-items: center;
        flex: 1 1 auto;
        height: 40px;
        background-color: #008EA3;
    }

    .header-main .action-part {
        display: flex;
        flex: 1;
        justify-content: flex-end;
        gap: 15px;
    }

        .header-main .action-part .login-btn,
        .header-main .action-part .cart-btn {
            background: none;
            border: none;
            color: white;
            display: inline-flex;
            align-items: center;
            gap: 10px;
            padding: 5px 15px;
            font-size: 14px;
            line-height: 22px;
            font-weight: 300;
            font-family: 'Poppins';
            letter-spacing: 0px;
        }

            .header-main .action-part .login-btn i,
            .header-main .action-part .cart-btn i {
                height: 18px;
                width: auto;
            }

    .header-main .header-navbar {
        display: flex;
        flex-direction: row;
        align-items: center;
        flex: 1 1 auto;
        justify-content: space-between;
        height: 110px;
    }

    .header-main .brand-logo {
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

    .header-main .header-navbar .navbar {
        flex: 1;
    }

        .header-main .header-navbar .navbar > .container {
            height: 110px !important;
        }

        .header-main .header-navbar .navbar .navbar-collapse {
            justify-content: flex-end;
            height: 100%;
        }

            .header-main .header-navbar .navbar .navbar-collapse .navbar-nav {
                gap: 15px;
                height: 100%;
                align-items: center;
            }

                .header-main .header-navbar .navbar .navbar-collapse .navbar-nav .nav-link {
                    font-family: "Poppins";
                    font-size: 16px;
                    line-height: 22px;
                    font-weight: 400;
                    height: 100%;
                    display: flex;
                    align-items: center;
                    border-top: 1px solid #fff;
                }

                    .header-main .header-navbar .navbar .navbar-collapse .navbar-nav .nav-link.active,
                    .header-main .header-navbar .navbar .navbar-collapse .navbar-nav .nav-link:hover {
                        color: #ec8e11;
                        border-top: 2px solid #EC8E11;
                    }

                .header-main .header-navbar .navbar .navbar-collapse .navbar-nav .btn.btn-primary {
                    background-color: #EC8E11 !important;
                    border-color: #EC8E11 !important;
                    text-align: center;
                    font: normal normal 400 16px/22px Poppins;
                    letter-spacing: 0px;
                    color: #FFFFFF;
                    padding: 10px 40px !important;
                }

                    .header-main .header-navbar .navbar .navbar-collapse .navbar-nav .btn.btn-primary:hover {
                        opacity: 0.9;
                    }

.header-mobile .header-menu .navbar-nav .navbar-toggler {
    transition: var(--bs-navbar-toggler-transition);
    border: 0;
}

.navbar-toggler {
    border: 0;
}

    .navbar-toggler:focus {
        outline: 0;
        box-shadow: none;
    }

.header-mobile .header-menu .navbar-nav .navbar-toggler[aria-expanded="true"] {
    background-image: url('/img/header/cross.png');
    --bs-navbar-toggler-icon-bg: none;
    background-position: center;
    border: none;
    box-shadow: none;
    position: absolute;
    top: 20px;
    right: 20px;
}

.header-main .header-mobile .header-menu .navbar-collapse .navbar-nav .close-btn {
    width: 100%;
}

.header-navbar .navbar .navbar-toggler:focus {
    box-shadow: none;
}

.header-main .header-mobile .header-menu .navbar-collapse {
    position: fixed;
    height: 100%;
    width: 350px;
    background-color: white;
    z-index: 99;
    top: 0;
    right: 0;
    transform: translateX(350px);
    transition: transform .3s;
}

    .header-main .header-mobile .header-menu .navbar-collapse .navbar-nav .nav-link {
        font-family: "Poppins";
        font-size: 16px;
        line-height: 22px;
        font-weight: 400;
        height: 100%;
        display: flex;
        align-items: center;
        border-top: 1px solid #fff;
    }

        .header-main .header-mobile .header-menu .navbar-collapse .navbar-nav .nav-link.active {
            color: #ec8e11;
            border-top: 2px solid #EC8E11;
        }

        .header-main .header-mobile .header-menu .navbar-collapse .navbar-nav .nav-link:hover {
            color: #ec8e11;
            border-top: 2px solid #EC8E11;
        }

        .header-main .header-mobile .header-menu .navbar-collapse .navbar-nav .nav-link.space {
            margin-top: 40px;
        }

    .header-main .header-mobile .header-menu .navbar-collapse .navbar-nav .btn.btn-primary {
        background-color: #EC8E11 !important;
        border-color: #EC8E11 !important;
        text-align: center;
        font: normal normal 400 16px/22px Poppins;
        letter-spacing: 0px;
        color: #FFFFFF;
        padding: 10px 40px !important;
        margin-top: 15px;
    }

    .header-main .header-mobile .header-menu .navbar-collapse .navbar-nav {
        align-items: center;
        margin-top: 50px;
    }

    .header-main .header-mobile .header-menu .navbar-collapse.show {
        transform: translateX(0px);
    }

.header-main .header-mobile {
    justify-content: center;
    flex-direction: column;
   /* height: 110px;*/
}
/* header css end */
/* banner section css start */
.main-content .banner-section {
    width: 100%;
    background: url('/img/pricing-page/map.png');
    background-size: cover;
}

    .main-content .banner-section.banner-section-trainers {
        background: url('/img/trainers/map.png'); /* Orange time */
    }

    .main-content .banner-section.banner-section-error {
        background: url('/img/errorMap.png'); /* Orange time */
    }

    .banner-section .heading-part {
        padding: 2rem 0;
    }

    .banner-section .heading-part h1 {
        text-align: left;
        font: normal normal 500 50px/60px Poppins;
        letter-spacing: 0px;
        color: #FFFFFF;
    }

/* banner section css end */
/* Price Banner CSS */
.price-section {
    background-image: linear-gradient(0, rgba(0, 101, 116, 0.9), rgba(0, 101, 116, 0.9));
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    margin-top: 120px; /* Modifed by Wm so buttons at the bottom can be pressed 4/28/23 */
}

    .price-section .price-back-img {
        position: absolute;
        top: 0;
        opacity: 0.3;
        width: 100%;
        height: 100%;
    }

    .price-section .container {
        display: flex;
        justify-content: center;
        column-gap: 20px;
        align-items: center;
        flex-direction: column;
    }

    .price-section .price-banner {
        padding: 50px 80px;
        border-radius: 10px;
        filter: drop-shadow(0px 10px 40px rgba(41, 41, 41, 0.1));
        background: #ffffff;
        position: relative;
        overflow: hidden;
        margin-top: -6rem;
        margin-bottom: 2rem;
    }

        .price-section .price-banner .back-img {
            position: absolute;
            bottom: -50px;
            left: -320px;
            z-index: 0;
            width: 128%;
            height: 185%;
            opacity: 0.7;
        }

        .price-section .price-banner .row {
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .price-section .price-banner .price-banner-text, .price-section .price-banner .price-banner-btn {
            z-index: 2;
        }

            .price-section .price-banner .price-banner-text p {
                color: #006574;
                font-size: 20px;
                margin: 0;
            }

            .price-section .price-banner .price-banner-text h3 {
                color: #292929;
                font-size: 35px;
                font-weight: 500;
                font-family: 'Poppins', sans-serif;
            }

                .price-section .price-banner .price-banner-text h3 span {
                    font-size: 40px;
                    font-weight: 900;
                }

            .price-section .price-banner .price-banner-btn button {
                padding: 24px 33px;
                border-radius: 5px;
                color: white;
                background: #e3913a;
                outline: none;
                border: none;
                margin-left: 25px;
            }

    .price-section .price-features {
        margin-top: 30px;
        margin-bottom: 25px;
        z-index: 2;
    }

    .price-section .feature-check-box {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
    }

        .price-section .feature-check-box img {
            width: 110px;
        }

        .price-section .feature-check-box::after {
            content: "";
            border-bottom: 3px solid #E3913A;
            width: 60px;
            position: relative;
            right: 10px;
            margin-top: 15px;
        }

    .price-section .feature-text {
        text-align: center;
        color: white;
        margin-top: 10px;
    }

/* Footer CSS */
.footer-section {
    padding-top: 40px;
}

    .footer-section p {
        margin: 0;
        font-size: 16px;
        color: #292929;
    }

    .footer-section h3 {
        font-size: 20px;
    }

    .footer-section .footer-logo img {
        width: 232.5px;
    }

    .footer-section .footer-text {
        margin-top: 35px;
    }

        .footer-section .footer-text p:last-child {
            margin-top: 25px;
        }

    .footer-section .right-footer {
        padding: 35px 0;
    }

        .footer-section .right-footer .row {
            row-gap: 20px;
        }

        .footer-section .right-footer ul {
            margin: 0;
            padding: 0;
        }

        .footer-section .right-footer .footer-links {
            margin-left: 55px;
        }

            .footer-section .right-footer .footer-links li,
            .footer-section .right-footer .footer-service-topics li {
                list-style: none;
                display: flex;
                align-items: center;
                justify-content: flex-start;
                margin: 10px 0;
            }

                .footer-section .right-footer .footer-links li:first-child {
                    margin: 0;
                }

                .footer-section .right-footer .footer-links li a {
                    text-decoration: none;
                    color: #292929;
                }

                    .footer-section .right-footer .footer-links li a:hover {
                        color: #EC8E11;
                    }

    .footer-section .footer-service-topics ul {
        margin-top: 15px;
    }

    .footer-section .last-footer {
        height: 100%;
        display: flex;
        flex-direction: column;
    }

        .footer-section .last-footer .pricing-btn {
            width: 242px;
            height: 43px;
            background-color: #EC8E11;
            color: white;
        }

        .footer-section .last-footer .staff-input {
            width: 242px;
            height: 44px;
            border: 1px solid gray;
            font-size: 12px;
            outline: none;
            border-radius: 5px;
            margin-bottom: 15px;
            padding: 10px;
        }

.footer-bar {
    text-align: center;
    width: 100%;
    height: 70px;
    background-color: #006574;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .footer-bar p {
        color: white;
    }

.footer-section .right-footer .footer-service-topics .service-logo {
    background-color: #99C555;
    width: 34px;
    height: 34px;
    min-width: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-right: 13px;
}

@media screen and (max-width:425px) {
    .banner-section .heading-part h1 {
        font-size: 40px;
    }
}


.collapsing {
    transition: none;
}

/* William Stuff */
.rounded-box-container {
    border: 3px solid lightgrey;
    margin: 20px;
    padding: 30px 20px;
    border-radius: 15px;
}

.training-answer-container {
    text-align: center;
    font-size: 1.3em;
    background-color: gray;
    /*    border: 1px solid lightgrey;*/
    border-radius: 20px;
    border: 3px solid black;
        padding: 20px;
}