﻿@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400&display=swap');
@charset "utf-8";
/* CSS Document */

* {
	margin:0px;
	padding:0px;
}
body {
	color: #6c6c6f;
}
.navbar-default .navbar-nav>li>a
{
	color: #000 !important;
}
.container {
	max-width:1200px !important;
	
}
h1, h2, h3, h4, h5, h6
{
	font-family: Open Sans !important;
	font-weight: 500;
	color: #262934;
}
a, span, li, p
{
	font-family: Open Sans !important;
}
p
{
	/*font-family: 'Source Sans Pro', sans-serif !important;*/
	font-size: 16px;
	font-weight: 300;
}


.clear {
	clear:both;	
}




/*MY CSS*/

.navbar-brand {
	padding-top:0!important;
}



#srv-hd > h2 {
	padding-bottom: 25px;
	text-align: center;
}


.top-left-menu {
	float: right;
	padding-right:10px;
	margin-top:20px;
}


.top-left-menu ul{
	margin:10px 0;
}

.top-left-menu ul li {
	background: #428BCA;
	padding: 10px 0 0 8px !important;
	margin: -35px 5px 5px;
	float: left;
	height: 40px;
	list-style-type: none;
	position: relative;
}

.arrow-bg {
	background: #4ccfb9 none repeat scroll 0 0;
	padding:10px;
	margin-top:-10px;
	float:right;
}

.toddler-name {
	margin-top:161px;
}		



@media(min-width:300px) and (max-width:768px) { 
	.toddler-name {
		margin-top:0px;

	}

}	



.item>img {
	width:100%;
}





.top-left-menu ul li a { 
	color:#FFFFFF;
	padding-right:10px;
}

.top-left-menu ul li a:hover {
	text-decoration:none;
}

.sending-exactly {
	background:#FFF;
	border-radius:3px 0px 0px 0px;
}
.sending-exactly input {
	width:100%;
	border:none;
	height:35px;
	font-size:24px;
	color:#666!important;
}
.sending-exactly h3 {
	color:#2a7d2f;
	font-size:14px;
	font-weight:bold;
	text-shadow:none!important;
}
.sending-select-div{
	background:#223049 none repeat scroll 0 0;
	border-radius:0px 3px 0px 0px;
	height:81px;
}
.sending-select-div select{
	background:#223049!important;
	border:#223049!important;
	width:100%;
	height:45px;
	color:#FFF;
	font-size:18px;
	/*padding:3px 5px;*/
	margin-top:20px;
	overflow:hidden;
	-webkit-appearance: none; appearance: none /*menulist*/ !important;
	-moz-appearance: none;
}
.sending-select-div select option {
	padding: 3px 5px;
}




.sending-exactly-2 {
	background:#FFF;
	border-radius:0px 0px 0px 3px;
	border-top:1px solid #CCC;
	margin-top:-1px;
	padding-bottom:1px;
}
.sending-exactly-2 input {
	width:100%;
	border:none;
	height:35px;
	font-size:24px;
	color:#666!important;
}
.sending-exactly-2 h3 {
	color:#2a7d2f;
	font-size:14px;
	font-weight:bold;
	text-shadow:none!important;
}
.sending-select-div-2{
	background:#192439 none repeat scroll 0 0;
	border-radius:0px 0px 3px 0px;
	height:81px;
	margin-bottom:20px;
}
.sending-select-div-2 select{
	background: #192439!important;
	border:none;
	width:100%;
	height:45px;
	color:#FFF;
	font-size:18px;
	margin-top:20px;
	overflow:hidden;
	white-space:normal;
	-webkit-appearance: none; appearance: none /*menulist*/ !important;
	-moz-appearance: none;
}


.pad-top {
	top:20%;
}

.exchange-rate p {
	color:#fff;
	font-size:16px;
	text-shadow:none!important;
	background: rgba(0,0,0,0.8);
	padding: 10px;
	border-radius:3px;
}
.exchange-rate p strong {
	color:#fff;
	text-shadow:none!important;
}

.compare-price input[type="button"] {
	width:100%;
	height:45px;
	background:#2a7d2f;
	color:#FFF;
	font-weight:bold;
}

.get-started input[type="button"] {
	width:100%;
	height:45px;
	background:#8dc73f;
	color:#FFF;
	font-weight:bold;
}
.get-started {
	margin-bottom:100px;
}












@media(min-width:300px) and (max-width:768px) {
	 /*.col-md-3 {
		max-width:300px;
		min-width:250px;
		float:left;
	}*/

	.top-left-menu {
		margin-top:35px;
	}
	.top-left-menu ul{
		margin:10px 0;
	}
	
	.top-left-menu ul li { 
		width:100%;
		padding:10px 0 0 8px!important;
		margin:5px 0;
		height:40px;
	}
	
	.arrow-bg {
		background: #60d8ab none repeat scroll 0 0;
		padding:10px;
		margin-top:-10px;
		float:right;
	}
	.top-left-menu {
		float: none;
	}
}

.page-heading {
	background-color: #4ccfb9;
	/*background:#428BCA;*/
	width:100%;
	border-bottom:#c6cbd3 3px solid;
	min-height:75px;
	height:auto;
}

.page-heading h1 {
	font-size:30px;
	font-weight:normal;
	color:#FFF;
}


.send-money-form{
	background:#edf0f6;
	padding:30px 15px 15px 15px;
	border-radius:10px;
	-webkit-box-shadow: 0px 0px 10px -2px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 10px -2px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 10px -2px rgba(0,0,0,0.75);
}
.send-money-form{
	background:#363b3f;
}
.send-to-hdng{
	font-size:24px;
	color:#FFF;
	margin-top:0;
}
.send-money-des h3 {
	font-size:24px;
}
.send-money-des ul li {

	list-style-type:none;
	padding:3px 0;
	margin:15px 0;
	font-size:16px;
	border-radius:5px;
}

.send-money-des ul li::before, .send-money-des ul li::before{
	
	color: #27aae0;
	content: "•";
	font-weight: 700;
	margin-right: 10px;
}

.book-flight-form {
	margin:35px 0;
}
.book-flight-form label{
	font-size:16px;
	color:#545454!important;
	padding:5px 0 0 0;
}

.book-flight-form p {
	font-family:15px;
	color:#333;
	text-align:justify;
	padding:20px 0 0 0;
}
/*MY CSS*/












/*-----------------------HEADER TOP----------------------------*/
.header-top {
	background:#4ccfb9;
	padding-top:10px;
	text-align:right;	
}

.header-top ul {
	list-style:none;	
}

.header-top ul li {
	display:inline-block;
	margin-left:20px;
	
}

.header-top label {
	font-weight:normal;
	color:#FFF;	
}
.header-top select {
	padding:2px 5px;
	border:none;
	height:25px;
}




/*------------header-------------*/
.overall-header {
	position:relative;
/*	background:url(../assets/images/nyc-bg1.jpg) no-repeat  center; */
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size:cover;
}



/*------------Banner-------------*/
.banner-text-area{
	position: relative;
	top: 40px;
}
.banner{
	background-image: url('./../images/homepage-banner.jpg');
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	width: 100%;
	height: 551px;

}
.banner::before{
	content: '';
	background-color: #16a085;
	opacity: .7;
	width: 100%;
	height: 551px;
	position: absolute;
	left: 0;
}
.banner-heading{
	color: white;
	font-size: 46px;
}
.banner-cont{
	margin-top: 30px;
	color: white;
	font-size: 16px;
}
.banner.how-it-works-banner
{
	background-image: url('../images/about-us-1987x654.jpg');
}
.banner.about-us-banner
{
	background-image: url('../images/how-it-works-1.jpg');
}
.banner.how-it-works-banner .banner-text-area,
.banner.about-us-banner .banner-text-area
{
	top: 140px;
}
/*------------Banner-End-------------*/
.carousel-caption {
	bottom:25%;
}

.banner-text {
	background:rgba(0,0,0,0.4);
}


.social a {
	margin:3px;
}
.social a i {
	font-size:20px;
	/*color:#FFF;*/
}
.social a i:hover {
	color:#999;
}


.static {
	width:100%;
	background:#FFF;
	min-height:150px;
	height:auto;	
}

.sticky {
	display:none;	
}
.home-static {
	width:100%;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";       /* IE 8 */
	filter: alpha(opacity=70);  /* IE 5-7 */
/*	-moz-opacity: 0.7;          /* Netscape */
	/*-khtml-opacity: 0.7; 
	opacity:0.7;	*/
	
	background:#FFF;
}

.static .navbar {
	background: none!important;
	border:none; 
	
} 



.static .navbar-default {
	
	border:none;	
}

.navbar-default .navbar-nav>li>a {
	color:#002a46;	
}

.navbar-default .navbar-nav>li>a:hover {
	color:#428bca;
}

.hd-lgn {
	font-weight:bold!important;
	margin-bottom:5px;
	border:2px solid #428BCA ;
	border-radius: 22px;
	margin-left: 10px; 
	margin-right: 15px;
}



.hd-sgn {

	border:2px solid #428BCA ;
	border-radius: 22px;
	font-weight: bold !important;

}



.navbar-nav {
	/*margin-top:20px;*/	
}
.navbar-nav li a {
	font-size:15px;

}
.nav>li>a {
	padding:10px 12px!important;
}



@media(min-width: 768px) {
	.static .navbar-collapse {
		margin-top:30px;
	}
}

@media(max-width:768px) {
	.static .navbar-collapse {
		margin-top:35px;
		margin-bottom: -45px;	
	}
    .hd-lgn {
        margin-right:0px !important;
        margin-left:0px !important;
    }
	
}

@media(min-width:320px) and (max-width:768px) {
	.static .navbar-toggle {
		margin-top:0px;	
	}
}

@media(min-width:300px) and (max-width:768px) {
	.header-top {

		width:100%;
		text-align:left;	
	}
	.navbar-default .navbar-toggle .icon-bar {
		background-color:#3e8bcd;
		border-color:#fff;
	}
	
}

@media(min-width:300px) and (max-width:400px) {
	.header-top ul li {
		margin:0px;
		padding:0px;	
	}
	
	.header-top select {
		width:80px;	
	}
}
/*------------------Section send-money----------------------*/
#main-desc {
	
	

}

.hd-send {
	color:#fff;
	font-weight:normal;	
}

.send-drp-box {
	margin-top:100px;	
}



#item-main-box {
	max-width:400px;
	padding:30px 10px;
	background:rgba(104,194,107,0.9);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";       /* IE 8 */
	
	margin-left:auto;
	margin-right:auto;	
}

#slt select {
	border:2px solid #fff;
	color:#fff;
	outline:none;
	padding-right: 180px;
	padding-left:20px;
	padding-top: 8px;
	padding-bottom:10px;
	width:100%;
	background:transparent;	
}

#slt select option {
	background-color:#000;	
}

#sltrate select {
	border-bottom:2px solid #fff;
	border-top:2px solid #fff;
	border-right: none;
	border-left: none;
	color:#fff;
	outline:none;
	padding-right:16px;
	padding-left:20px;
	padding-top:8px;
	padding-bottom:10px;
	background:transparent;	
}


.send-amount input {
	width:100%;
	height:38px;
	background-color: transparent;
	border:none;
	padding-left:20px;
}
.send-amount {
	background:#f6f7f8;
	border:1px solid #dcdcdc;
	/*border-radius:5px 0  0 5px;*/
	margin-left:25px;
	padding-left:0px;
	padding-right:0px;
}
.select-country {
	/*background:#f6f7f8;
	border:1px solid #dcdcdc;*/
	padding-left:0px;
}
/*.select-country select {
	width:100%;
	height:45px;
	background-color: transparent;
    border:none;
	}*/
	.show-rate-btn input {
	/*background-color: transparent;
    border:none;
	width:100%;
	height:40px;
	color:#FFF;
	cursor:pointer;
	font-size:16px;*/
	width:100%;
	height:40px;
	background:#125691;
	color:#FFF;
	font-size:16px;
	font-weight:bold;
	border:none;

}
.show-rate-btn {
	/*background:#55d582;
	text-align:center;
	border-radius:0px 5px 5px 0;*/
	background:#125691;
	text-align:center;
	margin-left:52px;
	padding-left:0px;
	padding-right:0px;
}
.show-rates-val {
	padding-top:10px;
	font-size:15px;
}

@media(min-width:300px) and (max-width:768px) {
	.send-amount {
		background:#f6f7f8;
		border:1px solid #dcdcdc;
		margin-left:25px;
		padding-left:0px;
		padding-right:0px;
		max-width:22%;
		float:left;
	}
	.select-country {
		padding-left:0px;
		max-width:22%;
		float:left;
	}
	#sltrate select {
		border-bottom:2px solid #fff;
		border-top:2px solid #fff;
		border-right: none;
		border-left: none;
		color:#fff;
		outline:none;
		padding-right:0px;
		padding-left:10px;
		padding-top:8px;
		padding-bottom:10px;
		background:transparent;	
	}
	.show-rate-btn {
		background:#125691;
		text-align:center;
		margin-left:49px;
		padding-left:5px;
		padding-right:5px;
		max-width:100%;
		float:left;
	}
}

@media(min-width:400px) and (max-width:768px) {
	.send-amount {
		background:#f6f7f8;
		border:1px solid #dcdcdc;
		margin-left:25px;
		padding-left:0px;
		padding-right:0px;
		max-width:25%;
		float:left;
	}
	.select-country {
		padding-left:0px;
		max-width:25%;
		float:left;
	}
	#sltrate select {
		border-bottom:2px solid #fff;
		border-top:2px solid #fff;
		border-right: none;
		border-left: none;
		color:#fff;
		outline:none;
		padding-right:8px;
		padding-left:20px;
		padding-top:8px;
		padding-bottom:10px;
		background:transparent;	
	}
	.show-rate-btn {
		background:#125691;
		text-align:center;
		margin-left:49px;
		padding-left:5px;
		padding-right:5px;
		max-width:100%;
		float:left;
	}
	.show-rates-val {
		padding-top:10px;
		font-size:13px;
	}
}

@media(min-width:667px) and (max-width:768px) {
	.send-amount {
		background:#f6f7f8;
		border:1px solid #dcdcdc;
		margin-left:25px;
		padding-left:0px;
		padding-right:0px;
		max-width:25%;
		float:left;
	}
	.select-country {
		padding-left:0px;
		max-width:25%;
		float:left;
	}
	#sltrate select {
		border-bottom:2px solid #fff;
		border-top:2px solid #fff;
		border-right: none;
		border-left: none;
		color:#fff;
		outline:none;
		padding-right:12px;
		padding-left:20px;
		padding-top:8px;
		padding-bottom:10px;
		background:transparent;	
	}
	.show-rate-btn {
		background:#125691;
		text-align:center;
		margin-left:49px;
		padding-left:5px;
		padding-right:5px;
		max-width:100%;
		float:left;
	}
	.show-rates-val {
		padding-top:10px;
		font-size:13px;
	}
}

.remit-btn {
	padding-top:20px;	
}

.remit h2, h4 {
	color:#FFF;
}

.trust h2 {
	color:#FFF;
}
#ease p {
	color:#282828;
}

.remit-btn button {
	background:#002a46;
	padding:10px 50px;
	text-align:center;
	color:#FFF;
	font-size:18px;
	font-weight:bold;
	border:none;
}



.grey-bg {
	background:#FFFFFF;
	padding-bottom:5%;
}
.grey-bg h4 {
	color:#333;
}

.terms-conditions h3 {
	color:#68c26b;
	font-size:20px;
	padding-top:10px;
	font-weight:bold;
}
.lst-desc h3 {
	color:#ff4f4f;
	font-size:20px;
	padding-top:10px;
	font-weight:bold;
}

/*.top-menu select {
    border: 1px solid #ccc;
    border-radius: 5px;
    height: 30px;
	width:68%;
}
*/
@media(max-width:767px) {
	#slt select {
		max-width:260px;
		padding-right:100px;	
	}
}

/*-------------------------------SECTION DEVICES-------------*/
.devices {
	background:#002a46;
	padding:40px 0px;	
}

.devices h3 {
	color:#FFF;
}

.devices p {
	color:#FFF;
}

.devices .img-cont img {
	display:block;
	margin:0px auto;	
}

/*------------------------ THEME DIVIDER BAR -------------------*/
.theme-divider-container
{
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 75px 0;
}
.theme-divider
{
	border: 3px solid #63cfb9;
	width: 25%;
}

/*------------------------ FREE SIGNUP BUTTON -------------------*/
.free-signup-btn
{
	background-color: #2387cd;
	color: #fff;
	border: 2px solid #2387cd;
	padding: 10px 20px;
	font-size: 2rem;
	margin-top: 40px;
	transition: 0.3s ease-in-out;
}
.free-signup-btn:hover
{
	color: #2387cd;
	background-color: #fff;
	border: 2px solid #2387cd;
}
/*------------------------ FREE SIGNUP BUTTON -------------------*/
.banner-signup-btn
{
	background-color: #2387cd;
	color: #fff;
	border: 2px solid #2387cd;
	padding: 10px 20px;
	font-size: 2rem;
	margin-top: 40px;
	transition: 0.3s ease-in-out;
}
.banner-signup-btn:hover
{
	color: #2387cd;
	background-color: transparent;
	border: 2px solid #2387cd;
}
.homepage-signup-btn:hover
{
	color: #fff !important;
	background-color: transparent !important;
	border: 2px solid #fff !important;	
}

/*------------------------SECTION ABOUT US-------------------*/
.about-us-info
{
	padding: 75px 0px;
	/*color: rgba(0,0,0,0.6);*/
	text-align: center;
}
.about-us-info h2,
.about-us-info p
{
	margin-bottom: 20px;
}
/*------------------------SECTION SERVICES-------------------*/
.services {
	background: #4ccfb9;
	padding: 40px 0px;
	color: #fff;
}

.services .sr-lst {
	padding-left:0px;	
}

.sr-lst .icn-left {
	width:80px;
	height:80px;
	border:3px solid #FFF;
	border-radius:40px;	
}

.sr-lst .icn-left img {
	margin:10px auto;	
}

.icn-left {
	display:block;
	width:20%;
	min-width:80px;
	float:left;	
}

.icn-des-right {
	
	width:67%;
	float:left;
	padding-left:20px;	
}

@media(max-width: 767px) {
	#srv-hd {
		width:100%;
		margin-bottom:20px;
		text-align:center;	
	}
	
	.icn-cont {
		max-width:400px;
		margin:20px auto;
		padding-left:15px !important;	
	}
}

/*-----------------------------------SECTION RECEIVE MONEY----------------*/

.remit {
	background:#002a46;
	padding:40px 0px;	
	color:#FFF;
}

.rmt-item-box {
	width:150px;
	height:150px;
	background:#02020200;
	border-radius:75px;
	margin:20px auto;	
}

.rmt-item-box img {
	display:block;
	margin:25px auto; 	
}



/*-----------------------------------SECTION TESTIMONIAL-------------------------------------------*/
.testimonial {
	background:#002a46;
	padding:40px 10px;
	color:#fff;	
}

.attst {
	color:#fff;
	padding-right:80px;
	margin-top:15px;	
}

.quote {
	quotes: "“" "”" "‘" "’";
	color:#fff;
	font-size:24px;

}

.quote:before {
	content: open-quote;
}

.quote:after {
	content: close-quote;
}

/*-----------------------------------------------SECTION TRUST--------------------------------------------------*/
.trust {
	background: #4ccfb9;
	/*background:#428bca;*/
	/*background:#DDECFF;*/
	/*background-color: #bcd9ff;*/
	padding:40px 0px;
}

.trust p {
	padding-top:10px;
	padding-bottom:20px;
	color:#FFF;	
}
.seal span {
	float:left;
	padding:3px 8px;	
}

.seal span img {
	max-height:30px;	
}

.trust-icon {
	margin:20px auto;		
}
.trust-icon img {
	display:block;
	margin:25px auto;	
}
/*-----------------------------------------------SECTION EASE-----------------------------*/
#ease {
	padding:40px 0px;	
}
.horizontal-separator {
	padding-top:20px;
	width:40%;
	margin:0px auto;
	border-bottom:1px solid #999;	
}

#ease p {
	padding-top:20px;
	font-size:16px;	
}

/*--------------------------------------------SECTION OVERALL FOOTER------------------------------*/
.footer {
	position:relative;
	padding-bottom:10%;
	/*background:url(../images/footer-bg.jpg) no-repeat center; */
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size:cover;	
}


.footer .overall-container {
	position:absolute;
	top:0px;
	width:100%;
}

.footer .connect, .footer .sitemap {
	/*background:#4ccfb9;*/
	/*color:#fff;*/
	padding:40px 0px;	
}

.overall-container2 {
	
	top:0px;
	width:100%;
}

.connect2 {
	background:#005088;
	color:#fff;
	padding:40px 0px;	
}

.footer .terms .container {
	margin-top:20px;
	padding:40px 10px;
	padding-left:50px;
	padding-right:20px;
	background:#fff;
	opacity:0.9;	
}

.footer .sitemap {
	position:absolute;
	bottom:0;
	width:100%;
	margin-top:0px;
	text-align:center;
	
}

.sitemap ul {
	list-style:none;

}

/*.sitemap ul {
	padding-left:25%;
	}*/

	.sitemap ul li {
		text-align:center;
		padding:0 15px;
		border-right: 1px solid #CCC;
		display:inline-block;
	}
	.sitemap ul li:last-child {
		border:none;
	}
	
	.sitemap ul li:first-child {
		padding-left:0;
	}

	.sitemap ul li a {

		/*color:#fff;	*/

	}


	@media(max-width:767px) {
		.footer {

		}
		.connect .col-md-6 {
			text-align:center;
			margin-bottom:20px;	
		}
		.footer .terms .container {
			margin-right:15px;
			margin-left:15px;	
		}
	}

	@media (max-width:767px) {
		.footer {
			background:none;
			position:relative;
			padding-bottom:0;	
		}
		.footer .overall-container, .footer .sitemap {
			position:relative;	
		}
	}

	@media (min-width:362px) and (max-width:767px) {
	 /*.col-md-3 {
		max-width:300px;
		min-width:250px;
		float:left;
	}*/
	.small-input {
		padding-bottom:15px;
	}

}

/*------------------------------------------FOOTER---------------------------*/
footer {
	
	/*background-image:url(../images/footer-new-bg.jpg);*/
	background-position: bottom;
	position: relative;
	display: block;
	background-size:cover;
	background-repeat: no-repeat;
	max-width: 100%;
	height: auto;
	color:#FFF;
	padding-top:50px; 
	padding-bottom:50px;
	background-color: #63cfb9;
	margin-top: 30px;
}
footer a
{
	color: #fff;
}
/*--------------------------------------HOw it Works page---------------------------------*/
#how-it-works {
	padding:40px 0px;	
}

#how-it-works p {
	color:#333;
}

.abt-us p {
	color:#333;
}

.stg-item-box {
	padding:20px;
	border: 2px solid #ec2121;
	margin:20px 0;
	overflow:auto;	
}

.stg-item-box .lst-num {
	width:60px;
	height:60px;
	text-align:center;
	padding:9px;
	border:2px solid #ec2121;
	border-radius:60px;
	font-size:24px;
	float:left;
	margin-top:20px;
}

.stg-item-box .lst-num:hover {
	background:#ec2121;
	border:1px solid #000;
	cursor:pointer;
	color:#FFF;
}

.stg-item-box .lst-desc {
	width:90%;
	float:left;	
	padding-left:20px;
}

@media (min-width:362px) and (max-width:767px) {
	.stg-item-box {
		margin-left:10px;
		margin-right:10px;	
	}
	.stg-item-box .lst-num {
		max-width:20%;
		float:left;	
	}
	
	.stg-item-box .lst-desc {
		
		max-width:80%;
		float:left;
	}
}

@media(max-width:361px) {
	.stg-item-box .lst-num {
		display:block;
		margin-left:auto;
		margin-right:auto;
		float:none;
	}
	
	.stg-item-box .lst-desc {
		
		display:block;
		width:100%;
	}
}

/*---------------------------------------------------LOGIN PAGE--------------------------------*/

#login {
	padding:40px 20px;	
}

.frg-pswd {
	display:inline-block;
	float:right;	
}


#dnt-act h3 {
	margin-top:0px;

}

.lgn-btn button {
	width:100%;
	background:#f8e63b;
	color:#000;
	border:none;
	padding:10px inherit;
	border-radius:5px;
	font-size:20px;	
}

.lgn-btn button:hover {
	background:#fef174;
}

.sgn-up-btn {
	display:block;
	
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	margin-top:40px;
}

.sgn-up-btn a {
	background: #363b3f none repeat scroll 0 0;
	border-radius: 5px;
	color: #fff;
	float: left;
	font-size: 20px;
	padding: 6px 40px;
	width: 49%;
}

.sgn-up-btn a:hover {
	text-decoration:none;
	background:#fef174;	
}

/*----------------------------------------------------------SIGN UP PAGE--------------------------*/
#sgn-up {
	padding:40px 10px;	
}

/*-----------------------------------------------------MEMBER PAGE----------------------------------*/
.membr-cnt {
	padding:50px 0px;	
}

#send-money-cnt {
	margin:40px auto;
	padding:30px;
	background:#000;
	opacity:0.8;	
}

.member-side {
	background:#f8e63b;
}

.member-side ul li {
	width:100%;
	text-align:center;
	padding:10px 40px;
	border-bottom:1px solid #fff;
	
}

.member-side ul li a {
	color:#000;	
	padding:10px 30px;
}

.member-side ul li a:hover {
	text-decoration:none;	
}

.member-side ul {
	list-style:none;
	margin-top:20px;	
}



#send-money-cnt select {
	width:100%;
	padding:5px 8px;	
}

#send-money-cnt label {
	color:#fff;	
}

@media(max-width:767px) {
	.mem-side-cnt {
		display:none;	
	}
}

/*--------------------------PROFILE PAGE----------------------------*/
.profile {
	padding:20px 10px;	
}

/*-----------------------------------RECIPIENT PAGE---------------------------------*/
.recipient {
	padding:20px 10px;	
}

.recipient .table thead {
	background:#000;
	color:#fff;
	
}

























.panel-group .panel {
	border-radius: 0;
	box-shadow: none;
	border-color: #EEEEEE;
}

.panel-default > .panel-heading {
	padding: 0;
	border-radius: 0;
	color: #212121;
	background-color: #FAFAFA;
	border-color: #EEEEEE;
}

.panel-title {
	font-size: 14px;
}

.panel-title > a {
	display: block;
	padding: 15px;
	text-decoration: none;
	font-size: 15px;
}

.panel-title > a:hover {
	background: #428bca;
	color:#FFF;
}
.panel-title > a:hover .more-less{
	color:#FFF;
}

.more-less {
	float: right;
	color: #212121;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #EEEEEE;
}

.headings-text {
	font-size:18px;
}

/* ----- v CAN BE DELETED v ----- */

.demo {
	padding-top: 60px;
	padding-bottom: 60px;
}
.panel-body ul {
	list-style-type:circle;
	padding-left:35px;
}

.panel-body ol {
	padding-left:35px;
}

.terms-conditions ol li{
	padding:3px 0;
	margin:0 0 0 35px;
}
.single-contact
{
	margin-bottom: 20px;
}
/*.contact-details {
	margin:35px 0;}
	
.contact-details p {
	color:#333;
	font-size:16px;
	padding:5px 0;
	}*/
	
	.round-border {
		border: 1px solid #eee;
		border: 1px solid rgba(0, 0, 0, 0.05);
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		padding: 10px;
		margin-bottom: 5px;
	}
	.Latest-rates-div {
		background:#4ccfb9;
		padding:10px;
		margin-left:-8px;
		position:absolute;
		width:100%;
		z-index:99999;
		top:35px;
	}
	.Latest-rates-div label {
		color:#FFF;
		font-weight:normal;
	}
	.Latest-rates-div select {
		width:100%;
		height:25px;
		margin-bottom:15px;
	}
	.Latest-rates-div input {
		width:100%;
		height:25px;
		margin-bottom:15px;
		text-align:right;
	}
	.Latest-rates-div table{
		font-size:12px;
		color:#FFF;
		text-align:center;
		/* border-top:1px solid #b8b8b8; */
	}
	.Latest-rates-div table tr {
		height:35px;
		/* border-bottom:1px solid #b8b8b8; */
	}

	.Service-fee-div {
		display:none;
		padding-bottom:10px;
	}
	.Service-fee-div table
	{
		font-size:12px;
		color:#FFF;
		text-align:left;
		/* border-top:1px solid #b8b8b8; */
	}
	.Service-fee-div table tr {
		height:25px;
	}	
	.Service-fee-div table tr td {
		padding-top:5px;
	}

	.Service-fee-div_ExRate table tr td {
		padding: 5px 20px 0px 20px;
		background-color: #4d4d4d;
	}
	.blog-content p {padding:25px 0;}

	.blog-content2 p {padding:10px 0; font-size:18px;}

	.calculate-btn {
		background:#ec2121;
		color:#FFF;
		padding:7px 20px;
		border:none;
	}
	
	.terms-conditions ul {
		margin-left:20px;
	}

	.all-bank-logos {
		padding-top:50px;
	}
	.all-bank-logos li { display:inline-block; padding:10px 5px;
	}


	.card{position: relative; display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; min-width: 0; word-wrap: break-word; background-color: #fff; background-clip: border-box; border: 1px solid rgba(0,0,0,.125); border-radius: 5px; margin:40px 0 40px;}


	.card-body {-ms-flex: 1 1 auto; flex: 1 1 auto; min-height: 1px; padding: 1.25rem;}

	.card-title {    margin-bottom: 15px; font-size:24px;}

	.blog-content h2 {font-size:40px; color:#000; font-weight:bold; margin:50px 0 40px;}

	.blog-content img{padding:30px 0;}
	.blog-content h3 {font-size:34px; color:#000; font-weight:bold;}



	.closeIcon > img {display:block;max-width:100%;height:auto;margin-right:auto;margin-left:auto}



/* This stylesheet is exclusively for the plugin. Incase you would like to make some changes, would recommend you import this in your stylesheet and then make the changes as per your liking. */
.videoPlayerOverlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1200;
	background-color: rgba(0, 0, 0, 0.5);
	transition-property: all;
	-moz-transition-property: all;
	-webkit-transition-property: all;
	-o-transition-property: all;
	-ms-transition-property: all;
	transition-duration: 0.25s;
	-webkit-transition-duration: 0.25s;
	-ms-transition-duration: 0.25s;
	-moz-transition-duration: 0.25s;
	-o-transition-duration: 0.25s;
	transition-timing-function: linear;
	-webkit-transition-timing-function: linear;
	-o-transition-timing-function: linear;
	-ms-transition-timing-function: linear;
	-moz-transition-timing-function: linear;
}
.videoPlayerOverlay .closeIcon {
	position: absolute;
	right: 15px;
	top: 15px;
	width: 3rem;
	z-index: 200;
	padding: 10px;
	border-radius: 50%;
	border: 0;
	background: #fff;
	width: 30px;
	height: 30px;
	transition-property: transform;
	-moz-transition-property: transform;
	-webkit-transition-property: transform;
	-o-transition-property: transform;
	-ms-transition-property: transform;
	transition-duration: 0.25s;
	-webkit-transition-duration: 0.25s;
	-ms-transition-duration: 0.25s;
	-moz-transition-duration: 0.25s;
	-o-transition-duration: 0.25s;
	transition-timing-function: ease-in-out;
	-webkit-transition-timing-function: ease-in-out;
	-o-transition-timing-function: ease-in-out;
	-ms-transition-timing-function: ease-in-out;
	-moz-transition-timing-function: ease-in-out;
}
.videoPlayerOverlay iframe {
	max-width: 853px;
	max-height: 480px;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.75);
}
.videoPlayerOverlay.hiddenTransform {
	opacity: 0;
	visibility: hidden;
	transform: translateY(50px);
	-webkit-transform: translateY(50px);
}
@media only screen and (min-width: 1200px) {
	.videoPlayerOverlay .closeIcon:hover {
		cursor: pointer;
		background: rgba(0, 0, 0, 0.5);
		transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
	}
}

.video-banner{opacity: 0.8;}
.video-banner:hover{cursor: pointer; opacity: 1;}


.general-blog-content{font-family:Times New Roman;}
.general-blog-content h2{font-family:Times New Roman; padding:40px 0; font-size:40px; color:#000; font-weight:bold; margin:50px 0 40px;}
.general-blog-content h5{color: #A6A6A6; font-size:16px; padding-top:80px; padding-bottom:130px; line-height: 25px;}
.general-blog-content h3{padding-top:50px; font-size: 34px; color: #000; font-weight: bold; padding-bottom: 50px;}
.general-blog-content ol {padding: 35px 0 200px;}
.general-blog-content ol li{margin-left: 25px; padding: 3px 0; font-size: 24px; font-weight: bold;}
.general-blog-content p {font-size: 24px; padding: 50px 0 50px;}
.general-blog-content img{padding:50px 0 30px;}

/* --------------------------------------- */

/* OUR PROCESS */
.our-process {
	padding: 75px 0px;
	background-color: #f7faff;
}
.content-box h6
{
	font-size: x-large;
}
.content-box h6
{
	font-weight: bolder;
}
.content-box ol
{
	margin: 20px 0;
}
.content-box ol li p
{
	font-size: larger;
}

.tagline {
	/*color: #63cfb9;*/
	display: block;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 10px;
	position: relative;
}

@media screen and (max-width: 991px) {
	.tagline {
		font-size: 12px;
	}
}

.tagline.bar {
	padding-left: 70px;
}

.tagline.bar:after {
	background-color: #63cfb9;
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	height: 2px;
	width: 50px;
}
.bg-offwhite {
	background-color: #f7faff;
}
.sec-heading {
	text-align: center;
	margin-bottom: 76px;
}

.sec-heading .sec-title {
	color: #2f2f35;
	font-size: 36px;
	line-height: 48px;
	text-transform: capitalize;
	margin-bottom: 0;
}

@media screen and (max-width: 767px) {
	.sec-heading .sec-title {
		font-size: 28px;
		line-height: 36px;
	}
}

.sec-heading .sec-subtitle {
	color: #6c6c6f;
	font-size: 16px;
	line-height: 28px;
	margin-top: 16px;
	margin-bottom: 0;
}

.icon-box
{
	box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.05);
	padding: 50px 30px;
	height: 100% !important;
}
.icon-box h5
{
	font-size: large;
	color: #2f2f35;
	text-transform: uppercase;
	margin: 20px 0;
	text-align: center;
}
.icon-box p
{
	/*color: rgba(0, 0, 0, 0.6);*/
}
.why-us-section h2
{
	width: 75%;
	margin-bottom: 40px;
}
.why-us-section .free-signup-btn
{
	margin-top: 40px;
}
.how-it-works
{
	padding: 50px 0;
}
.d-flex
{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.how-it-works h2
{
	text-align: center;
	/*color: rgba(0, 0, 0, 0.6);*/
	margin-bottom: 15px;
	font-size: 2.5rem;
}
.how-it-works .section-tagline
{
	text-align: center;
	/*color: rgba(0, 0, 0, 0.8);*/
	/*font-weight: bold;*/
	margin-bottom: 30px;
	font-size: 2rem;
	padding: 0 20%;
	line-height: 3rem;
}
.how-it-works p{
	text-align: justify;
}
.how-it-works p,
.how-it-works li
{
	/*color: rgba(0, 0, 0, 0.7);*/
	line-height: 2.3rem;
	font-size: 1.5rem;
	margin-bottom: 10px;
}
.how-it-works ol li ul li
{
	margin-left: 25px;
}
.about-us
{
	text-align: center;
	padding: 50px 0;
}
.about-us .section-heading
{
	text-align: center;
	margin-bottom: 20px;
}
.about-us p
{
	color: rgba(0, 0, 0, 0.7);
	line-height: 2.5rem;
	margin-bottom: 50px;
	padding: 0 10%;
	text-align: center;
}

/*section-one
section-two*/

.roysha-icon {
	display: inherit;
	font-size: 70px;
	margin-bottom: 20px;
}

.roysha-icon span:before {
	color: #256be6  !important;
}
.send-receive-money h2.section-heading
{
	margin-bottom: 30px;
}
.send-receive-money .section-two
{
	padding: 30px 0;
}
.send-receive-money .icon-box
{
	padding: 30px 0;
	width: 75%;
}
.testimonial-container
{
	/*background-image: linear-gradient(#57b6e0, #ffffff);*/
}
.testimonial-card
{
	border: 2px solid #0e5fb0;
	border-radius: 62px;
	background-color: #ffffff;
}
.testimonial-card .header
{
	background-color: #2387cd;
	/*background-color: #00acdc;*/
	border-top-left-radius: 70px;
	border-top-right-radius: 70px;
	padding-top: 15px;
	padding-bottom: 10px;
}
.testimonial-card .header .rating-card
{
	color: #ffba00;
	margin-bottom: 0px;
	letter-spacing: 0.5rem;
}
.testimonial-card .rating-card .fas
{
	font-size: larger;
}
.testimonial-card .body
{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding: 25px 25px;
}
.testimonial-card .body .comments
{
	font-size: 1.5rem;
	color: rgba(0, 0, 0, 0.7);
	margin-bottom: 0px;
}
.testimonial-card .body .name
{
	font-size: 2rem;
	color: rgba(0, 0, 0, 0.7);
	margin-top: 30px;
	margin-bottom: 0px;
}
/**
 * Partners section
 */
.partners .partners-logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 20px;
}

.header__center {
	font-size: 15px;
	margin-top: 25px;
	color: #006934;
	display: grid;
	grid-template-columns: 1fr max-content 1fr;
	grid-column-gap: 1.2rem;
	align-items: center;
}
.header__center::after {
	content: "";
	display: block;
	height: 3px;
	margin-right: 50%;
	background-color: #4ccfb9;
}
.header__center::before {
	content: "";
	display: block;
	height: 3px;
	margin-left: 50%;
	background-color: #4ccfb9;
}

/*@media(min-width:300px) and (max-width:768px)*/
@media(min-width:300px) and (max-width:992px)
{
	.testimonial-comments-container,
	.our-features,
	.contact-detail
	{
		flex-direction: column;
	}
	.testimonial-comments-container .single-testimonial,
	.our-features .single-feature,
	.contact-detail .single-contact
	{
		margin-bottom: 25px;
	}
}

.video-box
{
	height: 500px;
	display: flex;
	justify-content: center;
	align-items: center;
}
/*.video-box
{

}*/
.video-box, .video-box-round {
	position: relative;
}

.video-box:after, .video-box-round:after {
	background-color: rgba(18, 61, 136, 0.5);
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	opacity: .2;
}

.video-box-round {
	border-radius: 5px;
	overflow: hidden;
}

/*.video-box
{

}*/
.video-box .video-btn, .video-box-round .video-btn {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1;
}
.round-os {
	border-top-right-radius: 315px;
	border-bottom-right-radius: 315px;
	overflow: hidden;
}

@-webkit-keyframes beat {
	0% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(2);
		transform: scale(2);
	}
}

@keyframes beat {
	0% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(2);
		transform: scale(2);
	}
}

.video-btn {
	background-color: #fff;
	border-radius: 50%;
	color: #256be6;
	display: block;
	text-align: center;
	line-height: 60px;
	margin: 0 auto;
	position: relative;
	height: 60px;
	width: 60px;
	z-index: 1;
}

.video-btn i {
	position: relative;
	z-index: 1;
}

.video-btn:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-animation: beat infinite 1.2s;
	animation: beat infinite 1.2s;
	height: 100%;
	width: 100%;
	background-color: #256be6;
	border-radius: 50%;
	z-index: -1;
}

.video-btn:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	border-radius: 50%;
	height: 100%;
	width: 100%;
}

@media screen and (min-width: 768px) {

	.nopadd-ltf {
		padding-left: 0;
	}
	.nopadd-rth {
		padding-right: 0;
	}
	.nopadd {
		padding-left: 0;
		padding-right: 0;
	}
}
@media screen and (max-width: 574px){
	
	.banner-text-area{
		top: 10px;
	}
	.banner-heading{
		font-size: 30px;
	}
}