.rms-wizard .rms-wizard-header .title, body {
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
.rms-wizard .rms-step-section.allstepClickable .rms-multistep-progressbar li.rms-step, .rms-wizard .rms-step-section.compeletedStepClickable .rms-multistep-progressbar li.rms-step.completed-step {
	cursor: pointer
}

.rms-wizard .rms-container {
	width: 100%;
	height: auto;
}
.rms-wizard .rms-container:after, .rms-wizard .rms-container:before {
	display: block;
	content: " "
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.rms-wizard .rms-wizard-header {
	border-bottom: 1px solid #dadada;
	border-radius: 4px 4px 0 0;
	clear: both;
	background-repeat: no-repeat;
	background: -moz-linear-gradient(top, #FFF 0, #f0f0f0 100%);
	background: -webkit-linear-gradient(top, #f0f0f0 0, #f0f0f0 100%);
	background: linear-gradient(to bottom, #FFF 0, #f0f0f0 100%);
filter:progid: DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#f0f0f0', GradientType=0)
}
.rms-wizard .rms-wizard-header .title {
	margin: 0;
	font-size: 20px;
	font-weight: 300;
	padding: 10px;
	color: #757575
}
.rms-wizard .rms-wizard-header .title span {
	color: #59bbdf;
	font-weight: 400
}
.rms-wizard .rms-form-wizard {
	background-color: #fff;
	clear: both;
	box-shadow: 0 0 10px #ddd;
	position: relative;
	z-index: 11;
	width: 100%;
	max-width: 495px;
	margin: 40px 0;
	border-radius: 5px;
}
.rms-wizard .rms-form-wizard:after, .rms-wizard .rms-form-wizard:before {
	display: block;
	content: " ";
	clear: both
}
.rms-wizard .rms-step-section {
	padding: 10px 20px 10px 20px;
	display: flex;
	background:#fff;
}
.rms-wizard .rms-step-section:after, .rms-wizard .rms-step-section:before {
	content: " ";
	clear: both;
	display: block
}
.rms-wizard .rms-multistep-progressbar {
	list-style: none;
	margin: 0;
	padding: 0;
	clear: both
}
.rms-wizard .rms-multistep-progressbar li.rms-step {
	list-style-type: none;
	float: left;
	position: relative;
	text-align: center;
	z-index:2;
	margin: 0 5px;
}
.rms-wizard .rms-multistep-progressbar li.rms-step:before {
	content: " ";
	width: 40px;
	height: 40px;
	border: 2px solid #d9d9d9;
	display: block;
	text-align: center;
	border-radius: 50%;
	background: #eaeaea;
	color: #a9a9a9
}
.rms-wizard .rms-step-section[data-step-counter=true] .rms-multistep-progressbar {
	counter-reset: step
}
.rms-wizard .rms-step-section[data-step-counter=true] .rms-multistep-progressbar li.rms-step:before {
	/*content: counter(step)!important;
	counter-increment: step*/
}

.rms-wizard .rms-step-section .rms-multistep-progressbar li .step-icon {
	z-index: 1024;
    position: absolute;
	top: 8px;
    font-size: 18px;
    left: 0;
    right: 0;
}
.rms-wizard .rms-step-section[data-step-image=false] .rms-multistep-progressbar li .step-icon {
	
}
.rms-wizard .rms-step-section[data-step-image=true] .rms-multistep-progressbar li .step-icon {

}
.rms-wizard .rms-step-section .rms-multistep-progressbar li.completed-step .step-icon, .rms-wizard .rms-step-section .rms-multistep-progressbar li.rms-current-step .step-icon {
	color: #FFF
}
.rms-wizard .rms-multistep-progressbar li.rms-step:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 4px;
	background-color: #eaeaea;
	top: 25px;
	left: 0;
	z-index: -1;
	border-top: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9
}
.rms-wizard .rms-multistep-progressbar li.rms-step:first-child:after {
	width: 50%;
	left: 50%
}
.rms-wizard .rms-multistep-progressbar li.rms-step:last-child:after {
	width: 50%
}
.rms-wizard .rms-multistep-progressbar li.rms-step .step-title {
	display: block;
	font-size: 13px;
	font-weight: 400;
	color: #464646;
	text-align: center;
	line-height: 20px;
	font-weight: 600;
}
.rms-wizard .rms-multistep-progressbar li.rms-step.completed-step .step-title:after {
	position: absolute;
	font-family: FontAwesome;
	font-size: 14px;
	
	text-shadow: none;
	left: 20px
}
.rms-wizard .rms-multistep-progressbar li.rms-step .step-info {
	display: block;
	text-align: left;
	font-size: 11px;
	color: #a8a8a8;
	padding-left: 20%;
	line-height: 15px
}
.rms-wizard .rms-multistep-progressbar li.rms-step.completed-step {
	color: #000
}
.rms-wizard .rms-multistep-progressbar li.rms-step.completed-step:before {
	background-color: #252525;
	border-color: #252525;
	color: #000
}
.rms-wizard .rms-multistep-progressbar li.rms-step.completed-step:after {
	background-color: #252525;
	border-color: #252525
}
.rms-wizard .rms-multistep-progressbar li.rms-step.rms-current-step {
	color: #000
}
.rms-wizard .rms-multistep-progressbar li.rms-step.rms-current-step i{ color:#fff}
.rms-wizard .rms-multistep-progressbar li.rms-step i{ color:#000}
.rms-wizard .rms-multistep-progressbar li.rms-step.rms-current-step:before {
	background-color: #252525;
	border-color: #252525;
	color: #FFF
}
.rms-wizard .rms-multistep-progressbar li.rms-step.rms-current-step:after {
	background-color: #252525;
	border-color: #252525
}
.rms-wizard .rms-content-section {
	clear: both;
	position: relative;
}
.rms-wizard .rms-content-section:after, .rms-wizard .rms-content-section:before {
	content: " ";
	clear: both;
	display: block;
}
.rms-wizard .rms-content-box {	
	clear: both;
}
.rms-wizard .rms-content-box:after, .rms-wizard .rms-content-box:before {
	display: block;
	content: " ";
	clear: both;
}
.rms-wizard .rms-content-box.rms-current-section {
	display: block;
}
.rms-wizard .rms-content-section .rms-content-title {

	padding: 15px 10px 5px;
}
.rms-wizard .rms-content-section .rms-content-title b {
	color: #5cb0cf;
	font-weight: 400;
}
.rms-wizard .rms-content-section .rms-content-title:after, .rms-wizard .rms-content-section .rms-content-title:before {
	clear: both;
	content: " ";
	display: block;
}
.rms-wizard .rms-content-section .rms-content-title .leftside-title {
	float: left;
}
.rms-wizard .rms-content-section .rms-content-title b i {
	font-size: 21px!important;
}
.rms-wizard .rms-content-section .rms-content-title .step-label {
	float: right;
	font-size: 16px;
}
.rms-wizard .rms-content-section .rms-content-body {
    padding: 5px 15px 0px;
    background: #fff;
}
.rms-wizard .inpt-form-group {
	margin-bottom: 10px;
}
.rms-wizard label {
	display: inline-block;
	max-width: 100%;
	font-weight: 400;
	color: #4b4b4b;
	font-size: 12px;
}
.rms-wizard .inpt-group {
	position: relative;
	display: block;
}
.rms-wizard .inpt-control {
	display: block;
	width: 100%;
	height: 36px;
	padding: 6px 32px 6px 12px;
	font-size: 13px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #c4cdcf;
	border-radius: 3px;
	outline: 0;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	-webkit-box-shadow: inset 0 -3px 0 0 rgba(219,219,219,.69);
	-moz-box-shadow: inset 0 -3px 0 0 rgba(219,219,219,.69);
	box-shadow: inset 0 -3px 0 0 rgba(219,219,219,.69);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}
.rms-wizard .inpt-control:focus {
	border-color: #c4cdcf;
	outline: 0;
	-webkit-box-shadow: inset 0 0 0 rgba(0,0,0,.075), 0 0 5px rgba(102,175,233,.6);
	box-shadow: inset 0 0 0 rgba(0,0,0,.075), 0 0 5px rgba(102,175,233,.6)
}
.rms-wizard input[type=password]::-webkit-input-placeholder, .rms-wizard input[type=text]::-webkit-input-placeholder {
color:#b5b5b5;
}
.rms-wizard input[type=password]::-moz-placeholder, .rms-wizard input[type=text]::-moz-placeholder {
color:#b5b5b5;
}
.rms-wizard input[type=password]:-ms-input-placeholder, .rms-wizard input[type=text]:-ms-input-placeholder {
color:#b5b5b5;
}
.rms-wizard input[type=password]:-moz-placeholder, .rms-wizard input[type=text]:-moz-placeholder {
color:#b5b5b5
}
.rms-wizard .inpt-group-addon {
	position: absolute;
	right: 10px;
	top: 4px;
	font-size: 17px;
	color: #5cb0cf;
}
.rms-wizard select.inpt-control {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none
}
.rms-wizard .inpt-group.dropdown-select-icon:before {
	content: "\f0d8";
	font-family: FontAwesome;
	position: absolute;
	right: 0;
	padding-right: 8px;
	top: 3px;
	color: #94abb3;
	font-size: 14px
}
.rms-wizard .inpt-group.dropdown-select-icon:after {
	content: "\f0d7";
	font-family: FontAwesome;
	position: absolute;
	right: 0;
	padding-right: 8px;
	top: 10px;
	color: #94abb3;
	font-size: 14px
}
.rms-wizard select option {
	color: #555!important
}
.rms-wizard select option:disabled {
	color: #CCC!important
}
.rms-wizard button, .rms-wizard input, .rms-wizard select, .rms-wizard textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}
.rms-wizard .desc-container {
	background: #FFF;
	padding: 10px;
	border-radius: 4px;
	border: 1px solid #c4cdcf;
	-webkit-box-shadow: inset 0 -3px 0 0 rgba(219,219,219,.69);
	-moz-box-shadow: inset 0 -3px 0 0 rgba(219,219,219,.69);
	box-shadow: inset 0 -3px 0 0 rgba(219,219,219,.69)
}
.rms-wizard .desc-table td, .rms-wizard .desc-table th {
	font-size: 13px;
	padding: 5px;
	font-weight: 400;
	font-family: inherit
}
.rms-wizard .desc-label {
	color: #909ca0
}
.rms-wizard .desc-val {
	color: #697375
}
.rms-wizard .form-tooltip {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	background: #fb6b5b;
	color: #FFF;
	padding: 10px;
	min-height: 100px;
	z-index: 10;
	width: 262px;
	left: 100%;
	top: 0;
	margin-left: 10px;
	border-radius: 4px;
	font-size: 11px
}
.rms-wizard .tooltip-edge.form-tooltip {
	bottom: 0;
	top: auto
}
.rms-wizard .inpt-control:focus+.form-tooltip {
	visibility: visible;
	opacity: 1;
	-webkit-transition: opacity .3s ease-in-out;
	-moz-transition: opacity .3s ease-in-out;
	-ms-transition: opacity .3s ease-in-out;
	-o-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out
}
.rms-wizard .form-tooltip p {
	margin: 0;
	padding: 5px 0 15px
}
.rms-wizard .tooltip-title {
	font-weight: 700;
	font-size: 12px
}
.rms-wizard .form-tooltip:before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-width: 10px;
	border-style: solid;
	border-color: transparent #fb6b5b transparent transparent;
	top: 10px;
	left: -20px
}
.rms-wizard .tooltip-edge.form-tooltip:before {
	bottom: 10px;
	top: auto
}
.rms-wizard .form-tooltip .tooltip-info:before {
	content: "\f023";
	font-family: FontAwesome;
	position: relative;
	font-size: 14px;
	padding-right: 3px;
	color: #FFF
}
.rms-wizard .button-section:after, .rms-wizard .button-section:before, .rms-wizard .rms-footer-section:after, .rms-wizard .rms-footer-section:before {
	content: " ";
	clear: both;
	display: block
}
.rms-wizard .rms-footer-section {
	clear: both;
	position: relative;
	background: #fff;
	padding: 0 20px 20px;
}
.rms-wizard .button-section {
	width: 100%;
	position: relative
}

.rms-wizard .button-section .btn small {
	display: block;
	font-size: 11px;
	font-weight: 400
}

.rms-wizard .button-section .prev .btn {
	padding-right: 48px; margin-right:60px;
}
.rms-wizard .button-section .submit .btn {
	padding-right: 43px
}

.rms-wizard .button-section .prev .btn:before {
	content: "\f137";
	font-family: FontAwesome;
	position: absolute;
	color: #FFF;
	top: 14px;
	left: 7px;
	font-size: 23px;
}
.rms-wizard .input-error {
	border-color: red
}
.rms-wizard .errors {
	color: red;
	font-size: 13px;
}
.rms-wizard .errors:before {
	content: "\f071";
	font-family: FontAwesome;
	position: relative;
	color: red;
	top: 0;
	left: 0;
	padding-right: 3px;
	font-size: 13px;
}

@media only screen and (min-width:768px) and (max-width:1024px) {
.rms-wizard .rms-multistep-progressbar li.rms-step {
	width: 50%;
	height: auto
}
}

@media only screen and (max-width:767px) {
.rms-wizard .rms-multistep-progressbar li.rms-step {
	height: auto
}
}

@media only screen and (max-width:1024px) {
.rms-wizard .rms-multistep-progressbar li.rms-step:after {
	display: none
}
.rms-wizard .rms-multistep-progressbar li.rms-step:before {
	float: left
}
.rms-wizard .rms-multistep-progressbar li.rms-step .step-info, .rms-wizard .rms-multistep-progressbar li.rms-step .step-title {
	padding-left: 60px
}
.rms-wizard .rms-multistep-progressbar li.rms-step.completed-step .step-title:after {
	left: auto;
	padding-left: 10px
}
.rms-wizard .form-tooltip {
	left: auto;
	top: auto;
	bottom: 45px;
	right: 0
}
.rms-wizard .form-tooltip:before {
	border-color: #fb6b5b transparent transparent;
	top: auto;
	left: auto;
	right: 10px;
	bottom: -20px
}

.rms-wizard .rms-step-section .rms-multistep-progressbar li .step-icon {
	z-index: 1024;
	position: absolute;
	top: 0;
	margin-top: 8px;
	font-size: 18px;
	color: #a9a9a9;
	left: 0
}
}
.rms-wizard.steptheme1 .rms-multistep-progressbar li.rms-step:before {
	border-color: #000;
	background: transparent;
	color: #f7f5f6
}
.rms-wizard.steptheme1 .rms-multistep-progressbar li .step-icon {
	color: #f7f5f6
}
.rms-wizard.steptheme1 .rms-multistep-progressbar li.rms-step:after {
	display: none;
}
.rms-wizard.steptheme1 .rms-multistep-progressbar li.rms-step .step-title {
	color: #464646
}
.rms-wizard.steptheme1 .rms-multistep-progressbar li.rms-step .step-info {
	color: #a8a8a8
}
.rms-wizard.steptheme1 .rms-multistep-progressbar li.rms-step.completed-step:before {
	background-color: #242525;
	border-color: #242525;
	color: #f4b033;
}
.rms-wizard.steptheme1 .rms-multistep-progressbar li.completed-step .step-icon {
	color: #FFF
}
.rms-wizard.steptheme1 .rms-multistep-progressbar li.rms-step.completed-step:after {
	background-color: #252525;
	border-color: #252525
}
.rms-wizard.steptheme1 .rms-multistep-progressbar li.rms-step.completed-step .step-info, .rms-wizard.steptheme1 .rms-multistep-progressbar li.rms-step.completed-step .step-title {
	color: #232223
}

.rms-wizard.steptheme1 .rms-multistep-progressbar li.rms-step.rms-current-step:before {
	border: 0;
	color: #f7b138;

	background: -moz-linear-gradient(left, #f9bc04 0%, #f07101 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #f9bc04), color-stop(100%, #f07101));
  background: -webkit-linear-gradient(left, #f9bc04 0%, #f07101 100%);
  background: -o-linear-gradient(left, #f9bc04 0%, #f07101 100%);
  background: -ms-linear-gradient(left, #f9bc04 0%, #f07101 100%);
  background: linear-gradient(to right, #f9bc04 0%, #f07101 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9bc04', endColorstr='#f07101', GradientType=1 );
}
.rms-wizard.steptheme1 .rms-multistep-progressbar li.rms-current-step .step-icon {
	color: #FFF
}
.rms-wizard.steptheme1 .rms-multistep-progressbar li.rms-step.rms-current-step:after {
	display: none;
}
.rms-wizard.steptheme1 .rms-multistep-progressbar li.rms-step.rms-current-step .step-info, .rms-wizard.steptheme1 .rms-multistep-progressbar li.rms-step.rms-current-step .step-title {
	color: #232223
}
.rms-wizard.steptheme1 .inpt-group-addon, .rms-wizard.steptheme1 .rms-content-section .rms-content-title b, .rms-wizard.steptheme1 .rms-wizard-header .title span {
	color: #0074d9
}
.rms-wizard.steptheme1 .rms-step-section {
	border: 0;
	background: #000;
}
.rms-wizard.steptheme1 .rms-wizard-header {
	background: #FFF;
	border-bottom-color: #d0dde1
}
.rms-wizard.steptheme1 .form-tooltip {
	background: #26324b;
	color: #7d94c8
}
.rms-wizard.steptheme1 .form-tooltip .tooltip-title {
	color: #7092db
}
.rms-wizard.steptheme1 .form-tooltip .tooltip-info:before {
	color: #7d94c8
}
.rms-wizard.steptheme1 .form-tooltip:before {
	border-color: transparent #26324b transparent transparent
}

/*---===========================---*/
.img-replace {
  /* replace text with an image */
  display: inline-block;
  overflow: hidden;
  text-indent: 100%; 
  color: transparent;
  white-space: nowrap;
}
.bts-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;z-index:9999;
}
.bts-popup.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;z-index:9999;
}

.bts-popup-container {
  position: relative;
  width: 90%;
  max-width: 400px;
  margin: 4em auto;
  background: #fff;
  border-radius: none; 
  text-align: center;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-40px);
  -moz-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  -o-transform: translateY(-40px);
  transform: translateY(-40px);
  /* Force Hardware Acceleration in WebKit */
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s; z-index:9999;
}
.bts-popup-container img {
  padding: 20px 0 0 0;
}
.bts-popup-container p {
	color: white;
  padding: 10px 40px;
}
.bts-popup-container .bts-popup-button {
  padding: 5px 25px;
  border: 2px solid white;
	display: inline-block;
  margin-bottom: 10px;
}

.bts-popup-container a {
  color: white;
  text-decoration: none;
  text-transform: uppercase;
}

.bts-popup-container .bts-popup-close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 30px;
  height: 30px;
}
.bts-popup-container .bts-popup-close::before, .bts-popup-container .bts-popup-close::after {
  content: '';
  position: absolute;
  top: 12px;
  width: 16px;
  height: 3px;
  background-color: white;
}
.bts-popup-container .bts-popup-close::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 8px;
}
.bts-popup-container .bts-popup-close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 6px;
  top: 13px;
}
.is-visible .bts-popup-container {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0); padding:20px; border:1px solid #1a1a1a;
}
@media only screen and (min-width: 1170px) {
  .bts-popup-container {
    margin: 16em auto;
  }
}
.bts-popup-container .login-form {
    width: 100%;
    margin: 0 auto;
}

.bts-popup-container .login-form .tab-content{border-bottom:2px solid #f6b42a;border-right:2px solid #f6b42a;border-left:2px solid #f6b42a; 
-webkit-border-bottom-right-radius: 6px;
-webkit-border-bottom-left-radius: 6px;
-moz-border-radius-bottomright: 6px;
-moz-border-radius-bottomleft: 6px;
border-bottom-right-radius: 6px;
border-bottom-left-radius: 6px;
}
.bts-popup-container .custom-tab .nav-tabs{
	border: 0;
}
.bts-popup-container .custom-tab .nav-tabs .nav-item {
    width: 50%;
}
.bts-popup-container .custom-tab .nav-tabs .nav-link.active {
    border-bottom: 2px solid #fff; border-top: 2px solid #f6b42a;border-right: 2px solid #f6b42a;border-left: 2px solid #f6b42a;
    color: #000;
}
.bts-popup-container .custom-tab .nav-tabs .nav-link {
    border: 0;
    border-bottom: 2px solid #f6b42a;
    text-transform: uppercase;
    font-weight: 600;
    width: 100%;
    text-align: center;
    padding: 15px;
    font-size: 16px;
    color: #b2b2b2;
}
.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}
.bts-popup-container .login-form .password-forgot{    padding: 10px 0px;}
.rms-wizard .rms-content-section .payment-box .visa-card{ background:url(../images/visa.png)no-repeat center right;
  background-position: 97% 50%; 
}
.tab-custom{ padding:0px 0px 10px;}
.close-tab{
	position: absolute;
    right: 10px;
    top: 5px;
    color: #000 !important;
}
 
.innertab .nav-tabs .nav-item.show .nav-link, 
.innertab .nav-tabs .nav-link.active{
	color: #fff;
	background: -moz-linear-gradient(left, #1c31b2 0%, #471474 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #1c31b2), color-stop(100%, #471474));
  background: -webkit-linear-gradient(left, #1c31b2 0%, #471474 100%);
  background: -o-linear-gradient(left, #1c31b2 0%, #471474 100%);
  background: -ms-linear-gradient(left, #1c31b2 0%, #471474 100%);
  background: linear-gradient(to right, #1c31b2 0%, #471474 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c31b2', endColorstr='#471474', GradientType=1 );
}
.innertab .nav-tabs{
	border: 0;
}
.innertab .nav-tabs .nav-link{
	border: 1px solid #471474;
	border-radius: 0;
	margin-bottom: 15px;
	padding: 7px 25px;
	color: #471474;
}
.btn-orange-border{
	color: #000;
	border: 1px solid #000;
	background: #fff;
}
.collapsPannel .leftPanel .regionMenu {
	visibility: hidden;
}