/*Revamp Main CSS Page*/

@font-face {
  font-family: 'NewsGothicStd';
  src: url('../fonts/NewsGothicStd.eot?#iefix') format('embedded-opentype'),  url('../fonts/NewsGothicStd.otf')  format('opentype'),
	     url('../fonts/NewsGothicStd.woff') format('woff'), url('../fonts/NewsGothicStd.ttf')  format('truetype'), url('../fonts/NewsGothicStd.svg#NewsGothicStd') format('svg');
  font-weight: normal;
  font-style: normal;
}

body {
	font-family: 'NewsGothicStd' !important;
	font-weight: lighter !important;
}


span.register {
	text-align: right;
	float: right !important;
	margin-top: 30px;
}
.btn-register {
	color: #fff;
	background-color: #000 !important; 
	border-color: #f7cc42 !important;
	height: 35px !important;
}
.btn-register:hover {
	color: #fff;
	background-color: #f7cc42 !important; 
	border-color: #f7cc42 !important;
	height: 35px !important;
}
.nav-register {
	color: #fff;
	background-color: #231f20 !important; 
	border-color: #f7cc42;
	height: 50px !important;
	min-height: 5opx;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	font-size: 16px;
}
.nav-register:hover {
	color: #fff;
	background-color: #7c7c88 !important;
	border-color: #f7cc42;
	height: 50px !important;
	min-height: 5opx;
	border-left: 1px solid #666;
	border-right: 1px solid #666 !important;
	font-size: 16px;
	text-decoration: none;
}
/*social-media*/
.social-footer a {
	border-radius: 50px;
	display: block !important;
	height: 34px;
	text-indent: -999px;
	width: 34px;
}
.social-icon-margin {
	margin-right: 20px;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.gap-top {
	margin-top: 40px;
}
.gap-top4 {
	margin-top: 4px;
}
.gap-top10 {
	margin-top: 10px;
}
.gap-top20 {
	margin-top: 20px;
}
.gap-rgt25 {
	padding-right: 25px;
}
.gap-height {
	margin-top: 135px;
}
.contact-txt{margin:40px;}
.edit-button {
	background: url("../images/iconPencil.jpg") no-repeat;
	cursor: pointer;
	width: 32px;
	height: 32px;
	border: none;
	margin-bottom: 3px;
	margin-right: 15px;
}


.social-footer a.ico-fb {
	background: #00A7E3 url("../images/fb-c.png") no-repeat scroll center top;
}
.social-footer a.ico-fb:hover {
	background: #b6b0b0 url("../images/fb-c.png") no-repeat scroll center bottom;
}
.social-footer a.ico-tw {
	background: #00A7E3 url("../images/tw-c.png") no-repeat scroll center 8px;
}
.social-footer a.ico-tw:hover {
	background: #b6b0b0 url("../images/tw-c.png") no-repeat scroll center -20px;
}
.social-footer a.ico-yt {
	background: #00A7E3 url("../images/yt-c.png") no-repeat scroll center 8px;
}
.social-footer a.ico-yt:hover {
	background: #b6b0b0 url("../images/yt-c.png") no-repeat scroll center -20px;
}

.social-footer a.ico-gg {
	background: #00A7E3 url("../images/gg-c.png") no-repeat scroll center 6px;
}
.social-footer a.ico-gg:hover {
	background: #b6b0b0 url("../images/gg-c.png") no-repeat scroll center -21px;
}
.social-footer a.ico-in {
	background: #00A7E3 url("../images/in-c.png") no-repeat scroll center 8px;
}
.social-footer a.ico-in:hover {
	background: #b6b0b0 url("../images/in-c.png") no-repeat scroll center -20px;
}


/*thumbnail*/

#feature-content, #thumbnail-items {
	/*margin-top: 10px;*/
}
/*Common classes*/
.sub-heading {
	text-transform: uppercase;
}
.clear {
	clear: both;
}
.help-infor {
	font-size: 20px;
	color: #F8B413;
	margin-left:3px;
}
.icon-tick {
	color: #F8B413 !important;
}
.help-infor:hover {
	color: #cc0710;
}
.container-full {
	margin: 0 auto;
	width: 100%;
}
.pull-left {
	margin-left: -20px;
}
.pull-left15 {
	margin-left: -15px !important;
}
.pull-top {
	margin-top: -7px;
}
.push-top {
	margin-top: 14px;
}
.btn-general {
	border-radius:0px !important;
}
.span2 {
	float: left;
}
.hand {
	cursor: pointer;
}


/*steps related css*/
.wrap-steps {
	margin: 25px 0;
	padding: 5px 0 20px 0px;
	font-size: 14px;
	height: 30px;
	text-align: center;
}
.wrap-steps-ded {
	margin: 25px 0;
	padding: 5px 0 20px 0px;
	font-size: 14px;
	height: 30px;
	text-align: center;
}
.step-current {
	background-color: #00A7E3;
	color: #fff;
	margin-right: 1px;
	text-align: left;
}
.step-current a {
	color: #fff;
}
.step-current a:hover {
	color: #fad766;
	text-decoration: none;
}
.step-current:hover {
	background-color: #8d8d8d;
	color: #fff;
	margin-right: 1px;
	text-align: left;
}
.step-previous {
	background-color: #404040;
	color: #000;
	margin-right: 1px;
	text-align: left;
}
.step-previous a {
	color: #fff;
}
.step-previous a:hover {
	color: #fff;
	text-decoration: none;
}
.step-previous:hover {
	background-color: #aaaaaa;
	color: #f7cc42;
	margin-right: 1px;
	text-align: left;
}
.step-disable {
	background-color: #dadbdc;
	color: #b5a5a6;
	margin-right: 1px;
	text-align: left;
}
.step-text {
	color: #fff;
}
.step-text:hover {
	color: #fff;
	text-decoration: none;
}
.title-registration {
	text-align: right;
	padding-right: 90px;
}
span.numberCircle {
	behavior: url(PIE.htc); /* for IE8  */
	width: 31px;
	height: 31px;
	border-radius: 50%;
	/*padding: 2px;*/
	background: #fff;
	font-family: "Segoe UI" !important;
	color: #6c747c;
	font: 20px Arial, sans-serif;
	display: inline-block;
	background-color: #f3f3f3;  
	margin-bottom: 5px;
	text-align: center;
}
span.current-number {
	border-radius: 50%;
	behavior: url(PIE.htc); /* for IE8 */
	width: 31px;
	height: 31px;
	/*padding: 2px;*/
	background: #fff;
	border: 1px solid #f3f3f3;
	color: #000;
	font: 20px Arial, sans-serif;
	display: inline-block;
	background-color: #ecb71e;
	margin-bottom: 5px;
	text-align: center;
	font-family: "Segoe UI" !important;
}
.txt-position {
	margin-top: 4px;
}
.pull-over {
	margin-top: -80px;
}
.more-info {
	text-decoration: none;
	font-size: 13px;
	padding-left: 10px;
	color: #404040;
}
.more-info:hover {
	text-decoration: none;
	font-size: 13px;
	padding-left: 10px;
	color: #666;
}
.more {
	float: right;
}
.btn-more {
	background: url("../images/icon-more.png") no-repeat;
	cursor: pointer;
	width: 94px;
	height: 18px;
	border: none;
}
.btn-more:hover {
	background: url("../images/icon-more-hover.png") no-repeat;
	cursor: pointer;
	width: 94px;
	height: 18px;
	border: none;
}
.claim-img {
	background: url("../images/claim.jpg") no-repeat;
	cursor: pointer;
	width: 100%;
	height: 167px;
	border: none;
}
/*form section*/
.form-title {
	color: #000;
	margin: 0 auto !important;
	padding: 5px;
	background-color: #fff;
}
.wrap-form-content {
	background-color: #f3f3f3;
	margin-bottom: 20px;
	margin-right: 5px;
	padding: 25px 0;
	min-height: 390px;
}

.sub-content {
	margin: 15px;
}
.wrap-mid {
	background-color: #7c7c88;
	/*min-height: 200px;*/
	color: #fff;
	/*padding: 20px 20px 6px 20px;*/
}
.btn-full-width {
	color: #fff;
	font-size: 14px;
	letter-spacing: 0.12em;
	position: relative;
	text-transform: uppercase;
	/*width: 100%;*/
	z-index: 1;
}
.from-err, .form-error {
	color: #ff0000;
	padding: 5px;
	margin-top: -15px;
}
.required:after {
	content: "*";
	color: red;
	font-size: 20px;
}
.required-txt {
	color: #ed1c24 !important;
}
.mandatory-field {
	font-size: 20px;
	padding-left: 12px;
	position: absolute;
}
.question-title{padding-left: 35px; font-size:16px;}

.icon-info {
	margin-top: 4px;
}
.list-unstyled {
	list-style: outside none none;
	padding-left: 15px;
}
.overlay-label {
	padding-top: 7px;
	font-weight: normal;
	text-align: left;
}
.plain-txt-label {
	font-weight: normal;
}
.hide-text {
	font-size: 14px;
}
.next-previous {
	font-size: 14px !important;
}
.icon-register {
	font-size: 12px !important;
}
.section-note{ padding:40px; background-color:#CCC; margin:20px;}
.section-warning{ padding:20px; background-color:#CCC; margin:10px 80px; color:#ff0000;}
.txt-mid{text-align: center;}

/*thumbnail*/

#feature-content, #thumbnail-items {
	/*margin-top: 10px;*/
}
.thumb-claim-img{ 
	width: 100%;
    height: 360px;
    background-image: url('../images/claim.jpg');
    background-repeat: no-repeat;
    /*background-size: contain;*/
	background-size: 100% 100%;
	padding:20px;
	color:#fff;
}


.thumb-faq-img{ 
	width: 100%;
    height: 360px;
    background-image: url('../images/faq.jpg');
    background-repeat: no-repeat;
    /*background-size: contain;*/
	background-size: 100% 100%;
	padding:20px;
	color:#fff;
}
.thumb-reg-img{ 
	width: 100%;
    height: 500px;
    background-image: url('../images/img-register.png');
    background-repeat: no-repeat;
    /*background-size: contain;*/
	background-size: 100% 100%;
	padding:20px;
	color:#fff;
}
.floa-rt
{
float:right !important;	
	}



/*anchor */


.cd-top {
	display: inline-block;
	height: 40px;
	width: 40px;
	position: fixed;
	border-radius: 5px;
	bottom: 40px;
	right: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background: #333 url(../images/cd-top-arrow.svg) no-repeat center 50%;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	-moz-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s;
	z-index: 1;
}

.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
	-webkit-transition: opacity .3s 0s, visibility 0s 0s;
	-moz-transition: opacity .3s 0s, visibility 0s 0s;
	transition: opacity .3s 0s, visibility 0s 0s;
}

.cd-top.cd-is-visible {
	/* the button becomes visible */
	visibility: visible;
	opacity: 1;
}
.cd-top.cd-fade-out {
	/* if the user keeps scrolling down, the button is out of focus and becomes less visible */
	opacity: .5;
}
.no-touch .cd-top:hover {
	background-color: #e86256;
	opacity: 1;
}



@media only screen and (min-width: 768px) {
.cd-top {
	right: 20px;
	bottom: 20px;
}
}
@media only screen and (min-width: 1024px) {
.cd-top {
	height: 40px;
	width: 40px;
	right: 30px;
	bottom: 30px;
	z-index: 1;
}
}


/*added 10.21.2016 by Mal*/
.wrap-conf {
	margin: 50px;
	text-align: center;
}
table.conf {
	border-color: #666;
}
table.conf th {
	color: #000000;
	background-color: #999;
	font-weight: bold;
	padding: 0 0 0 5px;
	border-color: #666;
}
    table.conf td {
        font-weight: normal;
        color: #000000;
        height: 26px;
        text-align: left;
        padding: 0 0 0 5px;
        background-color: #f3f3f3;
        border-color: #666;
    }
.confirmation-txt{ font-weight: normal; font-size:12px;}
/* by Kasun */
.margin-top-25 {
 margin-top: 25px;
}
.top-line-thin-2 {
	border-top: 1px solid #ccc !important;
	margin: 25px 0;
}
.margin-top-10 {
	margin-top: 10px;
}
.image-width-custom {
	width: 70%;
}
.custom-ol {
	padding-left: 15px !important;
}
.custom-ol li {
	margin-bottom: 10px;
}
.panel-heading {
	background-color: transparent !important;
}
.panel-heading a:hover, .panel-heading a:focus, .panel-heading a {
	text-decoration: none;
	display: inline-block;
}
.panel-heading a:hover {
	color: #15B3DA;
}

/*.panel-heading .accordion-toggle:before {
	font-family: 'Glyphicons Halflings';
	content: "\e114";
	float: left;
	color: #15B3DA;
	margin-right: 10px;
}



.panel-heading .accordion-toggle:after {
/*
	content: "+";
	float: right;
    right: 10px;
	color: #15B3DA;
	margin-right: 10px;

} /* REMOVED THESE STYLES - JOEL */

/*ADDED THESE STYLES FOR FAQs*/

.panel-default {
    font-family: "Lato","HelveticaNeue","Helvetica Neue",sans-serif;
	border: 2px  solid #d8edfb !important;
}

.panel-default .panel-heading a[aria-expanded=true] span:before {
    content: "-";
}

.panel-default .panel-heading a[aria-expanded=false] span:before {
    content: "+";
}

.panel-default .panel-heading a{
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    color: #00A7E3;
}

.pan-mar{ margin-top:25px !important;}
.panel-body {
    font-size: 14px;
    font-weight: 400;
}

.faq-icon {
    float: right;
}

/*JOEL STYLES END*/

.panel-heading .accordion-toggle.collapsed:after {
	/*content: "\e080";*/
}

.border-radius-none {
	border-radius: 0 !important;
	margin-bottom: -6px !important;
	border-left: 0 !important;
	border-right: 0 !important;
	box-shadow: none !important;
}
.panel-group {
	margin-bottom: 25px !important;
}
.custom-modal-wrapper {
	height: 480px;
}
.custom-modal-wrapper .modal-content {
	height: 100%;
}
.custom-modal-wrapper .modal-content .modal-body {
	height: 75%;
	overflow: auto;
}
.terms-wrapper {
	margin-bottom: 25px;
}
.terms-wrapper .single-section {
	margin-bottom: 25px;
}
.terms-wrapper .single-section h3 {
	font-size: 17px;
	font-weight: 600;
}
.terms-wrapper .single-section ol li, .terms-wrapper .single-section ul li {
	margin-bottom: 10px;
}
.terms-wrapper .single-section ol li ul {
	margin-top: 10px;
}
.margin-bottom-15 {
	margin-bottom: 15px;
}
.img-responsive-custom {
	width: 400px;
}
.img-responsive-custom-2 {
	width: 300px;
}
/* added by kasun on 24-10-2016 */
ul.list-type-none {
	list-style-type: none;
	padding-left: 0;
}
.single-section-main {
	float: left;
	width: 100%;
	margin-bottom: 30px;
}
.single-section-main h2 {
	float: left;
	width: 100%;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 10px 0px;
	margin: 0;
}
.single-section-main .single-section {
	float: left;
	width: 100%;
	margin: 15px 0 0 0;
}
.single-section-main .single-section h3 {
	float: left;
	width: 100%;
	margin: 0 0 15px 0;
}
.single-section-main .single-section p {
	float: left;
	width: 100%;
	margin: 0 0 15px 0;
}
.single-section-main .single-section p:last-child {
	margin: 0;
}
.single-section-main .single-section ul {
	float: left;
	width: 100%;
	margin: 0;
}

/*by Sampath*/
 span.validationMessage {
	color: #d4000a !important;
}
.dropdown-menu {
	width: 300px;
	padding-left: 20px;
}
#pluswrap {
	position: fixed;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	background: rgba(0, 0, 0, 0.60);
	top: 0;
	z-index: 10;
}
.plus {
	text-align: center;
	margin: 0 auto;
}
/*------*/
/*Loading Anomation CSS*/

.sk-fading-circle {
	margin: 100px auto;
	width: 40px;
	height: 40px;
	position: relative;
}
.sk-fading-circle .sk-circle {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.sk-fading-circle .sk-circle:before {
	content: '';
	display: block;
	margin: 0 auto;
	width: 15%;
	height: 15%;
	background-color: #333;
	border-radius: 100%;
	-webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
	animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}
.sk-fading-circle .sk-circle2 {
	-webkit-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	transform: rotate(30deg);
}
.sk-fading-circle .sk-circle3 {
	-webkit-transform: rotate(60deg);
	-ms-transform: rotate(60deg);
	transform: rotate(60deg);
}
.sk-fading-circle .sk-circle4 {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.sk-fading-circle .sk-circle5 {
	-webkit-transform: rotate(120deg);
	-ms-transform: rotate(120deg);
	transform: rotate(120deg);
}
.sk-fading-circle .sk-circle6 {
	-webkit-transform: rotate(150deg);
	-ms-transform: rotate(150deg);
	transform: rotate(150deg);
}
.sk-fading-circle .sk-circle7 {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.sk-fading-circle .sk-circle8 {
	-webkit-transform: rotate(210deg);
	-ms-transform: rotate(210deg);
	transform: rotate(210deg);
}
.sk-fading-circle .sk-circle9 {
	-webkit-transform: rotate(240deg);
	-ms-transform: rotate(240deg);
	transform: rotate(240deg);
}
.sk-fading-circle .sk-circle10 {
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
}
.sk-fading-circle .sk-circle11 {
	-webkit-transform: rotate(300deg);
	-ms-transform: rotate(300deg);
	transform: rotate(300deg);
}
.sk-fading-circle .sk-circle12 {
	-webkit-transform: rotate(330deg);
	-ms-transform: rotate(330deg);
	transform: rotate(330deg);
}
.sk-fading-circle .sk-circle2:before {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s;
}
.sk-fading-circle .sk-circle3:before {
	-webkit-animation-delay: -1s;
	animation-delay: -1s;
}
.sk-fading-circle .sk-circle4:before {
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s;
}
.sk-fading-circle .sk-circle5:before {
	-webkit-animation-delay: -0.8s;
	animation-delay: -0.8s;
}
.sk-fading-circle .sk-circle6:before {
	-webkit-animation-delay: -0.7s;
	animation-delay: -0.7s;
}
.sk-fading-circle .sk-circle7:before {
	-webkit-animation-delay: -0.6s;
	animation-delay: -0.6s;
}
.sk-fading-circle .sk-circle8:before {
	-webkit-animation-delay: -0.5s;
	animation-delay: -0.5s;
}
.sk-fading-circle .sk-circle9:before {
	-webkit-animation-delay: -0.4s;
	animation-delay: -0.4s;
}
.sk-fading-circle .sk-circle10:before {
	-webkit-animation-delay: -0.3s;
	animation-delay: -0.3s;
}
.sk-fading-circle .sk-circle11:before {
	-webkit-animation-delay: -0.2s;
	animation-delay: -0.2s;
}
.sk-fading-circle .sk-circle12:before {
	-webkit-animation-delay: -0.1s;
	animation-delay: -0.1s;
}
 @-webkit-keyframes sk-circleFadeDelay {
 0%, 39%, 100% {
opacity: 0;
}
 40% {
opacity: 1;
}
}
 @keyframes sk-circleFadeDelay {
 0%, 39%, 100% {
opacity: 0;
}
 40% {
opacity: 1;
}
}

/* End Loading Anomation CSS*/

/*ordered list styling*/
ol.roman {list-style-type: lower-roman;}
ol.alpha {list-style-type: lower-alpha;} 
ol.alpha-caps {list-style-type: upper-alpha;} 
.error-section{margin: 0 -5px; padding: 0 40px;}
.no-dec{ text-decoration:none;}
.no-dec:hover{ text-decoration:none;}
.error-bg{ background-color:#999;}
.error-gap{height:45px;} 
.ctr-txt{ text-align:center;color:#F8B413;}
.rgt-txt{text-align:right;}
.emt-gap{ margin-top:25px;}
.txt-blue-reg{ color:#1f77bd; font-size:18px; font-weight:normal !important;}
.top-algn-help{margin-top:35px !important;}
.top-algn-btn{margin-top:20px !important;}
.pd-tp-bt{padding: 14px 0px 7px 0px; !important; }
.txt-black-reg{ color:#1f77bd; font-size:15px; font-weight:normal !important;max-width: 900px;margin-bottom: 20px;}

.notice {
    background-color: #06a1e3;
    color: white;
    padding: 20px;
    margin: auto;
    text-align: center;
    vertical-align: middle;
}

    .notice h2 {
        color: #ffffff;
        text-transform: uppercase;
    }

.notice-mid-wrap {
    max-width: 900px;
    margin: auto;
    text-align: center;
    vertical-align: middle;
    color: #ffffff;
}

.notice a {
text-decoration:underline;
font-weight:bold;
color:#ffffff !important;
}

footer {
    position: fixed;
    width: 100%;
    bottom: 0;

}