.body .sign-up-top-logo > a > img {
    width: 250px;
}

@media only screen and (min-width: 1600px) and (max-width: 1800px) {
    .header-search input {
        width: 175px;
    }
}

@media only screen and (min-width: 991.98px){

.mega-menu {
    width: 900px;
    position: absolute !important;
    left: -180%;
    top: 120%;
    padding: 10px 20px;
    display: block;
    visibility: hidden;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.3s ease-in;
    box-shadow: 0 0 8px 0 rgba(1, 0, 64, 0.07);
    border: 0;
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: var(--bs-dropdown-min-width);
    padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
    margin: 0;
    font-size: var(--bs-dropdown-font-size);
    color: black;
    text-align: left;
    list-style: none;
    background-color: var(--bs-dropdown-bg);
    background-clip: padding-box;
    border: var(--bs-dropdown-border-width) solid
        var(--bs-dropdown-border-color);
    border-radius: var(--bs-dropdown-border-radius);
}

.mega-menu.show{
    left: -180% !important;
    top: 120% !important;
}

}

.mega-menu {
    /* Move the mega menu down slightly */
    transform: translateY(-10px);
    /* Apply a smooth transition effect only to the transform property over 0.3 seconds */
    transition: transform 0.3s ease-in-out;
}


/* Define the hover effect for the mega menu */
.mega-menu:hover {
    /* Move the mega menu back to its original position */
    transform: translateY(0);
}

@media only screen and (max-width: 991.98px){
    .mega-menu {
        overflow-y: auto;
        overflow-x:hidden;
    }

    .dropdown-menu.show {
        display: block;
        visibility: visible;
        opacity: 1;
        position: relative!important;
        width: 100%;
    }
}


//navbar customazation fot theme-5

#mega-menu-btn{
    color:#fff !important;
}

.navbar .dropdown .dropdown-toggle:after {
  color:white !important;
}

#librariesDropdown {
    background-color: #43b97e;
}

#mainNav .navbar-nav .nav-item .nav-link {
    color: #3b3e5a;
}

#mainNav.sticky {
    background-color: #fbfbfb !important;
}

#mainNav {
    background-color: #fbfbfb !important;
}

.navbar-toggler{
    background:#2cb981;
    color:#fff !important;
}


.footer-social ul li a .iconify {
    color: white;
}

.footer-widget ul li {
    margin-bottom: 0px;
}

.footer-widget .footer-widget-title {
    color: var(--white-color);
    font-size: 18px;
}

.section-overlay {
    background: #1ab69d;
    height: 100%;
    width: 100%;
}

.footer-contact-info ul li i {
    margin-right: 22px;
    font-size: 20px !important;
    position: relative;
    top: 2px;
    color:white ;
}


.footer-links li a{
    color:white !important;
}

.copyright-text {
    width: 220px;
    position: relative;
    top: 9px;
    font-size:16px !important;
}

.footer-about img {
    height: 60px;
}

:root{
    --theme-color:#2cb981;
    --page-bg:#f2f5f9;
}



#mainNav .navbar-brand img {
    height: 50px;
}

.footer-bottom-nav ul li a {
    font-weight: 500;
    font-size: 13px;
    line-height: 154%;
    color: black;
    padding: 0 10px;
}

.footer-bottom-nav ul li a:hover{
    color:#2467ec;
}

.copyright-wrapper {
    padding: 10px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.footer-links li a, .footer-links ul li {
    display: flex;
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
    color: var(--white-color);
}

.section-p-t-b-60{
    padding:60px 0 60px;
}

//top header style
.header-note-area {
    transition: all 0.3s;
}


.header-note-area {
    padding: 12px 0;
    background:#202432;
    color:white;
}

.header-note-area p{
    color:white;
}


.p-relative {
    position: relative;
}

@media only screen and (max-width: 991.98px){
    #mainNav {
        height: 95px;
        padding: 20px 10px;
    }
}

@media only screen and (max-width: 991.98px){
    .main-menu-collapse {
        margin: auto -25px;
    }
}

.sign-up-top-logo > img{
    width: 200px !important;
}

.sign-up-left-content {
    background-image: none !important;
    padding: 30px 100px;
}

.text-tblue {
    color:#2467ec !important;
}

.mega-menu-title{
    color:white;
}

#mainNav {
    background: #f8f9fa !important;
}

.product-price-now {
    color: gray;
    font-weight: bold;
}

.academic-content {
    min-height: 175px;
}

.course-single-page-header .section-overlay2 {
    padding: 100px 0 30px;
}

body > footer > div > div.container > div > div:nth-child(4) > div > div > ul > li:nth-child(3) > img {
    height:fit-content !important;
}

.text-tgreen {
    color: #2cb981!important;
}

.copyright-text-color{
    color: var(--theme-color);
}

.course-block .inner-box .lower-content h4 {
    font-size: 20px !important;
}

@media only screen and (max-width: 991.98px) {
    .main-menu-collapse {
        margin: auto -25px;
    }
        
    .main-menu-collapse {
        background-color: #fff!important;
    }


    #librariesDropdown {
        background-color: var(--theme-color);
    }

    .main-menu-collapse{
        z-index: 999;
    }

    .mobile-navbar-nav{
        flex-direction: row!important;
        gap:10px!important;
        margin-top:15px!important;
        position: relative!important;
    }
    .mobile-navbar-nav > li{
        display: block;
        width: 100%;
        position: unset!important;
    }
    .mobile-navbar-nav .dropdown-menu-1{
        position: absolute !important;
        left: 0!important;
    }
    .mobile-navbar-nav .dropdown-menu-2{
        position: absolute !important;
        right: 0!important;
    }
}


body, html {
    height: auto !important;
    margin: 0;
}
.categorie-area-5 .categorie-grid {
    padding: 30px 25px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
    background-color: var(--color-white);
    box-shadow: var(--shadow-darker);
}

img {
    max-width: none;
}

.user-dropdown-item-box {
    border-top: 1px solid #eee9e9;
    padding-top: 10px;
    margin: 10px 24px 0;
}

.theme-button1{
    color:white;
}

.header-note-area {
    z-index: 9;
}

.features-area-6 .features-box .icon {
    height:auto;
}

.swiper-container {
    position: relative;
    overflow: hidden;
    z-index: 1;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
  }


  .hero-style-20::before {
    background: url(../../frontend-theme-5/images/bg/bg-image-54.webp);
} 

.hero-style-20 {
    margin-top: -10px;
    background: url(../images/bg/ggg.png);
}


  .edu-blog .content.position-top {
    margin-top: -70px;
    margin-left: 30px;
    margin-right: 30px;
}

.edu-blog .content {
    background-color: var(--color-white);
    padding: 25px;
    border-radius: 10px;
    position: relative;
    box-shadow: var(--shadow-darker);
}


.edu-course-area .course-style-22 .thumbnail .course-price {
    font-size: 14px;
}

.faq-style-4 .faq-thumbnail .thumbnail {
    -webkit-mask-image: url(../../frontend-theme-5/images/faq/mask-09.png);
    mask-image: url(../../frontend-theme-5/images/faq/mask-09.png);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    -webkit-mask-position: center;
    text-align: center;
}

.event-area-3::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../../frontend-theme-5/images/faq/bg-image-5.svg);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}

.edu-event-list .thumbnail a {
    display: block;
    -webkit-mask-image: url(../../frontend-theme-5/images/others/mask-05.png);
    mask-image: url(../../frontend-theme-5/images/others/mask-05.png);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    -webkit-mask-position: center;
}

.course-area-7::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../../frontend-theme-5/images/bg/bg-image-6.svg);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}

.features-box.features-style-4 .icon {
    -webkit-mask-image: url(../../frontend-theme-5/images/others/mask-08.png);
    mask-image: url(../../frontend-theme-5/images/others/mask-08.png);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    -webkit-mask-position: center;
    height: 83px;
    width: 109px;
    font-size: 40px;
    margin-right: 30px;
    margin-bottom: 0;
    border-radius: 0;
    position: relative;
}