
html {
    height: 100%;
}

body {
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
    font-family: "Plus Jakarta Sans", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Plus Jakarta Sans", sans-serif;
    color: var(--bs-blue);
    font-weight: 600;
}

h5 {
    font-size: 16px;
}

.font18 {
    font-size: 18px;
}

.font16 {
    font-size: 14px;
}

.font-16 {
    font-size: 14px;
}

.font-22 {
    font-size: 16px;
}

.font-24 {
    font-size: 16px;
}

.font-30 {
    font-size: 20px;
}

.text-blue-f {
    color: var(--bs-blue);
}



/*====================dashboard  css====================*/

.mainwrap .container-fluid {
    max-width: 1320px;
}

.bg_fiexed {
    position: fixed;
    left: 0px;
    right: 0px;
    background: #F7F8FA;
    bottom: 0px;
    top: 0px;
    z-index: -1;
}

.aside_left_part.collapse:not(.show) {
    display: block !important;
    width: 100px !important;
    opacity: 1 !important;
    visibility: visible !important;
}

    .aside_left_part.collapse:not(.show) .dropdown-menu {
        display: none;
    }

    .aside_left_part.collapse:not(.show):hover .navbar-nav > li.dropdown > .dropdown-menu.show {
        display: block;
    }

.aside_left_part.collapse.show {
    width: 260px !important;
    opacity: 1 !important;
    visibility: visible !important;
}

.aside_left_part.collapse:not(.show) .navbar-brand {
    background: url(../images/logo_ic2.png) no-repeat center center;
    height: 52px;
    display: inline-block;
    width: 100%;
    background-size: 48px;
}

.aside_left_part.collapse.show .navbar-brand {
    background: url(../images/logo_3.svg) no-repeat left center;
    height: 52px;
    width: 100%;
    background-size: 135px;
    display: inline-block;
}

.aside_left_part.collapse:hover .navbar-brand {
    background: url(../images/logo_3.svg) no-repeat left center;
    height: 52px;
    width: 100%;
    background-size: 135px;
    display: inline-block;
}

.navbar-expand-lg .navbar-collapse {
    margin: 0px 20px;
}

.aside_left_part {
    position: fixed;
    top: 0px;
    height: 100% !important;
    padding: 100px 0px 0px 0px;
    box-shadow: 0 .125rem .375rem 0 rgba(161,172,184,.12);
    bottom: 0px;
    z-index: 9999;
    left: 0px;
    background: #fff;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
}

    .aside_left_part .h_t_left {
        height: 108px;
        padding: 0px 20px;
    }

    .aside_left_part .navbar {
        overflow-y: auto;
        height: 100%;
    }

    .aside_left_part .navbar-brand img {
        width: 100%;
        max-width: 190px;
    }

    .aside_left_part .navbar-nav li .nav-link,
    .aside_left_part .navbar-nav li .dropdown-menu .dropdown-item {
        color: #3B3E54;
        font-size: 14px;
        font-weight: 400;
    }

    .aside_left_part .navbar-nav > li {
        margin-bottom: 5px;
    }

        .aside_left_part .navbar-nav > li > .nav-link {
            color: var(--bs-gray-600) !important;
            padding: 14px 8px !important;
            display: flex;
            align-items: center;
            border-radius: 5px;
            font-weight: 500;
            position: relative;
        }

            .aside_left_part .navbar-nav > li > .nav-link:hover {
                color: #002f86 !important;
                background: none !important;
            }

            .aside_left_part .navbar-nav > li > .nav-link > i {
                width: 22px;
                height: 22px;
                background-position: center center !important;
                background-repeat: no-repeat !important;
                background-size: 22px !important;
                display: inline-block;
                margin-right: 10px;
                position: relative;
            }

                .aside_left_part .navbar-nav > li > .nav-link > i.fa-homes {
                    background: url(../images/home.png);
                }

            .aside_left_part .navbar-nav > li > .nav-link:hover > i.fa-homes,
            .aside_left_part .navbar-nav > li > .nav-link.active > i.fa-homes {
                background: url(../images/home_hv.png);
            }

            .aside_left_part .navbar-nav > li > .nav-link > i.fa-wallet {
                background: url(../images/wallet.png);
            }

            .aside_left_part .navbar-nav > li > .nav-link:hover > i.fa-wallet,
            .aside_left_part .navbar-nav > li > .nav-link.active > i.fa-wallet {
                background: url(../images/wallet_hv.png);
            }

            .aside_left_part .navbar-nav > li > .nav-link > i.fa-service {
                background: url(../images/services.png);
            }

            .aside_left_part .navbar-nav > li > .nav-link:hover > i.fa-service,
            .aside_left_part .navbar-nav > li > .nav-link.active > i.fa-service {
                background: url(../images/services_hv.png);
            }

            .aside_left_part .navbar-nav > li > .nav-link > i.fa-report {
                background: url(../images/reports.png);
            }

            .aside_left_part .navbar-nav > li > .nav-link:hover > i.fa-report,
            .aside_left_part .navbar-nav > li > .nav-link.active > i.fa-report {
                background: url(../images/reports_hv.png);
            }

            .aside_left_part .navbar-nav > li > .nav-link > i.fa-myaccount {
                background: url(../images/my-account.png);
            }

            .aside_left_part .navbar-nav > li > .nav-link:hover > i.fa-myaccount,
            .aside_left_part .navbar-nav > li > .nav-link.active > i.fa-myaccount {
                background: url(../images/my-account_hv.png);
            }

            .aside_left_part .navbar-nav > li > .nav-link > i.fa-notification {
                background: url(../images/notification.png);
            }

            .aside_left_part .navbar-nav > li > .nav-link:hover > i.fa-notification,
            .aside_left_part .navbar-nav > li > .nav-link.active > i.fa-notification {
                background: url(../images/notification_hv.png);
            }

            .aside_left_part .navbar-nav > li > .nav-link > i.fa-setting {
                background: url(../images/setting.png);
            }

            .aside_left_part .navbar-nav > li > .nav-link:hover > i.fa-setting,
            .aside_left_part .navbar-nav > li > .nav-link.active > i.fa-setting {
                background: url(../images/setting_hv.png);
            }

            .aside_left_part .navbar-nav > li > .nav-link > i.fa-supports {
                background: url(../images/support.png);
            }

            .aside_left_part .navbar-nav > li > .nav-link:hover > i.fa-supports,
            .aside_left_part .navbar-nav > li > .nav-link.active > i.fa-supports {
                background: url(../images/support_hv.png);
            }


            .aside_left_part .navbar-nav > li > .nav-link > i.fa-logout {
                background: url(../images/logout.png);
            }

            .aside_left_part .navbar-nav > li > .nav-link:hover > i.fa-logout,
            .aside_left_part .navbar-nav > li > .nav-link.active > i.fa-logout {
                background: url(../images/logout_hv.png);
            }

    .aside_left_part.collapse:not(.show) .navbar-nav > li > .nav-link > i {
        margin-right: 0px;
    }

    .aside_left_part.collapse:hover .navbar-nav > li > .nav-link > i {
        margin-right: 10px;
    }

    .aside_left_part.collapse:hover .navbar-nav > li > .nav-link {
        font-size: 14px !important;
    }


    .aside_left_part .navbar-nav > li > .nav-link.active,
    .aside_left_part .navbar-nav > li > .nav-link:focus {
        color: var(--bs-blue) !important;
    }

        .aside_left_part .navbar-nav > li > .nav-link.active:before {
            content: "";
            position: absolute;
            background: var(--bs-blue);
            left: -20px;
            top: 0px;
            bottom: 0px;
            width: .25rem;
            border-radius: 0 .375rem .375rem 0;
        }


    .aside_left_part.collapse:not(.show) .navbar-nav > li > .nav-link {
        font-size: 0px;
        justify-content: center;
    }

        .aside_left_part.collapse:not(.show) .navbar-nav > li > .nav-link .fa {
            font-size: 18px;
        }

        .aside_left_part.collapse:not(.show) .navbar-nav > li > .nav-link.dropdown-toggle::after {
            display: none;
        }

    .aside_left_part.collapse.show .navbar-nav > li > .nav-link .fa {
        font-size: 18px;
        margin-right: 10px;
    }

    .aside_left_part .close_link {
        width: 28px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        height: 28px;
        border-radius: 50px;
        color: #000;
        top: 24px;
        right: -16px;
        background: #fff !important;
        text-decoration: none;
        border: 1px solid #E2E8F0;
        box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.15);
    }

        .aside_left_part .close_link .fa {
            position: relative;
            font-size: 18px;
            right: -1.5px;
            top: 0px;
        }

    .aside_left_part.collapse:hover {
        width: 260px !important;
    }

        .aside_left_part.collapse:hover .navbar-nav > li > .nav-link {
            font-size: 14px;
            justify-content: flex-start;
        }

.welcome a .w-text {
    color: #64748B;
    font-size: 15px;
    font-weight: 600;
}

/*.top_right {
    display: inline-flex;
    min-width: 86px;
    height: 40px;
    background: var(--bs-gray);
    border-radius: 65px;
    padding: 4px 8px;
}*/

    .top_right .navbar-nav > .nav-item > .nav-link {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        width: 32px;
        height: 32px;
        padding: 0px;
        font-size: 18px;
        border-radius: 50px;
        position: relative;
        color: #64748B;
    }

    .top_right .navbar-nav > .nav-item.notification > .nav-link {
        background: #fff;
    }

        .top_right .navbar-nav > .nav-item.notification > .nav-link .rd-n {
            background: #F97316;
            width: 12px;
            height: 12px;
            border: #fff 2px solid;
            display: inline-block;
            position: absolute;
            left: 8px;
            top: 18px;
            border-radius: 50px;
        }

    .top_right .navbar-nav > .nav-item > .nav-link:hover {
        color: #fff;
        background: var(--bs-blue) !important;
    }

.rd-n-2 {
    background: #F97316;
    width: 10px;
    height: 10px;
    border: #fff 2px solid;
    display: inline-block;
    position: absolute;
    left: 0px;
    top: 11px;
    border-radius: 50px;
}

.search-t {
    width: 300px;
}

    .search-t button {
        left: 21px;
        top: 6px;
        background: none !important;
    }

    .search-t .form-control {
        height: 40px;
        background: var(--bs-gray);
        border: none;
        color: #6C7278;
        font-weight: 500;
        font-size: 14px;
        border-radius: 145px;
        padding-left: 50px;
        font-family: "Plus Jakarta Sans", sans-serif;
    }


.mainwrap {
    padding: 30px 10px 0px 120px;
    background: #F7F8FA;
    height: 100vh;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
}

    .mainwrap.show {
        padding-left: 270px;
    }

.bx-cl-a {
    border-radius: 20px;
    padding: 10px;
    text-align: center;
    min-height: 130px;
    background: var(--bs-sky);
}

    .bx-cl-a i img {
        height: 36px;
    }

    .bx-cl-a h5 {
        font-weight: 500;
        color: var(--bs-blue);
        font-size: 14px;
        padding-top: 10px;
    }

    .bx-cl-a:hover {
        background: var(--bs-blue);
    }

        .bx-cl-a:hover h5 {
            font-weight: 600;
            color: var(--bs-white);
        }

        .bx-cl-a:hover i img {
            filter: brightness(0) invert(1);
        }

.owl-carousela .owl-dots, .owl-carousela .owl-nav {
    display: none;
}

.mw-bx {
    min-height: 230px;
    background: var(--bs-blue) url(../images/bx-bg.svg) no-repeat left bottom;
    background-size: 100%;
    border-radius: 25px;
    padding: 20px;
}

.top-m-1 {
    top: -3px;
}

.btm-m-1 {
    bottom: -1px;
}

.mw-bx .btn-1 {
    margin-top: 8px;
}

.btn-1 {
    border: #fff 1px solid;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding: 0px 20px;
    border-radius: 10px;
    min-height: 37px;
}

    .btn-1:hover {
        background: #fff;
        color: var(--bs-blue);
    }

.recent-t-bx {
    background: #fff;
    border-radius: 25px;
    padding: 20px;
    min-height: 230px;
}

.pending {
    color: #ED605E;
    background: #FDEDE6;
    border: #ED605E 1px solid;
    width: 90px;
    height: 24px;
    font-size: 11px;
    border-radius: 40px;
}

.completed {
    color: #34BF67;
    background: #E8F8EE;
    border: #75D599 1px solid;
    width: 90px;
    height: 24px;
    font-size: 11px;
    border-radius: 40px;
}

.rt-table h5 {
    font-size: 14px;
    color: #232323;
    padding-bottom: 3px;
}

.rt-table .date-rt {
    color: #718EBF;
    font-size: 13px;
    font-weight: 400;
}

.rt-table .price-rt {
    font-size: 14px;
    font-weight: 500;
}

.rt-table .ic {
    width: 54px;
    height: 54px;
}

    .rt-table .ic img {
        height: 28px;
    }

.rt-table table td {
    padding-bottom: 10px;
}

.rt-table table tr:last-child td {
    padding-bottom: 0px;
}

.text-red {
    color: #FF4B4A;
}

.text-green {
    color: #41D4A8;
}

.bg-light-red {
    background: #FFF5D9;
}

.bg-light-gray {
    background: #E7EDFF;
}

.bg-light-green {
    background: #DCFAF8;
}


.serv-wr {
    background: #ebf5fa;
    padding: 20px 20px 10px;
    border-radius: 25px;
}

.bx-cl-b {
    border-radius: 20px;
    width: 100%;
    padding: 10px;
    text-align: center;
    min-height: 130px;
    background: #fff;
}

    .bx-cl-b i {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 36px;
    }

        .bx-cl-b i img {
            height: 36px;
        }

    .bx-cl-b h5 {
        font-weight: 500;
        color: var(--bs-blue);
        font-size: 14px;
        padding-top: 10px;
    }

    .bx-cl-b:hover {
        background: var(--bs-blue);
    }

        .bx-cl-b:hover h5 {
            font-weight: 600;
            color: var(--bs-white);
        }

        .bx-cl-b:hover i img {
            filter: brightness(0) invert(1);
        }

.serv-wr ul {
    margin-left: -10px !important;
    margin-right: -10px !important;
}

    .serv-wr ul li {
        padding: 0px 10px 0px 10px;
        margin-bottom: 10px;
        width: 14.25%;
    }


.bx-cl-b.upi-payment i img {
    height: 24px;
}

.other-services .bx-cl-b {
    background: none !important;
}

    .other-services .bx-cl-b i {
        min-height: 70px;
    }

        .other-services .bx-cl-b i img {
            height: 70px;
        }

    .other-services .bx-cl-b:hover i img {
        filter: inherit !important;
    }

    .other-services .bx-cl-b:hover h5 {
        color: var(--bs-blue);
    }


.still-need {
   /* background: url(../images/shape-1.png) no-repeat left top, url(../images/shape-2.png) no-repeat right top, url(../images/shape-3.png) no-repeat right bottom #fff;*/
    background-size: 340px, 280px, 470px !important;
    border-radius: 25px;
    padding: 10px 20px;
    min-height: 270px;
	
}

    .still-need h4 {
        font-size: 22px;
        font-weight: 700;
    }

    .still-need p {
        color: #949494;
        font-size: 16px;
        font-weight: 500;
    }

.btn {
    display: inline-flex;
    align-items: center;
    width: 145px;
    height: 40px;
    color: var(--bs-blue);
    /*border: var(--bs-blue) 1px solid;*/
    justify-content: center;
    font-size: 14px;
    padding: 1px 3px 3px;
    font-weight: 600;
    border-radius: 76px;
}

    .btn:hover {
        background: var(--bs-blue);
        color: #fff;
    }


/*===========================login css star======================================*/

.login_inner {
    /*height: 100vh;*/
    color: #A3A3A3;
    font-weight: 500;
    line-height: 24px;
    font-size: 14px;
    font-family: "Plus Jakarta Sans", sans-serif;
}

.login_form {
    max-width: 550px;
    background: #fff;
    border-radius: 25px;
    padding: 30px 40px;
}

.logo_f img {
    max-width: 200px;
}

.t_color3 {
    color: #051441;
}

.login_form .form-group label {
    font-size: 16px;
    font-weight: 600;
    color: var(--bs-blue);
}

.login_form h1 {
    color: #64748B;
    font-size: 16px;
    font-weight: 400;
}

.login_form h2 {
    font-size: 32px;
    font-weight: 600;
    padding: 10px 0px 20px;
}


.link_lg_1 a {
    display: inline-block;
    color: var(--bs-blue);
}

    .link_lg_1 a:hover {
        color: #03BAF4;
        text-decoration: none;
    }

.link-f-2 a {
    color: #03BAF4;
}

    .link-f-2 a:hover {
        color: var(--bs-blue);
        text-decoration: underline;
    }

.login_form .form-control {
    border: none;
    border-radius: 0px;
    border-bottom: 2px solid var(--bs-blue);
    box-shadow: none !important;
    height: 40px;
    font-size: 14px;
    font-weight: 500;
    color: #002f86;
    padding: 0px;
}

    .login_form .form-control::-moz-placeholder {
        color: #808285;
        opacity: 1;
    }

    .login_form .form-control::placeholder {
        color: #808285;
        opacity: 1;
    }

.login_bx_1 figure img {
    max-width: 600px;
    width: 100%;
}

.login_form .btn {
    background: var(--bs-blue);
    color: #fff;
    height: 45px;
}

    .login_form .btn:hover {
        background: #fff;
        color: var(--bs-blue);
        border-color: var(--bs-blue);
    }

.user-pic img {
    width: 40px;
}
