html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a img {
  border: none;
}

a {
  outline: none;
  text-decoration: none;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  -ms-transition: all .4s ease;
  transition: all .4s ease;
  color: #2496c7;
}

textarea {
  height: auto;
  min-height: 50px;
  -webkit-resize: none;
  -moz-resize: none;
  resize: none;
}

.clearfloat:before, .clearfloat:after {
  content: "";
  display: table;
}

.clearfloat:after {
  clear: both;
}

/* For IE 6/7 (triggers hasLayout) */
.clearfloat {
  *zoom: 1;
}

hr{
  background: #e5e7eb;
  width: 100%;
  height: 1px;
  border: none;
  padding: 0px;
  margin: 15px 0px;
}
hr.double{
  height: 2px;
}

img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  vertical-align: middle;
}

select {
  width: 100%;
}

button {
  background: none;
  border: none;
  cursor: pointer;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  -ms-transition: all .4s ease;
  transition: all .4s ease;
}

/* Scrollbar*/
::-webkit-scrollbar {
  width: 6px;
}
::-webkit-scrollbar-track {
  background: transparent;
}
::-webkit-scrollbar-thumb {
  background: #bbb;
  border-radius: 50px;
  border: 1px solid transparent;
  height: 100px;
}
::-webkit-scrollbar-thumb:hover {
  background: rgb(0, 0, 0);
}

.hint{
    font-size:12px;
    color: #b40000;
}

/*FONTS--------------------------------------------------------------------*/
@font-face {
    font-family: 'Roboto';
    src: local('Roboto Black Italic'), local('Roboto-BlackItalic'),
        url('../webfonts/Roboto-BlackItalic.woff2') format('woff2'),
        url('../webfonts/Roboto-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: local('Roboto Light'), local('Roboto-Light'),
        url('../webfonts/Roboto-Light.woff2') format('woff2'),
        url('../webfonts/Roboto-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: local('Roboto Light Italic'), local('Roboto-LightItalic'),
        url('../webfonts/Roboto-LightItalic.woff2') format('woff2'),
        url('../webfonts/Roboto-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: local('Roboto'), local('Roboto-Regular'),
        url('../webfonts/Roboto-Regular.woff2') format('woff2'),
        url('../webfonts/Roboto-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: local('Roboto Medium'), local('Roboto-Medium'),
        url('../webfonts/Roboto-Medium.woff2') format('woff2'),
        url('../webfonts/Roboto-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: local('Roboto Black'), local('Roboto-Black'),
        url('../webfonts/Roboto-Black.woff2') format('woff2'),
        url('../webfonts/Roboto-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: local('Roboto Italic'), local('Roboto-Italic'),
        url('../webfonts/Roboto-Italic.woff2') format('woff2'),
        url('../webfonts/Roboto-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: local('Roboto Bold'), local('Roboto-Bold'),
        url('../webfonts/Roboto-Bold.woff2') format('woff2'),
        url('../webfonts/Roboto-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: local('Roboto Medium Italic'), local('Roboto-MediumItalic'),
        url('../webfonts/Roboto-MediumItalic.woff2') format('woff2'),
        url('../webfonts/Roboto-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: local('Roboto Bold Italic'), local('Roboto-BoldItalic'),
        url('../webfonts/Roboto-BoldItalic.woff2') format('woff2'),
        url('../webfonts/Roboto-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: local('Roboto Thin'), local('Roboto-Thin'),
        url('../webfonts/Roboto-Thin.woff2') format('woff2'),
        url('../webfonts/Roboto-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: local('Roboto Thin Italic'), local('Roboto-ThinItalic'),
        url('../webfonts/Roboto-ThinItalic.woff2') format('woff2'),
        url('../webfonts/Roboto-ThinItalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

.text, p{
  line-height: 22px;
}
h1, h2, h3, h4, h5, h6{
  color: #000;
}
h1 {
  font-size: 28px;
}
h2 {
  font-size: 28px;
}
h3 {
  font-size: 26px;
}
h4 {
  font-size: 24px;
}
h5 {
  font-size: 22px;
}
h6 {
  font-size: 20px;
}

/*
################################################
#                                              #
#   author:  webrix-studio                     #
#   url:  http://webrix-studio.com             #
#                                              #
################################################
 */
/*BODY-------------------------------------------------------------------*/

body {
  background-color: #fff;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  color: #43484d;
  font-size: 16px;
}
.big-wrapper{
  max-width: 1370px;
  margin: 0 auto;
  padding: 0 25px;
}
.wrapper{
  max-width: 1150px;
  margin: 0 auto;
  padding: 0 25px;
}

/*-------------- header ---------------*/
header{
  position: relative;
  background: transparent;
  z-index: 1100;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease;
}
.header-main{
  background: #fff;
  border-bottom: 1px solid #E5E7EB;
  padding: 0 25px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
}
.header-left, .header-right{
  display: flex;
  align-items: center;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease;
}
.header-right{
	height: 65px;
}

/*----------------------- logo -------------------------*/
.logo{
  float: left;
  position: relative;
  z-index: 2;
}
.logo a{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: 65px;
  position: relative;
}
.logo a img{
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease;
}

/*----------------------- profile button -------------------------*/
.btn.btn-profile{
  margin-left: 55px;
  padding: 10px 27px 11px;
  margin-top: 0px;
  cursor: pointer;
}

/*----------------------------- menu -------------------------------*/
#menu{
  margin-left: 45px;
}
#menu ul{
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
#menu ul li{
  position: relative;
}
#menu > ul > li{
  display: block;
  float: left;
}
#menu ul li a{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 65px;
  font-size: 15px;
  color: #31343a;
  white-space: nowrap;
  font-weight: 500;
  position: relative;
  padding: 10px 13px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  box-sizing: border-box;
}
#menu > ul > li:hover > a{
  background: #e5e7eb;
}
#menu > ul > li.current > a{
  /*background: #f3f4f6;*/
  color: #62c7e3;
}
#menu ul li i{
  display: inline-block;
  position: relative;
  margin-left: 10px;
}
/* submenu */
#menu ul li .submenu-wrap {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  z-index: 4;
  text-align: left;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
}
#menu ul li ul {
  text-align: left;
  z-index: 9999;
  padding: 15px;
  display: flex;
  flex-wrap: wrap;
  width: 520px;
  box-sizing: border-box;
}
#menu ul li ul li{
  width: 50%;
  box-sizing: border-box;
}
#menu ul li ul li a{
  position: relative;
  padding: 10px 15px 10px 42px;
  border-radius: 5px;
  height: auto;
  color: #31343a;
  line-height: 18px;
  font-weight: normal;
  letter-spacing: normal;
  text-transform: none;
  white-space: normal;
}
#menu ul li ul li:hover > a{
  color: #2496c7;
  background: #edf2f7;
}
#menu ul li ul li a span{
  display: block;
  font-size: 13px;
  color: #8c969f;
  margin-top: 10px;
}
#menu ul li ul li a img{
  position: absolute;
  left: 15px;
  top: 10px;
}
.body-mask #menu:before {
  content: '';
  position: fixed;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  background: rgba(0,0,0,0);
  z-index: -1;
}

/*----------------- header center image ---------------*/
.header-center{
	position: absolute;
	top: 0px;
	left: 50%;
	bottom: 0px;
	-moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.header-center img{
	max-height: 100%;
}
.banner_center{
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding-left: 20%
}

/*----------------- user login icon in right ---------------*/
.icons-right{
  display: flex;
  flex-wrap: wrap;
  position: relative;
	height: 100%;
}
.icons-right a{
  display: flex;
	flex-wrap: wrap;
	align-items: center;
  font-size: 24px;
  color: #fff;
  padding: 0 16px;
  position: relative;
  box-sizing: border-box;
}
/*
.icons-right:hover > a{
  background: #e5e7eb;
}*/
.icons-right a span{
	display: block;
	font-size: 13px;
	margin-left: 10px;
}
.icons-right a span strong{
	display: block;
	font-size: 15px;
	font-weight: 500;
	max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.balance{
	margin-top: 3px;
	font-style: normal;
}

.wrapper .clients-logos{
    float:left;
    max-width: 66%;
}

.wrapper .balance{
	float: right;
	width: 31%;
	margin-top: 7px;
	background: #dfeef6;
	border-radius: 5px;
	overflow: hidden;
	box-sizing: border-box;
}
.balance-padding{
	padding: 30px 30px 15px;
	box-sizing: border-box;
}
.balance h6{
	margin-bottom: 20px;
}
.balance-number{
	font-size: 56px;
	color: #000;
	margin-bottom: 20px;
}
.balance-btns{
	display: flex;
	flex-wrap: wrap;
	background: #0070a9;
	box-sizing: border-box;
}
.balance-btns a{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: 50%;
	padding: 20px;
	border-right: 1px solid #95c3cd;
	font-weight: 500;
	color: #fff;
	font-size: 17px;
	box-sizing: border-box;
}
.balance-btns a:last-of-type{
	border-right: none;
}
.balance-btns a i{
	font-size: 20px;
	margin-right: 7px;
}
.balance-btns a:hover{
    background: #0a2b4c;
}


.user-login-menu{
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  width: 250px;
  background: #fff;
  z-index: 4;
  border: 1px solid #E5E7EB;
  -webkit-box-shadow: 0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);
  -moz-box-shadow: 0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);
  box-shadow: 0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);
}
.user-login-menu ul{
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
.user-login-menu ul li a{
  padding: 10px 18px;
  color: #0a2b4c;
  font-size: 15px;
  line-height: normal;
  height: auto;
  border-bottom: 1px solid #E5E7EB;
  height: auto;
  font-weight: normal;
  letter-spacing: normal;
  text-transform: none;
  white-space: normal;
}
.user-login-menu ul li:last-child a{
  border-bottom: none;
}
.user-login-menu ul li:hover a {
  background: #e5e7eb;
}
.balance.profile-balance{
	padding: 10px 18px;
    color: #0a2b4c;
    font-size: 15px;
	background: rgba(98, 199, 227,0.25);
	margin: 0px;
}

/*------------------------- Buttons in site -------------------------*/
.btn{
  display: inline-block;
  position: relative;
  background: #0070a9;
  font-size: 16px;
  text-align: center;
  line-height: normal;
  font-weight: 500;
  color: #fff;
  padding: 11px 35px 12px;
  border: 1px solid transparent;
  border-radius: 5px;
  margin-top: 15px;
  overflow: hidden;
  z-index: 1;
  box-sizing: border-box;
  vertical-align: middle;
  cursor: pointer;
}
.btn:hover{
  background: #0a2b4c;
}
.btn-light-blue{
  background: #62c7e3;
}
.btn-dark-blue{
  background: #0a2b4c;
}
.btn-dark-blue:hover{
  background: #0070a9;
}
.btn-orange{
  background: #ee7c32;
  color: #fff;
}
.btn-orange:hover{
  background: #e06a1e;
}
.btn-grey{
  background: #F8F9FB;
	color: #0070a9;
}
.btn-grey:hover{
  background: #e4e8ef;
}
.btn-grey-2{
  background: #f0f2f6;
	color: #0070a9;
}
.btn-grey-2:hover{
  background: #e4e8ef;
}
.btn-transp{
  background: transparent;
  border: 1px solid #0070a9;
	color: #0070a9;
}
.btn-transp:hover{
  background: #0070a9;
  color: #fff;
}

.btn i{
  margin-right: 8px;
}

.btn-place{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.btn-place .btn{
	margin-left: 5px;
	margin-right: 5px;
}

/*------------------------ banner --------------------------*/
.ban-wrap{
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.ban-image a{
    display: block;
}
.ban-image img{
    max-width: none;
    width: 100%;
}
.fade{
    z-index: 10;
    height: 100%;
    left: 0;
    margin: 0;
    position: relative;
    top: 0;
    width: 100%;
}
.fade.slick-slider .slick-slide{
  opacity: 1;
  visibility: visible;
}

.fade .slick-dots{
    position: absolute;
    bottom: 20px;
    left: 0px;
}

/*---------------------------------------------------- page inside ------------------------------------------------*/
.content{
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  box-sizing: border-box;
}
.content .wrapper{
  padding-top: 55px;
}
.title{
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
}
.subtitle{
  margin-top: 8px;
  text-transform: none;
  font-weight: normal;
}

/* --------------- tab menu ----------------*/
.tabs-container{
  position: relative;
  padding: 0 25px;
  background: #f8f9fb;
  border-bottom: 2px solid #e5e7eb;
  box-sizing: border-box;
}
.tabs-container .big-wrapper{
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0px;
  box-sizing: border-box;
}
.tabs-menu {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
.tabs-menu > li {
  float: left;
  position: relative;
  margin-right: 32px;
}
.tabs-menu > li:last-of-type{
  margin-right: 0px !important;
}
.tabs-menu > li > a {
  display: inline-block;
  position: relative;
  color: #9095a0;
  text-decoration: none; 
  font-size: 15px;
  font-weight: 500;
  padding: 15px 0px 13px;
  border-bottom: 4px solid transparent;
  cursor: pointer;
  box-sizing: border-box;
}
.tabs-menu > li > a:hover{
  color: #000;
}
.tabs-menu > li.current-tab > a {
  color: #000 !important;
  border-bottom: 4px solid #62c7e3;
}
.tabs-menu > li > a .num{
  font-size: 13px;
  margin-left: 5px;
}
.tab {
  width: 100%;
  overflow: hidden;
  margin-top: 30px;
}
.tab-content {
  padding: 0px;
  display: none;
}
#tab-1 {
  display: block;
}
/*---- end tab menu -----*/

/*---------------------------------------- sign in --------------------------------------*/
.sign-in-form{
  max-width: 700px;
  margin: 0 auto;
  box-sizing: border-box;
}
.qr-code-wrap{
  text-align: center;
  max-width: 320px;
  margin: 0 auto 20px;
  box-sizing: border-box;
}

/*----------------------------------- form flex ------------------------------------*/
.form-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -8px;
  position: relative;
  box-sizing: border-box;
}
.float-flex {
  -webkit-box-flex: none;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  padding: 0 8px;
  box-sizing: border-box;
}
.col-2 .float-flex{
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}
.col-3 .float-flex{
  -webkit-flex: 0 0 33.33%;
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
}
.col-4 .float-flex{
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
}
.col-5 .float-flex{
  -webkit-flex: 0 0 20%;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
}
.col-6 .float-flex{
  -webkit-flex: 0 0 16.666%;
  -ms-flex: 0 0 16.666%;
  flex: 0 0 16.666%;
}
.col-3.with-btn .float-flex .btn{
	margin-top: 24px;
}
.col-6.code .float-flex{
	max-width: 64px;
}
.float-flex .btn{
  margin-bottom: 15px;
}
.input{
  border: 0px;
  background: #f8f9fb;
  border: 1px solid #e5e7eb;
  border-radius: 5px;
  padding: 0 15px;
  margin-bottom: 15px;
  text-align: left;
  width: 100%;
  height: 44px;
  color: #43484d;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-size: 15px;
  outline: none;
  box-sizing: border-box;
}
.input:focus{
  border: 1px solid #2496c7;
}
.input.tes{
    font-size: 24px;
	text-align: center;
	padding: 0px;
	font-weight: 500;
}
input:disabled, input.disabled, input:read-only, input.read-only, 
select:disabled, select.disabled{
  background: #f8f9fb !important;
  border: 1px solid #e5e7eb !important;
}
textarea.input{
  height: 127px;
  padding-top: 15px;
  resize: none;
}
.error {
  border-color: #eb3633 !important;
}

.contact-form .btn{
  margin-top: 15px;
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #aaa;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: #aaa;
   opacity: 1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: #aaa;
   opacity: 1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #aaa;
}
:placeholder-shown { /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  color: #aaa;
}

.label{
  margin-bottom: 6px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 15px;
  color: #43484d;
  text-align: left;
}
.label i{
  font-size: 18px;
  margin-right: 8px;
}

.styled-select {
  width: 100%;
  position: relative;
  overflow: hidden;
  background: #f8f9fb;
  border-radius: 5px;
  margin-bottom: 15px;
  box-sizing: border-box;
}
.styled-select select {
  background: transparent;
  width: 100%;
  padding: 0px 15px;
  height: 44px;
  border: 1px solid #e5e7eb;
  border-radius: 5px;
  -webkit-appearance: none;
  color: #43484d;
  font-size: 15px;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  outline: none;
  position: relative;
  z-index: 1;
}
.styled-select:after{
  content: '\f078';
  font-family: 'Font Awesome 5 Pro';
  color: #999a9d;
  font-size: 12px;
  position: absolute;
  font-weight: normal;
  top: 50%;
  right: 15px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 0;
}
.styled-select select:focus{
  border: 1px solid #2496c7;
}

/*---------- input with icons in right ----------*/
.input-form{
	position: relative;
	margin-bottom: 15px;
}
.input-form .input{
	margin-bottom: 0px;
	padding-right: 40px;
}
.form-icon{
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
    z-index: 10;
}
.form-icon > span.password-toggle-icon{
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 40px;
	height: 100%;
	font-size: 16px;
	color: #43484d;
	cursor: pointer;
	text-align: center;
	padding: 0px;
}
/*---------- input with icons in left ----------*/
.input-icon{
  position: relative;
  margin-bottom: 15px;
}
.input-icon .input{
  padding-left: 37px;
  margin-bottom: 0px;
}
.input-icon:before{
  position: absolute;
  font-family: 'Font Awesome 5 Pro';
  top: 50%;
  left: 15px;
  color: #43484d;
  font-size: 16px;
  font-weight: normal;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  box-sizing: border-box;
}
.icon-01:before{
    content: '\f007';  /* user icon */
}
.icon-02:before{
  content: '\f30d';  /* password icon */
}
.icon-03:before{
  content: '\f095';  /* phone icon */
}
.icon-04:before{
  content: '\f0e0';  /* envelope icon */
}

.captcha input {
    width: 10px;
}
.captcha img {
  border: 1px solid transparent;
}
.captcha img:hover{
  border: 1px solid #999;
  opacity: 0.9;
}

.alert {
  border-radius: 0;
  -webkit-border-radius: 0;
  box-shadow: 0 1px 2px rgba(0,0,0,0.11);
  display: table;
  width: 100%;
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-white {
  background-image: linear-gradient(to bottom, #fff, #f9f9f9);
  border-top-color: #d8d8d8;
  border-bottom-color: #bdbdbd;
  border-left-color: #cacaca;
  border-right-color: #cacaca;
  color: #404040;
  padding-left: 61px;
  position: relative;
}
.alert-white.rounded {
  border-radius: 3px;
  -webkit-border-radius: 3px;
}
.alert-white .icon {
  text-align: center;
  width: 45px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #bdbdbd;
}
.alert-white.rounded .icon {
  border-radius: 3px 0 0 3px;
  -webkit-border-radius: 3px 0 0 3px;
}
.alert-white.alert-success .icon, .alert-white.alert-success .icon::after {
  border-color: #54a754;
  background: #60c060;
}
.alert-white .icon i {
  font-size: 20px;
  color: #fff;
  left: 12px;
  margin-top: -10px;
  position: absolute;
  top: 50%;
}

/*-------------------- validate error --------------------*/
.error-messages{
  position: absolute;
  top: calc(100% - 10px);
  left: 0px;
  max-width: 100%;
  z-index: 10;
  background: #fff;
  border-radius: 5px;
  border: 1px solid #808080;
  padding: 8px 10px;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 3px 8px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 3px 8px 0px rgba(0,0,0,0.3);
  box-shadow: 0px 3px 8px 0px rgba(0,0,0,0.3);
}
.error-messages:before, .error-messages:after {
  content: '';
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #808080;
  position: absolute;
  top: -8px;
  left: 10px;
  z-index: 1;
}
.error-messages:after{
  border-bottom: 8px solid #fff;
  top: -7px;
  z-index: 2;
}
.validate-error {
  display: flex;
  align-items: center;
  margin-bottom: 7px;
  font-size: 13px;
  color: #333;
  font-weight: 500;
}
.validate-error:last-child{
  margin-bottom: 0px;
}
.validate-error i{
  color: #eb3633;
  font-size: 24px;
  margin-right: 8px;
}

.checkbox-custom.jq-validate-error input[type="checkbox"] + label::before
{
  border:1px solid #eb3633;
}
.checkbox-custom .error-messages, .radio-custom .error-messages{
  top: 30px;
}

.display-none {
  display:none !important;
}



/*----------------------- Checkbox and Radio style ----------------------*/
.checkbox-custom, .radio-custom {
  position: relative;
  display: block;
  margin-bottom: 15px;
  line-height: 22px;
}
.checkbox-custom label,.radio-custom label{
  position:relative;
  display:inline-block;
  vertical-align:middle;
  margin:0;
  padding:0;
  cursor:pointer;
  font-size: 15px;
  padding-left: 30px;
}
.checkbox-custom input[type=checkbox]{
  opacity:0;
  position:absolute;
  margin: 0px;
}
.checkbox-custom input[type=checkbox]+label:before{
  content:'';
  background:#fff;
  border: 1px solid #e5e7eb;
  border-radius: 5px;
  display:inline-block;
  vertical-align:top;
  width: 20px;
  height: 20px;
  text-align:center;
  font-size: 13px;
  color: #0a2b4c;
  line-height: 20px;
  font-family: 'Font Awesome 5 Pro';
  font-weight: bold;
  position: absolute;
  left: 0px;
  top: 0px;
  -webkit-transition:box-shadow .1s ease-in-out;
  -o-transition:box-shadow .1s ease-in-out;
  transition:box-shadow .1s ease-in-out;
  box-sizing: border-box;
}
.checkbox-custom input[type=checkbox]:checked+label:before{
    content: '\f00c';
}
/*
.checkbox-custom input[type=checkbox]:focus+label:before{
  box-shadow:inset 0 0 0 3px #fff;
}*/
.checkbox-custom input[type=checkbox].disabled+label:before,.checkbox-custom input[type=checkbox]:disabled+label:before,fieldset[disabled] .checkbox-custom input[type=checkbox]+label:before{
  cursor:default;
  opacity:.8;
}
.checkbox-custom input[type=checkbox].disabled+label,.checkbox-custom input[type=checkbox]:disabled+label,fieldset[disabled] .checkbox-custom input[type=checkbox]+label{
  color: #bbb;
  cursor: default;
}

.radio-custom input[type=radio]{
  opacity:0;
  position:absolute;
  margin: 0px;
}
.radio-custom input[type=radio]+label:before{
  border-radius:50%;
  content:'';
  background: #fff;
  border: 1px solid #e5e7eb;
  display:inline-block;
  vertical-align:top;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 20px;
  height: 20px;
  padding:2px;
  text-align:center;
  box-shadow:inset 0 0 0 8px #fff;
  -webkit-transition:box-shadow .1s ease-in-out;
  -o-transition:box-shadow .1s ease-in-out;
  transition:box-shadow .1s ease-in-out;
  box-sizing: border-box;
}
.radio-custom input[type=radio]:checked+label:before{
  background: #0a2b4c;
  box-shadow:inset 0 0 0 4px #fff;
}
/*
.radio-custom input[type=radio]:focus+label:before{
  box-shadow:inset 0 0 0 3px #fff;
}*/
.radio-custom input[type=radio].disabled+label:before,.radio-custom input[type=radio]:disabled+label:before,fieldset[disabled] .radio-custom input[type=radio]+label:before{
  cursor:default;
  opacity:.8;
}
.radio-custom input[type=radio].disabled+label, .radio-custom input[type=radio]:disabled+label,fieldset[disabled] .radio-custom input[type=radio]+label{
  color: #bbb;
  cursor: default;
}

.radio-inline{
  display: inline-block !important;
  margin-right: 50px;
}

.just-text{
  font-size: 13px;
  color: #9095a0;
  margin-top: -10px;
  margin-bottom: 15px;
}
.just-text a{
  text-decoration: underline;
}
.just-text a:hover{
  color: #2496c7;
  text-decoration: none;
}

/*----------------------------- pop up ----------------------------*/
.popup{
  
  min-width: 300px;
  max-width: 550px;
  max-height: calc(100vh - 150px);  
  
  overflow: auto;
  box-sizing: border-box;
}
.popup-content{
  text-align: center;
}
.popup .title{
  margin-bottom: 26px;
}

/*----------------------------------------- FAQ page -----------------------------------------*/
.accordion{
  margin-bottom: 25px;
}
.a-btn { 
  width: 100%;
  margin: 0 auto;
  cursor: pointer;
  box-sizing: border-box;
}
.a-btn h3{
  font-size: 18px;
  padding: 15px 50px 15px 0px;
  position: relative;
  border-bottom: 1px solid #ccc;
  font-weight: 500;
  text-transform: none;
  box-sizing: border-box;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  -ms-transition: all .4s ease;
  transition: all .4s ease;
}
.a-btn h3:before{
  content: '';
  position: absolute;
  top: 50%;
  right: 0px;
  width: 16px;
  height: 2px;
  background: #000;
  margin-top: -1px;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  -ms-transition: all .4s ease;
  transition: all .4s ease;
}
.a-btn h3:after{
  content: '';
  position: absolute;
  top: 50%;
  right: 7px;
  width: 2px;
  height: 16px;
  background: #000;
  margin-top: -8px;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  -ms-transition: all .4s ease;
  transition: all .4s ease;
}
.a-btn h3.selected:after{
  opacity: 0;
  visibility: hidden;
}
.a-btn h3:hover, .a-btn h3.selected{
  color: #62c7e3;
}
.a-content {
  height: 0px;
  width: 100%;
  margin: 0 auto;
  overflow:hidden;
  position: relative;
}
.a-content-inner {
  padding: 20px 50px 20px 0px;
}
.a-content-inner h6{
  text-transform: none;
  margin-bottom: 10px;
}
.open {
  height: auto;
}

/*--------------- simple list in whole site -----------------*/
.text ul{
  margin: 0px;
  padding: 0px 0px 0px 15px;
  list-style-type: none;
}
.text ul li{
  position: relative;
  padding-left: 26px;
  margin-bottom: 7px;
}
.text ul li:last-of-type{
  margin-bottom: 0px;
}
.text ul li:before{
  content: '\f00c';
  font-family: 'Font Awesome 5 Pro';
  font-size: 18px;
  position: absolute;
  font-weight: normal;
  color: #62c7e3;
  top: -2px;
  left: 0px;
}

/*------------------------ Tables for whole site ------------------------*/
table {
  width: 100%; 
  border-collapse: collapse; 
  border: none;
  margin-bottom: 30px;
  overflow-x: auto;
  box-sizing: border-box;
}
table th{
  display: table-cell;
  padding: 10px 15px;
  background: transparent;
  font-size: 16px;
  font-weight: 500;
  color: #0070a9;
  border: none;
  border-bottom: 2px solid #0070a9;
  overflow: hidden;
  text-align: left;
}
table td{
  position: relative;
  background: #fff;
  display: table-cell;
  padding: 10px 15px;
  border: none;
  border-bottom: 1px solid #f3f2f0;
  font-size: 15px;
  box-sizing: border-box;
}

.daterangepicker table th,
.daterangepicker table td{ 
  padding: 0; 
} 

table tr:nth-of-type(odd) td{
  background: #f7f7f7;
}
table.responsive-table td:before{
  content: attr(data-th);
  display: none;
  color: #0070a9;
  font-size: 14px;
  font-weight: 500;
  position: absolute;
  left: 15px;
  width: 140px;
  text-align: left;
  box-sizing: border-box;
}

/*------------------------------------------ Payment Methods accordion table -----------------------------------------*/
.payment-methods{
  margin: 15px 0px;
}
.payment-methods .a-content-inner{
  padding: 20px 0px;
}
.pay-tr{
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.pay-th, .pay-td {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 5px 10px;
  min-height: 50px;
  border-bottom: 1px solid #ccc;
  position: relative;
  box-sizing: border-box;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  -ms-transition: all .4s ease;
  transition: all .4s ease;
}
.pay-th{
  font-size: 16px;
  font-weight: 500;
  color: #0070a9;
  border-bottom: 2px solid #0070a9;
}
.pay-th:last-child, .pay-td:last-child{
  justify-content: flex-end;
}
.pay-th img, .pay-td img{
  max-height: 44px;
}
.pay-td:before{
  content: attr(data-th);
  display: none;
  color: #0070a9;
  font-size: 14px;
  font-weight: 500;
  position: absolute;
  left: 0px;
  width: 140px;
  text-align: left;
  box-sizing: border-box;
}
.w-15{
  width: 15%;
}
.w-20{
  width: 20%;
}
.w-25{
  width: 25%;
}
.w-40{
  width: 40%;
}
.w-50{
  width: 50%;
}
.pay-tr .fa-angle-down{
  font-size: 14px;
  margin-left: 10px;
}
.float-flex.next-to-field .btn{
  margin-top: 24px;
}

/*------------------------------------ personal details -------------------------------------- */
.personal-details{
  overflow: hidden;
}
.personal-details ul{
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
.personal-details ul li{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 7px 0px;
  position: relative;
}
.personal-details ul li span{
  display: block;
  float: left;
  width: 30%;
  text-align: right;
  color: #43484d;
  padding-right: 15px;
  font-size: 15px;
  box-sizing: border-box;
}
.personal-details ul li strong{
  float: left;
  width: 70%;
  color: #000;
  display: block;
  box-sizing: border-box;
}
.personal-details ul li strong .input{
  margin-bottom: 0px;
}
.personal-details ul li strong .btn{
  margin-top: 20px;
  padding: 11px 20px;
}
.personal-details ul li strong .checkbox-custom, .personal-details ul li strong .radio-custom{
  margin-bottom:0px;
  height: 40px;
  padding-top: 10px;
  box-sizing: border-box;
}

/*------------------------------------ footer ----------------------------------*/
footer{
	margin-top: 40px;
  padding: 60px 0px 0px;
  position: relative;
	background: #f8f9fb;
}
.footer-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
}
.flex-item {
  -webkit-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  max-width: 320px;
  box-sizing: border-box;
}
.footer-flex-item {
  -webkit-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  max-width: 350px;
  box-sizing: border-box;
}
.footer-title{
  margin-bottom: 12px;
  font-weight: normal;
}

.iso, .gtl{
	display: flex;
	align-items: center;
	font-size: 13px;
	margin-bottom: 20px;
}
.iso img, .gtl img{
	margin-right: 10px;
}

.footer-bottom{
	padding: 20px 0px;
	background: #222;
	margin-top: 40px;
}

/*---------- footer logo -----------*/
.footer-logo{
  font-size: 15px;
}
.footer-logo a{
  display: inline-block;
  margin-bottom: 25px;
}

/*--------------- copyrigths -----------------*/
.rights{
  font-size: 14px;
	text-align: center;
  color: #767b80;
}

/*--------------- socials -----------------*/
.footer-socials{
  margin-bottom: 45px;
}
.footer-socials a{
  display: inline-block;
  color: #0f253a;
  font-size: 16px;
  margin-right: 22px;
}
.footer-socials a:hover{
  color: #62c7e3;
}

/*---------- footer menu -----------*/
.footer-menu{margin-bottom: 30px;}
.footer-menu ul{
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
.footer-menu ul li{
  margin-bottom: 12px;
}
.footer-menu ul li:last-child{
  margin-bottom: 0px;
}
.footer-menu ul li a{
  font-size: 16px;
  color: #43484d;
}
.footer-menu ul li a:hover{
  color: #62c7e3;
}
.footer-menu.f-menu-user ul li a{
  font-weight: normal;
  font-size: 18px;
}

/*---------- footer contacts -----------*/
.footer-contacts{
  font-size: 15px;
  line-height: 28px;
}
.footer-contacts a{
  color: #6a6a67;
}
.footer-contacts a:hover{
  color: #009e4d;
}

.footer-contacts ul{
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
.footer-contacts ul li{
  position: relative;
  font-size: 15px;
  color: #909090;
  margin-bottom: 13px;
  padding-left: 27px;
  line-height: 24px;
}
.footer-contacts ul li a{
  color: #909090;
}
.footer-contacts ul li a:hover{
  color: #41afe4;
}
.li-address:before, .li-phone:before, .li-email:before, .li-website:before{
  content: '';
  font-family: 'Font Awesome 5 Pro';
  font-size: 16px;
  color: #000000;
  width: 20px;
  line-height: 18px;
  text-align: center;
  position: absolute;
  top: 0px;
  left: 0px;
  font-weight: bold;
}
.li-address:before{
  content: '\f3c5';
  font-size: 18px;
}
.li-phone:before{
  content: '\f095';
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1); 
}
.li-email:before{
  content: '\f0e0';
}
.li-website:before{
  content: '\f109';
}

/*--------------- page top button -----------------*/
.page-top{
  position: relative;
  display: block;
  width: 66px;
  height: 66px;
  background: transparent;
  border: 1px solid #0f253a;
  border-radius: 5px;
  color: #0f253a;
  text-align: center;
  font-size: 30px;
  line-height: 66px;
  margin-top: 50px;
  z-index: 100;
}
.page-top:hover{
  background: #0f253a;
  color: #fff;
}


/** * Tooltip Styles */
[data-tooltip]{
  position: relative;
  cursor: pointer;
}
[data-tooltip]:before {
  z-index: 1001;
  border: 5px solid transparent;
  margin-left: -5px;
  border-top-color: #bdc3d0;
  background: transparent;
  content: "";
  position: absolute;
  bottom: calc(100% - 5px);
  left: 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
  pointer-events: none;
}
[data-tooltip]:after{
  z-index: 1000;
  min-width: 80px;
  text-align: center;
  padding: 5px 10px;
  background: #fff;
  color: #43484d;
  border: 1px solid #dce1e9;
  border-radius: 5px;
  content: attr(data-tooltip);
  font-size: 11px;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: normal;
  position: absolute;
  bottom: calc(100% + 5px);
  left: 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.1);
  box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.1);
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
  pointer-events: none;
  box-sizing: border-box;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
[data-tooltip]:hover:before,
[data-tooltip]:hover:after{
  visibility: visible;
  opacity: 1;
}

/*---- info tooltip ----*/
.info-tooltip{
  display: inline-block;
  font-size: 9px;
  color: #fff;
  background: #0f253a;
  width: 14px;
  height: 14px;
  text-align: center;
  line-height: 14px;
  border-radius: 50%;
  margin-left: 7px;
  position: relative;
  top: -2px;
  cursor: pointer;
}
.info-tooltip[data-tooltip]:after{
  width: 175px;
}


/*pagination-----------------------------------------------------------------*/
.pagination{
  padding-bottom: 60px;
  padding-top: 20px;
}
.pagination ul {
  font-size: 14px;
  text-align: center;
  padding: 0px;
  margin: 0px;
}
.pagination li {
  list-style-type: none;
  display: inline-block;
  margin: 4px 2px;
}
.pagination a,
.pagination a:visited {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  background: #fff;
  color: #000;
  text-decoration: none;
  border: 1px solid #E0E0E0;
  border-radius: 50%;
  font-weight: 500;
  box-sizing: border-box;
}
.pagination a:hover,
.pagination a:visited:hover {
  border: 1px solid #62c7e3;
  color: #62c7e3;
}
.pagination a.currentpage {
  border: 1px solid #62c7e3;
  cursor: default;
  color: #62c7e3;
}
.pagination a.disablelink,
.pagination a.prevnext {
    color: #9f9f9f;
    cursor: default;
}
.pagination a.disablelink:hover,
.pagination a.prevnext:hover {
    color: #9f9f9f;
    background: #fff;
    border: 1px solid #E0E0E0;
}

/*--------------------- loading spinner ---------------------*/
.spinner{
  display:none;
  position: fixed;
  top:0px;
  left:0px;
  width:100%;
  height:100%;
  background: rgba(255,255,255,0.8);
  z-index: 900000;
}
body.loading .spinner{
  display: block;
}
.mesh-loader {
  overflow: hidden;
  height: 100%;
  width: 100%;
}
.mesh-loader .circle {
  width: 18px;
  height: 18px;
  position: absolute;
  background: rgba(0,0,0,0.8);
  border-radius: 50%;
  margin: -9px;
  -webkit-animation: mesh 3s ease-in-out infinite;
  animation: mesh 3s ease-in-out infinite -1.5s;
}
.mesh-loader > div .circle:last-child {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.mesh-loader > div {
  position: absolute;
  top: 50%;
  left: 50%;
}
.mesh-loader > div:last-child {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
@-webkit-keyframes mesh {
  0% {
      -webkit-transform-origin: 50% -100%;
      transform-origin: 50% -100%;
      -webkit-transform: rotate(0);
      transform: rotate(0);
  }
  50% {
      -webkit-transform-origin: 50% -100%;
      transform-origin: 50% -100%;
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
  }
  50.00001% {
      -webkit-transform-origin: 50% 200%;
      transform-origin: 50% 200%;
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
  }
  100% {
      -webkit-transform-origin: 50% 200%;
      transform-origin: 50% 200%;
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
  }
}
@keyframes mesh {
  0% {
      -webkit-transform-origin: 50% -100%;
      transform-origin: 50% -100%;
      -webkit-transform: rotate(0);
      transform: rotate(0);
  }
  50% {
      -webkit-transform-origin: 50% -100%;
      transform-origin: 50% -100%;
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
  }
  50.00001% {
      -webkit-transform-origin: 50% 200%;
      transform-origin: 50% 200%;
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
  }
  100% {
      -webkit-transform-origin: 50% 200%;
      transform-origin: 50% 200%;
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
  }
}

/*---------------------------- cookies ------------------------------*/
.cookies-wrapper{
  position: fixed;
  bottom: 15px;
  left: 20px;
  right: 20px;
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  box-sizing: border-box;
  z-index: 99900;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
  box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
  animation-duration:0.8s;
 -webkit-animation-duration:0.8s;
 -moz-animation-duration:0.8s;
 -o-animation-duration:0.8s;
 -webkit-animation-name:slideUp;
 animation-name:slideUp
}
.cookies-wrapper.top{
  bottom: auto;
  top: 15px;
}
.cookies-wrapper.dark{
  background: #222;
  color: rgba(255,255,255,0.6);
}
.cookies-wrapper.dark a{
  color: #fff;
}
.cookies-wrapper.cookie-hidden{
  display: none !important;
}
.cookie-text{
  float: left;
  width: calc(100% - 170px);
  padding: 10px 0px;
  box-sizing: border-box;
}
.cookies-wrapper .btn{
  float: right;
  display: block;
  margin-top: 0px;
  width: 150px;
  min-width: inherit;
  cursor: pointer;
}
@-webkit-keyframes slideUp {
 0% {
  -webkit-transform:translateY(66px);
  transform:translateY(66px)
 }
 100% {
  -webkit-transform:translateY(0);
  transform:translateY(0)
 }
}
@keyframes slideUp {
 0% {
  -webkit-transform:translateY(66px);
  -ms-transform:translateY(66px);
  transform:translateY(66px)
 }
 100% {
  -webkit-transform:translateY(0);
  -ms-transform:translateY(0);
  transform:translateY(0)
 }
}

/*----------------------------------------- page brands list -----------------------------------------*/
.clients-logos{
  position: relative;
  overflow: hidden;
	max-width: 800px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}
.clients-logos figure{
  float: left;
  width: 20%;
  position: relative;
  padding: 25px;
  box-sizing: border-box;
}
.clients-logos figure:before{
  content: '';
  position: absolute;
  background: #e5e5e5;
  height: 1px;
  left: 15px;
  right: 15px;
  bottom: -1px;
}
.clients-logos figure:after{
  content: '';
  position: absolute;
  background: #e5e5e5;
  width: 1px;
  top: 15px;
  bottom: 15px;
  right: -1px;
}
.clients-logos figure a{
  display: block;
  text-align: center;
}
.clients-logos figure figcaption{
  text-align: center;
}

/*---------------------------------- game list ------------------------------*/
.games-wrap{
    display: flex;
    flex-wrap: wrap;
    margin: 0px -10px;
    box-sizing: border-box;
}
.game-one{
    display: block;
    width: 25%;
    position: relative;
    z-index: 1;
    padding: 10px;
    box-sizing: border-box;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    transform: translate3d(0, 0, 0) scale(1);
}
.game-one:hover{
    z-index: 2;
    transform: translate3d(0, 0, 0) scale(1.1);
}
.game-one figure {
    position: relative;
    box-sizing: border-box;
    border: 2px solid #ccc;
}
.game-one figure img{
    display: block;
    position: relative;
    max-width: none;
    width: 100%;
    z-index: 1;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
    box-sizing: border-box;
}
.game-one figcaption{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	align-items: center;
	text-align: center;
    padding: 6px 5px;
    background: rgba(27, 29, 31, .8);
    z-index: 2;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}
.game-one:hover figcaption{
    opacity: 1;
    visibility: visible;
}
.game-name{
    font-size: 14px;
    color: #fff;
	margin-bottom: 5px;
}
.game-btns{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.game-btns .btn{
	margin: 5px;
	font-size: 13px;
	padding: 7px 15px;
	min-width: 100px;
	cursor: pointer;
	border: none;
}

/*/*media queries----------------------------------------------------------*/
@media only screen and (max-width: 1680px) {
  
}

@media only screen and (max-width: 1440px) {
  
}

@media only screen and (max-width: 1340px) {
  
}

@media only screen and (max-width: 1240px) {
  
}

@media only screen and (max-width: 1100px) {
  #menu{margin-left: 20px;}
  #menu ul li a{font-size: 14px; padding: 10px;}
  .tabs-menu > li > a{font-size: 14px;}
  .tabs-menu > li{margin-right: 20px;}
  .content .wrapper{padding-top: 45px;}
  h1, h2{font-size: 26px;}
  h3 {font-size: 24px;}
  h4 {font-size: 22px;}
  h5 {font-size: 20px;}
  h6 {font-size: 18px;}
}

@media only screen and (max-width: 1020px) {
  
}

@media only screen and (max-width: 980px) {
  #menu{display: none;}
  header .responsive-menu-btn{display: flex;}
  .tabs-container{display: none;}
  .header-main{padding: 0 0 0 20px;}
  .wrapper{padding: 0 20px;}
  .logo a{height: 54px;}
  .user-login-menu{width: 210px;}
  .btn.btn-profile{display: none;}
	.header-right{height: 54px;}
	.icons-right a span strong{font-size: 12px;}
	.icons-right a span{font-size: 12px; font-weight: 300;}
}

@media only screen and (max-width: 900px) {
  body{font-size: 15px;}
  .text, p{line-height: 21px;}
  table th, .pay-th{font-size: 15px;}
  table td, .pay-td{font-size: 14px;}
	.game-one{width: 33.333%;}
}

@media only screen and (max-width: 800px) {
	footer{padding-top: 40px;}
	.footer-bottom{margin-top: 20px;}
}

@media only screen and (max-width: 740px) {
  h1, h2{font-size: 24px;}
  h3 {font-size: 22px;}
  h4 {font-size: 20px;}
  h5 {font-size: 19px;}
  h6 {font-size: 18px;}
  .title{margin-bottom: 30px;}
  .content .wrapper{padding-top: 35px;}
	.header-center{left: 90px; -moz-transform: none;-ms-transform: none;-o-transform: none;-webkit-transform: none;transform: none;}
}

@media only screen and (max-width: 700px) {
  .col-3 .float-flex, .col-4 .float-flex{-webkit-flex: 0 0 50%; -ms-flex: 0 0 50%; flex: 0 0 50%;}
  .qr-code-wrap{max-width: 250px;}
  .pay-th{display: none;}
  .pay-td{display: flex; flex-wrap: wrap; align-items: center; width: 100%; border-bottom: none; padding-left: 150px; text-align: left; justify-content: flex-start; min-height: initial;}
  .pay-td:before{display: block;}
  .pay-tr{border-bottom: 1px solid #ccc; padding-bottom: 5px; margin-bottom: 5px;}
  .pay-th:last-child, .pay-td:last-child{justify-content: flex-start;}
  .payment-methods .a-content-inner{padding: 10px 0px; border-bottom: 1px solid #ccc;}
	.col-3.with-btn .float-flex .btn{margin-top: 0px;}
  
  table {display: block; overflow-x: auto; white-space: nowrap; width: 100%;}
  table.responsive-table{display: table; white-space: normal;}
  table.responsive-table th{display: none;}
  table.responsive-table td{display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-end; width: 100%; border-bottom: none; padding-left: 165px; text-align: right;}
  table.responsive-table tr{border: 1px solid #e5e7eb;}
  table.responsive-table td:before{display: block;}
  /*cookies*/
  .cookie-text{float: none; width: auto; text-align: center;}
  .cookies-wrapper .btn{float: none; margin: 0px auto;}
}

@media only screen and (max-width: 640px) {
  .label{font-size: 14px;}
  .btn{font-size: 15px;}
	.clients-logos figure{width: 50%;}
  .clients-logos {width: 50%;}
  .wrapper .balance {width: 50%;}
}

@media only screen and (max-width: 600px) {
	.game-one{width: 50%;}
	.game-btns .btn{font-size: 12px; min-width: 70px;}
}

@media only screen and (max-width: 550px) {
  .col-2 .float-flex, .col-3 .float-flex, .col-4 .float-flex{-webkit-flex: 0 0 100%; -ms-flex: 0 0 100%; flex: 0 0 100%;}
  .personal-details ul li{flex-direction: column; align-items: flex-start;}
  .personal-details ul li span{float: none; width: auto; text-align: left; padding-right: 0px; margin-bottom: 4px;}
  .personal-details ul li strong{float: none; width: 100%; text-align: center;}
  .personal-details ul li strong .btn{margin-top: -10px;}
	.header-center img{max-width: 170px;}
	.flex-item{-webkit-flex: 0 0 100%; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: none; text-align: center;}
	.iso, .gtl{flex-direction: column; font-size: 11px;}
	.iso img, .gtl img{margin-bottom: 10px; margin-right: 0px;}
	.footer-menu{margin: 20px 0px;}
}

@media only screen and (max-width: 500px) {
	.icons-right a span{display: none;}
  
}

@media only screen and (max-width: 460px) {
  h1, h2{font-size: 22px;}
  h3 {font-size: 20px;}
  h4 {font-size: 19px;}
  h5 {font-size: 18px;}
  h6 {font-size: 17px;}
  .title{margin-bottom: 25px;}
  .content .wrapper{padding-top: 27px;}
  .header-main{padding-left: 15px;}
  .wrapper{padding:0 15px;}
  .icons-right a{font-size: 20px;}
  .user-login-menu ul li a{font-size: 14px;}
  .qr-code-wrap{max-width: 200px;}
  	.clients-logos figure{width: 100%;}
  .clients-logos {width: 30%;}
  .wrapper .balance {width: 70%;}
}

@media only screen and (max-width: 400px) {
	.clients-logos figure{padding: 15px;}
	.header-center{left: 70px;}
	.game-one{width: 100%;}
}

@media only screen and (max-width: 360px) {
  .label{margin-bottom: 4px;}
  h1, h2{font-size: 21px;}
	.header-center img{max-width: 150px;}
}

@media only screen and (max-width: 320px) {
  
}

