@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@300;400;500&display=swap");

:root {
    --primary: #639eb5;
    --text-primary: #091725;
    --text-secondary: #4e4e4e;
}

a,
button {
    transition: all 0.3s ease;
}

::placeholder {
    text-align: center !important;
}

/* or, for legacy browsers */

::-webkit-input-placeholder {
    text-align: center !important;
}

:-moz-placeholder {
    /* Firefox 18- */
    text-align: center !important;
}

::-moz-placeholder {
    /* Firefox 19+ */
    text-align: center !important;
}

:-ms-input-placeholder {
    text-align: center !important;
}

.btn-circle {
    width: 40px;
    height: 40px;
    padding: 6px !important;
    padding: 0;
    border-radius: 50%;
}

button.select2-selection__clear {
    display: none;
}

/*-------------------------------------------------------------- # General --------------------------------------------------------------*/
section {
    padding: 0;
}

.trainer-agreement ol {
    text-align: left;
}

.container,
.container-home {
    width: 1440px;
    padding: 0 15px;
    margin: 0 auto;
    max-width: 100%;
}

body {
    font-family: "Barlow", sans-serif;
    color: #444444;
    overflow-x: hidden;
}


a {
    color: #639eb5;
    text-decoration: none;
}

a:hover {
    color: #73c5eb;
    text-decoration: none;
}

.mobile-logo {
    display: none;
}

h4.create-account-head {
    color: #091725;
    font-size: 20px;
}

select#existingLocationsselect2 {
    padding-left: 30px;
}

.student-signup,
.trainer-signup {
    background: #fff;
}

/*-------------------------------------------------------------- # Preloader --------------------------------------------------------------*/
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: #37517e;
}

#preloader:before {
    content: "";
    position: fixed;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    border: 6px solid #37517e;
    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);
    }
}

/*-------------------------------------------------------------- # Back to top button --------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    background: #639eb5;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    transition: all 0.4s;
}

.back-to-top i {
    font-size: 24px;
    color: #fff;
    line-height: 0;
}

.back-to-top:hover {
    background: #6bc1e9;
    color: #fff;
}

.back-to-top.active {
    visibility: visible;
    opacity: 1;
}

/*-------------------------------------------------------------- # Header --------------------------------------------------------------*/
#header {
    transition: all 0.1s;
    z-index: 997;
    padding: 15px 0;
    background: #0c1724;
    position: fixed !important;
    right: 0;
    left: 0;
    top:42px;
    transition: top 0.1s ease-in-out;
}

#header.header-scrolled,
#header.header-inner-pages {
    background: #0c1724;
}

#header .logo {
    margin: 0;
    padding: 0;
}

#header .logo a {
    color: #639eb5;
    font-weight: 900;
    letter-spacing: 0;
    white-space: nowrap;
    top: 79px;
    font-size: 27px;
}

#header .logo img {
    max-height: 80px;
    width: 70%;
}

form.banner-search {
    text-align: center;
}

.no-background {
    background: none !important;
}

/* ===== Scrollbar CSS ===== */
/* Firefox */
* {
    scrollbar-width: auto;
    scrollbar-color: #639EB5 #FFFFFF;
}

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
    width: 10px;
}

*::-webkit-scrollbar-track {
    /*    background: #FFFFFF;*/
}

*::-webkit-scrollbar-thumb {
    background-color: #639EB5;
    border-radius: 10px;
    border: 3px solid #FFFFFF;
}

.listing-wrap-scroll {
    overflow-y: scroll;
    height: 713px;
    padding: 12px;
    width: 100%;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation
*/

.addbgcolor {
    background-color: #0c1724 !important;
}

.navbar {
    padding: 0;
}

.navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
    margin-right: 25px;
}

.navbar li {
    position: relative;
}

.navbar li a:after {
    content: " | ";
    margin: 0 1em;
    color: #c7202f;
}

.navbar li .getstarted:after,
.navbar li .last-child:after {
    content: none;
}

.navbar a,
.navbar a:focus {
    align-items: center;
    justify-content: space-between;
    padding: 10px 0 10px 0px;
    font-size: 18px;
    font-weight: 300;
    color: #639eb5;
    white-space: nowrap;
    transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
    color: #fff;
}

.navbar .getstarted,
.navbar .getstarted:focus {
    padding: 8px 20px;
    margin-left: 30px;
    border-radius: 50px;
    color: #fff;
    font-size: 18px;
    border: 2px solid #639eb5;
    font-weight: 600;
}

.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
    color: #fff;
    background: #639eb5;
}

.scroll-down {
    text-align: center;
    padding-top: 100px;
}

.navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 14px;
    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 a {
    padding: 10px 20px;
    font-size: 14px;
    text-transform: none;
    font-weight: 500;
    color: #0c3c53;
}

.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: #639eb5;
}

.navbar .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

a.contact.nav-link.active,
.bottom-navbar .contact {
    padding-left: 0 !important;
}

.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;
}

/* delete popup */

#deleteDatesConfirmationModal .modal-header .modal-title {
    margin-left: auto;
}

#deleteDatesConfirmationModal .modal-header {
    padding: 16px;
}

@media (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%;
    }

    .navbar .dropdown .dropdown:hover>ul {
        left: -100%;
    }
}

@media (max-width: 450px) {
    ul.mx-auto.flex-wrap.nopadding.verticalcolumns {
        margin-left: 0px !important;
    }
}

/**
* Mobile Navigation
*/
.mobile-nav-toggle {
    color: #fff;
    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(40, 58, 90, 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: 10px;
    background-color: #fff;
    overflow-y: auto;
    transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
    padding: 10px 20px;
    font-size: 24px;
    color: #37517e;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
    color: #639eb5;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
    margin: 15px;
    color: #37517e;
}

.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: #639eb5;
}

.navbar-mobile .dropdown>.dropdown-active {
    display: block;
}

/*-------------------------------------------------------------- # Hero Section --------------------------------------------------------------*/

#hero {
    width: 100%;
    height: 100vh;
    background-size: cover;
}

.home_bulletn {
    background: url("../images/banner_bg.webp") fixed center center;
}

.about_bulletn {
    background: url("../images/about-bulletn-mike-gun.webp") fixed center center;
}

.stay_updated_bulletn {
    background: url("../images/stay-updated-bulletn.webp") center center;
    height: auto !important;
}

#hero .container {
    padding-top: 10%;
}

#hero .container-home {
    padding-top: 0;
}

#hero h1 {
    margin: 40px 0 30px 0;
    font-size: 48px;
    font-weight: 300;
    line-height: 56px;
    color: #fff;
    text-align: center;
}

#hero h2 {
    color: #639eb6;
    margin-bottom: 50px;
    font-size: 40px;
    padding: 0 130px;
}

#hero .btn-get-started,
#about .content .btn-create-account {
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 30px 10px 30px;
    border-radius: 50px;
    transition: 0.5s;
    margin: 10px 0 20px 0;
    color: #fff;
    background: #c7202f;
    border-width: 0px;
}

#about .content .btn-create-account {
    margin-bottom: 80px;
}

#about .content .btn-create-account {
    margin-top: 4%;
}

#hero .btn-get-started:hover,
#about .content .btn-create-account:hover {
    background: #639eb5;
}

#hero .btn-watch-video {
    font-size: 16px;
    display: flex;
    align-items: center;
    transition: 0.5s;
    margin: 10px 0 0 25px;
    color: #fff;
    line-height: 1;
}

#hero .btn-watch-video i {
    line-height: 0;
    color: #fff;
    font-size: 32px;
    transition: 0.3s;
    margin-right: 8px;
}

#hero .btn-watch-video:hover i {
    color: #639eb5;
}

#hero .animated {
    animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

@-webkit-keyframes up-down {
    0% {
        transform: translateY(10px);
    }

    100% {
        transform: translateY(-10px);
    }
}

@keyframes up-down {
    0% {
        transform: translateY(10px);
    }

    100% {
        transform: translateY(-10px);
    }
}

/*-------------------------------------------------------------- # Sections General --------------------------------------------------------------*/
#hero section {
    padding: 60px 0;
    overflow: hidden;
}

.section-bg {
    background-color: #091725;
}

section#about {
    background: #091725;
    color: #fff;
}

section#about .h3 {
    color: #639eb5;
}

.section-title {
    text-align: center;
    padding-bottom: 30px;
}

.section-title h2 {
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    color: #37517e;
}

.section-title h2::before {
    content: "";
    position: absolute;
    display: block;
    width: 120px;
    height: 1px;
    background: #ddd;
    bottom: 1px;
    left: calc(50% - 60px);
}

.section-title h2::after {
    content: "";
    position: absolute;
    display: block;
    width: 40px;
    height: 3px;
    background: #639eb5;
    bottom: 0;
    left: calc(50% - 20px);
}

.section-title p {
    margin-bottom: 0;
}

/*-------------------------------------------------------------- # Stay Updated Starts --------------------------------------------------------------*/
.row.stay-update-form {
    width: 68%;
    margin-left: 19%;
}

/*-------------------------------------------------------------- # Stay Updated Ends --------------------------------------------------------------*/



/*-------------------------------------------------------------- # About Us --------------------------------------------------------------*/
.about .content h3 {
    font-weight: 600;
    font-size: 40px;
    text-align: center;
    color: #639eb5;
    padding-top: 80px;
}

.about .content p {
    padding: 0 5%;
    text-align: left;
    padding-top: 5%;
}

.about .content ul {
    list-style: none;
    padding: 0;
}

.about .content ul li {
    padding-left: 28px;
    position: relative;
}

.about .content ul li+li {
    margin-top: 10px;
}

.about .content ul i {
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 20px;
    color: #639eb5;
    line-height: 1;
}

.about .content p:last-child {
    margin-bottom: 0;
}

input#zipcodeinput {
    width: 40%;
    margin-top: 5%;
    margin-left: 30%;
    margin-bottom: 3%;
}

input#emailinput {
    margin-bottom: 5%;
}

input[type="text"]::placeholder {
    /* Firefox, Chrome, Opera */
    text-align: center;
}

.form-control:focus {
    border-color: #fff;
    box-shadow: none;
}

/*-------------------------------------------------------------- # Cta --------------------------------------------------------------*/
.cta {
    background: linear-gradient(rgba(99, 158, 181, 0.8), rgba(99, 158, 181, 0.8)), url("../images/banner_bg.webp") fixed center center;
    background-size: cover;
    padding: 30px 0;
    margin-top: -15vh
}

.cta h3 {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}

.cta p {
    color: #fff;
}

.st-tc-div {
    height: 400px;
    margin: 40px 0 0 0;
}

.cta .cta-btn {
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 40px;
    border-radius: 50px;
    transition: 0.5s;
    margin: 10px;
    border: 2px solid #091725;
    color: #fff;
    background: #091725;
    float: right;
}

.cta .cta-btn:hover {
    background: #639eb5;
    border: 2px solid #639eb5;
}

.col-lg-6.text-center.text-lg-start {
    margin-top: 20px;
}

.fut-off {
    padding: 0 25%
}


/*-------------------------------------------------------------- # Footer --------------------------------------------------------------*/

.signup-box {
    border-right-width: 50px;
    min-height: 185px;
    border-right-color: #639eb5;
    border-right-style: inherit;
}

.signup-right-icon {
    float: right;
    margin-right: -12%;
    margin-top: -29%;
}

#footer {
    font-size: 14px;
    background: #0c1724;
}

#footer .footer-newsletter {
    padding: 15% 0;
    background: url(../images/footer_bg.webp) scroll center center;
    background-size: cover;
    text-align: center;
    font-size: 16px;
    color: #fff;
}

#footer .footer-newsletter h4 {
    margin: 0 0 20px 0;
    padding: 0;
    color: #fff;
    font-weight: 100;
    font-size: 60px;
    line-height: 60px;
    height: 85px;
    letter-spacing: 0;
}

#footer .signup-content {
    padding: 7% 0;
    background-color: #abf0f0;
    text-align: center;
    font-size: 16px;
    color: #4e4e4e;
    min-height: 600px;
}


#footer .page-content {
    padding: 2% 0;
    background-color: #abf0f0;
    text-align: center;
    font-size: 16px;
    color: #4e4e4e;
    min-height: 600px;
}

#footer .signup-content p,
#footer .page-content p {
    text-align: left;
    padding-top: 4%;
    padding-left: 2%;
    padding-right: 10%;
}

.sign-note {
    font-size: 12px;
    padding-top: 0 !important;
}

.signup-content h3,
#footer .page-content h3 {
    color: #091725;
    font-size: 32px;
}

.signup-content h4,
#footer .page-content h4 {
    margin-bottom: 5%;
    color: #091725;
    font-size: 20px;
}

#footer .signup-content h2,
#footer .page-content h2 {
    color: #639eb5;
    font-size: 40px;
}

#footer .stay-updated p {
    color: #4e4e4e;
    font-size: 16px;
}

#footer .stay-updated {
    padding: 3% 0% 0% 0%;
    background-color: #abf0f0;
    text-align: center;
    font-size: 16px;
    color: #4e4e4e;
}

.stay-updated {
    height: 70vh;

}


#footer .stay-updated p {
    text-align: center;
}

#footer .stay-updated h2 {
    color: #639eb5;
    font-size: 40px;
}

#footer .stay-updated .btn-join-our-mailing-list {
    background: #c7202f;
    border-width: 0px;
    margin-top: 7%;
}

#footer .future-offerings {
    padding: 7% 0;
    background-color: #abf0f0;
    text-align: center;
    font-size: 16px;
    color: #4e4e4e;
}

#footer .future-offerings p {
    text-align: left;
}

#footer .future-offerings h2 {
    color: #639eb5;
    font-size: 40px;
}

#footer .future-offerings .btn-join-our-mailing-list,
#footer .stay-updated .btn-join-our-mailing-list {
    background: #c7202f;
}

#footer .stay-updated p {
    color: #091725;
    font-size: 20px;
}

.form-select {
    margin: 0 auto;
    text-align: center;
    width: 50%;
}

.form-select:focus {
    border-color: #fff;
    box-shadow: none;
}

.highlight-text {
    font-weight: 700;
}

.white-text {
    color: #fff;
    line-height: 24px;
}

p.white-text {
    padding: 0px 130px;
}

div.white-text {
    padding: 0px 130px;
}

.mt33 {
    margin-top: 33px;
}

#footer .footer-newsletter form {
    margin-top: 30px;
    background: #fff;
    padding: 10px;
    position: relative;
    border-radius: 50px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.06);
    text-align: left;
}

#footer .footer-newsletter form input[type="email"] {
    border: 0;
    padding: 4px 8px;
    width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 0 20px;
    background: #639eb5;
    color: #fff;
    transition: 0.3s;
    border-radius: 50px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    margin: 5px;
}

.btn-join-our-mailing-list {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 30px 10px 30px;
    border-radius: 50px;
    transition: 0.5s;
    margin: 10px 0 20px 0;
    color: #fff;
    background: #639eb5;
}

.btn-join-our-mailing-list:hover {
    background: #6bc1e9 !important;
    color: #fff;
}

#footer .footer-newsletter form input[type="submit"]:hover {
    background: #209dd8;
}

#footer .footer-top {
    padding: 60px 0 30px 0;
    background: #fff;
}

#footer .footer-top .footer-contact {
    margin-bottom: 30px;
}

#footer .footer-top .footer-contact h3 {
    font-size: 28px;
    margin: 0 0 10px 0;
    padding: 2px 0 2px 0;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 600;
    color: #37517e;
}

#footer .footer-top .footer-contact p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    color: #5e5e5e;
}

#footer .footer-top h4 {
    font-size: 16px;
    font-weight: bold;
    color: #37517e;
    position: relative;
    padding-bottom: 12px;
}

#footer .footer-top .footer-links {
    margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#footer .footer-top .footer-links ul i {
    padding-right: 2px;
    color: #639eb5;
    font-size: 18px;
    line-height: 1;
}

#footer .footer-top .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
    padding-top: 0;
}

#footer .footer-top .footer-links ul a {
    color: #777777;
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
    text-decoration: none;
    color: #639eb5;
}

#footer .footer-top .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #639eb5;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
    background: #209dd8;
    color: #fff;
    text-decoration: none;
}

#footer .footer-bottom {
    padding-top: 30px;
    padding-bottom: 30px;
    color: #639eb5;
}

#footer .copyright {
    float: left;
}

#footer .credits {
    float: right;
    font-size: 13px;
}

#footer .credits a {
    transition: 0.3s;
}

.bottom-navbar ul {
    margin: 0;
    display: flex;
    list-style: none;
    align-items: center;
}

.bottom-navbar li {
    position: relative;
}

.bottom-navbar a,
.bottom-navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0 5px 30px;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    white-space: nowrap;
    transition: 0.3s;
}

.bottom-navbar .contact {
    padding-left: 0px;
}

.bottom-navbar a i,
.bottom-navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
}

.bottom-navbar a:hover,
.bottom-navbar .active,
.bottom-navbar .active:focus,
.bottom-navbar li:hover>a {
    color: #639eb5;
}

.footer-logo {
    height: 50px;
}

.main-content-wrapper {
    overflow-x: hidden;
}

section.main-section-wrapper {
    /* padding-bottom: 50px; */
}

/* more filters */
.more-filters .row>div {
    padding: 0 5px;
}

.more-filters .row {
    margin: 0 -5px;
}

.date-input-wrap input::placeholder,
.form-fields input::placeholder,
input[type="text"]::placeholder {
    text-align: left;
}

ul.mx-auto.flex-wrap.nopadding.verticalcolumns {
    margin-left: -30px !important;
}


@media (min-width: 991px) {
    .date-filter .date .end-date-input {
        padding-left: 40px;
    }

    .date-filter .end-date i {
        left: 18px;
    }

    .distance-input .select2-container--default .select2-selection--single .select2-selection__rendered {
        padding-left: 16px;
    }
}

/* datepicker components */
.ui-corner-all.ui-state-hover {
    border: none;
}

.ui-datepicker .ui-datepicker-prev {
    left: 1px;
    top: 50%;
    transform: translateY(-50%);
}

.ui-datepicker .ui-datepicker-next {
    right: 1px;
    top: 50%;
    transform: translateY(-50%);
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border-color: #4d8b8b;
    background: #9ed7d7;
    color: #82a0a0;
}

.ui-datepicker td span,
.ui-datepicker td a {
    text-align: center;
}

/* -------------------------------------- */

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover,
.ui-state-default.ui-state-hover {
    background-color: var(--primary);
    color: #fff;
    border-color: var(--primary);
}

.ui-datepicker td span,
.ui-datepicker td a {
    text-align: center;
}

.ui-corner-all {
    cursor: pointer;
}

/* active filters */
.active-filters .topic {
    display: inline-flex !important;
    gap: 10px;
    padding: 10px;
    border: 1px solid var(--primary);
    border-radius: 4px;
}

.active-filters .topic:not(:first-child) {
    margin-left: 5px;
}

/* remove location button */
#removeLocation {
    right: 10px;
    top: 10px;
}

#removeLocation:hover i {
    color: var(--primary);
}

/* hide placeholder on click */
input:focus::placeholder {
    opacity: 0;
}

input::placeholder {
    transition: all 0.3s ease;
}

#infoToggler {
    width: 100%;
    height: auto;
    background: #639eb5;
    border: none;
    font-weight: bold;
    padding: 10px;
    color: #fff;
    border-radius: 0;
}

#infoToggler i {
    margin-right: 10px;
}

#infoToggler:not(.active) i::before {
    transform: rotate(0);
    transition: rotate 0.3s ease;
}

#infoToggler.active i::before {
    transform: rotate(180deg);
}

@media (min-width: 601px) {
    #infoToggler {
        display: none;
    }



}

.incorrect-info {
    cursor: pointer;
}

/* modal form */
.modal.modal-box-area label {
    color: #fff;
    line-height: normal;
    padding-top: 0;
    padding-bottom: 0px;
}

.modal .form-title {
    margin-bottom: 30px;
}

.modal .form-title h1 {
    line-height: normal;
    margin-bottom: 10px;
}

.modal .invalid-feedback {
    color: #ff8282;
}

.modal .modal-footer a {
    margin: 0 20px 0 0;
    color: #fff;
}

.modal button[type="submit"] {
    background: var(--primary);
    padding: 13px 25px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    border-radius: 50px;
    border: none;
}

.modal button[type="submit"]:hover {
    background-color: #6bc1e9;
}

.modal-header {
    padding: 0;
}


@media (max-width: 768px) {
    .modal .form-title {
        margin-bottom: 15px;
    }

    .modal .form-title h1 {
        font-size: 26px;
    }

    input#locCity,
    .modal.modal-box-area label {
        margin-bottom: 10px;
    }

    .modal button[type="submit"] {
        padding: 10px 20px;
        margin-top: 20px;
    }

    ul.mx-auto.flex-wrap.nopadding.verticalcolumns {
        margin-left: 0px !important;
    }


}


.modal-body.text-center {}

div#modal-btn .modal-body {
    padding: 0;
}

div#modal-btn a {
    margin: 0;
}

#modal-btn .modal-content {
    padding: 50px;
}

.select2-container--bootstrap-5.select2-container--focus .select2-selection,
.select2-container--bootstrap-5.select2-container--open .select2-selection,
.select2-container--bootstrap-5 .select2-dropdown .select2-search .select2-search__field:focus {
    border-color: none;
    box-shadow: none;
}

.distance .select2-container .select2-selection--single {
    border: none !important;
}

.remove-newrow {
    padding: 5px;
    width: 36px;
    height: 36px;
    border-radius: 50px;
}

.accordion_event {
    background-color: #f8f8f8;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    border-radius: 15px;
}

.accordion_event:hover {
    background-color: #f8f8f8;
}

.panel {
    padding: 0 18px;
    display: none;
    background-color: white;
    overflow: hidden;
    margin-top: -40px;
}

.add_newrow {
    background: none;
    margin: 10px 10px 10px 13px;
    border: none;
}

.add_form_eventdate {
    background-color: #f8f8f8;
    color: #444;
    cursor: pointer;
    padding: -4px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    border-radius: 15px;
    margin: 0px;
}

.bi-dash-lg {
    font-size: 55px !important;
}


.sell-all p {
    color: #639EB3;
}

.trainer .nav.nav-tabs {
    border: none;
    padding: 0;
    gap: 30px;
}

.trainer .nav.nav-tabs .nav-link {
    border: none;
    /* padding: 10px 30px 5px 10px; */
    padding: 10px;
    color: #fff !important;
    font-size: 16px;
    font-weight: 500;
    margin-left: 0.9%;
}

.trainer .nav.nav-tabs .nav-link:hover {
    border: none;
    background-color: transparent;
}

.trainer .nav.nav-tabs .nav-link.active {
    background-color: transparent;
    position: relative;
    border: none;
    color: #639EB3 !important;
    font-weight: 500;
}

.trainer .nav.nav-tabs .nav-link.active::before {
    position: absolute;
    content: " ";
    background-color: #639EB3 !important;
    height: 8px !important;
    width: 100%;
    left: 0px;
    top: 97% !important;
}

.trainer .nav.nav-tabs .nav-link.active:last-child::before {
    width: 100%;
    /*left: 5px;*/
}

.trainer .nav.nav-tabs .nav-link.active:hover {
    background-color: transparent;
}

@media (max-width:768px) {
    .creat-new-event {
        display: flex;
        flex-direction: column;
        height: 0px !important;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin: 0px auto;
    }
}

.creat-new-event {
    display: flex;
    flex-direction: column;
    height: 250px;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

.fw-550 {
    font-weight: 550 !important;
}

.modal-full-width {
    max-width: 100% !important;
}

@media (max-width:576px) {
    .dismiss-notification .modal-content {
        padding: 0px 0px !important;
    }
}

.dismiss-notification .modal-content {
    background: #405263;
    color: #fff;
    line-height: 30px;
    padding: 30px 90px;
}

.dismiss-notification .modal-content h2 {
    margin-bottom: 20px;
}

.dismiss-notification .modal-content .dismiss {
    background: #639EB3;
    border-radius: 30px;
    padding: 15px 30px;
    font-size: 18px;
    font-weight: 500;
    margin: 0px auto;
    color: #fff;
    margin-top: 5px;
    transition: all 0.5s ease;
}

.student {
    text-align: end;
}

#min-height-dashboard {
    min-height: 420px !important;
}

@media (max-width:576px) {
    .flex-down .borfer-top-sperator {
        border-top: 1px solid #98D7D7 !important;
    }
}

/* Start Trainer Directory */
.trainer-title {
    font-weight: 700;
    line-height: 19.2px;
}

.city {
    font-size: 13px;
    line-height: 20px;
    font-weight: 500;
}

.line {
    background: #ABF0F0;
    width: 1px;
    height: 30px;
}

.event-location {
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
}

.border-bottom-bulletn {
    border-bottom: 1px solid #ABF0F0;
}

.border-left-topic {
    border-right: 1px solid var(--Bulletn-Dark-Blue, #415264);
}

.topic-name {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
}

.events {
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
}

@media screen and (max-width:576px) {
    .line {
        background: #ABF0F0;
        width: 100%;
        height: 1px;
        margin: 10px 0;
    }

    .border-bottom-bulletn {
        border-bottom: 0px solid #ABF0F0;

    }
    .dic-img{
        width: 80px !important;
        height: 80px !important;
    }
}

.border-left-topic:last-child {
    border-right: 1px solid transparent;
}

.border-left-topic {
    border-right: 1px solid var(--Bulletn-Dark-Blue, #415264);
}

.rounded-circle{
    aspect-ratio: 1;
}
.dic-img{
    width: 100px;
    height: 100px;
}

/* End Trainer Directory */

.bor{
    border:1px solid red;
}

.top-section-II{
    background-color: #142638;
    padding:10px;
    border-bottom: 1px solid #415264;
    opacity: 1; /* Fully visible */
    visibility: visible;
    transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
    .ul-section{
        padding:0px;
        margin:0px;
        li{
            display: inline;
            list-style: none;
            a{
                padding: 12px 15px;
                color: #fff;
                font-size: 16px;
                font-weight: 500;;
            }
            a.active{
                background-color: #C7202F;
            }
            a:hover{
                background-color: #C7202F;
                transition: all 0.3s ease;

            }
        }    
    }
}
.fixed-top {
    position: fixed;
    top: -2px;
    right: 0;
    left: 0;
    z-index: 1030;
}
.top-section a:hover{
    background-color: #C7202F;
    transition: all 0.3s ease;

}

@media (max-width: 1200px) {
    .top-section-II{
        .ul-section{
            li{
                padding:0px 0px;
                a{
                    font-size: 14px;
                }
            }    
        }
    }
    #header .logo img{
        width: 100%;
    }
}