body{
	font-family: 'Mont Regular';
	font-size: 16px;
}
@media screen and (max-width:960px){
body{
	font-size: 15px;
}
}
@media screen and (max-width:800px) and (min-width:576px){
body{
	font-size: 14px;
}
}
.sticked {
	position: fixed;
	z-index:2;
}
.inner {
	width: 100%;
	max-width: 1560px;
	margin: 0 auto;
	padding: 0 1vw;
}
.fc-hightlight {
	color: #26ab46;
}
header {
	z-index: 9;
	position:relative;
}
.heading-wrapper {
	/* position: relative; */
	background: #ffffff;
}
.heading-wrapper .inner{
	position: relative;
	z-index: 2;
}
.heading-wrapper:before {
	content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    width: calc(100% - 4px);
    width: -moz-calc(100% - 4px);
    width: -webkit-calc(100% - 4px);
    height: calc(100% - 4px);
    height: -moz-calc(100% - 4px);
    height: -webkit-calc(100% - 4px);
    background: url(../images/bg-camelot.jpg) center 0 no-repeat;
    background-size: 100% auto;
    opacity: .1;
    -moz-opacity: .1;
}
.heading-wrapper:after {
	content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(255,255,255,0), #fff);
}
.header-logo  {
	height: 30px;
}
.logo-text {
	display: inline-block;
	border-bottom: 2px solid #ff8d13
}
.section-title {
	font-family: 'Mont Bold';
	font-size: 1.75rem;
	line-height: 1.35;
}
section#welcome {
	background: url('../images/bg-welcome.jpg') 0 100% no-repeat;
	background-size: auto 100%;
	height: 100vh;
	min-height: 800px;
	max-height: 1028px;
	position: relative;
}
.welcome-circles-wrapper {
	position: absolute;
	top: 0%;
	left: 0;
	width: 100%;
	height: 100%;
}
.welcome-circle-wrapper {
	position: absolute;
	top: 50%;
    left: 0;
    height: 33%;
    transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
}
.welcome-circle-wrapper img{
	height: 100%;
}
.content-wrapper{
	overflow: auto;
	position: relative;
}
.cards-wrapper {
	box-shadow: 0px 10px 15px 0 rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 10px 15px 0 rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 10px 15px 0 rgba(0,0,0,0.2);
}

.content-row {
	transition: transform .2s ease;
	-moz-transition: transform .2s ease;
	-webkit-transition: transform .2s ease;
}

@-webkit-keyframes pull{0%{transform:translate(0px,0)}40%{transform:translate(-100px,0)}60%{transform:translate(-100px,0)}100%{transform:translate(0px,0)}}
@keyframes pull{0%{transform:translate(0px,0)}40%{transform:translate(-100px,0)}60%{transform:translate(-100px,0)}100%{transform:translate(0px,0)}}
@media screen and (max-width:576px){
.content-row.pull {
	 -webkit-animation-name: pull;
    animation-name: pull;
    -webkit-animation-duration: 1s;
    animation-duration: 1;
}
}
thead {
	background: linear-gradient(180deg, #f0f0f0, #e1e1e1);
	border: none;
}
thead th:not(:first-child) {
	font-size:.9rem!important;
}
.thead-copy thead {
	background: linear-gradient(180deg,#1393ff,#0067d0);
    color: #ffffff;
    text-shadow: 0 1px 0px rgb(0 0 0 / 75%);
    border: none;
}
thead th {
	vertical-align: middle!important
}
.content-row td {
	vertical-align: middle
}
@media screen and (max-width:576px){
	.content-row td  {
		vertical-align: top
	}
}
.table-wrapper{
	border-radius: 15px!important;
    overflow: hidden;
}
.table-cell {
	padding: 10px 5px;
}
.card-image-wrapper {
	background: #fff;
	width: 175px;
	height: 94px;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	box-shadow: 5px 10px 10px 0 rgba(0,0,0,0.1);
	-moz-box-shadow: 5px 10px 10px 0 rgba(0,0,0,0.1);
	-webkit-box-shadow: 5px 10px 10px 0 rgba(0,0,0,0.1);
	padding: 5px;
	transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	/* margin-left:-10px; */
}
.content-row:hover .card-image-wrapper {
	box-shadow: 3px 5px 8px 0 rgba(0,0,0,0.15), inset 0 0 20px 0 rgb(133 137 143 / 20%);
	-moz-box-shadow: 3px 5px 8px 0 rgba(0,0,0,0.15), inset 0 0 20px 0 rgb(133 137 143 / 20%);
	-webkit-box-shadow: 3px 5px 8px 0 rgba(0,0,0,0.15), inset 0 0 20px 0 rgb(133 137 143 / 20%);
}
@-webkit-keyframes blick{70%{left:525%}to{left:-55%}}@keyframes blick{70%{left:525%}to{left:-55%}}
.card-image-wrapper:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 33%;
    -webkit-transform: skewX(-45deg);
    transform: skewX(-45deg);
	background: rgba(255,255,255,0);
    left: -30%;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
    -webkit-animation-name: blick;
    animation-name: blick;
    -webkit-animation-duration: 3s;
    animation-duration: 3;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.dropdown-wrapper {
	background: #fff;
}
.content-row:hover .card-image-wrapper:after {
	background: rgba(255,255,255,.5);
}

.card-image-wrapper img {
	width: 100%;
}

.btn-request-wrapper {
	padding: 5px;
	visibility: hidden;
	display:block!important;
}
.btn-request-wrapper.active {
	padding: 5px;
	visibility: visible;
}

.btn-request {
	white-space: nowrap;
	display: inline-block;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	padding: 7.5px 15px;
	background: #FF9E17;
	text-align: center;
	color: #fff!important;
	text-decoration:none!important;
	transition: background .25s ease;
	-moz-transition: background .25s ease;
	-webkit-transition: background .25s ease;
	cursor: pointer;
}
a.btn-request{
	color: #fff!important;
}
.btn-request:hover {
	background: #ff9900;
}

footer {
	background: #f0f0f0;
}
.rating-star-wrapper {
	padding: 1px 2px;
}
.rating-star {
	width: 10px;
	filter: grayscale(1);
	-moz-filter: grayscale(1);
}
.rating-star.active {
	width: 10px;
	filter: grayscale(0);
	-moz-filter: grayscale(0);
}

.ps-image {
	width: 30px;
}

.thead-copy{
	position: fixed;
	top: 0;
	height: 36px;
    overflow: hidden;
	box-shadow: 0 10px 10px 0 rgb(0 0 0 / 10%);
}
.thead-copy .text-left{
	/* text-align:center!important; */
	/* padding-left: 1rem; */
	margin: 0 -2rem 0 2rem;
}
.content-wrapper > .cards-wrapper {
	/* position: relative;
    z-index: 2; */
}

.cardview-col {
	background: #fff;
	width: 100%;
	max-width: 360px;
	margin: 0 auto;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	padding: 5px;
	box-shadow: 3px 5px 8px 0 rgb(0 0 0 / 15%), inset 0 0 10px 0 rgb(133 137 143 / 20%);
    -moz-box-shadow: 3px 5px 8px 0 rgba(0,0,0,0.15), inset 0 0 10px 0 rgb(133 137 143 / 20%);
    -webkit-box-shadow: 3px 5px 8px 0 rgb(0 0 0 / 15%), inset 0 0 10px 0 rgb(133 137 143 / 20%);
}

.cardview-content-heading {
	margin-bottom: .5rem;
	border-bottom: 1px solid #ebebeb;
}

.cardview-content-logo {
	
}

.cardview-content-logo img {
	width: 150px;
}

.cardview-content-key {
	display: inline-block;
	padding: .5rem .75rem;
	border-radius: 5px;
	/* background: #3ac45b; */
    /* color: #e9f1ea; */
    /* text-shadow: 0 1px 1px rgb(0 0 0 / 33%); */
    /* box-shadow: inset -10px 0 10px 0 rgb(89 233 124); */
}
.rating-count {
	width: 24px;
    height: 24px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    font-size: .65rem;
    /* color: #fff; */
    border: 1px solid #0b8af0;
    line-height: 24px;
    text-align: center;
}
.cardview-heading .sticked .cardview-col {
	background: #68afe7
}

.notice {
	background: #0067d0;
    padding: 25px 25px 10px 25px;
    box-shadow:0 5px 10px 0 rgb(136 141 127 / 50%);
    position: relative;
    border-radius: 20px;
	overflow: hidden;
	color: #fff;
}
.notice:before {
	content:"";
	position: absolute;
	top: 2px;
	left: 2px;
	width: calc(100% - 4px);
	width: -moz-calc(100% - 4px);
	width: -webkit-calc(100% - 4px);
	height: calc(100% - 4px);
	height: -moz-calc(100% - 4px);
	height: -webkit-calc(100% - 4px);
	background: url('../images/bg-money.jpg') center center no-repeat;
	background-size: cover;
	opacity: .1;
	-moz-opacity: .1;
	border-radius: 20px;
	border: 2px solid #3e7aab;
}
.notice .btn-request {
	border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    padding: 8px 18px;
    font-size: 1.1em;
	background: linear-gradient(180deg, #ffd789, #FF9E17);
	letter-spacing: 1px;
    text-shadow: 0 -1px 1px rgb(0 0 0 / 25%);
    font-weight: 600!important;
	box-shadow: 0 0 5px 1px rgb(0 0 0 / 25%);
	position: relative;
	overflow: hidden;
	    margin-top: 5px;
} 
.notice .btn-request:hover {
	box-shadow: 0 3px 7px 1px rgb(0 0 0 / 20%);
}
.notice .btn-request:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 33%;
    -webkit-transform: skewX(-45deg);
    transform: skewX(-45deg);
    background: rgba(255,255,255,.5);
    left: -30%;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
    -webkit-animation-name: blick;
    animation-name: blick;
    -webkit-animation-duration: 3s;
    animation-duration: 3;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.whenreceive-value{
	display: inline-block;
    padding: 5px 10px 5px 27px;
    background: #fff url(../images/sand-clock-green.gif) -70% center no-repeat;
    background-size: auto 39px;
    margin-left: 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-weight: 600;
}