﻿/*header {
    padding: 10px 0;
    position: sticky;
    top: 0;
    background-color: #fff;
    z-index: 999;
}

 .logo {
    max-width: 155px;
}

    .logo  img {
        width: 100%;
    }

.mainmenu ul {
    margin-bottom: 0;
    padding-left: 15px;
}

    .mainmenu ul li {
        display: inline-flex;
        margin-right: 15px;
        position:relative;
    }

        .mainmenu ul li a {
            text-decoration: none;
            color: #000;
            font-weight: 600;
        }

.search-sec {
    min-width: 30%;
}


ul.header-right-menu {
    display: flex;
    align-items: center;
    margin-bottom: 0px;
}

.header-right-menu li {
    display: inline-flex;
    position: relative;
    margin-left: 0 !important;
    justify-content: center;
}

.header-right-menu a {
    color: #000;
    text-decoration: none;
    text-align: center;
    margin-left: 24px;
    display: block;
}
a.dropdown-item.text-dark.baackoffice {
    margin-left: 0;
    text-align: left;
}
ul.header-right-menu img {
    width: 22px;
    aspect-ratio: 2 / 2;
    object-fit: cover;
}

.header-right-menu span {
    font-size: 14px;
    width: 100%;
    display: block;
}


.header-account ul {
    margin-bottom: 0;
}

    .header-account ul li {
        display: inline-flex;
        margin-left: 14px;
    }

        .header-account ul li .dropdown-toggle::after {
            display: none;
        }

        .header-account ul li .dropdown-menu li {
            width: 100%;
            margin-left: 0;
        }

.header-account-icon {
    position: relative;
    border: 2px #627620 solid;
    width: 35px;
    height: 35px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.prd-list-img img.package-img {
    width: 100% !important;
    object-fit: cover;
    margin-top: 0px !important;
    margin-bottom: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    height: auto !important;
}
img.packageimgs {
    width: 100%;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 6px;
    border-radius: 6px;
    border: #b0d35d 1px solid;
}
.header-account-icon i {
    font-size: 20px;
}

.header-account small {
    display: flex;
    font-size: 12px;
}

.header-account label {
    margin-bottom: 0;
    font-weight: 700;
}
ul.nav.nav-tabs.subpage-nav.nav-justified {
    background: #2458a7;
}
ul.nav.nav-tabs.subpage-nav li a {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}
.nav-tabs .subpage-nav .nav-link:focus, .nav-tabs .nav-link:hover {
    isolation: isolate;
    border-color: #0000;
}
.nav-tabs .subpage-nav .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #ecffbd !important;
    background-color: #3571c9;
    border-bottom: 4px #ecffbd solid !important;
    border-color: #06060600;
    border-radius: 0px;
}*/
/*sub banner styles*/
/*.subherder {
    position: relative;
    border-bottom: 9px #b0d35d solid;
}

.headertitle {
    position: absolute;
    top: 0;
    left: 0px;
    z-index: 9;
    color: #fff;
    display: flex;
    align-items: center;
    min-width: 100%;
    height: 100%;
    justify-content: center;
    background: #00000061;
}

.headertitle {
    position: absolute;
    top: 0;
    left: 0px;
    z-index: 9;
    color: #fff;
    display: flex;
    align-items: center;
    min-width: 100%;
    height: 100%;
    justify-content: center;
    background: #00000061;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: #fff;
}
.cart-count {
    position: absolute;
    top: -6px;
    right: -14px;
    border-radius: 50%;
    background: #627620;
    font-size: 12px;
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: #fff;
}

.home-category img {
    width: 100%;
}

.home-category {
    background-color: #fff;
    padding: 40px 20px;
    text-align: center;
    transition-duration: 0.3s;
    border: none;
    border-radius: 10px;
    border: 1px #b0d35d solid;
}

    .home-category img {
        width: 50% !important;
        margin: 0px auto;
        margin-bottom: 20px;
    }

    .home-category h4 {
        font-size: 18px;
        margin-bottom: 0;
    }

    .home-category:hover {
        background-color: #fff;
        box-shadow: 0px 10px 20px 3px rgba(196,181,196,1);
    }

.homepprd-card {
    padding: 10px;
    position: relative;
    background: #fff;
    aspect-ratio: 0.88/1 !important;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    margin: 5px;
}
.Filters-box {
    position: sticky;
    top: 123px;
    margin-bottom: 10px;
}
.cursor-pointer{
    cursor:pointer;
}
.fw-600 {
    font-weight: 600;
}
.Filters-header {
    background: #2357a5;
    color: #fff;
    margin-left: -16px;
    margin-right: -16px;
    margin-top: -16px;
    padding: 6px 13px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    text-align: center;
    font-size: 20px;
}
#products.owl-carousel .owl-stage-outer {
    height:350px !important;
}
.prd-list-title a {
    text-decoration: none;
    color: #000;
}
.homepprd-card h5 {
    font-size: 16px;
    margin-bottom: 0;
}

    .homepprd-card lable {
        margin-bottom: 0;
        font-size: 14px;
    }

    .homepprd-card small {
        font-size: 12px;
        display: block;
        color: #627620;
    }

.home-qty input[type="text"] {
    width: 35%;
    border: none;
}

.home-qty button {
    border: none;
    background-color: transparent;
    width: 29%;
}

.home-qty {
    max-width: 35%;
    display: flex;
    border: 1px solid;
}

.home-prd-price {
    display: flex;
    align-items: center;
    padding-left: 10px;
}

.hover-cart {*/
/* display: none;*/
/*position: absolute;
    background: #fff;
    padding: 11px 7px;
    margin: 0 -10px;
    width: calc(100%);
}

.homepprd-card:hover .hover-cart {
    display: block !important;
    cursor: pointer;
}

.achivers-card h4 {
    text-align: center;
    font-size: 18px;
    margin-top: 0;
    padding-bottom: 10px;
}
.special-discount {
    position: absolute;
    bottom: 26px;
}
h2.discount {
    text-align: center;
    font-size: 20px;
    padding:0px 20px;
}
.achivers-card {
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius:5px;
}

    .achivers-card img {
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }

.blog-user {
    display: flex;
}

    .blog-user img {
        width: 43px !important;
        border-radius: 50%;
        margin-right: 13px;
        height: 43px;
        object-fit: cover;
    }

.prd-list-img {
    background-color: #fff;
    display:flex;
    align-items:center;
    justify-content:center;
}
    .prd-list-img img {
        width: 210px !important;
        height: 210px !important;
        display: flex !important;
        align-items: center;
        object-fit: cover;
        margin: 10px 0 !important;
    }
h3.achivers-car-name {
    text-align: center;
    font-size: 20px;
    padding: 6px 0px;
    color: #2356a6;
    margin-bottom:0px;
}
.prd-list {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    position: relative;
    height: 100%;
}
.cart-login-logo img {
    width: 48px;
}
.prd-list-title {
    min-height: 50px;
}

.prd-list-details {
    padding: 10px;
    background: #fff;
}
.prd-cart-btn button {
    background: #b0d35d;
    border-radius: 10px 0;
    border: none;
    color: #ffff;
    width: 32px;
    height: 32px;
}
.prd-cart-btn {
    position: absolute;
    right: 0;
    bottom: 1px; 
}
.prd-details-social-sharing ul {
    padding-left: 0;
    margin-bottom: 0;
}

.prd-details-social-sharing li {
    display: inline-flex;
}

.prd-details-social-sharing a {
    text-decoration: none;
    font-size: 24px;
    background: #1d50ab;
    color: #fff;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 9px;
}

.nav-pills {
    border-bottom: 1px solid #dfe2e1;
}

.nav-pills .nav-item {
        margin-right: 2rem;
}
    .nav-pills .nav-item .nav-link.active, .nav-pills .nav-item .nav-link:hover {
        background-color: transparent;
        border-bottom: 2px solid #0aad0a;
        color: #0aad0a;
    }
    .nav-pills .nav-item .nav-link {
        border-bottom: 2px solid transparent;
        border-radius: 0;
        color: #5c6c75;
        font-weight: 500;
        margin-bottom: -1px;
        padding: 16px 0;
        white-space: nowrap;
    }
.footer-top h1 {
    font-size: 20px;
    margin-bottom: 15px;
}
img.googlestoreimg {
    display: flex;
    margin: 0 auto;
    margin-bottom: 15px;
}
.footerlinks {
    padding-left: 0;
}

    .footerlinks li {
        display: inline-block;
        width: 100%;
    }

        .footerlinks li a {
            color: #000;
            text-decoration: none;
            margin-bottom: 10px;
            display: block;
        }

.footeraddress {
    padding-left: 0;
}

    .footeraddress li {
        display: inline-block;
        width: 100%;
    }

        .footeraddress li p {
            margin-bottom: 0;
        }

.login-sec {
    height: 100vh;
}

.login-signup {
    background-color: #2256a6;
}*/
/*alert and loader start*/

/*.alert {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #0000006e;
    z-index: 9999;
    backdrop-filter: blur(9px);
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0
}

    .alert .card {
        width: 480px;
        margin: 10px 0;
    }

    .alert.success .card-header {
        background-color: green;
        color: #fff;
    }

    .alert.success .card {
        border: 1px solid green
    }

        .alert.success .card .btn {
            background-color: green;
            color: #fff;
        }

    .alert.error .card-header {
        background-color: red;
        color: #fff;
    }

    .alert.error .card {
        border: 1px solid red
    }

        .alert.error .card .btn {
            background-color: red;
            color: #fff;
        }

.loader {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #0000006e;
    z-index: 9999;
    backdrop-filter: blur(9px);
    top: 0;
    left: 0;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}*/
/*alert and loader end*/

/*.left-0 {
    left: 0px !important;
}
.submenu-home-header {
    position: absolute;
    left: 0;
    top: 27px;
    width: 250px;
    padding-top: 40px;
    display:none;
}
.mainmenu ul li:hover .submenu-home-header{
    display:block;
}


.submenu-home-header ul {
    background: #fff;
    padding-left: 0;
    box-shadow: 0 0 6px #cbcbcb;
    padding: 15px;
    border-radius: 10px;
    padding-bottom: 0;
}

.submenu-home-header li {
    display: block;
    margin-right: 0;
    margin-bottom: 13px;
    width: 100%;
    }
.inner-pages {
    background: #b0d35d;
    padding: 20px 0;
}
    .inner-pages h1 {
        margin: 0;
        text-align: center;
        font-size: 24px;
    }
.successstory {
    margin-bottom: 31px; 
    border-radius: 10px;
    box-shadow: 0 0 6px #a39d9d;
}
    .successstory h2 {
        text-align: center;
        font-size: 22px;
        margin-top: 15px;
        margin-bottom: 0;
    }
    .successstory img{
        width:100%;
        aspect-ratio:4/3;
        object-fit:cover;
    }
    .successstory label {
        text-align: center;
        margin-top: 0;
        margin-bottom: 10px;
        width: 100%;

    }
.cerificate label {
    margin-top: 8px;
    text-align: center;
    width: 100%;
    font-weight: 500;
}
.cerificate img {
    border-width: 6px;
    border-style: inset;
    border-color: #2257a6;
    width: 310px !important;
    height: 380px !important;
    object-fit: cover;
}
.Filters {
    max-width: 300px;
}
h3.nameofcard {
    font-size: 14px;
    margin-bottom: 0;
    color: #205579;
    text-align: center;
}
button.btn-close.home-popup-close {
    position: absolute;
    right: -15px;
    top: -18px;
    background: #28844e;
    opacity: 1;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    color: #fff;
    z-index: 999;
    line-height: 0;
    text-align: center;
}
#CartValuessrefresh {
    display: flex;
    align-items: center;
}
a#btnContinuetoShopping {
    border: 1px #198754 solid;
}
@media screen and (min-width: 320px) and (max-width: 1024px) {

    .header-right-menu span {
        font-size: 10px !important;
    }

    .toogle-menu {
        font-size: 22px;
        align-items: center;
        margin-right: 17px;
    }
    .nav-pills .nav-item {
        margin-right: 15px;
    }
    h3.achivers-car-name {
        font-size: 16px !important;
    }
    .achivers-card h4{
        font-size:15px !important;
    }
    ul.nav.nav-tabs.subpage-nav.nav-justified {
        display: inherit !important
    }

    .mobile-overlay {
        position: fixed;
        left: 0;
        top: 0;
        height: 100vh;
        width: 100%;
        background: #000000a8;
        z-index: 9999;
    }

    .main-menu-sec {
        position: fixed;
        width: 280px;
        height: 100vh;
        background: #b0d35d;
        z-index: 99999;
        top: 0;
        left: -100%;
        transition-duration: 0.5s;
    }

    .Filters {
        position: fixed;
        max-width: 93%;
        height: 100vh;
        background: #ffff;
        z-index: 99999;
        top: 10%;
        left: -100%;
        transition-duration: 0.5s;
        margin-left: 15px;
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
    }

    .Filters-menu {
        position: fixed;
        background: #6e8d24;
        width: 100%;
        z-index: 9999;
        color: #ffff;
        left: 0;
        padding: 10px;
        bottom: 0;
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
        justify-content: center;
        text-align: center;
    }

        .Filters-menu span {
            padding-left: 10px;
        }

    .Filters-box {
        background: #0000;
        border: none;
    }

    a.closemenu.btn.btn-shop {
        background: #b0d35d;
        width: 100%;
        color: #fff;
    }

    a.mbl-logo {
        background: #fff;
        margin-left: -15px;
        margin-right: -10px;
        margin-bottom: 20px;
    }

        a.mbl-logo img {
            display: flex;
            margin: 0 auto;
            padding-bottom: 10px;
            padding-top: 12px;
        }

    .mainmenu li {
        display: block;
        width: 100%;
        margin-bottom: 15px;
    }

    .mainmenu ul li a {
        color: #fff;
    }

    .submenu-home-header {
        position: relative;
        left: -60px;
        top: -1px;
        width: 250px;
        padding-top: 40px;
        display: none;
    }

        .submenu-home-header ul {
            background: #6a8b1d;
        }
    .packagebtns {
        display: flex;
        justify-content:end;
    }
    a#btnContinuetoShopping {
        width: 100%;
        margin-right: 25px;
        border: 1px #198754 solid;
    }
}*/

/*Loader css starts here*/

/*.spinner {
    position: relative;
    width: 22.4px;
    height: 22.4px;
}

    .spinner::before,
    .spinner::after {
        content: '';
        width: 100%;
        height: 100%;
        display: block;
        animation: spinner-b4c8mmmd 0.5s backwards, spinner-49opz7md 1.25s 0.5s infinite ease;
        border: 5.6px solid #ffffff;
        border-radius: 50%;
        box-shadow: 0 -33.6px 0 -5.6px #ffffff;
        position: absolute;
    }

    .spinner::after {
        animation-delay: 0s, 1.25s;
    }

@keyframes spinner-b4c8mmmd {
    from {
        box-shadow: 0 0 0 -5.6px #ffffff;
    }
}

@keyframes spinner-49opz7md {
    to {
        transform: rotate(360deg);
    }
}*/
/*Loader css starts end here*/

/*owl-carousel styles strats here*/
/*.owl-carousel img {
    height: 100%;
    object-fit: cover;
}

.owl-nav button {
    position: absolute;
    top: 50%;
    background-color: #000;
    color: #fff;
    margin: 0;
    transition: all 0.3s ease-in-out;
}

    .owl-nav button.owl-prev {
        left: 0;
    }

    .owl-nav button.owl-next {
        right: 0;
    }

.owl-dots {
    text-align: center;
    padding-top: 15px;
}

    .owl-dots button.owl-dot {
        width: 15px;
        height: 15px;
        border-radius: 50%;
        display: inline-block;
        background: #ccc;
        margin: 0 3px;
    }

        .owl-dots button.owl-dot.active {
            background-color: #000;
        }

        .owl-dots button.owl-dot:focus {
            outline: none;
        }

.owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #b0d35d52 !important;
    width: 35px !important;
    height: 35px !important;
    border-radius: 30px !important;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    display: flex !important;
    align-items: center !important;
}

.owl-nav span {
    font-size: 45px !important;
    position: relative;
    color: #fff;
    display: flex;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 auto !important;
    margin-bottom: 0 !important;
    top: -7px !important;
}
}

.owl-nav button:focus {
    outline: none;
}

.item {
    width: 100%;
}*/

/*owl-carousel styles end here*/
/*a.registernow {
    text-decoration: none;
    color: #000;
    font-weight: 500;
}
.header-account a {
    text-decoration: none;
}
.btn-Continue {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
    color: #fff;
}
    .btn-Continue:hover {
        box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
        color: #fff;
    }
.cart-plus-minus {
    position: relative;
    right: 0px;
}
    .cart-plus-minus > .qtybutton {
        border: 1px solid #e5e5e5;
        cursor: pointer;
        height: 19px;
        position: absolute;
        text-align: center;
        width: 28px;
        line-height: 15px;
        top: 19px;
    }

.qtybutton.dec {
    bottom: 0;
}

.qtybutton.inc {
    border-bottom: none;
    top: 0;
}

.quantity .cart-plus-minus {
    position: relative;
    width: 76px;
    text-align: left;
}
.qtybutton {
    border-bottom: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    cursor: pointer;
    height: 19px;
    position: absolute;
    text-align: center;
    width: 28px;
    line-height: 19px;
}
input.quantity-field {
    text-align: center;
    border: 1px solid #ddd;
    margin: 0px;
    width: 70px;
    height: 38px;
}
input.vquantity-field {
    text-align: center;
    border: 1px solid #ddd;
    margin: 0px;
    width: 70px;
    height: 38px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.carSuccess {
    padding-right: 0;
}
@media screen and (min-width: 320px) and (max-width: 1024px) {*/
/*.buttons .btn {
            width: auto !important;
        }*/
/*input #number; {
        width: 49px;
    }

    .section-products {
        margin-top: 5rem;
    }
    .carSuccess {
        padding-right: 10px;
        margin-bottom: 5px;
    }
    .cerificate img {
        width: 370px !important;
    }
    .cart-title {
        display: none;
    }
    .qtyie {
        position: relative;
        left: 0 !important;
        top: 5px;
    }
    .TotalDP {
        text-align: left !important;
    }
    .TotBV {
        text-align: right !important;
    }
    .cart-items-data {
        max-height: 360px;
        overflow-y: auto;
    }
    h5.check-Information {
        font-size: 15px;
        padding-left: 10px;
    }
    .Address {
        text-align: left !important;
        display: flex;
    }
    .pay-now-checkout {
        width: 100% !important;
    }
}
.product-details h5 {
    height: 40px;
}
.homepprd-card img {
    width: 200px !important;
    height: 200px !important;
    aspect-ratio: 2 / 2;
    object-fit: contain;
    margin:0 auto;
}
.home-category img {
    width: 60px !important;
    height: 60px !important;
    display: flex;
    align-items: center;
    aspect-ratio: 2 / 2;
    object-fit: contain;
}
.forgot {
    position: relative;
}
h3.forgotpwd {
    text-align: center;
    padding-top: 15px;
}
.forgot-box {
    position: absolute;
    top: 30%;
    right: 15%;
    transform: translate(18%, 16%) !important;
}
.accordion-button {
    background-color: #f7f7f7 !important; 
    padding:5px 5px !important;
}
.signup-type {
    position: relative;
}

.signup-type-hover {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(3deg, #0000003d, transparent);
}

.form-control[readonly] {
    background-color: whitesmoke;
}

.signup-type-hover h2 {
    background-color: #4caf50eb;
    margin-bottom: 0;
    width: 100%;
    font-size: 21px;
    padding: 8px 9px;
    text-align: center;
    color: #fff;
    transition-duration: 0.5s;
    position: absolute;
    bottom: 0%;
    cursor: pointer;
}

.signup-type:hover h2 {
    position: absolute;
    bottom: calc(50% - 15px);
    width: 80%;
    left: 10%;
    border: 3px solid #4caf50eb;
}

.signuptitle {
    text-align: center;
    margin-bottom: 30px;
}

    .signuptitle span {
        font-size: 17px;
        padding: 10px 39px;
        border-radius: 35px;
        display: inline-block;
        color: #ffffff;
        font-weight: 600;
        background: #4caf50eb;
    }
ul.social-icons {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    display: flex;
    margin-top:10px;
}
    ul.social-icons li {
        margin-left: 20px;
        font-size: 18px;
        background: #2458a7;
        padding: 5px;
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 30px;
        border: 2px #fff solid;
    }
    ul.social-icons li a{
        text-decoration:none;
        color:#fff;
    }
ul.footeraddress {
    padding-left: 0;
    margin-bottom: 0;
}
.footeraddress li {
    list-style-type: none;
    margin-bottom: 13px;
    display: flex;
}
.form-check-input{
    border:2px solid green;
}
.isoandsocial {
    position: absolute;
    bottom: 20%;
    left: 0%;
}
h2.reachout {
    text-align: center;
    text-transform: uppercase;
    border-bottom: 1px #264796 solid;
    padding-bottom: 10px;
    margin-bottom: 25px;
}
.tearmsofuse h2 {
    font-size: 20px;
    color: #264796;
    text-align:center;
}
img.SuccessStorysimges {
    width: 100%;*/
/* min-width: 282px;*/
/*min-height: 186px;
    height: 186px;
    aspect-ratio: 47 / 37;
    object-fit: cover;
}
.tearmsofuse h3 {
    font-size: 20px;
    color: #264796;
}
.tearmsofuse h4 {
    font-size: 18px;
    color: #264796;
}*/






header {
    padding: 10px 0;
    position: sticky;
    top: 0;
    background-color: #fff;
    z-index: 999;
}

.logo {
    max-width: 155px;
}

    .logo img {
        width: 100%;
    }

.mainmenu ul {
    margin-bottom: 0;
    padding-left: 15px;
}

    .mainmenu ul li {
        display: inline-flex;
        margin-right: 15px;
        position: relative;
    }

        .mainmenu ul li a {
            text-decoration: none;
            color: #000;
            font-weight: 600;
        }

.search-sec {
    min-width: 30%;
}

/* Mega Menu Dropdown */
.dropdown-menu.mega-menu {
    width: 100%;
    left: 0;
    right: 0;
    padding: 2rem;
    border: none;
    border-radius: 0;
    width: 1000px;
}

.mega-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    /*    column-count: 4;*/
}
    /*.drop-down-scroll {
    padding: 15px;
    width: 100%;
    height: 100px;
    line-height:26px;
    overflow: auto;
    overflow-x: hidden;
}*/
/* Custom scrollbar styling for WebKit browsers */
.drop-down-scroll::-webkit-scrollbar {
    width: 8px; /* Scrollbar width */
}

.drop-down-scroll::-webkit-scrollbar-track {
    background: #f8f9fa; /* Bootstrap light background */
    border-radius: 10px;
}

.drop-down-scroll::-webkit-scrollbar-thumb {
    background-color: #adb5bd; /* Bootstrap secondary gray */
    border-radius: 10px;
    border: 2px solid #f8f9fa; /* Adds padding effect */
}

    .drop-down-scroll::-webkit-scrollbar-thumb:hover {
        background-color: #6c757d; /* Darker on hover */
    }


    .mega-menu ul li {
        flex: 0 0 20%;
    }

        .mega-menu ul li a {
            text-decoration: none;
            display: block;
            padding: 2px 0;
            color: #000;
            font-size: 12px;
        }

    .mega-menu ul li {
        display: block;
        line-height:30px;
    }


/* Category Headings */
.mega-menu .category-title {
    font-weight: 600;
    color: #2458a7;
    margin: 8px 0 4px;
    display: block;
}

/*.mega-menu ul li a:hover {
    color: #2458a7;
}*/

ul.header-right-menu {
    display: flex;
    align-items: center;
    margin-bottom: 0px;
}

.header-right-menu li {
    display: inline-flex;
    position: relative;
    margin-left: 0 !important;
    justify-content: center;
}

.header-right-menu a {
    color: #000;
    text-decoration: none;
    text-align: center;
    margin-left: 24px;
    display: block;
}

a.dropdown-item.text-dark.baackoffice {
    margin-left: 0;
    text-align: left;
}

ul.header-right-menu img {
    width: 22px;
    aspect-ratio: 2 / 2;
    object-fit: cover;
}

.header-right-menu span {
    font-size: 14px;
    width: 100%;
    display: block;
}


.header-account ul {
    margin-bottom: 0;
}

    .header-account ul li {
        display: inline-flex;
        margin-left: 14px;
    }

        .header-account ul li .dropdown-toggle::after {
            display: none;
        }

        .header-account ul li .dropdown-menu li {
            width: 100%;
            margin-left: 0;
        }

.header-account-icon {
    position: relative;
    border: 2px #627620 solid;
    width: 35px;
    height: 35px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.prd-list-img img.package-img {
    width: 100% !important;
    object-fit: cover;
    margin-top: 0px !important;
    margin-bottom: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    height: auto !important;
}

img.packageimgs {
    width: 100%;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 6px;
    border-radius: 6px;
    border: #b0d35d 1px solid;
}

.header-account-icon i {
    font-size: 20px;
}

.header-account small {
    display: flex;
    font-size: 12px;
}

.header-account label {
    margin-bottom: 0;
    font-weight: 700;
}

ul.nav.nav-tabs.subpage-nav.nav-justified {
    background: #2458a7;
}

ul.nav.nav-tabs.subpage-nav li a {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}

.nav-tabs .subpage-nav .nav-link:focus, .nav-tabs .nav-link:hover {
    isolation: isolate;
    border-color: #0000;
}

.nav-tabs .subpage-nav .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #ecffbd !important;
    background-color: #3571c9;
    border-bottom: 4px #ecffbd solid !important;
    border-color: #06060600;
    border-radius: 0px;
}
/*sub banner styles*/
.subherder {
    position: relative;
    border-bottom: 9px #b0d35d solid;
}

.headertitle {
    position: absolute;
    top: 0;
    left: 0px;
    z-index: 9;
    color: #fff;
    display: flex;
    align-items: center;
    min-width: 100%;
    height: 100%;
    justify-content: center;
    background: #00000061;
}

.headertitle {
    position: absolute;
    top: 0;
    left: 0px;
    z-index: 9;
    color: #fff;
    display: flex;
    align-items: center;
    min-width: 100%;
    height: 100%;
    justify-content: center;
    background: #00000061;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: #fff;
}

.cart-count {
    position: absolute;
    top: -6px;
    right: -14px;
    border-radius: 50%;
    background: #627620;
    font-size: 12px;
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: #fff;
}

.home-category img {
    width: 100%;
}

.home-category img {
    width: 100%;
}

.home-category {
    background-color: #fff;
    padding: 40px 20px;
    text-align: center;
    transition-duration: 0.3s;
    border: none;
    border-radius: 10px;
    border: 1px #b0d35d solid;
}

    .home-category img {
        width: 50% !important;
        margin: 0px auto;
        margin-bottom: 20px;
    }

    .home-category h4 {
        font-size: 13px;
        margin-bottom: 0;
    }

    .home-category:hover {
        background-color: #fff;
        box-shadow: 0px 10px 20px 3px rgba(196,181,196,1);
    }

.homepprd-card {
    padding: 10px;
    position: relative;
    background: #fff;
    aspect-ratio: 0.88/1 !important;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    margin: 5px;
}


.Filters-box {
    position: sticky;
    top: 123px;
    margin-bottom: 10px;
}

.cursor-pointer {
    cursor: pointer;
}

.fw-600 {
    font-weight: 600;
}

.Filters-header {
    background: #2357a5;
    color: #fff;
    margin-left: -16px;
    margin-right: -16px;
    margin-top: -16px;
    padding: 6px 13px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    text-align: center;
    font-size: 20px;
}

#products.owl-carousel .owl-stage-outer {
    height: 350px !important;
}

.prd-list-title a {
    text-decoration: none;
    color: #000;
}

.homepprd-card h5 {
    font-size: 16px;
    margin-bottom: 0;
}

.homepprd-card lable {
    margin-bottom: 0;
    font-size: 14px;
}

.homepprd-card small {
    font-size: 12px;
    display: block;
    color: #627620;
}

.home-qty input[type="text"] {
    width: 35%;
    border: none;
}

.home-qty button {
    border: none;
    background-color: transparent;
    width: 29%;
}

.home-qty {
    max-width: 35%;
    display: flex;
    border: 1px solid;
}

.home-prd-price {
    display: flex;
    align-items: center;
    padding-left: 10px;
}

.hover-cart {
    /* display: none;*/
    position: absolute;
    background: #fff;
    padding: 11px 7px;
    margin: 0 -10px;
    width: calc(100%);
}

.homepprd-card:hover .hover-cart {
    display: block !important;
    cursor: pointer;
}

.achivers-card h4 {
    text-align: center;
    font-size: 18px;
    margin-top: 0;
    padding-bottom: 10px;
}

.special-discount {
    position: absolute;
    bottom: 26px;
}

h2.discount {
    text-align: center;
    font-size: 20px;
    padding: 0px 20px;
}

.achivers-card {
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 5px;
}

    .achivers-card img {
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }

.blog-user {
    display: flex;
}

    .blog-user img {
        width: 43px !important;
        border-radius: 50%;
        margin-right: 13px;
        height: 43px;
        object-fit: cover;
    }

.prd-list-img {
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .prd-list-img img {
        width: 210px !important;
        height: 210px !important;
        display: flex !important;
        align-items: center;
        object-fit: cover;
        margin: 10px 0 !important;
    }

h3.achivers-car-name {
    text-align: center;
    font-size: 20px;
    padding: 6px 0px;
    color: #2356a6;
    margin-bottom: 0px;
}

.prd-list {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    position: relative;
    height: 100%;
}

.cart-login-logo img {
    width: 48px;
}

.prd-list-title {
    min-height: 50px;
}

.prd-list-details {
    padding: 20px;
    background: #fff;
}

.best-seller {
    color: #000;
    background-color: #EDF1F2;
    padding: 5px 12px;
    border-radius: 0px;
    display: block;
    position: absolute;
    top: 9px;
    right: 15px;
    font-size: 12px;
    margin-left: 10px;
}

.prd-cart-btn button {
    background-color: #2357a5 !important;
    border-radius: 10px;
    font-size: 12px;
    padding: 2px 10px;
    /*    background: #b0d35d;
    border-radius: 10px 0;
    border: none;
    color: #ffff;
    width: 32px;
    height: 32px;*/
}

/*.prd-cart-btn {
    position: absolute;
    right: 0;
    bottom: 1px;
}*/

.prd-details-social-sharing ul {
    padding-left: 0;
    margin-bottom: 0;
}

.prd-details-social-sharing li {
    display: inline-flex;
}

/*.prd-details-social-sharing a {
    text-decoration: none;
    font-size: 24px;
    background: #1d50ab;
    color: #fff;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 9px;
}*/


footer {
    background: #f7f5f5e0 !important;
}

.prd-details-social-sharing .facebook {
    background: #3b5998;
}

.prd-details-social-sharing .twitter {
    background: #1da1f2;
}

.prd-details-social-sharing .whatsapp {
    background: #25D366;
}

.prd-details-social-sharing .instagram {
    background: #C13584;
}

.prd-details-social-sharing .copy {
    background: #000;
}

.prd-details-social-sharing ul li {
    border-radius: 50%;
    text-align: center;
    width: 30px !important;
    height: 30px !important;
    justify-content: center;
}

.prd-details-social-sharing a {
    /*    margin-right: 3px !important;
    margin-top: 3px;*/
    color: #fff !important;
}

.nav-pills {
    border-bottom: 1px solid #dfe2e1;
}

a {
    text-decoration: none !important;
}

.nav-pills .nav-item {
    margin-right: 2rem;
}

    .nav-pills .nav-item .nav-link.active, .nav-pills .nav-item .nav-link:hover {
        background-color: transparent;
        border-bottom: 2px solid #0aad0a;
        color: #0aad0a;
    }

    .nav-pills .nav-item .nav-link {
        border-bottom: 2px solid transparent;
        border-radius: 0;
        color: #5c6c75;
        font-weight: 500;
        margin-bottom: -1px;
        padding: 16px 0;
        white-space: nowrap;
    }

.footer-top h1 {
    font-size: 20px;
    margin-bottom: 15px;
}

img.googlestoreimg {
    display: flex;
    margin: 0 auto;
    margin-bottom: 15px;
}

.footerlinks {
    padding-left: 0;
}

    .footerlinks li {
        display: inline-block;
        width: 100%;
    }

        .footerlinks li a {
            color: #000;
            text-decoration: none;
            margin-bottom: 10px;
            display: block;
        }

.footeraddress {
    padding-left: 0;
}

    .footeraddress li {
        display: inline-block;
        width: 100%;
    }

        .footeraddress li p {
            margin-bottom: 0;
        }

.login-sec {
    height: 100vh;
}

.login-signup {
    background-color: #2256a6;
}
/*alert and loader start*/

.alert {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #0000006e;
    z-index: 9999;
    backdrop-filter: blur(9px);
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0
}

    .alert .card {
        width: 480px;
        margin: 10px 0;
    }

    .alert.success .card-header {
        background-color: green;
        color: #fff;
    }

    .alert.success .card {
        border: 1px solid green
    }

        .alert.success .card .btn {
            background-color: green;
            color: #fff;
        }

    .alert.error .card-header {
        background-color: red;
        color: #fff;
    }

    .alert.error .card {
        border: 1px solid red
    }

        .alert.error .card .btn {
            background-color: red;
            color: #fff;
        }

.loader {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #0000006e;
    z-index: 9999;
    backdrop-filter: blur(9px);
    top: 0;
    left: 0;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}
/*alert and loader end*/

.left-0 {
    left: 0px !important;
}

.submenu-home-header {
    position: absolute;
    left: 0;
    top: 27px;
    width: 250px;
    padding-top: 40px;
    display: none;
}

.mainmenu ul li:hover .submenu-home-header {
    display: block;
}


.submenu-home-header ul {
    background: #fff;
    padding-left: 0;
    box-shadow: 0 0 6px #cbcbcb;
    padding: 15px;
    border-radius: 10px;
    padding-bottom: 0;
}

.submenu-home-header li {
    display: block;
    margin-right: 0;
    margin-bottom: 13px;
    width: 100%;
}

.inner-pages {
    background: #b0d35d;
    padding: 20px 0;
}

    .inner-pages h1 {
        margin: 0;
        text-align: center;
        font-size: 24px;
    }

.successstory {
    margin-bottom: 31px;
    border-radius: 10px;
    box-shadow: 0 0 6px #a39d9d;
}

    .successstory h2 {
        text-align: center;
        font-size: 22px;
        margin-top: 15px;
        margin-bottom: 0;
    }

    .successstory img {
        width: 100%;
        aspect-ratio: 4/3;
        object-fit: cover;
    }

    .successstory label {
        text-align: center;
        margin-top: 0;
        margin-bottom: 10px;
        width: 100%;
    }

.cerificate label {
    margin-top: 8px;
    text-align: center;
    width: 100%;
    font-weight: 500;
}

.cerificate img {
    border-width: 6px;
    border-style: inset;
    border-color: #2257a6;
    width: 310px !important;
    height: 380px !important;
    object-fit: cover;
}

.Filters {
    max-width: 300px;
}

h3.nameofcard {
    font-size: 14px;
    margin-bottom: 0;
    color: #205579;
    text-align: center;
}

button.btn-close.home-popup-close {
    position: absolute;
    right: -15px;
    top: -18px;
    background: #28844e;
    opacity: 1;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    color: #fff;
    z-index: 999;
    line-height: 0;
    text-align: center;
}

#CartValuessrefresh {
    display: flex;
    align-items: center;
}

a#btnContinuetoShopping {
    border: 1px #198754 solid;
}

@media screen and (min-width: 320px) and (max-width: 1024px) {

    .header-right-menu span {
        font-size: 10px !important;
    }

    .toogle-menu {
        font-size: 22px;
        align-items: center;
        margin-right: 17px;
    }

    .nav-pills .nav-item {
        margin-right: 15px;
    }

    h3.achivers-car-name {
        font-size: 16px !important;
    }

    .achivers-card h4 {
        font-size: 15px !important;
    }

    ul.nav.nav-tabs.subpage-nav.nav-justified {
        display: inherit !important
    }

    .mobile-overlay {
        position: fixed;
        left: 0;
        top: 0;
        height: 100vh;
        width: 100%;
        background: #000000a8;
        z-index: 9999;
    }
    .mainmenu ul{
        padding-left:0px;
    }
    .main-menu-sec {
        position: fixed;
        width: 280px;
        height: 100vh;
        background: #b0d35d;
        z-index: 99999;
        top: 0;
        left: -100%;
        transition-duration: 0.5s;
    }

    .Filters {
        position: fixed;
        max-width: 93%;
        height: 100vh;
        background: #ffff;
        z-index: 99999;
        top: 10%;
        left: -100%;
        transition-duration: 0.5s;
        margin-left: 15px;
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
    }

    .Filters-menu {
        position: fixed;
        background: #6e8d24;
        width: 100%;
        z-index: 9999;
        color: #ffff;
        left: 0;
        padding: 10px;
        bottom: 0;
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
        justify-content: center;
        text-align: center;
    }

        .Filters-menu span {
            padding-left: 10px;
        }

    .Filters-box {
        background: #0000;
        border: none;
    }

    a.closemenu.btn.btn-shop {
        background: #b0d35d;
        width: 100%;
        color: #fff;
    }

    a.mbl-logo {
        background: #fff;
        margin-left: -15px;
        margin-right: -10px;
        margin-bottom: 20px;
    }

        a.mbl-logo img {
            display: flex;
            margin: 0 auto;
            padding-bottom: 10px;
            padding-top: 12px;
        }

    .mainmenu li {
        display: block;
        width: 100%;
        margin-bottom: 15px;
    }

    .mainmenu ul li a {
        color: #fff;
    }

    .submenu-home-header {
        position: relative;
        left: -60px;
        top: -1px;
        width: 250px;
        padding-top: 40px;
        display: none;
    }

        .submenu-home-header ul {
            background: #6a8b1d;
        }

    .packagebtns {
        display: flex;
        justify-content: end;
    }

    a#btnContinuetoShopping {
        width: 100%;
        margin-right: 25px;
        border: 1px #198754 solid;
    }
}

/*Loader css starts here*/

.spinner {
    position: relative;
    width: 22.4px;
    height: 22.4px;
}

    .spinner::before,
    .spinner::after {
        content: '';
        width: 100%;
        height: 100%;
        display: block;
        animation: spinner-b4c8mmmd 0.5s backwards, spinner-49opz7md 1.25s 0.5s infinite ease;
        border: 5.6px solid #ffffff;
        border-radius: 50%;
        box-shadow: 0 -33.6px 0 -5.6px #ffffff;
        position: absolute;
    }

    .spinner::after {
        animation-delay: 0s, 1.25s;
    }

@keyframes spinner-b4c8mmmd {
    from {
        box-shadow: 0 0 0 -5.6px #ffffff;
    }
}

@keyframes spinner-49opz7md {
    to {
        transform: rotate(360deg);
    }
}
/*Loader css starts end here*/

/*owl-carousel styles strats here*/
.owl-carousel img {
    height: 100%;
    object-fit: cover;
}

.owl-nav button {
    position: absolute;
    top: 50%;
    background-color: #000;
    color: #fff;
    margin: 0;
    transition: all 0.3s ease-in-out;
}

    .owl-nav button.owl-prev {
        left: 0;
    }

    .owl-nav button.owl-next {
        right: 0;
    }

.owl-dots {
    text-align: center;
    padding-top: 15px;
}

    .owl-dots button.owl-dot {
        width: 15px;
        height: 15px;
        border-radius: 50%;
        display: inline-block;
        background: #ccc;
        margin: 0 3px;
    }

        .owl-dots button.owl-dot.active {
            background-color: #000;
        }

        .owl-dots button.owl-dot:focus {
            outline: none;
        }

.owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #b0d35d52 !important;
    width: 35px !important;
    height: 35px !important;
    border-radius: 30px !important;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    display: flex !important;
    align-items: center !important;
}

.owl-nav span {
    font-size: 45px !important;
    position: relative;
    color: #fff;
    display: flex;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 auto !important;
    margin-bottom: 0 !important;
    top: -7px !important;
}

}

.owl-nav button:focus {
    outline: none;
}

.item {
    width: 100%;
}

/*owl-carousel styles end here*/
a.registernow {
    text-decoration: none;
    color: #000;
    font-weight: 500;
}

.header-account a {
    text-decoration: none;
}

.btn-Continue {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
    color: #fff;
}

    .btn-Continue:hover {
        box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
        color: #fff;
    }

.cart-plus-minus {
    position: relative;
    right: 0px;
}

    .cart-plus-minus > .qtybutton {
        border: 1px solid #e5e5e5;
        cursor: pointer;
        height: 19px;
        position: absolute;
        text-align: center;
        width: 28px;
        line-height: 15px;
        top: 19px;
    }

.qtybutton.dec {
    bottom: 0;
}

.qtybutton.inc {
    border-bottom: none;
    top: 0;
}

.quantity .cart-plus-minus {
    position: relative;
    width: 76px;
    text-align: left;
}

.quantity {
    border: 2px solid #b0d35d;
    border-radius: 4px;
    overflow: hidden;
    display: flex;
    width: 100px;
    height: 28px;
}

    .quantity button {
        background-color: #b0d35d;
        color: #fff;
        border: none;
        font-size: 18px;
        width: 32px;
        transition: background-color 0.2s;
    }

        .quantity button:hover {
            background-color: #b0d35d;
        }

.input-box {
    width: 36px;
    text-align: center;
    border: none;
    outline: none;
    font-size: 16px;
}

    /* Remove spinner arrows */
    .input-box::-webkit-inner-spin-button,
    .input-box::-webkit-outer-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

    .input-box[type="number"] {
        -moz-appearance: textfield;
    }

.related-product-img img {
    width: 210px !important;
    height: 210px !important;
    display: flex !important;
    align-items: center;
    object-fit: cover;
    margin: 0 auto;
    margin-top: 50px;
}

.qtybutton {
    border-bottom: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    cursor: pointer;
    height: 19px;
    position: absolute;
    text-align: center;
    width: 28px;
    line-height: 19px;
}

input.quantity-field {
    text-align: center;
    border: 1px solid #ddd;
    margin: 0px;
    width: 70px;
    height: 38px;
}

input.vquantity-field {
    text-align: center;
    border: 1px solid #ddd;
    margin: 0px;
    width: 70px;
    height: 38px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.carSuccess {
    padding-right: 0;
}

@media screen and (min-width: 320px) and (max-width: 1024px) {

    input #number; {
        width: 49px;
    }

    .section-products {
        margin-top: 5rem;
    }

    .carSuccess {
        padding-right: 10px;
        margin-bottom: 5px;
    }

    .cerificate img {
        width: 370px !important;
    }

    .cart-title {
        display: none;
    }

    .qtyie {
        position: relative;
        left: 0 !important;
        top: 5px;
    }

    .TotalDP {
        text-align: left !important;
    }

    .TotBV {
        text-align: right !important;
    }

    .cart-items-data {
        max-height: 360px;
        overflow-y: auto;
    }

    h5.check-Information {
        font-size: 15px;
        padding-left: 10px;
    }

    .Address {
        text-align: left !important;
        display: flex;
    }

    .pay-now-checkout {
        width: 100% !important;
    }

    /*    --for mega menu styles---*/
    .mainmenu ul li {
        display: block;
    }

    .dropdown-menu.mega-menu {
        width: 242px !important;
        transform: translate(0px, 37px);
        overflow-y: auto;
        height: 450px;
        position:relative !important;
    }
    .mega-menu ul li{
        line-height:20px;
    }
    .mega-menu ul {
        column-count: 1 !important;
    }
}

.product-details h5 {
    height: 40px;
}

.homepprd-card img {
    width: 200px !important;
    height: 200px !important;
    aspect-ratio: 2 / 2;
    object-fit: contain;
    margin: 0 auto;
}

.home-category img {
    width: 130px !important;
    height: 60px !important;
    display: flex;
    align-items: center;
    aspect-ratio: 2 / 2;
    object-fit: contain;
}

.forgot {
    position: relative;
}

h3.forgotpwd {
    text-align: center;
    padding-top: 15px;
}

.forgot-box {
    position: absolute;
    top: 30%;
    right: 15%;
    transform: translate(18%, 16%) !important;
}

.accordion-button {
    background-color: #f7f7f7 !important;
    padding: 5px 5px !important;
}

.signup-type {
    position: relative;
}

.signup-type-hover {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(3deg, #0000003d, transparent);
}

.form-control[readonly] {
    background-color: whitesmoke;
}

.signup-type-hover h2 {
    background-color: #4caf50eb;
    margin-bottom: 0;
    width: 100%;
    font-size: 21px;
    padding: 8px 9px;
    text-align: center;
    color: #fff;
    transition-duration: 0.5s;
    position: absolute;
    bottom: 0%;
    cursor: pointer;
}

.signup-type:hover h2 {
    position: absolute;
    bottom: calc(50% - 15px);
    width: 80%;
    left: 10%;
    border: 3px solid #4caf50eb;
}

.signuptitle {
    text-align: center;
    margin-bottom: 30px;
}

    .signuptitle span {
        font-size: 17px;
        padding: 10px 39px;
        border-radius: 35px;
        display: inline-block;
        color: #ffffff;
        font-weight: 600;
        background: #4caf50eb;
    }

ul.social-icons {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    display: flex;
    margin-top: 10px;
}

    ul.social-icons li {
        margin-left: 20px;
        font-size: 18px;
        background: #2458a7;
        padding: 5px;
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 30px;
        border: 2px #fff solid;
    }

        ul.social-icons li a {
            text-decoration: none;
            color: #fff;
        }

ul.footeraddress {
    padding-left: 0;
    margin-bottom: 0;
}

.footeraddress li {
    list-style-type: none;
    margin-bottom: 13px;
    display: flex;
}

.form-check-input {
    border: 2px solid green;
}

.isoandsocial {
    position: absolute;
    bottom: 20%;
    left: 0%;
}

h2.reachout {
    text-align: center;
    text-transform: uppercase;
    border-bottom: 1px #264796 solid;
    padding-bottom: 10px;
    margin-bottom: 25px;
}

.tearmsofuse h2 {
    font-size: 20px;
    color: #264796;
    text-align: center;
}

img.SuccessStorysimges {
    width: 100%;
    /* min-width: 282px;*/
    min-height: 186px;
    height: 186px;
    aspect-ratio: 47 / 37;
    object-fit: cover;
}

.tearmsofuse h3 {
    font-size: 20px;
    color: #264796;
}

.tearmsofuse h4 {
    font-size: 18px;
    color: #264796;
}
