* {
    margin: 0;
    padding: 0;
}
/* open-sans-regular - latin */
/* @font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../font/open-sans-v17-latin/open-sans-v17-latin-regular.eot'); 
    src: local('Open Sans Regular'), local('OpenSans-Regular'),
         url('../font/open-sans-v17-latin/open-sans-v17-latin-regular.eot?#iefix') format('embedded-opentype'), 
         url('../font/open-sans-v17-latin/open-sans-v17-latin/open-sans-v17-latin-regular.woff2') format('woff2'), 
         url('../font/open-sans-v17-latin/open-sans-v17-latin-regular.woff') format('woff'), 
         url('../font/open-sans-v17-latin/open-sans-v17-latin-regular.ttf') format('truetype'), 
         url('../font/open-sans-v17-latin/open-sans-v17-latin-regular.svg#OpenSans') format('svg'); 
  }
 
  @font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: url('../font/open-sans-v17-latin/open-sans-v17-latin-600.eot'); 
    src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'),
         url('../font/open-sans-v17-latin/open-sans-v17-latin-600.eot?#iefix') format('embedded-opentype'), 
         url('../font/open-sans-v17-latin/open-sans-v17-latin-600.woff2') format('woff2'), 
         url('../font/open-sans-v17-latin/open-sans-v17-latin-600.woff') format('woff'), 
         url('../font/open-sans-v17-latin/open-sans-v17-latin-600.ttf') format('truetype'), 
         url('../font/open-sans-v17-latin/open-sans-v17-latin-600.svg#OpenSans') format('svg'); 
  }
  
  @font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: url('../font/open-sans-v17-latin/open-sans-v17-latin-700.eot');
    src: local('Open Sans Bold'), local('OpenSans-Bold'),
         url('../font/open-sans-v17-latin/open-sans-v17-latin-700.eot?#iefix') format('embedded-opentype'), 
         url('../font/open-sans-v17-latin/open-sans-v17-latin-700.woff2') format('woff2'), 
         url('../font/open-sans-v17-latin/open-sans-v17-latin-700.woff') format('woff'), 
         url('../font/open-sans-v17-latin-700.ttf') format('truetype'), 
         url('../font/open-sans-v17-latin/open-sans-v17-latin-700.svg#OpenSans') format('svg'); 
  }
  
  @font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    src: url('../font/open-sans-v17-latin/open-sans-v17-latin-800.eot'); 
    src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'),
         url('../font/open-sans-v17-latin/open-sans-v17-latin-800.eot?#iefix') format('embedded-opentype'), 
         url('../font/open-sans-v17-latin-800.woff2') format('woff2'), 
         url('../font/open-sans-v17-latin/open-sans-v17-latin-800.woff') format('woff'),
         url('../font/open-sans-v17-latin/open-sans-v17-latin-800.ttf') format('truetype'),
         url('../font/open-sans-v17-latin/open-sans-v17-latin-800.svg#OpenSans') format('svg');
  } */
body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}
.busy
{
    animation: spin 1s infinite linear;
    display:inline-block;
    font-weight: bold;
    font-family: sans-serif;
    font-size: 20px;
    font-style:normal;
    color:white;
}

.busy::before
{
    content:"\25E0";
}

@keyframes spin
{
    0% {transform: rotate(0deg);}
    100% {transform: rotate(359deg);}
}
.f-12 {
    font-size: 12px!important;
}
.f-14 {
    font-size: 14px!important;
}
.bg-lightpurple {
    background: #dcd1ff5e!important;
}
.table td, .table th{ font-size: 14px }
/* header css */
header .navbar-header {
    border: none;
    box-shadow: 0 1px 2px 0 rgba(34,36,38,.15);
    /* background: #8dcc49; */
    background: #fff;
    font-size: 1rem;
    /*min-height: 78px;*/
    z-index: 9;
    padding-top: 0;
    padding-bottom: 0;
}
.navbar-brand img{
    width: 230px;
}
.navbar-header a {
    /* color: #000000de; */
    color: #7447ff;
}
.navbar-header.navbar-expand-lg .navbar-nav .nav-link {
     /*padding: 1rem 2rem; */
    padding: 1.25rem 2rem;
}
.navbar-header .navbar-nav .nav-link:hover,
.navbar-header .navbar-nav .nav-link.active
 {
    background: #00000008;
}
/* .navbar-header .navbar-nav .nav-item.active .nav-link {
    background: #00000008;
} */
.nav .nav-item .nav-link {
    color: #000;
    padding: .5rem .7rem;
}
header .navbar-header .navbar-brand {
    font-size: 26px;
    margin-right: 0;
}
header .sidebar-toggle {
    float: left;
    background-color: transparent;
    background-image: none;
    padding: 15px 15px;
    font-family: fontAwesome;
    /* color:#fff; */
    color: #551a8b;
    display: none;
    
}
header .sidebar-toggle:before {
    content: "\f0c9";
    margin-right: 10px;
}
.form-control:focus {
    border-color: #551a8b2e;
    box-shadow: 0 1px rgba(85, 26, 139, 0.08) inset, 0 1px rgba(85, 26, 139, 0.1), 0 0 14px rgba(85, 26, 139, 0.11);
}
.form-control.asterisk:focus {
    border-color: red !important;
}
/* login page css */
.login-section {
    /* background: #29b9bb; */
    background: #f9fafc;
}
.main-container {
    min-height: calc(100vh - 77px);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 0px;
}
.form-container {
    background: #fff;
    width: 50%;
    min-height: 300px;
    padding: 30px;
    border-radius: 4px;
    box-shadow: 0 .2rem .3rem rgba(0,0,0,.15)!important;
}
.form-container .heading {
    text-align: center;
}
/* buttons */
.btn-fill-primary,
.btn-fill-primary:hover,
.btn-fill-primary:active {
    background-color: #551a8b;
    border-color: #551a8b;
    color: #fff;
    text-shadow: none;
    background-image: none;
    text-decoration: none;
}
.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(85, 26, 139, 0.25);
}
.btn-fill-outline{
    border: 1px solid #551a8b;
    color: #551a8b;
}
.btn-fill-outline:hover{
    background-color: #551a8b;
    border: 1px solid #551a8b;
    color: #fff;
}
.card-header {
    font-size: 20px;
}
/* main sections css */
.content-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
.main-section {
    /* margin-top: 77px; */
    padding-top: 65px;
}
.left-content {
    width: 250px;
    /* background: #fff; */
    /* background: #cccccc94; */
    /* background: #f9fafc; */
    background: #dcd1ff5e;
    min-height: calc(100vh - 77px);
    border: none;
    border-right: 1px solid #ccc;
    position: fixed;
    -webkit-transition: -webkit-transform .3s ease-in-out,width .3s ease-in-out;
    -moz-transition: -moz-transform .3s ease-in-out,width .3s ease-in-out;
    -o-transition: -o-transform .3s ease-in-out,width .3s ease-in-out;
    transition: transform .3s ease-in-out,width .3s ease-in-out;
}
hr.divider {
    margin: 5px 0px;
}
.left-navbar {
    height: calc(100vh - 215px);
    overflow-y: hidden;
    display: block;
}
.left-navbar:hover {
    overflow-y: scroll;
}
.left-navbar::-webkit-scrollbar-track
{
	-webkit-box-shadow: outline 0 0 6px rgba(0,0,0,0.3);
	background-color: #dcd1ff5e;
}

.left-navbar::-webkit-scrollbar
{
	width: 3px;
	background-color: #dcd1ff5e;
}

.left-navbar::-webkit-scrollbar-thumb
{
	background-color: #dcd1ff5e;
	border: 2px solid #dcd1ff5e;
}

.main-content {
    width: calc(100% - 250px);
    min-height: calc(100vh - 78px);
    margin-left: 250px;
    background: #f9fafc;
    padding: 15px 0px;
    /* background: #109ea0; */
    -webkit-transition: -webkit-transform .3s ease-in-out,width .3s ease-in-out;
    -moz-transition: -moz-transform .3s ease-in-out,width .3s ease-in-out;
    -o-transition: -o-transform .3s ease-in-out,width .3s ease-in-out;
    transition: transform .3s ease-in-out,width .3s ease-in-out;
}
.logo {
    width: 2em;
}
.avatar {
    width: 175px;
    height: 175px;
    /* background: red; */
    /* margin: 20px auto; */
    border-radius: 4px; 
    box-shadow: 0 2px 2px #bbb;
    background: #fff;
}
.user-panel {
    position: relative;
    width: 100%;
    padding: 10px;
    white-space: nowrap;
    overflow: hidden;
    min-height: 100px;
}
.user-panel:after {
    clear: both;
}
.user-panel .img img {
    width: 100%;
    max-width: 40px;
    height: auto;
}
.user-panel .img .img-circle {
    border-radius: 50%;
}
.user-panel .info {
    padding: 0px 5px 5px 5px;
    line-height: 1;
    position: absolute;
    left: 50px;
    font-size: 13.5px;
}
.user-panel .info p {
    margin-bottom: 3px;
}
.nav .nav-item:hover .nav-link:not(.active) {
    /* color: #000; */
    /* background: #f4f4f5; */
    /* background: #b9973b; */
    background: #551a8b;
    color: #fff;
}
.nav .nav-item:hover .nav-link:not(.active) img {
    fill: #fff;
}
.nav .nav-link.active {
    /* background: #b9973b; */
    background: #551a8b;
    color: #fff!important;
}
.nav .nav-link:hover {
    cursor: pointer;
}
.nav .nav-item .nav-link img,
.nav .nav-item .nav-link i {
    /* margin-right: 30px!important; */
    margin-right: 5px!important;
} 
.nav .nav-item .nav-link i {
    font-size: 20px;
    width: 25px;
}
.nav .nav-item .nav-link img {
    width: 25px;
}
/* jquery step form css */
.wizard > .content {
    min-height: 15em;
    overflow: auto;
}
/*.wizard > .content > .body {
    padding: 2.5% 0px;
}*/
.wizard ul, .tabcontrol ul {
    display: flex;
    justify-content: space-between;
}
.wizard > .steps a .number {
    display: none;
}
.wizard > .steps a, 
.wizard > .steps a:hover, 
.wizard > .steps a:active {
    /* padding: 5px 10px; */
    padding: 10px;
    line-height: .5;
    /* border-radius: 50%; */
    /* border-radius: 0px; */
    position: relative;
    margin: 0;
}
.wizard > .steps .done a, 
.wizard > .steps .done a:hover, 
.wizard > .steps .done a:active {
    background: #551a8b82;
}
.wizard > .steps ul li:first-child a{
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.wizard > .steps ul li:last-child a{
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
} 

.wizard > .steps li {
    position: relative;
}
.wizard > .steps li a:before {
    /* content: ''; */
    position: absolute;
    width: 212px;
    height: 5px;
    background: #ccc;
    top: 13px;
    right: 34px;
}
.wizard > .steps li:first-child a:before {
    content: none;

}
.wizard > .steps li.current a:before,.wizard > .steps li.done a:before{
    background: #551a8b;
}
.wizard > .steps li.current:first-child a:before {
    background: #551a8b;
}
.wizard > .content {
    background: #fff;
}
.wizard > .steps .current a, .wizard > .steps .current a:hover, .wizard > .steps .current a:active {
    background: #551a8b;
    color: #fff;
    cursor: default;
}
.wizard > .actions a, .wizard > .actions a:hover, .wizard > .actions a:active {
    background: #551a8b;
}
.wizard > .content > .body label {
    display: block;
    margin-bottom: 0;
}
/* hide previous button */
/* .wizard > .actions > ul > li:first-child {
    display: none;
} */
.wizard > .steps > ul > li {
    /* width: auto; */
    margin: 0px;
}
.wizard > .content > .body {
    position: relative;
    width: 100%;
}
/* .wizard > .steps > ul {
	margin-bottom: 30px;
	overflow: hidden;
	counter-reset: step;
}
.wizard > .steps > ul li {
	list-style-type: none;
	color: white;
	text-transform: uppercase;
	font-size: 9px;
	width: 33.33%;
	float: left;
	position: relative;
}
.wizard > .steps > ul li:before {
	content: counter(step);
	counter-increment: step;
	width: 20px;
	line-height: 20px;
	display: block;
	font-size: 10px;
	color: #333;
	background: white;
	border-radius: 3px;
	margin: 0 auto 5px auto;
}

.wizard > .steps > ul li:after {
	content: '';
	width: 100%;
	height: 2px;
	background: white;
	position: absolute;
	left: -50%;
	top: 9px;
	z-index: -1; 
}
.wizard > .steps > ul li:first-child:after {
	
	content: none; 
}

.wizard > .steps > ul li.active:before,  .wizard > .steps > ul li.active:after{
	background: #27AE60;
	color: white;
} */
/* program list */
.program-wrapper {
    /* box-shadow: 0 .2rem .3rem rgba(0,0,0,.15)!important; */
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.program-wrapper h5,
.program-wrapper h6,
.program-wrapper p {
    margin-bottom: 0;
}

.profile {
    display: flex;
}
.profile .details {
    padding: 0px 15px
}
.receipt-box {
    font-size: 14px;
}
.recept-details {
    line-height: 1;
    font-weight: 600;
}
.receipt-box .subtotal_label,
.receipt-box .subtotal_label {
    font-weight: 600;
}
.receipt-box .grandtotal_label {
    font-size: 16px;
}
#needHelp p {
    line-height: 1;
    margin-bottom: 15px;
}
.add-schedule .heading {
    background: #eeebfd;
    margin: 0px -15px;
    padding: 5px 15px;
    color: #000;
    margin-bottom: 15px;
}
.nav-tabs .nav-item {
    width: 50%;
}
.nav-tabs .nav-link {
    background: #dee2e6;
}
.add-schedule .form-card {
    margin-bottom: 15px;
}
.add-schedule .form-card .card-header {
    padding: .5rem 1rem;
}
#overviewTable .program-box p{
    margin-bottom: 0;
}
.soft-gray {
    color: #aaa;
}
.asterisk {
    color: #ff0000;
    border-color: #ff0000;
}

#profile_form label.asterisk {
    display: none !important;
}
/* switch toggle start */
.switch {
	position: relative;
	display: inline-block;
	/* width: 50px;
    height: 26px; */
    width: 44px;
    height: 20px;
	margin-bottom: 0px;
}

.switch input { 
	opacity: 0;
	width: 0;
	height: 0;
}

.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
}

.slider::before {
	position: absolute;
	content: "";
	/* height: 22px;
    width: 22px; */
    height: 16px;
    width: 16px;
	left: 2px;
	bottom: 2px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
	border-radius: 25px;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider::before {
  -webkit-transform: translateX(22px);
  -ms-transform: translateX(22px);
  transform: translateX(22px);
}

.switch::before {
	/* content: ""; */
	position: absolute;
	position: absolute;
	top: 50%;
	left: 32%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 2px;
	height: 16px;
	z-index: 1;
	background: #ffffff;
	pointer-events: none;
}
.switch::after {
	/* content: ""; */
	position: absolute;
	position: absolute;
	top: 50%;
	right: 28%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 2px;
	height: 16px;
	z-index: 1;
	background: #ffffff;
	pointer-events: none;
}
/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round::before {
  border-radius: 50%;
}
/*Mahendra*/
.error-msg{
    color: red;
}
.hide{
    display: none;
}
.checked{
    background: #cccccc4a;
}
/*SONALI*/

.table td, .table th{ font-size: 14px } 

.text-gray{
    color: #aaa;
}
.f-14{
    font-size: 14px;
}
.f-12{
    font-size: 12px;
}
.f-40 {
    font-size: 40px!important;
}

/*------ CSS for steps-------*/
.register-step{
    display: flex;
    margin-bottom: 20px;
}
.register-step .steps{
    width: 100%;
    text-align: center;
    background: #A390C1; 
}
.register-step .steps.active {
    background: #551a8b;
}
.register-step .steps a{
    display: block;
    padding: 7px 15px;
    color: #fff;
    text-decoration: none;
}
/* Switch */
/* ----------------- */
.switch {
}

.checkbox.switch label {
  padding-left: 0;
  cursor: pointer;
}

/* hide the default checkbox */
input[type='checkbox'].switch-control {
  position: absolute;
  margin-left: 15px;
}

input[type='checkbox'].switch-control ~ .switch-label {
  position: relative;
  display: inline-block;
  min-height: 26px; /* required in case the label is empty */
  /*padding-left: 60px;
  line-height: 20px;*/
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

input[type='checkbox'].switch-control ~ .switch-label:before {
  content: 'Deactivate';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 90px;
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 25px;
    background-color: #ddd;
    color: #333;
    font-size: 14px;
    text-indent: 25px;
    text-shadow: 0 1px 0px rgba(255,255,255,0.8);
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
    font-size: 12px;
    line-height: 2;
}

.switch-alternative input[type='checkbox'].switch-control ~ .switch-label:before {
  content: '\2716';   /* "x" character */
  text-indent: 30px;

}

input[type='checkbox'].switch-control ~ .switch-label:after {
 content: '-';
    position: absolute;
    left: 3px;
    top: 3px;
    bottom: 3px;
    width: 20px;
    height: 20px;
    background-color: #fff;
    box-shadow: 0 0 1px rgba(0,0,0,0.5);
    border-radius: 25px;
    color: #ccc;
    font-weight: 900;
    line-height: 1.3;
    text-align: center;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

.error,.error_msg{
    color: red;
}

#errors_box {
    font-size: 14px;
    color: #DD0000;
}

.unavailable_username{
    color: red; 
}
/* checked state */
input[type='checkbox'].switch-control:checked ~ .switch-label:before {
  content: 'Activate';
  background-color:#895DD1;
  color: #fff;
  text-indent: 6px;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.5);
  width: 80px;
  font-size: 12px;
}

input[type='checkbox'].switch-control:checked ~ .switch-label:after {
  left: 58px;
  color: #895DD1;
}
/* ----------------- */
/* Switch */
.form-check-label{
    cursor: pointer;
    display: flex !important;
    justify-content: space-between;
    margin-left: 10px;
}
.step-2-check .form-check-input{
    margin-top: 40px;
}
.imagePreview {
    width: 100%;
    height: 210px;
    background-position: center center;
  background-image:url('../images/user.png');
  background-color:#fff;
    background-size: contain;
  background-repeat:no-repeat;
    display: inline-block;
  box-shadow:0px 0px 6px 0px rgba(0, 0, 0, 0.06);
  padding: 10px;
}
.btn-upload
{
  display:block;
  border-radius:0px;
  box-shadow:0px 1px 6px 0px rgba(0, 0, 0, 0.06);
  margin-top:-5px;
  background-color: #551a8b;
  color: #fff;
}
.imgUp
{
  margin-bottom:15px;
}

/* check */
.select-day .choose-day{
    /* display: flex; */
    display: block;
    justify-content: space-between;
    flex-wrap: wrap;
}
.choose-day{
    margin: 15px 0;
}
.choose-day .check-switch {
  display: block;
  padding: 5px 10px;
  margin: 5px 0;
  width: 150px;
  background-color: #00000008;
  border-radius: 7px;
  font-size: 12px;
}
.choose-day input[type="checkbox"] {
  position: relative;
  top: 1px;
}

.isSelected-check {
  background-color: #551a8b !important;
  color: #fff;
}

.category-card {
    margin-bottom: 15px;
}
.category-card .summery-details {
    display: flex;
}
.category-card .summery-details .label,
.category-card .summery-details .value {
    width:50%
}
/* ----------------- */
/* check */

h5{
    font-weight: 700;
}



/*SONALI*/

/* switch toggle end */
/* end main section css */
/* media query css */
@media(min-width: 1025px) {
    .wizard > .steps a, .wizard > .steps a:hover, .wizard > .steps a:active {
        border-radius: 0;
    }
}
@media (max-width: 1024px) {
    .wizard ul, .tabcontrol ul {
        display: inline-table;
    }
    .wizard > .steps > ul > li{
        margin: 0px;
        margin-bottom: 10px;
        margin-right: 5px;
        width: 32%;
    }
    .wizard > .steps a, .wizard > .steps a:hover, .wizard > .steps a:active {
        min-height: 65px;
        display: flex;
        align-items: center;
        line-height: normal;
    }
}
@media (max-width: 768px) {
    .form-container {
        width: 100%;
    }
    .main-section {
        padding-top: 78px;
    }
    .wizard > .steps li a:before {
        width: 70px;
    }
    
}
@media (max-width: 767px) {
    .main-section {
        padding-top: 78px;
    }
    .left-content {
        -webkit-transform: translate(-250px, 0);
        -ms-transform: translate(-250px, 0);
        -o-transform: translate(-250px, 0);
        transform: translate(-250px, 0);
        z-index: 999;
    }
    body.sidebar-open .main-content {
        -webkit-transform: translate(250px, 0);
        -ms-transform: translate(250px, 0);
        -o-transform: translate(250px, 0);
        transform: translate(250px, 0);
    }
    body.sidebar-open .left-content {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(-0, 0);
        transform: translate(0, 0);
        z-index: 999;
    }
    .form-check-label{
        display: block!important;
    }
    .register-step .steps a{
        padding: 7px 9px;
    } 
}
@media (max-width: 500px) {
    header .sidebar-toggle {
        display: contents;
    }
    .main-section {
        padding-top: 78px;
    }
    /* .left-content {
        width: 0px;
        display: none;
    } */
    .main-content {
        width: calc(100% - 0px);
        margin-left: 0;
    }
    .profile {
        display: block;
    }
    .avatar {
        margin-bottom: 20px;
    }
    .profile .details {
        padding: 0px;
    }
    
   
    .wizard > .steps a,
    .wizard > .steps a:hover,
    .wizard > .steps a:active {
        min-height: auto;
        margin: 0;
        margin-bottom: 5px;
        font-size: 12px;
    }
    .wizard > .steps > ul {
        display: block;
    }
    .wizard > .steps > ul > li {
        margin: 0px;
        width: 100%;
    }
    .wizard > .steps ul li a{
        border-radius: 4px;
    }
    .wizard > .steps li a:before {
        width: 14px;
    }
    .wizard > .content > .body {
        padding: 5px 0px;
    }
    .register-step {
        display: block;
    }
}
@media (max-width: 400px) {
    .wizard > .steps li a:after {
        width: 10px;
    }
}
/*------ Sonali Media for steps-------*/
@media (max-width: 1024px){
    .register-step .steps a{
        padding: 7px 9px;
    }
}

/* --- End ---- */
/*Bootstrap Calendar*/

.datepicker-days table thead, .datepicker-days table tbody, .datepicker-days table tfoot {
    padding: 10px;
    display: list-item;
}
.datepicker-days table thead, .datepicker-months table thead, .datepicker-years table thead, .datepicker-decades table thead, .datepicker-centuries table thead {
    background: #3546b3;
    color: #ffffff;
    border-radius: 0;
}
.datepicker-days table thead tr:nth-child(2n+0) td, .datepicker-days table thead tr:nth-child(2n+0) th {
    border-radius: 3px;
}
.datepicker-days table thead tr:nth-child(3n+0) {
    text-transform: uppercase;
    font-weight: 300 !important;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.7);
}
.table-condensed > tbody > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > thead > tr > th {
    padding: 4px 13px;
}
.datepicker-months table thead td, .datepicker-months table thead th, .datepicker-years table thead td, .datepicker-years table thead th, .datepicker-decades table thead td, .datepicker-decades table thead th, .datepicker-centuries table thead td, .datepicker-centuries table thead th {
    border-radius: 0;
}
.datepicker td, .datepicker th {
    border-radius: 50%;
    padding: 0 12px;
}
.datepicker td.day  {
    font-size:15px;
}
.datepicker-days table thead, .datepicker-months table thead, .datepicker-years table thead, .datepicker-decades table thead, .datepicker-centuries table thead {
    background: #3546b3;
    color: #ffffff;
    border-radius: 0;
}
.datepicker table tr td.active, .datepicker table tr td.active:hover, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover {
    background-image: none;
}
.datepicker .prev, .datepicker .next {
    color: rgba(255, 255, 255, 0.5);
    transition: 0.3s;
    width: 37px;
    height: 37px;
}
.datepicker .prev:hover, .datepicker .next:hover {
    background: transparent;
    color: rgba(255, 255, 255, 0.99);
    font-size: 21px;
}
.datepicker .datepicker-switch {
    font-size: 24px;
    font-weight: 400;
    transition: 0.3s;
}
.datepicker .datepicker-switch:hover {
    color: rgba(255, 255, 255, 0.7);
    background: transparent;
}
.datepicker table tr td span {
    border-radius: 2px;
    margin: 3%;
    width: 27%;
}
.datepicker table tr td span.active, .datepicker table tr td span.active:hover, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover {
    background-color: #3546b3;
    background-image: none;
}
.dropdown-menu {
    border: 1px solid rgba(0,0,0,.1);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.datepicker-dropdown.datepicker-orient-top:before {
    border-top: 7px solid rgba(0,0,0,.1);
}

.payment-errors , .bank-errors{
    color: red;
    margin-bottom: 10px;
}

.table.no-border td{
    border: none;
}