@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(https://fonts.googleapis.com/css?family=Arvo:400,400i,700,700i);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700);
@import url(https://fonts.googleapis.com/css?family=Oxygen:400,300,700);



.Oxygen-font{
  font-family: 'Oxygen', sans-serif !important;
}

input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

input:focus,
select:focus,
textarea:focus,
button:focus,
listbox:focus{
    outline: none !important;
}

*:focus {
    outline: none !important;
}

.timer-row {
  white-space: nowrap;
  max-width: 100%;
}
.timer-cell-left {
  display: inline-block;
  text-align: left;
  vertical-align: middle !important;
  margin: 0 0%;
  white-space: normal;
}

/* START for Text Field with Button*/
	/*Clearing Floats*/
	.box-icon{
		top: 11px;
		left: 20px;
		width: 28px; 
		padding-left:10px;
		display: inline-block;
		text-align: left;
		vertical-align: top;
		margin: 0 0%;
		white-space: normal;
	}
	.box-container{
		width: 177px;
		display: inline-block;
		text-align: left;
		vertical-align: top;
		margin: 0 0%;
		white-space: normal;
	}
	.cf:before, .cf:after{
		content:"";
		display:table;
	}

	.cf:after{
		clear:both;
	}

	.cf{
		zoom:1;
	}    
	/* Form wrapper styling */
	.box-wrapper {
		display: block;
		width: 230px;
		height: 50px;
		padding: 10px;
		background: #f5f5f5;
		border-radius: 3px;
		box-shadow: none;
		border: 1px solid #e8e8e8;
		white-space: nowrap;
		margin-bottom: 15px;
	}
	/* Form text input */
	.box-wrapper input {
		color: #565656;
		width: 90px;
		height: 30px;
		padding: 10px 5px;
		float: left;   
		font-size: 0.875rem;
		font-family: 'Open Sans', sans-serif;
	    /*text-indent: 30px;*/
		/*font: bold 15px 'lucida sans', 'trebuchet MS', 'Tahoma';*/
		border: 0;
		background: #f5f5f5;
		border-radius: 3px 0 0 3px;     
	}
	.box-input::placeholder {
		color: #999;
		opacity: 1;
	}
	.box-input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
		color: #999;
		opacity: 1;
	}
	.box-input::-moz-placeholder { /* Firefox 19+ */
		color: #999;
		opacity: 1;
	}
	.box-input:-ms-input-placeholder { /* IE 10+ */
		color: #999;
		opacity: 1;
	}
	.box-input:-moz-placeholder { /* Firefox 18- */
		color: #999;
		opacity: 1;
	}
	.box-wrapper input:focus {
		outline: 0;
		background: #f5f5f5;
		box-shadow: 0 0 0px #f5f5f5; inset;
	}
	.box-wrapper input::-webkit-input-placeholder {
	   color: #999;
	   font-weight: normal;
	   font-style: italic;
	}
	.box-wrapper input:-moz-placeholder {
		color: #999;
		font-weight: normal;
		font-style: italic;
	}
	.box-wrapper input:-ms-input-placeholder {
		color: #999;
		font-weight: normal;
		font-style: italic;
	}
	/* Form submit button */
	.box-wrapper button {
		overflow: visible;
		position: relative;
		float: right;
		border: 0;
		padding: 0;
		cursor: pointer;
		height: 30px;
		width: 80px;
		font: bold 15px/30px 'lucida sans', 'trebuchet MS', 'Tahoma';
		color: #fff;
		text-transform: none;
		background: #03223d;
		border-radius: 0 3px 3px 0;     
		text-shadow: 0 -1px 0 rgba(0, 0 ,0, .3);
	}
	.box-wrapper button:hover{    
		background: #488d9c;
	}
	.box-wrapper button:active,
	.box-wrapper button:focus{  
		background: #03223d;
		outline: 0;  
	}
	.box-wrapper button:before { /* left arrow */
		content: '';
		position: absolute;
		border-width: 8px 8px 8px 0;
		border-style: solid solid solid none;
		border-color: transparent #03223d transparent;
		top: 8px;
		left: -6px;
	}
	.box-wrapper button:hover:before{
		border-right-color: #488d9c;
	}
	.box-wrapper button:focus:before,
	.box-wrapper button:active:before{
			border-right-color: #03223d;
	}
	.box-wrapper button::-moz-focus-inner { /* remove extra button spacing for Mozilla Firefox */
		border: 0;
		padding: 0;
	}   
/* END for Text Field with Button*/

.client-name{
	font-size: 0.875rem;
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	text-transform: none;
	text-align: right;
	padding-right:10px;
}

/* Form submit button Added by Alok For Inactive Btn*/
.box-container-grey button {
	overflow: visible;
	position: relative;
	float: right;
	border: 0;
	padding: 0;
	cursor: pointer;
	height: 30px;
	width: 80px;
	font: bold 15px/30px 'lucida sans', 'trebuchet MS', 'Tahoma';
	color: #fff;
	text-transform: none;
	background: #d3d3d3;	
	border-radius: 0 3px 3px 0;     
	text-shadow: 0 -1px 0 rgba(0, 0 ,0, .3);
}
.box-container-grey button:hover{    
	background: #d3d3d3;
}
.box-container-grey button:active,
.box-container-grey button:focus{  
	background: #d3d3d3;
	outline: 0;  
}
.box-container-grey button:before { /* left arrow */
	content: '';
	position: absolute;
	border-width: 8px 8px 8px 0;
	border-style: solid solid solid none;
	border-color: transparent #d3d3d3 transparent;
	/* border-color: transparent #d3d3d3 transparent; */
	top: 8px;
	left: -6px;
}
.box-container-grey button:hover:before{
	border-right-color: #d3d3d3;
}
.box-container-grey button:focus:before,
.box-container-grey button:active:before{
	border-right-color: #d3d3d3;
}
.box-container-grey button::-moz-focus-inner { /* remove extra button spacing for Mozilla Firefox */
	border: 0;
	padding: 0;
}   
/* END for Text Field with Button*/

.login-title{
	font-size: 60px;
}
body,
input,
textarea,
.mbr-section-text,
.mbr-company .list-group-text,
.panel-body {
  font-family: 'Open Sans', sans-serif;
}
.mbr-footer-content li,
.mbr-footer .mbr-contacts li {
  font-family: 'Open Sans', sans-serif;
}
.alert,
.mbr-section-title,
.mbr-figure .mbr-figure-caption,
.mbr-gallery-title,
.mbr-map [data-state-details],
.mbr-price {
  font-family: 'Arvo', serif;
}
.mbr-footer-content h1,
.mbr-footer .mbr-contacts h1,
.mbr-footer-content h2,
.mbr-footer .mbr-contacts h2,
.mbr-footer-content h3,
.mbr-footer .mbr-contacts h3,
.mbr-footer-content h4,
.mbr-footer .mbr-contacts h4,
.mbr-footer-content p strong,
.mbr-footer .mbr-contacts p strong,
.mbr-footer-content strong,
.mbr-footer .mbr-contacts strong {
  font-family: 'Arvo', serif;
}
.btn {
  border-radius: 2.6em;
}
.mbr-gallery-filter ul li {
  border-radius: 2.6em;
}
.btn-sm,
.mbr-section-subtitle,
.mbr-cards .card-subtitle,
.nav-tabs .nav-link,
.mbr-testimonial .card-block,
.table th {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
}
.mbr-author-name {
  font-family: 'Arvo', serif;
}
.mbr-author-desc {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
}
.mbr-plan-title {
  font-family: 'Arvo', serif;
}
.mbr-plan-subtitle,
.mbr-plan-price-desc {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
}
.bg-primary {
  background-color: #03223d !important;
}
.bg-success {
  background-color: #2ecc71 !important;
}
.bg-info {
  background-color: #2980b9 !important;
}
.bg-warning {
  background-color: #f39c12 !important;
}
.bg-danger {
  background-color: #e74c3c !important;
}
.btn-primary {
  background-color: #03223d;
  border-color: #03223d;
  color: #ffffff;
  outline: none;
  height: 60px;
}
.btn-primary_gray {
  background-color: #d3d3d3;
  border-color: #d3d3d3;
  color: #ffffff;
  outline: none;
  height: 60px;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active {
  color: #ffffff;
  background-color: #488d9c;
  border-color: #488d9c;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #488d9c !important;
  border-color: #488d9c !important;
}
.btn-secondary {
  background-color: #9b59b6;
  border-color: #9b59b6;
  color: #ffffff;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary:active,
.btn-secondary.active {
  color: #ffffff;
  background-color: #b07cc6;
  border-color: #b07cc6;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #b07cc6 !important;
  border-color: #b07cc6 !important;
}
.btn-info {
  background-color: #2980b9;
  border-color: #2980b9;
  color: #ffffff;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active {
  color: #ffffff;
  background-color: #409ad5;
  border-color: #409ad5;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #409ad5 !important;
  border-color: #409ad5 !important;
}
.btn-success {
  background-color: #2ecc71;
  border-color: #2ecc71;
  color: #ffffff;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active {
  color: #ffffff;
  background-color: #54d98c;
  border-color: #54d98c;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #54d98c !important;
  border-color: #54d98c !important;
}
.btn-warning {
  background-color: #f39c12;
  border-color: #f39c12;
  color: #ffffff;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active {
  color: #ffffff;
  background-color: #f5b043;
  border-color: #f5b043;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #f5b043 !important;
  border-color: #f5b043 !important;
}
.btn-danger {
  background-color: #e74c3c;
  border-color: #e74c3c;
  color: #ffffff;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active {
  color: #ffffff;
  background-color: #ed7669;
  border-color: #ed7669;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ed7669 !important;
  border-color: #ed7669 !important;
}
.btn-primary-outline {
  background: none;
  border-color: #488d9c;
  color: #488d9c;
  height:60px;
}
.btn-primary-outline_gray {
  background: none;
  border-color: #d3d3d3;
  color: #d3d3d3;
  height:60px;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline:active,
.btn-primary-outline.active {
  color: #fff;
  background-color: #03223d;
  border-color: #03223d;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #000000 !important;
  background-color: #03223d !important;
  border-color: #03223d !important;
}
.btn-secondary-outline {
  background: none;
  border-color: #9752b3;
  color: #9752b3;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  color: #fff;
  background-color: #9b59b6;
  border-color: #9b59b6;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #000000 !important;
  background-color: #9b59b6 !important;
  border-color: #9b59b6 !important;
}
.btn-info-outline {
  background: none;
  border-color: #277ab1;
  color: #277ab1;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline:active,
.btn-info-outline.active {
  color: #fff;
  background-color: #2980b9;
  border-color: #2980b9;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #000000 !important;
  background-color: #2980b9 !important;
  border-color: #2980b9 !important;
}
.btn-success-outline {
  background: none;
  border-color: #2cc46c;
  color: #2cc46c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline:active,
.btn-success-outline.active {
  color: #fff;
  background-color: #2ecc71;
  border-color: #2ecc71;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #000000 !important;
  background-color: #2ecc71 !important;
  border-color: #2ecc71 !important;
}
.btn-warning-outline {
  background: none;
  border-color: #ef970c;
  color: #ef970c;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline:active,
.btn-warning-outline.active {
  color: #fff;
  background-color: #f39c12;
  border-color: #f39c12;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #000000 !important;
  background-color: #f39c12 !important;
  border-color: #f39c12 !important;
}
.btn-danger-outline {
  background: none;
  border-color: #e64433;
  color: #e64433;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline:active,
.btn-danger-outline.active {
  color: #fff;
  background-color: #e74c3c;
  border-color: #e74c3c;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #000000 !important;
  background-color: #e74c3c !important;
  border-color: #e74c3c !important;
}
.btn-primary.btn-text {
  color: #03223d;
  background: none;
  border: none;
}
.btn-primary.btn-text:hover,
.btn-primary.btn-text:focus,
.btn-primary.btn-text.focus,
.btn-primary.btn-text:active,
.btn-primary.btn-text.active {
  color: #488d9c;
  background: none !important;
  border: none !important;
}
.btn-secondary.btn-text {
  color: #9b59b6;
  background: none;
  border: none;
}
.btn-secondary.btn-text:hover,
.btn-secondary.btn-text:focus,
.btn-secondary.btn-text.focus,
.btn-secondary.btn-text:active,
.btn-secondary.btn-text.active {
  color: #b07cc6;
  background: none !important;
  border: none !important;
}
.btn-info.btn-text {
  color: #2980b9;
  background: none;
  border: none;
}
.btn-info.btn-text:hover,
.btn-info.btn-text:focus,
.btn-info.btn-text.focus,
.btn-info.btn-text:active,
.btn-info.btn-text.active {
  color: #409ad5;
  background: none !important;
  border: none !important;
}
.btn-success.btn-text {
  color: #2ecc71;
  background: none;
  border: none;
}
.btn-success.btn-text:hover,
.btn-success.btn-text:focus,
.btn-success.btn-text.focus,
.btn-success.btn-text:active,
.btn-success.btn-text.active {
  color: #54d98c;
  background: none !important;
  border: none !important;
}
.btn-warning.btn-text {
  color: #f39c12;
  background: none;
  border: none;
}
.btn-warning.btn-text:hover,
.btn-warning.btn-text:focus,
.btn-warning.btn-text.focus,
.btn-warning.btn-text:active,
.btn-warning.btn-text.active {
  color: #f5b043;
  background: none !important;
  border: none !important;
}
.btn-danger.btn-text {
  color: #e74c3c;
  background: none;
  border: none;
}
.btn-danger.btn-text:hover,
.btn-danger.btn-text:focus,
.btn-danger.btn-text.focus,
.btn-danger.btn-text:active,
.btn-danger.btn-text.active {
  color: #ed7669;
  background: none !important;
  border: none !important;
}
.btn-black.btn-text {
  color: #000000;
  background: none;
  border: none;
}
.btn-black.btn-text:hover,
.btn-black.btn-text:focus,
.btn-black.btn-text.focus,
.btn-black.btn-text:active,
.btn-black.btn-text.active {
  color: #1a1a1a;
  background: none !important;
  border: none !important;
}
.btn-white.btn-text {
  color: #ffffff;
  background: none;
  border: none;
}
.btn-white.btn-text:hover,
.btn-white.btn-text:focus,
.btn-white.btn-text.focus,
.btn-white.btn-text:active,
.btn-white.btn-text.active {
  color: #ffffff;
  background: none !important;
  border: none !important;
}
.text-primary {
  color: #03223d !important;
}
.text-success {
  color: #2ecc71 !important;
}
.text-info {
  color: #2980b9 !important;
}
.text-warning {
  color: #f39c12 !important;
}
.text-danger {
  color: #e74c3c !important;
}
.alert-success {
  background-color: #2ecc71;
}
.alert-info {
  background-color: #2980b9;
}
.alert-warning {
  background-color: #f39c12;
}
.alert-danger {
  background-color: #e74c3c;
}
.btn-social {
  border-color: #03223d;
}
.btn-social:hover {
  background: #03223d;
}
.mbr-company .list-group-item.active .list-group-text {
  color: #03223d;
}
.mbr-footer p a,
.mbr-footer ul a {
  color: #03223d;
}
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #03223d;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #03223d;
}
.lead a {
  color: #03223d;
}
.lead a:hover {
  color: #488d9c;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #5eaadb;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #d1f5e0;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #7fbbe3;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fdedd4;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fdf3f2;
}
.mbr-small-footer a,
.mbr-gallery-filter li:hover {
  color: #03223d;
}
.scrollToTop_wraper {
  display: none;
}
/*colorM*/
/*nav-tabs*/
.header5 .nav-tabs .nav-link:after {
  background: #03223d;
}
.header9 .nav-tabs .nav-link.active:after {
  background: #03223d;
  color: #222;
}
/*end-nav-tabs*/
/*mbr-arrow next and toTop*/
.mbr-arrow a {
  border-radius: 50% !important;
}
.mbr-arrow-up a {
  border-radius: 50% !important;
}
.mbr-arrow a,
.mbr-arrow-up a {
  background: rgba(34, 105, 151, 0.6);
  color: #000;
}
.mbr-arrow a:hover,
.mbr-arrow-up a:hover {
  background: #2777ac;
}
/*end mbr-arrow next and toTop*/
/*features8*/
.card .card-number {
  background: #03223d;
}
/*features14*/
.features13 .card .card-number,
.features14 .card .card-number {
  background: transparent;
}
/*features15*/
.features15 .card-block:before {
  border-color: rgba(34, 105, 151, 0.5);
}
/*features16*/
.features16 .mbr-section-subtitle:before {
  background: #03223d;
}
/*slider elements*/
.mbr-slider .carousel-control:hover {
  background: #03223d;
}
.mbr-slider .carousel-indicators .active {
  background: #03223d;
}
/*gallery*/
.mbr-gallery .modal .close {
  border-color: #03223d;
}
.mbr-gallery .modal .close:hover {
  background: #03223d;
}
.mbr-gallery-filter li.active {
  border-color: #03223d;
  color: #000;
}
.mbr-gallery-filter li:hover {
  background: #488d9c;
  color: #000;
}
.mbr-gallery .mbr-gallery-item:hover > div::before {
  background: rgba(34, 105, 151, 0.5);
}
.mbr-gallery .mbr-gallery-item:hover {
  background: #03223d;
}
/*end gallery*/
/*blockquote*/
blockquote {
  border-left: 3px solid #03223d;
}
/*content4*/
.content4 p {
  border-top-color: #03223d;
  border-bottom-color: #03223d;
}
/*image2, video2*/
.image1 .mbr-figure-caption,
.video1 .mbr-figure-caption,
.image2 .mbr-figure-caption,
.video2 .mbr-figure-caption {
  background-color: #03223d;
}
/* progress bar */
.progress[value] {
    color: #03223d;
    border: 0;
    appearance: none;
	-webkit-appearance: none;
}

.progressbar .progress-primary[value]::-webkit-progress-value {
  background-color: #03223d;
}
.progressbar .progress-primary[value]::-moz-progress-bar {
  background-color: #03223d;
}
.progressbar .progress-primary[value]::-ms-fill {
  background-color: #03223d;
}
@media screen and (min-width: 0\0) {
  .progressbar .progress-primary .progress-bar {
    background-color: #03223d;
  }
}
.progressbar .progressbar-number {
  background: #488d9c;
}
/*countdown*/
.countdown .period {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
}
.countdown .number {
  font-family: 'Arvo', serif;
}
.countdown1 .number-wrap {
  border-color: #03223d;
}
.countdown2 .bottom1 {
  background: #488d9c;
}
.countdown2 .bottom2 {
  background: #194c6d;
}
/*accordion*/
.accordion .panel-heading {
  background: #488d9c;
  border-bottom: 1px solid #194c6d;
}
.accordion .panel-heading:hover {
  background: #194c6d;
}
.accordion .accordion-group .panel:last-child:after {
  background: #194c6d;
}
/* news */
.news__card:hover {
  background: #03223d;
}
/*footer*/
.footer1 .footer-list a:hover {
  color: #03223d;
}
.shop1 .shop-item-price {
  font-family: 'Montserrat', sans-serif;
}
.shop1 .mbr-gallery-item:hover .item_overlay {
  background: #03223d;
  opacity: 0.2;
}
.team1 .title1,
.person-info .title1,
.team1 .title2,
.person-info .title2,
.team1 .title3,
.person-info .title3,
.team1 .title4,
.person-info .title4 {
  font-family: 'Arvo', serif;
}
.team1 .subtitle1,
.person-info .subtitle1,
.team1 .subtitle2,
.person-info .subtitle2,
.team1 .subtitle3,
.person-info .subtitle3,
.team1 .subtitle4,
.person-info .subtitle4 {
  font-family: 'Montserrat', sans-serif;
}
.team1 .text1,
.person-info .text1,
.team1 .text2,
.person-info .text2,
.team1 .text3,
.person-info .text3,
.team1 .text4,
.person-info .text4 {
  font-family: 'Open Sans', sans-serif;
}
.person-info .subtitle1,
.person-info .subtitle2,
.person-info .subtitle3,
.person-info .subtitle4 {
  color: #03223d;
}
.animated-bg1 .text {
  font-family: 'Open Sans', sans-serif;
}
.features9 .timeline-panel h4 {
  font-family: 'Arvo', serif;
}
.features9 .timeline-panel p {
  font-family: 'Open Sans', sans-serif;
}
.features9 .date-normal p {
  font-family: 'Montserrat', sans-serif;
}
.features9 .date-inverted p {
  font-family: 'Montserrat', sans-serif;
}

#header1-f .lead {
  color: #93a3a7;
  font-style: italic;
}
#header1-f .mbr-section-text {
  color: #ecf0f1;
  text-align: center;
}
#header1-f .mbr-section-title {
  text-align: center;
  font-size: 60px;
}

#canvas-holder
{
	background:#ffffff;
	overflow-x: hidden;
}
.canvas-parent{
	background:#ffffff;
	overflow-x: hidden;
}
.display-1 {
  font-family: 'Poppins', sans-serif;
  font-size: 4.5rem;
}
.display-2 {
  font-family: 'Poppins', sans-serif;
  font-size: 3rem;
}
.display-4 {
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
}
.display-5 {
  font-family: 'Comfortaa', sans-serif;
  font-size: 1.5rem;
}
.display-7 {
  font-family: 'Comfortaa', sans-serif;
  font-size: 1.1rem;
}
@media screen and (max-width: 480px) {
  .canvas-parent{
		height:275px;
	}
  #canvas-holder
	{
	 width:500px;
	 margin:0 auto;
	 position:absolute;
	 left:50%;
	 margin-left:-250px;
	}

  .login-title{
	font-size: 36px;
  }
  .login-intro{
	display: none;
  }

  .client-name{
	display: none;
  }
}
#slider-4w {
  /* Mobile */
}
#slider-4w .mbr-section-title {
  font-size: 60px;
}
#slider-4w .mbr-section-text {
  font-size: 20px;
}
#slider-4w .home-page-slider {
  height: 400px;
}
#slider-4w .home-page-slider-page {
  padding-top: 50px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}
#slider-4w .home-page-slider-text1 {
  color: #ffffff;
  font-size: 60px;
}
#slider-4w .home-page-slider-text2 {
  color: #ffffff;
  font-size: 20px;
}
#slider-4w .home-page-slider-icons {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
@media screen and (max-width: 480px) {
  #slider-4w .home-page-slider-text1 {
    color: #ffffff;
    font-size: 32px;
  }
  #slider-4w .home-page-slider-text2 {
    color: #ffffff;
    font-size: 14px;
  }
  #slider-4w .home-page-slider-icons {
    display: block;
  }
}
#features2-4u .mbr-section-title {
  font-weight: 700;
  color: #000000;
  font-family: 'Montserrat', sans-serif;
  font-size: 32px;
}
#features2-4u .mbr-section-subtitle {
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #000000;
  font-size: 18px;
}
#features2-4u .mbr-section-text {
  color: #000000;
}
#features1-h .mbr-section-title {
  font-weight: 700;
  text-align: center;
  font-size: 32px;
  font-family: 'Montserrat', sans-serif;
  color: #000000;
}
#features1-h .mbr-section-subtitle {
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #000000;
}
#features1-h .mbr-section-text {
  color: #000000;
}

#form1-13 .mbr-section-subtitle {
  text-transform: uppercase;
}
#form1-13 .form-control-label {
  color: undefined;
}
#form1-13 .form1 .form-control-label + .form-icon {
  position: absolute;
  top: 37px;
  left: 20px;
}
#form1-13 .form1 .form-control-label {
  display: block;
}
#form1-13 .form3 .form-icon,
#form1-13 .form3 .form-control-label {
  display: block;
}
#form1-13 .intro.intro1 .form-control-label {
  display: block;
}
#form1-13 .intro.intro2 .form-control-label {
  display: block;
}

#form1-19 .test {
  margin: 0 auto;
  align: center;
  max-width: 600px;
}
#form1-19 .mbr-section-subtitle {
  text-transform: uppercase;
}
#form1-19 .form-control-label {
  color: undefined;
}

#menu-1 .header-table-row {
  vertical-align: middle;
  text-align: center;
  align: center;
 /* width: 135px;*/
  width: 160px;
  background: #488d9c;
  color: #ffffff;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  padding-top: 0px;
  padding-right: 20px;
  padding-bottom: 0px;
  padding-left: 20px;
}

#menu-1 .header-table-cell-left {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  margin: 0 0%;
  white-space: normal;
  height: 100%;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
}

#menu-1 .navbar-name{
	display: inline-block;
}

@media screen and (max-width: 480px) {
  #menu-1 .header-table-row {
  /* width: 100px;*/
  width: 157px;
    font-size: 16px;
  }

  #menu-1 .navbar-name{
	display: none;
  }
  
  .login-title{
	font-size: 36px;
  }
  .login-intro{
	display: none;
  }

  .client-name{
	display: none;
  }
}

#menu-1a .hide-buttons .nav-btn {
  display: none !important;
}
#menu-1a .navbar-caption {
  color: #ffffff;
  font-size: 24px;
}
#menu-1a .navbar-toggler {
  color: #ffffff;
}
#menu-1a .close-icon::before,
#menu-1a .close-icon::after {
  background-color: #ffffff;
}
#menu-1a .link,
#menu-1a .dropdown-item {
  color: #ffffff;
}
#menu-1a .link {
  font-size: 1rem;
}
#menu-1a .dropdown-item,
#menu-1a .nav-dropdown-sm .link {
  font-size: 1.083rem;
}
#menu-1a .link:hover,
#menu-1a .link:focus {
  color: #488d9c;
}
#menu-1a .dropdown-item:hover::before,
#menu-1a .dropdown-item:focus::before {
  background: #488d9c;
}
#menu-1a .dropdown-item:hover,
#menu-1a .dropdown-item:focus {
  color: #ffffff;
}
#menu-1a .link[aria-expanded="true"],
#menu-1a .dropdown-menu {
  background: #194c6d;
}
#menu-1a .nav-dropdown-sm .link:focus,
#menu-1a .nav-dropdown-sm .link:hover,
#menu-1a .nav-dropdown-sm .dropdown-item:focus,
#menu-1a .nav-dropdown-sm .dropdown-item:hover {
  background: #1f608b!important;
}
#menu-1a .navbar,
#menu-1a .nav-dropdown-sm,
#menu-1a .nav-dropdown-sm .link[aria-expanded="true"],
#menu-1a .nav-dropdown-sm .dropdown-menu {
  background: #488d9c;
}
#menu-1a .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-1a .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-1a .bg-color.transparent.opened .link:hover,
#menu-1a .bg-color.transparent.opened .link:focus {
  color: #488d9c;
}
#menu-1a .link[aria-expanded="true"],
#menu-1a .dropdown-item[aria-expanded="true"] {
  color: #488d9c!important;
}

#menu-1 {
  /* Mobile */
}
#menu-1 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-1 .navbar-caption {
  color: #ffffff;
  font-size: 24px;
}
#menu-1 .navbar-toggler {
  color: #ffffff;
}
#menu-1 .close-icon::before,
#menu-1 .close-icon::after {
  background-color: #ffffff;
}
#menu-1 .link,
#menu-1 .dropdown-item {
  color: #ffffff;
}
#menu-1 .link {
  font-size: 1rem;
}
#menu-1 .dropdown-item,
#menu-1 .nav-dropdown-sm .link {
  font-size: 1.083rem;
}
#menu-1 .link:hover,
#menu-1 .link:focus {
  color: #488d9c;
}
#menu-1 .dropdown-item:hover::before,
#menu-1 .dropdown-item:focus::before {
  background: #488d9c;
}
#menu-1 .dropdown-item:hover,
#menu-1 .dropdown-item:focus {
  color: #ffffff;
}
#menu-1 .link[aria-expanded="true"],
#menu-1 .dropdown-menu {
  background: #194c6d;
}
#menu-1 .nav-dropdown-sm .link:focus,
#menu-1 .nav-dropdown-sm .link:hover,
#menu-1 .nav-dropdown-sm .dropdown-item:focus,
#menu-1 .nav-dropdown-sm .dropdown-item:hover {
  background: #1f608b!important;
}
#menu-1 .navbar,
#menu-1 .nav-dropdown-sm,
#menu-1 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-1 .nav-dropdown-sm .dropdown-menu {
  background: #488d9c;
}
#menu-1 .container-fluid {
  background: #03223d;
}

#menu-1 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-1 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-1 .bg-color.transparent.opened .link:hover,
#menu-1 .bg-color.transparent.opened .link:focus {
  color: #488d9c;
}
#menu-1 .link[aria-expanded="true"],
#menu-1 .dropdown-item[aria-expanded="true"] {
  color: #488d9c!important;
}


#form3-1n .mbr-section-subtitle {
  text-transform: uppercase;
}
#form3-1n .form-control-label {
  color: undefined;
}
#form3-1n .alnCtr {
  height: 100px;
}
#header5-1o .elements-content {
  padding-bottom: 140px;
}
#header5-1o .mbr-section-subtitle {
  letter-spacing: 2px;
  margin-bottom: 10px;
  font-weight: 700;
}
#header5-1o .mbr-section-title,
#header5-1o .tab-pane {
  color: #fff;
}
#header5-1o .mbr-section-title {
  margin-bottom: 60px;
}
#header5-1o .nav-tabs {
  margin-top: 90px;
}
@media (max-width: 960px) {
  .iconmenu{
	display: none;
  }
  #header5-1o .alnCtr ul {
    display: none;
  }
  #header5-1o .alnCtrSelect select {
    display: block;
  }
}
@media (min-width: 960px) {
  #header5-1o .alnCtrSelect select {
    display: none;
  }
}
#header5-1o .elements-content {
  padding-bottom: 20px;
}
#header5-1o .mbr-section-subtitle {
  letter-spacing: 2px;
  margin-bottom: 10px;
  font-weight: 700;
}
#header5-1o .txtClr {
  color: #000000;
}
#header5-1o .mbr-section-title {
  margin-bottom: 30px;
}
#header5-1o .nav-tabs {
  margin-top: 100px;
}
#header5-1o .nav-tab-cs {
  margin-top: 0px;
}
#header5-1o .alnCtr {
  padding-top: 10px;
  align: center;
  max-width: 1190px;
  margin: 0 auto;
  height: 65px;
  z-index: 98;
}
.iconmenu {
  float:right;
  height: 65px;
  position: absolute;  
  right: 0;  
  top: 23px;
  color:#fff;
  font-size: 16px;
  font-weight: bold;
  padding-right:15px;
}

#header5-1o .alnCtrSelect {
  align: center;
  max-width: 750px;
  margin: 0 auto;
}

.select-box-old {
  padding-left: 3em;
}

.select-box {
  padding-left: 3em;
  -webkit-appearance: none !important;
  -moz-appearance: none;
  appearance: none;
}

.select-option {
  min-height: 2.25em;
  padding: 0.5em 1.07em 0.5em;
}
#header9-1q .elements-content {
  padding-bottom: 50px;
}
#header9-1q .mbr-section-subtitle {
  letter-spacing: 2px;
  margin-bottom: 10px;
  font-weight: 700;
}
#header9-1q .mbr-section-title,
#header9-1q .tab-pane {
  color: #000;
}
.crypto-section-title-with-timer {
  text-align: left;
  font-size: 20px;
  font-weight: bold;
  color: #000000 !important;
  margin: 0px !important;
  padding: 0px !important;
}
.crypto-section-title {
  text-align: left;
  font-size: 20px;
  font-weight: bold;
  color: #000000 !important;
  margin: 0px !important;
  padding: 0px !important;
  padding-bottom: 20px !important;
}
#header9-1q .txn-conf-text {
  font-size: 14px;
  font-weight: normal;
}

.p-fa-icon {
  margin: 0px;
  padding: 0px;
  padding-top: 5px;
}

.div-icon-ctr {
  padding-top: 35px;
  text-align: center;
  vertical-align: middle;
}
#header9-1q .table-row {
  white-space: nowrap;
  max-width: 100%;
}
#header9-1q .table-cell-left {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  margin: 0 0%;
  white-space: normal;
}
#header9-1q .table-cell-right {
  display: inline-block;
  text-align: right;
  vertical-align: top;
  margin: 0 0%;
  white-space: normal;
}
#header9-1q .table-cell-width50 {
  width: 50%;
}
@media screen and (max-width: 480px) {
  #header9-1q .table-cell-left {
    display: block;
    width: 100%;
    margin: 0 auto;
    text-align: left;
  }
  #header9-1q .table-cell-right {
    display: block;
    width: 100%;
    margin: 0 auto;
    text-align: left;
  }
  #header9-1q .table-cell-width50 {
    width: 100%;
  }
  .div-icon-ctr {
    display: none;
  }
}

#form3-1u .mbr-section-subtitle {
  text-transform: uppercase;
}
#form3-1u .form-control-label {
  color: undefined;
}
#form3-1u .alnCtr {
  height: 100px;
}
#header5-1w .elements-content {
  padding-bottom: 140px;
}
#header5-1w .mbr-section-subtitle {
  letter-spacing: 2px;
  margin-bottom: 10px;
  font-weight: 700;
}
#header5-1w .mbr-section-title,
#header5-1w .tab-pane {
  color: #fff;
}
#header5-1w .mbr-section-title {
  margin-bottom: 60px;
}
#header5-1w .nav-tabs {
  margin-top: 90px;
}
@media (max-width: 1025px) {
  #header5-1w .alnCtr ul {
    display: none;
  }
  #header5-1w .alnCtrSelect select {
    display: block;
  }
}
@media (min-width: 1025px) {
  #header5-1w .alnCtrSelect select {
    display: none;
  }
}
#header5-1w .elements-content {
  padding-bottom: 20px;
}
#header5-1w .mbr-section-subtitle {
  letter-spacing: 2px;
  margin-bottom: 10px;
  font-weight: 700;
}
#header5-1w .txtClr {
  color: #000000;
}
#header5-1w .mbr-section-title {
  margin-bottom: 30px;
}
#header5-1w .nav-tabs {
  margin-top: 100px;
}
#header5-1w .nav-tab-cs {
  margin-top: 0px;
}
#header5-1w .alnCtr {
  align: center;
  max-width: 750px;
  margin: 0 auto;
  height: 60px;
}
#header5-1w .alnCtrSelect {
  align: center;
  max-width: 750px;
  margin: 0 auto;
}

#form3-2s .mbr-section-subtitle {
  text-transform: uppercase;
}
#form3-2s .form-control-label {
  color: undefined;
}
#form3-2s .alnCtr {
  height: 100px;
}
#header5-30 .elements-content {
  padding-bottom: 140px;
}
#header5-30 .mbr-section-subtitle {
  letter-spacing: 2px;
  margin-bottom: 10px;
  font-weight: 700;
}
#header5-30 .mbr-section-title,
#header5-30 .tab-pane {
  color: #fff;
}
#header5-30 .mbr-section-title {
  margin-bottom: 60px;
}
#header5-30 .nav-tabs {
  margin-top: 90px;
}
@media (max-width: 1025px) {
  #header5-30 .alnCtr ul {
    display: none;
  }
  #header5-30 .alnCtrSelect select {
    display: block;
  }
  #header5-1w .alnCtr {
	height: 0px;
  }
}
@media (max-width: 1025px) {
  #header5-1w .alnCtr {
	height: 50px;
  }
}
@media (min-width: 1025px) {
 #header5-1w .alnCtr {
	height: 0px;
  }
}
@media (min-width: 960px) {
  #header5-30 .alnCtrSelect select {
    display: none;
  }
}
#header5-30 .elements-content {
  padding-bottom: 20px;
}
#header5-30 .mbr-section-subtitle {
  letter-spacing: 2px;
  margin-bottom: 10px;
  font-weight: 700;
}
#header5-30 .txtClr {
  color: #000000;
}
#header5-30 .mbr-section-title {
  margin-bottom: 30px;
}
#header5-30 .nav-tabs {
  margin-top: 100px;
}
#header5-30 .nav-tab-cs {
  margin-top: 0px;
}
#header5-30 .alnCtr {
  align: center;
  max-width: 750px;
  margin: 0 auto;
  height: 60px;
}
#header5-30 .alnCtrSelect {
  align: center;
  max-width: 750px;
  margin: 0 auto;
}
#form1-1y .mbr-section-subtitle {
  text-transform: uppercase;
}
#form1-1y .form-control-label {
  color: undefined;
}
#form1-1y .form1 .form-control-label + .form-icon {
  position: absolute;
  top: 37px;
  left: 20px;
}
#form1-1y .form-control-label {
  display: block;
  text-align: left;
}
#form1-1y .form3 .form-icon,
#form1-1y .form3 .form-control-label {
  display: block;
}
#form1-1y .intro.intro1 .form-control-label {
  display: block;
}
#form1-1y .intro.intro2 .form-control-label {
  display: block;
}

#contacts3-3q .form-control-label {
  color: undefined;
}


#form3-27 .mbr-section-subtitle {
  text-transform: uppercase;
}
#form3-27 .form-control-label {
  color: undefined;
}
#form3-27 .alnCtr {
  height: 100px;
}
#header5-2w .elements-content {
  padding-bottom: 140px;
}
#header5-2w .mbr-section-subtitle {
  letter-spacing: 2px;
  margin-bottom: 10px;
  font-weight: 700;
}
#header5-2w .mbr-section-title,
#header5-2w .tab-pane {
  color: #fff;
}
#header5-2w .mbr-section-title {
  margin-bottom: 60px;
}
#header5-2w .nav-tabs {
  margin-top: 90px;
}
@media (max-width: 960px) {
  #header5-2w .alnCtr ul {
    display: none;
  }
  #header5-2w .alnCtrSelect select {
    display: block;
  }
}
@media (min-width: 960px) {
  #header5-2w .alnCtrSelect select {
    display: none;
  }
}
#header5-2w .elements-content {
  padding-bottom: 20px;
}
#header5-2w .mbr-section-subtitle {
  letter-spacing: 2px;
  margin-bottom: 10px;
  font-weight: 700;
}
#header5-2w .txtClr {
  color: #000000;
}
#header5-2w .mbr-section-title {
  margin-bottom: 30px;
}
#header5-2w .nav-tabs {
  margin-top: 100px;
}
#header5-2w .nav-tab-cs {
  margin-top: 0px;
}
#header5-2w .alnCtr {
  align: center;
  max-width: 750px;
  margin: 0 auto;
  height: 60px;
}
#header5-2w .alnCtrSelect {
  align: center;
  max-width: 750px;
  margin: 0 auto;
}
#table1-29 th {
  color: #9fa3a7;
}

#form3-2y .mbr-section-subtitle {
  text-transform: uppercase;
}
#form3-2y .form-control-label {
  color: undefined;
}
#form3-2y .alnCtr {
  height: 100px;
}
#header5-2z .elements-content {
  padding-bottom: 140px;
}
#header5-2z .mbr-section-subtitle {
  letter-spacing: 2px;
  margin-bottom: 10px;
  font-weight: 700;
}
#header5-2z .mbr-section-title,
#header5-2z .tab-pane {
  color: #fff;
}
#header5-2z .mbr-section-title {
  margin-bottom: 60px;
}
#header5-2z .nav-tabs {
  margin-top: 90px;
}
@media (max-width: 960px) {
  #header5-2z .alnCtr ul {
    display: none;
  }
  #header5-2z .alnCtrSelect select {
    display: block;
  }
}
@media (min-width: 960px) {
  #header5-2z .alnCtrSelect select {
    display: none;
  }
}
#header5-2z .elements-content {
  padding-bottom: 20px;
}
#header5-2z .mbr-section-subtitle {
  letter-spacing: 2px;
  margin-bottom: 10px;
  font-weight: 700;
}
#header5-2z .txtClr {
  color: #000000;
}
#header5-2z .mbr-section-title {
  margin-bottom: 30px;
}
#header5-2z .nav-tabs {
  margin-top: 100px;
}
#header5-2z .nav-tab-cs {
  margin-top: 0px;
}
#header5-2z .alnCtr {
  align: center;
  max-width: 750px;
  margin: 0 auto;
  height: 60px;
}
#header5-2z .alnCtrSelect {
  align: center;
  max-width: 750px;
  margin: 0 auto;
}
#form1-2c .mbr-section-subtitle {
  text-transform: uppercase;
}
#form1-2c .form-control-label {
  color: undefined;
}
#form1-2c .form1 .form-control-label + .form-icon {
  position: absolute;
  top: 37px;
  left: 20px;
}
#form1-2c .form-control-label {
  display: block;
  text-align: left;
}
#form1-2c .form3 .form-icon,
#form1-2c .form3 .form-control-label {
  display: block;
}
#form1-2c .intro.intro1 .form-control-label {
  display: block;
}
#form1-2c .intro.intro2 .form-control-label {
  display: block;
}


#form3-2g .mbr-section-subtitle {
  text-transform: uppercase;
}
#form3-2g .form-control-label {
  color: undefined;
}
#form3-2g .alnCtr {
  height: 100px;
}
#header5-2h .elements-content {
  padding-bottom: 140px;
}
#header5-2h .mbr-section-subtitle {
  letter-spacing: 2px;
  margin-bottom: 10px;
  font-weight: 700;
}
#header5-2h .mbr-section-title,
#header5-2h .tab-pane {
  color: #fff;
}
#header5-2h .mbr-section-title {
  margin-bottom: 60px;
}
#header5-2h .nav-tabs {
  margin-top: 90px;
}
@media (max-width: 960px) {
  #header5-2h .alnCtr ul {
    display: none;
  }
  #header5-2h .alnCtrSelect select {
    display: block;
  }
}
@media (min-width: 960px) {
  #header5-2h .alnCtrSelect select {
    display: none;
  }
}
#header5-2h .elements-content {
  padding-bottom: 20px;
}
#header5-2h .mbr-section-subtitle {
  letter-spacing: 2px;
  margin-bottom: 10px;
  font-weight: 700;
}
#header5-2h .txtClr {
  color: #000000;
}
#header5-2h .mbr-section-title {
  margin-bottom: 30px;
}
#header5-2h .nav-tabs {
  margin-top: 100px;
}
#header5-2h .nav-tab-cs {
  margin-top: 0px;
}
#header5-2h .alnCtr {
  align: center;
  max-width: 750px;
  margin: 0 auto;
  height: 60px;
}
#header5-2h .alnCtrSelect {
  align: center;
  max-width: 750px;
  margin: 0 auto;
}
#table1-2j th {
  color: #9fa3a7;
}

#form3-38 .mbr-section-subtitle {
  text-transform: uppercase;
}
#form3-38 .form-control-label {
  color: undefined;
}
#form3-38 .alnCtr {
  height: 100px;
}
#header5-39 .elements-content {
  padding-bottom: 140px;
}
#header5-39 .mbr-section-subtitle {
  letter-spacing: 2px;
  margin-bottom: 10px;
  font-weight: 700;
}
#header5-39 .mbr-section-title,
#header5-39 .tab-pane {
  color: #fff;
}
#header5-39 .mbr-section-title {
  margin-bottom: 60px;
}
#header5-39 .nav-tabs {
  margin-top: 90px;
}
@media (max-width: 960px) {
  #header5-39 .alnCtr ul {
    display: none;
  }
  #header5-39 .alnCtrSelect select {
    display: block;
  }
}
@media (min-width: 960px) {
  #header5-39 .alnCtrSelect select {
    display: none;
  }
}
#header5-39 .elements-content {
  padding-bottom: 20px;
}
#header5-39 .mbr-section-subtitle {
  letter-spacing: 2px;
  margin-bottom: 10px;
  font-weight: 700;
}
#header5-39 .txtClr {
  color: #000000;
}
#header5-39 .mbr-section-title {
  margin-bottom: 30px;
}
#header5-39 .nav-tabs {
  margin-top: 100px;
}
#header5-39 .nav-tab-cs {
  margin-top: 0px;
}
#header5-39 .alnCtr {
  align: center;
  max-width: 750px;
  margin: 0 auto;
  height: 60px;
}
#header5-39 .alnCtrSelect {
  align: center;
  max-width: 750px;
  margin: 0 auto;
}
#header9-3a .elements-content {
  padding-bottom: 50px;
}
#header9-3a .mbr-section-subtitle {
  letter-spacing: 2px;
  margin-bottom: 10px;
  font-weight: 700;
}
#header9-3a .mbr-section-title,
#header9-3a .tab-pane {
  color: #000;
}
#header9-3a .form1 .form-control-label + .form-icon {
  position: absolute;
  top: 37px;
  left: 20px;
}
#header9-3a .form1 .form-control-label {
  display: block;
}
#header9-3a .form3 .form-icon,
#header9-3a .form3 .form-control-label {
  display: block;
}
#header9-3a .intro.intro1 .form-control-label {
  display: block;
}
#header9-3a .intro.intro2 .form-control-label {
  display: block;
}


#form3-3i .form-control-label {
  color: undefined;
}
#form3-3i .mbr-section-subtitle {
  text-transform: uppercase;
}
#form3-3i .form-control-label {
  color: undefined;
}
#form3-3i .alnCtr {
  height: 100px;
}
#header5-3j .elements-content {
  padding-bottom: 140px;
}
#header5-3j .mbr-section-subtitle {
  letter-spacing: 2px;
  margin-bottom: 10px;
  font-weight: 700;
}
#header5-3j .mbr-section-title,
#header5-3j .tab-pane {
  color: #fff;
}
#header5-3j .mbr-section-title {
  margin-bottom: 60px;
}
#header5-3j .nav-tabs {
  margin-top: 90px;
}
@media (max-width: 960px) {
  #header5-3j .alnCtr ul {
    display: none;
  }
  #header5-3j .alnCtrSelect select {
    display: block;
  }
}
@media (min-width: 960px) {
  #header5-3j .alnCtrSelect select {
    display: none;
  }
}
#header5-3j .elements-content {
  padding-bottom: 20px;
}
#header5-3j .mbr-section-subtitle {
  letter-spacing: 2px;
  margin-bottom: 10px;
  font-weight: 700;
}
#header5-3j .txtClr {
  color: #000000;
}
#header5-3j .mbr-section-title {
  margin-bottom: 30px;
}
#header5-3j .nav-tabs {
  margin-top: 100px;
}
#header5-3j .nav-tab-cs {
  margin-top: 0px;
}
#header5-3j .alnCtr {
  align: center;
  max-width: 750px;
  margin: 0 auto;
  height: 60px;
}
#header5-3j .alnCtrSelect {
  align: center;
  max-width: 750px;
  margin: 0 auto;
}
#header9-3k .elements-content {
  padding-bottom: 50px;
}
#header9-3k .mbr-section-subtitle {
  /*
  Comment as font not coming proper.Check "Transfer to My Accounts" Screen  
  letter-spacing: 2px;
  margin-bottom: 10px;
  font-weight: 700; */
  
  text-align: left;
  font-size: 20px;
  font-weight: bold;
  color: #000000;
  margin: 0px;
  padding: 0px;
  padding-bottom: 20px;
}
#header9-3k .mbr-section-title,
#header9-3k .tab-pane {
  color: #000;
}
#header9-3k .form1 .form-control-label + .form-icon {
  position: absolute;
  top: 37px;
  left: 20px;
}
#header9-3k .form1 .form-control-label {
  display: block;
}
#header9-3k .form3 .form-icon,
#header9-3k .form3 .form-control-label {
  display: block;
}
#header9-3k .intro.intro1 .form-control-label {
  display: block;
}
#header9-3k .intro.intro2 .form-control-label {
  display: block;
}
#header9-3k .txn-conf-text {
  font-size: 14px;
  font-weight: normal;
}
#header9-3k .table-row {
  white-space: nowrap;
  max-width: 100%;
}
#header9-3k .table-cell-left {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  margin: 0 0%;
  white-space: normal;
}
#header9-3k .table-cell-right {
  display: inline-block;
  text-align: right;
  vertical-align: top;
  margin: 0 0%;
  white-space: normal;
}
#header9-3k .table-cell-width50 {
  width: 50%;
}
@media screen and (max-width: 480px) {
  #header9-3k .table-cell-left {
    display: block;
    width: 100%;
    margin: 0 auto;
    text-align: left;
  }
  #header9-3k .table-cell-right {
    display: block;
    width: 100%;
    margin: 0 auto;
    text-align: left;
  }
  #header9-3k .table-cell-width50 {
    width: 100%;
  }
}


#form3-3s .mbr-section-subtitle {
  text-transform: uppercase;
}
#form3-3s .form-control-label {
  color: undefined;
}
#form3-3s .alnCtr {
  height: 100px;
}
#header5-3t .elements-content {
  padding-bottom: 140px;
}
#header5-3t .mbr-section-subtitle {
  letter-spacing: 2px;
  margin-bottom: 10px;
  font-weight: 700;
}
#header5-3t .mbr-section-title,
#header5-3t .tab-pane {
  color: #fff;
}
#header5-3t .mbr-section-title {
  margin-bottom: 60px;
}
#header5-3t .nav-tabs {
  margin-top: 90px;
}
@media (max-width: 960px) {
  #header5-3t .alnCtr ul {
    display: none;
  }
  #header5-3t .alnCtrSelect select {
    display: block;
  }
}
@media (min-width: 960px) {
  #header5-3t .alnCtrSelect select {
    display: none;
  }
}
#header5-3t .elements-content {
  padding-bottom: 20px;
}
#header5-3t .mbr-section-subtitle {
  letter-spacing: 2px;
  margin-bottom: 10px;
  font-weight: 700;
}
#header5-3t .txtClr {
  color: #000000;
}
#header5-3t .mbr-section-title {
  margin-bottom: 30px;
}
#header5-3t .nav-tabs {
  margin-top: 100px;
}
#header5-3t .nav-tab-cs {
  margin-top: 0px;
}
#header5-3t .alnCtr {
  align: center;
  max-width: 750px;
  margin: 0 auto;
  height: 60px;
}
#header5-3t .alnCtrSelect {
  align: center;
  max-width: 750px;
  margin: 0 auto;
}
#header9-3u .elements-content {
  padding-bottom: 50px;
}
#header9-3u .mbr-section-subtitle {
  /*
  Comment as font not coming proper.Check "Transfer to Other Accounts" Screen 
  letter-spacing: 2px;
  margin-bottom: 10px;
  font-weight: 700; */
  
  text-align: left;
  font-size: 20px;
  font-weight: bold;
  color: #000000;
  margin: 0px;
  padding: 0px;
  padding-bottom: 20px;
}
#header9-3u .mbr-section-title,
#header9-3u .tab-pane {
  color: #000;
}
#header9-3u .form1 .form-control-label + .form-icon {
  position: absolute;
  top: 37px;
  left: 20px;
}
#header9-3u .form1 .form-control-label {
  display: block;
}
#header9-3u .form3 .form-icon,
#header9-3u .form3 .form-control-label {
  display: block;
}
#header9-3u .intro.intro1 .form-control-label {
  display: block;
}
#header9-3u .intro.intro2 .form-control-label {
  display: block;
}


#form3-3x .mbr-section-subtitle {
  text-transform: uppercase;
}
#form3-3x .form-control-label {
  color: undefined;
}
#form3-3x .alnCtr {
  height: 100px;
}
#header5-3y .elements-content {
  padding-bottom: 140px;
}
#header5-3y .mbr-section-subtitle {
  letter-spacing: 2px;
  margin-bottom: 10px;
  font-weight: 700;
}
#header5-3y .mbr-section-title,
#header5-3y .tab-pane {
  color: #fff;
}
#header5-3y .mbr-section-title {
  margin-bottom: 60px;
}
#header5-3y .nav-tabs {
  margin-top: 90px;
}
@media (max-width: 960px) {
  #header5-3y .alnCtr ul {
    display: none;
  }
  #header5-3y .alnCtrSelect select {
    display: block;
  }
}
@media (min-width: 960px) {
  #header5-3y .alnCtrSelect select {
    display: none;
  }
}
#header5-3y .elements-content {
  padding-bottom: 20px;
}
#header5-3y .mbr-section-subtitle {
  letter-spacing: 2px;
  margin-bottom: 10px;
  font-weight: 700;
}
#header5-3y .txtClr {
  color: #000000;
}
#header5-3y .mbr-section-title {
  margin-bottom: 30px;
}
#header5-3y .nav-tabs {
  margin-top: 100px;
}
#header5-3y .nav-tab-cs {
  margin-top: 0px;
}
#header5-3y .alnCtr {
  align: center;
  max-width: 750px;
  margin: 0 auto;
  height: 60px;
}
#header5-3y .alnCtrSelect {
  align: center;
  max-width: 750px;
  margin: 0 auto;
}
#header9-3z .elements-content {
  padding-bottom: 50px;
}
#header9-3z .mbr-section-subtitle {
  /*
  Comment as font not coming proper.Check "Transfer to Overseas Accounts" Screen  
  letter-spacing: 2px;
  margin-bottom: 10px;
  font-weight: 700; */
  
  text-align: left;
  font-size: 20px;
  font-weight: bold;
  color: #000000;
  margin: 0px;
  padding: 0px;
  padding-bottom: 20px;
  
}
#header9-3z .mbr-section-title,
#header9-3z .tab-pane {
  color: #000;
}
#header9-3z .form1 .form-control-label + .form-icon {
  position: absolute;
  top: 37px;
  left: 20px;
}
#header9-3z .form1 .form-control-label {
  display: block;
}
#header9-3z .form3 .form-icon,
#header9-3z .form3 .form-control-label {
  display: block;
}
#header9-3z .intro.intro1 .form-control-label {
  display: block;
}
#header9-3z .intro.intro2 .form-control-label {
  display: block;
}


#form3-42 .mbr-section-subtitle {
  text-transform: uppercase;
}
#form3-42 .form-control-label {
  color: undefined;
}
#form3-42 .alnCtr {
  height: 100px;
}
#header5-43 .elements-content {
  padding-bottom: 140px;
}
#header5-43 .mbr-section-subtitle {
  letter-spacing: 2px;
  margin-bottom: 10px;
  font-weight: 700;
}
#header5-43 .mbr-section-title,
#header5-43 .tab-pane {
  color: #fff;
}
#header5-43 .mbr-section-title {
  margin-bottom: 60px;
}
#header5-43 .nav-tabs {
  margin-top: 90px;
}
@media (max-width: 960px) {
  #header5-43 .alnCtr ul {
    display: none;
  }
  #header5-43 .alnCtrSelect select {
    display: block;
  }
}
@media (min-width: 960px) {
  #header5-43 .alnCtrSelect select {
    display: none;
  }
}
#header5-43 .elements-content {
  padding-bottom: 20px;
}
#header5-43 .mbr-section-subtitle {
  letter-spacing: 2px;
  margin-bottom: 10px;
  font-weight: 700;
}
#header5-43 .txtClr {
  color: #000000;
}
#header5-43 .mbr-section-title {
  margin-bottom: 30px;
}
#header5-43 .nav-tabs {
  margin-top: 100px;
}
#header5-43 .nav-tab-cs {
  margin-top: 0px;
}
#header5-43 .alnCtr {
  align: center;
  max-width: 750px;
  margin: 0 auto;
  height: 60px;
}
#header5-43 .alnCtrSelect {
  align: center;
  max-width: 750px;
  margin: 0 auto;
}
#header9-44 .elements-content {
  padding-bottom: 50px;
}
#header9-44 .mbr-section-subtitle {
  /* letter-spacing: 2px;
  margin-bottom: 10px;
  font-weight: 700; */
  text-align: left;
  font-size: 20px;
  font-weight: bold;
  color: #000000;
  margin: 0px;
  padding: 0px;
  padding-bottom: 20px;
}
#header9-44 .mbr-section-title,
#header9-44 .tab-pane {
  color: #000;
}
#header9-44 .form1 .form-control-label + .form-icon {
  position: absolute;
  top: 37px;
  left: 20px;
}
#header9-44 .form1 .form-control-label {
  display: block;
}
#header9-44 .form3 .form-icon,
#header9-44 .form3 .form-control-label {
  display: block;
}
#header9-44 .intro.intro1 .form-control-label {
  display: block;
}
#header9-44 .intro.intro2 .form-control-label {
  display: block;
}
#header9-44 th {
  color: #9fa3a7;
}

#shop1-43 .galleryItem h4:hover {
  color: #f39c12;
}
#shop1-43 .mbr-gallery-filter ul li.active {
  color: #f39c12;
}
#shop1-43 .mbr-gallery-filter ul li:hover {
  color: #f39c12;
}
#shop1-43 .mbr-gallery-filter ul li:before {
  background: #f39c12;
}
#shop1-43 .min-toggle:hover,
#shop1-43 .max-toggle:hover {
  background-color: #f39c12;
}
#shop1-43 .shop-title {
  font-family: Arvo;
}
#shop1-43 .categories-titles .mbr-gallery-filter ul li {
  font-family: Arvo;
}
#shop1-43 .max-input {
  font-family: Arvo;
}
#shop1-43 .min-input {
  font-family: Arvo;
}
#shop1-43 .item-title {
  font-family: Arvo;
}
#shop1-43 .card-description {
  font-family: Open Sans;
}
#shop1-43 .shop-item-price {
  font-family: Montserrat;
}

#table1-4f {
  /* Mobile */
}
#table1-4f th {
  color: #9fa3a7;
}
#table1-4f .mbr-section-title {
  font-size: 30px;
  text-align: left;
}
#table1-4f TABLE {
  text-align: left;
}
#table1-4f TH {
  /* color: #000000; */
}
#table1-4f .text-bold {
  font-weight: bold;
}
#table1-4f .table-row {
  white-space: nowrap;
  max-width: 100%;
}
#table1-4f .table-cell-left {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  margin: 0 0%;
  white-space: normal;
}
#table1-4f .table-cell-center {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  margin: 0 0%;
  white-space: normal;
}

#table1-4f .table-cell-right {
  display: inline-block;
  text-align: right;
  vertical-align: top;
  margin: 0 0%;
  white-space: normal;
}
#table1-4f .table-cell-width33 {
  width: 33%;
}
#table1-4f .table-cell-width20 {
  width: 20%;
}

#table1-4f .table-cell-width100 {
  width: 100%;
}
#table1-4f .table-cell-width10 {
  width: 10%;
}
#table1-4f .table-cell-width12 {
  width: 12%;
}
#table1-4f .table-cell-width8 {
  width: 8%;
}

#table1-4f .table-cell-width15 {
  width: 15%;
}
#table1-4f .table-cell-width25 {
  width: 25%;
}

#table1-4f .table-cell-width14 {
  width: 14%;
}


#table1-4f .table-cell-width34 {
  width: 34%;
}
@media screen and (max-width: 480px) {
  #table1-4f .table-cell-left {
    display: block;
    width: 100%;
    margin: 0 auto;
    text-align: left;
  }
   #table1-4f .table-cell-center {
    display: block;
    width: 100%;
    margin: 0 auto;
    text-align: left;
  }
  #table1-4f .table-cell-right {
    display: block;
    width: 100%;
    margin: 0 auto;
    text-align: left;
  }
  #table1-4f .table-cell-width33 {
    width: 100%;
  }
  #table1-4f .table-cell-width20 {
    width: 100%;
  }
  #table1-4f .table-cell-width100 {
    width: 100%;
  }

#table1-4f .table-cell-width12 {
    width: 100%;
  }
  #table1-4f .table-cell-width10 {
    width: 100%;
  }
  #table1-4f .table-cell-width8 {
    width: 100%;
  }
  
  #table1-4f .table-cell-width15 {
    width: 100%;
  }
  #table1-4f .table-cell-width25 {
    width: 100%;
  }
  
  #table1-4f .table-cell-width34 {
    width: 100%;
  } 
}


#table1-4f .mbr-section-subtitle{
  /*
  Comment as font not coming proper.Check "Transfer to My Accounts" Screen  
  letter-spacing: 2px;
  margin-bottom: 10px;
  font-weight: 700; */
  
  text-align: left;
  font-size: 20px;
  font-weight: bold;
  color: #000000;
  margin: 0px;
  padding: 0px;
  padding-bottom: 20px;
}
#table1-68 {
  /* Mobile */
}
#table1-68 th {
  color: #9fa3a7;
}
#table1-68 th {
  color: #9fa3a7;
}
#table1-68 .mbr-section-title {
  font-size: 30px;
  text-align: left;
}
#table1-68 TABLE {
  text-align: left;
}
#table1-68 TH {
  color: #000000;
}
#table1-68 .text-bold {
  font-weight: bold;
}
#table1-68 .table-row {
  white-space: nowrap;
  max-width: 100%;
}
#table1-68 .table-cell-left {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  margin: 0 0%;
  white-space: normal;
}
#table1-68 .table-cell-right {
  display: inline-block;
  text-align: right;
  vertical-align: top;
  margin: 0 0%;
  white-space: normal;
}
#table1-68 .table-cell-width33 {
  width: 33%;
}
#table1-68 .table-cell-width34 {
  width: 34%;
}
@media screen and (max-width: 480px) {
  #table1-68 .table-cell-left {
    display: block;
    width: 100%;
    margin: 0 auto;
    text-align: left;
  }
  #table1-68 .table-cell-right {
    display: block;
    width: 100%;
    margin: 0 auto;
    text-align: left;
  }
  #table1-68 .table-cell-width33 {
    width: 100%;
  }
  #table1-68 .table-cell-width34 {
    width: 100%;
  }
}

#progress-bar2-4a {
  /* Mobile */
}
#progress-bar2-4a .mbr-section-title {
  text-align: left;
  font-size: 30px;
}
#progress-bar2-4a .table-row {
  white-space: nowrap;
  max-width: 100%;
}
#progress-bar2-4a .table-cell-left {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  margin: 0 0%;
  white-space: normal;
}
#progress-bar2-4a .table-cell-right {
  display: inline-block;
  text-align: right;
  vertical-align: top;
  margin: 0 0%;
  white-space: normal;
}
#progress-bar2-4a .table-cell-width50 {
  width: 50%;
}
@media screen and (max-width: 480px) {
  #progress-bar2-4a .table-cell-left {
    display: block;
    width: 100%;
    margin: 0 auto;
    text-align: left;
  }
  #progress-bar2-4a .table-cell-right {
    display: block;
    width: 100%;
    margin: 0 auto;
    text-align: left;
  }
  #progress-bar2-4a .table-cell-width50 {
    width: 100%;
  }
}
#footer7-48 .mbr-section-subtitle {
  color: #000000;
}
#footer7-48 P {
  color: #000000;
}
#form3-49 .mbr-section-subtitle {
  text-transform: uppercase;
}
#form3-49 .form-control-label {
  color: undefined;
}
#form3-49 .alnCtr {
  height: 100px;
}
#header5-4a .elements-content {
  padding-bottom: 140px;
}
#header5-4a .mbr-section-subtitle {
  letter-spacing: 2px;
  margin-bottom: 10px;
  font-weight: 700;
}
#header5-4a .mbr-section-title,
#header5-4a .tab-pane {
  color: #fff;
}
#header5-4a .mbr-section-title {
  margin-bottom: 60px;
}
#header5-4a .nav-tabs {
  margin-top: 90px;
}
@media (max-width: 960px) {
  #header5-4a .alnCtr ul {
    display: none;
  }
  #header5-4a .alnCtrSelect select {
    display: block;
  }
}
@media (min-width: 960px) {
  #header5-4a .alnCtrSelect select {
    display: none;
  }
}
#header5-4a .elements-content {
  padding-bottom: 20px;
}
#header5-4a .mbr-section-subtitle {
  letter-spacing: 2px;
  margin-bottom: 10px;
  font-weight: 700;
}
#header5-4a .txtClr {
  color: #000000;
}
#header5-4a .mbr-section-title {
  margin-bottom: 30px;
}
#header5-4a .nav-tabs {
  margin-top: 100px;
}
#header5-4a .nav-tab-cs {
  margin-top: 0px;
}
#header5-4a .alnCtr {
  align: center;
  max-width: 750px;
  margin: 0 auto;
  height: 60px;
}
#header5-4a .alnCtrSelect {
  align: center;
  max-width: 750px;
  margin: 0 auto;
}
#table1-4b th {
  color: #9fa3a7;
}

#form3-4d .mbr-section-subtitle {
  text-transform: uppercase;
}
#form3-4d .form-control-label {
  color: undefined;
}
#form3-4d .alnCtr {
  height: 100px;
}
#header5-4e .elements-content {
  padding-bottom: 140px;
}
#header5-4e .mbr-section-subtitle {
  letter-spacing: 2px;
  margin-bottom: 10px;
  font-weight: 700;
}
#header5-4e .mbr-section-title,
#header5-4e .tab-pane {
  color: #fff;
}
#header5-4e .mbr-section-title {
  margin-bottom: 60px;
}
#header5-4e .nav-tabs {
  margin-top: 90px;
}
@media (max-width: 960px) {
  #header5-4e .alnCtr ul {
    display: none;
  }
  #header5-4e .alnCtrSelect select {
    display: block;
  }
}
@media (min-width: 960px) {
  #header5-4e .alnCtrSelect select {
    display: none;
  }
}
#header5-4e .elements-content {
  padding-bottom: 20px;
}
#header5-4e .mbr-section-subtitle {
  letter-spacing: 2px;
  margin-bottom: 10px;
  font-weight: 700;
}
#header5-4e .txtClr {
  color: #000000;
}
#header5-4e .mbr-section-title {
  margin-bottom: 30px;
}
#header5-4e .nav-tabs {
  margin-top: 100px;
}
#header5-4e .nav-tab-cs {
  margin-top: 0px;
}
#header5-4e .alnCtr {
  align: center;
  max-width: 750px;
  margin: 0 auto;
  height: 60px;
}
#header5-4e .alnCtrSelect {
  align: center;
  max-width: 750px;
  margin: 0 auto;
}
#header9-4f .elements-content {
  padding-bottom: 50px;
}
#header9-4f .mbr-section-subtitle {
  /* letter-spacing: 2px;
  margin-bottom: 10px;
  font-weight: 700; */
  text-align: left;
  font-size: 20px;
  font-weight: bold;
  color: #000000;
  margin: 0px;
  padding: 0px;
  padding-bottom: 20px;    
}
#header9-4f .mbr-section-title,
#header9-4f .tab-pane {
  color: #000;
}
#header9-4f .form1 .form-control-label + .form-icon {
  position: absolute;
  top: 37px;
  left: 20px;
}
#header9-4f .form1 .form-control-label {
  display: block;
}
#header9-4f .form3 .form-icon,
#header9-4f .form3 .form-control-label {
  display: block;
}
#header9-4f .intro.intro1 .form-control-label {
  display: block;
}
#header9-4f .intro.intro2 .form-control-label {
  display: block;
}


#progress-bar7-4m path[stroke] {
  stroke: #03223d !important;
}
#progress-bar7-4m path[stroke] {
  stroke: #03223d !important;
}
#progress-bar7-4m .text-bold {
  font-weight: bold;
}

#form3-4j .mbr-section-subtitle {
  text-transform: uppercase;
}
#form3-4j .form-control-label {
  color: undefined;
}
#form3-4j .alnCtr {
  height: 100px;
}
#header5-4k .elements-content {
  padding-bottom: 140px;
}
#header5-4k .mbr-section-subtitle {
  letter-spacing: 2px;
  margin-bottom: 10px;
  font-weight: 700;
}
#header5-4k .mbr-section-title,
#header5-4k .tab-pane {
  color: #fff;
}
#header5-4k .mbr-section-title {
  margin-bottom: 60px;
}
#header5-4k .nav-tabs {
  margin-top: 90px;
}
@media (max-width: 960px) {
  #header5-4k .alnCtr ul {
    display: none;
  }
  #header5-4k .alnCtrSelect select {
    display: block;
  }
}
@media (min-width: 960px) {
  #header5-4k .alnCtrSelect select {
    display: none;
  }
}
#header5-4k .elements-content {
  padding-bottom: 20px;
}
#header5-4k .mbr-section-subtitle {
  letter-spacing: 2px;
  margin-bottom: 10px;
  font-weight: 700;
}
#header5-4k .txtClr {
  color: #000000;
}
#header5-4k .mbr-section-title {
  margin-bottom: 30px;
}
#header5-4k .nav-tabs {
  margin-top: 100px;
}
#header5-4k .nav-tab-cs {
  margin-top: 0px;
}
#header5-4k .alnCtr {
  align: center;
  max-width: 750px;
  margin: 0 auto;
  height: 60px;
}
#header5-4k .alnCtrSelect {
  align: center;
  max-width: 750px;
  margin: 0 auto;
}
#table1-4m th {
  color: #9fa3a7;
}
#table1-4m .mbr-section-title {
  font-size: 60px;
}
#form3-4p .form-control-label {
  color: undefined;
}
#form3-4p .mbr-section-subtitle {
  text-transform: uppercase;
}
#form3-4p .form-control-label {
  color: undefined;
}
#form3-4p .alnCtr {
  height: 100px;
}
#header5-4q .elements-content {
  padding-bottom: 140px;
}
#header5-4q .mbr-section-subtitle {
  letter-spacing: 2px;
  margin-bottom: 10px;
  font-weight: 700;
}
#header5-4q .mbr-section-title,
#header5-4q .tab-pane {
  color: #fff;
}
#header5-4q .mbr-section-title {
  margin-bottom: 60px;
}
#header5-4q .nav-tabs {
  margin-top: 90px;
}
@media (max-width: 960px) {
  #header5-4q .alnCtr ul {
    display: none;
  }
  #header5-4q .alnCtrSelect select {
    display: block;
  }
}
@media (min-width: 960px) {
  #header5-4q .alnCtrSelect select {
    display: none;
  }
}
#header5-4q .elements-content {
  padding-bottom: 20px;
}
#header5-4q .mbr-section-subtitle {
  letter-spacing: 2px;
  margin-bottom: 10px;
  font-weight: 700;
}
#header5-4q .txtClr {
  color: #000000;
}
#header5-4q .mbr-section-title {
  margin-bottom: 30px;
}
#header5-4q .nav-tabs {
  margin-top: 100px;
}
#header5-4q .nav-tab-cs {
  margin-top: 0px;
}
#header5-4q .alnCtr {
  align: center;
  max-width: 750px;
  margin: 0 auto;
  height: 60px;
}
#header5-4q .alnCtrSelect {
  align: center;
  max-width: 750px;
  margin: 0 auto;
}
#table1-4r th {
  color: #9fa3a7;
}
#table1-4r .mbr-section-title {
  font-size: 60px;
}
#intro3-4r {
  
  
  /* Mobile */
}
#intro3-4r .login-page {
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  /*
  position: fixed;
  overflow: hidden;
  */
  position: absolute;
  overflow: scroll;
}

#intro3-4r .login-page-offset {
   padding-left: 20px;
}

#intro3-4r .login-main-panel {
   min-width: 350px;
   max-width: 350px;
   text-align: center;
   margin: 0 auto;
}

#intro3-4r .login-panel {
  background-color: #ffffff;
  padding-top: 5px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
  text-align: left;
}
#intro3-4r .login-panel-top-bar {
  height: 10px;
  width: 100%;
  background-color: #03223d;
}
#intro3-4r .login-buttons-panel {
  width: 100%;
}
#intro3-4r #login-header {
  /*
  position: fixed;
  top: 0px;
  */

  width: 100%;  
  padding-top: 20px;
  padding-right: 50px;
  padding-bottom: 0px;
  padding-left: 50px;
}
#intro3-4r #login-footer {
  /*
  position: fixed;
  bottom: 20px;
  */
  
  width: 100%;
  padding-top: 50px;
  padding-right: 50px;
  padding-bottom: 0px;
  padding-left: 50px;
}
#intro3-4r .login-footer-text {
  color: #ffffff;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
}
#intro3-4r .login-header-text {
  color: #ffffff;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
}
#intro3-4r .login-header-icons {
  color: #ffffff;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
}
#intro3-4r .login-footer-logo {
  color: #ffffff;
  font-style: normal;
  font-weight: normal;
}
#intro3-4r .login-page-form-control {
  color: #000000;
}
#intro3-4r .table-row {
  white-space: nowrap;
  max-width: 100%;
}
#intro3-4r .table-cell-left {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  margin: 0 0%;
  white-space: normal;
}
#intro3-4r .table-cell-right {
  display: inline-block;
  text-align: right;
  vertical-align: top;
  margin: 0 0%;
  white-space: normal;
}
#intro3-4r .table-cell-width5 {
  width: 5%;
}
#intro3-4r .table-cell-width15 {
  width: 15%;
}
#intro3-4r .table-cell-width80 {
  width: 80%;
}
#intro3-4r .table-cell-width20 {
  width: 20%;
}
#intro3-4r .table-cell-width33 {
  width: 33%;
}
#intro3-4r .table-cell-width34 {
  width: 34%;
}
#intro3-4r .table-cell-width50 {
  width: 50%;
}



@media screen and (max-width: 1025px) {
   #intro3-4r .login-main-panel {
       min-width: 300px;
       max-width: 90%;
       text-align: left;
       margin: 0 auto;
    }
}

@media screen and (min-height: 480px) {
     #intro3-4r #login-footer {
  
	  position: fixed;
	  bottom: 20px;	  
	  
	  width: 100%;
	  padding-top: 50px;
	  padding-right: 50px;
	  padding-bottom: 0px;
	  padding-left: 20px;
	}
}

@media screen and (min-height: 580px) {
     #intro3-4r #login-footer {
  
	  position: fixed;
	  bottom: 20px;	  
	  
	  width: 100%;
	  padding-top: 50px;
	  padding-right: 50px;
	  padding-bottom: 0px;
	  padding-left: 30px;
	}
}

@media screen and (min-height: 980px) {
     #intro3-4r #login-footer {
  
	  position: fixed;
	  bottom: 20px;	  
	  
	  width: 100%;
	  padding-top: 50px;
	  padding-right: 50px;
	  padding-bottom: 0px;
	  padding-left: 50px;
	}
}

@media screen and (max-width: 1020px) {
  #intro3-4r .login-main-panel {
       min-width: 280px;
       max-width: 90%;
       text-align: center;
       margin: 0 auto;
    }
  #intro3-4r .login-page {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
	position: absolute;
    overflow: scroll;

  }
  #intro3-4r #login-footer {
    display: block;
    position: relative;
    width: 100%;
  }
  #intro3-4r #login-header {
    display: block;
    position: relative;
    width: 100%;
  }
  #intro3-4r .login-header-icons {
    display: none;
  }
  #intro3-4r .table-cell-left {
    display: block;
    width: 100%;
    margin: 0 auto;
    text-align: left;
  }
  #intro3-4r .table-cell-right {
    display: block;
    width: 100%;
    margin: 0 auto;
    text-align: left;
  }
  #intro3-4r .table-cell-width33 {
    width: 100%;
  }
  #intro3-4r .table-cell-width34 {
    width: 100%;
  }
  #intro3-4r .table-cell-width50 {
    width: 100%;
  }
  #intro3-4r .table-cell-width5 {
    display: none;
  }
  
  #footer7-48 .table-row {
	white-space: normal;
	max-width: 100%;
  }
  #footer7-48 .table-cell-left {
    display: block !important;
    width: 100% !important;
    margin: 0 auto !important;
    text-align: left !important;
  }
  #footer7-48 .table-cell-right {
    display: block !important;
    width: 100% !important;
    margin: 0 auto !important;
    text-align: left !important;
  }
  #footer7-48 .table-cell-width80 {
    width: 100% !important;
  }
  #footer7-48 .table-cell-width20 {
    width: 100% !important;
  }
  #footer7-48 .table-cell-width5 {
    display: none !important;
  }
}

#form3-52 .form-control-label {
  color: undefined;
}
#form3-52 .mbr-section-subtitle {
  text-transform: uppercase;
}
#form3-52 .form-control-label {
  color: undefined;
}
#form3-52 .alnCtr {
  height: 100px;
}
#header5-53 .elements-content {
  padding-bottom: 140px;
}
#header5-53 .mbr-section-subtitle {
  letter-spacing: 2px;
  margin-bottom: 10px;
  font-weight: 700;
}
#header5-53 .mbr-section-title,
#header5-53 .tab-pane {
  color: #fff;
}
#header5-53 .mbr-section-title {
  margin-bottom: 60px;
}
#header5-53 .nav-tabs {
  margin-top: 90px;
}
@media (max-width: 960px) {
  #header5-53 .alnCtr ul {
    display: none;
  }
  #header5-53 .alnCtrSelect select {
    display: block;
  }
}
@media (min-width: 960px) {
  #header5-53 .alnCtrSelect select {
    display: none;
  }
}
#header5-53 .elements-content {
  padding-bottom: 20px;
}
#header5-53 .mbr-section-subtitle {
  letter-spacing: 2px;
  margin-bottom: 10px;
  font-weight: 700;
}
#header5-53 .txtClr {
  color: #000000;
}
#header5-53 .mbr-section-title {
  margin-bottom: 30px;
}
#header5-53 .nav-tabs {
  margin-top: 100px;
}
#header5-53 .nav-tab-cs {
  margin-top: 0px;
}
#header5-53 .alnCtr {
  align: center;
  max-width: 750px;
  margin: 0 auto;
  height: 60px;
}
#header5-53 .alnCtrSelect {
  align: center;
  max-width: 750px;
  margin: 0 auto;
}
#tabs3-54 {
  /* Mobile */
}
#tabs3-54 .twofa-table-row {
  background-color: #ffffff;
  width: 100%;
}
#tabs3-54 .twofa-pin-field {
  max-width: 300px;
}
#tabs3-54 .twofa-pin-field-sms {
  max-width: 200px;
}
#tabs3-54 .twofa-pin-field-div {
  white-space: nowrap;
  margin: 0 auto;
}
#tabs3-54 .twofa-table-text {
  display: table-cell;
  vertical-align: middle;
}
#tabs3-54 .twofa-table-cell-left {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  margin: 0 0%;
  white-space: normal;
}
#tabs3-54 .twofa-table-cell-left1 {
  display: inline-block;
  text-align: left;
  vertical-align: -webkit-baseline-middle;
  margin: 0 0%;
  white-space: normal;
}
#tabs3-54 .twofa-table-cell-right {
  display: inline-block;
  text-align: right;
  vertical-align: top;
  margin: 0 0%;
  white-space: normal;
}
#tabs3-54 .twofa-table-cell-width5 {
  width: 5%;
}
@media screen and (max-width: 480px) {
  #tabs3-54 .twofa-table-cell-left {
    display: block;
    width: 100%;
    margin: 0 auto;
    text-align: left;
  }
  #tabs3-54 .twofa-table-cell-right {
    display: block;
    width: 100%;
    margin: 0 auto;
    text-align: left;
  }
}
@media screen and (max-width: 1025px) {
  #tabs3-54 .twofa-table-cell-left {
    display: block;
    width: 100%;
    margin: 0 auto;
    text-align: center !important;
  }
  #tabs3-54 .twofa-table-cell-right {
    display: block;
    width: 100%;
    margin: 0 auto;
    text-align: center !important;
  }
}



#form3-59 .form-control-label {
  color: undefined;
}
#form3-59 .mbr-section-subtitle {
  text-transform: uppercase;
}
#form3-59 .form-control-label {
  color: undefined;
}
#form3-59 .alnCtr {
  height: 100px;
}
#header5-5a .elements-content {
  padding-bottom: 140px;
}
#header5-5a .mbr-section-subtitle {
  letter-spacing: 2px;
  margin-bottom: 10px;
  font-weight: 700;
}
#header5-5a .mbr-section-title,
#header5-5a .tab-pane {
  color: #fff;
}
#header5-5a .mbr-section-title {
  margin-bottom: 60px;
}
#header5-5a .nav-tabs {
  margin-top: 90px;
}
@media (max-width: 960px) {
  #header5-5a .alnCtr ul {
    display: none;
  }
  #header5-5a .alnCtrSelect select {
    display: block;
  }
}
@media (min-width: 960px) {
  #header5-5a .alnCtrSelect select {
    display: none;
  }
}
#header5-5a .elements-content {
  padding-bottom: 20px;
}
#header5-5a .mbr-section-subtitle {
  letter-spacing: 2px;
  margin-bottom: 10px;
  font-weight: 700;
}
#header5-5a .txtClr {
  color: #000000;
}
#header5-5a .mbr-section-title {
  margin-bottom: 30px;
}
#header5-5a .nav-tabs {
  margin-top: 100px;
}
#header5-5a .nav-tab-cs {
  margin-top: 0px;
}
#header5-5a .alnCtr {
  align: center;
  max-width: 750px;
  margin: 0 auto;
  height: 60px;
}
#header5-5a .alnCtrSelect {
  align: center;
  max-width: 750px;
  margin: 0 auto;
}
#header9-5b {
  /* Mobile */
}
#header9-5b .elements-content {
  padding-bottom: 20px;
}
#header9-5b .mbr-section-subtitle {
  letter-spacing: 2px;
  margin-bottom: 10px;
  font-weight: 700;
}
#header9-5b .mbr-section-title,
#header9-5b .tab-pane {
  color: #000;
}
#header9-5b .txn-conf-table-row {
  white-space: nowrap;
  max-width: 100%;
}
#header9-5b .txn-conf-table-cell-indent {
  width: 20px;
  display: inline-block;
  text-align: left;
  vertical-align: top;
  margin: 0 0%;
  white-space: normal;
}
#header9-5b .txn-conf-table-cell-left {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  margin: 0 0%;
  white-space: normal;
  
}
#header9-5b .txn-conf-table-cell-right {
  width: 230px;
  display: inline-block;
  text-align: right;
  vertical-align: top;
  margin: 0 0%;
  white-space: normal;
}
#header9-5b .txn-conf-section-title {
  text-align: left;
  font-size: 20px;
  font-weight: bold;
  color: #000000;
  margin: 0px;
  padding: 0px;
  padding-bottom: 20px;
}
#header9-5b .txn-conf-label {
  font-size: 14px;
  font-weight: bold;
  /* margin-top : 15px; Commented By Alok Kumar as in Fund Transfer label alignment not proper*/ 
}
#header9-5b .txn-conf-text {
  font-size: 14px;
  font-weight: normal;
}


@media screen and (max-width: 480px) {
  #header9-5b .txn-conf-table-cell-indent {
    display: none;
    width: 100%;
    margin: 0 auto;
    text-align: left;
  }
  #header9-5b .txn-conf-table-cell-left {
    display: block;
    width: 100%;
    margin: 0 auto;
    text-align: left;
  }
  #header9-5b .txn-conf-table-cell-right {
    display: block;
    width: 100%;
    margin: 0 auto;
    text-align: left;
  }
}

.conf-section-title {
  text-align: right;
  font-size: 20px;
  font-weight: bold;
  color: #000000;
  margin: 0px;
  padding-right: 100px;
  padding-bottom: 20px;
}

.conf-label {
  font-size: 14px;
  font-weight: bold;
  text-align: right;
  padding-top: 2px;
  padding-bottom: 2px;
}
.conf-text {
  font-size: 14px;
  font-weight: normal;
  text-align: left;
  padding-top: 2px;
  padding-bottom: 2px;
}
.conf-icon {
  font-size: 14px;
  font-weight: normal;
  text-align: left;
  padding-top: 2px;
  padding-bottom: 2px;
  vertical-align: middle; 
  line-height: 50px;
  min-height: 50px;
}

@media screen and (max-width: 480px) {
  .conf-section-title {
	  text-align: left;
	  font-size: 20px;
	  font-weight: bold;
	  color: #000000;
	  margin: 0px;
	  padding-right: 0px;
	  padding-bottom: 20px;
  }
  .conf-label {
	  font-size: 14px;
	  font-weight: bold;
	  text-align: left;
	  padding-top: 10px;
  }
  .conf-icon {
	  font-size: 14px;
	  font-weight: normal;
	  text-align: left;
	  padding-top: 2px;
	  padding-bottom: 2px;
	  vertical-align: top;
      line-height: 20px;
      min-height: 20px;
	}
}


#form3-5e .form-control-label {
  color: undefined;
}
#form3-5e .mbr-section-subtitle {
  text-transform: uppercase;
}
#form3-5e .form-control-label {
  color: undefined;
}
#form3-5e .alnCtr {
  height: 100px;
}
#header5-5f .elements-content {
  padding-bottom: 140px;
}
#header5-5f .mbr-section-subtitle {
  letter-spacing: 2px;
  margin-bottom: 10px;
  font-weight: 700;
}
#header5-5f .mbr-section-title,
#header5-5f .tab-pane {
  color: #fff;
}
#header5-5f .mbr-section-title {
  margin-bottom: 60px;
}
#header5-5f .nav-tabs {
  margin-top: 90px;
}
@media (max-width: 960px) {
  #header5-5f .alnCtr ul {
    display: none;
  }
  #header5-5f .alnCtrSelect select {
    display: block;
  }
}
@media (min-width: 960px) {
  #header5-5f .alnCtrSelect select {
    display: none;
  }
}
#header5-5f .elements-content {
  padding-bottom: 20px;
}
#header5-5f .mbr-section-subtitle {
  letter-spacing: 2px;
  margin-bottom: 10px;
  font-weight: 700;
}
#header5-5f .txtClr {
  color: #000000;
}
#header5-5f .mbr-section-title {
  margin-bottom: 30px;
}
#header5-5f .nav-tabs {
  margin-top: 100px;
}
#header5-5f .nav-tab-cs {
  margin-top: 0px;
}
#header5-5f .alnCtr {
  align: center;
  max-width: 750px;
  margin: 0 auto;
  height: 60px;
}
#header5-5f .alnCtrSelect {
  align: center;
  max-width: 750px;
  margin: 0 auto;
}
#header9-5g {
  /* Mobile */
}
#header9-5g .elements-content {
  padding-bottom: 20px;
}
#header9-5g .mbr-section-subtitle {
  letter-spacing: 2px;
  margin-bottom: 10px;
  font-weight: 700;
}
#header9-5g .mbr-section-title,
#header9-5g .tab-pane {
  color: #000;
}
#header9-5g .txn-conf-table-row {
  white-space: nowrap;
  max-width: 100%;
}
#header9-5g .txn-conf-table-cell-indent {
  width: 20px;
  display: inline-block;
  text-align: left;
  vertical-align: top;
  margin: 0 0%;
  white-space: normal;
}
#header9-5g .txn-conf-table-cell-left {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  margin: 0 0%;
  white-space: normal;
}
#header9-5g .txn-conf-table-cell-right {
  width: 200px;
  display: inline-block;
  text-align: right;
  vertical-align: top;
  margin: 0 0%;
  white-space: normal;
}
#header9-5g .txn-conf-section-title {
  text-align: left;
  font-size: 20px;
  font-weight: bold;
  color: #000000;
  margin: 0px;
  padding: 0px;
  padding-bottom: 20px;
}
#header9-5g .txn-conf-label {
  font-size: 14px;
  font-weight: bold;
}
#header9-5g .txn-conf-text {
  font-size: 14px;
  font-weight: normal;
}
@media screen and (max-width: 480px) {
  #header9-5g .txn-conf-table-cell-indent {
    display: none;
    width: 100%;
    margin: 0 auto;
    text-align: left;
  }
  #header9-5g .txn-conf-table-cell-left {
    display: block;
    width: 100%;
    margin: 0 auto;
    text-align: left;
  }
  #header9-5g .txn-conf-table-cell-right {
    display: block;
    width: 100%;
    margin: 0 auto;
    text-align: left;
  }
}

#form3-5p .mbr-section-subtitle {
  text-transform: uppercase;
}
#form3-5p .form-control-label {
  color: undefined;
}
#form3-5p .alnCtr {
  height: 100px;
}
#table1-5t th {
  color: #9fa3a7;
}
#table1-5t .filter-form-control {
  color: #000000;
}
#table1-5t .filter-table-row {
  white-space: nowrap;
  max-width: 100%;
}
#table1-5t .filter-table-cell-left {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  margin: 0 0%;
  white-space: normal;
}
#table1-5t .filter-table-cell-right {
  display: inline-block;
  text-align: right;
  vertical-align: middle;
  margin: 0 0%;
  white-space: normal;
  padding-right: 5px;
}
#table1-5t .filter-padding {
  padding-bottom: 10px;
}
#table1-5t .filter-table-cell-width80 {
  width: 80%;
}
#table1-5t .filter-table-cell-width20 {
  width: 20%;
}
#table1-5t .filter-btn {
  border: none;
  padding: 12px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 0px 0px;
  border-radius: 4px;
}
#table1-5t .search {
  background-color: #226997;
  color: #c3dff1;
}
#table1-5t .search:hover {
  color: #FFFFFF;
}
@media screen and (max-width: 480px) {
  #table1-5t .filter-table-cell-left {
    display: block;
    width: 100%;
    margin: 0 auto;
    text-align: left;
    padding-bottom: 5px;
  }
  #table1-5t .filter-table-cell-right {
    display: block;
    width: 100%;
    margin: 0 auto;
    text-align: left;
    padding-bottom: 5px;
  }
  #table1-5t .filter-table-cell-width20 {
    width: 100%;
  }
}
.paging-btn {
    border: none;
    padding: 5px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin: 0px 0px;
    border-radius: 4px;
}
.paging {
    background-color: #226997;
    color: #FFFFFF;
} 
.paging-act {
    background-color: #c3dff1;
    color: #000000;
} 
.paging:hover {
    background-color: #c3dff1;
    color: #000000;
}



#header5-61 .elements-content {
  padding-bottom: 140px;
}
#header5-61 .mbr-section-subtitle {
  letter-spacing: 2px;
  margin-bottom: 10px;
  font-weight: 700;
}
#header5-61 .mbr-section-title,
#header5-61 .tab-pane {
  color: #fff;
}
#header5-61 .mbr-section-title {
  margin-bottom: 60px;
}
#header5-61 .nav-tabs {
  margin-top: 90px;
}
@media (max-width: 960px) {
  #header5-61 .alnCtr ul {
    display: none;
  }
  #header5-61 .alnCtrSelect select {
    display: block;
  }
}
@media (min-width: 960px) {
  #header5-61 .alnCtrSelect select {
    display: none;
  }
}
#header5-61 .elements-content {
  padding-bottom: 20px;
}
#header5-61 .mbr-section-subtitle {
  letter-spacing: 2px;
  margin-bottom: 10px;
  font-weight: 700;
}
#header5-61 .txtClr {
  color: #000000;
}
#header5-61 .mbr-section-title {
  margin-bottom: 30px;
}
#header5-61 .nav-tabs {
  margin-top: 100px;
}
#header5-61 .nav-tab-cs {
  margin-top: 0px;
}
#header5-61 .alnCtr {
  align: center;
  max-width: 750px;
  margin: 0 auto;
  height: 60px;
}
#header5-61 .alnCtrSelect {
  align: center;
  max-width: 750px;
  margin: 0 auto;
}
#form3-64 .form-control-label {
  color: undefined;
}
#form3-64 .mbr-section-subtitle {
  text-transform: uppercase;
}
#form3-64 .form-control-label {
  color: undefined;
}
#form3-64 .alnCtr {
  height: 60px;
}
#header5-60 .elements-content {
  padding-bottom: 140px;
}
#header5-60 .mbr-section-subtitle {
  letter-spacing: 2px;
  margin-bottom: 10px;
  font-weight: 700;
}
#header5-60 .mbr-section-title,
#header5-60 .tab-pane {
  color: #fff;
}
#header5-60 .mbr-section-title {
  margin-bottom: 60px;
}
#header5-60 .nav-tabs {
  margin-top: 90px;
}
@media (max-width: 960px) {
  #header5-60 .alnCtr ul {
    display: none;
  }
  #header5-60 .alnCtrSelect select {
    display: block;
  }
}
@media (min-width: 960px) {
  #header5-60 .alnCtrSelect select {
    display: none;
  }
}
#header5-60 .elements-content {
  padding-bottom: 20px;
}
#header5-60 .mbr-section-subtitle {
  letter-spacing: 2px;
  margin-bottom: 10px;
  font-weight: 700;
}
#header5-60 .txtClr {
  color: #000000;
}
#header5-60 .mbr-section-title {
  margin-bottom: 30px;
}
#header5-60 .nav-tabs {
  margin-top: 100px;
}
#header5-60 .nav-tab-cs {
  margin-top: 0px;
}
#header5-60 .alnCtr {
  align: center;
  max-width: 750px;
  margin: 0 auto;
  height: 60px;
}
#header5-60 .alnCtrSelect {
  align: center;
  max-width: 750px;
  margin: 0 auto;
}
#header9-67 {
  /* Style the tab content */
  /* Mobile */
}
#header9-67 .elements-content {
  padding-bottom: 50px;
}
#header9-67 .mbr-section-subtitle {
  letter-spacing: 2px;
  margin-bottom: 10px;
  font-weight: 700;
}
#header9-67 .mbr-section-title,
#header9-67 .tab-pane {
  color: #000;
}
#header9-67 .test {
  background-color: #000000;
}
#header9-67 .vertical-tab {
  width: 100%;
  /* Set a width if you like */
}
#header9-67 .tabheader {
  height: 100%;
  text-align: left;
  vertical-align: middle;
  overflow: hidden;
}
#header9-67 .tabheader-edge {
  float: left;
  height: 100%;
  width: 5px;
}
#header9-67 .active-tab {
  background-color: #226997;
}
#header9-67 .tabheader-icon {
  text-align: left;
  margin: 0px;
  padding: 10px;
}
#header9-67 .tabheader-title {
  text-align: left;
  font-size: 16px;
  font-weight: bold;
  color: #000000;
  margin: 0px;
  padding: 0px;
  padding-bottom: 0px;
}
#header9-67 .tabheader-text {
  text-align: left;
  font-size: 12px;
  font-weight: normal;
  color: #000000;
  margin: 0px;
  padding: 0px;
  padding-bottom: 0px;
}
.vertical-tab .card {
  background-color: #ffffff;
  color: #000000;
  display: block;
  padding: 0px;
  padding-left: 0px;
  text-decoration: none;
  Height: 120px;
  vertical-align: middle;
  margin-bottom: 5px !important;
}
.vertical-tab .card:hover {
  background-color: #e8e8e8;
}
.vertical-tab .active {
  background-color: #f5f5f5;
}

.pair-up{
    display: inline-block;
    text-align:left;
    width:40px !important;
    padding-top: 0px;
    font-size: 12px;    
    color: green;
    line-height: 1.5;
    vertical-align: top;
}
.pair-down{
    display: inline-block;
    text-align:left;
    width:40px !important;
    padding-top: 0px;
    font-size: 12px;	    
    color: red;
    line-height: 1.5;
    vertical-align: top;
}

.smallicon {
    height: 18px;
	vertical-align: middle;
}

.smallicon-text {
  padding-top: 0px !important;
}
.small-button{
	height: 25px !important;
	min-width:60px;
	padding: 0px !important;
	padding-left: 10px !important;
	padding-right: 10px !important;
	margin: 0px !important;
	margin-bottom: 2px !important;
	font-size: 12px !important;
	letter-spacing: 1px;
}

.fixed-row {
  white-space: nowrap;
  max-width: 100%;
}
.fixedr-cell-left {
  display: inline-block;
  text-align: left;
  vertical-align: middle !important;
  margin: 0 0%;
  white-space: normal;
}
.fixedr-cell-right {
  display: inline-block;
  text-align: right;
  vertical-align: middle !important;
  margin: 0 0%;
  white-space: normal;
}

.cell-right {
  display: inline-block;
  text-align: right;
  vertical-align: middle !important;
  margin: 0 0%;
  white-space: normal;
  float:right;
  padding-right:10px;
}
.leftgap{
  width:30px;
}

#header9-67 .vertical-tab a {
  background-color: #ffffff;
  color: #000000;
  /* Black text color */
  display: block;
  /* Make the links appear below each other */
  padding: 0px;
  padding-left: 0px;
  text-decoration: none;
  /* Remove underline from links */
  Height: 80px;
  /* Add some padding */
  vertical-align: middle;
}
#header9-67 .vertical-tab a:hover {
  background-color: #eee;
}
#header9-67 .vertical-tab a.active {
  background-color: #eee;
}
#header9-67 .tabcontent {
  display: none;
  float: left;
  padding: 0px 12px;
  width: 100%;
  border-left: none;
}
#header9-67 .active {
  display: block;
}
#header9-67 .txn-conf-text {
  font-size: 14px;
  font-weight: normal;
}
#header9-67 .table-row {
  white-space: nowrap;
  max-width: 100%;
}
#header9-67 .table-cell-left {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  margin: 0 0%;
  white-space: normal;
}
#header9-67 .table-cell-right {
  display: inline-block;
  text-align: right;
  vertical-align: top;
  margin: 0 0%;
  white-space: normal;
}
#header9-67 .table-cell-width50 {
  width: 50%;
}
@media screen and (max-width: 480px) {
  #header9-67 .table-cell-left {
    display: block;
    width: 100%;
    margin: 0 auto;
    text-align: left;
  }
  #header9-67 .table-cell-right {
    display: block;
    width: 100%;
    margin: 0 auto;
    text-align: left;
  }
  #header9-67 .table-cell-width50 {
    width: 100%;
  }
}

.twoFA-title{
	display: block;
}
.twoFA-img{
	display: block;
}
.twoFA-content{
	display: block;
}
.changePassword{
	width: 30%;
}

.sms-2fa-wrapper{
	width:250px;
}

.select-balance{
	font-size: 10px;
	color: green;
}
.select-balance-zero{
	font-size: 10px;
	color: red;
}

.account-balance{
	text-align: left;
	font-size: 10px;
	color: green;
	display: none;
}
.account-balance-zero{
	text-align: left;
	font-size: 10px;
	color: red;
	display: none;
}

@media screen and (max-width: 1020px) {
	.select-balance{
		font-size: 10px;
		color: green;
		display: none;
	}
	.select-balance-zero{
		font-size: 10px;
		color: red;
		display: none;
	}
	.account-balance{
		text-align: left;
		font-size: 10px;
		color: green;
		display: block;
	}
	.account-balance-zero{
		text-align: left;
		font-size: 10px;
		color: red;
		display: block;
	}
}

@media screen and (max-width: 480px) {
	.leftgap{
	  width:10px;
	}

	.twoFA-title{
		 display: block;
		 text-align: center;
		 margin-bottom:0px;
	}
	.twoFA-img{
		display: block;
		text-align: center;
		margin-bottom: 0px;
	}
	.twoFA-content{
		display: block;
		text-align: center !important;
		margin: 0 auto;
		margin-bottom:10px;
		
	}
	.changePassword{
		width: 100%;
	}
	.sms-2fa-wrapper{
		width:250px;
		margin: 0 auto;
	}
}

@media screen and (max-width: 1025px) {
	.twoFA-title{
		 display: block;
		 text-align: center;
		 margin-bottom:0px;
	}
	.twoFA-img{
		display: block;
		text-align: center;
		margin-bottom: 0px;
	}
	.twoFA-content{
		display: block;
		text-align: center !important;
		margin: 0 auto;
		margin-bottom:10px;
		
	}
	.changePassword{
		width: 100%;
	}
	.sms-2fa-wrapper{
		width:250px;
		margin: 0 auto;
	}
}




.status_pending {
  color: #808080;
  border-color: #808080;
}
.status_completed {
  color: green;
  border-color: green;
}
.status_logo {
  position: absolute;
  margin: -15px 0 0 12px;
  z-index: 1;
}
.border {
  border-color: #000;
  border-left: 1px solid;
  position: absolute;
  margin: 0 0 0 27.5px;
  z-index: 0;
  height: 60px;
  padding: 0px;
}
.order_status_div {
  background-color: #f8f8f8;
}
.order_status_c1 {
  width: 50px;
  text-align: center;
  vertical-align: middle;
  padding: 0px;
  margin: 0px;
}
.order_status_c2 {
  padding-top: 10px;
  padding-left: 10px;
  padding-bottom: 10px;
  line-height: 1.5;
  font-size: 14px;
  font-weight: bold;
}
.status_info_text {
  padding: 0px;
  margin: 0px;
  font-size: 12px;
  font-weight: normal;
  padding-left: 0px;
  margin-bottom:0px !important;;
}
.status_info_bottom_line {
  border-bottom: 1px solid #eee;
}
.status_info_top_line {
  border-top: 1px solid #eee;
}
.elements-content {
  padding-bottom: 20px;
}

.tc_imp {
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #000000;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  text-align: justify;
  padding-bottom: 20px;	
}

.tc_text {
  text-transform: normal;
  letter-spacing: 0px;
  color: #000000;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  text-align: justify;
  padding-bottom: 20px;	
}
.tc_text_ver {
  text-transform: normal;
  letter-spacing: 0px;
  color: #000000;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  text-align: justify;
  padding-bottom: 20px;	
}
.tc_text_red {
  text-transform: normal;
  letter-spacing: 0px;
  color: red;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  text-align: justify;
  padding-bottom: 20px;	
}

.tc_section {
  text-transform: normal;
  font-weight: bold;
  letter-spacing: 0px;
  color: #000000;
  font-size: 20px;
  font-family: 'Open Sans', sans-serif;
  text-align: justify;
  padding-bottom: 20px;	
}

.ui_footer_link {
  text-transform: normal;
  color: #000000 !important;
  font-size: 14px !important;
  font-style: normal !important;
  padding-bottom: 20px !important;
  text-align: center;
}

.ui_footer_link a:hover {
    color: #000000 !important;
	font-size: 14px !important;
	text-decoration: underline !important;	
	text-align: center;
}

.ui_login_footer_link {
  text-transform: normal;
  color: #ffffff !important;
  font-size: 12px !important;
  font-style: normal !important;
  padding-bottom: 20px !important;
  text-align: center;
}

.ui_login_footer_link a:hover {
    color: #ffffff !important;
	font-size: 12px !important;
	text-decoration: underline !important;	
	text-align: center;
}

.ui_login_header_link {
  text-transform: normal;
  color: #ffffff !important;
  font-size: 14px !important;
  font-style: normal !important;
  padding-bottom: 20px !important;
  text-align: center;
}

.ui_login_header_link a:hover {
    color: #ffffff !important;
	font-size: 14px !important;
	text-decoration: underline !important;	
	text-align: center;
}

.login-footer-logo a{
    color: #ffffff !important;	
	text-align: center;
}

.login-footer-logo a:hover {
    color: #03223d !important;	
	text-decoration: none !important;	
	text-align: center;
}
.account-nickname{
		font-size: 11px;
 }
 .ct-card1{
    padding-top:20px !important;
}
.ct-nopadding{
    padding:0px !important;
    margin:0px !important;
}
.ct-card-item{
    font-size: 24px;
    font-family: 'Montserrat', sans-serif;
    padding-top:10px !important;
    padding-bottom:40px !important;
}
.ct-card-item1{
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    padding-top:10px !important;
    padding-bottom:5px !important;
}
.ct-card-item2{
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    padding-top:5px !important;
    padding-bottom:20px !important;
}
.ct-img-icon-hd{
    width: 100px;
    height: 100px;
}
.ct-img-icon{
    width: 80px;
    height: 80px;
}
.ct-text{
    font-size: 16px;
    padding:0px;
    margin: 0px;
}
.ct-text-strong{
    font-size: 16px;
    font-weight: bold;
    padding:0px;
    margin: 0px;
}
.ct-sub-text{
    font-size: 12px;
    padding:0px;
    margin: 0px;
}
.v-aln-middle{
    vertical-align: middle;
}
.aln-left{
    text-align: left;
}
.aln-right{
    text-align: right;
}

.mbr-section__container .mbr-section-title {
  color: #fff;
}
.mbr-section__container .mbr-section-subtitle {
  color: #a0a0a0;
}
H1 {
  text-align: center;
}
.mbr-plan-title {
  font-size: 24px;
}
.mbr-price-figure {
  font-size: 30px;
}
.mbr-price-value {
  font-size: 48px;
}

.ct-card{
    background-color: #f8f8f8;
}
.ct-img-icon{
    width: 50px;
    height: 50px;
}
.ct-header{
    font-size: 20px;
    padding:0px;
    margin: 0px;
}
.ct-text{
    font-size: 16px;
    padding:0px;
    margin: 0px;
}
.ct-text-strong{
    font-size: 16px;
    font-weight: bold;
    padding:0px;
    margin: 0px;
}
.ct-sub-text{
    font-size: 12px;
    padding:0px;
    margin: 0px;
}
.v-aln-middle{
    vertical-align: middle;
}
.aln-left{
    text-align: left;
}
.aln-right{
    text-align: right;
}
.mbr-section__container .mbr-section-title {
  color: #000000;
}
.mbr-section__container .mbr-section-subtitle {
  color: #232323;
}
.mbr-plan-title {
  font-size: 24px;
}
H1 {
  font-size: 48px;
}

.aln-left{
    text-align: left;
}
.aln-right{
    text-align: right;
}
.ct-table{
    padding-left:10px;
    padding-right:10px;
}
.ct-up{
    display: inline-block;
    text-align:left;
    width:40px !important;
    padding-top: .15rem;
    font-size: .75rem;    
    color: green;
    line-height: 1.5;
    vertical-align: top;
}
.ct-down{
    display: inline-block;
    text-align:left;
    width:40px !important;
    padding-top: .15rem;
    font-size: .75rem;    
    color: red;
    line-height: 1.5;
    vertical-align: top;
}

.ct-buy-icon{
	display: inline-block;
    text-align:left;
    margin:0px; 
	padding:0px;
	padding-top: .15rem;
    font-size: .75rem;    
    color: green;
    line-height: 1.5;
    vertical-align: top;
}

.ct-sell-icon{
	display: inline-block;
    text-align:left;
    margin:0px; 
	padding:0px;
    padding-top: .15rem;
    font-size: .75rem;    
    color: red;
    line-height: 1.5;
    vertical-align: top;
}

th {
  color: #9fa3a7;
}
#content3-6u .mbr-section-title {
  font-size: 48px;
  text-align: center;
}

.ct-order-pane{
    text-align: center;
}
#content3-6u .mbr-section-title,
#content3-6u .mbr-section-subtitle {
  text-align: center;
}
.asset-row{
	height:75px;
}

.is_logo{
	width: 40px;
}


#footer7-48 .table-row {
  white-space: nowrap;
  max-width: 100%;
}
#footer7-48 .table-cell-left {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  margin: 0 0%;
  white-space: normal;
}
#footer7-48 .table-cell-right {
  display: inline-block;
  text-align: right;
  vertical-align: top;
  margin: 0 0%;
  white-space: normal;
}
#footer7-48 .table-cell-width5 {
  width: 5%;
}
#footer7-48 .table-cell-width80 {
  width: 80%;
}
#footer7-48 .table-cell-width20 {
  width: 20%;
}

.footer_div{
	margin-top: 20px;
	padding-left: 10px;
	width: 99%;
	text-align: left;
}
.aln-center{
    text-align: center;
}
.cid-rEypCH284G .mbr-section-title {
  text-align: left;
}
.cid-rEyrRhiblh {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #ffffff;
}
.cid-rEyrRhiblh .container {
  padding: 0 3rem;
}

.cid-rEyrRhiblh .mbr-section-btn {
  margin-top: 1rem;
}
.cid-rEyrRhiblh .table-heading {
  width: 100%;
  display: block;
}
.cid-rEyrRhiblh .table-wrapper {
  border: 1px solid #85acb2;
  padding: 2rem 1rem;
  background-color: #488d9c;
  transition: 0.3s ease-out all;
}
/*
.cid-rEyrRhiblh .table-wrapper:hover {
  transition: margin .5s;
  margin-top: -5px;
  background-color: #a38dfd;
  border: 1px solid #8f74fd;
}
*/
.cid-rEyrRhiblh .table-wrapper:hover .pricing-value,
.cid-rEyrRhiblh .table-wrapper:hover .stars,
.cid-rEyrRhiblh .table-wrapper:hover .mbr-list,
.cid-rEyrRhiblh .table-wrapper:hover .table-heading {
  color: #ffffff !important;
}
.cid-rEyrRhiblh .stars {
  margin: 1rem;
}
.cid-rEyrRhiblh ul {
  list-style: none;
  padding: 0;
  margin: 1.5rem 0 2rem 0;
}
.cid-rEyrRhiblh li {
  margin: 1rem 0;
}
.cid-rEyrRhiblh .left-bottom {
  border-radius: 15px 0 0 15px;
}
.cid-rEyrRhiblh .right-bottom {
  border-radius: 0 15px 15px 0;
}
.cid-rEyrRhiblh .all-border {
  border-radius: 15px 15px 15px 15px;
}
@media (max-width: 767px) {
  .cid-rEyrRhiblh .container {
    padding: 0 1rem;
  }
}
@media (max-width: 992px) {
  .cid-rEyrRhiblh .table-wrapper {
    border-radius: 15px !important;
    margin: 1em 1em;
  }
}
.cid-rEyzg4AxYX {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-rEyzg4AxYX .media-container-row {
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.cid-rEyzg4AxYX .list-group-item {
  padding: .5rem 2rem;
}
.cid-rEyzg4AxYX .plan {
  background: #efefef;
  position: relative;
  max-width: 280px;
  max-height: 360px;
  padding-right: 0;
  padding-left: 0;
}

.cid-rEyzg4AxYX .plan .plan-title {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: #488d9c;
}
.cid-rEyzg4AxYX .plan .plan-price {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
}
.cid-rEyzg4AxYX .plan .list-group-item {
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
  border: 0;
  background: none;
}
.cid-rEyzg4AxYX .plan .list-group-item:last-child::after {
  display: none;
}
.cid-rEyzg4AxYX .plan .mbr-section-btn a {
  margin-bottom: 0;
}
.cid-rEyzg4AxYX .plan .plan-body {
  position: relative;
  padding-bottom: 3rem;
}
.cid-rEyzg4AxYX .plan-header {
  padding-bottom: 1rem;
  position: relative;
}
.cid-rEyxRRXQv0 {
  padding-top: 90px;
  padding-bottom: 90px;
  background: #ffffff;
}
.cid-rEyxRRXQv0 .container-fluid {
  padding: 0 3rem;
}
.cid-rEyxRRXQv0 .table-wrap {
  overflow: hidden;
  border-radius: 3%;
  background-color: #efefef;
  transition: 0.3s ease-out all;
  padding: 0;
  margin-bottom: 1em;
}
.cid-rEyxRRXQv0 .table-wrap .table-pricing {
  margin: 0 0 0.4em 0;
}
.cid-rEyxRRXQv0 .table-wrap ul {
  word-wrap: break-word;
  padding: 0 4rem;
  margin: 0 0 2rem 0;
  list-style: none;
}
.cid-rEyxRRXQv0 .table-wrap ul li {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  padding: 0.7em 0;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.cid-rEyxRRXQv0 .table-wrap ul li span {
  font-size: 32px;
  color: #000000;
}
.cid-rEyxRRXQv0 .table-wrap ul:last-child {
  padding-bottom: 2rem;
}
.cid-rEyxRRXQv0 .table-wrap:hover {
  box-shadow: 0 7px 24px 0 rgba(110, 123, 157, 0.42);
}
.cid-rEyxRRXQv0 .table-wrap:hover .table-heading {
  background-color: #a38dfd;
}
.cid-rEyxRRXQv0 .mbr-iconfont {
  margin: 0 0.5em;
}
.cid-rEyxRRXQv0 .table-heading {
  transition: 0.3s ease-out all;
  display: block;
  width: 100%;
  padding: 0.6em 4rem;
  background-color: #ffa0a4;
  color: #ffffff;
  text-align: center;
}
.cid-rEyxRRXQv0 .table-purchase {
  padding: 0 4rem;
  margin: 2.5em 0 0 0;
}
.cid-rEyxRRXQv0 .table-purchase .pricing-value {
  vertical-align: top;
  display: inline-block;
}
.cid-rEyxRRXQv0 .table-purchase .table-pricing {
  display: inline-block;
}
.cid-rEyxRRXQv0 .table-pricing,
.cid-rEyxRRXQv0 .pricing-value h1 {
  text-align: left;
}
.cid-rEyxRRXQv0 .table-pricing {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-rEyxRRXQv0 .container-fluid {
    padding: 0 1rem;
  }
}
@media (max-width: 992px) {
  .cid-rEyxRRXQv0 {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
}
@media (max-width: 1393px) {
  .cid-rEyxRRXQv0 ul {
    padding: 1rem !important;
  }
  .cid-rEyxRRXQv0 .table-purchase {
    padding: 1rem !important;
  }
  .cid-rEyxRRXQv0 .table-heading {
    padding: 1rem !important;
  }
}
.cid-rEyrlAvkKG {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rEyrlAvkKG .container-fluid {
  padding: 0 3rem;
}
.cid-rEyrlAvkKG .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #ffffff 50%, #fe525b 120%);
  display: inline-block;
}
.cid-rEyrlAvkKG .mbr-section-subtitle {
  color: #767676;
}
.cid-rEyrlAvkKG .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rEyrlAvkKG .table-wrapper {
  margin: 0 auto;
}
.cid-rEyrlAvkKG table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-rEyrlAvkKG table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  background-color: #ffffff;
  color: white;
  vertical-align: middle;
}
.cid-rEyrlAvkKG table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-rEyrlAvkKG tr:hover {
  background-color: #efefef !important;
}
.cid-rEyrlAvkKG .table-striped tbody tr:nth-of-type(odd) {
  background: none;
}
.cid-rEyrlAvkKG .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-rEyrlAvkKG .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rEyrlAvkKG .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rEyrlAvkKG .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
  width: 100%;
}
.cid-rEyrlAvkKG .dataTables_wrapper {
  display: block;
}
.cid-rEyrlAvkKG .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-rEyrlAvkKG .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rEyrlAvkKG .head-item:after,
.cid-rEyrlAvkKG .head-item:before {
  bottom: 50% !important;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
@media (max-width: 992px) {
  .cid-rEyrlAvkKG .dataTables_filter {
    text-align: center;
  }
  .cid-rEyrlAvkKG .table-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .cid-rEyrlAvkKG .dataTables_filter {
    text-align: center;
  }
  .cid-rEyrlAvkKG .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .cid-rEyrlAvkKG .container-fluid {
    padding: 0 1rem;
  }
  .cid-rEyrlAvkKG table th,
  .cid-rEyrlAvkKG table td {
    padding: .75rem;
  }
}
.cid-rEyrlAvkKG .body-item {
  text-align: center;
}
.cid-rEyrlAvkKG .head-item {
  color: #000000;
}
.cid-rCoZEpgSxX {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #232323;
}
.cid-rCoZEpgSxX .follow-heading {
  padding-right: 4rem;
  color: #ffffff;
}
.cid-rCoZEpgSxX .input-form {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.cid-rCoZEpgSxX .social-media {
  margin-top: 1.5rem;
  -webkit-align-items: center;
  align-items: center;
  padding-right: 4rem;
}
.cid-rCoZEpgSxX .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-rCoZEpgSxX .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-rCoZEpgSxX .subtext-1,
.cid-rCoZEpgSxX .subtext-2 {
  margin-bottom: .6rem;
}
.cid-rCoZEpgSxX .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #fe525b;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-rCoZEpgSxX .icon-transition span:hover {
  background-color: #bf5e63;
}
.cid-rCoZEpgSxX .card-support {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-rCoZEpgSxX .card-support li {
  margin-right: .4rem;
  margin-bottom: .4rem;
  display: inline-block;
}
.cid-rCoZEpgSxX .mbr-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-rCoZEpgSxX .mbr-list li {
  margin-bottom: .25rem;
  margin-right: 1rem;
  padding-bottom: 1rem;
}
.cid-rCoZEpgSxX .mbr-form {
  margin-top: .5rem;
  clear: both;
  text-align: left;
}
.cid-rCoZEpgSxX .mbr-form .input-wrap {
  display: inline-block;
}
.cid-rCoZEpgSxX .mbr-form input {
  font-size: .9rem;
  height: 3.5rem;
  border: 0px solid;
  border-radius: 5px;
  width: 400px;
  margin-right: .6rem;
  padding: .5rem 1rem;
}
.cid-rCoZEpgSxX .input-group-btn {
  display: inline-block;
}
.cid-rCoZEpgSxX .form-text {
  color: #ffffff;
  text-align: left;
}
.cid-rCoZEpgSxX .subtext-1 {
  color: #ffffff;
  text-align: left;
}
.cid-rCoZEpgSxX .subtext-2 {
  color: #ffffff;
  text-align: left;
}
.cid-rCoZEpgSxX .column-menu ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  word-break: break-word;
}
.cid-rCoZEpgSxX .column-menu ul li {
  padding: .2rem 0;
}
@media (max-width: 991px) {
  .cid-rCoZEpgSxX .social-media {
    padding: 0;
    text-align: center;
  }
  .cid-rCoZEpgSxX .subtext-1,
  .cid-rCoZEpgSxX .subtext-2,
  .cid-rCoZEpgSxX .card-support {
    text-align: center;
  }
  .cid-rCoZEpgSxX .mbr-list {
    margin-top: 2rem;
    text-align: center;
  }
  .cid-rCoZEpgSxX .form-text {
    text-align: center;
  }
  .cid-rCoZEpgSxX .follow-section {
    margin: 0;
  }
  .cid-rCoZEpgSxX .mbr-form {
    text-align: center;
  }
  .cid-rCoZEpgSxX .mbr-form input {
    width: auto;
  }
  .cid-rCoZEpgSxX .social-media ul li {
    margin-right: .1rem;
  }
  .cid-rCoZEpgSxX .follow-heading {
    padding: 0;
    text-align: center;
  }
  .cid-rCoZEpgSxX .firstColumn,
  .cid-rCoZEpgSxX .secondColumn {
    text-align: center;
  }
}
.grid-container {  
    display: grid;  
    grid-gap: 10px 10px;  
    grid-template-columns: repeat(auto-fit, 300px);
	justify-content: space-evenly;
}