.CustomContainerHome {
    min-height: 100vh;
}

.newTopBar {
    background: #fff;
    margin-top: 15px;
    color: #000;
    border-radius: 40px;
    box-shadow: 10px 5px 15px #00000029;
}

.newMenu li a {
    color: #000 !important;
}

.newMenu li a:hover {
    color: rgb(0, 119, 255) !important;
}

.shape-overlay {
    min-height: 716px !important;
}

.alk_title_home h2 {
    color: #fff;
}

.dashboardAbout {
    /* position: absolute; */
    background: aqua;
    /* margin-top: -310px; */
}

.dashboardAbout .imgDash {
    position: absolute;
    width: 372px;
    height: 209px;
}

.dashboardAbout .imgDash1 {
    bottom: -260px;
    left: 37px;
    z-index: -2;
}

.dashboardAbout .imgDash2 {
    bottom: -317px;
    left: -151px;
}

.dashboardAbout .imgDash3 {
    bottom: -390px;
    left: 188px;
    z-index: 22;
}

.dashboardAbout .imgDash4 {
    top: 236px;
    left: 54px;
    z-index: -1;
}

/* .navbar-area.is-sticky {
    background-color: #038fde !important;
} */

.main-banner-area::before {
    /* background: linear-gradient(279.99deg, #1F3C7B 9.81%, #2956BF 50.96%, #4179F9 99.95%) !important; */
}

.primary-btn {
    color: #fff;
    box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
    z-index: 1;
    border: none;
    position: relative;
    padding: 12px 35px;
    border-radius: 30px;
    display: inline-block;
    transition: var(--transition);
    font-size: var(--fontSize);
    font-weight: 600;
    background: #1F3C7B;
}

.primary-btn:hover {
    background: #1F3C7B;
    color: #fff;
}

.btnWhite {
    color: #1355af;
    box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
    z-index: 1;
    border: none;
    position: relative;
    padding: 12px 35px;
    border-radius: 30px;
    display: inline-block;
    transition: var(--transition);
    font-size: var(--fontSize);
    font-weight: 600;
    background: #fff;
}

.btnWhite:hover {
    background: #1F3C7B;
    color: #fff;
}


.navbarLogo {
    width: 28vh;
}

.footerLogo {
    width: 20vh;
}

.single-pricing-table {
    padding: 20px 35px;
    margin-bottom: 20px;
}

.single-pricing-table .price {
    margin-bottom: 20px;
}

.single-pricing-table .features-list {
    margin-top: 20px;
}

.pricing-section-title {
    top: -35px;
    position: relative;
    text-align: center;
    padding-right: 0px;
}

.pricing-section-title h4 {
    color: #fff;
}

.free-trial-content {
    padding: 0;
}

.free-trial-content form {
    margin-top: 0;
}

.free-trial-content::before {
    background: none;
}

.free-trial-content form .input-newsletter {
    width: 200px;
    height: 40px;
    display: inline-block;
    padding-left: 16px;
    padding-right: 16px;
}

/* .single-pricing-table > .active {
    background: #a0a0a0 !important;
    color: #000 !important;
} */

.single-pricing-table>.inActive {
    background: #a0a0a0 !important;
    color: #000 !important;
    cursor: default;
}

.features-area {
    background: #fbfdff;
}

.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 75px;
    right: 19px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.my-float {
    margin-top: 7px;
    display: block;
}

.drawer-container {
    position: relative;
    height: 100vh;
    overflow: hidden;
    display: contents;
}

.drawer-toggle {
    position: fixed;
    top: 13px;
    right: 5px;
    font-size: 1.5rem;
    color: #0d6efd;
    background-color: transparent;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    z-index: 1000;
    display: none;
}

.drawer-toggleOpen {
    position: fixed;
    top: 5px;
    right: 5px;
    font-size: 2.4rem;
    color: #838383;
    background-color: transparent;
    border: none;
    padding: 10px 15px;
    z-index: 11001;
}

.quarter-circle {
    display: inline-block;
    margin: 0;
    width: 120px;
    right: 0;
    position: absolute;
    top: 0;
    height: 120px;
    background: #ffffff;
    border-radius: 0 0 0 120px;
    z-index: 2;
}

.drawer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #4179F9;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out, visibility 0s linear 0.3s, height 0.3s ease-in-out;
    z-index: 999;
}

.drawer.active {
    opacity: 1;
    visibility: visible;
    height: 100%;
    transition: opacity 0.3s ease-in-out, visibility 0s linear 0s, height 0.3s ease-in-out;
    position: fixed;
    z-index: 1100;
}

.drawer-menu {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #4179F9;
    padding: 50px 20px;
    transform: translateY(-100%);
    transition: transform 0.3s ease-in-out;
}

.drawer-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.drawer-menu li {
    margin: 5px 5px;
    width: 230px;
    display: -webkit-inline-box;
    background: #fff;
    float: left;
    /* transition: background-color 0.5s, color 0.5s; */
    color: #333;
}

.drawer-menu li:hover {
    background-color: #e12382;
    color: white;
}

.drawer-menu a {
    text-decoration: none;
    font-size: 1.2rem;
    transition: color 0.3s ease-in-out;
}

.drawer.active .drawer-menu {
    transform: translateY(0);
}

.logoMenuDrawer {
    width: 45vh;
}

.nav-itemDrawer {
    position: relative;
    padding: 10px 1.2rem;
    text-align: left;
    overflow: hidden;
}

.menuDrawerContainer {
    width: 500px;
    text-align: center;
    display: inline-block;
    margin-top: 40px;
}

.preload-container {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 9999;
}

.loader-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.loader-logo img {
    width: auto;
    min-width: 200px;
    animation: logo-spin 2s linear infinite;
}

.linkA {
    text-decoration: underline !important;
    color:rgb(0, 119, 255) !important;
}

@media (max-width: 1160px) {

    .dashboardAbout .imgDash3 {
        left: 100px;

    }

    .dashboardAbout .imgDash4 {
        left: 62px;
    }

    .shape3 {
        right: 47px;
    }
}

@media (max-width: 1024px) {
    .dashboardAbout .imgDash3 {
        display: none;
    }
}

@media (max-width: 768px) {
    .imgSystem {
        display: none;
    }

    .footerLogo {
        width: 7vh;
    }

    .navbarLogo {
        width: 16vh;
    }

    .drawer-toggle {
        top: 13px;
        padding: 10px;
        display: block;
    }

    .logoMenuDrawer {
        width: 25vh;
        display: block;
    }
}


@media (max-width: 426px) {
    .drawer-menu li {
        margin: 5px 0px;
        width: 100%;
        display: -webkit-inline-box;
        float: left;
        color: #333;
    }

    .drawer-toggle {
        top: -3px;
    }

    .menuDrawerContainer {
        width: auto;
        text-align: center;
        display: inline-block;
        margin-top: 40px;
    }

    .banner-shape5 {
        top: 372px;
    }
    
    .ptb-100 {
        padding-top: 0px;
        padding-bottom: 50px;
    }

    #feature {
        padding-bottom: 20px;
    }
}