@font-face {
    font-family: ProximaNova;
    src: url('../fonts/ProximaNova-Semibold.otf');
}

@font-face {
    font-family: 'Avenir Next Demi';
    src: url('../fonts/AvenirNext-DemiBold.woff2') format('woff2'), url('../fonts/AvenirNext-DemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

body {
    font-family: 'Raleway', sans-serif !important;
    font-size: 14px;
    font-weight: 500;
    color: #4A4A4A;
    margin: 0;
    padding: 0;

}

.overflow-h {
    overflow: hidden;
}

.overflow-v {
    overflow: visible;
}

.main_bg {
    padding-top: 95px;
}

.mainvaultarea {
    width: 100%;
    max-width: calc(100% - 250px);
    float: right;
    position: relative;
}

footer {
    position: page;
    bottom: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 50px;
}

footer ul.nav {
    background-color: #4a4a4a;
    padding-top: 0px;
}

.close_icon {
    display: inline-block;
    height: 22px;
    width: 22px;
}

.close_icon.sm {
    height: 22px;
    width: 22px;
}

.close {
    opacity: 1;
}

.close:hover {
    opacity: 1;
}

.close_icon.sm:hover {
    cursor: pointer;
}

.ds_theme-table tr th:nth-child(2),
.ds_theme-table tr th:nth-child(3),
.ds_theme-table tr td:nth-child(2),
.ds_theme-table tr td:nth-child(3) {
    text-align: right;
}

.ds_theme-table tr.inactive td:nth-child(2),
.ds_theme-table tr td:nth-child(4) {
    width: 55px;
    text-align: right;
}

button {
    outline: none !important;
}

.form-control {
    color: #4A4A4A !important;
}

select.form-control {
    color: #9a9a9a !important;
}

select.selected {
    color: #4A4A4A !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.btn {
    font-family: 'Raleway', sans-serif !important;
}

@media (min-width: 1200px) {
    .container {
        width: 1100px;
    }
}

@media (min-width: 1366px) {
    .container {
        width: 1100px;
    }
}

.btn_a {
    font-size: 15px !important;
    font-family: 'Roboto', sans-serif !important;
    background-color: #650087 !important;
    color: #ffffff !important;
    border: none !important;
    font-weight: bold !important;
}

.clickable {
    cursor: pointer !important;
}

.has_error {
    color: red;
    font-size: 13px;
}

input {
    outline: 0;
    border-width: 0 0 2px 0;
    border-color: blue;
}

input:focus {
    border-color: green;
}

.form-control {
    box-shadow: none !important;
    border-radius: 0px !important;
}

.form-control-no-border:focus {
    border-color: #ccc !important;
    outline: 0 !important;
    border-left: none !important;
    border-right: none !important;
    border-top: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.form-control:focus {
    border-color: red !important;
    outline: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

/*slider_css_start*/
.mynav {
    background-color: transparent !important;
    border-color: transparent !important;
    background-image: none;
    box-shadow: none;
}
nav {
    border-bottom: 2px solid #ffffff !important;
}
.pos {
    position: relative;
}
.text_cent {
    position: absolute;
    color: #fff;
    top: 48%;
    left: 50%;
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.botom_butoon {
    background: transparent;
    color: #ffffff;
    font-size: 20px;
    padding: 10px 70px;
    margin: 0px 20px;
    -webkit-transition: background .2s ease-in-out, border .2s ease-in-out;
    -moz-transition: background .2s ease-in-out, border .2s ease-in-out;
    -o-transition: background .2s ease-in-out, border .2s ease-in-out;
    transition: background .2s ease-in-out, border .2s ease-in-out;
    border: 2px solid #ffffff;
    font-weight: bold;
    min-width: 250px;
}
.botom_butoon_1 {
    background: transparent;
    color: #ffffff;
    font-size: 20px;
    padding: 10px 70px;
    -webkit-transition: background .2s ease-in-out, border .2s ease-in-out;
    -moz-transition: background .2s ease-in-out, border .2s ease-in-out;
    -o-transition: background .2s ease-in-out, border .2s ease-in-out;
    transition: background .2s ease-in-out, border .2s ease-in-out;
    border: 2px solid #ffffff;
    font-weight: bold;
    display: inline-block;
}
.botom_butoon:hover {
    color: #ffffff;
    border-color: #9500B4;
    background-color: #9500B4;
}
.the_ult {
    font-weight: bold;
    font-size: 55px;
}
.img_ht {
    min-height: 536px;
}
.up_load_font {
    font-size: 24px;
    color: #000;
    padding-top: 10px;
}
.adjst {
    padding-top: 50px;
}
.secure_section {
    padding: 40px 0;
    background-color: #9500B4;
}
.secu {
    font-size: 22px;
    text-align: center;
    font-family: 'Roboto', sans-serif !important;
    color: #ffffff;
}
.para_P {
    font-size: 18px;
    text-align: center;
    color: #ffffff;
    font-family: 'Roboto', sans-serif !important;
}
.my_pd {
    padding-top: 40px;
}
body.slide-active {
    overflow-x: hidden
}


/*first child of #page-content so it doesn't shift around*/
.no-margin-top {
    margin-top: 0px!important
}


/*wrap the entire page content but not nav inside this div if not a fixed top, don't add any top padding */
#page-content {
    position: relative;
    padding-top: 70px;
    left: 0;
}
#page-content.slide-active {
    padding-top: 0
}


/* put toggle bars on the left :: not using button */
#slide-nav .navbar-toggle {
    cursor: pointer;
    position: relative;
    line-height: 0;
    float: left;
    margin: 0;
    width: 30px;
    height: 40px;
    padding: 10px 0 0 0;
    border: 0;
    background: transparent;
}


/* icon bar prettyup - optional */
#slide-nav .navbar-toggle>.icon-bar {
    width: 100%;
    display: block;
    height: 3px;
    margin: 5px 0 0 0;
}
#slide-nav .navbar-toggle.slide-active .icon-bar {
    background: orange
}
.navbar-header {
    position: relative;
}
.navbar.navbar-fixed-top.slide-active {
    position: relative
}

@media (max-width:767px) {
    footer ul.nav {
        background-color: #4a4a4a;
    }

    .my_res {
        margin-bottom: 30px;
    }

    #slide-nav .container {
        margin: 0;
        padding: 0!important;
    }

    #slide-nav .navbar-header {
        margin: 0 auto;
        padding: 0 15px;
    }

    #slide-nav .navbar.slide-active {
        position: absolute;
        width: 80%;
        top: -1px;
        z-index: 1000;
    }

    #slide-nav #slidemenu {
        background: #f7f7f7;
        left: -100%;
        width: 80%;
        min-width: 0;
        position: absolute;
        padding-left: 0;
        z-index: 2;
        top: -8px;
        margin: 0;
    }

    #slide-nav #slidemenu .navbar-nav {
        min-width: 0;
        width: 100%;
        margin: 0;
    }

    #slide-nav #slidemenu .navbar-nav .dropdown-menu li a {
        min-width: 0;
        width: 80%;
        white-space: normal;
    }

    #slide-nav {
        border-top: 0
    }

    #slide-nav.navbar-inverse #slidemenu {
        background: #333
    }
    /* this is behind the navigation but the navigation is not inside it so that the navigation is accessible and scrolls*/

    #slide-nav #navbar-height-col {
        position: fixed;
        top: 0;
        height: 100%;
        width: 80%;
        left: -80%;
        background: #eee;
    }

    #slide-nav.navbar-inverse #navbar-height-col {
        background: #333;
        z-index: 1;
        border: 0;
    }

    #slide-nav .navbar-form {
        width: 100%;
        margin: 8px 0;
        text-align: center;
        overflow: hidden;
        /*fast clearfixer*/
    }

    #slide-nav .navbar-form .form-control {
        text-align: center
    }

    #slide-nav .navbar-form .btn {
        width: 100%
    }
}

@media (min-width:768px) {
    #page-content {
        left: 0!important
    }

    .navbar.navbar-fixed-top.slide-active {
        position: fixed
    }

    .navbar-header {
        left: 0!important
    }
}

/*slider_css_end*/

/* starting deepanshu's css with acronym "ds"  */
footer a {
    color: #fff !important;
    text-decoration: none !important;
}
footer a:hover {
    color: #9d9d9d !important;
}


.img_ht {
    background: url(../img/home.jpeg) center center;
    background-size: cover;
}

.img_lt {
    background: url(../img/landing.jpeg) center center;
    background-size: cover;
}

.img_ft {
    width: 180px;
    height: 50px;
    padding-bottom: 15px;
    padding-top: 10px;

}

.bg-white {
    background-color: #fff;
}
a {
    outline: none !important;
}
.ds_main {
    padding-right: 30px;
    padding-left: 30px;
    overflow: hidden;
}
.ds_delegate-row {
    margin-bottom: 20px
}
.ds_head_row {
    margin-bottom: 54px;
}
.ds_sub-title {
    color: grey;
    font-weight: lighter;
}
.ds_text-bold {
    font-weight: bold;
}
.ds_padding-top-25 {
    padding-top: 25px;
}
.ds_padding-top-20 {
    padding-top: 20px;
}
.ds_custom-select {
    background: #9500B4;
    color: #fff;
    outline: none !important;
    height: 46px;
    font-size: 20px;
    border-radius: 8px !important;
    margin-bottom: 10px;
}
.ds_custom-select option {
    background-color: #fff;
    color: #9500B4;
    font-size: 18px;
}
.ds_theme-bar {
    background-color: #9500B4;
}
.ds_bar-text {
    position: absolute;
    right: 5px;
    color: #ffffff;
}

.progress {
    background-color: #aaaaaa;
}

.progress-bar > .ds_bar-text {
    color: #ffffff;
}

.ds_theme-text {
    color: #9500B4;
}
.ds_theme-btn {
    background: #fff;
    color: #4a4a4a;
    margin-bottom: 10px;
    font-size: 18px;
    padding: 5px 15px;
    font-weight: 700;
    border: 2px solid #9925C1;
    min-width: 193px;
}
.ds_theme-btn.btn-sm {
    min-width: initial;
    padding: 4px 12px;
    font-size: 14px;
}
.ds_theme-btn.btn-lg {
    width: 100%;
}
.ds_theme-btn:focus,
.ds_theme-btn:hover {
    color: #fff;
    background: #9502c1;
}
.ds_theme-btn.fill {
    color: #fff;
    background: #9502c1;
}
.ds_theme-panel {
    border-radius: 0px;
    max-width: 100%;
}
.ds_theme-panel .panel {
    border-radius: 0px;
}
.ds_theme-panel .panel-heading {
    background: transparent;
    padding: 14px 10px;
}
.ds_theme-panel .panel-heading a {
    text-decoration: none !important;
    font-size: 18px;
}
.ds_theme-panel .panel-heading a i {
    padding-right: 8px;
}
.ds_theme-panel .panel-collapse .panel-body {
    border: 0px !important;
}
.ds_theme-panel .panel-collapse .panel-body hr {
    margin-top: 0px;
    margin-bottom: 5px;
}
.ds_theme-panel .panel-collapse .panel-body .control-label {
    color: grey;
    font-weight: 400;
}
.ds_theme-panel textarea {
    border-radius: 4px !important;
}
.ds_theme-panel ul.list-group li.list-group-item {
    border-radius: 0px;
    border: 0px;
    padding: 5px;
}
.ds_theme-panel ul.list-group li.active,
.ds_theme-panel ul.list-group li.active a {
    background-color: transparent;
    color: grey !important;
    font-style: italic;
    font-size: 12px;
    display: block;
    text-decoration: none !important;
}
.ds_theme-panel ul.list-group li.active a i {
    color: grey;
}
.ds_theme-panel ul.list-group li.list-group-item i {
    margin-top: 2px;
    cursor: pointer;
    color: #000;
}
.ds_theme-panel div.list-group div.list-group-item {
    padding: 10px 40px;
    border: 0px;
}
.ds_theme-panel div.list-group div.list-group-item p {
    color: grey;
}
.ds_theme-panel div.list-group div.list-group-item sub {
    font-size: 27px;
    line-height: 29px;
}
.ds_theme-panel div.list-group div.list-group-item .left-badge,
.ds_theme-panel div.list-group div.list-group-item .right-badge {
    position: absolute;
    padding: 0px 5px;
}
.ds_theme-panel div.list-group div.list-group-item .left-badge {
    left: -6px;
    font-size: 54px;
    top: -9px;
}
.ds_theme-panel div.list-group div.list-group-item .right-badge {
    right: 0px;
    font-size: 32px;
    top: 10px;
}
.panel-group .panel+.panel {
    margin: 0px;
    border-top: 0px;
}
.ds_new-action a {
    display: block;
    padding: 13px 10px;
    font-style: italic;
    border: 1px solid #ddd;
    font-weight: lighter;
    color: grey;
    text-decoration: none !important;
    font-size: 12px;
}
#close_acco span.fa {
    display: none;
}
.ds_theme-table {
    border: 1px solid #ddd;
    min-height: 220px;
}
.ds_theme-table table tr th {
    border: 0px;
    border-bottom: 1px solid #ddd !important;
}
.ds_theme-table table {
    border: 0px;
}
.ds_theme-table table td {
    border: 0px !important;
    border-top: 0px !important;
}
.ds_theme-table table td i {
    color: #000;
}
.ds_theme-table .inactive {
    color: grey;
    font-style: italic;
    font-size: 12px;
    font-weight: 300;
    background: transparent !important;
}
.ds_theme-table .inactive i {
    color: #4a4a4a;
}
.ds_theme-table .table>tbody+tbody {
    border: 0px !important;
}
.ds_side-menu .list-group-item {
    background-color: transparent !important;
    border-radius: 0px;
    border: 0px;
    border-bottom: 1px solid #9B9B9B;
    padding-right: 45px;
}
.ds_side-menu .list-group-item:last-child {
    padding: 20px 15px;
}
.progress {
    position: relative;
}
.ds_side-menu .ds_active:after {
    content: "\f105";
    font-family: "FontAwesome";
    color: #9500B4;
    position: absolute;
    font-size: 67px;
    padding: 0px;
    line-height: initial;
    right: 5px;
    top: calc(50% - 38px);
}
.ds_side-menu .list-group-item span {
    display: block;
    padding: 1px 0px;
}
.ds_side-menu .list-group-item span i {
    margin-top: 2px;
}
.no-padding {
    padding-right: 0px;
    padding-left: 0px;
}
.navbar {
    padding: 20px 0px;
}
.navbar .navbar-brand {
    padding: 0px;
}
.navbar-brand img {
    width: 100%;
    max-width: 235px;
}
.my_cont_bg {
    padding-top: 0px;
}
.no-top_padding {
    padding-top: 0px;
    min-height: inherit !important;
}
.drop_wrapper {
    width: 100%;
    display: block;
    position: relative;
}
.drop_wrapper .ds_theme-btn {
    position: absolute;
    z-index: 100;
    right: 0px;
}
.drop_wrapper .dropdown-menu {
    right: 0;
}
.drop_wrapper .dropdown-toggle .caret {
    right: 15px;
    position: absolute;
    border-width: 12px 10px 0px;
    top: 17px;
}
.text-left-force {
    text-align: left !important;
}
.ds_before-login-logo {
    max-width: 250px;
    margin: 15px auto;
}
.ds_before_login-form {
    padding: 35px 0px;
}
.ds_before_login-form form .form-group {
    display: table;
}
.ds_before_login-form form .form-group .form-control {
    padding-left: 0px;
}
.ds_before_login-form form p {
    margin: 10px 0px;
}
.ds_before_login-form h3 {
    padding-left: 5px;
    margin-bottom: 20px !important;
}
.ds_before_login-form form hr {
    border-color: #828282;
}
.ds_before_login-form form .form-group label.control-label {
    font-weight: normal;
    color: #9a9a9a;
}
.ds_before_login-form form .form-group select {
    border: 0px;
    border-bottom: 1px solid #ccc;
    outline: none;
    color: #9a9a9a;
    padding-right: 0px;
}
.ds_before_login-form form .form-group span.has_error {
    font-size: 12px;
    color: red;
}
.navbar-brand {
    height: initial;
    display: table;
    float: none;
}
#sidebar-toggle {
    color: #fff;
    font-size: 30px;
    position: absolute;
    padding: 5px 15px;
}
#home {
    position: relative;
}
#home nav.navbar-inverse {
    background-color: transparent !important;
    padding: 10px 0px;
}
#home nav.navbar-inverse:before {
    content: "";
    width: 100%;
    top: 0;
    height: 0px;
    position: absolute;
    background-color: #000000 !important;
    transition: 0.5s ease-out;
}
#home.fill nav.navbar-inverse:before {
    height: 80px;
    transition: 0.5s ease-out;
}
.btn-transparent {
    color: #fff !important;
    border-radius: 5px;
    border: 2px solid #fff;
    padding: 5px 33px !important;
    font-weight: bold;
    max-width: 169px;
    transition: 0.3s ease-out;
    margin: 0 auto;
    font-size: 17px !important;
    text-transform: uppercase;
}
.btn-transparent:hover,
.btn-transparent:active {
    border-color: #9500B4;
    background-color: #9500B4 !important;
}
#home nav.navbar-inverse .navbar-nav li:first-child {
    margin-right: 18px;
}
#home nav.navbar-inverse .navbar-nav li {
    margin-top: 16px;
}
.how_works {
    padding: 16px 0px 50px;
}
.how_works p {
    text-align: center;
    padding: 0px 30px;
}
.how_works .col-md-4:after {
    content: url(../img/RIghtArow.png);
    position: absolute;
    right: -18px;
    top: 69px;
}
.how_works .col-md-4:last-child:after {
    content: "";
}
.how_works .how_w_icon {
    height: 150px;
    position: relative;
    margin-bottom: 25px;
}
.how_works .how_w_icon img {
    vertical-align: bottom;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
}
.card_container .card {
    text-align: center;
    padding: 10px 20px 20px 10px;
    box-shadow: 0px 2px 5px 1px #908f8f;
    border-radius: 4px;
    margin: 0 auto 25px;
    background-color: #fff;
    width: calc(100% - 45px);
}
.card_container .card h4 {
    color: #9500B4;
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 20px;
}
.card_container .col-sm-4:nth-child(1) {
    left: 15.3334%;
}
.card_container .col-sm-4:nth-child(2) {
    left: 18.66666667%;
}
.card_container .content p {
    margin-bottom: 2px;
    color: #001;
}
.card_container hr {
    width: 60%;
    margin: 12px auto 5px;
    border-color: #c7c7c7;
}
.card_container .price {
    color: #636060;
    font-size: 13px;
}
.card_container .btn {
    background-color: #650088;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    padding: 4px 50px;
}
.card_container {
    padding-top: 45px;
    padding-bottom: 20px;
    background-color: #f1f1f1;
}
.carousel-control.left,
.carousel-control.right {
    background: transparent !important;
    top: -45px;
}
#myCarousel .glyphicon-chevron-left {
    left: -60px;
}
#myCarousel {
    padding: 30px 0px;
}
#myCarousel .glyphicon-chevron-right {
    right: -60px;
}
.banner_btn-group {
    position: absolute;
    bottom: 20px;
}
.banner_btn-group a {
    margin: 0px;
}
.img_ht .text_cent {
    margin-top: -30px;
}
.carousel-control .glyphicon:before {
    display: none;
}
.horizantal-radio .radio+.radio {
    margin-top: 10px;
}
.btn-transparent_1 {
    color: #fff !important;
    border-radius: 5px;
    border: 2px solid #fff;
    padding: 5px 33px !important;
    font-weight: bold;
    max-width: 169px;
    transition: 0.3s ease-out;
    margin: 0 auto;
    border-color: #9500B4;
    background-color: #9500B4 !important;
    font-size: 17px !important;
    text-transform: uppercase;
}
.btn-transparent:hover,
.btn-transparent:active {
    border-color: #ffffff;
    color: #9500B4 !important;
    background-color: #ffffff !important;
}
.btn-transparent_1:hover,
.btn-transparent_1:active {
    border-color: #ffffff;
    color: #9500B4 !important;
    background-color: #ffffff !important;
}
.wide-gutter {
    padding-right: 30px;
    padding-left: 30px;
}
.card-bg {
    background-color: #F1F0F0;
    padding: 20px 0px;
}
.form-group .form-control {
    padding-left: 0px !important;
}
.progress {
    border-radius: 0px !important;
}
.text-v-center {
    padding-top: 150px;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
input::-moz-outer-spin-button,
input::-moz-inner-spin-button {
    -webkit-appearance: none;
}



/* Media Queries */
@media screen and (max-width:767px) {
    footer ul.nav {
        background-color: #4a4a4a;
        padding-top: 0px;
    }
    #myCarousel .item .col-sm-9 {
        text-align: center;
    }

    .ds_theme-panel {
        max-width: 100%;
    }

    .mainvaultarea {
        max-width: 100% !important;
    }

    .ds_main {
        padding-right: 15px;
        padding-left: 15px;
        border-left: 0px solid grey;
    }

    .navbar-brand {
        float: right;
        padding-right: 15px !important;
    }

    .navbar-brand img {
        max-width: 170px;
    }

    .navbar {
        position: initial;
    }

    #home .navbar-brand {
        float: none;
    }

    #home nav.navbar-inverse {
        position: fixed;
        background-color: #650087 !important;
    }

    #home nav.navbar-inverse .navbar-nav li {
        margin-right: 0px !important;
    }

    .navbar-toggle {
        position: absolute;
        right: 15px;
        margin: 0px;
    }

    #home nav.navbar-inverse .navbar-brand {
        padding-right: 0px !important;
    }

    #home .navbar-collapse {
        border: 0px;
        box-shadow: none;
    }

    .how_works .col-md-4:after {
        content: url(../img/RIghtArowDown.png);
        top: initial;
        right: initial;
        left: calc(50% - 59.5px);
        bottom: -79px;
    }

    .how_works .col-md-4 {
        margin-bottom: 90px
    }

    .card_container .col-sm-4 {
        left: initial !important;
    }

    .card_container .card {
        width: calc(100% - 150px);
    }

    #myCarousel .glyphicon-chevron-left {
        left: initial;
    }

    #myCarousel .glyphicon-chevron-right {
        right: initial;
    }
}

@media screen and (min-width:768px) and (max-width: 997px) {
    .card_container .card {
        width: 100%;
    }
}

@media screen and (min-width:320px) and (max-width: 520px) {
    footer ul.nav {
        background-color: #4a4a4a;
        padding-top: 0px;
    }

    .card_container .card {
        width: 100%;
    }
}

@media screen and (min-width:780px) {
    .ds_side-menu .list-group-item:last-child:hover {
        color: #000;
    }

    .ds_side-menu .list-group-item:last-child:hover span.fa {
        color: #9500B4;
    }

    .ds_side-menu .list-group-item:last-child:hover span.bg-icon {
        background: url('../img/plus-icon-hover.svg') no-repeat center center;
    }

    .ds_side-menu .menu-item:hover h3 {
        color: #000;
    }

    .ds_side-menu .menu-item:hover:after {
        content: "\f105";
        font-family: "FontAwesome";
        color: #9500B4;
        position: absolute;
        font-size: 42px;
        top: calc(50% - 34px);
        right: 6px;
    }

    .vault_sidebar .ds_side-menu {
        position: fixed;
        height: inherit;
        width: 100%;
        max-width: 250px;
        overflow-y: scroll;
        padding-bottom: 86px;
        border-right: 1px solid #9B9B9B;
    }

    .ds_side-menu .ds_active.menu-item {
        border-top: 1px solid #000;
        background-color: #ffffff !important;
    }

    .bg_color {
        min-height: inherit !important;
        background-color: #F9F9F9 !important;
    }

    .ds_side-menu .ds_active.menu-item:hover:after {
        content: "\f105";
        font-family: "FontAwesome";
        color: #9500B4;
        position: absolute;
        font-size: 67px;
        padding: 0px;
        line-height: initial;
        right: 5px;
        top: calc(50% - 38px);
    }
}

@media(max-width: 769px) {
    footer ul.nav {
        background-color: #4a4a4a;
        padding-top: 0px;
    }

    .myres {
        padding-top: 30px;
    }

    .sidebar-nav div .list-group-item h3.list-group-item-heading {
        color: #ffffff;
        font-size: 20px;
        font-family: 'AvenirNextRegular';
    }

    .sidebar-nav li div.list-group a.ds_active:after {
        color: #fff !important;
        font-size: 40px;
        top: 17px;
        right: 10px;
    }

    .sidebar-nav .list-group .progress {
        display: none;
    }

    .ds_before_login-form h3 {
        padding-left: 15px;
    }

    .countdown {
        padding: 55px 15px 20px !important;
    }

    .vault_action_btn button {
        float: none !important;
        margin-bottom: 25px;
    }

    .ds_side-menu .list-group-item:last-child {
        padding: 4px 15px;
    }

    .ds_side-menu .list-group-item:last-child .close_icon {
        position: relative;
        top: 12px;
        right: 15px;
    }

    .main_bg {
        padding-top: 0px;
    }

    .bg-icon {
        background: url(../img/plus-icon-white.svg) no-repeat center center !important;
    }

    .ds_side-menu .list-group-item {
        border-bottom: 1px solid #fff;
    }

    .img_ht {
        min-height: 500px !important;
    }
}

@media(max-width: 544px) {
    footer ul.nav {
        background-color: #4a4a4a;
        padding-top: 0px;
    }

    .pay_pd {
        padding: 0;
    }

    .PayPal {
        width: 100%;
    }

    .sub_sub_head {
        line-height: 30px;
    }
}

@media(max-width: 540px) {
    footer ul.nav {
        background-color: #4a4a4a;
        padding-top: 0px;
    }

    .wide-gutter {
        padding-right: 7px;
        padding-left: 7px;
    }
}


#verifytc {
    height: 15px;
    width: 15px;
    margin-top: -10px;
    margin-right: 13px;
}
.panel-body .form-group .form-control {
    padding-left: 15px !important;
    margin-bottom: 12px;
}
#filedropZone {
    min-height: 80px;
    display: block;
    width: calc(100% - 30px);
    margin: 10px auto 5px;
}
#filedropZone .drop-area {
    border-radius: 8px;
    border: 2px dashed #b3b3b3;
    padding: 15px;
    margin-bottom: 5px;
    transition: 0.4s ease-out;
}
#filedropZone .drop-area p {
    color: #bbb;
}
.dz-drag-hover .drop-area {
    box-shadow: 0px 0px 10px 0.8px rgba(93, 92, 92, 0.65);
}
#filedropZone form {
    display: table;
    width: 100%;
    height: auto;
    min-height: 180px;
}
#filedropZone .dz-success-mark,
#filedropZone .dz-error-mark,
#filedropZone .dz-error-message {
    display: none !important;
    max-height: 0px !important;
    overflow: hidden !important;
    max-width: 0px !important;
    visibility: hidden !important;
    opacity: 0 !important;
}
#filedropZone .dz-preview .dz-image,
#filedropZone .dz-preview .dz-details,
#filedropZone .dz-preview .dz-details .dz-size,
#filedropZone .dz-preview .dz-details .dz-filename {
    display: inline-block;
    padding: 0px 4px;
}
.newTitle,
.updateTitle {
    border-bottom: 1px solid #444 !important;
}
.clientele p {
    font-size: 16px;
    font-weight: 500;
}
.clientele p.person_name {
    font-size: 13px;
    font-weight: 600;
    color: #000;
}
footer h4 {
    color: #fff;
    font-family: 'Avenir Next Demi' !important;
    margin-top: 15px;
}
.footer-nav {
    margin-top: 13px;
}
.footer-nav a {
    font-size: 16px;
    color: #fff !important;
}
.carousel-indicators {
    bottom: 5px;
}
.carousel-indicators li {
    border-color: grey;
}
.carousel-indicators li.active {
    background: #650087;
}
.align-logo {
    display: table;
    margin: 0 auto;
}
.prefix-wrapper {
    position: relative;
}
.prefix-wrapper input.form-control {
    padding-left: 85px !important;
}
.input-prefix {
    position: absolute;
    display: table;
    left: 0px;
    bottom: 6px;
}

.ds_before_login-form .prefix-wrapper .input-prefix {
    left: 18px;
    bottom: 2px;
}

.input-prefix input {
    max-width: 80px;
    border: 0px;
    text-align: right;
    background: transparent;
    padding-left: 30px !important;
}
.ac_border .form-group {
    display: table;
    width: 100%;
    font-size: 16px;
    margin-bottom: 5px;
}
.ac_border input.form-control {
    height: 22px;
    font-size: 16px;
    padding-top: 0px;
    padding-bottom: 0px;
}
.ac_border .sub_head {
    margin-bottom: 15px !important;
}
.ac_border button {
    margin-bottom: 10px;
}
p.no-span {
    display: table;
    white-space: nowrap;
    font-weight: 600;
    font-size: 15px;
    color: #4A4A4A;
    margin: 15px 0px;
}
p.no-span:before,
p.no-span:after {
    border-top: 1px solid #ccc;
    content: '';
    display: table-cell;
    position: relative;
    top: 11px;
    width: 50%;
}
p.no-span:before {
    right: .5%;
}
p.no-span:after {
    left: .5%;
}
#fileselectarea .row .btn {
    padding: 2px 15px;
}
#selectfilecontainer .row {
    margin-bottom: 8px;
}
#selectfilecontainer .row div:first-child {
    font-weight: 600;
}
.countdown .form-control, .reset-countdown .form-control {
    padding-left: 15px !important;
    border-bottom-color: #000 !important;
}
.countdown span.close_icon {
    position: absolute;
    top: 5px;
    left: 10px;
}
.countdown select.form-control, .reset-countdown select.form-control {
    border: 0px;
    border-bottom: 1px solid #ccc;
}
.countdown .no-span, .reset-countdown .no-span {
    max-width: 80%;
    margin: 20px auto;
    color: grey;
    padding: 0px 4px;
}
.countdown {
    display: block;
    padding: 55px 40px 20px;
    box-shadow: 0px 1px 2px 1px rgba(138, 138, 138, 0.6);
    position: absolute;
    z-index: 99;
    background: #fff;
    display: none;
}
.countdown .input-group-addon, #reset_countdown_picker .input-group-addon {
    cursor: pointer;
    border: 0px;
    border-bottom: 1px solid #000;
    border-radius: 0;
    background: transparent;
}
.countdown .col-xs-5 {
    padding-left: 0px;
}
.countdown .col-xs-7 {
    padding-right: 0px;
}
.free_trial .card-bg {
    margin-bottom: 30px;
}
.free_trial .card-bg .list-group-item {
    border: 0px;
    background: transparent;
    padding: 7px 15px;
    border-bottom: 1px solid #ddd
}
.free_trial .card-bg .list-group-item:last-child {
    border-bottom: 0px;
}
.free_trial .card-bg .list-group-item i {
    margin-right: 5px;
}
.off {
    display: none;
}
#timebar_p {
    background: #d0cbcb;
}
.grey-text {
    color: grey;
}
.securityAdd_box .control-label {
    width: 100% !important;
}
.btn {
    border-radius: 2px !important;
}
body.modal-open #page-content-wrapper {
    -webkit-filter: blur(4px);
    -moz-filter: blur(4px);
    -o-filter: blur(4px);
    -ms-filter: blur(4px);
    filter: blur(4px);
}
.my_cont_bg {
    min-height: inherit;
}
.theme-color {
    color: #fff !important;
}
.theme-color:hover {
    color: #9F00BD !important;
}
.menu_allignment ul {
    padding-top: 4px;
}
.ds_side-menu .menu-item h3 {
    color: #4a4a4a;
}
.ds_side-menu .menu-item.ds_active h3 {
    color: #000;
    font-weight: bold;
}
.modal-backdrop {
    background-color: transparent;
}
.modal-content {
    border: 1px solid #4A4A4A;
    border-radius: 0px !important;
}
.ds_theme-table table tr th {
    font-size: 12px;
    font-weight: normal;
}
#qWrapper .group.done {
    z-index: -4;
}
.progress-bar-danger {
    background-color: #d62620 !important;
}
.progress-bar-purple {
    background-color: #9500B4 !important;
}

.ds_side-menu .list-group-item:first-child {
    border-top: none;
}
.bg-icon {
    background: url('../img/plus-icon.svg') no-repeat center center;
}
.ds_side-menu::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
    visibility: hidden;
}
.ds_side-menu::-webkit-scrollbar {
    width: 2px;
    background-color: #F5F5F5;
}
.ds_side-menu::-webkit-scrollbar-thumb {
    background-color: #000000;
    border: 2px solid #555555;
    visibility: hidden;
}
.vault-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: transparent;
    display: block;
    left: 0px;
    z-index: 199;
}
.vault-overlay .overlay-text {
    position: relative;
    top: 47%;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    width: 100%;
    opacity: 0.8;
}
.newvaultnamecontainer {
    z-index: 201;
}
#newvaultparent .ds_theme-btn {
    margin-top: 0px;
}
.newvaultnamecontainer span.has_error {
    position: absolute;
}
.vault_action_btn {
    margin-bottom: 20px;
}
.ds_side-menu {
    margin-bottom: 0px !important;
}
.adjust_btn {
    margin-top: 30px;
}
.setting_bg {
    background: #f9f9f9 !important;
}
.planview .card {
    padding-top: 12px;
    padding-bottom: 25px;
    margin-bottom: 50px;
    border-radius: 2px;
}
.shadow {
    box-shadow: 0px 2px 5px 1px #908f8f;
}
.modal-body .prefix-wrapper .input-prefix {
    top: initial;
    bottom: 2px;
    left: 0px;
}
.has_placeholder-label {
    visibility: hidden;
}
.sa-button-container .cancel {
    background: #fff !important;
    border: 1px solid #9500b4;
    color: #9500b4;
}
.navbar-brand {
    margin-top: -5px !important;
}
.ds_side-menu .progress {
    height: 15px;
}
.ds_side-menu .progress .ds_bar-text {
    line-height: 13px
}
.secure_section .col-lg-3 img {
    max-width: 80px;
}
.ds_before_login-form .group {
    position: relative;
    margin-top: 15px;
    margin-bottom: 15px;
}
.ds_before_login-form label.placeholder {
    color: #8c8c8c;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 15px;
    top: 10px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}
.ds_before_login-form input:focus~label.placeholder,
.ds_before_login-form input:valid~label.placeholder {
    top: -15px;
    font-size: 13px;
}
.ds_before_login-form .bar {
    position: relative;
    display: block;
    width: 100%;
}
.ds_before_login-form .bar:before,
.bar:after {
    content: '';
    height: 1px;
    width: 0;
    bottom: 1px;
    position: absolute;
    background: #650087;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}
.ds_before_login-form .bar:before {
    left: 50%;
}
.ds_before_login-form .bar:after {
    right: 50%;
}
.ds_before_login-form input:focus~.bar:before,
.ds_before_login-form input:focus~.bar:after {
    width: 50%;
}




/* Checkmark style starts */
@-moz-keyframes dothabottomcheck {
    0% {
        height: 0;
    }

    100% {
        height: 10px;
    }
}
@-webkit-keyframes dothabottomcheck {
    0% {
        height: 0;
    }

    100% {
        height: 10px;
    }
}
@keyframes dothabottomcheck {
    0% {
        height: 0;
    }

    100% {
        height: 10px;
    }
}
@keyframes dothatopcheck {
    0% {
        height: 0;
    }

    50% {
        height: 0;
    }

    100% {
        height: 19px;
    }
}
@-webkit-keyframes dothatopcheck {
    0% {
        height: 0;
    }

    50% {
        height: 0;
    }

    100% {
        height: 19px;
    }
}
@-moz-keyframes dothatopcheck {
    0% {
        height: 0;
    }

    50% {
        height: 0;
    }

    100% {
        height: 19px;
    }
}
input[type=checkbox] {
    display: none;
}
.check-box {
    height: 17px;
    width: 17px;
    background-color: transparent;
    border: 1px solid #8c8c8c;
    border-radius: 2px;
    position: relative;
    display: inline-block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition: border-color ease 0.2s;
    -o-transition: border-color ease 0.2s;
    -webkit-transition: border-color ease 0.2s;
    transition: border-color ease 0.2s;
    cursor: pointer;
    margin: 0px;
    margin-right: 10px;
    bottom: -3px;
}
.check-box::before,
.check-box::after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    height: 0;
    width: 3px;
    background-color: #650087;
    display: inline-block;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    -webkit-transform-origin: left top;
    transform-origin: left top;
    border-radius: 3px;
    content: ' ';
    -webkit-transition: opacity ease .5;
    -moz-transition: opacity ease .5;
    transition: opacity ease .5;
}
.check-box::before {
    top: 13px;
    left: 9px;
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.check-box::after {
    top: 5px;
    left: 1px;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
input[type=checkbox]:checked+.check-box,
.check-box.checked {
    border-color: #000000;
}
input[type=checkbox]:checked+.check-box::after,
.check-box.checked::after {
    height: 8px;
    -moz-animation: dothabottomcheck 0.2s ease 0s forwards;
    -o-animation: dothabottomcheck 0.2s ease 0s forwards;
    -webkit-animation: dothabottomcheck 0.2s ease 0s forwards;
    animation: dothabottomcheck 0.2s ease 0s forwards;
}
input[type=checkbox]:checked+.check-box::before,
.check-box.checked::before {
    height: 5px;
    -moz-animation: dothatopcheck 0.4s ease 0s forwards;
    -o-animation: dothatopcheck 0.4s ease 0s forwards;
    -webkit-animation: dothatopcheck 0.4s ease 0s forwards;
    animation: dothatopcheck 0.4s ease 0s forwards;
}
#register_error {
    position: absolute;
    display: table;
    width: 100%;
}
.ds_side-menu {
    -moz-margin-right: -16px;
}
.newTitle,
.updateTitle {
    padding-left: 0px;
    font-size: 24px;
}
.countdowntoure {
    border-radius: 2px !important;
}
.popover-navigation .btn:hover {
    color: #fff;
}
.checkbox-text {
    position: relative;
    left: 30px;
    white-space: nowrap;
    top: -2px;
}
#plan_types,
#plan_types .list-group-item {
    border: 0px;
}
#plan_types .list-group-item {
    padding: 5px 15px;
    text-align: left;
}
.quantitygroup label {
    font-weight: 500;
    padding: 0px 5px;
}
.quantitygroup input {
    max-width: 80px;
    text-align: center;
    border-bottom: 1px solid #ddd;
    margin-left: 10px;
}
#selectfilecontainer {
    max-height: 200px;
    word-break: break-all;
    overflow-y: scroll;
    overflow-x: hidden;
}
footer .nav li a:hover {
    background: initial;
}
#filedropZone .dz-error-message {
    display: inline-block !important;
    display: inline-block !important;
    opacity: 1 !important;
    visibility: visible !important;
    max-width: 100% !important;
    max-height: 100% !important;
}
.popover[class*=tour-] {
    z-index: 1040 !important;
}
.download {
    margin-right: 10px;
}
.download img {
    max-width: 20px;
}





/* Wixard */
#snackbar {
    visibility: hidden;
    min-width: 250px;
    margin-left: -125px;
    background-color: #000;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    position: fixed;
    z-index: 2000;
    left: 50%;
    bottom: 30px;
}


#snackbar.show {
    visibility: visible;

    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@-webkit-keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

@-webkit-keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}

@keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}

.wizard_container {
    position: absolute;
    /* background: rgba(255, 255, 255, 0.71); */
    z-index: 1000;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}
.wizard_wrapper {
    position: relative;
    display: table;
    width: 100%;
    height: 100%;
    min-height: 100%;
    min-width: 100%;
}
.wizard {
    position: absolute;
    width: 100%;
    max-width: 740px;
    border: 1px solid #661287;
    min-height: 420px;
    left: 0;
    right: 0;
    display: block;
    top: 0px;
    margin: 0 auto;
    background: #fff;
    padding: 10px 50px;
    padding-bottom: 65px;
}
.wizard .solo h3.title {
    padding: 15px 0px 45px;
}
.wizard h3 {
    margin-bottom: 20px !important;
}
.wizard h3 strong {
    font-size: 29px;
    font-weight: 600;
}
.wizard .dz-size strong {
    font-size: 15px;
}
.wizard .text-left {
    text-align: left !important;
}
.wizard h3,
.wizard p {
    text-align: center;
}
.wizard .subtitle {
    display: block;
    margin: 0 auto;
    text-align: center;
    font-size: 15px;
    font-style: italic;
    color: #5f5e5e;
}
.wizard-footer {
    position: absolute;
    display: block;
    width: 100%;
    left: 0;
    right: 0;
    padding: 0px 30px;
    bottom: 21px;
}
.step-wrapper {
    position: relative;
}
.step-wrapper .step,
.icon-wrapper .ico {
    max-width: 32.90%;
    width: 100%;
    display: inline-block;
    position: relative;
    font-size: 16px
}
.step-wrapper .step p {
    margin: 0px !important;
}
.icon-wrapper .ico .sphere {
    width: 37px;
    height: 37px;
    display: block;
    margin: 0 auto;
    background: #650087;
    border: 1px solid #650087;
    border-radius: 50%;
    color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 30px;
}
.icon-wrapper .ico:before,
.icon-wrapper .ico:after {
    content: "";
    position: absolute;
    border-bottom: 1px solid #650087;
    display: block;
    position: absolute;
    width: 100%;
    max-width: 50%;
    top: 15px;
}
.icon-wrapper .ico:first-child:after {
    right: -2.5px;
}
.icon-wrapper .ico:first-child:before {
    content: "\f105";
    font-family: "FontAwesome";
    color: #650087;
    top: -3px;
    border: 0px;
    left: initial;
    right: -50px;
    font-size: 24px;
}
.icon-wrapper .ico:nth-child(2):after {
    right: -2.5px;
}
.icon-wrapper .ico:nth-child(2):before {
    left: -2.5px;
}
.icon-wrapper .ico:last-child:before {
    left: -2.5px;
}
.icon-wrapper .ico:last-child:after {
    content: "\f105";
    font-family: "FontAwesome";
    color: #650087;
    top: -3px;
    border: 0px;
    right: initial;
    left: 50px;
    font-size: 24px;
}
.footer-min-ico {
    max-width: 300px;
    position: absolute;
    left: 0;
    right: 0;
    display: block;
    margin: 0 auto;
    bottom: 0;
}
.footer-min-ico .ico {
    max-width: 31.90%;
}
.footer-min-ico .ico.fill .sphere {
    background: #9925c1 !important;
}
.footer-min-ico .ico.blank .sphere {
    background: #fff;
    !important;
    position: relative;
    z-index: 5;
}
.footer-min-ico .ico:after,
.footer-min-ico .ico:before {
    content: "" !important;
    top: 10px !important;
}
.footer-min-ico .ico .sphere {
    width: 20px;
    height: 20px;
}
.wizard .with-button {
    position: relative;
}
.wizard .with-button .btn {
    position: absolute;
    right: 5px;
    bottom: 5px;
    margin-bottom: 0px !important;
}
.wizard .with-button .btn:focus,
.wizard .with-button .btn:active,
.wizard .with-button .btn:hover {
    display: block !important;
}
.form-group.with-button .form-control {
    padding-right: 85px;
    height: 43px;
    border: 1px solid #ccc;
    padding-left: 5px !important;
    font-size: 16px;
    font-weight: bold;
    transition: 0.6s ease-out;
}
.wizard .form-group.prefix-wrapper .form-control {
    padding-left: 85px !important;
}
.wizard .form-group.no-padding .form-control {
    padding-left: 5px !important;
    padding-right: 5px !important
}
.form-group.with-button .form-control:focus {
    border-color: #9925c1;
}
.form-group.with-button .form-control:focus~.btn {
    display: block;
}
.wizard-footer button span i {
    min-width: 20px;
}
.action-list,
.action-list li {
    padding: 0px;
    border: 0px;
    border-radius: 0px !important;
}
.action-list li {
    cursor: pointer;
    padding: 2px 0px;
    transition: background 0.4s ease;
}
.action-list li h4 {
    font-weight: 600;
}
.action-list .list-group-item.active {
    background: #9500B4;
}
.wizard .close_icon {
    position: absolute;
    right: 5px;
    top: 5px;
}
#wizard .close_icon {
    position: initial !important;
}
.wizard .ds_theme-btn {
    margin: 0px;
}
.wizard .checkbox_wrapper {
    padding-top: 5px;
    display: table;
    width: auto;
}
.wizard .custom-h3 {
    font-size: 21px;
    margin-bottom: 5px !important;
}
@media screen and (max-width: 768px) {
    .wizard {
        padding: 15px !important;
    }

    .footer-min-ico {
        max-width: 250px !important;
        bottom: 40px;
    }

    .wizard-footer {
        padding: 0px 15px !important
    }

    .step-wrapper .step,
    .icon-wrapper .ico {
        max-width: 31.5% !important;
    }

    .alter-reposnsive button:first-child {
        float: left;
    }

    .alter-reposnsive button:last-child {
        float: right;
    }

    .position-initial {
        position: initial !important;
    }
}


/* --   Wizard // -- */

#storage-indicator, #vaults-indicator {
    width: 100px;
    margin: 6px 50px 20px;
    display: inline-block;
    position: relative;
    text-align: center;
    line-height: 1.2;
}

#storage-indicator strong, #vaults-indicator strong {
    position: absolute;
    top: 40px;
    left: 40px;
    width: 100%;
    text-align: center;
    line-height: 30px;
    font-size: 25px;
}

.reset-countdown {
    margin-bottom: 120px;
}

.swal2-title {
    margin-bottom: 15px !important;
}

.alert-warning-grey {
    color: #000000;
    background-color: #fafafa;
    border-color: #650087;
}


#apple-pay-button {
                 width: 115px;
                 height: 50px;
                 display: inline-block;
                 box-sizing: border-box;
                 background-image: url('/img/Apple pay-2.png');
                 background-size: 100%;
                 background-repeat: no-repeat;
                }
