body {
    font-family: 'Roboto', sans-serif;
    height: auto !important;
    font-weight: 400;
    font-size: 14px;
}

a:focus, .btn:focus {
    outline: none;
    outline-offset: 0px;
}

a:hover, a:focus {
    text-decoration: none;
}

ul {
    margin: 0px;
    padding: 0px;
}

li {
    list-style-type: none;
}

h1 {
    font-family: 'Raleway', sans-serif;
}

#toTop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    height: 40px;
    width: 40px;
    background: #ff5e3a;
    color: #fff;
    line-height: 25px;
    border-radius: 50%;
    cursor: pointer;
    display: none !important;
    font-size: 20px;
    z-index: 1111;
}

section {
    position: relative;
    overflow: hidden;
    z-index: 5;
}
/*HEADER*/

/*MAIN-VIEW*/
.main-question-area {
}

.vh-desktop-calc {
    width: 100%;
}

.wizard {
    margin: 0px;
    width: 70%;
    float: left;
    position: relative;
}

    .wizard .nav-tabs {
        position: absolute;
        right: -50px;
        top: 60px;
        margin: 0px;
        margin-bottom: 0;
        border-bottom-color: #e0e0e0;
        border: none;
    }

        .wizard .nav-tabs > li > a {
            border: none;
        }

    .wizard > div.wizard-inner {
        position: relative;
    }

    .wizard .nav-tabs > li.active > a, .wizard .nav-tabs > li.active > a:hover, .wizard .nav-tabs > li.active > a:focus {
        color: #555555;
        cursor: default;
        border: 0;
        border-bottom-color: transparent;
    }

    .wizard .nav-tabs > li.selected > a span.round-tab {
        background: #2c602f;
    }

span.round-tab {
    width: 140px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    background: #bbb;
    border: none;
    z-index: 2;
    position: absolute;
    left: 0;
    color: #fff;
    font-weight: 300;
    border-radius: 30px;
    text-align: center;
    font-size: 12px;
    transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    -moz-transition: all 300ms linear 0s;
    -webkit-transition: all 300ms linear 0s;
}

    span.round-tab i {
        color: #555555;
    }

.wizard li.active span.round-tab {
    background: #489f46;
    color: #fff;
}

    .wizard li.active span.round-tab i {
        color: #5bc0de;
    }

span.round-tab:hover {
    color: #fff;
}

.wizard .nav-tabs > li {
    display: block;
    float: none;
}

.wizard li:after {
    content: " ";
    position: absolute;
    left: 50%;
    opacity: 0;
    display: none;
    margin-left: -20px;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: #e5ac95;
    transition: 0.1s ease-in-out;
}

.wizard li.active:after {
    content: " ";
    position: absolute;
    left: 50%;
    opacity: 1;
    margin-left: -10px;
    bottom: 0px;
    border: 10px solid transparent;
    border-bottom-color: #ff5e3a;
}

.wizard .nav-tabs > li a {
    width: 140px;
    height: 40px;
    margin: 10px auto;
    border-radius: 100%;
    padding: 0;
}

    .wizard .nav-tabs > li a:hover {
        background: transparent;
    }

.wizard .tab-pane {
    position: relative;
}

.wizard h3 {
    margin-top: 0;
}

@media( max-width : 585px ) {

    .wizard {
        width: 90%;
        height: auto !important;
    }

    span.round-tab {
        font-size: 16px;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard .nav-tabs > li a {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard li.active:after {
        content: " ";
        position: absolute;
        left: 35%;
    }
}

.wizard .list-inline {
    margin: 40px 0;
}

    .wizard .list-inline .btn {
        height: 40px;
        border-radius: 4px;
        padding: 0 25px;
        text-transform: uppercase;
        letter-spacing: 1px;
        color: #fff;
        font-weight: 400;
        border: none;
    }

    .wizard .list-inline .btn-primary {
        background: #024fb9;
    }

    .wizard .list-inline .btn-default {
        background: #024fb9;
    }

.right-fixer {
    width: 30%;
    float: left;
    height: 100vh;
    top: 0;
    right: 0;
    position: fixed;
    background: #ddd;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.wizard .in-steper h1 {
    font-size: 30px;
    color: #333;
    margin: 0 0 10px;
    text-align: center;
    font-weight: bold;
}

.wizard .in-steper h4 {
    margin: 10px auto 30px;
    font-size: 16px;
    font-weight: 300;
    width: 50%;
    line-height: 24px;
    text-align: center;
}

.wizard .tab-content {
    padding: 50px 140px;
}

.in-steper .form-control {
    height: 45px;
    border: none;
    box-shadow: none;
    border-radius: 0px;
    border-bottom: 2px solid #ddd;
    transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    -moz-transition: all 300ms linear 0s;
    -webkit-transition: all 300ms linear 0s;
}

    .in-steper .form-control.erroe-liner {
        border-color: red;
    }

.form-control.erroe-liner::placeholder {
    color: red;
}

.in-steper .form-control:hover, .in-steper .form-control:focus {
    border-color: #024fb9 !important;
}

.custom-radios-plan .option {
    background: #fff;
    align-items: center;
    justify-content: space-evenly;
    border-radius: 5px;
    cursor: pointer;
    padding: 30px 40px;
    margin: 0px;
    float: left;
    width: 50%;
    position: relative;
    border: 1px solid #CCD7E0;
    transition: all 0.3s ease;
    box-shadow: 0px 10px 30px 0px rgba(204, 215, 224, 0.3);
}

    .custom-radios-plan .option .dot {
        height: 20px;
        width: 20px;
        background: #d9d9d9;
        border-radius: 50%;
        position: absolute;
        left: 10px;
        top: 30px;
    }

        .custom-radios-plan .option .dot::before {
            position: absolute;
            content: "";
            top: 4px;
            left: 4px;
            width: 12px;
            height: 12px;
            background: #0254c5;
            border-radius: 50%;
            opacity: 0;
            transform: scale(1.5);
            transition: all 0.3s ease;
        }

.custom-radios-plan input[type="radio"] {
    display: none;
}

.option-1:checked:checked ~ .option-1 .dot,
.option-2:checked:checked ~ .option-2 .dot {
    background: #489f46;
}

    .option-1:checked:checked ~ .option-1 .dot::before,
    .option-2:checked:checked ~ .option-2 .dot::before {
        opacity: 1;
        transform: scale(1);
    }

.custom-radios-plan .option span {
    font-size: 16px;
    color: #000;
    font-weight: 500;
    display: block;
}

    .custom-radios-plan .option span b {
        display: block;
        font-size: 20px;
        font-weight: 300;
    }

.custom-radios-plan .wrapper .chose-more {
    color: #fff;
    background: #008753;
    font-weight: 100;
    border-color: #008753;
    font-size: 20px;
}

.custom-radios-plan .option h3 {
    font-size: 20px;
    margin-top: 20px;
    color: #489f46;
}

    .custom-radios-plan .option h3 em {
        font-size: 14px;
        color: #777;
    }

.custom-radios-plan .option ul {
    margin-top: 20px;
}

    .custom-radios-plan .option ul li {
        font-weight: 300;
        padding: 15px 0;
        border-bottom: 1px solid #ddd;
        padding-left: 30px;
        position: relative;
        letter-spacing: 0.5px;
    }

        .custom-radios-plan .option ul li:last-child {
            border: none;
        }

        .custom-radios-plan .option ul li i {
            position: absolute;
            color: #489f46;
            left: 0;
            top: 15px;
            font-size: 20px;
        }

.plan-selector {
    padding: 30px;
    background: #e7f3e7;
    border: 1px solid #499f46;
    border-radius: 3px;
}

    .plan-selector h3 {
        font-size: 16px;
        font-weight: 300;
        margin: 0;
    }

    .plan-selector h2 {
        font-size: 16px;
        font-weight: bold;
        margin: 10px 0 0;
    }

    .plan-selector h6 {
        font-size: 26px;
        font-weight: bold;
        color: #489f46;
        margin: 6px 0;
    }

        .plan-selector h6 em {
            font-weight: normal;
            font-size: 12px;
            color: #777;
        }

.cupern-coders {
    margin: 20px 0;
}

    .cupern-coders .input-group-btn {
        padding-left: 20px;
    }

    .cupern-coders .btn {
        height: 40px;
        border-radius: 4px !important;
        padding: 0 25px;
        text-transform: uppercase;
        letter-spacing: 1px;
        color: #fff;
        font-weight: 400;
        border: none;
        background: #024fb9;
    }

    .cupern-coders .input-group {
        margin-bottom: 20px;
    }

    .cupern-coders p {
        margin: 5px 0;
        color: #777;
    }

        .cupern-coders p b {
            color: #000;
        }

    .cupern-coders .checkbox {
        margin: 0px;
    }

.sub-headers {
    font-weight: bold;
    font-size: 16px;
    color: #000;
    margin: 15px 0;
}

.cardss span {
    display: inline-block;
}

    .cardss span img {
        width: 30px;
    }

.head-infors {
    font-size: 20px;
    font-weight: bold;
    color: #000;
    margin: 0 0 20px;
}

.chck-aggree {
    margin: 30px 0;
}

    .chck-aggree .checkbox {
        margin-bottom: 20px;
    }

        .chck-aggree .checkbox a {
            color: #777;
            font-weight: bold;
        }

.logo-suc {
    margin: 30px 0;
    text-align: center;
}

    .logo-suc img {
        width: 450px;
    }

/*Please add below CSS*/
.main-manage-planer {
    position: relative;
}

.in-lef-nav {
    position: absolute;
    left: -15px;
    top: 0;
    width: 300px;
    height: 100%;
    background: #f3f3f3;
    padding: 80px 15px;
    border-right: 1px solid #ddd;
}

    .in-lef-nav ul li {
        display: block;
        border-bottom: 1px solid #ddd;
    }

        .in-lef-nav ul li a {
            display: block;
            padding: 12px 20px;
            font-size: 18px;
            font-weight: 300;
            color: #8f909a;
            border-radius: 4px;
            transition: all 300ms linear 0s;
            -o-transition: all 300ms linear 0s;
            -moz-transition: all 300ms linear 0s;
            -webkit-transition: all 300ms linear 0s;
        }

            .in-lef-nav ul li a i {
                width: 30px;
            }

            .in-lef-nav ul li.active a, .in-lef-nav ul li a:hover {
                background: #499f46;
                color: #fff;
            }


/*RIGHT_BOX*/
.right-manage-bx {
    height: auto;
    padding: 80px 30px 80px 320px;
    background: #fff;
}

    .right-manage-bx h1 {
        margin: 0 0 50px;
        color: #000;
        font-weight: bold;
        font-size: 28px;
    }

    .right-manage-bx .add-egency-media {
        padding: 30px;
        background: #003177;
        color: #fff;
        border-radius: 4px;
        cursor: pointer;
    }

        .right-manage-bx .add-egency-media .media-left i {
            height: 80px;
            width: 80px;
            border-radius: 50%;
            line-height: 80px;
            text-align: center;
            font-size: 40px;
            background: #0152c1;
        }

        .right-manage-bx .add-egency-media .media-body {
            vertical-align: middle;
            padding-left: 20px;
        }

.add-egency-media h4 {
    text-transform: uppercase;
}

.add-egency-media p {
    font-weight: 300;
    margin-bottom: 0px;
}

.manage-tables {
    margin: 40px 0;
}

    .manage-tables .table > tbody > tr > td, .manage-tables .table > tbody > tr > th, .manage-tables .table > tfoot > tr > td,
    .manage-tables .table > tfoot > tr > th, .manage-tables .table > thead > tr > td, .manage-tables .table > thead > tr > th {
        color: #91929c;
        font-size: 16px;
        padding: 18px 8px;
        font-weight: 300;
        vertical-align: top;
    }

    .manage-tables .table > thead > tr > th {
        text-transform: uppercase;
        font-weight: 400;
    }

    .manage-tables .table > tbody > tr > th {
        color: #000;
        font-weight: 500;
    }

.auto-ren {
    display: block;
    margin-top: 5px;
}

    .auto-ren:hover {
        color: #000;
    }

    .auto-ren i {
        display: block;
    }

.green-col {
    color: green;
}

.red-col {
    color: red;
}

.btn-fills {
    background: #0254c5;
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 1px;
}

    .btn-fills:hover {
        color: #fff;
    }

.cncl-pla-a {
    display: block;
    color: #0254c5;
    font-size: 16px;
    margin-top: 5px;
    padding: 0 8px;
    text-decoration: underline;
}

.right-manage-bx h3 {
    font-size: 20px;
    margin: 30px 0;
}


.crl-check {
    height: 18px;
    width: 18px;
    background: #ddd;
    display: inline-block;
    border-radius: 50%;
    margin-right: 10px;
    position: relative;
}

    .crl-check:after {
        top: -6px;
        left: -6px;
        content: '';
        border: 2px solid #ddd;
        position: absolute;
        height: 30px;
        width: 30px;
        border-radius: 50%;
    }

.active .crl-check {
    background: #499f46;
}

    .active .crl-check:after {
        border-color: #499f46;
    }

.card-adding .panel-default > .panel-heading {
    background: #fff;
    padding: 20px 0;
    border: none;
}

    .card-adding .panel-default > .panel-heading h4 {
        font-size: 18px;
        font-weight: 300;
        color: #91929c;
    }

.card-adding .panel-default.active > .panel-heading h4 {
    color: #499f46;
}

.card-adding .panel-default {
    border: none;
    border-bottom: 1px solid #ddd;
}

.card-adding {
    margin-bottom: 80px;
    width: 80%;
}

.dele-a {
    color: #0254c5 !important;
    font-style: 16px;
    text-decoration: underline;
}

.strss {
    display: inline-block;
}

.foms-panels .form-control {
    height: 50px;
    border: none;
    box-shadow: none;
    border-bottom: 2px solid #ddd;
    font-size: 16px;
    font-weight: 300;
    border-radius: 0px;
}

.card-adding .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border: none;
}

.border-btn {
    background: #fff;
    color: #333;
    border-color: #333;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 1px;
    height: 50px;
    padding: 0 30px;
    font-size: 16px;
    margin-right: 10px;
}

.color-theme-btn {
    background: #0254c5;
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 1px;
    height: 50px;
    padding: 0 30px;
    font-size: 16px;
    margin-right: 10px;
}

    .color-theme-btn:hover, .color-theme-btn:focus {
        color: #fff;
    }

.btn-acd-set {
    margin: 20px 0;
}

.foms-panels {
    padding-left: 30px;
}

/*MANAGE POP UPS*/
.all-man-pop {
}

    .all-man-pop .modal-dialog {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        width: 50%;
        margin: 0px;
    }

    .all-man-pop .modal-body {
        padding: 80px 40px;
        position: relative;
    }

        .all-man-pop .modal-body .close {
            position: absolute;
            right: 20px;
            top: 20px;
            font-size: 30px;
        }

    .all-man-pop .modal-content {
        border-radius: 0px;
    }

    .all-man-pop .modal-body .pop-heads {
        font-family: 'Raleway', sans-serif;
    }

        .all-man-pop .modal-body .pop-heads h1 {
            font-weight: bold;
            font-size: 32px;
            margin: 0 0 20px;
            color: #000;
        }

        .all-man-pop .modal-body .pop-heads p {
            font-size: 20px;
            font-weight: 300;
        }

    .all-man-pop .modal-content {
        height: 100vh;
        position: relative;
        overflow: auto;
    }

.in-steper-1 {
    margin: 40px 0;
}

    .in-steper-1 h1 {
        font-size: 30px;
        color: #333;
        margin: 0 0 10px;
        text-align: center;
        font-weight: bold;
    }

    .in-steper-1 h4 {
        margin: 10px auto 30px;
        font-size: 16px;
        font-weight: 300;
        width: 50%;
        line-height: 24px;
        text-align: center;
    }

    .in-steper-1 .form-control {
        height: 45px;
        border: none;
        box-shadow: none;
        border-radius: 0px;
        border-bottom: 2px solid #ddd;
        transition: all 300ms linear 0s;
        -o-transition: all 300ms linear 0s;
        -moz-transition: all 300ms linear 0s;
        -webkit-transition: all 300ms linear 0s;
    }

        .in-steper-1 .form-control.erroe-liner {
            border-color: red;
        }

.form-control.erroe-liner::placeholder {
    color: red;
}

.in-steper-1 .form-control:hover, .in-steper-1 .form-control:focus {
    border-color: #024fb9 !important;
}

.in-steper-1 textarea.form-control {
    height: 100px;
    resize: vertical;
}

.ad-reci-para {
    margin: 5px 0 0;
    color: #737373;
    padding: 0 10px;
}

.custom-radios-plan .option {
    background: #fff;
    align-items: center;
    justify-content: space-evenly;
    border-radius: 5px;
    cursor: pointer;
    padding: 30px 40px;
    margin: 0px;
    float: left;
    width: 50%;
    position: relative;
    border: 1px solid #CCD7E0;
    transition: all 0.3s ease;
    box-shadow: 0px 10px 30px 0px rgba(204, 215, 224, 0.3);
}

    .custom-radios-plan .option .dot {
        height: 20px;
        width: 20px;
        background: #d9d9d9;
        border-radius: 50%;
        position: absolute;
        left: 10px;
        top: 30px;
    }

        .custom-radios-plan .option .dot::before {
            position: absolute;
            content: "";
            top: 4px;
            left: 4px;
            width: 12px;
            height: 12px;
            background: #0254c5;
            border-radius: 50%;
            opacity: 0;
            transform: scale(1.5);
            transition: all 0.3s ease;
        }

.custom-radios-plan input[type="radio"] {
    display: none;
}

.option-1:checked:checked ~ .option-1 .dot,
.option-2:checked:checked ~ .option-2 .dot {
    background: #489f46;
}

    .option-1:checked:checked ~ .option-1 .dot::before,
    .option-2:checked:checked ~ .option-2 .dot::before {
        opacity: 1;
        transform: scale(1);
    }

.custom-radios-plan .option span {
    font-size: 16px;
    color: #000;
    font-weight: 500;
    display: block;
}

    .custom-radios-plan .option span b {
        display: block;
        font-size: 20px;
        font-weight: 300;
    }

.custom-radios-plan .wrapper .chose-more {
    color: #fff;
    background: #008753;
    font-weight: 100;
    border-color: #008753;
    font-size: 20px;
}

.custom-radios-plan .option h3 {
    font-size: 20px;
    margin-top: 20px;
    color: #489f46;
}

    .custom-radios-plan .option h3 em {
        font-size: 14px;
        color: #777;
    }

.custom-radios-plan .option ul {
    margin-top: 20px;
}

    .custom-radios-plan .option ul li {
        font-weight: 300;
        padding: 15px 0;
        border-bottom: 1px solid #ddd;
        padding-left: 30px;
        position: relative;
        letter-spacing: 0.5px;
    }

        .custom-radios-plan .option ul li:last-child {
            border: none;
        }

        .custom-radios-plan .option ul li i {
            position: absolute;
            color: #489f46;
            left: 0;
            top: 15px;
            font-size: 20px;
        }

.plan-selector {
    padding: 30px;
    background: #e7f3e7;
    border: 1px solid #499f46;
    border-radius: 3px;
}

    .plan-selector h3 {
        font-size: 16px;
        font-weight: 300;
        margin: 0;
    }

    .plan-selector h2 {
        font-size: 16px;
        font-weight: bold;
        margin: 10px 0 0;
    }

    .plan-selector h6 {
        font-size: 26px;
        font-weight: bold;
        color: #489f46;
        margin: 6px 0;
    }

        .plan-selector h6 em {
            font-weight: normal;
            font-size: 12px;
            color: #777;
        }

.switch-button {
    background: rgba(72, 159, 70, 0.56);
    border-radius: 30px;
    overflow: hidden;
    width: 340px;
    text-align: center;
    font-size: 18px;
    letter-spacing: 1px;
    color: #fff;
    position: relative;
    padding-right: 120px;
    position: relative;
    margin: 40px 0;
}

    .switch-button:before {
        content: "OFF";
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        width: 170px;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 3;
        pointer-events: none;
    }

.switch-button-checkbox {
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 2;
    margin: 0px !important;
}

.switch-button-checkbox {
    margin: 0px;
}

    .switch-button-checkbox:checked + .switch-button-label:before {
        transform: translateX(170px);
        transition: transform 300ms linear;
    }

    .switch-button-checkbox + .switch-button-label {
        position: relative;
        padding: 15px 0;
        display: block;
        user-select: none;
        pointer-events: none;
        margin: 0px;
        width: 170px;
        font-weight: 400;
    }

        .switch-button-checkbox + .switch-button-label:before {
            content: "";
            background: #489f46;
            height: 100%;
            width: 100%;
            position: absolute;
            left: 0;
            top: 0;
            border-radius: 30px;
            transform: translateX(0);
            transition: transform 300ms;
        }

        .switch-button-checkbox + .switch-button-label .switch-button-label-span {
            position: relative;
        }

#upgrade-plan-modal .option.option-1 {
    width: 40%;
    margin-right: 10%;
}

.all-man-pop #upgrade-plan-modal .modal-dialog {
    width: 68%;
}

.all-man-pop .option-1:checked:checked ~ .option-1, .all-man-pop .option-2:checked:checked ~ .option-2 {
    background: rgba(72, 159, 70, 0.3);
    border-color: #489f46;
}

.dif-head {
    margin: 0 0 20px;
    font-size: 20px;
}

.new-pal-inp {
}

.cupern-coders-1 {
    margin: 20px 0;
}

    .cupern-coders-1 .input-group-btn {
        padding-left: 20px;
    }

    .cupern-coders-1 .form-control {
        height: 45px;
        border: none;
        box-shadow: none;
        border-radius: 0px;
        border-bottom: 2px solid #ddd;
        transition: all 300ms linear 0s;
        -o-transition: all 300ms linear 0s;
        -moz-transition: all 300ms linear 0s;
        -webkit-transition: all 300ms linear 0s;
    }

    .cupern-coders-1 .btn {
        height: 40px;
        border-radius: 4px !important;
        padding: 0 25px;
        text-transform: uppercase;
        letter-spacing: 1px;
        color: #fff;
        font-weight: 400;
        border: none;
        background: #024fb9;
    }

    .cupern-coders-1 .input-group {
        margin-bottom: 20px;
    }

.new-pal-inp {
    width: 80%;
}

.shaders .singles-plasn {
    width: 40%;
    float: left;
}

.shaders .custom-radios-plan .option {
    width: 100%;
}

.all-man-pop #cancel-plan-modal .modal-dialog {
    width: 60%;
}

.suberts-heads {
    margin: 50px 0 20px;
    font-size: 20px;
}

.righrt-contexts {
    width: 55%;
    margin-left: 5%;
    float: left;
}

    .righrt-contexts p {
        font-size: 22px;
        font-weight: 300;
        color: #737373;
    }

    .righrt-contexts h1 {
        font-size: 34px;
        color: #000;
        margin: 0 0 30px;
        font-weight: bold;
    }

    .righrt-contexts p b {
        color: #489f46;
    }

.table-form-cont .form-control {
    height: 50px;
    border: none;
    box-shadow: none;
    border-bottom: 2px solid #ddd;
    font-size: 16px;
    font-weight: 300;
    border-radius: 0px;
}

.table-hover > tbody > tr:hover {
    background-color: rgba(72, 159, 70, 0.1);
}

    .table-hover > tbody > tr:hover th {
        color: #499f46 !important;
    }

.all-man-pop #confirm_remove .modal-dialog {
    position: fixed;
    left: 76%;
    top: 50%;
    right: auto;
    width: 500px;
    transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
}

.all-man-pop #confirm_remove .modal-content {
    height: auto !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.all-man-pop #confirm_remove .modal-body {
    padding: 50px 40px;
}

    .all-man-pop #confirm_remove .modal-body h4 {
        margin: 0 0 15px;
        font-weight: 700;
        font-size: 22px;
        line-height: 30px;
        color: #111;
    }

    .all-man-pop #confirm_remove .modal-body .text-div {
        color: #737373;
    }

 
/*client view profile start*/

/*PROFILE*/
.profile-page-new {
    width: 90%;
}

.add-profile-media {
    margin-bottom: 40px;
}

    .add-profile-media .media-left .user-picss {
        height: 180px;
        width: 180px;
        background: #fafafa;
        border-radius: 50%;
        position: relative;
        /*border: 1px solid #499f46;*/
        margin-right: 20px;
    }

        .add-profile-media .media-left .user-picss img {
            height: 100%;
            width: 100%;
            border-radius: 50%;
        }

        .add-profile-media .media-left .user-picss a {
            position: absolute;
            right: 5px;
            top: 5px;
            display: block;
            height: 40px;
            width: 40px;
            border: 1px solid #ddd;
            background: #fff;
            color: #499f46;
            line-height: 38px;
            text-align: center;
            border-radius: 50%;
            transition: all 300ms linear 0s;
            -o-transition: all 300ms linear 0s;
            -moz-transition: all 300ms linear 0s;
            -webkit-transition: all 300ms linear 0s;
        }

            .add-profile-media .media-left .user-picss a:hover {
                background: #499f46;
                color: #fff;
            }

    .add-profile-media .media-body {
        vertical-align: middle;
    }

    .add-profile-media h4 {
        margin: 0 0 10px;
        color: #000;
        font-weight: bold;
        font-size: 28px;
        font-family: 'Raleway', sans-serif;
    }

    .add-profile-media p {
        font-size: 20px;
        color: #91929c;
        font-weight: 300;
    }

.edit-new-pros.foms-panels {
    padding: 0px;
}

.reset-pass-new {
    width: 50%;
}

    .reset-pass-new .btn {
        height: 45px;
        background: none;
        border: none;
        border-bottom: 2px solid #ddd;
        border-radius: 0px;
    }

input#picture {
    opacity: 0;
}

img#userProfile_img {
    height: 70px !important;
    width: 70px !important;
    border-radius: 50% !important;
}
/*client view profile end*/




/*loader start*/


#loading {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: fixed;
    display: block;
    opacity: 0.7;
    background-color: #fff;
    z-index: 2050;
    text-align: center;
}

#loading-content {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    z-index: 2051;
}

.hide {
    display: none;
}

/*loader end*/

/*********/
/*Dashboard: Create Automatic Renewal Slider -Hemangi 1 Feb 2022*/
.cssAutoRenewPlan {
    appearance: none;
    width: 64px;
    padding-left: 33px !important;
    margin: 0;
    border-radius: 16px;
    background: radial-gradient(circle 12px, white 100%, transparent calc(100% + 1px)) #ccc -16px;
    transition: 0.3s ease-in-out;
}

    .cssAutoRenewPlan::before {
        content: "OFF";
        font: bold 12px/32px Verdana;
        color: white;
        text-shadow: 0 1px black;
        

        /*content: 'OFF';
        color: white;
        display: block;
        position: absolute;
        transform: translate(-50%,-50%);
        top: 50%;
        left: 50%;
        font-size: 10px;
        font-family: Verdana, sans-serif;*/
    }

    .cssAutoRenewPlan:checked {
        padding-left: 8px !important;
        background-color: #024fb9;
        background-position: 16px;
    }

        .cssAutoRenewPlan:checked::before {
            content: "ON";
         
        }
/************/
/************************/
/*ADD MANAGE PLAN ON DASHBOARD -Hemangi 25 Feb 2022*/
.bxes-dash-adders {
    border-radius: 20px 0 0px 0;
    border: 1px solid #ddd;
}

.ds-top-set {
    border-radius: 20px 2px 2px 2px;
    padding: 20px;
    background: #fff;
}

    .ds-top-set h4 {
        font-size: 16px;
        color: #91929c;
        margin: 0 0 20px;
    }

        .ds-top-set h4 a {
            color:;
        }

.add-egency-media-sml {
    padding: 20px;
    background: #003177;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
}

    .add-egency-media-sml .media-left i {
        height: 80px;
        width: 80px;
        border-radius: 50%;
        line-height: 80px;
        text-align: center;
        font-size: 40px;
        background: #0152c1;
    }

    .add-egency-media-sml .media-body {
        vertical-align: middle;
        padding-left: 20px;
    }

    .add-egency-media-sml h4 {
        text-transform: uppercase;
    }

    .add-egency-media-sml p {
        font-weight: 300;
        margin-bottom: 0px;
    }

.mde-imgs {
    width: 100px;
}

.pop-medis .media-left {
    padding-right: 20px !important;
}

.pop-medis .media-heading {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: normal;
}

.stl-btn-sec {
    margin-top: 30px;
}

    .stl-btn-sec .btn {
        height: 40px;
        padding: 0 20px;
        text-transform: uppercase;
        color: #fff;
        border-radius: 4px;
        margin-right: 10px;
        letter-spacing: 1px;
    }

.btn-fills-bl {
    background: #0254c5;
    color: #fff;
}

.btn-fills-gr {
    background: #499f46;
    color: #fff;
}

.pop-medis {
    padding: 10px;
}

.lef-ttrs {
    width: 50%;
    float: left;
}

.rig-ttrs {
    width: 50%;
    float: left;
    text-align: right;
}

    .rig-ttrs h6 {
        font-size: 14px;
    }

        .rig-ttrs h6 span {
            display: block;
            margin-top: 10px;
            color: #91929c;
        }

.cl-ol-cust {
    color: #91929c;
    font-weight: 14px;
}



/*************************/
/*Add Articles to the Producer Dashboard & Option on Admin Dashboard -Hemangi START*/
/*NEW_ARTICLES 4-MAR-22*/
.dash-articl-news {
    margin: 20px 0;
}

.single-art {
}

.art-imger {
    height: 300px;
    position: relative;
    background: #ddd;
    margin-bottom: 20px;
    border-radius: 4px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

    .art-imger .dates-gr {
        position: absolute;
        left: -10px;
        top: 20px;
        padding: 6px 15px;
        border-radius: 4px;
        color: #fff;
        background: #499f46;
        text-transform: uppercase;
        font-size: 12px;
    }

.leb-styler {
    padding: 6px 20px;
    border-radius: 20px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 300;
    color: #fff;
    display: inline-block;
}

.leb-grey {
    background: #c1c2cf;
}

.art-soc-links li {
    display: inline-block;
    margin-left: 10px;
}

    .art-soc-links li a {
        display: block;
        font-size: 16px;
        color: #c1c2cf;
    }

.single-art h1 {
    font-size: 30px;
    color: #025ad3;
    margin: 15px 0;
}

.single-art p {
    color: #91929c;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
}

.art-read-more {
    display: inline-block;
    height: 40px;
    padding: 10px 20px;
    color: #fff;
    background: #025ad3;
    border-radius: 0px;
    font-size: 16px;
    margin: 20px 0 0;
}

.medial-arts {
}

.med-art-imgs {
    width: 160px;
    height: 160px;
    margin-right: 15px;
    border-radius: 4px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

    .med-art-imgs img {
        width: 100%;
    }

.medial-arts h1 {
    font-size: 26px;
    color: #025ad3;
    margin: 15px 0;
}

.medial-arts p {
    color: #91929c;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
}

.medial-arts hr {
    margin: 30px 0;
}

/*Please add below CSS*/
.main-manage-planer {
    position: relative;
}

.in-lef-nav {
    position: absolute;
    left: -15px;
    top: 0;
    width: 300px;
    height: 100%;
    background: #f3f3f3;
    padding: 80px 15px;
    border-right: 1px solid #ddd;
}

    .in-lef-nav ul li {
        display: block;
        border-bottom: 1px solid #ddd;
    }

        .in-lef-nav ul li a {
            display: block;
            padding: 12px 20px;
            font-size: 18px;
            font-weight: 300;
            color: #8f909a;
            border-radius: 4px;
            transition: all 300ms linear 0s;
            -o-transition: all 300ms linear 0s;
            -moz-transition: all 300ms linear 0s;
            -webkit-transition: all 300ms linear 0s;
        }

            .in-lef-nav ul li a i {
                width: 30px;
            }

            .in-lef-nav ul li.active a, .in-lef-nav ul li a:hover {
                background: #499f46;
                color: #fff;
            }


/*Add Articles to the Producer Dashboard & Option on Admin Dashboard-Hemangi 16 march 2022*/
.right-manage-bx-ntt {
    padding: 2px 0px 80px 285px;
    background: #f8f8f8;
}

.art-top-left {
    width: 60%;
    float: left;
    background: #fff;
    padding: 50px 60px;
    min-height: 600px;
    position: relative;
    border-bottom: 2px solid #499f46;
}

    .art-top-left:after {
        position: absolute;
        right: 0;
        bottom: 0;
        content: '';
        border-bottom: 30px solid #499f46;
        border-left: 30px solid transparent;
    }

    .art-top-left .g-back {
        display: block;
    }

        .art-top-left .g-back a {
            display: inline-block;
            color: #91929c;
            font-size: 16px;
        }

    .art-top-left .date-socl {
        margin: 20px 0 50px;
    }

        .art-top-left .date-socl h4 {
            margin: 0px 0 10px;
            color: #000;
            text-transform: uppercase;
            font-size: 16px;
        }

        .art-top-left .date-socl ul li {
            display: inline-block;
            margin-right: 10px;
        }

            .art-top-left .date-socl ul li a {
                display: block;
                font-size: 16px;
                color: #91929c;
            }

.leb-styler {
    padding: 6px 20px;
    border-radius: 20px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 300;
    color: #fff;
    display: inline-block;
}

.leb-grey {
    background: #c1c2cf;
}

.art-top-left h2 {
    font-size: 30px;
    color: #025ad3;
    margin: 20px 0;
}

.art-top-left h3 {
    font-size: 18px;
    color: #91929c;
    margin: 20px 0;
    font-weight: 300;
}

.prster-meds {
    margin-top: 50px;
}

.poset-pics {
    height: 50px;
    width: 50px;
    background: #ddd;
    border-radius: 50%;
}

    .poset-pics img {
        border-radius: 50%;
        height: 100%;
        width: 100%;
    }

.prster-meds .media-body {
    vertical-align: middle;
}

    .prster-meds .media-body h4 {
        font-size: 14px;
    }

    .prster-meds .media-body p {
        font-size: 12px;
        color: #91929c;
        margin: 0px;
    }

.art-top-right {
    width: 40%;
    float: left;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 600px;
    position: relative;
}

    .art-top-right .cert-icos {
        height: 80px;
        width: 80px;
        border-radius: 50%;
        padding: 10px;
        position: absolute;
        left: -40px;
        background: #499f46;
        top: 100px;
    }

        .art-top-right .cert-icos img {
            width: 100%;
            height: 100%;
        }

.arti-content-bxer {
    padding: 40px 5%;
}

    .arti-content-bxer p {
        font-size: 14px;
        font-weight: 300;
        line-height: 24px;
        color: #91929c;
        margin-bottom: 20px;
    }

.brd-bx-dispalys {
    border-top: 1px solid #ddd;
    padding: 30px 0;
    margin: 30px 0;
}

    .brd-bx-dispalys h1 {
        font-size: 22px;
        color: #000;
        margin: 0 0 20px;
    }

.set-bsor-imgs {
    min-height: 300px;
    border-radius: 10px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.brd-bx-dispalys .row {
    margin-top: 30px;
    margin-bottom: 30px;
}

.queare-deis {
    padding: 40px;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #ddd;
    color:;
}

    .queare-deis i {
        font-size: 40px;
        margin-bottom: 10px;
        color: #025ad3;
    }

    .queare-deis h5 {
        font-size: 18px;
        color: #025ad3;
        line-height: 30px;
        font-weight: 400;
    }

    .queare-deis h6 {
        margin: 0px;
        color: #000;
        font-size: 14px;
    }

.arc-tags {
    margin-top: 30px;
}

    .arc-tags a {
        display: block;
        padding: 15px 20px;
        font-size: 18px;
        margin-top: 5px;
        font-size: 16px;
        color: #333;
        background: #fff;
        border-radius: 3px;
        border: 1px solid #ddd;
    }

.rec-art-det {
    padding: 40px 5%;
}

    .rec-art-det h1 {
        margin: 0 0 20px;
        color: #000;
        font-weight: bold;
        font-size: 28px;
    }

.art-imger-set {
    height: 350px;
    position: relative;
    background: #ddd;
    margin-bottom: 20px;
    border-radius: 4px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

    .art-imger-set .dates-gr {
        position: absolute;
        left: -10px;
        top: 20px;
        padding: 6px 15px;
        border-radius: 4px;
        color: #fff;
        background: #499f46;
        text-transform: uppercase;
        font-size: 12px;
    }

.art-soc-links-set li {
    display: inline-block;
    margin-left: 10px;
}

    .art-soc-links-set li a {
        display: block;
        font-size: 16px;
        color: #c1c2cf;
    }

.recent-art-righter h1 {
    font-size: 40px;
    color: #025ad3;
    font-weight: 500;
    margin: 25px 0;
}

.recent-art-righter p {
    color: #91929c;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
}

.recent-art-righter .art-read-more {
    display: inline-block;
    height: 40px;
    padding: 10px 20px;
    color: #fff;
    background: #025ad3;
    border-radius: 0px;
    font-size: 16px;
    margin: 20px 0 0;
}

.recent-art-righter .prster-meds {
    margin-top: 30px;
}

.rec-art-det > .row {
    margin-top: 40px;
    margin-bottom: 40px;
}
/*Add Articles to the Producer Dashboard & Option on Admin Dashboard -Hemangi END*/



/*BLUR-POP_UP Dashboard: Failed Payment Interface Start*/

.autoRenewfalse {
    pointer-events: none!important;
} 
.blur-pop-up .modal-dialog {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) !important;
    -o-transform: translate(-50%, -50%) !important;
    -moz-transform: translate(-50%, -50%) !important;
    -webkit-transform: translate(-50%, -50%) !important;
}

.blur-model-new .dashBoardBodyPlanExpire {
    filter: blur(5px);
    -o-filter: blur(5px);
    -moz-filter: blur(5px);
    -webkit-filter: blur(5px);
}

.modal-backdrop {
    display: none;
}

.blur-pop-up .modal-body {
    padding: 30px;
}

.blurpop-cont {
    text-align: center;
}

    .blurpop-cont i {
        height: 100px;
        width: 100px;
        line-height: 100px;
        font-size: 60px;
        border-radius: 50%;
        background: #f2dede;
    }

    .blurpop-cont p {
        font-size: 14px;
        text-align: center;
        line-height: 22px;
        margin: 20px 0;
        color: #91929c;
        font-weight: 300;
    }

    .blurpop-cont .up-blur-btn {
        background: #0254c5;
        color: #fff;
        padding: 0 20px;
        height: 40px;
        text-transform: uppercase;
        font-weight: 300;
        letter-spacing: 1px;
		line-height:40px;
    }
/*BLUR-POP_UP Dashboard: Failed Payment Interface END*/

/*Training  courses view change for ADMIN Changes to Course List-START*/
#divTrainingCoursesByStateForAdmin table tr td {
    padding: 8px;
}

#divResult tr td {
    padding: 0px 8px;
}

.custCenter {
    text-align: center;
}

    .custCenter .page-sub-title {
        display: block;
        float: none !important;
        text-align: center !important;
    }
	/*Training  courses view change for ADMIN Changes to Course List-END*/