/*Ribbon*/
.rmt-ribbon {
	position: absolute;
	width: 100%;
	text-align: center;
	margin-top: 9px;
}
.rmt-ribbon>p {
	display: inline;
	background-color: #1599BB;
	margin: 0;
	padding: 10px 40px;
	color: white;
	border-radius: 0 0 10px 10px;
	font-size: 1.2em;
}

@media (max-width: 767px) {
	.rmt-ribbon {
		position: relative;
		margin-top: 0px;
	}
	.rmt-ribbon>p {
		display: block;
		border-radius: 0;
		padding: 10px;
		font-size: 1em;
	}
}

/*Responsive image*/
.rmt-img {
	width: 100%;
	height: auto;
}
.rmt-img-mobile {
	width: 100%;
	height: auto;
	display: none;
}

@media (max-width: 767px) {
	.rmt-img-mobile {
		display: block;
			}
}

/*Text on image*/
.rmt-textOnImage {
	text-align: center;
	color: white;
}
.rmt-textOnImagenew {
	text-align: left;
    color: white;
    font-size:1.7em!important;
}
.rmt-textOnImage>h1, .rmt-textOnImage>h2, .rmt-textOnImage-black>h1, .rmt-textOnImage-black>h2 {
	font-size: 3em;
	font-weight: bold;
	
}

.rmt-textOnImagenew>h1, .rmt-textOnImagenew>h2, .rmt-textOnImage-black>h1, .rmt-textOnImage-black>h2 {
	font-size: 3em;
    font-weight: bold;
}

.rmt-textOnImage p, .rmt-textOnImage-black p {
	font-size: 1.5em;
	margin: 20px auto;
	max-width: 500px;
}

.rmt-textOnImage-black {
	text-align: center;
	color: #333;
}
.rmt-textOnImage-black img {
	height: 100px;
	margin: 10px 0;
}

@media (max-width: 767px) {
	.rmt-textOnImage {
		text-align: center;
		color: inherit;
	}
	.rmt-textOnImagenew {
		text-align: center;
        color: black;
        font-size:1.0em!important;
	}

	.rmt-textOnImage>h1, .rmt-textOnImage>h2, .rmt-textOnImage-black>h1, .rmt-textOnImage-black>h2 {
		font-size: 2.2em;
		font-weight: bold;
    }
    
    .rmt-textOnImagenew>h1, .rmt-textOnImagenew>h2, .rmt-textOnImage-black>h1, .rmt-textOnImage-black>h2 {
		font-size: 2.2em;
		font-weight: bold;
	}

	.rmt-textOnImage>p {
		font-size: 1.2em;
		margin: 10px auto;
	}
	.rmt-textOnImage-black img {
		height: 100px;
		margin: 0;
	}
}

/*Download App*/
.rmt-downloadApp {
	text-align: center;
	margin-top: 40px;
}
.rmt-downloadApp>p {
	font-size: 1.5em;
    font-weight: bold;
}
.rmt-downloadApp>div {
	display:flex;
	justify-content: center;
}
.rmt-downloadApp>div>a>img {
	padding: 10px;
	max-width: 100%;
}

@media (max-width: 767px) {
	.rmt-downloadApp>p {
		font-size: 1.4em;
    	margin: 5px auto;
	}
}


/*Slashes on headlines*/
.rmt-slashes {
	margin-left: 15px;
    margin-right: 15px;
}
.rmt-slashes::before {
	content: 'wu';
    background-image: url(/../staticassets/content/dam/wu/rmt/icons/icon_slashes.png);
    background-repeat: no-repeat;
    font-size: .7em;
    color: transparent;
    position: relative;
    top: -0.14em;
    margin-left: -1em;
}

/*icons svg things*/
.rmt-icon {
    height:100px;
    width: 100px;
    fill: #0099bd;
}
.rmt-icon-testimonials {
    fill:#a7a7a7;
    height: 25px;
}

/*Multi tile element*/
.rmt-multiTile {
	text-align: center;
	max-width: 450px;
	min-height:300px;
	margin: 0 auto;
	padding: 0 20px;
    }
.rmt-multiTile>h2 {
	font-weight: bold;
}
.rmt-multiTile>h3 {
	font-size: 2em;
	font-weight: bold;
}
.rmt-multiTile>img {
	height: 100px;
	margin: 10px 0;
}
.rmt-multiTile>img+img {
	margin-left: 30px;
}
.rmt-multiTile>p {
	font-size: 1.3em !important;
	margin: 20px 0;
}

.rmt-multiTile-review {
	text-align: center;
	max-width: 330px;
	margin: 0 auto;
}
.rmt-multiTile-review p {
	padding: 3px 0;
    font-size: 1.3em !important;
}
.rmt-multiTile-review>img:first-child {
	height: 100px;
}
.rmt-multiTile-review_quotes {
	height: 30px;
	margin: 0;
	float: left;
}
.rmt-multiTile-review_name {
	color: #029abe;
	padding: 0;
}

@media (max-width: 767px) {
	.rmt-multiTile {
		width: 100%;
		padding: 0;
		min-height:0px;
	}
	.rmt-multiTile>h2 {
	    height: auto;
	    margin-left: -10px;
	}
	.rmt-multiTile>h3 {
	    font-size: 1.7em;
	}
	.rmt-multiTile>p {
		margin: 15px 0;
	}
	.rmt-multiTile>img {
		height: 100px;
		margin: 5px 0 15px 0;
	}
	.rmt-multiTile>img+img {
		margin-left: 0px;
	}
	.rmt-multiTile-review>img:first-child {
		height: 80px;
	}
	.rmt-multiTile-review_quotes {
		height: 25px;
	}
	.rmt-multiTile-review p {
		padding: 3px !important;
	}
}

/*Line*/
.rmt-line {
	border-top: 1px solid #cecece;
	width: 80%;
	margin: 0 auto;
}
.rmt-line-mobile {
	display: none;
	border-top: 1px solid #cecece;
	margin: 30px auto;
}
@media (max-width: 767px) {
	.rmt-line {
		width: calc(100% - 20px);
	}
	.rmt-line-mobile {
		width: calc(100% - 20px);
		display: block;
	}
}


/*Payment bar*/
.rmt-paymentBar {
	display: flex;
    justify-content: space-around;
    align-items: center;
    height: 70px;
}
.rmt-paymentBar>h2 {
	font-size: 2em;
	font-weight: bold;
	margin: 0;
}
.rmt-paymentBar>ul {
	list-style-type: none;
}
.rmt-paymentBar>ul>li {
	float: left;
	color: inherit;
	font-size: 1.4em;
	margin: 0 10px;
}
.rmt-paymentBar>ul>li+li::before {
	content: 'wu';
    background-image: url(/../staticassets/content/dam/wu/rmt/icons/icon_slash.png);
    background-repeat: no-repeat;
    font-size: .7em;
    color: transparent;
    position: relative;
    top: -0.14em;
    padding-right: 20px;
}
@media (max-width: 991px) {
	.rmt-paymentBar>h2 {
		font-size: 1.5em;
	}
	.rmt-paymentBar>ul>li {
		font-size: 1.2em;
		margin: 0 5px;
	}
	.rmt-paymentBar>ul>li+li::before {
		padding-right: 10px;
	}
}

@media (max-width: 767px) {
	.rmt-paymentBar {
	    text-align: center;
	    flex-direction: column;
	    height: auto;
	}
	.rmt-paymentBar>h2 {
		font-size: 1.7em;
		margin-top: 25px;
	}
	.rmt-paymentBar>ul>li {
		display: block;
		float: none;
		margin: 20px;
		font-size: 1.4em;
	}
	.rmt-paymentBar>ul>li+li::before {
		display: none;
	}
}


/*Text center*/
.rmt-text-center {
	text-align: center;
}
.rmt-text-center>p {
	font-size: 1.3em;
}


/*Disclaimer*/
.rmt-disclaimer {
	background-color: #a7a7a7;
    padding: 30px 15px;
}
.rmt-disclaimer>p {
	color: white;
	opacity: 0.9;
	width: 100%;
	max-width: 964px;
	margin: 10px auto;
}

@media (max-width: 767px) {
	.rmt-disclaimer>p {
		font-size: 0.9em;
	}
}


/*Button*/
.rmt-btn {
	font-weight: bold;
    min-width: 200px;
    max-width: 350px;
    padding: 10px;
}
.rmt-btn-spaced {
	font-weight: bold;
    min-width: 200px;
    max-width: 350px;
    padding: 10px;
    margin: 20px 0 !important;
}
@media (max-width: 767px) {
	.rmt-btn {
	    width: 100%;
	}
	.rmt-btn-spaced {
	    width: 100%;
	    margin: 10px 0 !important;
	}
}


/*Intro text*/
.rmt-introText {
	text-align: center;
	margin: 20px 0;
}
.rmt-introText>h2 {
	font-weight: bold;
}
.rmt-introText>h3 {
	font-size: 1.7em;
	font-weight: bold;
}
.rmt-introText>p {
	font-size: 1.3em;
	max-width: 600px;
	margin: 0 auto;
}

@media (max-width: 767px) {
	.rmt-introText {
		margin: 10px 0;
	}
}


/*Table*/
.rmt-table {
	background-color: #f1f1f1;
	font-size: 1.3em;
	margin: 0 auto;
}
.rmt-table thead {
	background-color: #ffda1a;
	border-bottom: 5px solid white;
}
.rmt-table tr {
}
.rmt-table th {
	padding: 20px;
	text-align: center;
}
.rmt-table td {
	padding: 15px 20px;
	text-align: center;
}
.rmt-table th:first-child, .rmt-table td:first-child  {
	text-align:;
}

@media (max-width: 767px) {
	.rmt-table {
		font-size: 1.3em;
	}
	.rmt-table thead {
		font-size: 0.8em;
	}
	.rmt-table th, .rmt-table td {
		padding: 10px;
	}
}


/*Modal*/
.rmt-modal-trigger img {
	max-width: 150px;
}

.rmt-modal-dialog {
	width: 640px;
	height: 100%;
	display: flex; 
	align-items: center;
	margin: 0 auto;
}
.rmt-modal-content {
	border-radius: 0;
	border: none;
}
.rmt-modal-header .close {
	margin-top: -10px;
}
.rmt-modal-body {
	width: 640px;
	height: 360px;
	padding: 0;
}

@media (max-width: 767px) {
	.rmt-modal-dialog {
		width: 100%;
	}
	.rmt-modal-content {
		margin: 0 auto;
	}
	.rmt-modal-body {
		width: 100%;
    	height: auto;
	}
	.rmt-modal-body>iframe {
		width: 100%;
    	height: auto;
	}
}


/*Layout*/
.rmt-layout-row {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 20px;
	background-color: white;
}
.rmt-layout-row-separator {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 20px;
	background-color: white;
}
.rmt-layout-row-img {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 20px;
	background-color: white;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.rmt-layout-row-img-left {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding: 0 20px;
	background-color: white;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.rmt-layout-row-img-right {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding: 0 20px;
	background-color: white;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.rmt-layout-col {
	flex: 0 1 600px;
}
.rmt-layout-row-separator>.rmt-layout-col+.rmt-layout-col {
	border-left: 1px solid #cecece;
}
.rmt-layout-row-img-left>.rmt-layout-col {
	margin-left: 8%;
}
.rmt-layout-row-img-right>.rmt-layout-col {
	margin-right: 8%;
}

@media (min-width: 768px) and (max-width: 991px) {
	.rmt-layout-row-img, .rmt-layout-row-img-left, .rmt-layout-row-img-right {
		height: 400px;
	}
}
@media (min-width: 992px) and (max-width: 1599px) {
	.rmt-layout-row-img, .rmt-layout-row-img-left, .rmt-layout-row-img-right {
		height: 500px;
	}
}
@media (min-width: 1600px) and (max-width: 1999px) {
	.rmt-layout-row-img, .rmt-layout-row-img-left, .rmt-layout-row-img-right {
		height: 700px;
	}
}
@media (min-width: 2000px) {
	.rmt-layout-row-img, .rmt-layout-row-img-left, .rmt-layout-row-img-right {
		height: 800px;
	}
}

@media (max-width: 767px) {
	.rmt-layout-row {
		flex-direction: column;
		padding: 0 10px;
	}
	.rmt-layout-row-separator {
		flex-direction: column;
		padding: 0 10px;
	}
	.rmt-layout-col {
		flex: 1 0 auto;
		width: 100%;
	}
	.rmt-layout-row-separator>.rmt-layout-col+.rmt-layout-col {
		border-left: none;
		border-top: 1px solid #cecece;
		padding-top: 40px;
	}
	.rmt-layout-row-img, .rmt-layout-row-img-left, .rmt-layout-row-img-right {
		background-image: none !important;
		padding: 0 10px;
		flex-direction: column;
	}
	.rmt-layout-col+.rmt-layout-col {
		
	}
	.rmt-layout-row-img-left>.rmt-layout-col {
		margin: 0;
	}
	.rmt-layout-row-img-right>.rmt-layout-col {
		margin: 0;
		}
	.rmt-layout-row-img-home {
		height: 650px;
		color: white !important;
		display: flex;
		align-items: center;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
	}
	.rmt-layout-row-img-home>.rmt-layout-row-img, .rmt-layout-row-img-home>.rmt-layout-row-img-left, .rmt-layout-row-img-home>.rmt-layout-row-img-right {
		background-color: transparent;
	}
}

@media (max-width: 600px) {
	.rmt-layout-row-img-home {
		height: 500px;
	}
}

@media (min-width: 2000px) {
	.rmt-layout-row-img-left>.rmt-layout-col {
		margin-left: 20%;
	}
	.rmt-layout-row-img-right>.rmt-layout-col {
		margin-right: 20%;
	}
}

/*Padding*/
.rmt-padding {
	padding-top: 50px;
	padding-bottom: 50px;
}
.rmt-paddingTop {
	padding-top: 50px;
}
.rmt-paddingBottom {
	padding-bottom: 50px;
}
.rmt-padding-desktop {
	padding-top: 50px;
	padding-bottom: 50px;
}
.rmt-paddingTop-desktop {
	padding-top: 50px;
}
.rmt-paddingBottom-desktop {
	padding-bottom: 50px;
}

@media (max-width: 767px) {
	.rmt-padding-desktop {
		padding-top: 0;
		padding-bottom: 0;
	}
	.rmt-paddingTop-desktop {
		padding-top: 0;
	}
	.rmt-paddingBottom-desktop {
		padding-bottom: 0;
	}
	.rmt-padding-mobile {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.rmt-paddingTop-mobile {
		padding-top: 50px;
	}
	.rmt-paddingBottom-mobile {
		padding-bottom: 50px;
	}
}


/*Video*/
.rmt-video {
	width: 100%;
	height: 500px;
}
.rmt-video iframe {
	width: 100%;
	height: 100%;
}

@media (max-width: 767px) {
	.rmt-video {
		height: 270px;
	}
}
#cardsimg{
	width: 35%;
	display:block;
	margin-left:32%;
}

@media (max-width: 767px) {
	#cardsimg {
	width:60%;
    margin-left: 20%;
    }
}

#emailimg {
	margin-bottom: 68px;
		}
		@media (max-width: 767px){
			#emailimg {
				margin-bottom: 50px;
			}
		}

#iframelocation {
	width: 1000vw;
	height: 70vw;
}

@media (max-width: 767px){
#iframelocation{
width:100%;
}

}


#paragpraphid{
	padding-bottom: 67px;
}
@media (max-width: 767px){
paragpraphid{
padding-bottom: 0px;
}
}



@media (max-width: 767px) {
#mobileimg {
display: none;
}
}


/*3 most asked questions section*/

#faq_q1 {
border-color:#ffda1a;
border-style: solid;
border-width: 0 0 0 4px;
padding-left: 20px;

}
#faq_q2 {
border-color:#ffda1a;
border-style: solid;
border-width: 0 0 0 4px;
padding-left: 20px;

}
#faq_q3 {
border-color:#ffda1a;
border-style: solid;
border-width: 0 0 0 4px;
padding-left: 20px;

}

#nopadding{
    padding-left:7%
}

@media (max-width: 767px) {
    #nopadding{
        padding-left:0%;
    }
}
