@charset "utf-8";
/* CSS Document */

/***************************************************************************************

     GENEGRAL LAYPOUT GUIDELINES

     LAYOUT WIDTH :1366px

     FONT: sans-serif
          font-family: 'sans-serif', serif;
          Available Weights: 400, 400Italic, 700


          ***************************************************************************************/
body {
	font-size: 14px;
}
a {
	text-decoration: none;
}
.clear {
	clear: both;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: block;
}
.mrg-0 {
	margin: 0 !important;
}
.pad-0 {
	padding: 0 !important;
}
.text-center {
	text-align: center !important;
}
.text-left {
	text-align: left !important;
}
.text-right {
	text-align: right !important;
}
.fullheight {
	height: 100%;
}
.display-block {
	display: block;
}
.floatleft,
.alignleft {
	float: left;
}
.floatright,
.alignright {
	float: right;
}
.aligncenter {
	margin: 0 auto;
	display: block;
}
.border-none {
	border: none !important;
}
img {
	margin: 0 auto;
	max-width: 100%;
	height: auto;
	display: inline-block;
	border: none;
}
figure {
	max-width: 100%;
}
iframe {
	width: 100%;
	margin: 0 auto;
}
::-webkit-input-placeholder {
	color: #000;
	background-repeat: no-repeat;
}
:-moz-placeholder {
	/* Firefox 18- */
	color: #000;
	background-repeat: no-repeat;
}
::-moz-placeholder {
	/* Firefox 19+ */
	color: #000;
	background-repeat: no-repeat;
}
:-ms-input-placeholder {
	color: #000;
}
.paddingTp10 {
	padding-top: 10px;
}
.color-white {
	color: #fff !important;
}
header {
	box-shadow: none;
}
/**** commons ***/

.btn {
}
.bg-purple {
	background: #ededff;
}
.bg-aqua {
	background: #ccf0fc;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
	background-color: #fff;
}
/**** commons ***/

/****** navigation bar css ****/

.custom-navbar {
	height: auto;
	margin-bottom: 0;
	border: 0;
	border-radius: 0;
	background: #fff;
}
.navbar-nav {
	margin: 0;
}
.navbar-brand {
	height: auto;
	line-height: 1;
	font-size: inherit;
	padding: 18px 0;
}
.navbar-brand > img {
	max-height: 50px;
}
.nav-menu.navbar-nav > li > a {
	color: #444;
	font-weight: 500;
	padding: 10px;
}
.nav-menu.navbar-nav > li:last-child > a:before {
	display: none;
}
.nav-menu.navbar-nav > li > a:hover,
.nav-menu.navbar-nav > li > a:focus {
	color: #00b4ef;
	outline: none;
}
.nav-menu.navbar-nav > li.profile-button > a {
	color: #fff;
	padding: 15px 40px;
	line-height: 1;
	background: #00b4ef;
}
.header-links {
}
.header-links .btn {
	background: #00b4ef;
}
.header-links .btn:hover {
	background: #6883ca;
}
.header-links .btn:last-child {
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
	background: transparent;
	color: #00b4ef;
}
.navbar-default .navbar-toggle {
	border-color: #ddd;
	background: #fafafc;
	color: #00b4ef;
}
.navbar-default .navbar-toggle .icon-bar {
	background: #00b4ef;
	transition: all 0.8s;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
}
.navbar-right .dropdown-menu {
	left: 0;
	right: 0;
}
.custom-menu-col {
}
.navbar-default .navbar-toggle.navbar-animated .icon-bar-one {
	transform: translateY(6px) translateX(0px) rotate(225deg);
	-webkit-transform: translateY(6px) translateX(0px) rotate(225deg);
	-moz-transition: translateY(6px) translateX(0px) rotate(225deg);
	-o-transition: translateY(6px) translateX(0px) rotate(225deg);
}
.navbar-default .navbar-toggle.navbar-animated .icon-bar-two {
	opacity: 0;
}
.navbar-default .navbar-toggle.navbar-animated .icon-bar-three {
	transform: translateY(-6px) translateX(0px) rotate(-225deg);
	-webkit-transform: translateY(-6px) translateX(0px) rotate(-225deg);
	-moz-transition: translateY(-6px) translateX(0px) rotate(-225deg);
	-o-transition: translateY(-6px) translateX(0px) rotate(-225deg);
}
.navbar-nav .open .dropdown-menu {
	padding-top: 0;
	padding-bottom: 0;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
	color: #333;
}
/***** footer ***/

footer {
	padding: 43px 0 0 0;
}
.footer-description {
	margin-bottom: 30px;
}
.footer-description h4 {
	margin: 0;
	padding-bottom: 10px;
	text-transform: uppercase;
	font-weight: 700;
}
.footer-links {
	padding-bottom: 10px;
	padding-left: 0;
	margin: 0;
}
.footer-links li {
	padding-bottom: 15px;
}
.footer-links li a {
	font-size: 13px;
	color: #271e79;
	font-weight: 500;
	position: relative;
	text-decoration: none;
}
.footer-links li:last-child {
	padding-bottom: 0;
}
.footer-links li a:before {
	content: "";
	position: absolute;
	z-index: -1;
	left: 50%;
	right: 50%;
	bottom: 0;
	background: #000;
	height: 1px;
	-webkit-transition-property: left, right;
	transition-property: left, right;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.footer-links li a:active:before,
.footer-links li a:focus:before,
.footer-links li a:hover:before {
	left: 0;
	right: 0;
}
.sub-footer {
	border-bottom: 10px solid #00b6f0;
	background: #f5f5f5;
	position: relative;
	padding: 30px 0;
}
.sub-footer-links {
	list-style: none;
	margin: 0 0 30px 0;
	padding: 0;
}
.sub-footer-links li {
	display: inline-block;
	margin-right: 15px;
	position: relative;
}
.sub-footer-links li:last-child {
	margin-right: 0;
}
.sub-footer-links li a,
.sub-footer p a {
	color: #271e79;
	font-weight: 500;
	transition: ease-in 0.6s;
}
.sub-footer-links li:first-child:before {
	content: "";
}
.sub-footer-links li:before {
	content: "|";
	display: block;
	position: absolute;
	left: -12px;
	top: -3px;
	font-size: 17px;
}
footer p {
	margin: 0;
	line-height: 18px;
	color: #777777;
}
.mb-10 {
	margin-bottom: 10px;
}
/***** footer ***/

/*** why choose us and rate tables ***/

.why-choose-section {
	background: #f8f8f8;
	position: relative;
	overflow: hidden;
}
.sbi-features {
	position: relative;
	display: table;
	width: 100%;
}
.sbi-features-links {
	display: table-cell;
	width: 33.33%;
	padding: 25px 0;
	text-align: center;
	vertical-align: top;
	min-height: 175px;
}
.sbi-features-links .feature-img {
	height: 52px;
}
.sbi-features-links .feature-img img {
	height: 100%;
}
.sbi-features-links h4 {
	color: #271e79;
	margin: 0;
	padding-top: 15px;
}
.why-us {
	text-align: center;
	padding: 10px 0 30px 0;
}
.equal-section {
	padding-bottom: 500px;
	margin-bottom: -500px;
}
.why-us h2 {
	margin: 0;
	padding: 0 0 30px 0;
	color: #271e79;
}
.about-us-img {
	text-align: center;
}
.about-us-img img {
	width: 100%;
}
/*** why choose us and rate tables ends ***/

/*** bxslider ***/

.bx-wrapper {
	margin-bottom: 0;
	border: none;
	box-shadow: none;
	height: 180px;
	background: transparent;
}
.bx-viewport {
	height: 100% !important;
}
.bxslider {
	height: 100%;
}
ul.bxslider li {
	height: 100%;
}
ul.bxslider li {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.bx-wrapper .bx-controls-auto,
.bx-wrapper .bx-pager {
	bottom: 30px;
}
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus,
.bx-wrapper .bx-pager.bx-default-pager a:hover {
	background: #fff;
	border: 1px solid #000000;
	height: 15px;
	width: 15px;
	border-radius: 50%;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	background: #56d5ff;
	transition: linear ease 0.3s;
}
.rate-table {
	width: 100%;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-top: 15px;
}
.rate-table th {
	background: #bdbde3;
	padding: 10px 0;
	color: #fff;
	font-size: 18px;
}
.rate-table .sub-title {
	font-weight: bold;
	font-size: 16px;
	color: #a0a0de;
}
.rate-table table tr td,
.rate-table table tr th {
	text-align: center;
	width: 33%;
	border-bottom: 1px solid #fff !important;
	padding: 10px 0 !important;
	line-height: 1.25;
}

.rate-table table tr td {
	background-color: transparent;
}
.rate-table table {
	background: #dcdce7;
}
.banner-calculator {
	background: url("../landing-images/banner-bg.png") top center;
	background-size: cover;
	width: 100%;
	padding: 30px 0;
	background: #7899dd;
}
/*** bxslider ***/

/********* download mobile *****/

.mobile-download {
	position: relative;
	min-height: 300px;
	background: url(../landing-images/mobile-app-banner.jpg) no-repeat;
	background-size: cover;
	padding: 40px 0;
}
.mobile-download h2 {
	margin-bottom: 20px;
	font-size: 24px;
	font-weight: bold;
	color: #000;
	text-align: left;
}
.mobile-download h3 {
	color: #000;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 20px;
}
.mobile-download-note {
	color: #000;
}
.mobile-download .app-links {
	text-align: center;
}
.app-links .btn {
	padding: 15px 25px;
	color: #444;
	font-size: 13px;
	line-height: 1;
	display: block;
	margin-bottom: 10px;
}
.app-links .btn:last-child {
	margin-right: 0;
}
.app-links .btn span,
.app-links .btn img {
	vertical-align: middle;
}
.app-links .btn-img img {
	max-width: 150px;
	width: 100%;
}
.app-links span img {
	max-width: 150px;
	width: 100%;
}
.app-links span {
	display: block;
	margin-top: 20px;
}
/********* download mobile *****/

/*** currency-calculator ***/

.currency-calculator {
	position: relative;
	top: 30px;
	margin-bottom: 20px;
}
.currency-calculator .input-box {
	background: #fff;
	padding: 0;
	border-radius: 5px 0 0 5px;
	position: relative;
	height: 70px;
}
.get-started {
	margin-top: 30px;
}
.currency-calculator .input-box label {
	position: absolute;
	height: 20px;
	width: 100%;
	display: block;
	z-index: 99;
	top: 15px;
	color: #777;
	font-size: 13px;
	left: 15px;
	font-weight: 500;
}
.currency-calculator .input-group {
	position: relative;
	border-collapse: separate;
	margin-right: -2px;
}
.currency-calculator .input-group input[type="text"] {
	position: relative;
	top: 4px;
	padding: 10px;
	font-size: 24px;
	height: auto;
	padding-left: 15px;
	padding-top: 15px;
	border: 0;
	box-shadow: none;
	color: #333;
}
.currency-calculator .btn-currency {
	font-size: 18px;
	width: 150px;
	height: 70px;
	padding: 23px 25px;
	margin-left: 0 !important;
	background: #6883ca;
	/* vertical-align: middle; */
}
/*** currency-calculator ***/

/** timeline custom **/

/* The actual timeline (the vertical ruler) */

.timeline {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
}
/* The actual timeline (the vertical ruler) */

.timeline::after {
	content: "";
	position: absolute;
	width: 4px;
	background-color: #477abc;
	top: 0;
	bottom: 0;
	left: 14px;
	margin-left: -3px;
}
/* Container around content */

.data-container {
	padding: 20px 40px;
	position: relative;
	background-color: inherit;
	width: 100%;
}
.data-container:first-child {
	padding-top: 40px;
}
.data-container:last-child {
	padding-bottom: 40px;
}
.data-container:first-child .content {
	color: #f9ff9d;
	font-weight: 500;
	cursor: pointer;
}
.data-container.first .content::after {
	content: "";
	background-image: url(../landing-images/icons/up-down.png);
	background-size: 30px;
	height: 30px;
	width: 30px;
	top: -4px;
	left: -42px;
	background-repeat: no-repeat;
	background-color: #529cd9;
}
/* The circles on the timeline */

.data-container .content::after {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	left: -32px;
	background-color: #477abc;
	top: 5px;
	border-radius: 50%;
	z-index: 1;
}
/* Place the container to the left */

.left {
	left: 0;
}
/* Place the container to the right */

.right {
	left: 50%;
}
/* Add arrows to the left container (pointing right) */

.left::before {
	content: " ";
	height: 0;
	position: absolute;
	top: 22px;
	width: 0;
	z-index: 1;
	right: 30px;
	border: medium solid white;
	border-width: 10px 0 10px 10px;
	border-color: transparent transparent transparent white;
}
/* Add arrows to the right container (pointing left) */

.right::before {
	content: " ";
	height: 0;
	position: absolute;
	top: 22px;
	width: 0;
	z-index: 1;
	left: 30px;
	border: medium solid white;
	border-width: 10px 10px 10px 0;
	border-color: transparent white transparent transparent;
}
/* Fix the circle for containers on the right side */

.right::after {
	left: -16px;
}
/* The actual content */

.content {
	position: relative;
	border-radius: 6px;
	color: #fff;
	font-size: 15px;
	display: table;
	width: 100%;
}
.content-rate {
	width: 30%;
	display: table-cell;
	vertical-align: middle;
}
.content-data {
	width: 70%;
	display: table-cell;
	vertical-align: middle;
}
/***** timeline *******/

/*** input group custom login***/

.input-group-custom {
	border: 1px solid #b9c6d9;
	border-radius: 5px;
	width: 100%;
}
.input-group .input-group-text {
	background: #00b6f0;
	border: 0;
	box-shadow: none;
	text-align: right;
	color: #fff;
}
.input-group .input-group-text img {
	width: 20px;
}
.input-group-custom input[type="text"],
.input-group-custom input[type="email"],
.input-group-custom input[type="password"],
.input-group-custom input[type="tel"],
.input-group-custom input[type="number"],
.input-group-custom input[type="url"],
.input-group-custom textarea {
	border: none;
	font-size: 13px;
	color: #999999;
	padding-left: 15px;
}
.forgot-pwd {
	color: #00b6f0;
}
.login-modal .forgot-pwd {
	position: relative;
	top: 5px;
	display: inline;
}
.custom-modal-footer {
	background: #f2f2f2;
	width: 100%;
	padding: 20px;
}
.signup-req {
	text-align: left;
}
.signup-req p {
	font-size: 12px;
	line-height: 18px;
}
.signup-req h3 {
	color: #271e78;
}
.sign-up-here {
	text-align: left;
}
.norton-secured-image {
	max-width: none;
	margin-top: 10px;
}
/*** input group custom login***/

/**** modal ***/

.modal {
	border-radius: 0;
}
.modal-content {
	position: relative;
}
.modal-body {
	position: relative;
	padding: 30px;
}
.close {
	opacity: 1;
	position: absolute;
	height: 30px;
	width: 30px;
	display: block;
	right: 15px;
	top: 15px;
	z-index: 11;
	background: transparent;
	border: 0;
}
.close:hover,
.close:focus,
.close:active {
	opacity: 1;
	box-shadow: none;
	border-radius: none;
}
.modal-title {
	color: #271e78;
	font-weight: 300;
	font-size: 24px;
	padding-bottom: 25px;
}
.modal-header {
	display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;

}
.modal-footer {
	border-top: 0;
}
.modal-custom-md {
	width: auto;
}
.model-box h4 {
	color: #271e79;
	margin: 0;
	padding-top: 15px;
}
/****modal****/

.banner-content {
	position: absolute;
	text-align: center;
	color: #fff;
	width: 100%;
	left: 0;
	right: 0;
	top: 30%;
	background: rgba(0, 0, 0, 0.63);
	padding: 10px;
}
.fee-brk-down {
	display: none;
}
.validation-invalid-label {
	color: red !important;
	font-weight: 500;
}
.dateclass input {
	display: block;
	/*margin: 0 auto 20px auto;*/
	padding: 5px 10px;
	border: 1px solid #cccccc;
	border-radius: 3px;
	background: #f2f2f2;
	text-align: center;
	font-size: 1em;
	letter-spacing: 0.02em;
}
.dateclass select {
}
/*login box*/

.login-text h2 {
	font-size: 26px;
}
.login-text {
	margin-bottom: 20px;
}
.footerButtonForm {
	margin-top: 20px;
}
.login-box {
	margin: 0 auto;
	box-shadow: 0 1px 18px 7px rgba(69, 65, 78, 0.08);
	padding: 30px 30px 50px 30px;
	border: solid 1px #ccc;
	border-radius: 5px;
	margin: 50px 20px 0 20px;
}
.login-box-note {
	margin-bottom: 20px;
	font-size: 13px;
	color: #333;
}
.login-box label {
	color: #271e79;
	font-size: 14px;
}
.login-box input[type="text"] {
	font-size: 12px;
}
.login-box input[type="email"] {
	font-size: 12px;
}
.login-box .btn-primary:hover,
.login-box .btn-primary:focus {
	outline: none;
}
.form-buttons {
	text-align: center;
}
.login-box ::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #ccc;
}
.login-box ::-moz-placeholder {
	/* Firefox 19+ */
	color: #ccc;
}
.login-box :-ms-input-placeholder {
	/* IE 10+ */
	color: #ccc;
}
.login-box :-moz-placeholder {
	/* Firefox 18- */
	color: #ccc;
}
.login-box .btn {
	padding: 10px 20px;
	margin-bottom: 15px;
	width: 200px;
}
input:-webkit-autofill,
input:-webkit-autofill:focus {
	-webkit-box-shadow: 0 0 0 30px white inset;
}
.input-group.input-group-custom .form-control {
}
.border-none {
	border: 0;
}
.dateclass select {
	border-radius: 0;
}
.dateclass .date-dropdowns select:last-child {
	border-radius: 0 5px 5px 0;
}
.sms-success {
	margin-bottom: 40px;
}
.dateclass select:focus {
	outline: none;
}
.dateclass .dob-inline-block {
	display: inline-block;
}
.dateclass .date-block {
	display: inline-block;
	vertical-align: middle;
}
/*Currency converter css start*/

.text-aqua,
.text-aqua:hover,
.text-aqua:focus {
	color: #00b5f1;
}
.currnecy-block {
	background: #fff;
}
.currency-select .select2 {
	width: 100% !important;
}
.currency-calculator .select2-container--default .select2-selection--single:focus {
	outline: none;
}
.currency-calculator .select2-container--default .select2-selection--single .select2-selection__rendered:focus {
	outline: none;
}
.currency-calculator .select2-container .select2-selection--single .select2-selection__rendered {
	padding-left: 0;
	font-size: 20px;
}
.currnecy-block-head {
	color: #fff;
	line-height: 1;
	font-size: 24px;
	padding-bottom: 5px;
}
.currnecy-box-panel.box-panel {
	border: none;
}
.currnecy-block-content {
	color: #ccc;
	padding: 0 0;
	margin-bottom: 15px;
}
.currency-label {
	color: #fff;
	text-align: right;
	font-weight: 700;
	margin-bottom: 10px;
}
.currnecy-picker {
	background: transparent;
	border: none;
	color: #fff;
	padding: 0;
	height: auto;
	width: 55px;
	float: left;
	margin-bottom: 10px;
	font-weight: bold;
}
.currency-calculator select[disabled=""]::-ms-value {
	color: #fff;
}
form select[disabled].currnecy-picker {
	background-color: transparent !important;
	border: none;
	color: #fff;
	opacity: 0.5;
	cursor: not-allowed;
}
.input-disabled.form-control[disabled] {
	opacity: 0.5;
}
.info-note {
	color: #ccc;
	font-weight: bold;
	font-size: 11px;
	text-align: left;
}
.currnecy-picker:focus {
	outline: none;
	border: none;
}
.currency-calculator input {
	background: transparent !important;
	border-radius: 0px;
	height: 45px !important;
	background: transparent;
	border: none;
	box-shadow: none;
	color: #00b5f1;
	font-weight: normal;
	font-size: 22px;
}
.currency-calculator input:focus {
	color: #00b5f1;
}
.currency-calculator select option {
	background-color: #3c57a6 !important;
}
.lable-title {
	font-size: 22px;
	border-bottom: solid 1px;
	margin-bottom: 20px;
	padding-bottom: 7px;
	margin-right: 15px;
	margin-left: 15px;
}
.currency-input {
	margin: 0 15px;
	border: solid 1px #00b5f1;
	height: 45px;
	box-shadow: inset 1px 1px 16px 0px rgba(0, 0, 0, 0.1);
	border-radius: 25px;
}
.left-on input {
	text-align: left;
}
.currency-data {
	margin: 20px 15px;
	border: 1px solid rgba(216, 216, 216, 0.5);
	border-radius: 10px;
	padding: 10px;
	position: relative;
	width: 100%;
}
.currency-divider:after {
	content: "";
	height: 30px;
	display: block;
	background: rgba(216, 216, 216, 0.5);
	width: 1px;
	margin-top: 7px;
	position: absolute;
	left: 0px;
}
.currency-divider {
	position: relative;
	float: left;
}
.currency-top {
	border: solid rgba(216, 216, 216, 0.5);
	border-width: 0 2px 2px 0;
	display: inline-block;
	padding: 3px;
	background: #fff;
	position: absolute;
	left: 49%;
	top: -6px;
}
.dirction-on {
	float: left;
	width: 50%;
}
.left-data,
.right-data {
	float: left;
	width: 50%;
}
.currency-calculator .form-control:focus {
	text-shadow: none;
	box-shadow: none !important;
	border: 0;
}
.select2-results__option img {
	width: 30%;
	margin-right: 10px;
}
.select2-container--open .select2-dropdown--below {
	border-top: solid 1px #aaa !important;
}
.select2-results__option img {
	width: 20px;
	margin-right: 10px;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
	opacity: 0.7;
}
.currency-select img {
	width: 20px;
	margin-top: -3px;
}
.currency-calculator.multicurrency-calc .btn-currency {
	padding: 0;
	background: #fff;
}
.currency-calculator.multicurrency-calc .select2-container .select2-selection--single {
	height: 100%;
	border-radius: 0 5px 5px 0;
	border: 0;
	padding-top: 18px;
}
.currency-calculator.multicurrency-calc .select2 {
	border-left: 1px solid #eee;
}
.currency-calculator.multicurrency-calc .select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 19px;
	right: 15px;
}
.currency-calculator.multicurrency-calc .input-box {
	border-radius: 5px;
}
.currency-calculator.multicurrency-calc input {
	margin-top: 13px;
}
/*Currency converter css end*/

#terms_conditions .modal-dialog {
	width: 70%;
}
/*New style */

#terms_conditions .modal-dialog {
	width: 70%;
}

/** Hiding password from saving **/
.password-customization {
	text-security: disc;
	-webkit-text-security: disc;
	-mox-text-security: disc;
}
.protected .notice {
	color: red;
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
}

.cta-login-modal .modal-body {
	padding-bottom: 0;
}
.cta-login-modal .cta-image-block {
	margin-right: -40px;
	margin-left: -20px;
	position: relative;
}
.cta-login-modal .cta-image-block h2 {
	width: 90%;
	font-size: 20px;
	line-height: 32px;
	font-weight: bold;
	text-align: left;
	color: #20065d;
	padding-left: 20px;
	padding-right: 35px;
	position: relative;
	z-index: 2;
}
.cta-login-modal .cta-image-block .barcode-block {
	width: 33.33%;
	float: left;
	padding: 0 10px;
	margin: -10px 0 0;
	text-align: center;
}
.cta-login-modal .cta-image-block .barcode-block img {
	margin-bottom: 8px;
	max-width: 155px;
	margin-top: 10px;
	width: 100%;
}
.cta-login-modal .cta-image-block .barcode-block p {
	text-align: center;
}
.cta-login-modal .cta-image-block .barcode-block p img {
	margin: 0;
}

.cta-login-modal .cta-image-block .barcode-inst-block {
	position: relative;
	z-index: 1;
	margin-top: -72px;
	padding-right: 0;
	right: 0px;
}

.cta-login-modal .cta-image-block .barcode-inst-block img {
	max-width: 182px;
}
.cta-login-modal .cta-image-block .barcode-block .action-btn {
	display: inline-block;
	cursor: pointer;
}
.cta-login-modal .modal-footer {
	padding: 0;
	text-align: inherit;
}
.cta-login-modal .cta-footnote-block {
	margin: 0px;
	padding: 0;
}
.cta-login-modal .cta-footnote-block h3 {
	color: #271e78;
	font-size: 16px;
	line-height: 24px;
	margin: 10px 0;
	padding: 0 15px;
	font-weight: bold;
}
.cta-login-modal .cta-footnote-block .gray-bg-box {
	background-color: #f9f8f6;
	width: 100%;
	margin: 0;
	padding: 15px 15px 5px;
	overflow: hidden;
}
.cta-login-modal .cta-footnote-block .gray-bg-box h4 {
	width: -moz-calc(100% - 120px);
	width: -webkit-calc(100% - 120px);
	width: calc(100% - 120px);
	float: left;
	font-size: 15px;
	line-height: 22px;
	color: #230368;
	margin: 0;
	padding-right: 15px;
}
.cta-login-modal .cta-footnote-block .gray-bg-box .signupBtn {
	background: #00b4ef;
	width: 120px;
	float: right;
	padding: 10px 15px;
}
.cta-login-modal .cta-footnote-block .gray-bg-box .special-note {
	width: 100%;
	float: right;
	font-size: 10px;
	color: #252525;
	text-align: right;
	margin: 5px 0;
}

.forgot-password span {
	display: block;
	margin: 10px 0 15px 0;
}

.session-time {
	color: red;
	font-size: x-large;
}

#timer-elem {
	text-align: right;
}

.corporate-account label.error {
	position: relative;
	color: #ff0000;
	width: 100%;
}
.corporate-account input.error {
	border: 1px solid #ff0000;
}
.corporate-account label {
	display: flex;
}
.loading-loader img {
	width: 50px;
}
.loading-loader {
	position: fixed;
	z-index: 99999;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
}
.transparent-background {
	position: fixed;
	z-index: 999;
	left: 50%;
	top: 50%;
}
.loader-text {
	color: white;
	font-size: 25px;
	position: fixed;
	z-index: 99999;
	left: 48%;
	top: 58%;
}

.sidebar-life-certificate {
	position: fixed;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 9999;
}

.sidebar-life-certificate a {
	display: block;
	text-align: center;
	/*  padding: 16px;*/
	transition: all 0.3s ease;
	/*color: white;*/
	font-size: 20px;
	text-decoration: none;
}

ul.dropdown-menu.show {
	border-radius: 0;
	padding: 0;
	border: 0;
}

ul.dropdown-menu li a {
	font-size: 14px;
}

.form-control,
.form-select {
	font-size: 14px;
}

.form-control:focus,
.form-select:focus {
	outline: none;
	border: 1px solid #ccc;
	box-shadow: none;
}
.btn:focus {
	outline: none;
	box-shadow: none;
}

/* FAQ */
* {
	box-sizing: border-box;
	font-weight: 300;
}
.faq-wrapper a {
	text-decoration: none;
	color: inherit;
}
.faq-wrapper p {
	font-size: 12px;
	margin-bottom: 20px;
	line-height: 1.3;
}
.description {
	margin: 1em auto 2.25em;
}
.faq-wrapper {
	margin: 1.5em auto;
	font-family: "Open Sans", sans-serif;
	color: #444;
	padding: 20px 15px;
}
.faq-wrapper h1 {
	text-transform: uppercase;
	font-size: 24px;
	margin: 10px 0;
	line-height: 1.1;
	margin: 0;
	padding: 10px 0;
	color: #271e79;
}
.faq-wrapper ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.faq-wrapper ul .inner {
	padding-left: 1em;
	overflow: hidden;
	display: block;
	height: 0;
}

.faq-wrapper ul .inner.show {
	/*display: block;*/
	height: auto;
	-webkit-transition: height 0.25s ease-out;
	-moz-transition: height 0.25s ease-out;
	transition: height 0.25s ease-out;
}
.faq-wrapper ul li {
	margin: 0.5em 0;
}
.faq-wrapper ul li a.toggle {
	width: 100%;
	display: block;
	padding: 10px 10px 10px 30px;
	border-radius: 0.15em;
	transition: background 0.3s ease;
	border-bottom: 1px solid #d1d1d1;
	position: relative;
	transition: all 0.25s ease-in-out;
	font-size: 16px;
	color: #2a2076;
	font-weight: bold;
}
.faq-wrapper ul .inner a {
	font-size: 12px !important;
}
.faq-wrapper ul.accordion .inner a.toggle {
	color: #000;
}
.faq-wrapper ul li a.toggle:hover {
	background: #d1d1d1;
	background: #f3f2f2;
}
.faq-wrapper ul li i {
	position: absolute;
	transform: translate(-6px, 0);
	margin-top: 5px;
	left: 18px;
	top: 11px;
}
.faq-wrapper ul li i:before,
.faq-wrapper ul li i:after {
	transition: all 0.25s ease-in-out;
}
.faq-wrapper ul li i:before {
	transform: translate(2px, 0) rotate(45deg);
}
.faq-wrapper ul li a.active i:before {
	transform: translate(-2px, 0) rotate(45deg);
}
.faq-wrapper ul li i:after {
	transform: translate(-2px, 0) rotate(-45deg);
}
.faq-wrapper ul li a.active i:after {
	transform: translate(2px, 0) rotate(-45deg);
}
.faq-wrapper ul li i:before,
.faq-wrapper ul li i:after {
	content: "";
	position: absolute;
	background-color: #282b75;
	width: 3px;
	height: 9px;
}
.faq-wrapper ul li .inner i:before,
.faq-wrapper ul li .inner i:after {
	background-color: #000;
}

html.placeholder {
	display: inline-block;
	min-height: auto;
	vertical-align: middle;
	cursor: inherit;
	background-color: #fff;
	opacity: 1;
}

.date-block .year {
	border-radius: 0 0.375rem 0.375rem 0;
}

.carousel .carousel-indicators button {
	width: 15px;
	height: 15px;
	border-radius: 100%;
}

.otp-textfield .form-control {
	font-size: 14px !important;
}
label.error {
	position: relative;
	color: #ff0000;
}

.main-title-bold{
	font-weight: 600;
    margin-bottom: 25px;
    color: #281e74;
}

#privacy_div ol li{
	 line-height: 1.6;
    font-size: 1em;
}

.exchangerate-label{
    display: inline-block;
    font-size: 10px;
	margin-top:5px;
}

img[src*="resizeimage.ashx"] {
    display: none;
}