@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

body, p, h1, h2, h3, h4, h5, h6, label {
    font-family: 'Roboto', sans-serif;
}

label, h6, p, span, input, option, li, ul, a {
    font-size: 14px !important;
}

h1 {
    font-size: 20px !important;
    font-weight: bold;
    font-smooth: initial;
}

.form-select {

    font-size: 14px !important;
    font-weight: 200 !important;
}


.add-btn a {
    margin-top: 0px;
    background: var(--main-gradient);
    color: var(--white);
    padding: 15px 8px;
    display: inline-block;
    width: 100%;
    text-align: center;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.inc-icon {
    color: #F76D58;
}

.card-quantity-btn {
    border: 0.2px solid #4e515085;
    width: 100px;
    padding: 8px 8px;
    border-radius: 10px;
    font-size: 12px;
    display: flex;
    justify-content: space-between;
}

.card-quantity-btn button {
    background: #E0E0E0;
    color: #828282;
    width: 20px;
    height: 20px;
    border: 0;
    cursor: pointer;
    border-radius: 3px;
    font-weight: 500;
}

.card-quantity-btn button:hover {
    background-color: #F76D58;
    color: white;
}

#checkout-note {
    background-color: white;
    width: 100%;
    padding: 10px 10px 10px 40px;
    border-radius: 10px;
    outline: none;
    border: 0.2px solid #4e515085;
    font-size: 12px;
    font-weight: 700;
}

.form-select {
    background-color: white;
    width: 100%;
    padding: 10px 10px 10px 40px;
    border-radius: 10px;
    outline: none;
    border: 0.2px solid #4e515085;
    font-size: 12px;
    font-weight: 700;
}

.checkout-section {
    margin-bottom: 100px;
}


.left-grid-one {
    height: 350px;
}

.product--title {
    min-height: 58px;
}

.modal-form .checkout-form {
    width: 100% !important;

}

.home-cart-btn {
    background: var(--main-gradient);
    color: var(--white);
    font-size: 14px;
    font-family: var(--Regular);
    padding: 9px 8px;
    display: block;
    text-align: center;
    margin-top: 11px;
}

.la-edit {
    background-color: var(--white);
    padding: 10px;
    border-radius: 50px;
    box-shadow: 3px 2px 9px -7px #888888;
    cursor: pointer;

}

.la-edit:hover {
    background-color: #ffb8b8;
    color: red;
    box-sizing: border-box;
}


.la-user {
    background-color: var(--white);
    padding: 10px;
    border-radius: 50px;
    box-shadow: 3px 2px 9px -7px #888888;
    cursor: pointer;

}

.la-user:hover {
    background-color: #ffb8b8;
    color: red;
    box-sizing: border-box;
}


@media (max-width: 480px) {
    .left-grid-one {
        height: auto;
    }
}


/*Page Loader Start*/
#loading {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 1;
    background-color: #fff;
    z-index: 99;
}

#loading-image {
    z-index: 100;
    width: 300px;
    border-radius: 80%;
}

@keyframes spin-anim {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


/*Page Loader End*/

.selectSubject {
    background-color: #FFFFFF !important;
}

.product--btn--group {
    margin-top: 15px;
}


/*membership Package CSS Start*/

.pricingTable {
    color: var(--main-color);
    background: #fff;
    text-align: center;
    padding: 0 0 25px;
    border-radius: 50px 0;
}

.pricingTable .pricingTable-header {
    color: #fff;
    background: var(--main-color);
    padding: 20px 0;
    border-radius: 50px 0 0;
    margin: 0 0 10px;
}

.pricingTable .title {
    font-size: 46px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0;
}

.pricingTable .price-value {
    padding: 0 0 10px;
    margin: 0 0 30px;
    border-bottom: 6px double var(--main-color);
}

.pricingTable .price-value .amount {
    font-size: 45px;
    font-weight: 600;
    line-height: 45px;
    margin-bottom: 5px;
}

.pricingTable .price-value .duration {
    font-size: 15px;
    font-weight: 500;
    display: block;
    text-transform: capitalize;
}

.pricingTable .pricing-content {
    text-align: left;
    padding: 0;
    margin: 0 0 30px;
    list-style: none;
    display: inline-block;
}

.pricingTable .pricing-content li {
    color: #555;
    background: #eee;
    font-size: 17px;
    font-weight: bold;
    line-height: 50px;
    padding: 0 15px 0 35px;
    margin: 0 0 10px;
    position: relative;
}

.pricingTable .pricing-content li:nth-child(even) {
    background: transparent;
}

.pricingTable .pricing-content li:last-child {
    margin: 0;
}

.pricingTable .pricing-content li:before {
    content: "\f00c";
    color: #349008;
    font-family: "Line Awesome Free";
    font-weight: bold;
    position: absolute;
    top: 1px;
    left: 8px;
}

.pricingTable .pricing-content li.disable:before {
    content: "\f00d";
    color: #FF3A39;
}

.pricingTable .pricingTable-signup a {
    color: #fff;
    background: var(--main-color);
    font-size: 25px;
    font-weight: 500;
    line-height: 25px;
    text-transform: capitalize;
    padding: 12px 0;
    width: 70%;
    display: inline-block;
    border-radius: 15px 15px;
    transition: all 0.3s ease;
}

.pricingTable .pricingTable-signup a:hover {
    letter-spacing: 3px;
    text-shadow: -2px 2px 3px rgba(0, 0, 0, 0.6);
    background-color: var(--main-color-hover);
}

.add-btn a {
    min-width: 75px;
}


@media only screen and (max-width: 990px) {
    .pricingTable {
        margin: 0 0 40px;
    }
}

/*membership Package CSS End*/


/*Input Form Css*/
.form-select {
    color: var(--bs-gray-dark);
    padding: 15px 8px;
    width: 100%;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.form-control {
    width: 100%;
    outline: none;
    border: 0.2px solid #4e515085;
    color: var(--bs-gray-dark);
    padding: 15px 8px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.block-title {
    flex: 1 1 auto;
    min-height: 1.75rem;
    margin: 0;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.75;
}

/*invoice CSS Start*/

.block.block-rounded {
    border-radius: 0.875rem 1rem;
}

.block-header-default {
    background-color: #f6f7f9;
}

.block.block-rounded > .block-header, .block.block-rounded > .nav-tabs {
    border-top-right-radius: 0.875rem 1rem;
    border-top-left-radius: 0.875rem 1rem;
}

.block-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0.875rem 1.625rem;
    transition: opacity .2s ease-out;
}

.block-options {
    flex: 0 0 auto;
    padding-left: 1.625rem;
}

.block.block-rounded > .block-content:last-child {
    border-bottom-right-radius: 0.875rem 1rem;
    border-bottom-left-radius: 0.875rem 1rem;
}

.block-content {
    transition: opacity .2s ease-out;
    width: 100%;
    margin: 0 auto;
    padding: 1.625rem 1.625rem 1px;
    overflow-x: visible;
}

.block.block-rounded > .block-content:last-child {
    border-bottom-right-radius: 0.875rem 1rem;
    border-bottom-left-radius: 0.875rem 1rem;
}

@media (min-width: 768px) {
    .content .block, .content .items-push > div, .content .push, .content p {
        margin-bottom: 1.75rem;
    }

    .content .block, .content .items-push > div, .content .push, .content p {
        margin-bottom: 1.75rem;
    }

}

@media (min-width: 1200px) {
    .h3, h3 {
        font-size: 1.5rem;
    }
}
