sup{top:auto;}
a:hover, a:focus{text-decoration:none;}
body

{	margin:0px; padding:0px; font-family: 'Roboto', sans-serif;
line-height:normal;
}
.process-step h3{margin-top:0;} 
*
{	margin:0px; padding:0px;
}

input
{	outline:none;
}
.sag_n .customer-details { display:none; }
input[type="button"],
input[type="submit"],
input[type="send"]
{	cursor:pointer; 
}
a,
a img
{	outline:none;  text-decoration:none;
}
ul
{	list-style-type:none; margin:0px; padding:0px; display:block;
}
.clear
{	clear:both;
}
#wrapper
{	float:left; width:100%; display:block; clear:both;
}
.header {
  clear: both;
  padding: 30px 0 0;
  width: 100%;
  z-index: 11;
}
.main-top{
width:66%;
margin-top:4em;
}
.carousel-inner sup {
  top: -0.5em;
}
/*.container
{	width:1200px; margin:0 auto; clear:both;
}*/
.logo1 img {
  width: 242px;
}
#background {
  background: url("../images/bg-new.png") no-repeat left top / 100% 100%;
clear: both;
display: block;
float: left;
position: relative;
transition: background-image 0.5s ease-in-out 0s;
width: 100%;
}
.column-new {
  margin-top: 10em;
}
.slider-banner {

}
.btn-lead {
  background-color: #d8424d;
  border-color: #d8424d;
  border-radius: 0;
  color: #ffffff;
  padding: 5px 20px;
  transition: all 0.25s ease-in-out 0s;
}
.flexslider {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
  border: 0 none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.main_title {
  font-size: 2.4em;
  font-weight: bold;
  margin-bottom: 10px;
}
.column-new .lead {
  font-size: 19px;
  line-height: 30px;
}
.btn.btn-lg.btn-link.read-more {
  color: #222f3f;
}
.container::after
{	content:""; line-height:1px; clear:both; display:block;
}
.logo
{	float:left; width:auto; }
.news-letter .newsletter-box .input-button:hover {
    background: #000 none repeat scroll 0 0;
}
.calculate-box input[type="text"]:hover, .select-style select:hover, .news-letter .newsletter-box .input-text:hover {
    border: 2px solid #6eb844 !important;
    box-shadow: 0 1px 4px #bababa !important;
}
.calculate-box input[type="text"]:focus, .select-style select:focus, .news-letter .newsletter-box .input-text:focus {
    border: 2px solid #6eb844 !important;
    box-shadow: 0 1px 4px #349bd6 !important;
}
.call-us
{	float:left;  margin-left:10%; width:auto; margin-top:55px;
}
.call-us span
{	font-size:20px; font-weight:bold; color:#313131; text-transform:uppercase;
	display:inline-block; padding-left:20px; background:url(../images/call-us_bg.png) no-repeat left center;
	line-height:26px;
}	
.header-right
{	float:right; width:auto; margin-top:43px; width:50%; text-align:right;
}
.custome-select
{	border:1px solid #313131; display:inline-block;text-align:left;  
	background:url(../images/select-aero.png) no-repeat 93% center; vertical-align:middle;
}
.custome-select select{border:none;outline:none!important;padding: 7px 9px 7px 5px;}

select{text-indent:1px;text-overflow:''; box-sizing:border-box;}	
.custome-select select{font-weight:500;box-sizing:border-box;color:#313131;font-size:15px; background:none;border:none;display:block; width:100%;}
.header-right .custome-select
{	border:1px solid #313131; display:inline-block; padding:0; text-align:left;  
	background:url(../images/select-aero.png) no-repeat 94% center; vertical-align:middle;
	position:relative;
}
.header-right .custome-select select
{	-moz-appearance:none; -webkit-appearance:none; appearance:none; text-indent:1px;text-overflow:''; 
	width:100%; box-sizing:border-box; color:#313131; border:none; display:block; border:none;
	font-size:15px; font-weight:bold; text-transform:uppercase; background:none;
}
.header-right .custome-select select .us
{	padding-left:30px; background:url(../images/us-flag.gif) no-repeat left center;
}
.header-right .custome-select select .london
{	padding-left:30px; background:url(../images/london-flag.png) no-repeat left center;
}
.header-right .custome-select select .india
{	padding-left:30px; background:url(../images/ind-flag.png) no-repeat left center;
}





.customer-login
{	display:inline-block; min-width:244px; padding:5px 0px; background:url(../images/login-button_bg.png) no-repeat right center;
	vertical-align:middle; margin-left:60px; text-align:left;  border-radius: 100px; -moz-border-radius: 100px; -webkit-border-radius: 100px;
	position:relative;
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 2s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 2s;
    transition-property: transform;
    transition-duration: 2s;
}


.customer-login::after {
	display: block;    content: '';
	background: url(../images/inner-circle.png) no-repeat center center;
	width: 47px;    height: 48px;    position: absolute;    right: 98px;    top: 2px;
	border-radius: 50%; -moz-border-radius: 50%; -webkit-border-radius: 50%;
}
.customer-login:hover::after {
	-webkit-animation-name: rotate;
	-webkit-animation-duration: 2s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;

	-moz-animation-name: rotate;
	-moz-animation-duration: 2s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: linear;

	animation-name: rotate;
	animation-duration: 2s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}
@-moz-keyframes rotate {
	from {-moz-transform: rotate(0deg);}
	to {-moz-transform: rotate(360deg);}
}

@keyframes rotate {
	from {transform: rotate(0deg);}
	to {transform: rotate(360deg);}
}

.customer-login span
{	display:inline-block; vertical-align:middle; margin-left: 0px; min-width: 96px; text-align: center;
}
.customer-login span a
{	font-size:14px; text-transform:uppercase; color:#FFF; display:block;
}
.customer-login span.login
{	min-width:96px; text-align:center;
}
.customer-login span.register
{	padding:5px; text-align:center; min-width:96px;
}
.customer-login span.blank
{	width:45px; height:42px; vertical-align:middle; min-width: 45px!important;
}













/*.customer-login
{	display:inline-block; min-width:244px; padding:5px; background:url(../images/login-button_bg.png) no-repeat right center;
	vertical-align:middle; margin-left:60px; text-align:left;  border-radius: 100px; -moz-border-radius: 100px; -webkit-border-radius: 100px;
}
.customer-login span
{	display:inline-block; vertical-align:middle;
}
.customer-login span a
{	font-size:18px; text-transform:uppercase; color:#FFF; display:block; 
}
.customer-login span.login
{	min-width:80px; text-align:center;
}
.customer-login span.register
{	padding:5px; text-align:right; min-width:96px; 
}
.customer-login span.blank
{	width:50px; height:42px; vertical-align:middle;
}*/




.customer-logout
{	display:inline-block;  background:url(../images/inner-page-img/logout-icon.png) no-repeat right center;
	vertical-align:middle; margin-left:60px; text-align:left; padding:12px 23px 12px 62px;
}
.customer-logout span a
{	font-size:18px; text-transform:uppercase; color:#FFF; display:block;
}
.search_box
{	position:absolute; left:297px; top:10px; width:250px; border:1px solid #313131;
}
.search_box .text
{	border:none; width:75%; display:inline-block; font-size:16px; color:#989898; padding:5px 10px;
}
.search_box .search-btn
{	background:url(../images/inner-page-img/search_icon.png) no-repeat center center; width:23px; height:23px;
	text-align:left; text-indent:-9999px; display:inline-block; vertical-align:middle; cursor:pointer; border:none;
}
.page-contain {
  background: rgba(0, 0, 0, 0) url("../images/main-banner-img.jpg") no-repeat scroll center center / cover ;
  border: 10px solid #222f3f;
  clear: both;
  display: block;
  float: left;
  margin-bottom: 20px;
  width: 100%;
}
.home .page-contain
{	margin-bottom:0px;
}
.full-width-slider
{	float:left; width:100%; clear:both;
}
#owl-demo .item img
{	/*max-width:100%;*/
}
#owl-demo .item .contain-slide
{top:20%; left:0px; width:100%;
}
#owl-demo .item .container h3 {
  color: #222f3f;
  font-size: 30px;
  font-weight: 600;
  line-height: normal;
  margin: 0;
  padding: 0;
  text-align: center;
}
#owl-demo .item .container h3 strong
{	font-weight:600; color:#6eb844;
}
#owl-demo .item .container h3 span
{	display:block;
}
#owl-demo .item .container p
{	
    font-size: 30px;
    color: #6eb844;
    font-weight: 600;
    margin-bottom: 14px;
}

#owl-demo .owl-controls
{	position:absolute; top:40%; float:left; width:96%; z-index:99; left:2%;
}
#owl-demo .owl-controls .owl-buttons .owl-prev,
#owl-demo .owl-controls .owl-buttons .owl-next
{	float:left; width:42px; height:42px; text-align:left; text-indent:-9999px; cursor:pointer;
	background:url(../images/slider-aerrow.png) no-repeat left center; display:block;	
}
#owl-demo .owl-controls .owl-buttons .owl-next
{	float:right; background-position:right center;
}
.full-width-slider .container
{	position:relative;
}
.full-width-slider .live-rates
{	position:absolute; left:0px; bottom:-142px; background:#fff; width:55%;
}
.full-width-slider .live-rates .process
{	float:left; width:60%;
}
.full-width-slider .live-rates .process .process-box
{	float:left; width:48%; margin-bottom:15px; padding:20px; text-align:center; font-size:26px;
	font-weight:600; text-transform:uppercase; color:#fff; min-height:112px; box-sizing:border-box;
	transition: 0.3s; -moz-transition: 0.3s; -webkit-transition: 0.3s;  
}
.full-width-slider .live-rates .process .process-box a
{	color:#FFF;
}
.full-width-slider .live-rates .process .process-box:hover
{	background:#313131;
}
.full-width-slider .live-rates .process .process-box.pay-bill
{	padding-top:40px;
}
.full-width-slider .live-rates .process .process-box.rate,
.full-width-slider .live-rates .process .process-box.pay-bill
{	float:right;
}
.money
{	background:#6eb844;
}
.pay-bill
{	background:#009396;
}
.o-services
{	background:#9cc7ce; 
}
.rate
{	background:#d8424d;
}
.full-width-slider .live-rates .process .process-box.pay-bill
{	float:right;
}
.full-width-slider .live-rates .rating-price
{	float:right; width:35%; padding-right:10px;
}
.full-width-slider .live-rates .rating-price h4
{	text-align:center; color:#70b73f; font-size:24px; font-weight:600; margin-bottom:10px;
}
.full-width-slider .live-rates .rating-price ul
{	display:block;
}
.full-width-slider .live-rates .rating-price ul li
{	display:block; color:#313131; font-size:16px; padding-bottom:3px; border-bottom:1px solid #d8d8d8;
	padding-top:5px; font-weight:600; text-transform:uppercase;	  
}
.full-width-slider .live-rates .rating-price ul li:hover
{	background:#e6e6e6;
}
.full-width-slider .live-rates .rating-price ul li span
{	color:#70b73f; float:right;
}
.full-width-slider .live-rates .rating-price ul li.title,
.full-width-slider .live-rates .rating-price ul li.title span
{	color:#222f3f; font-size:17px; 
}
.our-services
{	float:left; width:100%; padding:150px 0px; padding-top:0px; clear:both; text-align:center;
} 
.our-services .container
{	text-align:left;
}
.block-title
{	font-size:50px; text-transform:uppercase; font-weight:600; text-align:center; display:inline-block; margin:0 auto 50px;text-align:center;
}
.block-title span
{	display:block; height:3px; background:#70b73f; max-width:250px; margin:0 auto;
}
.container-inner
{	/*margin-left:-1.5%; margin-right:-1.5%;*/
}
.container-inner::after
{	display:block; clear:both; content:""; line-height:1px;
}
.services-box
{	width:22%; box-sizing:border-box; margin:0px 1.5%; padding:25px 15px; float:left; background:#f4f4f4; border:1px solid #a8a7a7;
	text-align:center; min-height:279px; position:relative;
	
}
.services-box, .services-box *{ transition:0.5s; -moz-transition:0.5s; -webkit-transition:0.5s; }
.services-box .innerBox{position:absolute;top:100%;left:-1px;right:-1px;padding:20px;text-align:left;
	background: #f4f4f4;    border: 1px solid #a8a7a7; z-index:1; opacity:0; visibility:hidden; font-size:16px;
}
.services-box:hover .innerBox{
	opacity:1;  transition:0.5s; -moz-transition:0.5s; -webkit-transition:0.5s; visibility:visible;
}
.services-box:hover
{	background:#009396;
}
.services-box .services-img
{	display:block;
}
.services-box .services-img-hover
{	display:none;
}
.services-box:hover .services-img
{	display:none;
}
.services-box:hover .services-img-hover
{	display:block;
}
.services-box h3
{	font-size:33px; text-align:center; display:block; color:#222f3f; font-weight:500; margin-bottom:30px; text-transform:uppercase;
}
.services-box h3 span
{	font-weight:normal; display:block; font-size:24px;
}
.services-box:hover h3
{	color:#FFF;
}

.how-to-work
{	text-align:center; clear:both; display:block; padding-top:3em; padding-bottom:80px;
}
.desc-text
{	text-align:center; font-weight:normal; color:#000; line-height:28px; font-size:24px;
} 

.work-process {
  bottom: 0;
  padding-top: 100px;
  position: absolute;
  width: 100%;
  z-index: 11;
}
.work-process .process
{	display:inline-block; vertical-align:middle;
}
.work-process .process-aero
{	display:inline-block; vertical-align:middle; width:21%; text-align:center;
}

.testimonial
{	border-top:3px solid #70B73F; border-bottom:3px solid #70B73F; width:100%; clear:both; display:block;
	background:url(../images/testimonial-bg.png) repeat-x left top; padding:25px 0px;
}
.testimonial h2
{	color:#FFF; text-align:center; font-size:50px; font-weight:600; text-transform:uppercase; line-height:45px;
	letter-spacing:1px;
}
.testimonial #testimonial
{	margin:70px 0px;
}		
.testimonial .client-image
{	float:left; width:25%; 
}
.testimonial .contain
{	float:left; box-sizing:border-box; width:75%; padding-top:110px; padding-right:30px; background:url(../images/qoute_bg.png) no-repeat top left;
}
.testimonial .contain
{	font-size:26px; font-style:italic; font-weight:400; line-height:30px; color:#FFF;
}
.testimonial .contain .author
{	margin-top:30px; float:right; font-style:normal; color:#70b73f; font-size:24px; font-weight:normal;
	display:block;
}
.testimonial .owl-controls
{	position:absolute; text-align:center; left:0px; width:100%; top:-45px;
}
.testimonial .owl-controls .owl-pagination
{	display:inline-block;
}
.testimonial .owl-controls .owl-pagination .owl-page
{	width:50px; height:3px; background:#FFF; display:inline-block; margin-right:10px;
}
.testimonial .owl-controls .owl-pagination .owl-page.active
{	background:#70b73f;
}
.find-out
{	float:left; width:100%; clear:both; display:block; 
}
.find-out .container
{	background:url(../images/find-bg.png) no-repeat 50px top; 
}
.find-out .container .find
{	padding:210px 0px; width:50%; float:right; text-align:center;
}
.find-out .container .find h3
{	text-align:center; color:#222f3f; font-size:40px; text-transform:uppercase; line-height:45px; font-weight:600;
}
.find-out .container .find p
{	color:#70b73f; font-size:28px; text-align:center;
}
.find-out .container .find .find-btn
{	background:#d8424d; display:inline-block; margin-top:40px;
}
.find-out .container .find .find-btn a
{	padding:10px 50px; color:#FFF; font-size:26px; font-weight:300; text-align:center; display:block;
	text-transform:uppercase;
}
.find-out .container .find .find-btn a:hover
{	background:#313131;
}
.product-video
{	float:left; width:100%; clear:both; display:block;
}
.product-video video
{	width:100%;
}
.partner
{	background:url(../images/patner-bg.jpg) repeat-x left top; float:left; width:100%; clear:both; display:block;
	padding:65px 0px;
}
.partner h2
{	color:#70b73f; font-size:40px; letter-spacing:1px; text-align:center; margin-bottom:70px;
}
.partner ul
{	display:block; text-align:center;
}
.partner ul .owl-item
{
}
.partner ul li
{	display:inline-block; vertical-align:middle; margin:0 2%;
}
.partner ul li img
{	max-width:100%; width:100%;
}
.mobile-app
{	float:left; width:100%; clear:both; display:block; background:url(../images/app-right_bg.png) no-repeat 80% top;
	margin-bottom:-40px;
}
.mobile-app .container
{	
}
.mobile-app .container .download-app
{	float:right; width:55%;  padding:130px 0px;
	text-align:center;
}
.mobile-app .container .download-app h3
{	text-align:center; color:#222f3f; font-size:40px; text-transform:uppercase; line-height:45px;
	font-weight:600;
}
.mobile-app .container .download-app p
{	color:#70b73f; font-size:28px; text-align:center;
}
.mobile-app .container .download-app .dwld-btn
{	background:#d8424d; display:inline-block; margin-top:40px;
}
.mobile-app .container .download-app .dwld-btn a
{	padding:10px 50px; color:#FFF; font-size:26px; font-weight:300; text-align:center; display:block;
	text-transform:uppercase;
}
.mobile-app .container .download-app .dwld-btn a:hover
{	background:#313131;
}
.mobile-app .container .app-icon
{	position:relative; top:-40px; float:left; width:45%; float:left; text-align:right; 
}
.mobile-app .container .app-icon img
{	max-width:72%; margin-right:50px;
}

.footer
{	float:left; width:100%; clear:both; display:block; background:url(../images/inner-page-img/footer-top_bg.jpg) repeat-x 0 0 #313131; padding:0px; color:#FFF;
}
.footer-quick-link
{	
}
.footer-quick-link .footer-block
{	
}
.footer-quick-link .footer-block.footer-block1,
.footer-quick-link .footer-block.footer-block3
{	
}
.footer-quick-link .footer-block h3
{	font-size:14px; text-transform:uppercase; color:#FFF; font-weight:800; 
	padding:20px 0px; margin-bottom:25px; margin-top:0;
}
.footer-quick-link .footer-block ul
{	display:block;
}
.footer-quick-link .footer-block ul li{
display:block; margin-bottom:15px;
}
.footer-quick-link .footer-block ul li a{	
font-size:13px; text-transform:uppercase; color:#FFF; line-height:20px; font-weight:500;
}
.footer-quick-link .footer-block ul li a:hover{	
color:#009395;
}	
.footer-right
{	padding-top:11px;	
}
.footer-right span
{	display:inline-block; vertical-align:middle; margin:0 6px;
}
.footer-right span.social-title
{	font-size:17px; text-transform:uppercase; color:#FFF; line-height:20px; font-weight:500;
}
.news-letter
{	margin-top:35px;
}
.news-letter h3
{	font-size:13px; text-transform:uppercase; color:#FFF; line-height:20px; font-weight:500;
}
.news-letter .newsletter-box
{	float:left; width:100%; margin-top:10px;
}
.news-letter .newsletter-box .input-text
{	width:100%; padding:5px 10px; font-size:13px; color:#000; font-family: 'Roboto', sans-serif; font-weight:normal; display:inline-block;
	vertical-align:middle; border:2px solid transparent; background:#d2d2d2; box-sizing:border-box; line-height:28px;
}
.news-letter .newsletter-box .input-button
{	background:#70b73f; cursor:pointer; vertical-align:middle; display:inline-block; border:none; font-size:18px;
	text-transform:uppercase; color:#FFF; padding:5px 10px; float:right; margin-top:10px; font-family: 'Roboto', sans-serif;
}
.news-letter .newsletter-box .input-button:hover
{	background:#000;
}
.footer-bottom
{	float:left; width:100%; padding:20px 0px; margin-top:70px;
}
.footer-bottom .security	
{	float:left;
}
.footer-bottom .payment
{	float:right;
}
/* -------------------- inner page css start -------------------- */
.all-inner-page
{	float:left; width:100%; padding-top:25px;
}
.all-inner-page .page-title
{	display:block; position:relative;
}
.all-inner-page .page-title.signup{margin-bottom: 30px;}
.all-inner-page .page-title .customer-details
{	position:absolute; right:0px; top:11px; text-align:right;
}
.all-inner-page .page-title .customer-details .currency
{	background:url(../images/inner-page-img/currency-icon.png) no-repeat left center; padding-left:45px;
	font-size:20px; font-weight:bold; color:#212f3f; display:inline-block; margin-right:20px;
}
.all-inner-page .page-title .customer-details .mail-box
{	background:url(../images/inner-page-img/mail-icon.png) no-repeat left center; width:40px; height:28px;
	display:inline-block; cursor:pointer; position:relative;
}
.mail-comming-list
{	position:absolute; top:30px; right:0px; width:330px; border:1px solid #808285; background:#d6d6d6; padding:10px;
	text-align:left; z-index:99;
}
.mail-comming-list ul
{	display:block;
}
.mail-comming-list ul li
{	margin-bottom:5px; padding-bottom:5px; border-bottom:1px solid #808285;
}
.mail-comming-list ul li p
{	font-size:16px; color:#808285; line-height:20px;
}	
.mail-comming-list ul li h4
{	font-size:20px; font-weight:bold; color:#212f3f;
}
.all-inner-page .page-title h1
{	font-size:33px; color:#222f3f; text-transform:uppercase; padding-bottom:10px; border-bottom:3px solid #222f3f;
	display:inline-block; font-weight:600; min-width:400px;
}	
.mail-comming-list a.view-all
{	text-align:center; display:block; font-size:20px; font-weight:normal; color:#212f3f; margin-top:10px
}
.mail-comming-list a.view-all:hover
{	text-decoration:underline;
}
.all-inner-page .page-title strong
{	color:#6fb73f; font-weight:600;
}
.customer-details
{	float:right; width:auto; text-align:right;
}
.customer-details .currency
{	display:inline-block; vertical-align:middle;
}
.customer-details .mail-box
{	display:inline-block; vertical-align:middle;
}
.contain-text
{	display:block; padding:20px 0px; 
}
.contain-text .std
{	line-height:28px; font-size:24px; color:#000000; text-align:left;
}
.custome-dasbord
{	margin-top:15px; float:left; width:100%; clear:both; display:block;
}
.send-money 
{	float:left; width:40%; position:relative;
}
.send-money img
{	max-width:100%; min-height:209px;
}

.dasbord-two-box
{	float:right; width:59%;
}
.dasbord-two-box .manage-profile
{	float:left; width:49%; position:relative; 
}
.dasbord-two-box .manage-profile img
{	max-width:100%;
}

.dasbord-two-box .my-tranfer
{	float:right; width:49%; position:relative;  background:#9cc7ce; min-height:209px;
}

.custome-dasbord .description
{	position:absolute; left:0px; top:0px; height:100%; width:100%;
}
.custome-dasbord .description:hover
{	background-color:rgba(0,0,0,0.5) !important;
}
.custome-dasbord .description span
{	color:#FFF; font-size:25px; text-transform:uppercase; display:block; 
	font-weight:600; position:absolute; bottom:10px; left:15px;	
}
.custome-dasbord .description p
{	width:80%; font-size:13px; color:#FFF; font-weight:normal; line-height:16px; display:block;
	text-transform:none;
}
.custome-dasbord .open-bank
{	float:right; min-height:209px; margin-top:10px; width:40%; background:#212f3f; position:relative;
}

.custome-dasbord .dasbord-two-box.box2
{	float:left; margin-top:10px;
}

.custome-dasbord .dasbord-two-box.box2 .my-tranfer
{	min-height:209px; background:#d8424d;
}

.share-this
{	float:left; width:100%; margin-top:10px; background:#000000; border:1px solid #c9c9c9; box-sizing:border-box;
}
.share-this .share-left
{	float:left; width:60%; padding-top:13px;
}
.share-this .share-left .custome-select
{	display:inline-block; color:#FFF; vertical-align:middle; margin-left:15px; border-color:#FFF;
	background:url(../images/dasbord-custome-select.jpg) no-repeat 97% center; width:45%;
}
.share-this .share-left .custome-select select
{	font-size:18px; font-style:italic; font-weight:300; padding:0px;
	line-height:26px;  color:#FFF;
}
.share-this .share-left .share
{	margin-left:5%; border-radius:14px; background:#d8424d; padding:5px 15px; font-size:20px; color:#FFF;
	font-weight:bold; vertical-align:middle; display:inline-block;
}
.share-right
{	float:right; width:35%;
}
.share-right p
{	float:left; color:#6fb73f; font-size:28px; padding:10px; font-weight:bold;
}
.share-right .social
{	float:right; margin-top:12px; margin-right:10px;
}
.share-right .social a
{	display:inline-block; vertical-align:middle;
}
.dasbord-bottom-desc
{	box-sizing:border-box; float:left; width:100%; padding:5px;
}
.dasbord-bottom-desc p
{	font-size:13px; font-weight:500; color:#212f3f;
}
#open-bank-accout
{	position:absolute; left:50%; top:50%; width:1100px; height:auto; background-color:rgba(0,0,0,0.6); 
	margin-left:-550px; margin-top:-250px; border:1px solid #26a3a6; z-index:99; 
}
#register,
#magage-benificial-dialog,
#my-profile
{	width:1100px; height:auto; background-color:#262626; border:1px solid #26a3a6; z-index:99; margin:0 auto;
}
.customer-form-page
{	clear:both; display:block; margin:0 0 10px 0px;
}
.over-lay
{	position:fixed; left:0px; top:0px; width:100%; height:100%; background:url(../images/inner-page-img/pop-up_bg.png) repeat 0 0;
}
.popup-contain
{	position:relative; color:#FFF;
}
.popup-contain #close
{	position:absolute; right:10px; top:10px; text-indent:-9999px; cursor:pointer; width:42px; height:42px;
	background:url(../images/inner-page-img/close_btn.png) no-repeat center center; display:block;
}
.popup-contain h2.title
{	font-size:33px; color:#ffffff; padding:5px 0px; padding-bottom:15px; border-bottom:3px solid #FFF; text-transform:uppercase;	
	font-weight:500; background:url(../images/inner-page-img/popup-title_bg.png) no-repeat right center; line-height:36px;
	display:inline-block; padding-right:80px; min-width:33%;
}
#my-profile .popup-contain h2.title
{	background:url(../images/inner-page-img/my-profile-title_bg.png) no-repeat right 5px;
}
.popup-contain .my-info
{	display:block; margin-top:15px;  font-size:22px;
}
.popup-contain .my-info span
{	background:#d8424d; line-height:40px; font-size:20px; padding:0px 10px; display:inline-block; margin-left:15px;
	border-radius:20px;
}
.popup-contain .my-info span:hover 
{	background:#313131;
}
.customer-details-form
{	background:#000; border:1px solid #212f3f;     padding: 15px 15px; display:block;
}
.customer-details-form .customer-details-inner
{	background:#FFF; border:1px solid #c9c9c9;
}
@media(min-width:768px){
	.customer-details-inner .persinoal-info{  border-right: 2px solid #000; }
	.customer-details-inner .payment-option{ border-left: 2px solid #000; margin-left: -2px; }
}
.customer-details-inner .persinoal-info,
.customer-details-inner .payment-option
{	float:left; width:50%; padding:0px 1%; box-sizing:border-box;
}
.customer-details-inner h3
{	color:#222f3f; font-size:24px; padding-bottom:5px; border-bottom:1px solid #01293f;
	margin-bottom:15px; font-weight:normal;
}
.popup-contain input[type="text"],
.popup-contain input[type="password"]
{	border:1px solid #808285; color:#333333; font-size:16px; font-weight:normal; font-family: 'Roboto', sans-serif;
	box-sizing:border-box; padding:7px 10px; display:inline-block;
}

.customer-infomation .input-box
{	margin-bottom:7px; 
}
.customer-infomation .input-box.filds .name-text
{	width:48%;
}
.customer-infomation .input-box.filds{float:left;width:100%;}
.customer-infomation .input-box.filds input:first-child{float:left;}
.customer-infomation .input-box.filds input:last-child{float:right;}
.customer-infomation .input-box.filds .middle-name-text
{	width:48%;
}
.customer-infomation .input-box .last-text
{	width:100%;
}
.customer-infomation .input-box.date
{	padding:5px 0px; margin-right:2%;
}
.customer-infomation .input-box .custome-select
{	border:1px solid #808285; width:45%; display:inline-block;
	text-align:left; background:url(../images/inner-page-img/custome-select-small-bg.png) no-repeat 97% center;	
}
.customer-infomation .input-box .custome-select select
{	-moz-appearance:none; -webkit-appearance:none; appearance:none; text-indent:1px;text-overflow:''; 
	width:100%; box-sizing:border-box; color:#9e9e9e;  border:none; display:block; border:none;
	font-size:14px; font-weight:400;  background:none; font-family: 'Roboto', sans-serif; padding:0px;
}
.customer-infomation .input-box strong
{	display:inline-block; text-transform:uppercase; vertical-align:middle; color:#000; 
	font-weight:normal; margin:0px 12px;
}
.customer-infomation .input-box .date
{	display:inline-block; width:43%; border:1px solid #808285; padding:3px 0px; vertical-align:top;
	background:url(../images/inner-page-img/date-box_bg.png) no-repeat 92% center;
}
.customer-infomation .input-box .date .hasDatepicker
{	width:100%; border:none; font-size:12px; background:none;
}
.customer-infomation .input-box.wide .custome-select
{	width:100%; box-sizing:border-box;
}
.customer-infomation .input-box.wide .custome-select select
{	
}
.customer-infomation .input-box {float:left;width:100%;}
.customer-infomation .input-box .field:first-child{float:left}
.customer-infomation .input-box .field:last-child{float:right}
.customer-infomation .input-box .field
{	display:inline-block; width:48%; 
}
.customer-infomation .input-box .field.last
{	margin-left:2%;
}
.file-control
{	float:left; width:30%; box-sizing:border-box; padding:0px 1%;
}
.file-control .file-up
{	background:url(../images/inner-page-img/file_up_bg.png) no-repeat top center; width:100%;
	padding-top:80px; text-align:center; height:30px;
}
.file-control .file-up .file
{	border:none; background:none; display:none; 
}
.file-control .file-up:hover .file
{	display:block; width:auto; display:inline-block;
	height:30px; text-align:center;
}
.comment
{	margin-top:10px;
}
.comment .txt-area
{	border:1px solid #808285; color:#9e9e9e; font-size:15px; font-weight:normal; font-family: 'Roboto', sans-serif;
	box-sizing:border-box; padding:5px 10px; display:inline-block; width:100%; resize:none;
}
.payment-option .payment-desc
{	display:block; margin-top:15px; color:#212f3f; font-size:16px; font-weight:normal; margin-bottom:10px;
}
.payment-option-list
{	border-top:1px solid #c9c9c9; border-bottom:1px solid #c9c9c9; padding:10px 0px; display:block;
}
.payment-option-list ul li
{	display:inline-block; width:49%; vertical-align:middle; margin-bottom:5px;	
}
.payment-option-list ul li label,
.terms label
{	margin-left:15px; color:#222f3f; font-size:17px; vertical-align:middle; display:inline-block;
}
.custom-checkbox
{	background:url(../images/inner-page-img/custome-chk_bg.png) no-repeat bottom center; display:inline-block;
	width:29px; height:29px; position:relative; vertical-align:middle; cursor:pointer;
}
.custom-checkbox .checkbox
{	border:none; background:none; position:absolute; z-index:11; left:0px; top:0px; opacity:0; width:100%; height:100%;
}
.custom-checkbox.selected
{	background-position:top center;
}
.terms
{	display:block; float:left; width:65%; margin-top:20px;
}
.terms label
{	color:#222f3f;
}
.submit
{	float:right; width:35%; text-align:right; margin-top:9px;
}
.submit .submit
{	background:#d8424d; border:1px solid #808285; display:inline-block; width:90%; text-align:center; padding:5px 0px;
	line-height:24px; font-size:18px; color:#FFF; font-family: 'Roboto', sans-serif; font-weight:600; text-transform:uppercase;
	cursor:pointer;
}
.upload-proto-list
{	position:relative; padding-left:20px; margin-top:10px;
}
.upload-proto-list h3
{	font-size:24px; padding-bottom:5px; border-bottom:2px solid #FFF;
	margin-bottom:15px; font-weight:normal; display:inline-block; width:60%;
}
.upload-proto-list ul li
{	display:inline-block; margin-right:20px;
}
.upload-proto-list ul li img
{	display:inline-block;
}
.upload-proto-list ul li span
{	display:inline-block; margin-left:0px; vertical-align:top;
}
.upload-proto-list ul li span a
{	display:block;
}
.popup-contain a.edit
{	width:19px; height:19px; text-indent:-9999px; margin-bottom:20px; background:url(../images/inner-page-img/edit_icon.png) no-repeat center center;
}
.popup-contain a.trash
{	width:19px; height:19px; text-indent:-9999px; margin-bottom:20px; background:url(../images/inner-page-img/trash-icon.png) no-repeat center center;
}
.upload-proto-list ul li h5
{	display:block; font-size:16px; font-weight:normal; margin-top:5px;
}
.popup-contain .help
{	position:absolute; right:0px; bottom:0px; background:url(../images/inner-page-img/help-icon.png) no-repeat center center;
	width:32px; height:32px; text-indent:-9999px; background-size:100%; cursor:pointer;
}

/* my profile css */
#my-profile .customer-details-inner
{	background:none; border:none; position:relative; padding-bottom:30px;
}
.popup-contain .custome-profile-left
{	float:left; box-sizing:border-box; padding:0px 1%; width:60%;
}
.popup-contain .basic-details
{	padding-bottom:40px; border-bottom:2px solid #FFF;
}
.popup-contain .basic-details .file
{	background:url(../images/inner-page-img/fc.png) no-repeat top center; max-width:134px;width:100%;
	text-align:center; display:inline-block;vertical-align:top;
	position:relative;cursor:pointer;
}
.popup-contain .basic-details .file .fileupload
{	border:none; background:none; display:none; 
} 
.popup-contain .basic-details .file:hover .fileupload
{	display:block; width:100%; display:inline-block;
	height:30px; text-align:center;
}
.popup-contain .customer-add
{	display:inline-block; width:100%; box-sizing:border-box;
}
.popup-contain .customer-add p
{	float:left; width:100%; margin-bottom:10px; font-size:20px; font-weight:normal;
}
.popup-contain .customer-add p a
{	float:right; margin-bottom:0px; background:url(../images/inner-page-img/my-profile-edit.png) no-repeat center center;
}
.popup-contain .my-id-details
{	float:left; width:40%; box-sizing:border-box; padding:0px 1%;
}
.popup-contain .other-details
{	padding:0px 0px;
}
.popup-contain .input-box 
{	margin-bottom:5px;
}
.popup-contain .input-box label
{	display:inline-block; width:39%; vertical-align:middle; font-size: 18px;    font-weight: normal;
}
.popup-contain .input-box .custome-select
{	border:1px solid #808285;  display:inline-block; border:1px solid #aaacae; vertical-align:middle;
	text-align:left; background:url(../images/inner-page-img/custome-select-small-bg.png) no-repeat 97% center #FFF;	
}
.popup-contain .input-box .custome-select select
{	-moz-appearance:none; -webkit-appearance:none; appearance:none; text-indent:1px;text-overflow:''; 
	width:100%; box-sizing:border-box; color:#333333;  border:none; display:block; border:none;
	font-size:16px; font-weight:400;  background:none; font-family: 'Roboto', sans-serif; padding: 5px 5px;
	
}
.popup-contain .other-details .custome-select
{	padding:0px 0px; width:60%
}
.popup-contain .other-details .input-box input
{	width:100%;
}
.popup-contain .other-details .input-box .text-box
{	width:60%; display:inline-block;
}
.popup-contain .other-details .input-box .text-box input
{	 border:1px solid #aaacae; font-size:16px; color:#333;
}
.popup-contain .other-details .input-box .field
{	display:inline-block; width:49%;
}
.popup-contain .other-details .input-box .field .text-box
{	width:100%;
}
.popup-contain .other-details .input-box .field.last
{	float:right;
}
.update-info
{	float:right; width:60%; text-align:left; margin-top:15px;
}	
.update-info .update-btn
{	background:#d8424d; border:1px solid #808285; display:inline-block; width:50%; text-align:center; padding:5px 0px;
	line-height:24px; font-size:18px; color:#FFF; font-family: 'Roboto', sans-serif; font-weight:600; text-transform:uppercase;
	cursor:pointer;
}
.email-notification
{	float:right; width:auto; font-size:18px; font-weight:normal; margin-bottom:5px;
}
.email-notification input {
    display: none;
}
.email-notification span
{	border:2px solid #222f3f; border:2px solid #222f3f; border-radius:16px; width:40px; height:23px; position:relative; display:inline-block;
	vertical-align:middle; margin-left:10px;
}
.email-notification span i.on
{	background:#d8424d; position:absolute; left:-1px; top:0px; width:20px;  height:20px; border-radius:100%;
  border:1px solid #222f3f
}
.email-notification span i.off
{	background:#6eb845; position:absolute; width:20px; height:20px; border-radius:100%; right:-1px;
border:1px solid #222f3f;
}
.email-notification input + span i.on
{	display:block;
}
.email-notification input + span i.off
{	display:none;
}
.email-notification input:checked + span i.on
{	display:none;
}
.email-notification input:checked + span i.off
{	display:block;
}

.bank-details
{	box-sizing:border-box; padding:5px 15px; border:1px solid #6fb73f; background:#FFF; float:left; width:100%;

}
.detail-header
{	margin-bottom:15px;
}
.detail-header h4
{	display:inline-block; font-size:26px; color:#01293f; width:30%; text-align:left; vertical-align:middle;
}
.detail-header p
{	display:inline-block; font-size:14px; color:#01293f; line-height:16px; width:65%; text-align:left; vertical-align:middle;
}
.bank-details .input-box
{	width:100%; margin-bottom:7px;
}
.bank-details .input-box .custome-select
{	width:100%; border:1px solid #808285;
}
.bank-details .input-box .custome-select select
{	color:#01293f;
}
.bank-details .input-box .text
{	 border:1px solid #808285; font-size:22px; color:#9e9e9e; width:100%;
}
.bank-details .input-box.date
{	float:left;
}
.bank-details .input-box.date label
{	width:30%; text-align:center; display:inline-block; vertical-align:middle;  color:#212f3f; font-size:18px;
	margin-top:7px;
}
.bank-details .input-box.date .date
{	width:60%; float:right; display:inline-block; border:1px solid #808285; padding:3px 0px; vertical-align:top;
	background:url(../images/inner-page-img/date-box_bg.png) no-repeat 92% center;
}
.bank-details .input-box.date .date #datepicker
{	width:100%; border:none; background:none; font-size:22px; color:#9e9e9e; width:100%; padding:0px;
}
.bank-details .file-up
{	padding-left:40%; background:url(../images/inner-page-img/file-upload-bg.png) no-repeat 20px center;
	clear:both;
}
.bank-details .file-up ul
{	padding-top:20px;
}
.bank-details .file-up ul li
{	border:1px solid #808285; width:100%; margin-bottom:7px; font-size:14px; color:#222f3f; float:left;
	padding:3px 5px; box-sizing:border-box;
}
.bank-details .file-up ul li span
{	display:inline-block; margin-left:20px;
}
.bank-details .file-up ul li i
{	display:block; background:url(../images/inner-page-img/delete-icon.png) no-repeat center center; width:14px; height:15px;
	text-indent:-9999px; text-align:left; cursor:pointer; float:right; margin-right:5px; margin-top:2px;
}
.bank-details .file-up p
{	border:1px solid #808285; width:100%; margin-bottom:7px; font-size:14px; color:#222f3f; float:left;
	padding:3px 5px; box-sizing:border-box; background:url(../images/inner-page-img/add-more_icon.png) no-repeat 95% center;
}
.submit-form
{	float:left; width:100%; text-align:right; margin-top:30px;
}
.submit-form .save
{	background:#6fb73f; border:1px solid #808285; display:inline-block;  text-align:center; padding:5px 50px;
	line-height:24px; font-size:18px; color:#FFF; font-family: 'Roboto', sans-serif; font-weight:600; text-transform:uppercase;
	cursor:pointer;
}

/* end my profile css */

/* start open account css */
#open-bank-accout .customer-details-inner
{ border:none; background:none; position:relative;
}
#open-bank-accout .customer-details-inner .account-spec,
#open-bank-accout .customer-details-inner .persinoal-details
{	float:left; width:60%; padding:20px 2%;  box-sizing:border-box; border:1px solid #c9c9c9; background:#FFF;
}
#open-bank-accout .customer-details-inner .persinoal-details
{	margin-top:10px;
}
#open-bank-accout .customer-details-inner .accout-details
{	float:right; width:39%; padding:20px 2%;  box-sizing:border-box; border:1px solid #c9c9c9; background:#FFF;
}
.check-app-id
{	display:block; text-align:right; margin-bottom:15px;
}
.check-app-id p
{	display:inline-block; font-size:18px; color:#FFF;
}
.check-app-id .text
{	display:inline-block; width:40%; padding:7px !important;
}
.check-app-id .Check
{	float:right;  min-width:150px; text-align:center; background:#70b73f; border:1px solid #808285; font-size:18px; 
	color:#FFF; line-height:31px; display:block; padding-bottom:2px; display:inline-block; margin-left:15px;
}
.join-option
{	display:block; text-align:center; padding-top:10px; padding-bottom:25px;
	border-bottom:1px solid #b1b0ae;
}
.join-option ul
{	display:block; 
}
.join-option ul li
{	display:inline-block; min-width:30%;
}
.join-option ul li label
{	color:#212f3f; font-size:18px; font-weight:normal; display:inline-block; vertical-align:middle;
}
.join-option ul li .custom-radio
{	display:inline-block; width:16px; height:16px; background:url(../images/inner-page-img/custome-radio-bg.png) no-repeat left bottom;
	position:relative; vertical-align:middle; margin-right:15px;
}
.join-option ul li .custom-radio .radio
{	position:absolute; left:0px; top:0px; opacity:0; z-index:11; width:100%; height:100%; background:none; border:none;
}
.join-option ul li .custom-radio.selected
{	background-position:left top;
}
.select-bank center
{	text-align:center; font-size:24px; color:#212f3f; margin:10px 0px; display:block;
}
.select-bank center h4
{	font-weight:normal;
}
.select-bank ul
{ text-align:center; margin-top:20px; margin-bottom:30px;
}
.select-bank ul li
{	display:inline-block; margin:0px 15px; vertical-align:middle; position:relative;
}
.select-bank ul li .bank-featured
{	position:absolute; left:0px; width:450px; border:2px solid #000; background:#FFF; padding:15px;
	top:0px; z-index:99;
}
.select-bank ul li .bank-featured .banklogo
{	float:right;
}
.select-bank ul li .bank-featured h3
{	font-size:24px; color:#222f3f; display:block; margin-bottom:10px; font-weight:normal; text-align:left; border-bottom:none;
	clear:both;
}
.select-bank ul li .bank-featured .input-box
{	display:block; margin-bottom:30px; 
}
.select-bank ul li .bank-featured .input-box ul
{	text-align:left;
}
.select-bank ul li .bank-featured .input-box ul li
{	display:inline-block; min-width:30%; margin:0px;
}
.select-bank ul li .bank-featured .input-box ul li label
{	font-size:18px; color:#222f3f; display:inline-block; width:auto !important;
}
.select-bank ul li .bank-featured .action
{	text-align:center;
}
.select-bank ul li .bank-featured .action .save
{	min-width:150px; text-align:center; display:inline-block; 
	background:#70b73f; border:1px solid #808285; font-size:18px; color:#FFF; 
	line-height:31px; padding-bottom:2px;
}
.data-import
{	text-align:center; padding:30px 0px;
}
.data-import span
{	display:inline-block; width:40%;
}
.data-import span.import-profile
{	margin-right:30px;
}
.data-import span.import-profile a
{	background:#30a1dc; border:1px solid #808285; font-size:18px; color:#FFF; line-height:31px; display:block; padding-bottom:2px;
}
.data-import span.create-acc a
{	background:#d8424d; border:1px solid #808285; font-size:18px; color:#FFF; text-align:center; line-height:31px; display:block; padding-bottom:2px;
}
.data-import span a:hover
{	background:#313131;
}
.accout-details .input-box
{	float:left; width:100%; margin-bottom:7px;
}
.accout-details .input-box label
{	display:inline-block; width:55%; font-size:16px; color:#212f3f; margin-top:5px;
}
.accout-details .input-box .input-text
{	width:44%; float:right;
}
.accout-details .input-box.address label
{	width:29%;
}
.accout-details .input-box.address .input-text
{	width:70%;
}
.accout-details .input-box.address .input-text .field
{	width:48%; float:left;
}
.accout-details .input-box.address .input-text .field.last
{	float:right;
}
.accout-details .input-box .input-text .text
{	width:100%;
}
.second-title
{	margin-top:20px; float:left; width:100%; position:relative;
}
.second-title .import
{	float:right; position:absolute; right:0px; top:0px; min-width:180px; text-align:center;
	background:#30a1dc; border:1px solid #808285; font-size:18px; color:#FFF; line-height:31px; display:block; padding-bottom:2px;
}
#open-bank-accout .terms
{	padding:20px 0px; text-align:center; width:100%;
}
.terms p
{	display:inline-block; min-width:450px; color:#d8424d; font-size:16px;
}
.terms p .custom-checkbox
{	margin-right:30px;
}
.terms .apply
{	background:#70b73f; border:1px solid #808285; font-size:28px; color:#FFF; text-align:center; line-height:31px; display:inline-block; padding-bottom:2px;
	min-width:200px;  text-transform:uppercase; vertical-align:middle; font-weight:600;
}
/* end open account css */


/* start open account css */
#send-money .popup-contain h2.title
{	background:url(../images/inner-page-img/save-money-title-bg.png) no-repeat right 6px;
}

#send-money .customer-details-inner
{	position:relative; background:none; border:none; 
}
#send-money-tab
{	border:none; border-radius:0px; background:none; padding:0px;
}
#send-money-tab .ui-tabs-nav
{	background:none; border:none; border-radius:0px; margin-left:-2px;
}
#send-money-tab .ui-tabs-nav li
{	border:2px solid #212f3f; border-radius:0px; border-bottom:0px; background:#808285; margin:0px;
    outline:none;
}
#send-money-tab .ui-tabs-nav li:focus{outline:none;}
#send-money-tab .ui-tabs-nav li a
{	color:#FFF; font-size:20px;  
}	
#send-money-tab .ui-tabs-nav li.ui-state-active
{	background:#212f3f; color:#fff; padding-bottom:0; outline:none;  
}
#send-money-tab .ui-tabs-panel
{	background:none; float:left; width:100%; box-sizing:border-box; padding:10px; 
}
#send-money-tab .ui-tabs-panel
{	border:1px solid #212f3f; background:none;
}
#tabs-innner
{	background:none; border:none;
}
#tabs-innner .ui-tabs-panel
{	background:none; border:none; padding:0px;
}
#send-money-tab .ui-tabs-nav
{	background:#FFF;
}
#tabs-innner .ui-tabs-nav li
{	border:none;
}
#tabs-innner .ui-tabs-nav li.ui-state-active
{	background:none;
}
#tabs-innner .process
{	width:100%; position:relative; clear:both;
}
.process .next-step,
.process .prev-step
{	width:75px; height:24px; background:url(../images/inner-page-img/next-step-icon.png) no-repeat center center;
	position:absolute; right:2%; top:20px; display:block; cursor:pointer; text-indent:-99999px; text-align:left;
}
.process .prev-step
{	right:0px; left:2%; background:url(../images/inner-page-img/back-step-icon.png) no-repeat center center;
}
#tabs-innner .ui-tabs-nav
{	background:url(../images/inner-page-img/tab-inner-bg.png) repeat-x left 30px; display:block; margin:0 auto; text-align:center;
	margin-top:25px; width:80%;
}
#tabs-innner .ui-tabs-nav li
{	display:inline-block; float:none; min-width:20%;
}
#tabs-innner .ui-tabs-nav li a h3
{	text-decoration:none; border:none; padding:0px; font-size:14px; color:#FFF; text-align:center;
	padding:0px;
}
#tabs-innner .ui-tabs-nav li a
{	text-align:center;
}
#tabs-innner .ui-tabs-nav li a h3 span
{	width:40px; height:40px; display:block; margin:0 auto; line-height:40px; text-align:center; font-size:28px;
	border:1px solid #FFF; margin-bottom:15px; background:#000; color:#FFF; text-align:center; border-radius:100%;
}
#tabs-innner .ui-tabs-nav li.ui-state-active a h3 span
{	background:#FFF; color:#000;
}
#tabs-innner #innner-tab-1,
#tabs-innner #innner-tab-3
{	padding-top:40px; text-align:center; color:#FFF;
}
#tabs-innner #innner-tab-1 p.hello-msg,
#innner-tab-2 p.hello-msg,
#tabs-innner #innner-tab-3 p.hello-msg
{	font-size:24px; color:#FFF; margin-bottom:40px; 
}
#tabs-innner #innner-tab-3 p.hello-msg
{	margin-bottom:0px;
}
#tabs-innner #innner-tab-1 .custome-select
{	min-width:300px; background-color:#FFF;
}
#tabs-innner #innner-tab-1 .custome-select select
{	font-size:20px; color:#212f3f; font-weight:600; text-transform:capitalize;
}
.send-data
{	display:block; margin-top:40px; text-align:center; display:block;
}
.send-data .send
{	background:#d8424d; border:1px solid #808285; font-size:20px; color:#FFF; text-align:center; line-height:31px; 
	display:inline-block; padding-bottom:2px; min-width:150px;  text-transform:uppercase; vertical-align:middle; font-weight:600;
}	
#send-money .help
{	bottom:10px; right:10px
}
#innner-tab-2
{	text-align:center; padding-top:40px !important;
}
.send-money-customer
{	display:block; text-align:center; float:left; width:100%; clear:both;
}
.customer-box-1
{	display:inline-block; width:30%; vertical-align:top; margin-right:3%;
}
.customer-box-1 .photo
{	width:37%; display:inline-block; margin-right:3%; vertical-align:top;
}
.customer-box-1 .photo img
{	width:100%; height:auto;
}
.customer-box-1 .photo .custome-select
{	background-color:#fff; display:block; margin-top:5px; width:90%; min-width:inherit;
}
.customer-box-1 .photo .custome-select select
{	font-size:16px; color:#212f3f;
}
.customer-box-1 .payment-block
{	width:54%; display:inline-block; vertical-align:top;
}
.customer-box-1 .payment-block .input-box
{	margin-bottom:3px;
}
.customer-box-1 .payment-block .input-box label
{	color:#808285; font-size:14px; display:block; width:100%; text-align:left;
}
.customer-box-1 .payment-block .input-box .text
{	width:100%; font-size:14px; padding:0px 5px; box-sizing:border-box;
}
.customer-box-1 .payment-block .action
{	display:block; margin-top:6px; text-align:left;
}
.customer-box-1 .payment-block .action .cancel,
.customer-box-1 .payment-block .action .edit-link
{	color:#d8424d; font-size:14px;
}
.customer-box-1 .payment-block .action .save
{	color:#70b73f; font-size:14px; float:right;
}
.customer-box-1.customer-box-3
{	width:11%; margin-right:0px;
}
.customer-box-1.customer-box-3 .photo
{	width:100%;
}
.send-money-customer .submit-form
{	display:block; margin:30px 0px; text-align:center;
}
.send-money-customer .submit-form .send
{	background:#d8424d; border:1px solid #808285; font-size:20px; color:#FFF; text-align:center; line-height:31px; 
	display:inline-block; padding-bottom:2px; min-width:150px;  text-transform:uppercase; vertical-align:middle; font-weight:600;
}
#tabs-2
{	 padding-top:40px; text-align: center;
}
#tabs-2 p.hello-msg
{	font-size:24px; color:#FFF; margin-bottom:40px; 
}
.recheck-data
{	border:1px solid #6fb73f; float:left; box-sizing:border-box; padding:25px 15px; float:left; width:100%; clear:both;
	background:#FFF;
}
.recheck-data .customer-box
{	width:31%; margin-right:3%; display:inline-block;
}
.recheck-data .customer-box.last
{	margin-right:0px;
}
.recheck-data .customer-box .photo
{	width:30%; float:left; margin-right:5%; border:2px solid #009396; text-align:center;
	padding-top:25px; min-height:105px;
}
.recheck-data .customer-box .photo span
{	display:block; text-align:center; font-size:16px; color:#212f3f; margin-top:5px; margin-bottom:10xp;
}
.recheck-data .customer-box .details
{	float:left; width:63%; text-align:left;
}
.recheck-data .customer-box .details label
{	color:#808285; font-size:14px;
}
.recheck-data .customer-box .details span.amount
{	font-size:24px; color:#6fb73f; margin-bottom:5px; display:block; font-weight:600;
}
.recheck-data .customer-box .details p
{	color:#808285; font-size:14px;
}
.recheck-data .customer-box .details p strong
{	font-size:14px; color:#9cc7ce; display:block; width:70%;
}
.recheck-data .customer-box .details .edit-details
{	color:#d8424d; font-size:14px;
}
.recheck-information .action
{	clear:both; margin-top:15px;
}
.recheck-information .action .custom-checkbox
{	display:inline-block; margin-right:15px; vertical-align:top;
}
.recheck-information .action p
{	display:inline-block; color:#d8424d; font-size:18px; margin-right:20px;
}
.recheck-information .action p span
{	display:block; color:#6fb73f;
}
.recheck-information .action .edit-info
{	background:#d8424d; border:1px solid #808285; font-size:24px; color:#FFF; text-align:center; line-height:31px; 
	display:inline-block; padding-bottom:2px; min-width:150px;  text-transform:uppercase; vertical-align:top; font-weight:600;
}
.recheck-information .action .conform
{	background:#6fb73f; border:1px solid #808285; font-size:24px; color:#FFF; text-align:center; line-height:31px; margin-left:10px;
	display:inline-block; padding-bottom:2px; min-width:150px;  text-transform:uppercase; vertical-align:top; font-weight:600;
}
#innner-tab-3 .payment-block
{	border:1px solid #6fb73f; float:left; box-sizing:border-box; padding:10px; float:left; width:90%; clear:both;
	background:#FFF; margin:5px 5% 0px 5%;
}
.payment-block .pay-block1
{	width:45%; margin-right:5%; float:left;
}
.payment-block .pay-block1 label,
.payment-block .pay-block2 label
{	font-size:18px; color:#989898; display:block; width:100%; text-align:left;
}
.payment-block .pay-block1 .input-box,
.payment-block .pay-block2 .input-box
{	margin-bottom:7px; float:left; width:100%;
}
.payment-block .pay-block2 .input-box
{	width:70%; background:url(../images/inner-page-img/creadit-card-icon.png) no-repeat 98% 12px; padding-right:30%;
}
.payment-block .pay-block1 .input-box .text,
.payment-block .pay-block2 .input-box .text
{	width:100%; color:#989898; font-size:18px;
}
.payment-block .pay-block1 .input-box .custome-select
{	background-color:#FFF; clear:both; display:block; width:100%; padding:0px;
}
.payment-block .pay-block1 .input-box .custome-select select
{	font-size:18px; font-weight:bold; color:#212f3f;
}
.payment-block .pay-block1 .input-box .field
{	float:left; width:35%;
}
.payment-block .pay-block1 .input-box .field.last
{	float:right;
}
.payment-block .pay-block1 .date
{	display:block; width:100%; border:1px solid #808285; padding:0px; vertical-align:top;
	background:url(../images/inner-page-img/date-box_bg.png) no-repeat 92% center;
}
.payment-block .pay-block1 .date .date-piker
{	font-size:18px; font-weight:bold; color:#212f3f; background:none; border:none;  width:100%;
}
.payment-block .pay-block2
{	float:right; width:50%; 
}
.payment-block .action
{	float:right; width:50%; text-align:right; margin-top:150px;
}
.payment-block .action img
{	float:left;
}
.payment-block .action .pay-now
{	background:#6fb73f; border:1px solid #808285; font-size:24px; color:#FFF; text-align:center; line-height:31px; margin-right:10px;
	display:inline-block; padding-bottom:2px; min-width:150px;  text-transform:uppercase; vertical-align:top; font-weight:600;
}
.thanks 
{ margin-bottom:40px; display:block; clear:both; text-align:center;
}
.thanks h4
{	color:#70b73f; font-size:46px; font-weight:500;
}
.thanks p
{	font-size:28px; color:#FFF;
}
/* ------------- faq page css ------------- */
.main-contain
{	float:left; width:100%; clear:both; display:block; margin-top:40px;
}
.main-contain .site-contain
{	width:70%; float:left;
}
.main-contain .slidebar
{	float:right; width:25%;
}
.slidebar-title
{	font-size:30px; color:#212f3f; text-align:left; margin-bottom:25px; display:block; font-weight:600;
}
.slidebar .category-list
{	padding-left:25px;
}
.slidebar .category-list li
{	display:block; margin-bottom:7px;
}
.slidebar .category-list li a
{	font-size:18px;  color:#212f3f;
}
.slidebar .category-list li.current a
{	font-weight:700;
}
.faq-list-accordion h3.ui-accordion-header
{	border:none; font-size:30px; color:#212f3f; text-align:left; margin-bottom:15px; display:block; font-weight:600;
	border-radius:0px; padding:0px; padding-left:40px; background:url(../images/inner-page-img/accodian_bg.png) no-repeat left 103%;
}
.faq-list-accordion h3.ui-accordion-header.ui-state-active
{	background-position:left 17px; margin-bottom:5px;
}
.faq-list-accordion .ui-accordion-content
{	border:none; border-radius:0px; padding-left:40px;
}
.pagenation
{	clear:both; display:block; margin-top:40px; float:left; width:100%; margin-bottom:10px;
}
.pagenation ol
{	display:block;
}
.pagenation ol li
{	display:inline-block; vertical-align:middle; margin-right:10px;
}
.pagenation ol li a
{	border:1px solid #a5a5a5; width:40px; height:40px; text-align:center; line-height:40px; font-size:26px;
	color:#b1b0ae; display:block;
}
.pagenation ol li.current a,
.pagenation ol li a:hover
{	border-color:#313131; color:#313131;	
}
.pagenation ol li strong a
{	border:none;
}
.pagenation ol li strong a img
{	vertical-align:middle; margin-top:3px;
}
/* ------------- end faq page css ------------- */

/* ------------- cms page css ------------- */

.cms-page
{	padding:0px 10%;
}
.cms-page .cms-block1
{	float:left; width:100%; clear:both; display:block; padding-bottom:20px; border-bottom:1px solid #c9c9c9; margin-bottom:20px;
}
.cms-page .cms-block1.last
{	border-bottom:none;
}
.cms-block1 .block-desc
{	float:left; width:50%;
}
.cms-block1 h4
{	font-size:30px; color:#212f3f; text-align:left; margin-bottom:15px; display:block; font-weight:600;
}
.cms-block1 .block-image
{	float:right; width:47%; 
}
.cms-block1 .block-image img
{	max-width:100%;
}
.pagenation.cms-page
{	text-align:center; padding:0px;
}


/* ------------- cms page css ------------- */


/* ------------- register page css ------------- */
#register
{
}
#register .customer-details-inner
{	padding:0px 20%; border:none; background:none; position:relative;
}
#register .customer-details-inner .hello-msg
{	font-size:24px; color:#FFF; margin-bottom:10px; text-align:center;
}
#register .popup-contain h2.title
{	background:url(../images/register-title_bg.png) no-repeat right 5px;
}
.register-form .input-box
{	float:left; width:100%; clear:both; margin-bottom:15px;
}
.register-form .input-box .field
{	float:left; width:48.5%;
}
.register-form .input-box .field.last
{	float:right;
}
.register-form .input-box .field.pass-code
{	float:right; width:25%;
}
.register-form .input-box .text
{	width:100%; box-sizing:border-box;
}
.register-form .action
{	float:left; width:100%; margin-top:10px;
}
.register-form .action p
{	float:left; font-size:20px; color:#70b73f; padding-top:5px;
}
.register-form .action p a
{	color:#30a1dc;
}
.register-form .action .sign-up
{	background:#d8424d; border:1px solid #808285; font-size:20px; color:#FFF; text-align:center; line-height:31px; float:right;
	display:inline-block; padding-bottom:2px; min-width:150px;  text-transform:uppercase; vertical-align:top; font-weight:600;
}
.popup-contain .social-share
{	margin-top:40px; float:left; width:100%; clear:both;
}
.popup-contain .social-share h4
{	font-size:28px; color:#FFF; margin-bottom:10px; text-align:center; padding:12px 0px; margin-left:5%; margin-right:5%;
	border-top:2px solid #FFF; font-weight:normal;
}
.popup-contain .social-share ul li
{	display:inline-block; margin-bottom:40px ; width:48.5%;
}
.popup-contain .social-share ul li img
{	max-width:100%;
}
.verified
{	float:left; width:97%; clear:both; display:block; margin-top:40px;
}
.verified img
{	max-width:100%;
}
/* ------------- register page css ------------- */
/* ------------- my transfers page css ------------- */

#my-transfers
{	position:fixed; right:0px; top:0px; width:600px; height:100%; background-color:#222f3f;
}
#my-transfers .popup-contain h2.title
{	background:url(../images/my-transfer-title-bg.png) no-repeat right 0px; width:100%; box-sizing:border-box;
	line-height:73px; padding-bottom:0px;
}
#my-transfers .customer-details-form
{	border:none; padding:0px; background:none;
}
#my-transfers .popup-contain #close
{	right:auto; left:10px;
}
.search-tranfers
{	border:1px solid #FFF; float:right; width:50%; margin:15px 0px;
}
.search-tranfers .text
{	border:none; width:80%; font-size:20px; font-weight:normal; color:#FFF !important; background:none; border:none !important;
}
.search-tranfers .search-btn	
{	float:right; border:none; text-indent:-9999px; text-align:left; border-left:1px solid #FFF; 
	background:url(../images/search-icon.png) no-repeat center center;
	height:30px; width:48px; 
}
.date-filter
{	float:left; width:100%; clear:both; display:block;
}
.date-filter .from,
.date-filter .to
{	display:inline-block; margin-right:10px;
}
.date-filter .date
{	background:url(../images/search-date_bg.png) no-repeat 92% center;
    border: 1px solid #fff; display: inline-block; padding:0px; vertical-align:middle;
    width:147px;
}
.date-filter .date .hasDatepicker
{	width:100%; font-size:16px; border:none !important; background:none; color:#FFF !important;
}
.date-filter label
{	display:inline-block; vertical-align:middle; color:#FFf; font-size:20px; text-transform:capitalize; margin-right:5px;
}
.date-filter .view-list
{	background:#009396; border:1px solid #fff; font-size:20px; color:#FFF; text-align:center; line-height:31px; 
	display:inline-block; padding-bottom:2px; min-width:150px;  text-transform:uppercase; vertical-align:top; font-weight:300;
	float:right;
}
.tranfers-list
{	float:left; width:100%; clear:both; display:block; margin-top:15px;
}
.tranfers-list table
{	width:100%;
}
.tranfers-list table
{	border:2px solid #009396; background:#FFf; border-collapse:collapse;
} 
.tranfers-list table tr th
{	border-bottom:1px solid #66bec0; border-right:1px solid #009396; text-align:center; font-size:14px;
	color:#212f3f; padding:5px 10px; background:url(../images/shorting-aero_bg.png) no-repeat 98% center; font-weight:600;
}
.tranfers-list table tr td
{	color:#212f3f; padding:5px 10px; font-weight:normal; font-size:14px;  border-right:1px solid #009396; text-align:center;
}
.tranfers-list table tr td span
{	font-size:13px;
}
.tranfers-list table tr td span.pandding
{	color:#d8424d;
}
.tranfers-list table tr td span.paid
{	color:#6fb73f;
}
.download-options
{	clear:both; display:block; float:left; width:100%; text-align:center; margin-top:30px;
}
.download-options .pdf
{	display:inline-block; text-align:center; font-size:20px; color:#FFF; width:40%; vertical-align:middle;
}
.download-options .print
{	display:inline-block; text-align:center; font-size:20px; color:#FFF; width:40%; vertical-align:middle;
}
.download-options a
{	display:inline-block; color:#FFF;
}
.download-options img
{	display:block; margin:0 auto;
}
/* ------------- end my transfers page css ------------- */

/* login popup css */

#login
{	position:absolute; background-color:rgba(0,0,0,0.7); width:500px; top:40%; left:50%; margin-left:-250px;
}
#login .popup-contain h2.title
{	background:none; width:100%; margin-bottom:10px; box-sizing:border-box;
}
#login .customer-details-form
{	margin-top:10px;
}
#login .input-box .field
{	margin-bottom:7px;
}
#login .input-box .text
{	width:100%;
}
#login .action .login-btn
{	background:#70b73f; border:1px solid #808285; font-size:20px; color:#FFF; text-align:center; line-height:31px;
	display:inline-block; padding-bottom:2px; min-width:150px; text-transform:uppercase; vertical-align:top; font-weight:normal;
}
#login .customer-details-form
{	padding-bottom:50px; position:relative;
}
#login .help
{	bottom:10px; right:10px;
}
/* end login popup css */
/* -------------------- end inner page css start -------------------- */
.footer-bottom-part
{	background:#000; float:left; width:100%; clear:both; display:block; padding:25px 0px;
}
.footer-bottom-part h5
{	font-size:22px; text-transform:uppercase; margin-bottom:20px; font-weight:normal; 
}
.footer-bottom-part p
{	font-size:13px; color:#FFF;
}
.footer-bottom-part .copy-right
{	font-size:14px; display:block; margin-top:20px;
}
.share-this .share-left p {
    color: #fff;
    display: inline-block;
    font-size:18px;
    font-style: italic;
    font-weight: 300;
    line-height: 26px;
    margin-left: 15px;
    padding: 10px 0;
    vertical-align: middle;
}
#magage-benificial-dialog,
#my-profile,
#login-page,
#signup-page
{	background:#222f3f;
}
#magage-benificial-dialog .customer-details-form,
#my-profile .customer-details-form,
#login-page .customer-details-form,
#signup-page .customer-details-form
{	background:none; border:none; margin-top:0px;
}
.page-contain .page-title.benificial h1
{	background:url(../images/manage-benificial-icon-black.png) no-repeat right 0px; padding-bottom:20px;
}
.page-contain .page-title.profile h1
{	background:url(../images/my-profile-title_bg-black.png) no-repeat right 0px;	
	font-family: Roboto Medium, sans-serif;
    font-weight: normal; font-size:30px;    margin-top: 0;
	
}
.all-inner-page .my-info
{	display:block; margin-top:15px;  font-size:22px;
}
.all-inner-page .my-info span
{	background:#d8424d; line-height:40px; font-size:20px; padding:0px 10px; display:inline-block; margin-left:15px;
	border-radius:20px; color:#FFF;
}
#customer-fillup-form .date #datepicker
{	width:100%; border:none;
}
#login-page
{	float:right; width:800px;
}
.security-note
{	border:2px solid #b1b0ae; width:280px; margin-left:10px; padding:10px; float:right;opacity:0;
transition:1s;-moz-transition:1s;-webkit-transition:1s;
}
.security-note.show{opacity:1;}
.security-note img	
{	 display:block; margin:0px auto;height: 179px;
}
.security-note h4
{	text-transform:uppercase; color:#222f3f; font-size:18px; font-weight:normal; margin-bottom:30px;
	text-align:center;
}
.security-note p
{	font-size:16px; font-weight:bold; color:#222f3f; margin-bottom:20px;
}
.security-note p strong
{	color:#6db844; 
}
.security-note ul
{	display:block; padding-left:10px;
}
.security-note ul li
{	font-size:14px; color:#222f3f; list-style-type:disc; margin-bottom:15px; line-height:normal;
}
#login-page .popup-contain,
#signup-page .popup-contain
{	color:#222f3f; padding:0px;
}
#login-page .hello-msg,
#signup-page .hello-msg
{	font-size:32px; margin-top:45px; margin-bottom:30px; text-align:center;
}
.page-title.login h1
{	background:url(../images/login-icon-black.png) no-repeat right 0px;
}
.login-form
{	padding:0px 5%; margin-bottom:30px;
}
.login-form .social-share
{	float:none;
}
.login-form .social-share h4
{	color:#222f3f; text-align:center;
}	
.login-form .input-box
{	float:left; width:100%; clear:both; margin-bottom:7px;
}
.login-form .input-box .field
{	float:left; width:48.5%; margin-bottom:10px;
}
.login-form .input-box .field.last
{	float:right;
}
.login-form .input-box .field .text
{	width:100%; box-sizing:border-box;
}
.loginlogin input.text{padding: 7px 10px!important;}
.login-form p
{	color:#30a1dc; font-size:14px; padding-left:15px;
}
.login-form .action
{	text-align:center; margin-top:20px;
}
.login-form .action .login-btn
{	background: #d8424d none repeat scroll 0 0;
    border: 1px solid #808285;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    line-height: 31px;
    min-width: 180px;
    padding-bottom: 2px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: top;
}
.login-form .action span
{	display:block; text-align:center; color:#70b73f; margin-top:10px;
}
.login-form .action span a
{	color:#30a1dc;
}
#login-page .popup-contain .help,
#signup-page .popup-contain .help
{	bottom:20px; right:20px;
}
#signup-page
{	margin:0 auto; width:800px;
}
.page-title.signup h1
{	background:url(../images/sign-us--icon.png) no-repeat right top; 
}
#signup-page .login-form .input-box .password-process
{	font-size:11px; color:#b1b0ae;
}
#signup-page .login-form .input-box .password-process span
{	 border:1px solid #989898; width:100%; border-radius:6px; display:block;
}
#signup-page .login-form .input-box .password-process span strong
{	height:10px; background:#d8424d; border:1px solid #adadad; border-radius:6px; width:40%; display:block;
}
#signup-page .login-form .input-box .field.capcha
{	position:relative; text-align:center;
}
#signup-page .login-form .input-box .field.capcha.g-recaptcha{text-align:center;}
#signup-page .login-form .input-box .field.capcha img
{	margin:0 auto; display:block;
}
#signup-page .login-form .action	
{	clear:both;
}
#signup-page .login-form .secury
{	margin:0 auto; display:block;
}
/*send money css */
.page-title.send-money
{	width:auto; float:none;
}	
.page-title.send-money h1
{	background:url(../images/send-money-title_bg.png) no-repeat right center; 
}

#send-money
{	clear:both; display:block;
}
#send-money .popup-contain
{	padding:0px;
}
#send-money .popup-contain .customer-details-form
{	background:#222f3f; border:none; padding:0px; float:left; width:100%;
}
.tab-left
{	box-sizing:border-box; width:74%; position:relative; float:left; padding:15px; border:2px solid #b1b0ae; background:#FFF;
}
.tab-right
{	padding:0px; padding-top:15px; padding-bottom:30px; float:right; box-sizing:border-box; border:2px solid #b1b0ae; background:#FFF; width:25%; position:relative;
}
.tab-left .setp-2
{	margin-bottom:25px;
} 
.tab-left .setp-2 h5
{	font-size:18px; font-weight:600; color:#222f3f; display:block; text-align:center; text-transform:uppercase; 
}

.tab-left .process1,
.tab-left .process2
{	margin-bottom:25px; float:left; width:100%; clear:both;
}
.tab-left .process1 label, .tab-left .process2 label{ float:left; font-size:20px; color:#222f3f; }
.tab-left .process1 > ul{ float:right; width:60%; }
.tab-left .process1 label{ width:40%; }
.tab-left .process1 > ul > li span{ width:100%;    font-weight: 500; }
.tab-left .process1 > ul > li{	box-sizing:border-box; width:30%; display:inline-block; margin-right:3%;min-height:1px;}

.tab-left .process1 .custome-select{	 min-width:150px; }
.tab-left .process2{	float:left; width:100%;}
@media( min-width:768px ){
	.tab-left .process2 label.mart{margin-top: 35px;}
	.tab-left .processs1 label{margin-top: 102px;}
	.payment-details .process .input-box .send-box .text{margin-top: 15px;}
	.payment-details .process .input-box .aerow{margin-top: 17px;}
	.payment-details .process .input-box .resive-box{margin-top: 15px;}
}
.tab-left .process2 ul{	float:right; width:60%;}
.tab-left .process2 ul li{	box-sizing:border-box; width:30%; display:inline-block; margin-right:3%;}
.tab-left .process2 ul li span
{	margin:0 auto; width:75%; text-align:left; color:#222f3f; font-size:16px; display:block;
}
.tab-left .process2 ul li .client-photo
{	position:relative; margin:0 auto; display:block; width:75%;
}
.tab-left .process2 ul li .client-photo .edit
{	position:absolute; top:10px; right:10px; text-align:left; 
}
.tab-left .process2 ul li .client-photo .remove
{	position:absolute; bottom:10px; right:10px; text-align:left; 
	display:block; background:url(../images/inner-page-img/delete-icon.png) no-repeat center center; width:14px; height:15px;
	text-indent:-9999px; text-align:left; cursor:pointer;
}
.tab-left .process2 ul li:last-child
{	margin-right:0px;
}
.tab-left .process3 ul li span,
.tab-left .process4 ul li span
{	width:100%;  box-sizing:border-box;
}
.tab-left .process3 ul li span select
{	text-transform:none; color:#222f3f; 
}
.tab-right h5
{	margin:0px 5px;  color:#222f3f; display:block; text-transform:uppercase; border-bottom:2px solid #222f3f;
	padding-bottom:5px; margin-bottom:10px; font-weight: 600; font-size: 16px;
}
.tab-right table
{	width:100%; border-collapse:collapse;
}
.tab-right tr td
{	color:#222f3f; font-size:16px; padding:5px 3px; font-weight: 400;
}
.tab-right tr.total td
{	background:#222f3f; color:#FFF;
}
.tab-right tr td.right
{	text-align:right;
}
.tab-right tr td.amount-td
{	vertical-align:top;
}
.tab-right strong{font-weight:800;}
.tab-right .rate-table
{	width:100%;
}
.discount
{	position:absolute; bottom:-71px; width:100%; height:87px; color:#FFF; left:0px;
	background:url(../images/save-50_img.png) no-repeat top center;
}
.discount h5
{	display:block; text-align:center; font-size:25px; color:#FFF; padding-bottom:0px; border-bottom:none;margin-top:5px;
}
.discount h5 span
{	display:block; font-size:40px;
}
.actions
{	float:left; width:74%; text-align:right; padding:20px 0px 10px;
}

.actions label
{	font-size:18px; color:#FFF; vertical-align:middle; display:inline-block; margin-left:10px;margin-bottom:0px;
}
.actions a.next-s,
.actions a.prev-s
{	background:#70b73f; border:1px solid #808285;
    color:#fff;
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    line-height: 31px;
    min-width: 150px;
    padding-bottom:2px;
    text-align: center;
    text-transform:uppercase;
    vertical-align:top;
	margin-left:20px;
}
.actions a.prev-s
{	float:left; margin-left:0px; background:#d7424d;
}
.add-persion
{	border:1px solid #c9c9c9; width:1000px; position:absolute; margin-left:-500px; left:50%; top:50%; 
	background:#FFF; z-index:99;visibility:hidden;opacity:0;transition:0.5s;-moz-transition:0.5s;-webkit-transition:0.5s;
}
.add-persion.active{visibility:visible;opacity:1;}
.add-persion .contain
{	padding:0px 20%;
}
.add-persion #close
{	position:absolute; right:10px; top:10px; text-indent:-9999px; cursor:pointer; width:42px; height:42px;
	background:url(../images/close-bg.png) no-repeat center center; display:block;
}
.add-persion .closeit
{	position:absolute; right:10px; top:10px; text-indent:-9999px; cursor:pointer; width:42px; height:42px;
	background:url(../images/close-bg.png) no-repeat center center; display:block;
} 
.add-persion .contain .select-option
{ display:block; margin:40px 0 20px; text-align:center;
}
.add-persion .contain .select-option label{margin-right:30px;}
.add-persion .contain .select-option .custom-radio
{	display:inline-block; width:16px; height:16px; background:url(../images/inner-page-img/custome-radio-bg.png) no-repeat left bottom;
	position:relative; vertical-align:text-top; margin-right:5px; margin-top: 3px;
}
.add-persion .contain .select-option .custom-radio .radio
{	position:absolute; left:0px; top:0px; opacity:0; z-index:11; width:100%; height:100%; background:none; border:none;
}
.add-persion .contain .select-option .custom-radio.selected
{	background-position:left top;
}
.add-persion .contain .select-option span
{	display:inline-block; vertical-align:middle;
}
.add-persion .contain .select-option label
{	color:#222f3f; font-size:18px; display:inline-block; vertical-align:middle;
}
.add-persion .contain .select-option label.add-1-acc
{	margin-right:50px;
}
.add-persion h4
{	display:block; color:#222f3f; font-size:22px; margin:20px 0px; font-weight:normal; text-align:center;
}
.add-persion .select-benificial ul
{	height:284px; overflow-y:scroll;
}
.add-persion .select-benificial ul li
{	display:inline-block; border:2px solid #FFF;
}
.add-persion .select-benificial ul li
{	width:22%; margin-right:2%; text-align:center; font-size:16px; color:#222f3f; padding:5px; box-sizing:border-box;
}
.add-persion .select-benificial ul li img
{	max-width:100%;
}
.add-persion .select-benificial ul li.active
{	border-color:#d8424d;
}
.add-persion .select-benificial .action
{	text-align:center; margin:30px 0px;
}
.add-persion .select-benificial .action .add
{	background:#d8424d; border:1px solid #808285;
    color:#fff;
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    line-height: 31px;
    min-width: 150px;
    padding-bottom:2px;
    text-align: center;
    text-transform:uppercase;
}
.add-persion.add-persion-details .contain
{	padding:0px 2%;
}
.add-persion-details .payment-option .comment
{	width:100%; height:80px; border:1px solid #808285; font-size:15px;
}
.add-persion-details .action
{	float:left; width:100%; clear:both; margin:25px 0px; text-align:center;
}
.add-persion-details .action .terms
{	float:none; display:inline-block; vertical-align:middle; margin-top:0px;  width:auto;
}
.add-persion-details .action .submit
{	margin-top:0px; display:inline-block; vertical-align:middle; width:auto; float:none; margin-left:20px;
}
.add-persion-details .action .submit .submit
{	min-width:170px;
}
/*end send money css */
/* thanks step */
#thank-you .popup-contain
{	padding:0px;
}
#thank-you .customer-details-form
{	background:#222f3f; padding:10px;
}
.thanks-contain
{	padding-top:50px; color:#222f3f; text-align:center; position:relative;
}
.thanks-contain .saving
{	background:url(../images/save-bg.png) no-repeat right top; color:#FFF; position:absolute; right:-1px; top:-1px;
	width:258px; height:222px; padding:20px 20px 20px 40px; box-sizing:border-box;
}
.thanks-contain .saving .price
{	font-size:40px; display:block; font-weight:600; text-align:right;
}
.thanks-contain h2
{	font-size:48px; color:#70b73f; text-align:center; font-weight:500;
}
.thanks-contain p
{	font-size:26px;
}
.thanks-contain ul
{	margin:30px auto; width:80%;
}
.thanks-contain ul li
{	display:inline-block; width:32%; vertical-align:top; text-align:left;
}
.thanks-contain ul li h3
{	font-size:22px; margin:0px; padding:0px; border:none; margin-top:20px;
}
.thanks-contain ul li p
{	font-size:20px; color:#808285;
}
.thanks-contain ul li p span.price
{	color:#91b73f; font-size:24px; font-weight:bold;
}
.thanks-contain ul li img
{	float:left;
}
.thanks-contain .terms
{	width:35%; margin:0 auto; text-align:center; float:none; padding:20px 0px; color:#222f3f;
}
.thanks-contain .terms p
{	font-size:14px; color:#222f3f;
}
.thanks-contain .terms p a
{	color:#30a1dc;
}
.thanks-contain .action
{	text-align:center; padding:25px 0px;
}
.thanks-contain .action .back-btn
{	background:#70b73f; border:1px solid #808285;
    color:#fff;
    display: inline-block;
    font-size: 24px;
    font-weight: 600;
    line-height: 31px;
    min-width:300px;
	padding-top:5px;
    padding-bottom:7px;
    text-align: center;
    text-transform:uppercase;
}
/* end css thanks step */
/* payment details css */
.payment-details .process1
{	text-align:right;
}
.payment-details .process1 .custome-select
{	float:none;
}
.payment-details .process1
{	font-size:16px; color:#222f3f;
}
.payment-details .process1 .resive-label
{	margin-left:10px;
}
.payment-details .process
{	float:left; width:100%;
}
.payment-details .process label
{	color:#222f3f; float:left; font-size: 20px;
}
.payment-details .process .input-box
{	float:right; width:60%; margin-bottom:15px;
}
.payment-details .process .input-box .send-box
{	float:left; width:50%;
}
.payment-details .process .input-box .send-box .text
{	float:left; margin-left:5px; width:62%;
}
.payment-details .process .input-box .resive-box
{	float:right; width:34%;
}
.payment-details .process .input-box .resive-box .text
{	width:100%;
}
.payment-details .process .input-box .aerow
{	width:39px; height:31px; background:url(../images/aerrow-icon.png) no-repeat center center; float:left;
	display:block; float:left; margin-left:3%;
}
.payment-details .process .input-box .photo
{	float:left; width:auto; position:relative;
}
.payment-details .process .input-box .photo span
{	position:absolute; bottom:0px; background-color:rgba(255,255,255,0.5); width:100%; display:block;
	line-height:26px; text-align:center; font-size:14px;
}
.payment-details .process .input-box .field
{	float:left; margin-right:15px;
}
.payment-details .process .input-box .field .custom-radio
{	display:inline-block; width:16px; height:16px; background:url(../images/inner-page-img/custome-radio-bg.png) no-repeat left bottom;
	position:relative; vertical-align:middle; margin-right:5px;
}
.payment-details .process .input-box .field .custom-radio .radio
{	position:absolute; left:0px; top:0px; opacity:0; z-index:11; width:100%; height:100%; background:none; border:none;
}
.payment-details .process .input-box .field .custom-radio.selected
{	background-position:left top;
}
.payment-details .process .input-box .field label
{	float:none; display:inline-block; font-size:14px; width:auto; 
}
.payment-details .process.coupan-code
{	margin-top:10px;
}
.payment-details .process.coupan-code .text
{	width:77%; vertical-align:middle;
}
.payment-details .process.coupan-code .red-btn
{	background:#30a1dc; border:1px solid #808285; color:#fff;
    display: inline-block; font-size:20px; font-weight: 600; line-height: 31px;
    padding:0px 15px 2px 15px; text-align: center;
    text-transform:uppercase; vertical-align:middle;
}
#send-money-tab.payment-details .ui-tabs-panel
{	margin-bottom:0px;
}
/* end payment details css */
.selectbox
{	width:100%;
}
.selectbox .dropdown
{	top:20px !important;
}
.selectbox .select
{	width:100%;
}
.selectbox .dropdown ul
{	background:#FFF; list-style-type:none; padding:0px; display:block;
	border-radius: 2px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
    margin: 5px 1px 8px;
    padding: 4px 0;
    text-align: left;
    top: auto;
}
.selectbox .dropdown ul li
{	line-height:24px; color:#000;
}
.selectbox .dropdown ul::before {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent transparent #f5f5f5;
    border-image: none;
    border-style: solid;
    border-width: 5px 5px 4px;
    content: "";
    left: 9px;
    position: absolute;
    top: -4px;
}
.title-box
{	position:absolute; top:50%; width:50%; padding:15px; border:5px solid #222f3f; background:#FFF;
	left:50%; margin-left:-250px; z-index:99;
}
.title-box .close-title
{	position:absolute; right:10px; top:10px; text-indent:-9999px; cursor:pointer; width:42px; height:42px;
	background:url(../images/close-bg.png) no-repeat center center; display:block;
}
#my-profile { width:auto;background:none;border:10px solid #222f3f; }
#my-profile .popup-contain { padding:0; }
.uplds {
	position: absolute;
    bottom: 0;
    width: 100%;
    /* margin-left: 24px; */
    height: 34px;
    background: rgba(0,0,0,0.8);
    color: #fff;  padding-top: 6px;
    text-align: center;
}
.my-sf-add p {
	color:#222f3f;
}
.rght-pull {
	float:right;
}
.pull-right {
	float:right;
}
.lft-pad { padding-left:4px; }
.other-details label {
	color:#222f3f;
}
.email-notification p {
	color:#222f3f;
}
#my-profile .bank-details {
	border:none;
	padding:5px 0;
}
.cf { width:100%; }
.cf .custome-select {
	width:60% !important;
	float:right !important;
}
.cf label {
	width:30% !important;
	float:left !important;
	line-height:38px;
}
.cf .custome-select1 {
	width:18% !important;
	float:right !important;
	border:2px solid #aaacae;
	margin-top:5px;

	
}
.cf .custome-select2 {
	width:18% !important;
	float:right !important;
	border:2px solid #aaacae;
	margin-top:5px;
	margin-right:2%;
	
}

.cf .custome-select3 {
	width:20% !important;
	float:right !important;
	border:2px solid #aaacae;
	margin-top:5px;
	margin-right:2%
	
}

#my-profile .popup-contain .basic-details {
	margin-bottom:5px;
	padding-bottom:0px;
}
#B0AFAF
#my-profile .other-details {
	padding:0;
}
.xd {
	width:100% !important;
	float:left;
	padding-left:0 !important;
}
#my-profile .email-notification {
	width:100% !important;
}
#my-profile .email-notification p {
	width:auto !important;
	float:left !important;
	font-size:20px;
}
#my-profile .email-notification span {
	
	float:right !important;
}
.bttoom-part {
	width: 100%;
    background: #222f3f;
    padding: 0 0px;
    float: left;
    margin: 0 0 0 0;
}
.bttoom-part .update-info {
	width:30%;
	float:left;
}
.bttoom-part .submit-form {
	width:50%;
	float:right;
	margin:15px 0 5px;
}
#my-profile .customer-details-inner {
	padding-bottom:0;
}
#my-profile .back_pay_bill {
	background:#fff;    border: 2px solid #b1b0ae;
}

.mid {
	width:800px;
	margin:0 auto; 

}
#my-profile h1 {
	color:#01293f;
	text-align:center;
}

.top-radio {
	width:100%;
	color:#000;
	text-align:center;
	border-bottom:1px solid #ccc;
	padding-bottom:20px;
	margin-top:15px;
	margin-bottom:15px;
}
.top-radio .rd {
	width:22%;
	display:inline-block;
	margin-right:20px;
}
.top-radio .rd1 {
	width:22%;
	display:inline-block;
}
.cid { width:auto;padding-bottom:56px; }
.top-radio input { 
float:left;
margin:6px 0 0 0;
}
.bill_cl_pay {
	margin-top:25px;
	float:left;
	border:none;
}
#tabs-2 { margin:0 !important; padding:0 !important; }
.cl_payngl { margin-bottom:10px; }
.thak-you-cl {
	background:#fff url(../images/right.png) no-repeat top right;
	width:100%;	
	height:auto; 
	float:left;
	position:relative;
	}
	  
	.thak-you-cl2 {
		background-size:160px; 
	}
	.thak-you-cl2 .right-saving p {
		color:#fff;
		font-size:18px;
	}
	.thak-you-cl2 .right-saving span {
		font-size:20px;
		color:#fff;
	}
.thak-you-cl h1 {
	color:#70b73f !important;
	margin-top:70px;
}
.right-saving { 
  position:absolute;
  top:0;
  right:20px;
}
.right-saving p {
	font-size:35px;
}
.right-saving span {
	font-size:40px;
	font-weight:bold;
}
.title-box1 .my-info1 { font-size:20px;float:left; }
.title-box1 span { float:left;background:#d8424d;
color:#fff;
font-size:15px;padding:10px 20px;border-radius:20px;margin-left:20px; }
.hi-margin { margin:0; }
.text-center .save {   
    background: #6fb73f;
    border: 1px solid #808285;
    display: inline-block;
    text-align: center;
    padding: 5px 50px;
    line-height: 24px;
    font-size: 18px;
    color: #FFF;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
	
}
.fgh {
	margin-top:20px;
	float:left;
	
}
.thak-you-cl h4 {
	color:#222f3f !important;
}
.aq { margin-top:30px; }
.aq p {
	color:#6fb73f;
	font-size:22px;
}
.aq p span {
	color:#222f3f;
}
p.blc {
	color:#222f3f;
}
.qw { float:left;margin-top:50px; }
.qw p { color:#222f3f;font-size:15px; }
.cl_payngl input { border:1px solid #222f3f; border-radius:0; }
.cl_payngl label { color:#000;font-size:18px;text-align:left;}
.ck_edit label { color:#b1b0ae;font-size:18px;text-align:left;}
.ck_edit input { border:1px solid #b1b0ae; border-radius:0; }
p.rd-err { color:#d8424d;text-align:left; }
label.cl_err { color:#d8424d; font-size:18px; }
.term { margin-right:20px; }
.cl_payngl p a { color:#d8424d; }
.onlt-txt p { color:#222f3f;font-size:15px; }
.bill_cl_pay .rd {
	font-size:18px;
	width:auto;
}
.bill_cl_pay .rd1 {
	font-size:18px;
	width:auto;
}
.mid-cnt {
	width:100%;
}
  .mid-cnt p {
	  color:#000;
	  padding-bottom:15px;
  }
  .main-scrl {
	  width:100%;
  }
  .cb label {
	  float:left;
  }
  .cls {
	
	  width:40% !important;
	  margin-right:20px;
	  float:left;
  }
  a.as  {
	  float:left;
	  width:17%;
	  background:#212f3f;
	  border:2px solid #808285;
	  text-align:center;
	  color:#fff;
	  padding:3px 0;
  }
  .date-mnc {
	  width:100%;
	  display:inline-block;
  }
  
  .date-mnc1 {
	  width:100%;
	  display:inline-block;
  }
  .date-mnc .input-box .date {
	  float:left;
	  width:59%;
  }
   .date-mnc .input-box {
	   margin-top:10px;
	   float:right;
	   width:61%;
   }
  .date-mnc .input-box label {
	  float:left;
  }
  .date-mnc .input-box span input {
	  background: url(../images/inner-page-img/date-box_bg.png) no-repeat 92% center;
  }
  .rating-main span {
	  width:100%;
	  float:left;
	  color:#fff;
  }
  .rating-main {
	  float:left;
	  width:71%;
	  margin-bottom:8px;
	  text-align:center;
  }
   .rating-main .rating {
	   display:inline-block;
   }
   .rating-main .rating i {
   color:#f4e601;
   }
 
  .pad-jcl { padding:0; }
  .pad-jcl .right-saving {
	right: 5px;
    line-height: 23px;
    top: 7px;
  }
  .stp_2_cl h2 { color:#222f3f; }
  .cd-pad { padding-left:40px; }
  .cd-pad label {
	  font-size:16px;
	  color:#989898;
	  font-weight:normal;
  }
  .cd-pad input, .cd-pad select { border:1px solid #808285; border-radius:0; }
  input.za { padding:0 0 0 5px; }
  
  .checkbox input {
	  border:1px solid #000;
	  border-radius:0;
  }
  span.sy-bc label {
	font-size: 14px !important;
    font-weight: normal !important;
    width: 80%;
    text-align: left;
    line-height: 16px;
	float:left;
	margin-left:8px;
	color:#989898;
}
.sy-bc .custom-checkbox {
	float:left;
}
  .add-main-bt .sss { float:left;width:auto;color:#989898;font-size:14px;line-height:30px; }
  .add-main-bt .sss1 { float:left;width:13%;margin-left:8px; }
  .add-main-bt a.clr-add { background:#30a1dc;border:2px solid #808285; padding:5px 10px; color:#fff; }
  .sss1 input { width:100%; }
  .add-main-bt .sss2 { float:left; margin:8px 0 0 10px; }
  .tols-al a {
	  border:2px solid #808285;
	  color:#fff;
	  text-align:center;
	  font-size:18px;
	  background:#70b73f;
	  width:100%;
	  padding:4% 10%;
	  margin-top:40px;
	  float:left;
  }
   .tols-al a:hover {
	   text-decoration:none;
   }
   .backks { float:left; }
   .backks a { background:#d8424d !important; color:#fff; }
   .backks a:hover { text-decoration:none; }
   .tols-al img {margin-top:40px; }
   .list-cp span { text-align:left;font-size:18px;float:left; }
   .list-cp select, .list-cp input {border:1px solid #000; border-radius:0; }
   .dypx { float:left;margin-top:25px; }
   .syn-clr i { color:#30a1dc;font-size:25px; }
   .dzsd { margin-left:37px; }
   .erf-crf p { color:#d8424d; font-size:12px;text-align:left; }
   .erf-crf span { width:100%;text-align:left;}
   .list-cp .radio-inline { font-size:15px; color:#000; }
   .clr-vlb a { color:#fff;width:100%;font-size:18px; }
   .clr-vlb {  background:#30a1dc !important;padding:6px 0; }
   .main-top-div { margin-top:97px; }
   .cl_payngl ul { list-style:none; text-align:left; }
    ul.dfnc { width:100%;list-style:none;color:#222; }
   .btnxd { width:100%;border:1px solid #000; }
    ul.dfnc li { padding:5px; border:1px solid #000; }
	
	.dre .ddcommon { width:100% !important; }
	.dre .custome-select { width:100%; }
	input.my-icon { background:url(../images/icon-flg.png) left no-repeat;background-position-x:10px;padding:0 0 0 37px; }
	.tab-left .process1 .dre.custome-select { min-width:210px; }
	ul.secty { margin:0;list-style:none;  }
	ul.secty li { margin-right:10px;display:inline-block; }
	
	
.contactpill1, .contactpill2, .contactpill3{min-height:209px;}
.contactpill1{background:#d8424d;}
.contactpill2{background:#212f3f;}
.contactpill1 .description, .contactpill2 .description, .contactpill3   .description{background:none!important;}
.custome-dasbord .icn{
    font-size: 60px;
    position: absolute;
    left: 20px;
    top: 20px;
    color: #fff;
}

.custome-dasbord .icn img{min-height:auto;height:65px;}	
.custome-dasbord .txtcar .carousel-inner{min-height:100%;}
.custome-dasbord .txtcar .carousel-inner .item{position:absolute;min-height:100%;min-width:100%;}
.custome-dasbord .linkmask{position:absolute;left:0;top:0;right:0;bottom:0;}
/* commonmodal */
.commonmodal
{	position:absolute; left:50%; top:30px; width:1100px; height:auto; background-color:rgba(0,0,0,0.6); 
	margin-left:-550px; margin-top:0px; border:1px solid #26a3a6; z-index:99; 
}
.commonmodal .terms
{	padding:20px 0px; text-align:center; width:100%;
}
.commonmodal .customer-details-inner
{   border:none; background:none; position:relative;
}
.commonmodal .customer-details-inner .account-spec,
.commonmodal .customer-details-inner .persinoal-details
{	float:left; width:60%; padding:20px 2%;  box-sizing:border-box; border:1px solid #c9c9c9; background:#FFF;
}
.commonmodal .customer-details-inner .persinoal-details
{	margin-top:10px;
}
.commonmodal .customer-details-inner .accout-details
{   float:right; width:39%; padding:20px 2%;  box-sizing:border-box; border:1px solid #c9c9c9; background:#FFF;
}

/* .modalContent */
.close{opacity:1;}
.modalContent{padding:15px; background:#000;}
.modalContent .row{margin-left:-5px;margin-right:-5px;}
.modalContent .row > div{padding-left:5px;padding-right:5px;}
.modalContent .bgwhite{background:#fff;padding:20px 20px;color:#212f3f;}
.modalContent h3 {
    color: #222f3f;
    font-size: 24px;
    padding-bottom: 5px;
    border-bottom: 1px solid #01293f;
    margin-bottom: 15px;
    font-weight: normal;
}
.modalContent select{ border: 1px solid #808285; padding: 5px 10px;}
.modalContent select{-moz-appearance: auto;    -webkit-appearance: auto;    appearance: none;}
.modalContent .single{margin-bottom:10px;}
.modalContent .marl{margin-left:10%;}
.modalContent textarea{width:100%; height: 100px;padding:5px 10px; border: 1px solid #808285;}
.modalContent input[type="text"], .modalContent input[type="email"]{border: 1px solid #808285; width:100%;font-size:16px;padding:6px 10px;}
.modalContent .chatinn{    text-align: right; color: #6fb73f;}
.modalContent .chatinn a{ color: #6fb73f;}
.modalContent .bluebtn {
    min-width: 180px;    text-align: center;    background: #30a1dc;    border: 1px solid #808285;
    font-size: 18px;    color: #FFF;	line-height:1; padding: 8px 15px; display:inline-block;
}
.modalContent .bottext{text-align:center;margin-top:10px;}
.modalContent .bottext a{color: #6fb73f;}

.paymodal .modal-content{background-color: rgba(0,0,0,1);border-radius:0;}
.paymodal .modal-header{border-bottom:0; padding-bottom:0;}
.paymodal .modal-header h4.modal-title{
    font-size: 33px;
    color: #ffffff;
    padding: 5px 0px;
    padding-bottom: 15px;
    border-bottom: 3px solid #FFF;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 36px;
    display: inline-block;
    padding-right: 80px;
    min-width: 33%;
}
#emailModal .modal-header h4.modal-title{background: url(../images/Email.png) no-repeat right center;background-size:auto 35px;}
#phoneModal .modal-header h4.modal-title{background: url(../images/Phone.png) no-repeat right center;background-size:auto 35px;}
.paymodal .modal-header .close {
    text-indent: -9999px;
    width: 42px;
    height: 42px;
    background: url(../images/inner-page-img/close_btn.png) no-repeat center center;
    display: block;
	position:absolute;
	top:15px;right:15px;
}
	
@media (min-width: 1200px){
	.paymodal .modal-dialog {
		width: 750px;
		margin: 30px auto;
	}
	.paymodal .modal-dialog.modal-lg {
		width: 1100px;
	}
	
}
	
.signinBtn {
    position: relative;    padding: 8px 15px;    font-weight: bold;    display: inline-block;
    min-width: 180px;    font-size: 18px;    height: 43px;    text-align: center;
    border: 1px solid blue;    border-radius: 5px; text-decoration:none; cursor:pointer;
}	
.signinBtn img{position:absolute;z-index:0;right:5px;top:5px;}	

	
	
/* Bootstrap vertical carousel */	
.carousel-inner.vertical {
  height: 100%;
}
.carousel-inner.vertical > .item {
  -webkit-transition: .6s ease-in-out top;
  -o-transition: .6s ease-in-out top;
  transition: .6s ease-in-out top;
}
@media all and (transform-3d),
(-webkit-transform-3d) {
  .carousel-inner.vertical > .item {
    -webkit-transition: -webkit-transform 1.5s ease-in-out;
    -o-transition: -o-transform 1.5s ease-in-out;
    transition: transform 1.5s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
  }
  .carousel-inner.vertical > .item.next,
  .carousel-inner.vertical > .item.active.right {
    top: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  .carousel-inner.vertical > .item.prev,
  .carousel-inner.vertical > .item.active.left {
    top: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  .carousel-inner.vertical > .item.next.left,
  .carousel-inner.vertical > .item.prev.right,
  .carousel-inner.vertical > .item.active {
    top: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.carousel-inner.vertical > .active {
  top: 0;
}
.carousel-inner.vertical > .next,
.carousel-inner.vertical > .prev {
  top: 0;
  height: 100%;
  width: auto;
}
.carousel-inner.vertical > .next {
  left: 0;
  top: 100%;
}
.carousel-inner.vertical > .prev {
  left: 0;
  top: -100%
}
.carousel-inner.vertical > .next.left,
.carousel-inner.vertical > .prev.right {
  top: 0;
}
.carousel-inner.vertical > .active.left {
  left: 0;
  top: -100%;
}
.carousel-inner.vertical > .active.right {
  left: 0;
  top: 100%;
}
	
.iccn{position:absolute;left:15px;top:15px;min-height:0px!important;height:30px;}	 

/* carousel fade effect */
.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
          transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}

/*.carousel-inner>.item{
	-webkit-transition: 3s ease-in-out left;
       -o-transition: 3s ease-in-out left;
          transition: 3s ease-in-out left;
}
*/
/* slides css */
.custome-dasbord .verysmooth .item{height: 209px;background-size: cover!important;}

/* payangel modal 2 */
.paymodal2 .modal-content{background-color: rgba(0,0,0,0.6);}
.paymodal2 .modalContent{ border-radius: 10px;padding:2px;}
.paymodal2 .modal-header{border-bottom:0; padding-bottom:0;}
.paymodal2 .modalContent .bgwhite{border-radius: 10px;}
.paymodal2 .modal-body{padding-top:0;}
.paymodal2 .modalContent h3 {border-bottom:0;font-size:30px;}
.paymodal2 .modal-header h4.modal-title{
    font-size: 20px;
    color: #ffffff;
    padding: 0px!important; 
    padding-bottom: 18px;
    border-bottom: 0px solid #FFF; 
    text-transform: normal;
    font-weight: 500;
    line-height: 1;
    display: inline-block;
    min-width: 33%;
	margin-top:20px;margin-bottom:2px;
}
.paymodal2 .modalContent .single{font-size:20px;}
.paymodal2 .modal-header .close {
    text-indent: -9999px;
    width: 42px;
    height: 42px;
    background: url(../images/inner-page-img/close_btn.png) no-repeat center center;
    display: block;
	position:absolute;
	top:15px;right:15px;
}
	
@media (min-width: 1200px){
	.paymodal2 .modal-dialog {
		width: 750px;
		margin: 30px auto;
	}
	.paymodal2 .modal-dialog.modal-lg {
		width: 1100px;
	}
	
}
 
.bottom-info{color:red;font-size:14px;padding:10px 0;}

.login-form.pscss{text-align:center;}
.login-form.pscss .input-box{float:none;}
.login-form.pscss .input-box .boxx{width:300px;display:inline-block;}

.login-form.pscss .input-box .lble, .login-form .lble{margin-bottom:4px;text-align:left;font-weight:bold;font-size:14px;box-sizing:border-box;-moz-box-sizing:border-box;}
.login-form.pscss .input-box .field{width:100%;margin-bottom:15px;float:left;}
.login-form.pscss .inputerror{position:relative;}
@media(max-width:768px){
	
	.login-form.pscss .input-box .boxx{width:auto;display:block;}
}

.status_sections{ padding: 0 30px; text-align: center; margin-bottom: 20px; font-weight: normal;color: red; }
.status_sections h4{font-weight:normal;}

/* eorror css */
.js_error {
    color: #d50000;    font-size: 13px;    font-style: normal;    width: 100%;
    text-align: left;    display: block;    padding-left: 21px;    margin-top: 5px;
    box-sizing: border-box;
    background: url('../images/erroricon.png') no-repeat 0px -1px;
}

/* Validation */

.inputerror input{border:2px solid #d50000 !important;}
.inputsuccess input{border:2px solid #008329 !important;}
 
.inputerror,.inputsuccess{position:relative!important;}
//.inputerror::after{content:'';background:url('../images/cross.png');}
//.inputsuccess::after{content:'';background:url('../images/tick.png');}
.inputerror::after, .inputsuccess::after{
	position:absolute;top:5px;right:5px;height:25px;width:26px;
}

/* cust1 */
.cust1{color:#222f3f;}
.single{color:#222f3f;font-size:20px;margin-bottom:5px;}
.single .ttle{color:#222f3f;font-size:18px;}
.single .txtinput{position:relative;}
.single .txtinput::after{position:absolute;content:'';display:block;left:0;top:0;right:0;bottom:0;z-index:1;}

.single .txtinput input{border:0;border:1px solid transparent;width: 100%;padding: 7px 7px;padding-right:25px;font-size: 16px;
    font-weight: normal;
}
.single .txtinput.editMode{}
.single .txtinput.editMode::after{display:none;}
.single .txtinput.editMode input{border:1px solid #999;}
.txtinput .edit{background: url(../images/inner-page-img/my-profile-edit.png) no-repeat center center!important;
    height: 20px;    width: 20px;    position: absolute;    z-index: 111;    right: 5px;top:7px;
} 
label{font-weight:normal;}



.welcomeModal .modal-body{padding:0;}
.welcomeModal .modalContent{background:#fff;color:#000;-webkit-box-shadow: 0px 1px 10px 2px #ccc;
    -moz-box-shadow: 0px 1px 10px 2px #ccc;
    box-shadow: 0px 1px 10px 2px #ccc;
    border: 2px solid #000;
    text-align: center;}

.btn-green, .btn-green:hover{background:#59ab2a;color:#fff;padding:8px 10px;border-radius:0;text-decoration:none;}
.page-title.login{margin-bottom: 30px;}

/* Send Money CSS by Puneet */
.all-inner-page  .info-text{margin-bottom: 15px;font-size: 16px;}
.tab-right .discount{visibility:hidden;opacity:0;transition:0.5s;-moz-transition:0.5s;-webkit-transition:0.5s;}
.tab-right:hover .discount{visibility:visible;opacity:1;}

.custome-select select{-webkit-appearance:none;-moz--webkit-appearance:none;appearance:none;}

/* red button */
.red-btn{
    display:inline-block;   cursor:pointer;
	position:relative; -webkit-touch-callout: none;    -webkit-user-select: none;    -khtml-user-select: none;
    -moz-user-select: none;    -ms-user-select: none;    user-select: none;
}
.red-btn input{position:absolute;left:15px;top:9px;z-index:1;}
.red-btn input[type="radio"]+ span{
    display:block;position:relative;  padding: 10px 20px 10px 35px; border-radius: 20px; 
	left:0;top:0;right:0;bottom:0;border-radius:20px; 
}
.red-btn input[type="radio"]:checked + span{
    display:block;position:relative;background: #d8424d;  color: #fff;  padding: 10px 20px 10px 35px; border-radius: 20px; 
	left:0;top:0;right:0;bottom:0;border-radius:20px;
}


.totalsavings{position:absolute;display:block;width:165px;height:142px;background:url('../images/offf.png');top:0;right:0;
	padding: 15px 0 0 70px;color: #fff;
}
.totalsavings .smalltxt{font-size:13px;}
.totalsavings .euros{ font-size: 30px; font-weight: 500; letter-spacing: -1px; font-family: 'Roboto Condensed', sans-serif;} 
.tab-left.payment-details .inside-content{ max-width: 675px; margin: 0 auto; min-height: 315px; color:#989898; }

.inside-content .single .label-top{  margin-bottom: 3px;  font-size: 13px;    font-weight: 500;    color: #989898;    padding-left: 7px;}
.inside-content .single input{font-size: 18px;    color: #212f3f;    font-weight: normal;    padding: 4px;    border: 1px solid #808285;    box-shadow: inset 0 0 1px #808285;    width: 100%;	}
.single .custome-select {
    border: 1px solid #808285;
    display: inline-block;
    text-align: left;
    background: url(../images/select-aero.png) no-repeat 93% center;
    vertical-align: middle;
    width: 100%;
    box-shadow: inset 0 0 1px #808285;
}
.single .custome-select select{padding: 3px 1px;padding-right:20px;font-size:18px;}
.inside-content .greendiv{margin-bottom:20px;margin-top: 20px;box-shadow: inset 0 0 1px #000;background:#70b73f;color:#fff;font-weight:bold;padding:15px;border:1px solid #324a3f;text-align:center;font-size:26px;}
.inside-content .single.txt {
    color:#989898;     font-size: 13px;    margin-bottom: 5px;    font-weight: 500;
}
.inside-content .donnate{margin-top:3px;width: 50px!important;    padding: 1px 5px!important;  vertical-align: text-top;  color: #30a1dc!important;    text-align: center!important;}
.inside-content .addsubm{margin-top:3px;border: 1px solid #808285;    box-shadow: inset 0 0 1px #808285;
    background: #30a1dc;    color: #fff;    padding: 1px 5px;    vertical-align: text-top;    font-size: 18px;
}

/* optionslist */
.optionslist{padding: 10px 0;}
.optionslist > div{display:none;}
.optionslist > div.active{display:block;}
.optionslist input{width:60%;}
@media(max-width:768px){
	.optionslist input{width:100%;}
}

.noselection{-webkit-touch-callout: none;    -webkit-user-select: none;    -khtml-user-select: none;
    -moz-user-select: none;    -ms-user-select: none;    user-select: none;}
 
.input-box.wide .dd.ddcommon, .custome-select.formselect .dd.ddcommon{ width: 100%!important; }
.input-box.wide .dd .divider, .custome-select.formselect .dd .divider{display:none;}



/*--Latest news--*/

.latest-news {	
    margin:0;
	padding:160px 0;
}
.latest-news .main-title {	
	display:block;
    font-size: 50px;
    font-weight: 600;
    margin: 0 auto 80px;
    text-align: center;
    text-transform: uppercase;
}
.main-title span{	
	display:block; 
	height:3px; 
	background:#70b73f; 
	max-width:250px; 
	margin:0 auto;
}
.news-outer{
	border:1px solid #000;
	margin:0 0 35px;
	padding:0;	
}
.news-img{
	float:left;	
	margin-right:20px;
	position:relative;
}

.news-img img {
  display: block;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}
.news-date{
	position:absolute;
	width:48px;
	height:auto;
	background:#009396;	
	left:7px;
	top:-7px;
	font-size:18px;
	text-transform:uppercase;
	color:#fff;
	padding:0 4px;
	text-align:center;
	z-index:9;
}

.news-arrow {
	border-color: transparent transparent transparent #4d4e4f;
	border-style: solid;
	border-width: 6px 0 0 6px;
	height: 0;
	left: 54px;
	position: absolute;
	top: -7px;
	width: 0;
	z-index: 1;
}
.news-text-container{
	padding:20px 20px 0;
	margin:0;
	font-size:15px;
}
.news-text-container p{
	font-size:15px;
}
.news-text-container h2{
	font-size:18px;
	font-weight:600;
	color:#000;
	text-decoration:none;	
	margin: 0;
	padding: 0 0 20px;
}
.news-comments {
	color:#808285;
	font-size:11px;
}

.news-comments .fa {
  	color:#d8424d;
	margin-right:5px;
}
.news-text-container .read-more {
    color: #000;
	font-weight:bold;
    float: right;
	font-size:15px;
}
.news-bottom{
	padding:20px 0 0 0;	
}

/*--main-banner--*/

.calculate-box{
	border:10px solid #222f3f;
    padding: 10px 15px 0px;
    background: rgba(255, 255, 255, 0.4) none repeat scroll 0 0;
    margin-top: 25px;}

.margin-bottom{
	margin-bottom:20px !important;	
}


/* Dropdown-list */

.select-style {
    padding: 0;
    margin: 0;
    width:auto;
    overflow: hidden;
    background-color: #fff;
    background: #fff url(../images/select-aero.png) no-repeat 90% 50%;
}

.select-style select {
	background: #fff none repeat scroll 0 0;
    border: 2px solid #212f3f;
    color: #BEBEBE;
    cursor: pointer;
    font-size: 12px;
    margin: 0 auto;
    outline: medium none;
    padding: 10px 5px;
    width: 100%;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}

.select-style select:focus {
    outline: none;
}

.calculate-box input[type="text"]{
	background: #fff;
    border: 2px solid #212f3f;
    color: #8B8B8B;
    font-size: 12px;
   	margin: 0;
    outline: medium none;
    padding: 11px 10px;
    width: 100%;
}

.calculate-box input[type="submit"]{
    background: #d8434d;
    color: #fff;
    font-size: 20px;
    margin: 0 0 22px;
    outline: medium none;
    padding: 7px 0px;
    border: 0;
    width: 100%;
}

/*---tabs---*/

.ui-tabs-vertical { width: 100%; }
  .ui-tabs-vertical .ui-tabs-nav { padding:0; float: left; width: 50%; }
  .ui-tabs-vertical .ui-tabs-nav li { clear: left; width: 100%; border-bottom-width: 1px !important; border-right-width: 0 !important; margin: 0; }
  .ui-tabs-vertical .ui-tabs-nav li a { display:table; width:100%; }
  .ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active { padding-bottom: 0; padding-right: 0; border-right-width: 1px; }
  .ui-tabs-vertical .ui-tabs-panel { padding: 1em; float: right; width: 50%;}
  
.tab-text{
	margin:0;
	padding:0;
  }
.tab-text p{
	color:#222222 !important;
	font-size:18px !important;
	line-height:normal;
	font-weight:normal !important;  
  }
.tab-text a span{
	display:table-cell;	
}
.saving-text {
  color: #6fb744;
  font-size: 25px;
  font-weight: 600;
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
.tab-price{
	font-size:18px;
	font-weight:bold;
	padding:0 0 0 20px;
}
.tab-text img {
  	max-width: 100% !important;
}
.price-data{
	font-size:12px;
	font-weight:600;	
}
.price-data td{
	padding:4px;
}
.price-data td span{
	color:#F00;
}

.price-data input[type="submit"]{
	background: #6fb744;
    color: #fff;
    font-size: 22px;
    margin: 0;
    outline: medium none;
    padding: 11px 15px;
	border:0;
    width: 100%;
}


/*---*/

.panel.flip .process-step h3 span:hover {	
background:#d8424d; -webkit-transform: scale(1.25); 
-moz-transform: scale(1.25);
-o-transform: scale(1.25);
transform: scale(1.25); color:#FFF;
}

.carousel-control.left {
  background:none !important;
}
.carousel-control.right {
  background:none !important;
}

/*---*/
.down-arrow{
margin:50px 0 0 0;	
}

/*------*/

.map-image{
background:url(../images/map.png) no-repeat;
background-size:contain;	
min-height: 700px;
}

#page{
	margin-top:50px;	
}

#page .heading-back-line::after {
  width: 100%;
}
.heading-back-line::after {
  background-color: #222f3f;
  content: "";
  display: block;
  height: 4px;
  left: 0;
  position: absolute;
  top: 112%;
  width: 14%;
}
.cookie-alert {color: #fff; background-color: #6EB844; border-color: #6EB844; border-radius: 0px; width: 100%; z-index: 99; margin-bottom: 0px; }
.cookie-alert a {color: #337ab7;}
.cookie-alert p { padding-right: 25px;}
.cookie-alert .close {right:0px!important;}
.cookie-alert.fixed {position: fixed;}
.cookie-alert .close{font-size: 12px;font-weight: normal; top: 3px;opacity:1;}
