﻿@charset "utf-8";

/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700');
img {
	max-width: 100%;
}

.landing-header {
	padding: 10px 0;
	box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
	    width: 100%;
    float: left;
    background: #fff;
    z-index:9;
}

.right-lnav .navbar-nav li a {
	color: #59595b;
	text-transform: uppercase;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
}

.right-lnav {
	float: right;
	padding-top: 6px;
}
.first-home .right-lnav .navbar-nav li:last-child{
	    padding-right: 3px;
}

.right-lnav .navbar-nav li {
	padding: 0 11px;
}

.right-lnav .navbar-nav li:nth-child(4) a {
	background: #146bca;
	color: #fff;
	padding: 8px 14px;
	width: 74px;
	text-align: center;
	border-radius: 4px;
}

.right-lnav .navbar-nav>li:last-child a {
	background: #45b51e;
	color: #fff;
	padding: 8px 14px;
	width: 74px;
	text-align: center;
	border-radius: 4px;
}

.right-lnav .navbar-nav .dropdown-menu li {
	padding: 1px 15px;
}

.right-lnav .navbar-nav>li.active>a {
	color: #146bca;
}

.right-lnav .navbar-nav li:nth-child(4) {
	padding-right: 0;
	padding-left: 20px;
}

.sending-money {
    padding-top: 105px;
    padding-bottom: 80px;
    display: inline-block;
    padding-left: 18px;
}

.sending-money h1 {
	color: #fff;
	font-weight: 300;
	font-family: Roboto;
	font-size: 45px; text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

.sending-money h1 span {
	display: block;
}

.sending-money p {
    color: #fff;
    font-weight: 400;
    font-size: 24px;
    margin: 14px 0 66px 0;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    vertical-align: top;
    padding-bottom: 5px;
    padding-right: 10px;
}
.first-home .landing-header {
	position: absolute;
	top: 0px;
}

.sending-money ul li .dropdown button {
	background: #146bca;
	color: #fff;
	text-transform: uppercase;
	font-family: Roboto;
	font-weight: 500;
	border: 1px solid #146bca;
	border-radius: 40px;
	padding: 10px 3px;
	outline: none;
	width: 177px;


}

/*.sending-money ul li:last-child a {
	background: #45b51e;
	color: #fff;
	text-transform: uppercase;
	font-family: Roboto;
	font-weight: 500;
	border: 1px solid #45b51e;
	border-radius: 40px;
	padding: 10px 3px;
	display: inline-block;
	width: 177px;
	text-align: center;
}*/

section.banner {
	padding-bottom: 88px;
	background:url(../../images/banner.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	margin-top: 70px;
}



.left-nav {
	float: left;
}

section.banner .dropdown-menu {
	background-color: #f2f2f2;
	width: 177px;
	border-color: #f2f2f2;
	border-radius: 0;
	box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.2);
}

.banner ul li i {
	padding-left: 3px;
}

a:hover {
	text-decoration: none
}

.right-lnav .dropdown-menu {
	right: 0;
	width: 144px;
	margin: 24px 0 0;
	background-color: #f2f2f2;
	border: 1px solid #f2f2f2;
	left: auto;
}

.right-lnav .dropdown-menu::before {
	content: "";
	background: #146bca;
	width: 100px;
	height: 5px;
	display: block;
	margin: 0;
	top: -6px;
	position: absolute;
	right: 0;
}

.right-lnav .navbar-nav li.show {
	position: relative;
}

section.banner .dropdown-item {
	font-weight: 400;
	color: #59595b;
	font-family: Roboto;
	font-size: 16px;
}

section.banner .dropdown-item.active,
section.banner .dropdown-item:active {
	color: #fff;
	text-decoration: none;
	background-color: transparent;
	outline: none;
}

section.banner .dropdown-item:focus,
section.banner .dropdown-item:hover {
	background-color: transparent;
}

section.banner .dropdown-item img {
	float: right;
}

section.how-it-works {
	background: #f2f2f2;
	padding: 31px 0 21px;
	text-align: center;
}

section.how-it-works h1 {
	font-size: 25px;
	color: #156bca;
	font-weight: 300;
	text-align: center;
	text-transform: uppercase;
	font-family: Roboto;
	margin-bottom: 57px;
}

.how-it-works ul li img {
	display: block;
	margin: 0 auto;
}

.how-it-works ul li {
	height: 300px;
	width: 300px;
	vertical-align: top;
	text-transform: uppercase;
	font-weight: 600;
	font-family: Roboto;
	color: #fff;
	/* transform: rotate(45deg); */
	border-radius: 15px;
	/* border: 21px solid rgba(0, 0, 0, 0.5); */
	margin: 0 -6%;
	/* -webkit-transform: rotate(45deg); */
	/* line-height: 72px; */
	padding: 76px 0;
}

.inner {
	padding: 0 93px;
	font-size: 17px;
	line-height: 20px;
	font-weight: 500;
	font-family: Roboto;
}

.inner img {
	padding-bottom: 18px;
}

.how-it-works ul li:first-child {
    background: url(../../images/first-backround.png);
    background-size: 100%;
}

.how-it-works ul li:nth-child(2) {
    background: url(../../images/second-background.png);
    background-size: 100%;
}

.how-it-works ul li:nth-child(3) {
    background: url(../../images/third-background.png);
    background-size: 100%;
}

.how-it-works ul li:last-child {
    background: url(../../images/fourth-background.png);
    background-size: 100%;
}

section.why-choose {
    padding: 85px 0;
    text-align: center;
    background: url(../../images/why-choose.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

/*section.why-choose::before {
    background: rgba(0, 0, 0, 0.25) none repeat scroll 0 0!important;
    color: #000;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    left: 0;
    top: 0;
}*/
section.why-choose h1 {
	font-size: 25px;
	color: #2a80b9;
	font-weight: 300;
	text-align: center;
	text-transform: uppercase;
	font-family: Roboto;
	margin-bottom: 42px;  
}

.why-choose p {
    font-size: 16px;
    color: #000;
    font-weight: 300;
    font-family: Roboto;
    width: 64%;
    margin: 0 auto;
   
}
.first-home .top-menu .logo-div a img {
	margin-left: 9px;
}
.why-choose h5 {
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 400;
	font-family: Roboto;
	margin: 2em 0 1.5em; 
}

.why-choose ul li:first-child h5 {
	color: #6db350;
}

.why-choose ul li:nth-child(2) h5 {
	color: #eaaa11;
}

.why-choose ul li:last-child h5 {
	color: #894ebe;
}

section.more-options {
    padding: 50px 0;
    text-align: center;
    background: url(../../images/more-option-background.jpg);
    background-size: cover;
}

section.more-options h1 {
	font-size: 25px;
	color: #156bca;
	font-weight: 300;
	text-align: center;
	text-transform: uppercase;
	font-family: Roboto;
	margin-bottom: 42px;
}

section.more-options h5 {
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 400;
	font-family: Roboto;
	margin: 2em 0 1.5em;
	color: #146bca;
}

section.more-options p {
	font-size: 16px;
	color: #59595b;
	font-weight: 300;
	font-family: Roboto;
	width: 64%;
	margin: 0 auto;
}

footer.footer-area {
	background: #5a5a5a;
	width: 100%;
	clear: both;
	float: left;
	padding: 10px 0;
}

.cal-pge .ftr-cn ul{
	margin-bottom: 0px;
	padding-bottom: 15px;
}
.cal-pge .ftr-cn{
	padding-bottom: 5px;
	position: fixed;
	bottom: 0;
}
.cal-pge{
	background: #eeeeee;

}
.footer-area .float-left ul li a {
	font-weight: 400;
	color: #fff;
	font-family: Roboto;
	padding: 0 5px;
	font-size: 14px;
}

.footer-area .float-left ul li:first-child a {
	padding-left: 0;
}

.footer-area .float-left ul li {
	border-right: 1px solid #fff;
	margin: 0;
	padding: 0 8px;
	line-height: 15px;
}

.footer-area .float-left ul li:last-child {
	border: none;
}

.copyright {
	clear: both;
	width: 100%;
	text-align: center;
	color: #fff;
	font-family: Roboto;
	font-weight: 400;
	font-size: 14px;
}

.container {
	max-width: 985px;
}


/*==========================calculation page css start================*/

section.calculation-div {
	background: #eeeeee;
	clear: both;
	float: left;
	width: 100%;
	padding: 10px 0;
}

section.calculation-div .container-main {
	max-width: 975px;
	margin: 0 auto;
	padding: 0 15px;
}

table.table.cal-table {
	background: #fff;
	border-radius: 5px;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
	margin-bottom: 0px;
}

section.calculation-div .table td,
section.calculation-div .table th {
	border-top: none!important;
}

table.table.cal-table thead th {
	border-bottom: none;
	color: #fff;
	font-family: Roboto;
	font-size: 14px;
	font-weight: 400;
	vertical-align: middle;
	padding-left: 22px;
	border:none;
}

table.table.cal-table tbody th {
	border-bottom: none;
	color: #59595b;
	font-family: Roboto;
	font-size: 14px;
	font-weight: 400;
	vertical-align: middle;
	padding-left: 22px;
	padding-top: 14px;
    padding-bottom: 5px;
}

section.calculation-div .table thead {
	background: #156bca;
}

table.table.cal-table tbody td {
	border-bottom: none;
	color: #156bca;
	font-family: Roboto;
	font-size: 14px;
	font-weight: 500;
	vertical-align: middle;
	text-align: right;
	padding-right: 22px;
	padding-top: 14px;
    padding-bottom: 5px;
}

table.table.cal-table thead td {
	text-align: right;
	padding-right: 22px;
	padding-top: 0px;
}

table.table.cal-table td.mwexchange-rate {
	text-align: center;
	font-size: 12px;
	font-weight: 400;
	padding: 4px 0 4px;
}

table.table.cal-table td.btn-sign-in-send {
	text-align: center;
	padding: 6px 0;
}

button.btn.sign-in-send {
	background: #156bca;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	font-family: Roboto;
	padding: 8px 11px;
}

table.table.cal-table td.dont-have {
	text-align: center;
	color: #5a5a5a;
	font-weight: 400;
	padding-bottom: 10px;
}

.calculation-div .float-lg-right {
	width: 45%;
}

.calculation-div .float-lg-left {
	width: 40%;
}
.navbar-expand-md{
	padding-right: 0px;
}

.calculation-div .float-lg-right h1 {
	color: #156bca;
	font-weight: 400;
	font-size: 30px;
	margin: 3px 0 18px;
	font-family: Roboto;
}

.calculation-div .float-lg-right h1 span {
	display: block;
}

.float-lg-right p {
	color: #000;
	font-weight: 300;
	font-size: 18px;
 margin: 13px 0 15px;
}

.mproduct-select select {
	width: 130px;
	background: #36c365;
	border: 1px solid #36c365;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	font-family: Roboto;
	border-radius: 4px;
	padding: 6px 3px;
	outline: none;
}

.mamount-select select {
	width: 130px;
	background: #36c365;
	border: 1px solid #36c365;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	font-family: Roboto;
	border-radius: 4px;
	padding: 6px 3px;
	outline: none;
}

.destination-country select {
	width: 130px;
	outline: none;
	background: transparent;
	border: 1px solid transparent;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	font-family: Roboto;
	border-radius: 4px;
	padding: 6px 3px;
	background: #156bca;
}

.flag-iconn {
	position: absolute;
	right: 25px;
	top: 4px;
}

.calculation-div table.table.cal-table thead td:first-child {
	border-radius: 5px 5px 0 0px;
}

.select-option {
	position: relative;
}

.mamount-input input {
	width: 130px;
	background: #fff;
	border: 1px solid #fff;
	color: #000;
	font-size: 14px;
	font-weight: 400;
	font-family: Roboto;
	border-radius: 4px;
	padding: 5px 3px;
}

.calculation-div .table td,
.calculation-div .table th {
	padding: .5rem;
	vertical-align: top;
	border-top: 1px solid #dee2e6;
}

.calculation-div td.border-linee {
	border-bottom: 1px solid #ddd!important;
	padding-top: 4px!important;
	padding-bottom: 0px!important;
}

tr.mtotal-pay th {
	padding-top: 13px!important;
}

tr.mtotal-pay td {
	padding-top: 13px!important;
}


/*==========================calculation page css end================*/


/*=========================media Query start======================*/

@media (max-width:320px) {
	.img-rupr{
			text-align: center;
		}
	.calculation-div .float-lg-right h1 {
  
    text-align: center;
    margin-top: 15px;
    margin-bottom: 5px;
}
.float-lg-right p{
	text-align: center;
}
	.cal-pge footer.footer-area {
	position: inherit;

}
	.footer-area.ftr-cn .float-left ul li a {
		padding: 0 0px;
		font-size: 11.5px;
	}
	.footer-area.ftr-cn .float-left ul li {
		padding: 0 3px;
		line-height: 9px;
		
	}
	.copyright{
		padding: 15px 0px;
	}
}

@media (max-width:480px) {
	.copyright{
		padding: 15px 0px;
	}

	.img-rupr{
			text-align: center;
		}
	.float-lg-right p{
	text-align: center;
}
	.calculation-div .float-lg-right h1 {
  
    text-align: center;
    margin-top: 15px;
    margin-bottom: 5px;
}

.cal-pge footer.footer-area {
	position: inherit;

}
	.banner .sending-money h1 {
		font-size: 22px;
	}
	.banner .sending-money p {
		font-size: 17px;
		margin: 9px 0 12px 0;
	}
	.banner .sending-money ul li:last-child a {
		width: 136px;
		font-size: 15px;
	}
	.banner .sending-money ul li .dropdown button {
		width: 136px;
		font-size: 13px;
	}
	section.how-it-works h1 {
		font-size: 21px;
		margin-bottom: 16px;
	}
	section.how-it-works {
		padding: 19px 0 10px;
	}
	.how-it-works ul li {
		height: 280px;
		width: 280px;
		margin: 0;
	}
	.how-it-works .list-inline-item:not(:last-child) {
		margin-right: 0;
	}
	section.why-choose {
		padding: 43px 0 0;
	}
	section.why-choose h1 {
		font-size: 19px;
		margin-bottom: 25px;
	}
	.why-choose h5 {
		margin: 16px 0 8px;
	}
	.list-inline-item:not(:last-child) {
		margin-right: 0;
	}
	.why-choose ul li {
		margin: 0 0 35px;
	}
	section.more-options h1 {
		font-size: 20px;
		margin-bottom: 23px;
	}
	section.more-options h5 {
		margin: 21px 0 9px;
	}
	.more-options ul li {
		margin: 0 0 24px;
	}
	.more-options ul.list-inline {
		margin: 0;
	}
	section.more-options {
		padding: 27px 0 0;
	}
	.footer-area .float-left ul li {
		padding: 0 4px;
		line-height: 9px;
	}
	.footer-area .float-left ul li a {
		padding: 0 0px;
		font-size: 12px;
	}
	.footer-area .float-lg-right {
		clear: both;
		text-align: center;
		padding-top: 9px;
	}
	.copyright {
		font-size: 12px;
		line-height: 11px;
	}
	footer.footer-area {
		padding: 17px 0;
	}
	.inner {
		font-size: 15px;
	}
}

@media (max-width:600px) {
	.copyright{
		padding: 15px 0px;
	}
	.how-it-works ul li{
		margin: 0px;
	}
	.why-choose ul li {
		margin-bottom: 20px;
	}
	.more-options ul li {
		margin-bottom: 20px;
	}
	.img-rupr{
			text-align: center;
		}
	.float-lg-right p{
	text-align: center;
}
	.calculation-div .float-lg-right h1 {
  
    text-align: center;
    margin-top: 15px;
    margin-bottom: 5px;
}
	.cal-pge footer.footer-area {
	position: inherit;

}
	.calculation-div .float-lg-left {
		width: 100%;
	}
	.calculation-div .float-lg-right {
		width: 100%;
	}
}

@media (min-width:601px) and (max-width:767px) {
	.copyright{
		padding: 15px 0px;
	}
	.float-lg-right p{
	text-align: center;
}
		.img-rupr{
			text-align: center;
		}
	.calculation-div .float-lg-right h1 {
  
    text-align: center;
    margin-top: 15px;
    margin-bottom: 5px;
}
	.cal-pge footer.footer-area {
	position: inherit;

}
	.calculation-div .float-lg-left {
		width: 52%;
		float: left;
	}
	.calculation-div .float-lg-right {
		width: 42%;
		float: right;
	}
}

@media (max-width:767px) {
	section.banner {
		padding-bottom: 20px;
	}
	.sending-money h1 {
		font-size: 30px;
	}
	.sending-money {

    padding-top: 35px;
    padding-bottom: 0px;
    display: inline-block !important;

	}
	.sending-money p {
		font-size: 18px;
		margin: 1px 0 18px 0;
	}
	.footer-area.ftr-cn .float-lg-right {
		clear: both;
		text-align: center;
	}
	.footer-area.ftr-cn .float-left {
		float: none!important;
		display: block;
		text-align: center;
		margin: 0 auto;
	}
	.landing-header .navbar {
		position: inherit;
		padding: 2px 0;
	}
	.landing-header div#navbarNav {
		border-top: 1px solid #ddd;
		padding-top: 12px;
		margin-top: 13px;
		margin-bottom: 12px;
	}
	.right-lnav {
		float: none;
		padding-top: 4px;
		clear: both;
	}
	.landing-header button.navbar-toggler {
		position: absolute;
		right: 14px;
		background: #156bca;
		top: 22px;
	}
	.right-lnav .navbar-nav li {
		padding: 3px 0px;
	}
	.right-lnav .navbar-nav li:nth-child(4) {
		padding-right: 0;
		padding-left: 0;
		padding-bottom: 21px;
		padding-top: 10px;
	}
	.right-lnav .dropdown-menu::before {
		display: none;
	}
	.right-lnav .dropdown-menu {
		width: 100%;
		margin: 3px 0 0;
		border-radius: 0;
	}
	.navbar-toggler-icon i {
		color: #fff;
		font-size: 23px;
		padding: 3px 0;
	}
}

@media (min-width:768px) and (max-width:991px) {
	.cal-pge footer.footer-area{
		position: inherit;
	}
	.sending-money {
		padding-top: 45px;
		display: inline-block;
		padding-bottom: 0px;
	}
	.sending-money h1 {
		font-size: 35px;
	}
	.sending-money p {
		font-size: 20px;
		margin: 2px 0 21px 0;
	}
	section.banner {
		padding-bottom: 50px;
	}
	.how-it-works ul li {
		height: 200px;
		width: 200px;
		padding: 53px 0;
	}
	.inner {
		padding: 0;
		font-size: 14px;
		line-height: 16px;
		width: 40%;
		margin: 0 auto;
		text-align: center;
	}
	.inner img {
		padding-bottom: 9px;
		max-width: 27px;
	}
	section.how-it-works h1 {
		margin-bottom: 22px;
	}
	section.how-it-works {
		padding: 22px 0 13px;
	}
	section.why-choose {
		padding: 40px 0 20px;
	}
	.why-choose ul li {
		width: 32%;
		vertical-align: top;
	}
	.why-choose h5 {
		font-size: 20px;
		margin: 18px 0 13px;
	}
	.why-choose p {
		font-size: 15px;
	}
	.more-options ul li {
		width: 32%;
		vertical-align: top;
	}
	section.more-options h5 {
		font-size: 20px;
		margin: 25px 0 13px;
	}
	section.more-options {
		padding: 27px 0;
	}
	section.more-options h1 {
		margin-bottom: 29px;
	}
	.footer-area .float-lg-right {
		float: right;
	}
	.right-lnav .navbar-nav li:nth-child(4) {
		padding-left: 12px;
	}
	.calculation-div .float-lg-left {
		float: left;
	}
	.calculation-div .float-lg-right {
		float: right;
		width: 49%;
	}
}

@media (min-width:992px) and (max-width:1200px) {
	.how-it-works ul li {
		height: 260px;
		width: 260px;
		padding: 65px 0;
	}
	.inner {
		padding: 0 76px;
		font-size: 15px;
		width: 90%;
		margin: 0 auto;
	}
	.inner img {
		padding-bottom: 12px;
		max-width: 43px;
	}
	.why-choose h5 {
		margin: 25px 0 10px;
	}
	section.more-options h5 {
		margin: 22px 0 13px;
	}
}
@media only screen and (max-width: 100000px) and (min-width: 768px){
.header-fixed {
    width: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 9999;
    animation: smoothScroll 1s forwards;
}
.header-wrapper {
  -webkit-transition: position 10s;
  -moz-transition: position 10s;
  -ms-transition: position 10s;
  -o-transition: position 10s;
  transition: position 10s;
}
}


@keyframes smoothScroll {
	0% {
		transform: translateY(-40px);
	}
	100% {
		transform: translateY(0px);
	}
}

@media only screen and (min-width: 1400px){
	section.banner{
		height: 680px;
		background-size: 100% 100%;
	}
}