:root {
    --primary: #5f2c93!important;    
    --secondary: #6c757d!important;
    --info: #4679ec!important;
    --white: #fff!important;
    --black: #000!important;
    --dark: #333!important;
    --color1: #faf7f7;
    --color2: #eef2f1;
    --red-dark: #DA4453 ;
    --green2: #28B877;
    --grey: #808080;
}

/* Bg - Background Colors Css  */
.bg-primary, .bg-highlight { background-color: var(--primary)!important; color: #fff!important; }
.bg-info, .bg-blue-dark { background-color: var(--info)!important; color: #fff!important; }
.bg-red-dark { background-color: var(--red-dark)!important; color: #fff!important; }
.bg-green2 { background-color: var(--green2)!important; color: #fff!important; }

.section-bg1 { background-color: var(--color1);}
.section-bg2 { background-color: var(--color2);}

/* Text - Font Colors Css  */
.font-primary { color: var(--primary)!important; }
.font-info { color: var(--info)!important; }
.font-black { color: var(--black)!important; }
.font-dark { color: var(--dark)!important; }
.font-red-dark { color: var(--red-dark)!important; }
.font-green2 { color: var(--green2)!important; }

/* Buttons Css  */
.btn-secondary {
    background-color: #6c757d!important;
    color: var(--white)!important;
}
.btn-secondary:hover { opacity: 0.8; }

.btn-outline-secondary {
    background-color: transparent;
    border: 1px solid;
    border-color: var(--secondary);
}

.d-float-center {
    display: flex!important;
    align-items: center;
    column-gap: 5px;
    row-gap: 0px;
    flex-flow: wrap;
}
.gap-10 { column-gap: 10px; }
.gap-15 { column-gap: 15px; }
.gap-20 { column-gap: 20px; }
.gap-25 { column-gap: 25px; }

.flex-nowrap{ flex-flow: nowrap; }

.row-gap { row-gap: 5px; }

.font-16 { font-size: 16px; }

.font-100 {
    font-weight: 100!important;
}
.font-200 {
    font-weight: 200!important;
}
.font-300 {
    font-weight: 300!important;
}
.font-400 {
    font-weight: 400!important;
}
.font-500 {
    font-weight: 500!important;
}
.font-600 {
    font-weight: 600!important;
}
.font-700 {
    font-weight: 700!important;
}
.font-800 {
    font-weight: 800!important;
}
.font-900 {
    font-weight: 900!important;
}

table input.custom-input {
    height: 38px!important;
}
.custom-select { padding-left: 15px!important; }
.multi-step-form .custom-select.nice-select::after { display: none; }
.form-field input.custom-input {
    border: 1px solid #e1e7e8;
    border-radius: 8px!important;
    background: #f5f5f5;
    padding-left: 15px!important;
    margin-bottom: 0px;
    -webkit-border-radius: 8px!important;
    -moz-border-radius: 8px!important;
    -ms-border-radius: 8px!important;
    -o-border-radius: 8px!important;
}

/* Header Css  */
.header-logo-img { 
    height: 75px; 
    padding: 10px 0;
}
.contact-three a { background-color: var(--primary); }
.contact-three a:hover { background-color: var(--info); }
.main-menu ul li a { padding: 20px 0; }

.sb-btn.sb-btn-icon.sb-btn-gray .sb-icon {
    background-color: rgb(242, 243, 245);
    box-shadow: rgb(255, 255, 255) 0px 0px 0px 2px;
    transform: scale(0.95);
}
.sb-btn.sb-btn-icon.sb-btn-gray .sb-icon:hover { opacity: 0.8; }
.sb-cart-number {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    position: absolute;
    top: 0px;
    right: 0px;
    text-align: center;
    line-height: 20px;
    background-color: rgb(245, 195, 50);
    color: rgb(35, 30, 65);
    min-width: 20px;
    height: 20px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 5px 0px;
    border-radius: 15px;
    padding: 0px 6px;
}

/* Login - Signout Modal Css  */
.logo .login-modal .logo-icon img {
    width: 45px;
    margin-top: -10px!important;
}

/* Index Home Page Css  */
.thm-btn { border-radius: 60px; }
.thm-btn--three { background-color: var(--primary); }
.thm-btn--three:hover {
    background-color: var(--primary);
    color: var(--white);
    opacity: 0.8;
}
.thm-btn--three.btn-sm {
    padding: 12px 20px;
}
.xb-review-wrap .xb-item--star i { color: var(--info); }

/* Slick Carousel Banner Section Start  */

.slick-carousel-banner { position: relative; }
.slick-carousel-banner .slick-slide { min-height: 828px; }
.slick-carousel-banner .slick-dots {
    width: max-content;
    position: absolute;
    left: 50%;
    bottom: 0px;
}
.slick-carousel-banner .slick-prev, .slick-next {    
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;      
    cursor: pointer;  
    background: var(--info);  
    border: 1px solid var(--info);
    box-shadow: 0 1px 6px 0 rgba(93, 106, 131, 0.25);  
    top: 35%;
    
    &:before {
        margin-left: 10px;
    }

    &:hover {
        background: var(--primary);
        border-color: var(--primary);
    }
}

.slick-carousel-banner .slick-prev {
    left: 50px;
}
.slick-carousel-banner .slick-next {
    right: 50px;
}

/* Slick Carousel Banner Section End  */

/* Wizard Form Left Side Css  */
.wizard-form {

    .sidebar.left-side {
        background-image: url(../img/sidebar-bg.jpg);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background: #000;
        min-height: 100vh;
        position: relative;
    }
    .sidebar.left-side .wrapper {
        padding: 45px 40px;
        height: 100%;
    }
    .logo {
        display: flex;
        align-items: center;
    }
    .logo .logo-icon img {
        width: 60px;
        margin-top: -10px;
    }
    .logo .logo-text {
        font-size: 33px;
        color: rgb(255, 255, 255);
        font-weight: bold;
        text-transform: uppercase;
        margin-left: 8px;
        margin-bottom: 0;
    }
    .sidebar-inner {
        color: white;
        display: grid;
        /* height: calc(100% - 70px); */
        align-content: center;
        margin: 50px auto 0;
        width: 95%;
    }
    .sidebar-inner span {
        font-size: 15px;
        color: rgb(41, 164, 202);
        text-transform: uppercase;
        line-height: 3.667;
    }
    .sidebar-inner h2 {
        font-size: 55px;
        color: rgb(255, 255, 255);
        font-weight: bold;
        line-height: 1;
        text-transform: capitalize;
        margin-bottom: .85rem;
    }
    .sidebar-inner p {
        font-size: 18px;
        color: #fff;
        line-height: 1.556;
    }
    .donation-meter {
        margin-top: 0px;
        width: 100%;
        height: auto;
    }
    .donation-meter h5, .donation-meter span {
        font-size: 35px;
        color: rgb(255, 255, 255);
        font-weight: bold;
        line-height: 1.857;
    }
    .donation-meter-inner {
        width: 100%;
        height: 8px;
        z-index: 3;
        margin-top: 5px;
        border-radius: 9px;
        background-color: rgb(60, 63, 63);
        display: flex;
    }
    .meter-fixed {
        width: 50%;
        height: 100%;
        background-color: rgb(41, 164, 202);
        border-radius: inherit;
        position: relative;
    }
    .donation-meter-inner .used-percentage {
        font-size: 11px;
        font-weight: 600;
        line-height: normal;
        position: absolute;
        top: 1.5px;
        width: 100%;
        text-align: center;
    }
    .raised {
        display: flex;
        justify-content: space-between;
    }
    .raised p, .raised span {
        font-size: 15px;
        color: #d7d7d7;        
        font-weight: bold;
        line-height: 0;
        margin-top: 15px;
    }
    .raised span {
        color: rgb(41, 164, 202);
    }

}

/* Wizard Form Right Side Steps Css  */
.wizard-form .right-side {
        
    .progress {
        width: 91%;
        width: 87%;
        margin: auto;
    }
    .progress-bar { background-color: #008000; }
     .form-box {
        border: 1px solid #f1f1f1;
        box-shadow: 0px 3px 65px 0px rgba(0, 0, 0, 0.08);
        width: 99%;
        /* height: calc(100vh - 185px);         */
     }       
     .form-field { margin-bottom: 35px; }
     .footer-box { 
        text-align: end; 
        z-index: 1;
    }
      .step-container {
        position: relative;
        text-align: center;
        transform: translateY(-25%);
        width: 99%;
      }

      .step-circle-div { 
        text-align: -webkit-center;         
      }
      
      .step-circle {
        width: 30px;
        height: 30px;
        border-radius: 50%;
        background-color: #fff;
        border: 2px solid #008000;
        line-height: 30px;
        font-weight: bold;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 10px;
        cursor: pointer; /* Added cursor pointer */
      }
      
      .step-line {
        position: absolute;
        top: 16px;
        left: 50px;
        width: calc(100% - 100px);
        height: 2px;
        background-color: #008000;
        z-index: -1;
      }
      .icon-right {
        position: absolute;
        top: -48px;
        right: 25px;
        z-index: 0;
      }
            
}

.choose-day-box { 
    margin-bottom: 10px;
    width: auto;
    column-gap: 50px;
}
.choose-day-box .form-check { 
    position: relative; 
    padding: 0;
    width: 60px;
    height: 60px;
}
.choose-day-box .form-check label {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    flex-flow: wrap;
    cursor: pointer;
}
.choose-day-box .form-check input {
    -webkit-appearance: none;
    position: absolute;
    right: 0px;
    top: -5px;
    z-index: 0;
    width: 60px;
    height: 60px;
    cursor: pointer;
    border: solid 5px rgb(233, 233, 233);
    border-radius: 50px;
    padding: 15px;
    transition: 0.5s all ease;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    cursor: pointer
}
.choose-day-box .form-check input[type=checkbox]:checked {
    border-color: var(--green2);
    background-color: var(--green2);
    cursor: pointer;
}
.choose-day-box .form-check label { color: var(--grey);}
.choose-day-box .form-check input[type=checkbox]:checked + label {
    font-weight: 700;
    color: var(--white);
}
.choose-day-box .form-check input[type=checkbox]:checked + label span { 
    background-color: var(--green2); 
    width: 90%;
    text-align: center;
}
.choose-day-box .form-check .txt { z-index: 1; }

/* Wizard Form Right Side Form Css  */
.wizard-form .right-side.background {
    background-image: url(../img/bg/form-bg2.jpg);
    background-size: cover;    
}
.wizard-form .right-side {

    .radio-field {
        display: flex;
        height: 100px;
        align-content: center;
        align-items: center;
        margin-bottom: 30px;
        width: 100%;
        position: relative;
        padding-left: 0;
        cursor: pointer;
    }
    .radio-field input[type=radio] {
        -webkit-appearance: none;
        position: absolute;
        z-index: 0;
        width: 100%;
        height: -webkit-fill-available;
        cursor: pointer;
        border: solid 5px rgb(233, 233, 233);
        border-radius: 15px;
        padding: 35px;
        transition: 0.5s all ease;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        -ms-border-radius: 15px;
        -o-border-radius: 15px;
    }
    .radio-field input[type=radio]:checked {
        border-color: var(--primary);
        background-color: transparent;
        cursor: pointer;
    }
    .radio-field label { 
        z-index: 1;
        width: 100%;
        margin-left: -27px;
        text-align: -webkit-center;
        position: relative;
        cursor: pointer;
    }
    .radio-field input[type=radio] + label .success-mark { display: none; }
    .radio-field input[type=radio]:checked + label .success-mark {
        display: block;
        position: absolute;
        right: 10px;
        top: -11px;
        font-size: 20px;
        color: #008000;
    }
    .radio-field input[type=radio] + label .txt { color: var(--dark); }
    .radio-field input[type=radio]:checked + label .txt {
        font-weight: 700;
        color: var(--primary);
    }
    .radio-field label img { width: 50px; }
    .radio-field input[type=radio]:checked + label img {
        filter: brightness(0) saturate(100%) invert(56%) sepia(99%) saturate(376%) hue-rotate(150deg) brightness(83%) contrast(89%);
        filter: brightness(6) saturate(100%) invert(65%) sepia(99%) saturate(450%) hue-rotate(205deg) brightness(83%) contrast(89%);
        -webkit-filter: brightness(6) saturate(100%) invert(65%) sepia(99%) saturate(450%) hue-rotate(205deg) brightness(83%) contrast(89%);
}
    .label-heading {
        font-size: 20px;
        color: rgb(24, 21, 21);
        position: relative;
        margin-bottom: 15px;
        font-weight: 800;
    }
    .form-field select, .form-field input, .form-field .nice-select {
        /* border: 0; */
        /* border-color: #666; */
        border-radius: 50px;
        /* background-color: #ededed; */
        background-color: transparent;
        width: 100%;
        margin-top: 0;
        /* outline: solid 2px transparent; */
        outline: solid 1px #666;
        transition: 0.5s all ease;
        height: 75px;
        color: rgb(98, 98, 98);
        padding-left: 40px;
    }
    .form-field .nice-select{ 
        line-height: 4.8; 
        margin-bottom: 30px;
    }
    .form-field select + span:after, .form-field .nice-select + span:after {
        position: absolute;
        font-family: "Font Awesome 5 Free";
        content: "\f063";
        color: rgb(24, 21, 21);
        font-weight: bold;
        text-align: center;
        border-radius: 50%;
        background-color: rgb(255, 255, 255);
        width: 45px;
        height: 45px;
        line-height: 45px;
        pointer-events: none;
        font-size: 15px;
        top: 15px;
        cursor: pointer;
        right: calc(12px + 5px);
        z-index: 0;
    }
    .field-text {
        margin-left: 40px;
        margin-right: 40px;
        font-size: 16px;        
        margin-top: 10px;
        color: rgb(98, 98, 98);
    }
    .service-category-table { width: 80%; }
    .service-category-table th, .service-category-table td { 
        padding: .25rem .5rem; 
        background-color: #efefef;
        font-size: 14px;
    }
    .slot-table {
        /* border-collapse: separate; */
    }
    .slot-table th {
        border: 1px solid #dcd9d9;
    }
    .slot-table td {
        border: 1px solid #dcd9d9;
    }
    .slot-table .custom-select {
        margin-bottom: 0!important;
        min-height: 38px;
        height: 38px;
        line-height: 2.5;
        padding-left: 15px!important;
        border-radius: 8px!important;
        -webkit-border-radius: 8px!important;
        -moz-border-radius: 8px!important;
        -ms-border-radius: 8px!important;
        -o-border-radius: 8px!important;
}
}

/* Wizard Form Left Footer  */
.copyright {
    display: flex;
    height: auto;
    /* width: 100%; */
    justify-content: space-between;
    margin: 0 20px;
    margin-top: 20px;
}
.copyright .copyright-text {
    font-size: 13.5px;
    color: rgb(166, 166, 166);
}
.copyright .copyright-text {
    font-size: 13.5px;
    color: rgb(166, 166, 166);
}

/* Cart Page Css  */
.py-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}
.sb-p-90-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
}
.cart-box {
    padding: 0px 0 0;
}
.sb-cart-table .sb-cart-table-header {
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0px;
    color: rgb(35, 30, 65);
}
.sb-cart-table .sb-cart-item {
    margin-bottom: 10px;
    padding: 10px 0px;
    border-top: 1px solid #e7e5e5;
    border-bottom: 1px solid #e7e5e5;
}
.sb-product .sb-prod-description h4 {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.sb-cart-table .sb-cart-item .sb-text {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 14px;
    color: rgb(111, 111, 135);
}
.sb-input-number-frame {
    display: flex;
    align-items: center;
}
.sb-input-number-frame .sb-input-number-btn {
    background-color: rgb(245, 195, 50);
    cursor: pointer;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    transition: 0.3s ease-in-out;
}
.sb-input-number-frame input {
    text-align: center;
    height: 50px;
    width: 60px;
    background-color: rgb(249, 250, 252);
    position: relative;
    display: block;
    margin: 0px 5px;
    padding: 0px 20px;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
}
.sb-price-1 {
    color: rgb(111, 111, 135);
    font-size: 14px;
}
.sb-price-2 {
    color: rgb(35, 30, 65);
    font-weight: 500;
    font-size: 14px;
}
.sb-remove {
    float: right;
    display: block;
    background-color: rgb(242, 243, 245);
    cursor: pointer;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    /* transform: rotate(45deg); */
    border-radius: 50%;
    transition: 0.3s ease-in-out;
    color: inherit;
    text-decoration: none;
}
.sb-cart-total {
    padding: 15px 0px;
    border-top: 1px solid #e7e5e5;
    border-bottom: 1px solid #e7e5e5;
}
.sb-cart-total .sb-sum {
    font-weight: 600;
    margin-bottom: 30px;
    letter-spacing: 0px;
    color: rgb(35, 30, 65);
}
.sb-cart-total .sb-realy-sum {
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0px;
    color: rgb(35, 30, 65);
}
.sb-cart-total .sb-realy-sum .sb-price-2 {
    font-weight: 600;
    font-size: 24px;
}
.sb-cart-btns-frame {
    display: flex;
    justify-content: space-between;
    padding: 15px 0px 10px;
    border-bottom: 1px solid rgb(242, 243, 245);
}
.sb-btn {
    opacity: 1;
    cursor: pointer;
    position: relative;
    display: inline-flex;
    align-items: center;
    transform: scale(1);
    height: 55px;
    letter-spacing: 0px;
    font-size: 14px;
    margin-right: 10px;
    margin-bottom: 10px;
    background-color: rgb(245, 195, 50);
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    padding: 0px 5px;
    transition: 0.3s ease-in-out;
}
.sb-btn.sb-btn-2 {
    background-color: transparent;
    box-shadow: none;
    padding: 0px;
}
.sb-btn.sb-btn-2.sb-btn-gray {
    background-color: transparent;
}
.sb-btn span {
    line-height: 55px;
    display: inline-block;
    font-weight: 500;
    white-space: nowrap;
    padding: 0px 20px 0px 0px;
    color: rgb(35, 30, 65);
}
.sb-btn .sb-icon {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    margin: 0px;
    padding: 0px !important;
}
.sb-btn span {
    line-height: 55px;
    display: inline-block;
    font-weight: 500;
    white-space: nowrap;
    padding: 0px 20px 0px 0px;
}

.ec-contact-form .input-field .xb-icon { width: 18px; }
.ec-contact-form .input-field .xb-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.userType-modal .radio-field input[type=radio] { left: 28px; }
.userType-modal .radio-field label { margin-left: 0px!important; }

/* Payment Checkout Css  */
.payment-checkout-modal {

    .modal-container {
        display: flex;
        justify-content: center;
        align-items: center;
        /* min-height: 100vh; */
        /* background: #1f242d; */
        padding: 10px;
        padding-bottom: 0;
    }

    .modal-container form {
        width: 100%;
        /* padding: 40px; */
        background: #fff;
        border-radius: 10px;
    }

    .icon-container {
        margin-bottom: 25px;
        padding: 6px 0;
        font-size: 24px;
    }

    /* form .row {
        display: flex;
        gap: 15px;
        flex-wrap: wrap;
    } */

    .row .column {
        flex: 1 1 250px;
    }

    .column .title {
        font-size: 20px;
        color: #333;
        text-transform: uppercase;
        margin-bottom: 5px;
    }

    .column .input-box {
        margin: 15px 0;
    }

    .input-box span {
        display: block;
        margin-bottom: 10px;
    }

    .input-box input {
        width: 100%;
        height: auto;
        padding: 10px 15px;
        border: 1px solid #ccc;
        border-radius: 6px;
        font-size: 15px;
    }

    /* .column .flex {
        display: flex;
        gap: 15px;
    } */

    .flex .input-box {
        margin-top: 5px;
    }

    .input-box img {
        height: 34px;
        margin-top: 5px;
        filter: drop-shadow(0 0 1px #000);
    }

    form .btn {
        width: 100%;
        padding: 12px;
        background: #8175d3;
        border: none;
        outline: none;
        border-radius: 6px;
        font-size: 17px;
        color: #fff;
        margin-top: 5px;
        cursor: pointer;
        transition: .5s;
    }

    form .btn:hover {
        background: #6a5acd;
    }

}

/* Create Budget Modal Popup Toggle Switch Button Css  */
.toggle-switch2 {    
    .switch-toggle {
        --width: 100px;
        --height: 35px;
        --offset: 0px;
        --radius: 50px;
        position: relative;
        width: var(--width);
        height: var(--height);
        padding: var(--offset);
        background: rgba(227, 229, 232, 0.5);
        border-radius: var(--radius);
        font-size: 16px;
        font-weight: 500;
        line-height: normal;
        font-style: normal;
        border: 1px solid #e7e7e7;

        input[type="checkbox"] {
            cursor: pointer;
            position: absolute;
            inset: 0;
            appearance: none;
            z-index: 2;

            &:checked {
                + label.switch-toggle-label {
                    &:before {
                        translate: 85% 0;
                        background-color: var(--green2);
                    }
                    span {
                        &:nth-child(1) {
                            color: gray;
                            font-weight: 400;
                        }
                        &:nth-child(2) {
                            color: #fff;
                            font-weight: 700;
                        }
                    }
                }
            }

            & + label.switch-toggle-label {
                position: absolute;
                inset: var(--offset, 0);
                padding: 8px 0 10px;
                display: block;
                user-select: none;
                pointer-events: none;
                display: grid;
                gap: 2px;
                grid-auto-flow: column;
                grid-auto-columns: 1fr;
                place-items: center;

                &:before {
                    content: "";
                    position: absolute;
                    width: 55%;
                    inset: 0;
                    background: var(--grey);
                    border-radius: calc(var(--radius) - var(--offset));
                    box-shadow: 0px 10px 20px 0px rgba(16, 39, 68, 0.1);
                    translate: 0 0;
                    transition: translate 250ms cubic-bezier(0.93, 0.26, 0.07, 0.69);
                }

                span {
                    position: relative;
                    transition: 200ms linear;

                    &:nth-child(1) {
                        color: #fff;
                        font-weight: 700;
                    }

                    &:nth-child(2) {
                        color: gray;
                        font-weight: 400;
                    }
                }
            }
        }
    }
}
.label-input-toggle .switch-toggle { 
    --width: 60px;
    --height: 30px;
 }

 .limit-scroll {
    height: 50vh;
    overflow: hidden;  
    overflow-y: auto;
 }
 .rate-input.form-control {
    border-radius: 10px;
    padding: 8px 15px;
 }
 .rate-input.form-control:focus {
    border: var(--bs-border-width) solid var(--bs-border-color);
 }

 /* Pricing Modal  */

 .pricing-modal {

    .pricing-table{
       box-shadow: 0px 0px 18px #ccc;
       text-align: center;
       padding: 30px 0px;
       border-radius: 5px;
       position: relative;
       overflow: hidden;    
    }
    .pricing-table .banner {
        background: linear-gradient(90deg, #33a530 0%, #4eee49 50%, #33a530 100%);
        transform: rotate(-45deg);
        position: absolute;
        z-index: 1;
        padding: 0.5rem 4rem;
        top: 2rem;
        left: -4rem;
        border: 2px solid #91ff69;
        box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
    }
    .pricing-table .head {
        border-bottom:1px solid #eee;
        padding-bottom: 50px;
        transition: all 0.5s ease;
    }
    .pricing-table:hover .head{
       border-bottom:1px solid #8E2DE2;
       
    }
    
    .pricing-table .head .title{
        margin-bottom: 20px;
        font-size: 20px;
        font-weight: 700;
    }
    
    .pricing-table .content .price{
        background:linear-gradient(to right, #8E2DE2 0%, #4A00E0 100%);
        width: 90px;
        height: 90px;
        margin: auto;
        line-height: 90px;
        border-radius: 50%;
        border: 5px solid #fff;
        box-shadow: 0px 0px 10px #ccc;
        margin-top: -50px;
        transition: all 0.5s ease;
    }
    .pricing-table:hover .content .price{
        transform: scale(1.2);
     
    }
    .pricing-table .content .price h1{
        color:#fff;
        font-size: 26px;
        font-weight: 700;
    }
    .pricing-table .content ul{
       list-style-type: none;
       margin-bottom: 20px;
       padding-top: 10px;
    }
    
    .pricing-table .content ul li{
        margin: 20px 0px;
        font-size: 14px;
        color:#555;
    }
    
    .pricing-table .content .sign-up{
        background:linear-gradient(to right, #8E2DE2 0%, #4A00E0 100%);
        border-radius: 40px;
        font-weight: 500;
        position: relative;
        display: inline-block;
    }
    
    
    .pricing-table .btn {
        color: #fff;
        padding: 14px 40px;
        display: inline-block;
        text-align: center;
        font-weight: 600;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3 linear;
        transition: all 0.3 linear;
        border: none;
        font-size: 14px;
        text-transform: capitalize;
        position: relative;
        text-decoration: none;
        margin: 2px;
        z-index: 9999;
        text-decoration: none;
        border-radius:50px;
     
    }
    
    .pricing-table .btn:hover{
        box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
    }
    
    .pricing-table .btn.bordered {
        z-index: 50;
        color: #333;
    }
    .pricing-table:hover .btn.bordered{
        color:#fff !important;
    }
    
    .pricing-table .btn.bordered:after {
        background: #fff none repeat scroll 0 0;
        border-radius: 50px;
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3 linear;
        transition: all 0.3 linear;
        width: 100%;
        z-index: -1;	
        -webkit-transform:scale(1);
        -moz-transform:scale(1);
        transform:scale(1);
    }
    .pricing-table:hover .btn.bordered:after{
        opacity:0;
        transform:scale(0);
    }

 }

 /* Select Dropdown with Check box Css  */
 .multi-select-checkbox {
    /* The checkbox */

    .hidden-checkbox {
    display: none;
    }


    /* The element to show/hide */

    .toggle-content {
    display: none;
    width: 100%;
    z-index: 2;
    position: absolute;  
    top: 95px; 
    background-color: #fff;
    color: #333; 
    border: #eee;
    border-width: 1px;
    border-style: solid;
    border-radius: 5px;
    padding: 3px;
    }


    /* The label that controls the element */

    .label-toggle {
    cursor: pointer;
    }


    /* Show the element when the checkbox is checked */

    .hidden-checkbox:checked+.toggle-content {
    display: block;
    }

    ul {
    list-style-type: none;
    width: 100%;
    padding: 15px;
    }

    li {
    line-height: normal;
    }

    li:hover {
    background-color: #eee;
    }

    input[type="checkbox"] {
        height: auto;
        margin-right: 5px;
    }

 }