body {
    /*background-image: url(../css/img/bg.png) !important;*/
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #F2F8FF;
}

header {
    background: #fff;
    border-bottom: 1px solid #8CC63F;
}

    header .logo {
        display: inline-block;
    }

        header .logo img {
            height: 75px;
            float: left;
            padding: 15px;
        }

.login_wrapper {
    width: 65%;
    margin: 0 auto;
    margin-top: 5rem;
    overflow: hidden;
    border-radius: 20px !important;
    box-shadow: 2px 7px 11px #c0c0c0;
}

.reg_wrapper {
    width: 63%;
    margin: 0 auto;
    margin-top: 0.5rem;
    overflow: hidden;
    border-radius: 20px !important;
    box-shadow: 2px 7px 11px #c0c0c0;
}

.reset_wrapper {
    width: 35%;
    margin: 0 auto;
    margin-top: 5rem;
    overflow: hidden;
    border-radius: 20px !important;
    box-shadow: 2px 7px 11px #c0c0c0;
}

.bg-green-btn {
    background-color: #8CC63F !important;
    color: #fff;
    border-color: #8CC63F !important;
}

.green_bg {
    background-color: #8CC63F !important;
    color: #fff;
    border-color: #8CC63F !important;
}

.orange_bg {
    background-color: #FFA000 !important;
    color: #fff;
    border-color: #FFA000 !important;
}

.right_arrows {
    background-color: #4EB12A !important;
    padding: 9px;
    border-radius: 0px 5px 5px 0px;
}

.Login-right {
    background-color: #006FFF;
}

.left-reg {
    margin-top: 4em;
}
/* .Login-right > div{
    margin-top: 7.5rem;
} */
.forms_section input.inputfield {
    height: 40px;
    border: 1px solid #E4E4E4;
}

#Promo_input {
    display: none;
}
/*Cart Sections*/
.Attoneys_count {
    color: #4370D2;
}

.Cart_main .card {
    border-radius: 20px;
    overflow: hidden;
    /* box-shadow: 2px 7px 11px #c0c0c0; */
}

.Cart_main .Price {
    color: #3F51B5;
    font-weight: 700;
}

.Item_CloseBtn {
    width: 11px;
    height: 11px;
    background-size: 50%;
    border-radius: 50%;
    background-color: #b9b8b8;
    opacity: 1;
}

.plan_button {
    height: 50px;
    display: inline-block;
}

.plan_button {
    background-image: url(../css/img/select.svg);
    width: 50px;
    height: 50px;
    background-size: 100%;
}

.plan_Select {
    background-image: url(../css/img/1select.svg);
}

.plan_Selected {
    background-image: url(../css/img/Selected.svg);
    width: 140px;
    display: inline-block;
    background-repeat: no-repeat;
}
/*Filter*/
.Filter_bg {
    background-color: #F7F7F7;
}

.Srch_filter {
    border-radius: 17px;
}

    .Srch_filter .form-check-input {
        /* background-color:#2680EB !important; */
        border: 2px solid #2680EB;
    }

    .Srch_filter .Search_section button {
        border-radius: 0px 5px 5px 0px;
        margin-left: -2px;
    }

        .Srch_filter .Search_section button input[type="search"] {
            border-radius: 5px 0px 0px 5px;
        }
/*Payment Gateway*/
.Payment_main {
    background: #fff;
}

.Payment_left {
    background: #EFEDED;
}

    .Payment_left h5, .Payment_right h5 {
        color: #4370D2;
    }

.Cards_list .dropdown-toggle::after {
    float: right;
    margin-top: 9px;
}

.Cards_list .dropdown button {
    border: 1px solid #dce0e4 !important;
}

.CVV_image {
    margin-top: 5px;
}

/*Captcha*/
.g-recaptcha > div {
    width: 99% !important;
}

/*responsive*/
@media (max-width: 576px) {
    .login_wrapper, .reg_wrapper, .reset_wrapper {
        width: 100%;
        margin-top: 1em;
    }

    .left-reg {
        margin-top: 0;
    }
}

@media (max-width: 768px) {
    .login_wrapper, .reg_wrapper, .reset_wrapper {
        width: 100%;
    }

    .left-reg {
        margin-top: 0;
    }
}
@media only screen and (max-width: 600px) {
    .divCvv{
        padding-top:20px;
    }
}
.registrChk {
    padding-right: 0 !important;
    margin-top: 4px;
}
.registrSpan {
    padding-left: 0;
}