.header .site-logo img {
    max-width: 220px;
    max-height: 50px;
}

.cmn-section {
    padding: 60px 0px;
}

.card-header {
    background: transparent;
}

.card-footer {
    background: transparent;
}

.card {
    -webkit-box-shadow: 0px 0px 12px -6px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 12px -6px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 12px -6px rgba(0, 0, 0, 0.75);
}

.login-area,
.password-area {
    padding: 35px;
    -webkit-box-shadow: 0px 0px 12px -6px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 12px -6px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 12px -6px rgba(0, 0, 0, 0.75);
}

.modal {
    z-index: 9999;
}

input[readonly] {
    background: #0000002e;
}


button[disabled] {
    opacity: 0.5;
    cursor: auto !important;
}


.widget-two {
    padding: 15px 15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.bg--white {
    background-color: #ffffff !important;
}

.b-radius--5 {
    border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    -ms-border-radius: 5px !important;
    -o-border-radius: 5px !important;
}

.box--shadow2 {
    box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.75) !important;
}

.widget-two .cmn-btn {
    padding: 5px 17px;
}

.widget-three .cmn-btn {
    padding: 5px 17px;
}

.widget-two .overlay-icon {
    position: absolute;
    top: 0;
    right: -15px;
    font-size: 120px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0.15;
}

.text--primary {
    color: #7367f0 !important;
}

.widget-two__icon {
    width: 65px;
    height: 65px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    /*margin-top: 32px;*/
}

.bg--primary {
    background-color: #7367f0 !important;
}

.widget-two__icon i {
    font-size: 42px;
    color: #fff;
}

.widget-two__content {
    width: calc(100% - 65px);
    padding-left: 30px;
}

.mb-30 {
    margin-bottom: 30px;
}


.widget-three {
    padding: 30px 30px;
    text-align: center;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.widget-three__icon {
    width: 100px;
    height: 100px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.b-radius--rounded {
    border-radius: 50% !important;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    -ms-border-radius: 50% !important;
    -o-border-radius: 50% !important;
}

.widget-two:hover {
    -webkit-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
}

.widget-three:hover {
    -webkit-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
}

.widget:hover {
    -webkit-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
}

.widget-three {
    padding: 30px 30px;
    text-align: center;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.widget-three__icon i {
    font-size: 48px;
    color: #ffffff;
}

.widget-three__content {
    margin-top: 25px;
}

.widget-three {
    padding: 30px 30px;
    text-align: center;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.widget {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.border--success {
    border-color: #28c76f !important;
}

.widget__icon {
    width: 70px;
    height: 70px;
    align-self: flex-start;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.widget__icon i {
    color: #ffffff;
    font-size: 38px;
}

.widget__content {
    width: calc(100% - 90px);
    padding-left: 15px;
}

.text--success {
    color: #28c76f !important;
}

.bg--success {
    background-color: #28c76f !important;
}

.bb--3 {
    border-bottom: 3px solid !important;
    border-color: #28c76f !important;
}

.b-radius--10 {
    border-radius: 10px !important;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    -ms-border-radius: 10px !important;
    -o-border-radius: 10px !important;
}



/* form css end */

@media (max-width: 320px) {
    .timer {
        font-size: 17px;
    }

    .bal {
        font-size: 23px;
    }
}

/* plan css */
.price .single-price:hover,
.price .single-price.active {
    -webkit-box-shadow: 0px 0px 19px 12px #F5F5F5;
    box-shadow: 0px 0px 19px 12px #F5F5F5;
}

.price .single-price {
    display: flex;
    flex-direction: column;
    background: #f9f9f9;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    width: 100%;
    height: 100%;
}

.price .single-price .content-wrapper {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: space-between;
    background-color: #ffffff;
}

/* part-pricing: always at bottom of card */
.price .single-price .part-pricing {
    margin-top: auto;
    padding: 15px 30px 25px;
    background-color: #fff;
}

.price .single-price .part-top {
    flex-grow: 1;
    background-color: #ffffff;
}

.price .single-price .part-top h3 {
    font-size: 24px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 28px;
    border-bottom: 1px solid;
    padding-bottom: 23px;
}

.price .single-price .part-top h4 {
    font-size: 42px;
    color: #fff;
}

.price .single-price .part-bottom {
    padding: 21px 30px 40px;
    margin-top: auto;
    background-color: #fff;
}

.price .single-price .part-bottom ul li:first-child {
    font-weight: 600;
    font-size: 18px;
    padding-bottom: 6px;
}

/* .btn{
    outline: none;
    border: none;
}

.btn:focus {
    border:none;
    box-shadow: none;
}
.btn:active {
    border:none;
    box-shadow: none;
} */
.badge-success {
    background-color: rgba(40, 199, 111, 0.1);
    border: 1px solid #28c76f;
    color: #28c76f;
}

.badge-pending,
.badge-warning,
.badge-success,
.badge-primary,
.badge-danger,
.badge-dark {
    border-radius: 999px;
    padding: 2px 15px;
    position: relative;
    border-radius: 999px;
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    -ms-border-radius: 999px;
    -o-border-radius: 999px;
    font-weight: 400 !important;
}

.badge-warning {
    background-color: rgba(255, 159, 67, 0.1);
    border: 1px solid #ff9f43;
    color: #ff9f43;
}

.badge-danger {
    background-color: rgba(234, 84, 85, 0.1);
    border: 1px solid #ea5455;
    color: #ea5455;
}

.badge-primary {
    background-color: rgba(115, 103, 240, 0.1);
    border: 1px solid #7367f0;
    color: #7367f0;
}

.badge-dark {
    background-color: rgba(0, 0, 0, 0.1);
    border: 1px solid #000000;
    color: #000000;
}

.modal {
    z-index: 999999999;
}

.price .single-price .part-bottom ul li {
    border-bottom: 1px dashed #00000038;
}

.list-group-item {
    border: 1px dashed rgb(0 0 0 / 41%);
}




.cookie-policy {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    border-top: 1px solid #e5e5e5;
    padding: 30px 0;
    z-index: 99;
    background: #f7f7f7;
}

.cookie-wrapper {
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.cookie-wrapper .cmn--btn {
    font-size: 12px;
}

.cookie-wrapper .cookie-cont {
    max-width: 650px;
}

@media (max-width: 991px) {
    .cookie-wrapper {
        text-align: center;
    }

    .cookie-wrapper .cmn--btn {
        margin-top: 30px;
    }
}