@font-face {
	font-family: 'AccordAlternateLight';
	src: url("../../assets/fonts/accord-alternate-200-normal.woff");
	font-weight: 200;
}
@font-face {
	font-family: 'AccordAlternateNormal';
	src: url("../../assets/fonts/accord-alternate-300-normal.woff");
	font-weight: 300;
}
@font-face {
	font-family: 'AccordAlternateItalic';
	src: url("../../assets/fonts/accord-alternate-300-italic.woff");
	font-weight: 300;
	font-style: italic;
}
@font-face {
	font-family: 'AccordAlternateBold';
	src: url("../../assets/fonts/accord-alternate-700-normal.woff");
	font-weight: 700;
}
@font-face {
	font-family: 'AccordAlternateBoldItalic';
	src: url("../../assets/fonts/accord-alternate-700-italic.woff");
	font-weight: 700;
	font-style: italic;
}
@font-face {
	font-family: 'MarkForMCNarrowRegular';
	src: url("../../assets/fonts/MarkForMCNarrowW00Regular.0dba7c8");
	font-weight: normal;
}
@font-face {
	font-family: 'MarkForMCNarrowBold';
	src: url("../../assets/fonts/MarkForMCNarrowW00-Bold.c14ca0d.woff2");
	font-weight: bold;
}
@font-face {
	font-family: 'MarkOffcProLight';
	src: url("../../assets/fonts/MarkOffcProLight.f548733.woff2");
}
@font-face {
	font-family: 'MarkOffcPro';
	src: url("../../assets/fonts/MarkOffcPro.9c373a8.woff2");
}
html, body {
	height: 100%;
	width: 100%;
}
body {
	overflow-x: hidden;
}
* {
	margin: 0;
	padding: 0;
}
img {
	border: 0;
}
.hidden {
	opacity: 0;
}
.visible {
	opacity: 1;
}
.nopadding, .navbar-kw .navbar-nav > li.nopadding {
	padding-left: 0;
	padding-right: 0;
}
section {
	padding: 20px 0;
}
.separator {
	padding-top: 15px;
	padding-bottom: 15px;
	line-height: 0;
	font-size: 0;
}
.separator span {
	border-top: 1px solid #1f3140;
	display: inline-block;
	width: 100%;
}
.separator span:after {
	content: '';
	display: block;
	width: 40%;
	height: 4px;
	background-color: #1f3140;
	position: absolute;
	right: 5%;
}
/*Fonts and Font Sizes*/
body {
	background: url(../../img/page-bg.png) no-repeat top left;
	font-family: 'AccordAlternateNormal', sans-serif;
	letter-spacing: 0.50px;
	color: #161613;
}
.shadow {
	-webkit-box-shadow: 0px 6px 20px #ededed;
	box-shadow: 0px 6px 20px #ededed;
}
header {
	background: #FFF;
	padding: 15px 0px 5px;
}
.header-home {
	background-color: transparent;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 2;
}
.header-home .navbar-collapse {
	border-bottom: 1px solid #a1a1a1;
}
.navbar-brand {
	display: inline-table;
	padding-top: 0px;
	padding-bottom: 0px;
}
/*NAVIGATION*/
.pull-right {
	margin-top:8px !important;
	}
.navbar {
	margin-bottom: 0px;
	border: 0px;
}
.navbar-kw {
	border-radius: 0;
	position: relative;
	z-index: 1000;
}
.navbar-nav {
	margin-top: 0px;
}
.navbar-kw .navbar-nav > li {
	padding: 0px 20px;
}
.navbar-kw .navbar-nav > li > a {
	font-family: 'AccordAlternateBold', sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	color: #000;
	padding: 0px 0px;
}
.navbar-kw .navbar-nav > li > a:hover, .navbar-kw .navbar-nav > .active > a, .navbar-kw .navbar-nav > .active > a:focus, .navbar-kw .navbar-nav > .active > a:hover, .navbar-kw .navbar-nav > li > a:focus {
	background: none;
}
.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
	background-color: #FFF;
}
.menu-icon {
	width: 32px;
	height: auto;
	cursor: pointer;
	display: inline-block;
	position: inherit;
	z-index: 11;
}
.menu-icon div {
	width: 28px;
	height: 2px;
	background: #000;
	margin: 5px;
	transition: all 0.35s;
	border-radius: 1px;
}
.on .line_one {
	-ms-transform: rotate(45deg) translate(5px, 5px);
	-webkit-transform: rotate(45deg) translate(5px, 5px);
	-moz-transform: rotate(45deg) translate(5px, 5px);
	-o-transform: rotate(45deg) translate(5px, 5px);
	transform: rotate(45deg) translate(5px, 5px);
}
.on .line_two {
	opacity: 0;
}
.on .line_three {
	-ms-transform: rotate(-45deg) translate(5px, -5px);
	-webkit-transform: rotate(-45deg) translate(5px, -5px);
	-moz-transform: rotate(-45deg) translate(5px, -5px);
	-o-transform: rotate(-45deg) translate(5px, -5px);
	transform: rotate(-45deg) translate(5px, -5px);
}
.navbar-toggle {
	padding: 0px 0px;
	margin: 15px 20px 0px;
	top: -60px;
}
.navbar-kw .navbar-nav > .active > a:after {
	top: 80%;
	width: 100%;
}
.navbar-nav .open .dropdown-menu>li>a {
	background-color: #fff;
	font-size: 18px;
	padding: 7px 30px;
	display: block;
}
.navbar-nav .open .dropdown-menu>li>a:hover {
	background-color: #000;
	color: #FFF;
}
.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
}
.navbar-collapse.in {
	background: #FFF;
}
li.dropdown ul.dropdown-menu {
	padding: 5px 0px;
	border-radius: 4px;
	margin-top: 25px;
}
.en a{ text-transform: capitalize !important; color:#8c8c8c !important;}

input {
	outline: none;
}
input[type=search] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	font-family: inherit;
	font-size: 100%;
}
input::-webkit-search-decoration, input::-webkit-search-cancel-button {
 display: none;
}
input[type=search] {
	background: #FFF url(../../img/icon-search.jpg) no-repeat 6px;
	border: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}
input:-moz-placeholder {
 color: #999;
}
input::-webkit-input-placeholder {
 color: #999;
}
#demo-2 input[type=search] {
	width: 36px;
	padding: 2px 12px;
	color: transparent;
	cursor: pointer;
}
#demo-2 input[type=search]:hover {
	background-color: #fff;
}
#demo-2 input[type=search]:focus {
	width: 130px;
	padding: 4px 5px 4px 36px;
	color: #000;
	background-color: #fff;
	border: 1px solid #000000;
	cursor: auto;
	-webkit-box-shadow: 0 0 5px rgba(215,215,215,.5);
	-moz-box-shadow: 0 0 5px rgba(215,215,215,.5);
	box-shadow: 0 0 5px rgba(215,215,215,.5);
}
#demo-2 input:-moz-placeholder {
 color: transparent;
}
#demo-2 input::-webkit-input-placeholder {
 color: transparent;
}
.select-language {
	min-width: 125px;
}
.select-language span {
	display: inline-block;
	background: url(../../img/icon-world.jpg) no-repeat;
	width: 24px;
	height: 24px;
	margin-right: 8px;
}
.select-language select {
	color: #8c8c8c;
	border: 0px;
	-moz-appearance: none;
	-webkit-appearance: none;
	line-height: 24px;
	position: absolute;
	padding: 0px 5px;
}
.select-language select::-ms-expand {
 display: none;
}
.benefits h1, #claim-benefit h2, #claim-submission .title h2, .step_one h1, .step_two .title h2, .step_three h2, .step_four h2, .review_section h1, .claims-submitted h1, .completed h1 {
	font-family: 'MarkOffcProLight', sans-serif;
	font-size: 36px;
	line-height: 46px;
	color: #000000;
}
.benefits p {
	font-size: 24px;
	line-height: 32px;
	margin-bottom: 25px;
	color: #ff9900;
}
.mc-card {
	background-image: linear-gradient(to bottom right, #fefefe, #f4f4f4);
	border: 1px dashed #e7e4dd;
	border-radius: 25px;
	box-shadow: 0px 6px 20px #ededed;
	width: 100%;
	height: auto;
	min-height: 352px;
	display: block;
	padding: 25px;
	position: relative;
}
.mc-card-txt {
	background: url(../../img/mastercard-txt.png) no-repeat;
	position: absolute;
	left: 30px;
	top: 35px;
	display: block;
	width: 179px;
	height: 24px;
}
.mc-card-waveicon {
	background: url(../../img/icon-wave.png) no-repeat;
	position: absolute;
	right: 30px;
	top: 30px;
	display: block;
	width: 31px;
	height: 40px;
}
.mc-card-logo {
	background: url(../../img/mastercard-logo.png) no-repeat;
	position: absolute;
	right: 30px;
	bottom: 30px;
	display: block;
	width: 88px;
	height: 68px;
}
.mc-card-form {
	position: absolute;
	left: 30px;
	bottom: 35px;
	display: block;
	width: auto;
	height: auto;
	z-index: 1;
}
.mc-card-form input {
	border: 1px solid #c7c7c7;
	border-radius: 4px;
	padding: 8px 16px;
	display: block;
	margin-bottom: 15px;
	width: 100%;
	min-width: 260px;
}
.mc-card-form input:focus, .mc-card-form input.land {
	border: 1px solid #ff9900;
}
.scroll-down-txt {
	font-size: 16px !important;
	color: #7d7d7d !important;
	margin-top: 25px;
}
#claim-benefit h2 {
	margin-bottom: 35px;
}
.img-box {
	padding: 0px;
	position: relative;
	text-align: center;
	width: 100%;
	margin-bottom: 35px;
}
.img-box img {
	border-radius: 12px;
	box-shadow: 0px 6px 20px #ededed;
	opacity: 1;
	transition: 0.5s opacity;
}
.img-box .img-desc {
	font-size: 36px;
	color: #ffffff;
	bottom: 32px;
	left: 0px;
	padding: 10px 15px;
	position: absolute;
	transition: 0.5s padding;
	text-align: center;
	width: 100%;
}
.img-box .img-select {
	display: none;
}
.img-box:hover img {
	opacity: 0.9;
}
.img-box:hover .img-desc {
	padding-bottom: 10%;
}
.img-box:hover .img-select {
	display: block;
	background: #ff9900;
	color: #FFF;
	border-radius: 0px 0px 12px 12px;
	padding: 17px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
}
.img-box:hover .img-select p {
	width: 50%;
	display: block;
	margin: auto;
}
.img-box:hover .img-select:before {
	background: url(../../img/check-circle.png) no-repeat;
	content: "Select";
	font-size: 21px;
	color: #FFF;
	display: block;
	padding-left: 35px;
	text-align: center;
	width: 100px;
	height: 30px;
	margin: auto;
}
#claim-submission .title p {
	font-size: 16px;
	margin-bottom: 45px;
}
.sidebar-box {
	max-height: 120px;
	position: relative;
	overflow: hidden;
	margin: 45px auto 35px;
}
.sidebar-box .read-more {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	margin: 0;
	padding: 100px 0 0;
	/* "transparent" only works here because == rgba(255,255,255,0) */
	background-image: linear-gradient(to bottom, transparent, white);
	background-image: -moz-linear-gradient(top, transparent, white);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(0.6, white));
}
.main-btn {
	background: #ff9900;
	color: #FFF;
	border: none;
	border-radius: 4px;
	font-size: 16px;
	padding: 15px 75px 15px;
	margin-top: 25px;
	box-shadow: 0px 8px 12px rgba(209, 218, 222, 0.5);
}
a.main-btn:hover {
	background: #fe9e0e;
	color: #fff;
}
a.button {
	color: #008e96;
	font-size:16px;
}
#faqs {
	background: #e7e4de;
	padding: 50px 0px;
	margin-top: 45px;
}
#faqs .panel-default {
	margin-bottom: 10px;
}
#faqs .panel-default>.panel-heading {
	color: #333;
	background-color: #FFF;
	border-color: #ddd;
}
#faqs .panel, #faqs .panel-heading {
	border-radius: 4px;
	padding: 8px;
}
#faqs .panel-title {
	font-family: 'AccordAlternateBold', sans-serif;
	text-transform: uppercase;
}
#faqs .fa-angle-down {
	color: #ff9900;
}
.step_one .od-txt, .review_section .od-txt {
	color: #ff9900;
	font-size: 26px;
	border-bottom: 3px solid #ff9900;
	display: inline-block;
}
.purchase-details {
	margin-top: 35px;
}
.custom-form label {
	line-height: 32px;
}
.custom-form .form-control.date, .custom-form .form-control.c_price, .custom-form select.c_price {
	width: auto;
}
.custom-form input.form-control {
	display: inline-block;
	width: 80%;
}
.selectdiv, .custom-form .form-control.c_price {
	display: inline-block;
}
.custom-form select {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 27px 6px 10px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
select::-ms-expand {
 display: none;
}
.selectdiv {
	position: relative;
}
.selectdiv:after {
	content: "";
	display: block;
	background: url(../../img/down-arrowhead.jpg) no-repeat;
	width: 13px;
	height: 7px;
	right: 12px;
	top: 15px;
	padding: 0 0 2px;
	position: absolute;
	pointer-events: none;
}
.selectdiv select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.inner-addon {
	position: relative;
}
.inner-addon .icon {
	position: absolute;
	padding: 10px;
	pointer-events: none;
}
.left-addon .icon {
	left: 12px;
	top: 7px;
}
.right-addon .icon {
	right: 0px;
}
.left-addon input {
	padding-left: 40px;
	width: 50% !important;
}
.right-addon input {
	padding-right: 30px;
}
.icon-caleder {
	background: url(../../img/calender-icon.jpg) no-repeat;
	display: block;
	width: 21px;
	height: 21px;
}
.step_two {
	background-color: #e7e4de;
	padding: 30px;
}
.step_two .title h2 {
	margin-bottom: 35px;
}
.upload-docs h3 {
	font-family: 'MarkForMCNarrowBold', sans-serif;
}
.upload-docs p {
	font-family: 'MarkOffcProLight', sans-serif;
}
.upload-docs h3, .upload-docs p {
	font-size: 20px;
	line-height: 26px;
	margin: 0;
}
.choosefile label {
	background-color: #e7e4de;
	font-family: 'MarkForMCNarrowBold', sans-serif;
	font-size: 18px;
	color: #327b6a;
	cursor: pointer;
	border: 1px dashed #c6c0b5;
	border-radius: 20px;
	display: block;
	padding: 30px;
	margin: 35px auto 5px;
	width: 100%;
	max-width: 248px;
	min-height: 144px;
}
.after-upload {
	background-color: #FFF;
	font-family: 'AccordAlternateLight', sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #327b6a;
	border: 1px solid #c6c0b5;
	border-radius: 20px;
	display: block;
	padding: 60px 30px 30px;
	margin: 35px auto 20px;
	width: 100%;
	max-width: 248px;
	min-height: 144px;
}
.after-upload span {
	position: relative;
	padding-left: 26px;
}
.file-name:before {
	content: "";
	display: inline-block;
	background: url(../../img/orange-check-circle.png) no-repeat;
	width: 18px;
	height: 18px;
	position: absolute;
	left: 0;
}
.choosefile label:before {
	content: "+";
	display: block;
	margin: auto;
	color: #000;
	font-family: 'AccordAlternateLight', sans-serif;
	font-size: 42px;
	font-weight: normal;
	line-height: 50px;
}
.choosefile #doc01 {
	opacity: 0;
	position: absolute;
	z-index: -1;
}
.remittance-info {
	background-color: #f4f4f4;
	padding: 25px 15px;
	display: table;
	border-radius: 10px;
}
.step_four {
	margin-bottom: 35px;
}
.step_four small, .declaration small {
	color: #919498;
	font-size: 12px;
	display: block;
	margin-top: 8px;
	margin-bottom: 40px;
}
.step_three h2, .step_four h2 {
	font-size: 32px;
	line-height: 38px;
	margin-bottom: 35px;
}
.step_three h3 {
	margin-bottom: 35px;
}
.review-purchase-details, .completed-details {
	background: #FFF;
	border: 1px solid #e7e7e7;
	border-radius: 20px;
	display: table;
	padding: 25px 0px;
	width: 100%;
	margin: 35px auto 0px;
}
.completed-details {
	font-family: 'MarkOffcPro', sans-serif;
	border: 1px dashed #e7e7e7;
	font-size: 20px;
	line-height: normal;
}
.completed-details span {
	font-weight: bold;
	letter-spacing: 2px;
}
.hear-from-us p {
	font-size: 16px;
	margin: 35px auto;
}
.review-purchase-details h2 {
	margin-bottom: 35px;
}
.review-purchase-details .bold {
	font-family: 'AccordAlternateBold', sans-serif;
}
.review-purchase-details .margin-top {
	margin-top: 25px;
}
ul.orange-bullet {
	list-style: none;
	margin-left: 22px;
}
ul.orange-bullet li:before {
	content: "•";
	color: #ff9900;
	font-size: 36px;
	line-height: 14px;
	display: inline-block;
	width: 20px;
	margin-left: -20px;
	margin-top: 2px;
	vertical-align: top;
}
.spacer {
	border-top: 1px solid #e7e7e7;
	width: 100%;
	margin: 25px auto;
}
.review-purchase-details .four-digits {
	font-family: 'AccordAlternateBold', sans-serif;
	font-size: 20px;
}
.review-purchase-details .name {
	font-size: 24px;
	padding-top: 15px;
	display: block;
}
.declaration h2 {
	margin-top: 0;
}
.declaration h3 {
	margin-top: 35px;
}
.declaration #accordion {
	text-align: left;
	margin-top: 35px;
}
.declaration #accordion .panel-default {
	border-left: 0;
	border-right: 0;
	border-radius: 0;
}
.declaration #accordion .panel-default > .panel-heading {
	background-color: #FFF;
	padding: 25px 15px;
}
.declaration #accordion .panel-title a {
	color: #008e96;
}
#accordion .panel-title a:hover, #accordion .panel-title a:focus {
	text-decoration: none;
}
.declaration #accordion .panel-body {
	border-top: 0;
}
.declaration #accordion .panel-body ul {
	margin-left: 40px;
}
.declaration #accordion .panel-body ul li {
	padding-bottom: 15px;
}
.declaration #accordion .panel-body ul li span {
	color: #ff9900;
}
h1.done:before {
	background: url(../../img/green-check-circle.png) no-repeat;
	content: "";
	display: block;
	width: 69px;
	height: 69px;
	margin: 0px auto 35px;
}
.only-mobile {
}
footer {
	background: #191917;
	padding: 25px 0;
}
footer h3 {
	font-family: 'AccordAlternateLight', sans-serif;
	font-size: 20px;
	color: #f3f3f3;
	margin-bottom: 20px;
}
footer p, footer a {
	color: #aaa;
	font-size: 13px;
	line-height: 20px;
}
footer a:hover {
	color: #FFF;
}
.footer-read-more {
	display: inline-block;
	text-align: left;
	font-weight: bold;
}
.footer-bottom {
	padding: 18px 0 15px;
}
.footer-bottom p.small {
	color: grey;
}
.scroll-top-wrapper {
	position: fixed;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	z-index: 99999999;
	background-color: #FFF;
	color: #ff9900;
	right: 15px;
	bottom: 15px;
	padding: 5px 8px 8px 8px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.scroll-top-wrapper span {
	font-size: 22px;
	line-height: 22px;
}
.scroll-top-wrapper:hover {
	background-color: #ff9900;
	color: #FFF;
}
.scroll-top-wrapper.show {
	visibility: visible;
	cursor: pointer;
	opacity: 1.0;
}
.live-chat {
	display: none;
	position: fixed;
	overflow: hidden;
	z-index: 99999999;
	right: 15px;
	bottom: 75px;
}
@media (min-width: 768px) and (max-width: 1199px) {
}
@media (max-width: 1024px) {
.custom-form .text-right, .custom-form .text-left, .review_section .text-right, .review_section .text-left {
	text-align: left;
	width: 100%;
}
}
@media (max-width: 736px) {
body {
	background-position: 30% 15%;
}
.priceless-logo { height:35px; padding-top:5px;}
.pull-right {
	margin-top:0px !important;
	}
.nopaddingleft { padding-left:0;}
.nopaddingright { padding-right:0;}
.navbar-collapse, .collapse.in { display:none;}
.navbar-toggle { top:0; right:20px; margin:5px 0px 0px 0px;}
.navbar-collapse.in .navbar-nav {
	margin: 0px -15px;
}
.navbar-collapse .pull-right {
	float: inherit !important;
}
.navbar-collapse ul li {
	background: #FFF;
	padding: 0px 0px !important;
	border-bottom: 1px solid #e6e6e6;
}
.navbar-nav li.mlinks a, .navbar-nav li.mobile-padding {
	padding: 10px 18px !important;
}
.navbar-nav li.mlinks a:hover, .navbar-nav li.mlinks a:focus {
	background: #000;
	color: #FFF;
}
li.dropdown ul.dropdown-menu {
	margin: 0;
	padding: 0 0;
}
.navbar-nav .open .dropdown-menu > li {
	border-bottom: 0;
}
.navbar-nav .open .dropdown-menu > li > a:hover {
	background: #ecf5ff;
	color: #000;
}
.navbar-nav .open .dropdown-menu > li > a:focus {
	background: #000;
	color: #FFF;
}
.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
	background-color: #f7f7f7;
}
#demo-2 input[type=search] {
	width: 130px;
	padding: 4px 5px 4px 36px;
	color: #000;
	background-color: #fff;
	border: 1px solid #000000;
	cursor: auto;
	-webkit-box-shadow: 0 0 5px rgba(215,215,215,.5);
	-moz-box-shadow: 0 0 5px rgba(215,215,215,.5);
	box-shadow: 0 0 5px rgba(215,215,215,.5);
}
.benefits h1, #claim-benefit h2, #claim-submission .title h2, .step_one h1, .step_two h2, .step_two .title h2, .step_three h2, .step_four h2, .review_section h1, .claims-submitted h1, .completed h1 {
	font-size: 30px;
	line-height: 40px;
}
.benefits p {
	font-size: 16px;
	line-height: 22px;
}
input.full {
	width: 100% !important;
}
input.caln-date {
	padding-left: 40px !important;
}
.left-addon .icon {
	top: 12px;
}
.mc-card-form input {
	min-width: 222px;
	padding: 12px 16px;
}
.custom-form input.form-control {
	padding: 8px 15px;
	height: 46px;
}
.custom-form select {
	height: 46px;
}
.selectdiv::after {
	top: 21px;
}
.img-box .img-desc {
	font-size: 24px;
	line-height: 32px;
}
.img-box .img-desc {
	font-size: 18px;
	line-height: 22px;
	bottom: 7px;
}
.img-box:hover .img-select {
	padding: 7px 17px;
}
.img-box:hover .img-select:before {
	background: url(../../img/check-circle-736.png) no-repeat;
	content: "Select";
	font-size: 16px;
	color: #FFF;
	display: block;
	padding-left: 15px;
	text-align: center;
	width: 90px;
	height: 24px;
	margin: auto;
}
.img-box:hover .img-desc {
	padding-bottom: 30%;
}
#claim-submission h3 {
	font-size: 16px;
	font-weight: bold;
}
#claim-submission img {
	margin-top: 35px;
}
.upload-docs h3 {
	margin-top: 45px;
}
.upload-docs .hide-mobile {
	display: none;
}
.choosefile label, .after-upload {
	margin-top: 15px;
}
.custom-form input.withicon {
	width: 80% !important;
}
.custom-form input.form-control {
	width: 100%;
}
.remittance-info {
	padding: 25px 0px;
}
.step_two .title h2 {
	margin-bottom: 0;
}
.upload-docs h3 {
	margin-top: 25px;
}
.choosefile input {
	left:0;
	}
}
@media (max-width: 480px) {
.mc-card-form {
	bottom: 114px;
}
}
 @media (max-width: 375px) {
}
 @media (max-width: 320px) {
.benefits h1, #claim-benefit h2, #claim-submission .title h2, .step_one h1, .step_two h2, .step_two .title h2, .step_three h2, .step_four h2, .review_section h1, .claims-submitted h1, .completed h1 {
	font-size: 26px;
}
.mc-card {
	padding: 5px;
}
.mc-card-txt {
	left: 15px;
}
.mc-card-waveicon {
	right: 15px;
}
.mc-card-form {
	left: 18px;
}
.mc-card-form input {
	min-width: 222px;
}
.img-box .img-desc {
	font-size: 18px;
	line-height: 22px;
	bottom: 7px;
}
.img-box:hover .img-select {
	padding: 7px 17px;
}
.img-box:hover .img-select:before {
	background: url(../../img/check-circle-320.png) no-repeat;
	content: "Select";
	font-size: 16px;
	color: #FFF;
	display: block;
	padding-left: 15px;
	text-align: center;
	width: 90px;
	height: 20px;
	margin: auto;
}
.img-box:hover .img-desc {
	padding-bottom: 30%;
}
#claim-submission h3 {
	font-size: 16px;
	font-weight: bold;
}
}
