html{
    
    background: #0f1f3b;
}
body {
    font-family: 'Poppins', sans-serif;
    min-width: 320px;
    color: #000;
    background-color: #fff;
    font-size: 14px;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style-type: none;
}

a {
    text-decoration: none;
}

h1,
h2 {
    color: #FFF;
    font-size: 26px;
    font-weight: 500;
    text-transform: capitalize;
}

h2 {
    color: #fff;
    text-transform: capitalize;
}

h3 {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    text-transform: capitalize;
}

p {
    color: #fff;
    font-weight: 500;
}

.bg-blue {
    background: #0B172E;
}

.bg-blue2 {
    background: #0F1F3B;
}

.navbar-collapse {
    display: block !important;
}

.header .navbar-nav li a {
    color: #fff !important;
    padding: 7px 20px;
    border-bottom: 1px solid;
    transition: all 0.3s;
    text-transform: uppercase;
}

.logo img {
    max-width: 110px;
    transform: translate(-14px, 0px);

}

.header .navbar-nav .dropdown-menu {
    position: absolute;
    background: #001d4b !important;
}

.header .navbar-nav .dropdown-menu li {
    background: #001d4b;
}

.navbar-toggler-icon {
    width: 20px;
    height: 20px;
}

button.navbar-toggler {
    padding: 0px 5px;
    height: 29px;
    width: 30px;
    display: flex;
    align-items: center;
}

.hero-banner img {
    display: block;
    width: 100%;
    height: auto;
}

.hero-banner {
    padding: 10px 0 40px;
    margin-top: -2px;
}

.navbar-head {
    background: linear-gradient(to bottom, #394356 0%, #323c50 27%, #303a4d 29%, #323b4f 30%, #2d374c 46%, #2e384d 51%, #2c354a 54%, #2b354c 62%, #283549 66%, #26334a 90%, #223047 96%, #243249 99%, #39455a 100%);
}

.text-box h1 {
    max-width: 670px;
}

.text-box p {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
}

a.courses-btn {
    background-image: url(images/btn-border.png);
    background-size: 100% 100%;
    padding: 12.4px 14px 11px !important;
    display: inline-block;
}

a.courses-btn span {
    background-color: #36B7FF;
    padding: 11px 14px !important;
    color: #fff;
}

section.Choose-sec .easy-box {
    background-color: #0B172E;
    border: 1px solid #323c50;
    border-radius: 10px;
    padding: 40px 30px;
}

section.Choose-sec.here-sec .easy-box {
    min-height: 230px;
}

.here-sec {
    background-color: #0F1F3B;
}

section.Choose-sec .easy-box .img {
    min-height: 95px;
}

section.Choose-sec .easy-box .img img {
    width: 45px;
}

section.Choose-sec .easy-box .img {
    min-height: 100px;
    width: 100px;
    background-color: #25334d;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    margin: -98px auto 24px;
}

section.Choose-sec .easy-box h4 {
    font-size: 30px;
    font-weight: 600;
    color: #fff;
}

section.Choose-sec .easy-box p {
    font-size: 14px;
    color: #fff;
}

footer.footer {
    background-color: #0F1F3B;
    text-align: start;
    padding-bottom: 75px !important;
}

ul.social-icon li a {
    padding: 10px 5px;
    background-color: #fff;
    border-radius: 100%;
    min-width: 39px;
    min-height: 39px;
    display: inline-block;
    margin-right: 9px;
    justify-content: center;
    display: flex;
    transition: all 0.4s;
}

ul.social-icon li a:hover {
    background-color: #0073e6;
}

ul.social-icon li a img {
    width: 18px;
    height: 18px;
}

footer.footer span {
    color: #FFF;
    font-family: AmstelvarAlpha;
    font-size: 12px;
    font-weight: 400;
}

footer.footer p {
    color: #fff;
    font-size: 13px;
    font-weight: 400;
}

footer.footer .icon {
    padding: 6px;
    background-color: #fff;
    border-radius: 100%;
    min-width: 32px;
    height: 32px;
    margin-right: 4px;

}

footer.footer ul p {
    max-width: 220px;
    margin-top: -2px !important;
}

footer.footer h3 {
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    position: relative;
}

footer.footer .right {
    margin-top: -3px;
}

footer.footer ul li a,
footer.footer ul p {
    color: #fff !important;
    font-size: 14px;
    font-weight: 400;
    transition: all 0.3s;
    word-break: break-all;
}

footer.footer ul li a span {
    transition: all 0.3s;
    margin-right: 5px;
    display: inline-block;
    color: rgba(189, 189, 189, 0.80);
}

footer.footer ul li a:hover span {
    color: #0073e6;
}

footer.footer ul li a:hover {
    color: #0073e6;
}

footer.footer .container {
    border-bottom: 1px solid #fff;
}

.bottm-bar {
    background-color: #0F1F3B;
}

footer.footer .bottm-bar .container {
    border-bottom: 1px solid transparent;
}

footer.footer .bottm-bar p {
    color: #fff;
    font-size: 13px;
}


/* **********bottom to top button********* */
#button {
    display: inline-block;
    background-color: #ff9800;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 83px;
    right: 30px;
    transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

#button:hover {
    cursor: pointer;
    background-color: #333;
}

#button.show {
    visibility: visible;
    opacity: 1;
}

#button:active {
    background-color: #555;
}

/* Styles for the content section */

#button {
    isplay: inline-block;
    background-color: #36b6fd;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 83px;
    right: 20px;
    transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    display: flex;
    justify-content: center;
    border-radius: 100%;
}


#button:hover {
    cursor: pointer;
    background-color: #333;
}

#button:active {
    background-color: #555;
}

/* Styles for the content section */


.field {
    position: relative;
}

.field input {
    width: 100%;
    line-height: 33px;
    padding: 0 15px;
    box-sizing: border-box;
    font-size: 14px;
    color: #ffffff;
    border: 1px solid #ccc;
    border-radius: 3px;
    border-radius: 10px;
    border: 0.871px solid rgba(255, 255, 255, 0.60);
    background: linear-gradient(184deg, rgba(255, 255, 255, 0.00) -7.44%, rgba(255, 255, 255, 0.06) 87.54%);
    backdrop-filter: blur(16.340255737304688px);
}

.field input:focus {
    outline: 0;
    border-color: blue;
}

.contact-form p a {
    color: #fff;
    text-decoration: underline;
}

.contact-form button {
    width: 100%;
    border: 0;
    padding: 7px 0;
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-weight: 500;
    border-radius: 6.536px;
    background: linear-gradient(97deg, #36B7FF 20.05%, #004BAF 69.81%) !important;
    font-size: 16px;
}

.contact-form button img {
    width: 25px;
}

.contact-form .google-btn {
    color: #000;
    background: #Fff !important;
}

.or-text {
    color: #fff;
    font-size: 14px;
}

.or-text span {
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.20);
}

.or-text strong {
    font-size: 20px;
    font-weight: 400;
}

/* .imbrain-sec ul {
    display: flex;
    overflow: scroll;
    overflow-y: hidden;
    padding: 10px 0;
} */


.imbrain-sec ul::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #36B7FF;
    border-radius: 5px;
    background-color: #F5F5F5;
}

.imbrain-sec ul::-webkit-scrollbar {
    height: 8px;
    background-color: #F5F5F5;
}

.imbrain-sec ul::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 6px #36B7FF;
    background-color: #555;
}

.imbrain-sec ul li {
     min-width: 170px; 
    background-color: #1B2A45;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 10px;
    margin: 0 7px;
    display: flex;
    justify-content: space-between;
}

.imbrain-sec ul li img {
    margin-right: 10px;
    width: 25px;
}

ul.responsive-slider {
    margin: 0 -7px;
}

.imbrain-sec ul li strong {
    color: #36B7FF;
    font-size: 12px;
    font-weight: 600;
    line-height: 8px;
}

.imbrain-sec ul li span {
    color: #FFF;
    font-size: 10px;
    font-weight: 500;
}

.imbrain-sec ul li .number {
    color: #FFF;
    font-size: 11px;
    font-weight: 600;
    border: 1px solid #36B7FF;
    border-radius: 5px;
    padding: 4px;
}

.header .navbar-nav li a.sign-in {
    background-image: url("images/btn-border.png");
    background-size: 100% 100%;
    padding: 10px 20px !important;
    text-transform: capitalize;
    margin-left: 25px;
    border: 0;
}

.header .navbar-nav li a.sign-up {
    padding: 10px 10px !important;
}

.header .navbar-nav li a.sign-up span {
    background-color: #36B7FF;
    padding: 9px 9px 11px !important;
}

.contact-form {
    background-color: rgba(255, 255, 255, 0.05);
    border: 1px solid #323c50;
    border-radius: 10px;
    padding: 25px;

}

.paid-box h3 {
    color: #FFF;
    font-size: 30px;
    font-weight: 600;
}

.paid-box p {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
}

.paid-box ul li:last-child {
    background-color: #fff;
    border-radius: 4px;
}

.paid-box ul li {
    min-width: 70px;
    display: flex;
    align-items: center;
    background-color: #fff;
    justify-content: center;
    border-radius: 4px;
    margin-right: 20px;
}

.paid-box ul li img {
    width: 72px;
}

.paid-box ul li:nth-child(3) img {
    width: 40px;
}

.faq-sec {
    background: #0B172E;
}

.faq-sec .accordion-body {
    text-align: justify;
    color: #fff;
}

.faq-sec .accordion-button {
    background-color: transparent;
    color: #fff;
}

.faq-sec .accordion-item {
    border-bottom: 1px solid #fff;
}

.faq-sec .accordion-item {
    background-color: transparent;
}

.faq-sec .accordion-button::after {
    content: "";
    background-image: url("images/arrow.svg")
}

.faq-sec .accordion-button:focus {
    box-shadow: 0 0 0 0 rgba(13, 110, 253, .25);
}

.faq-sec .accordion {
    max-width: 930px;
    margin: 0 auto;
}

.navbar-light .navbar-toggler-icon {
    background-image: url("images/menu.svg")
}

.imbrain-sec .slick-prev {
    left: auto;
    right: 43px;
    padding: 0px;
    width: 20px;
    height: 20px;
    top: -25px;
    border: 2px solid #36b7ff;
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
    border-radius: 5px;
}

.imbrain-sec .slick-prev:before,
.imbrain-sec .slick-next:before {
    font-size: 12px;
}

.imbrain-sec .slick-next {
    right: 10px;
    padding: 0px;
    width: 20px;
    height: 20px;
    top: -25px;
    border: 2px solid #36b7ff;
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
    border-radius: 5px;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: 1;
}

.bg-img {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
}

.bg-one {
    background-image: url("images/bg-1.jpg");
}

.bg-two {
    background-image: url("images/bg-2.jpg");
}

.bg-three {
    background-image: url("images/bg-3.jpg");
}

.bg-four {
    background-image: url("images/bg-4.jpg");
}

.after {
    position: relative;
}

.after1:after {
    content: "";
    background-image: url(images/after1.svg);
    position: absolute;
    left: 3px;
    top: -14px;
    width: 100px;
    height: 115%;
    background-size: 113% 100%;
    background-repeat: no-repeat;
}

.after2:after {
    content: "";
    background-image: url(images/after2.svg);
    position: absolute;
    right: 3px;
    top: -14px;
    width: 100px;
    height: 115%;
    background-size: 113% 100%;
    background-repeat: no-repeat;
    background-position: right;
}

.footer-ul {
    background-color: #0f1f3b;
    position: fixed;
    bottom: -8px;
    padding: 2px 20px;
    border-top: 1px solid #fff;
    justify-content: space-between;
    z-index: 9;
    align-items: end;
    left: 0;
    left: 0;
}

.navbar-nav {
    flex-direction: row;
}

.footer-ul li a {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer-ul li a img {
    margin-bottom: 10px;
}

.footer-ul li a img {
    margin-bottom: 4px;
    width: 22px;
    height: 22px;
}

footer.footer ul li a.active {
    padding-bottom: 23px !IMPORTANT;
}

.header .navbar-nav li a img {
    width: 16px;
    height: 15px;
    margin-right: 5px;
}

.header button.btn {
    padding: 4px 6px;
    background: transparent !important;
    border: 0;
}

.navbar-dropdown {
    background-color: transparent !important;
}

.header button.btn:focus {
    box-shadow: 0 0 0 0 rgba(130, 138, 145, .5);
}

.header .navbar-nav li a:hover {
    background-color: transparent !important;
}

/* Styles for the content section */
@media (min-width: 576px) {}


@media (max-width: 768px) {
    .after-left:after {
        content: "";
        background-image: url(images/after1.svg);
        position: absolute;
        left: 3px;
        top: -14px;
        width: 100px;
        height: 115%;
        background-size: 113% 100%;
        background-repeat: no-repeat;
        background-position: left;
    }

    .after-right:before {
        content: "";
        background-image: url(images/after2.svg);
        position: absolute;
        right: 3px;
        top: -14px;
        width: 100px;
        height: 115%;
        background-size: 113% 100%;
        background-repeat: no-repeat;
        background-position: right;
    }

    footer.footer ul li a {
        font-size: 14px;
    }

    .bg-one {
        background-image: url("images/bg-mobile1.jpg");
    }

    .bg-two {
        background-image: url("images/bg-mobile2.jpg");
    }

    .bg-three {
        background-image: url("images/bg-mobile3.jpg");
    }

    .bg-four {
        background-image: url("images/bg-mobile4.jpg");
    }

}

@media (min-width: 768px) {


    .logo img {
        /*max-width: 155px;*/
        max-width: 200px;
    }


    h1,
    h2 {
        font-size: 30px;
    }

    h1 {
        font-size: 30px;
    }

    h3 {
        font-size: 42px;
    }

    .text-box p {
        font-size: 16px;
    }


    .navbar-collapse {
        top: 123px;
    }

    section.Choose-sec .easy-box h4 {
        font-size: 30px;
    }

    .header .navbar-nav li a.sign-in {
        padding: 10px 28px !important;
    }

    .header .navbar-nav li a.sign-up {
        padding: 10px 12px !important;
    }

    .header .navbar-nav li a.sign-up span {
        padding: 9px 16px 11px !important;
    }

    .paid-box ul li {
        margin-left: 20px;
    }

    .paid-box ul li {
        min-width: 90px;
    }
}

@media (min-width: 992px) {
    .navbar-collapse {
        position: static;
        padding: 0 0;
        background-color: transparent;
    }

    .header .navbar-nav li a {
        color: #fff !important;
        padding: 3px 14px !important;
        border-bottom: 0;
        font-size: 14px;
        margin-left: 10px;
    }

    .header .navbar-nav li a:hover {
        color: #fff !important;
    }

    footer.footer {
        padding-bottom: 0 !important;
    }
}

@media (max-width: 1200px) {
    .logo img {
        max-width: 130px;
    }

    .header .navbar-nav li a {
        padding: 4px 12px !important;
        font-size: 14px;
        border: 0;
    }
}

@media (min-width: 1200px) {
    .header .navbar-nav li a {
        margin-left: 0;
    }


    h1 {
        font-size: 50px;
    }

}

@media (max-width: 576px) {
    .header .navbar-nav li a.sign-in {
        font-size: 12px;
    }

    .header .navbar-nav li a.sign-in {
        padding: 10px 16px !important;
        margin-left: 15px;
    }

    .header .navbar-nav li a.sign-up span {
        padding: 10px 6px 11px !important;
    }

    .header .navbar-nav li a.sign-up {
        padding: 10px 7px !important;
    }

    .footer-ul li a {
        padding: 6px 8px;
        font-size: 12px !important;
    }

}

@media (max-width: 375px) {
    .footer-ul li a {
        font-size: 10px !important;
    }

    .imbrain-sec ul li span {
        font-size: 9px;
    }
}

.w-100-percent {
    width: 100%;
}

.max-width-footer {
    max-width: 160px;
    transform: translate(-23px, 3px);
}

h5 {
    color: #fff;
}


.contact-form .google-btn-anchor {
    width: 100%;
    border: 0;
    padding: 7px 0;
    text-align: center;
    font-family: Inter;
    font-weight: 500;
    border-radius: 6.536px;
    font-size: 16px;
}

.contact-form .google-btn-anchor img {
    width: 25px;
}

.alert-dismissible {
    padding-right: 0px;
}

.alert-dismissible button {
    width: 6%;
    float: right;
    background: linear-gradient(97deg, #36B7FF 20.05%, #004BAF 69.81%) !important;
    height: auto;
    padding: 1px;
}



.navbar-dropdown ul {
    background: linear-gradient(to bottom, #394356 0%, #323c50 27%, #303a4d 29%, #323b4f 30%, #2d374c 46%, #2e384d 51%, #2c354a 54%, #2b354c 62%, #283549 66%, #26334a 90%, #223047 96%, #243249 99%, #39455a 100%);
    width: 100%;
    color: #fff !important;
}

.navbar-dropdown . li a:hover {
    background-color: #0f131c !important;
}
