﻿

.btn.dropdown-toggle {
    background: white;
    border: 1px solid lightgray;
}









.progressbar-list {
    color: #6f787d;
}

.active {
    color: #000;
}
/* card */
.card img {
    width: 40px;
}


.card {
    border: 3px solid rgb(145 145 145);
    cursor: pointer;
}

.active-card {
    color: var(--heading-color);
    font-weight: bold;
    border: 3px solid var(--heading-color);
}

.form-check-input:focus {
    box-shadow: none;
}

.bg-color-info {
    background-color: var(--heading-color);
}

.border-color {
    border-color: #ececec;
}

.back-to-wizard {
    transform: translate(-50%, -139%) !important;
}

.bg-success-color {
    background-color: #87D185;
}

    .bg-success-color:focus {
        box-shadow: 0 0 0 0.25rem rgb(55 197 20 / 25%);
    }

:root {
    --color1: var(--heading-color);
    --color2: var(--accent-color);
}

.pricingTable {
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    position: relative;
    z-index: 1;
    display: flex !important;
    flex-flow: column !important;
    align-items: normal;
}

    .pricingTable:before {
        content: '';
        background: repeating-linear-gradient(150deg,#fff 0,#fff 10px,#fefefe 10px,#fdfdfd 20px);
        border-radius: 0 0 10px 10px;
        box-shadow: 0 0 15px -2px rgba(0,0,0,0.2);
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 17px;
        z-index: -1;
    }

    .pricingTable .pricingTable-header {
        color: #fff;
        background: var(--color1);
        /*background: linear-gradient(to right,var(--color1),var(--color2));*/
        padding: 20px 0;
    }

    .pricingTable .title {
        font-size: 24px;
        font-weight: 600;
        color: var(--background-color);
        text-transform: uppercase;
        margin: 0;
    }

    .pricingTable .price-value {
        color: #fff;
        background: var(--color1);
        padding: 15px 30px 20px;
        margin: 0 0 20px;
        display: inline-block;
        box-shadow: 0 0 50px rgba(0,0,0,0.2) inset;
     /*  clip-path: polygon(0 0, 100% 0, 100% 75%, 50% 100%, 0 75%);*/
    }

        .pricingTable .price-value .amount {
            font-size: 22px;
            font-weight: 700;
            line-height: 55px;
            display: block;
        }

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

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

        .pricingTable .pricing-content li {
            color: #333;
            font-size: 17px;
            line-height: 25px;
            text-transform: capitalize;
            padding: 0 0 0 15px;
            margin: 0 0 15px;
            position: relative;
        }

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

            .pricingTable .pricing-content li:before {
                content: '';
                background: linear-gradient(to right,var(--color1),var(--color2));
                height: 8px;
                width: 8px;
                border-radius: 50%;
                position: absolute;
                left: 0;
                top: 9px;
            }

    .pricingTable .pricingTable-signup a {
        color: #fff;
        background: linear-gradient(to right,var(--color1),var(--color2));
        font-size: 22px;
        font-weight: 700;
        text-transform: uppercase;
        padding: 6px 30px;
        border-radius: 50px;
        display: inline-block;
        transition: all 0.3s ease-in-out;
    }

        .pricingTable .pricingTable-signup a:hover {
            text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.7);
        }

    .pricingTable.blue {
        --color1: #268BDB;
        --color2: #268BDB95;
    }

    .pricingTable.yellow {
        --color1: #FF9C11;
        --color2: #FF9C1195;
    }













.progressbar-list {
    color: #6f787d;
}

.active {
    color: #000;
}
/* card */
.card img {
    width: 40px;
}

.card {
    border: 3px solid rgb(145 145 145);
    cursor: pointer;
}

.active-card {
    color: var(--heading-color);
    font-weight: bold;
    border: 3px solid var(--heading-color);
}

.form-check-input:focus {
    box-shadow: none;
}

.bg-color-info {
    background-color: var(--heading-color);
}

.border-color {
    border-color: #ececec;
}

.back-to-wizard {
    transform: translate(-50%, -139%) !important;
}

.bg-success-color {
    background-color: #87D185;
}

    .bg-success-color:focus {
        box-shadow: 0 0 0 0.25rem rgb(55 197 20 / 25%);
    }

:root {
    --color1: var(--heading-color);
    --color2: #20bc5b;
}

.pricingTable {
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    position: relative;
    z-index: 1;
    display: flex !important;
    flex-flow: column !important;
    align-items: normal;
}

    .pricingTable:before {
        content: '';
        background: repeating-linear-gradient(150deg,#fff 0,#fff 10px,#fefefe 10px,#fdfdfd 20px);
        border-radius: 0 0 10px 10px;
        box-shadow: 0 0 15px -2px rgba(0,0,0,0.2);
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 17px;
        z-index: -1;
    }

    .pricingTable .pricingTable-header {
        color: #fff;
        background: var(--color1);
        /*background: linear-gradient(to right,var(--color1),var(--color2));*/
        padding: 20px 0;
    }

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

    .pricingTable .price-value {
        color: #fff;
        background: var(--color1);
        padding: 15px 30px 20px;
        margin: 0 0 20px;
        display: inline-block;
        box-shadow: 0 0 50px rgba(0,0,0,0.2) inset;
        /*clip-path: polygon(0 0, 100% 0, 100% 75%, 50% 100%, 0 75%);*/
    }

        .pricingTable .price-value .amount {
            font-size: 22px;
            font-weight: 700;
            line-height: 55px;
            display: block;
        }

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

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

        .pricingTable .pricing-content li {
            color: #333;
            font-size: 17px;
            line-height: 25px;
            text-transform: capitalize;
            padding: 0 0 0 15px;
            margin: 0 0 15px;
            position: relative;
        }

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

            .pricingTable .pricing-content li:before {
                content: '';
                background: linear-gradient(to right,var(--color1),var(--color2));
                height: 8px;
                width: 8px;
                border-radius: 50%;
                position: absolute;
                left: 0;
                top: 9px;
            }

    .pricingTable .pricingTable-signup a {
        color: #fff;
        background: linear-gradient(to right,var(--color1),var(--color2));
        font-size: 22px;
        font-weight: 700;
        text-transform: uppercase;
        padding: 6px 30px;
        border-radius: 50px;
        display: inline-block;
        transition: all 0.3s ease-in-out;
    }

        .pricingTable .pricingTable-signup a:hover {
            text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.7);
        }

    .pricingTable.blue {
        --color1: #268BDB;
        --color2: #268BDB95;
    }

    .pricingTable.yellow {
        --color1: #FF9C11;
        --color2: #FF9C1195;
    }


.main-content .wizard-form .progressbar-list:after {
    content: "";
    
    padding: 0px 0px;
    position: absolute;
    top: 14px;
    left: 0px;
    width: 100%;
    height: 2px;
    margin: 9px auto;
    z-index: -1;
    transition: all 0.8s;
}


.main-content .wizard-form .progressbar-list:first-child::after {
    left: 50%;
    width: 50%;
}

html[dir="rtl"] .main-content .wizard-form .progressbar-list:first-child::after {
    left: unset;
    width: 50%;
    right: 50%;
}


.main-content .wizard-form .progressbar-list:last-child::after {
    left: 0px;
    width: 50%;
}

html[dir="rtl"] .main-content .wizard-form .progressbar-list:last-child::after {
    left: unset;
    width: 50%;
    right: 0px;
}





.main-content .wizard-form .progressbar-list::after {
    background-color: var(--heading-color);
}
.main-content .wizard-form .progressbar-list.active ~ li::after {
    background-color: rgb(155, 155, 155);
}



.main-content .wizard-form .progressbar-list::before {
    content: " ";
    border-radius: 50%;
    display: block;
    width: 30px;
    height: 30px;
    margin: 9px auto;
    box-shadow: 1px 1px 3px #606060;
    transition: all;
}

.main-content .wizard-form .progressbar-list::before,
.main-content .wizard-form .progressbar-list.active::before {
    background-color: var(--heading-color);
    border-color: white;
}
.main-content .wizard-form .progressbar-list.active ~ li::before {
    background-color: rgb(155, 155, 155);
    border: 10px solid #fff;
}

.mb-10 {
    margin-bottom:10px;
}
.owl-stage-outer {
    overflow: hidden;
}

.owl-dots {
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: center;
}
.owl-dot {
    padding: 5px;
    background: gray;
    
    border-radius: 50%;
}
    .owl-dot.active {
        background: var(--heading-color);
    }
.owl-nav.disabled{
    display:none;
}
