body
{
    margin:0;
    padding:0;
    height:100%;
    width:100%;
    font-family: 'Jost', sans-serif;
    color:#464646;
}
*
{
    margin:0;
    padding:0;
}
*,*:after,*:before
{
    box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
}
.clearfix:after
{
    content:"";
    display:block;
    clear:both;
}
.navbar
{
    padding:1rem 0;
}
.mobile-header
{
    display:none;
}

.desktop-header
{
    display:block;
}
.bg-skyblue {
    background: #00274D;
}
.desktop-navbar a.nav-item
{
    color:#fff;
}
a.navbar-brand.desktop-brand img {
    width: 180px;
}
.color-black
{
    color:#000;
}
.theme-color
{
    color: #00274D;
}
.font-weight-400
{
    font-weight:400;
}
.font-weight-500
{
    font-weight:500 !important;
}
.underline
{
    text-decoration:underline;
}
.bg-light-grey
{
    background: #f8f9fa;
}
/*************start content section ******************/
.mobile-device-logo-image
{
    display: none;
}
.mobile-device-show
{
    display: none;
}
section.content
{
    padding: 80px 0px;
}
.content-caption {
    padding: 60px 0px;
}

h4.card-title {
    font-weight: 400;
    margin-bottom: 20px;
}
h5.card-title
{
    font-weight:400;
    margin-bottom: 20px;
}
.content-caption p {
    margin-bottom: 30px;
}

.content-button a i {
    padding-right: 10px;
}
.help-caption-paragraph p a {
    color: #04488A;
}

.help-caption-paragraph p a:hover {
    color: #00274D;
}
.content-button a :hover{
    color:#04488A;
}
.content-button a{
    color:#00274D;
}
.mobile-image img {
    width: 250px;
}
/************ end content section *******************/
/************ start featured section ***************/
.money-bg img {
    height: 355px;
    margin:auto;
}

.security-bg img {
    height: 355px;
    margin: auto;
}

.send-money {
    width: 49%;
    background: #e4f2fa;
}

.security {
    width: 49%;
    background: #e5eaee;
}
.security-caption {
    padding: 70px;
}
.money-caption {
    padding: 70px;
}

button.radius-button {
    padding: 10px 20px;
    text-align: center;
    width: 200px;
    background: #fff;
    color: #00274D;
    border: 1px solid #00274D;
    border-radius: 30px;
    transition: all 0.3s ease-in;
}

button.radius-button:focus {
    outline: 0;
}
a.radius-button {
    padding: 10px 20px;
    text-align: center;
    width: 200px;
    background: #fff;
    color: #00274D;
    border: 1px solid #00274D;
    border-radius: 30px;
    transition: all 0.3s ease-in;
    text-decoration:none;
}
a.radius-button:hover {
    background: #00274D;
    color: #fff;
}
button.radius-button:hover {
    background: #00274D;
    color: #fff;
}
/************ end featured section ****************/

/************ start footer section ***************/
.footer-section  {
    background: #00274D;
}

.footer-box h6 {
    margin-bottom: 10px;
    color: #7C8990;
    font-weight: 400;
}

.footer-box ul {
    list-style: none;
}

.footer-box li a {
    color: #fff;
    font-size: 14px;
}
/*********** end footer section **************/

/*********** start featured page ************/
.card-columns {
    column-count: 2;
}

.card-columns .card
{
    margin-bottom:20px;
}
.send-bg {
    background: #e4f2fa;
}
.send-bg-image img {
    height: 400px;
}

.card-bg-featured .card-block {
    padding: 0 80px 38px 80px;
}
.simple-match {
    background: #e5ebef;
}

.simple-match-image img {
    height: 350px;
}
.snabbpay-wallet {
    background: #fce7f5;
}
.snabbpay-wallet-image img {
    height:400px;
}
.mopup-match-image img {
    height: 350px;
}

.mopup-match {
    background: #cbf5d9;
}

.mopup-match-image {
    margin-bottom: 40px;
}
.featured-security {
    background: #e5eaee;
}

.featured-security-image img {
    height: 400px;
}
/*********** end featured page **************/

/********* start download page ***********/
.android {
    background: #e4f2fa;
    width: 49%;
}

.android-image img {
    width: 250px;
}

.iphone {
    background: #e5ebef;
    width: 49%;
}

.iphone-image img {
    width: 255px;
}
.contact-content a {
    color: #04488A;
}

.contact-content a:hover {
    color: #00274D;
}
.download-btn button,.app-btn {
    padding: 10px 20px;
    text-align: center;
    width: 200px;
    background: #00274D;
    color: #fff;
    border: 1px solid #00274D;
    border-radius: 30px;
    transition: all 0.3s ease-in;
}
.app-btn{
    text-decoration: none !important;
    color: white !important;
}
.download-btn button:focus
{
    outline:0;
    box-shadow:0;
}
.mobile-device-android-iphone {
    background: #dfeef6;
    padding: 70px 50px;
}
.mobile-device-android-iphone h5
{
    font-weight:400;
}
/******** end download page *************/

/******** start about page ***********/
.about-caption
{
    padding:70px;
    background:#fff;
}

/******** end about page ***********/
/******** start contact page **********/
.contact-caption
{
    padding:70px;
    height:500px;
    background:#fff;
}

/******** end contact page ************/
/******** start licence page ***********/
.licence-caption
{
    padding:70px;
    background:#fff;
    height:500px;
}
/******* end licence page ************/

/****** start help-centre **********/
.top-breadcrumb
{
    background: #ecedee;
}
.help-caption
{
    padding:70px;
    background:#fff;
}
.help-centre-box h6 {
    font-size: 18px;
    font-weight: 400;
}

.help-centre-box ul {
    list-style: none;
}

.help-centre-box ul li {
    padding: 8px 0px;
}

.help-centre-box ul li a {
    color: #313131;
}

/****** end help centre ***********/

/**** start new changes css ***/
.our-partner-title h4 {
    font-size: 30px;
    color: #00274D;
}
.our-partner-logo ul {
    list-style: none;
}

.our-partner-logo ul li {
    display: inline-block;
    padding: 30px;
}

.our-partner-logo ul li img {
    width: 200px;
}
.coming-soon-part-sec
{
    background:#00274D;
}
.coming-soon-title-part {
    color: #fff;
}
a.iphone-coming-soon {
    text-decoration: none;
    color: #00274D;
    font-size: 20px;
    font-weight: 400;
}
.download-btn {
    height: 70px;
}
/*** end new changes css ***/
/* start privacy policy css */

.privacy-policy-caption {
    padding: 30px 15px;
}
ul.list-style-none {
    list-style: none;
    padding: 20px 50px;
}
ul.list-style-none li {
    margin-bottom:20px;
}
ul.with-list-style {
    padding: 0 30px;
}
ul.medium-spacing {
    padding: 0 20px;
}
ul.medium-spacing li p {
    padding: 0 50px;
}
.custom-table tr th {
    background: #eee;
}
/* end privacy policy css */

.copyright-footer {
    padding: 15px;
    background: #04488A;
    color: #fff;
}

.copyright-footer h5 {
    font-size: 16px;
}
.profile-team-image {
    height: 300px;
    border: 1px solid #ddd;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.profile-team-image img {
    width: 270px;
    margin: auto;
}

.profile-team-caption {
    text-align: center;
    padding: 20px 0;
    background: #00274D;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.profile-team-image {
    text-align: center;
}

.main-profile-box {
    margin-bottom:30px;
    transition: all 0.5s ease-in-out;
}

.main-profile-box:hover {
    transform: translateY(-10px);
}

.profile-team-caption h4 {
    color: #fff;
}

.profile-team-caption p {
    color: #fff;
}
.homepage-raferaal-banner img {
    width: 100%;
}
.homepage-raferaal-banner{margin:20px 0;}
.top_announcement {
    padding: 8px;
    background: #deefff;
}

.top_announce_content p {
    margin-bottom: 0;
    text-align: center;
}
.top_announce_content{ position: relative;}
.top_announce_content p a {
    color: #00274d;
    font-weight: 500;
    font-style: italic;
    font-size: 16px;
}
.top_announce_content span {
    position: absolute;
    top: 5px;
    right: 10px;
    cursor: pointer;
}


/************************************start unsubscribe css*********************************************************/
.unsubscribe-content-part
{
    padding: 70px;
    background: #fff;
}
.unsubscribe-content h4 {
    font-size: 20px;
    font-weight: 400;
	margin-bottom:30px;
}
.unsubscribe-middle-part
{
	padding:30px 0;
	border-top:2px solid #00274d;
	border-bottom:2px solid #00274d;
}
.unsubscribe-title-part {
    margin-bottom: 30px;
}

.unsubscribe-checkbox {
    padding-top: 1px;
	text-align:right;
}
.unsubscribe-checkbox-part
{
	margin: 10px 0px;
}
.clearfix
{
	content:"";
	display:block;
	clear:both;
}

.unsubscribe-radio {
    padding-top: 1px;
	text-align:right;
}
.unsubscribe-radio-part
{
	margin: 10px 0px;
}
.unsubscribe-radio-main {
    margin-top: 20px;
	width:100%;
}
.save-changes-button {
    text-align: center;
    margin: 10px 0;
}

button.save-changes {
    padding: 5px 30px;
    background: #00274d;
    color: #fff;
    border: 1px solid #00274d;
    font-size: 16px;
    font-weight: 500;
}
.unsubscribe-bottom-part {
    padding: 30px 0 0 0;
}

.unsubscribe-description textarea {
    width: 100%;
    padding: 10px;
}
.unsubscribe-title {
    margin-bottom: 15px;
}
.unsubscribe-button {
    text-align: center;
    margin: 20px 0;
}

button.unsubscribe-btn {
    padding: 5px 30px;
    background: #f5f5f5;
    color: #00274d;
    border: 1px solid #00274d;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
}

.statusmodalsuccess svg {
	width: 65px; 
	display: block; 
	margin: 0 auto;
}
.statusmodalsuccess .path {
	stroke-dasharray: 1000; 
	stroke-dashoffset: 0;
}
.statusmodalsuccess .path.circle {
	-webkit-animation: dash 0.9s ease-in-out; 
	animation: dash 0.9s ease-in-out;
}
.statusmodalsuccess .path.line {
	stroke-dashoffset: 1000; 
	-webkit-animation: dash 0.95s 0.35s ease-in-out forwards; 
	animation: dash 0.95s 0.35s ease-in-out forwards;
}
.statusmodalsuccess .path.check {
	stroke-dashoffset: -100; 
	-webkit-animation: dash-check 0.95s 0.35s ease-in-out forwards; 
	animation: dash-check 0.95s 0.35s ease-in-out forwards;
}

@-webkit-keyframes dash { 
	0% {
		stroke-dashoffset: 1000;
	}
	100% {
		stroke-dashoffset: 0;
	}
}
@keyframes dash { 
	0% {
		stroke-dashoffset: 1000;
	}
	100%{
		stroke-dashoffset: 0;
	}
}
@-webkit-keyframes dash { 
	0% {
		stroke-dashoffset: 1000;
	}
	100% {
		stroke-dashoffset: 0;
	}
}
@keyframes dash { 
	0% {
		stroke-dashoffset: 1000;}
	100% {
		stroke-dashoffset: 0;
	}
}
@-webkit-keyframes dash-check { 
	0% {
		stroke-dashoffset: -100;
	}
	100% {
		stroke-dashoffset: 900;
	}
}
@keyframes dash-check {
	0% {
		stroke-dashoffset: -100;
	}
	100% {
		stroke-dashoffset: 900;
	}
}
.success-unsubscribe
{
	padding:50px 0;
}
.baelio-pay-new {
    background: #ECE7FC;
}
/**********************************end unsubscribe css***************************************************************/