/*===================================*
  01. GENERAL STYLE
*===================================*/

@import url('https://fonts.googleapis.com/css2?family=Roboto+Serif:ital,opsz,wght@0,8..144,100..900;1,8..144,100..900&display=swap');

html, body {
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	font-smoothing: antialiased;
  	scroll-behavior: smooth;
}
body {
	background: #ffffff none repeat scroll 0 0;
    color: #687188;
    font-family: "Roboto Serif", serif;
    font-size: 16px;
}
h1,h2,h3,h4,h5,h6 {
	color: #000;
	font-family: "Roboto Serif", serif;
}
p {
	color: #687188;
	line-height: 28px;
	margin-bottom: 20px;
	font-weight: 400;
}
a {
	color: #292b2c;
	text-decoration: none;
	-webkit-transition: all 0.5s ease;
	transition: all .5s ease;
}
a:hover {
	color:#f55c4e ;
	text-decoration: none;
}
a:focus {
	outline: none;
}
img {
	max-width: 100%;
}
ul,li,ol {
	margin: 0;
	padding: 0;
}
fieldset {
	border: 0 none;
	margin: 0 auto;
	padding: 0;
}
label {
	color: #222222;
	font-weight: 500;
}
input:focus,
textarea:focus {
	outline: none;
	box-shadow: none;
}
iframe {
	border: 0;
	display: block;
}
video {
	width: 100%;
}
.section {
	padding: 100px 0;
	position:relative;
}

.mb-10{
	margin-bottom: 10px;
}
.mb-20{
	margin-bottom: 20px;
}
.mb-30{
	margin-bottom: 30px;
}
.mb-40{
	margin-bottom: 40px;
}
.mb-50{
	margin-bottom: 50px;
}
/**/
.logo{
/*	filter: brightness(0) saturate(100%) invert(97%) sepia(0%) saturate(7475%) hue-rotate(71deg) brightness(98%) contrast(107%);*/
}
body{
	background-size: cover !important;
	background-position: center !important;
}
.md-home1 img{
	width: 100%;
}
.md-home1 .cd-light{
	background: #ffffff1c;
}
.logotext{
	font-size: 3vw;
	letter-spacing: 0.05em;
  text-shadow: 4px 4px 0px #d5d5d5, 7px 7px 0px rgba(0, 0, 0, 0.2);
}
.maintext{
	font-size: 3vw;
}
.flags{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.price-content{
	background: #eee;
	padding: 25px;
	margin-left: 15px;
	border-radius: 15px;
}
.price-font{
	font-size: 8vw;
	background-clip: text;
  background-image: linear-gradient(to right, #09f1b8, #00a2ff, #ff00d2, #fed90f);
  padding: calc(1em / 8);
  -webkit-text-stroke-color: transparent;
  -webkit-text-stroke-width: calc(1em / 26);
  animation: glow 1s ease-in-out infinite alternate;
}
.md-bank .card-body{
	height: 250px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.md-bank .card-body img{
	width:100%;
	height: 100%;
	object-fit: contain;
}
.md-provider .card-body{
	height: 200px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.md-provider .card-body img{
	width:100%;
	height: 100%;
	object-fit: contain;
}
.btm-object-left{
	position: absolute;bottom: 0;left:0;z-index: -1;opacity: 0.5;
}
.btm-object-right{
	position: absolute;bottom: 0;right:0;z-index: -1;opacity: 0.5;
}
.aniupd{
	animation: mover 1s infinite  alternate;
}
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-5px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-5px); }
}
@keyframes glow {
  from {
    text-shadow: 0 0 20px #2d9da9;
  }
  to {
    text-shadow: 0 0 30px #34b3c1, 0 0 10px #4dbbc7;
  }
}

@media only screen and (min-width: 1800px) and (max-width: 8000px) {
	.container{
		max-width: 95% !important;
	}
	.card{
		padding-top: 45px;
		padding-bottom: 45px;
	}
}
.sideimg{
	opacity: 0.2;
}
@media only screen and (min-width: 100px) and (max-width: 1199px) {
	.sideimg{
		display: none;
	}
}

.header-icon{
    position: absolute;
    top: 25px;
    right: 25px;
    opacity: 0.5;
}
.header-icon:hover{
    opacity: 1;
}
.header-icon img{
    width:32px;
    height:32px;
}