/**
* BPS styling
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
    font-family: 'Roboto Condensed', sans-serif;
    color: #444444;
    overflow-x: hidden;
}

a {
    color: #5fcf80;
    text-decoration: none;
}

    a:hover {
        color: #86db9f;
        text-decoration: none;
    }

/*h1, h2, h3, h4, h5, h6 {*/
/* font-family: "Raleway", sans-serif; */
/*font-family: "Open Sans", sans-serif;
}*/

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 1054;
    /*background: #007680;*/
    width: 40px;
    height: 40px;
    border-radius: 50px;
    transition: all 0.4s;
    outline: 2px solid #004B87;
}

    .back-to-top i {
        font-size: 28px;
        color: #004B87;
        line-height: 0;
    }

    .back-to-top:hover {
        outline: 2px solid #97D700;
    }

    .back-to-top i:hover {
        color: #97D700;
    }


    .back-to-top.active {
        visibility: visible;
        opacity: 1;
        background-color: #eef0ef;
    }

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: #fff;
}

    #preloader:before {
        content: "";
        position: fixed;
        top: calc(50% - 30px);
        left: calc(50% - 30px);
        border: 6px solid #007680;
        border-top-color: #fff;
        border-bottom-color: #fff;
        border-radius: 50%;
        width: 60px;
        height: 60px;
        -webkit-animation: animate-preloader 1s linear infinite;
        animation: animate-preloader 1s linear infinite;
    }

@-webkit-keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
    [data-aos-delay] {
        transition-delay: 0 !important;
    }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    background: #fff;
    transition: all 0.5s;
    z-index: 997;
    padding: 5px 0;
    box-shadow: 0px 0 18px rgba(55, 66, 59, 0.15);
}

    #header .logo {
        font-size: 30px;
        margin: 0;
        padding: 0;
        line-height: 1;
        font-weight: 600;
        letter-spacing: 1px;
        text-transform: uppercase;
        /* font-family: "Poppins", sans-serif; */
        /*font-family: "Open Sans", sans-serif;*/
    }

        #header .logo a {
            color: #5fcf80;
        }

        #header .logo img {
            max-height: 60px;
        }

/**
* Get Startet Button 
*/
.get-logout-btn {
    margin-left: 22px;
    background: #007680;
    color: #fff;
    border-radius: 50px;
    padding: 8px 25px;
    white-space: nowrap;
    transition: 0.3s;
    font-size: 14px;
    display: inline-block;
}

    .get-logout-btn:hover {
        /* background: #3ac162; */
        color: #fff;
        opacity: 0.8;
    }

@media (max-width: 768px) {
    .get-logout-btn {
        margin: 0 15px 0 0;
        padding: 6px 18px;
    }

    .section-box {
        flex-direction: column;
    }

        .section-box .intro {
            width: 100%;
        }

    .card.form-box {
        margin-top: -105px;
    }

    .section-box .login {
        margin: 0;
        margin-top: 1rem;
        width: 100%;
    }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
    padding: 0;
}

    .navbar ul {
        margin: 0;
        padding: 0;
        display: flex;
        list-style: none;
        align-items: center;
    }

    .navbar li {
        position: relative;
    }

    .navbar a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 20px 10px 20px 30px;
        /* font-family: "Poppins", sans-serif; */
        /*font-family: "Open Sans", sans-serif;*/
        font-size: 15px;
        font-weight: 500;
        color: #37423b;
        white-space: nowrap;
        transition: 0.3s;
    }

        .navbar a i {
            font-size: 12px;
            line-height: 0;
            margin-left: 5px;
        }

        .navbar a:hover, .navbar .active, .navbar li:hover > a {
            color: #007680;
        }

    .navbar .dropdown ul {
        display: block;
        position: absolute;
        left: 30px;
        top: calc(100% + 30px);
        margin: 0;
        padding: 10px 0;
        z-index: 99;
        opacity: 0;
        visibility: hidden;
        background: #fff;
        box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
        transition: 0.3s;
        border-radius: 4px;
    }

        .navbar .dropdown ul li {
            min-width: 200px;
        }

            .navbar .dropdown ul li .name, .navbar .dropdown ul li .institution {
                padding: 10px 20px;
                font-size: 14px;
                text-transform: none;
                font-weight: 500;
            }

            .navbar .dropdown ul li .institution {
                font-style: italic;
            }

        .navbar .dropdown ul a {
            padding: 10px 20px;
            font-size: 14px;
            text-transform: none;
            font-weight: 500;
        }
    /* start--basket design on menu*/
    .navbar .dropdown.basket > a {
        padding-left: 10px;
    }

        .navbar .dropdown.basket > a .icon i {
            font-size: 20px;
        }

        .navbar .dropdown.basket > a .count {
            position: absolute;
            font-size: 10px;
            top: 6px;
            border-radius: 50%;
            background-color: #0a7028;
            height: 18px;
            width: 18px;
            left: 30px;
            text-align: center;
            color: #fff;
            display: flex;
            align-items: center;
            justify-content: center;
        }

    .navbar .dropdown.basket > ul {
        min-width: 275px;
        left: -80px;
    }

        .navbar .dropdown.basket > ul .cart-lists {
            max-height: 65vh;
            overflow-y: auto;
            display: inline-block;
        }
            /**  scrollbar design style */
            .navbar .dropdown.basket > ul .cart-lists::-webkit-scrollbar {
                width: 8px;
                background-color: transparent;
            }

            .navbar .dropdown.basket > ul .cart-lists::-webkit-scrollbar-thumb {
                border-radius: 8px;
                -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
                /* background-color: #555; */
                background-color: #c1c1c1;
            }

            .navbar .dropdown.basket > ul .cart-lists::-webkit-scrollbar-track {
                -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
                border-radius: 8px;
                background-color: #F5F5F5;
            }

        .navbar .dropdown.basket > ul .lists-row, .navbar .dropdown.basket > ul .action-row {
            display: flex;
            justify-content: space-between;
            align-items: center;
            border-bottom: 1px solid #ebebeb;
        }

            .navbar .dropdown.basket > ul .lists-row .title, .navbar .dropdown.basket > ul .lists-row .remove-btn {
                font-size: 13px;
                padding: 5px 10px;
            }

            .navbar .dropdown.basket > ul .lists-row .remove-btn {
                cursor: pointer;
            }

        .navbar .dropdown.basket > ul .action-row {
            border: none;
            margin-top: 5px;
        }

            .navbar .dropdown.basket > ul .action-row .total {
                font-size: 14px;
                padding: 5px 10px;
            }

            .navbar .dropdown.basket > ul .action-row button {
                font-size: 13px;
                padding: 5px 10px;
            }

        .navbar .dropdown.basket > ul .lists-row.group .group-lists {
            display: flex;
            flex-direction: column;
            padding: 0px 10px;
            font-size: 0.87rem;
            padding-top: 5px;
            width: 100%;
        }

            .navbar .dropdown.basket > ul .lists-row.group .group-lists > .heading {
                display: flex;
                justify-content: space-between;
            }

                .navbar .dropdown.basket > ul .lists-row.group .group-lists > .heading .title {
                    font-weight: 600;
                    padding: 5px 0px;
                }

            .navbar .dropdown.basket > ul .lists-row.group .group-lists .remove-btn {
                padding: 5px 1px;
            }
    /* end --basket design on menu*/
    .navbar .dropdown ul a i {
        font-size: 12px;
    }

    .navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
        color: #5fcf80;
    }


/* .navbar .dropdown:hover > ul { */
/* opacity: 1; */
/* top: 100%; */
/* visibility: visible; */
/* } */
.cursor-pointer {
    cursor: pointer;
}

.navbar .dropdown.click-open > ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
}

.navbar .dropdown .dropdown:hover > ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
}

@media (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%;
    }

    .navbar .dropdown .dropdown:hover > ul {
        left: -100%;
    }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
    color: #37423b;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
}

    .mobile-nav-toggle.bi-x {
        color: #fff;
    }

@media (max-width: 991px) {
    .mobile-nav-toggle {
        display: block;
    }

    .navbar ul {
        display: none;
    }
}

.navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(32, 38, 34, 0.9);
    transition: 0.3s;
    z-index: 999;
}

    .navbar-mobile .mobile-nav-toggle {
        position: absolute;
        top: 15px;
        right: 15px;
    }

    .navbar-mobile ul {
        display: block;
        position: absolute;
        top: 55px;
        right: 15px;
        bottom: 15px;
        left: 15px;
        padding: 10px 0;
        border-radius: 6px;
        background-color: #fff;
        overflow-y: auto;
        transition: 0.3s;
    }

    .navbar-mobile a {
        padding: 10px 20px;
        font-size: 15px;
        color: #37423b;
    }

        .navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
            color: #5fcf80;
        }

    .navbar-mobile .getstarted {
        margin: 15px;
    }

    .navbar-mobile .dropdown ul {
        position: static;
        display: none;
        margin: 10px 20px;
        padding: 10px 0;
        z-index: 99;
        opacity: 1;
        visibility: visible;
        background: #fff;
        box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    }

        .navbar-mobile .dropdown ul li {
            min-width: 200px;
        }

        .navbar-mobile .dropdown ul a {
            padding: 10px 20px;
        }

            .navbar-mobile .dropdown ul a i {
                font-size: 12px;
            }

            .navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
                color: #5fcf80;
            }

    .navbar-mobile .dropdown > .dropdown-active {
        display: block;
    }

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
    padding: 55px 0;
    /* overflow: hidden; */
    padding-bottom: 30px;
}

.first-section {
    padding-top: 7rem;
}

.section-bg {
    background-color: #f6f7f6;
}

.section-title {
    margin-bottom: 15px;
    border-bottom: 2px solid #e6e4e4;
    padding-bottom: 10px;
    cursor: pointer;
    position: relative;
    padding-left: 2rem;
}

    .section-title:hover {
        background-color: #faf6f6;
        border-bottom: 2px solid #004b87;
    }

    .section-title .section-icon {
        position: absolute;
        left: 0;
        top: 18px;
        font-size: 24px;
        color: #004b87;
    }

        .section-title .section-icon.hide-icon {
            display: none;
        }

    .section-title.open-section .section-icon.hide-icon {
        display: inline-block;
    }

    .section-title h2 {
        font-size: 14px;
        font-weight: 500;
        padding: 0;
        line-height: 1px;
        margin: 0 0 5px 0;
        letter-spacing: 2px;
        text-transform: capitalize;
        color: #aaaaaa;
        /* font-family: "Poppins", sans-serif; */
        /*font-family: "Open Sans", sans-serif;*/
    }

        .section-title h2::after {
            content: "";
            width: 120px;
            height: 1px;
            display: inline-block;
            background: #9ae1af;
            margin: 4px 10px;
        }

    .section-title p {
        margin: 0;
        margin: 0;
        font-size: 24px;
        font-weight: 700;
        text-transform: capitalize;
        /* font-family: "Poppins", sans-serif; */
        /*font-family: "Open Sans", sans-serif;*/
        color: #37423b;
        line-height: 30px;
    }

.breadcrumbs {
    margin-top: 73px;
    text-align: center;
    background: #5fcf80;
    padding: 30px 0;
    color: #fff;
    background-image: linear-gradient( -28deg, #051937 0%, #004d7a 50%, #008793 50%, #00bf72 50%);
}

.hr-heading {
    width: 100px;
    margin: 4px auto;
    height: 4px;
    background-color: white;
    opacity: 0.60;
}

@media (max-width: 992px) {
    .breadcrumbs {
        margin-top: 63px;
    }
}

.breadcrumbs h2 {
    font-size: 32px;
    font-weight: 500;
}

.breadcrumbs p {
    font-size: 14px;
    margin-bottom: 0;
}


/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
    padding: 30px 0;
}

    .counts .counters .form-control-feedback {
        font-size: 48px;
        display: block;
        color: #5fcf80;
        font-weight: 700;
    }

    .counts .counters p {
        padding: 0;
        margin: 0 0 20px 0;
        /*font-family: "Raleway", sans-serif;*/
        font-size: 15px;
        font-weight: 600;
        color: #37423b;
    }

/*--------------------------------------------------------------
# Courses
--------------------------------------------------------------*/
.courses .course-item {
    border-radius: 5px;
    border: 1px solid #eef0ef;
    width: 100%;
    box-shadow: 2px 3px 7px 0 rgba(46, 61, 73, 0.05);
}

    .courses .course-item:hover {
        box-shadow: 2px 3px 10px 0 rgba(46, 61, 73,0.2);
    }

.courses .course-content {
    padding: 7px;
    background-color: #fff;
}

    .courses .course-content h3 {
        font-weight: 700;
        font-size: 20px;
    }

        .courses .course-content h3 a {
            color: #37423b;
            transition: 0.3s;
        }

            .courses .course-content h3 a:hover {
                color: #5fcf80;
            }

    .courses .course-content p {
        font-size: 14px;
        color: #777777;
    }

    .courses .course-content h4 {
        font-size: 14px;
        background: #5fcf80;
        padding: 7px 14px;
        color: #fff;
        margin: 0;
    }

    .courses .course-content .price {
        margin: 0;
        font-weight: 700;
        font-size: 18px;
        color: #37423b;
    }

.courses .trainer {
    padding-top: 15px;
    border-top: 1px solid #eef0ef;
}

    .courses .trainer .trainer-profile img {
        max-width: 50px;
        border-radius: 50px;
    }

    .courses .trainer .trainer-profile span {
        padding-left: 10px;
        font-weight: 600;
        font-size: 16px;
        color: #5a6c60;
    }

    .courses .trainer .trainer-rank {
        font-size: 18px;
        color: #657a6d;
    }

/*--custom--*/
.course-bg {
    /* background-image: url('../img/BPSA_pilllbackground_800px.png'); */
    background: linear-gradient( rgb(244 244 244 / 32%) 35%, rgb(255 255 255 / 68%)56%), url(../img/BPSA_pilllbackground_800px.png);
    min-height: 160px;
    width: 100%;
    display: flex;
    align-items: flex-start;
    text-align: left;
    justify-content: left;
    border: 2px solid #dadbdb;
    flex-direction: column;
    padding: 0.5rem 0.75rem;
    position: relative;
}

    .course-bg .icon {
        font-size: 30px;
        padding: 10px;
        color: #5fcf80;
        margin-bottom: 0.5rem;
        background: #ecf9f0;
        border-radius: 50px;
        border: 1px solid #007680;
    }

    .course-bg h4 {
        font-size: 19px;
        font-weight: 700;
        margin: 0 0 10px 0;
        color: #007680;
        margin: 0;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        min-height: 44px;
    }

    .course-bg .description {
        margin-bottom: 0.25rem;
        line-height: 20px;
        font-size: 0.85rem;
        color: #000000;
        margin-top: 0.5rem;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        background-color: rgba(255, 255, 255, 0.55);
        min-height: 60px;
    }

    .course-bg .free-tag .triangle {
        width: 0;
        height: 0;
        border-top: 65px solid #004b87;
        border-left: 71px solid transparent;
        position: absolute;
        top: 0;
        right: 0;
    }

    .course-bg .free-tag .text {
        position: absolute;
        top: 9px;
        right: 5px;
        color: #fff;
        transform: rotate(45deg);
    }

.progress-section {
    border-bottom: 1px solid #eef0ef;
    padding-bottom: 0.25rem;
    background-color: #fff;
    margin-bottom: 0 !important;
}

.bg-themeblue {
    background-color: #004b87;
}

.bg-themegreen {
    background-color: #007680;
}

.view-all-action {
    position: absolute;
    bottom: -4px;
    width: 100%;
    left: 0;
}

.elearning-section {
    border: 1px solid #004b87;
    padding-bottom: 15px;
    margin-top: 2.5rem;
    padding-top: 1.5rem;
    position: relative;
    padding-left: 1rem;
    padding-right: 1rem;
}

    .elearning-section .elearning-tittle {
        position: absolute;
        left: 0px;
        width: 100%;
        top: -18px;
    }

        .elearning-section .elearning-tittle h2 {
            font-size: 18px;
            display: inline-block;
            background-color: #004b87;
            color: #fff;
            padding: 5px;
            border-radius: 5px;
            margin: 0;
            margin-left: 16px;
        }

.show-on-load {
    /* display:none!important; */
    height: 0;
    overflow: hidden;
    transition: all 1.2s;
    animation: hidecard 0.3s linear;
}

.heigt-auto {
    height: auto;
    overflow: initial;
    opacity: 1;
    transition: opacity 1s;
    -webkit-transition: opacity 1s;
    animation: showcard 1s linear;
}

@keyframes showcard {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes hidecard {
    from {
        height: 215px;
    }

    to {
        height: 0;
    }
}
/*--------------------------------------------------------------
# search box
--------------------------------------------------------------*/
/* Bootstrap 4 text input with search icon */
.form-group.has-search {
    width: 100%;
    position: relative;
}

.has-search .form-control {
    padding-left: 65px;
    font-size: 20px;
    border-radius: 5px 0px 0px 5px;
    height: 70px;
    border-radius: 7px 0px 0px 7px;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}

.search-box-bg {
    background-image: linear-gradient(to right top, #051937, #004d7a, #008793, #00bf72, #5fcf80);
}

.search-box-content {
    display: flex;
    width: 100%;
    padding: 0.5rem 1rem;
    margin: 0.5rem 1rem;
}

.search-btn-drop {
    border: 1px solid #dbdbdb;
    background-color: #fff;
    border-radius: 0px 10px 9px 0px;
}

    .search-btn-drop button {
        padding: 0px 15px;
    }
/*--------------------------------------------------------------
# Accordion
--------------------------------------------------------------*/
.accordion-button {
    font-weight: 600;
}

    .accordion-button:focus {
        box-shadow: 0 0 0 0.15rem #00768040;
        color: #000;
    }

    .accordion-button:not(.collapsed) {
        background-color: #00768040;
        color: #000;
    }

.hexa-icon {
    color: #007680;
}
/*--------------------------------------------------------------
# Multiple course for buye
--------------------------------------------------------------*/
.bulk-course-card {
    background-image: url(../img/BPSA_pilllbackground_800px.png);
}

    .bulk-course-card .card-title {
        color: #007680;
        font-weight: bold;
    }

.line-below-heading {
    width: 5%;
    margin: 5px auto;
    height: 3px;
    border-color: #004b87;
    border: 1px solid #004b87;
    margin-top: 1rem;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
    color: #37423b;
    font-size: 14px;
    background: #eef0ef;
}


    #footer .links {
        padding-top: 5px;
    }

        #footer .links a {
            color: #004B87;
            transition: 0.3s;
        }

            #footer .links a:hover {
                /*color: #5fcf80;*/
                text-decoration: underline
            }

    #footer .social-links a {
        font-size: 18px;
        display: inline-block;
        /*background: #01719b;*/
        color: #004B87;
        line-height: 1;
        padding: 8px 0;
        margin-right: 4px;
        border-radius: 50%;
        text-align: center;
        width: 36px;
        height: 36px;
        transition: 0.3s;
        outline: 2px solid;
    }

        #footer .social-links a:hover {
            background: #97D700;
            color: #fff;
            text-decoration: none;
            outline: 2px solid #97D700;
        }

/*---overwrite css style---*/
.btn-primary {
    color: #fff;
    background-color: #007680;
    border-color: #007680;
}

    .btn-primary:hover {
        color: #fff;
        background-color: #00a1ae;
        border-color: #0696a2;
    }

.card-button {
    min-width: 190px;
}

.btn-buy {
    max-width: 100%;
    min-width: 100px;
    width: 100%;
    margin: 0 0.5rem;
}

.btn-loadmore {
    color: #fff;
    background-color: #004b87;
    border-color: #004b87;
    min-width: 220px;
}

    .btn-loadmore:hover {
        color: #fff;
        background-color: #004b87;
        border-color: #004b87;
        opacity: .85;
    }

.progress {
    height: 0.75rem;
}

    .progress .progress-bar {
        background-color: #004b87;
    }

.progress-text {
    font-weight: 600;
}

    .progress-text small {
        color: #004b87;
    }

.scroll-div {
    /* height: 420px; */
    /* overflow: hidden; */
    /* overflow-y: auto; */
    border-bottom: 1px solid #e2dddd;
}

.counts .counters .form-control-feedback {
    font-size: 25px;
    display: block;
    color: #ffffff;
    font-weight: 700;
    background-color: #00517c;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 55px;
    border-radius: 5px 0px 0px 5px;
}

.section-separate {
    padding: 0.25rem;
    background-color: #051937;
    background-image: -webkit-linear-gradient(-28deg, #051937 0%, #004d7a 50%, #008793 50%, #00bf72 50%);
    background-image: linear-gradient(-28deg, #051937 0%, #004d7a 50%, #008793 50%, #00bf72 50%);
}
/*-- select2 style --*/
.select2-container--default .select2-selection--single {
    height: 70px;
    font-size: 23px;
    padding-left: 54px;
}

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        margin-top: 18px;
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        top: 18px;
    }


/*
        modal
    */
/*.modal-header {
    padding-top: 15px;
    border-bottom: 1px solid transparent;
}

    .modal-header .close {
        padding: 1rem;
        margin: -1rem -1rem -1rem auto;
        color: #8c8c8c;
        position: absolute;
        right: 10px;
    }

.modal-body p {
    font-size: 14px;
    line-height: 20px;
}*/

/*.siteFirstTimeVisitMsg {
    position: relative;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    padding: 0px 10px;
    height: auto;
    min-height: 30px;
    text-align: center;
    background: #004b87;
    color: white;
    font-size: 14px;
    font-weight: 100;
    transition: .8s;
    animation: slideIn .8s;
    opacity: 0.8;
}*/

@keyframes slideIn {
    0% {
        transform: translateY(-50px);
    }

    100% {
        transform: translateY(0);
    }
}
/*.siteFirstTimeVisitMsg p {
    top: 4px;
    position: relative;
    font-size: 14px;
    line-height: 20px;
}*/

/*.close-popup {
    border: none;
    color: black;
    position: absolute;
    display: inline-block;
    right: 10px;
    top: 0;
    border-radius: 3px;
    box-shadow: inset 0 0 3px 0 rgba(0,0,0,.2);
    line-height: 25px;
    height: 30px;
    width: 30px;
    font-size: 20px;
    font-weight: bold;
}*/
